.elementor-kit-5{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2C2C2C;--e-global-color-fe4ba26:#F0EDE6;--e-global-color-0fc2c98:#EBB679;--e-global-color-549573e:#FFFFFF;--e-global-typography-primary-font-family:"Baskervville";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Almarai";--e-global-typography-secondary-font-size:55px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Almarai";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Almarai";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-text-decoration:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}.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;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:35px;--e-global-typography-accent-letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
    max-width: 100vw; /* Limita el ancho máximo de todos los elementos al 100% del viewport */
    box-sizing: border-box; /* Asegura que el padding y el borde se incluyan en el ancho del elemento */
}

/* Evitar el scroll horizontal en toda la página */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* Asegurar que todos los elementos no excedan el ancho de la pantalla */
*,
*::before,
*::after {
  box-sizing: border-box;
  max-width: 100%;
}

/* Evitar el scroll horizontal específicamente en dispositivos móviles */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100vw;
  }
}/* End custom CSS */