.elementor-kit-31{--e-global-color-primary:#EEEEEE;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#353535;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#020101F0;overscroll-behavior:auto;}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}.elementor-kit-31 h1{color:#CECECE;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000E3;--lightbox-ui-color:var( --e-global-color-primary );--lightbox-ui-color-hover:#020101BA;--lightbox-navigation-icons-size:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.site-header .site-title a{text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#8D8D8D;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}footer .footer-inner .site-navigation a{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.site-footer .copyright p{color:#464646;font-size:13px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Usa el wrapper del tema si existe (#page). */
#page {
  min-height: 100svh;           /* fallback móvil correcto */
  display: flex;
  flex-direction: column;
}
#page > main,
#page > #content,
#page > .site-main {            /* el área de contenido crece */
  flex: 1 0 auto;
}
#page > footer,
#page > .site-footer,
#page > .elementor-location-footer {
  margin-top: auto;             /* empuja el footer al fondo */
}

/* 2) Fallback para temas sin #page: aplica en <body>. */
html, body { height: 100%; }
body {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
body > main,
body > #content,
body > .site-main {
  flex: 1 0 auto;
}
body > footer,
body > .site-footer,
body > .elementor-location-footer {
  margin-top: auto;
}/* End custom CSS */