.elementor-kit-30{--e-global-color-primary:#111011FA;--e-global-color-secondary:#54595F;--e-global-color-text:#F6F1EB;--e-global-color-accent:#5C5470;--e-global-color-4e9f591:#5C5470;--e-global-color-9b04fa1:#122244;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-30 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .footer-inner{width:0px;max-width:100%;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-30{--e-global-typography-secondary-font-size:40px;--e-global-typography-text-font-size:19px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

/* Forzar que el footer de Elementor (plantilla #193) se pegue al fondo */
.elementor.elementor-193 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background-color: #f1f1f1; /* el mismo color que le hayas dado al footer */
  position: relative;
}

/* Eliminar cualquier espacio por debajo */
body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}

/* Evitar línea blanca de subpíxel */
.elementor.elementor-193::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px; height: 1px;
  background: inherit;
}/* End custom CSS */