.elementor-kit-8{--e-global-color-primary:#5C1A1A;--e-global-color-secondary:#B8955A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FAF7F2;--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;}.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-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Ocultar título de página en todas las páginas */
.page .entry-title,
.page .page-title,
.page h1.entry-title {
    display: none !important;
}

nav.trp-language-switcher.trp-floating-switcher {
    top: 20px !important;
    left: 20px !important;
    bottom: auto !important;
    right: auto !important;
    position: fixed !important;
    z-index: 999 !important;
}

/* Fix formulario MailerLite en móvil */
.ml-form-embedContainer,
.ml-embedded,
.ml-form-embedWrapper,
.ml-subscribe-form {
  max-width: 100% !important;
  width: 100% !important;
  min-width: unset !important;
  overflow-x: hidden !important;
}

.ml-form-embedContainer .ml-form-embedWrapper {
  width: 100% !important;
}

/* Evitar scroll horizontal en toda la página */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

* {
  box-sizing: border-box;
}/* End custom CSS */