.elementor-kit-7{--e-global-color-primary:#183759;--e-global-color-secondary:#8C3D47;--e-global-color-text:#151515;--e-global-color-accent:#E0B83C;--e-global-color-fadc0c5:#ECECE4;--e-global-color-8fac5a3:#F9F7F0;--e-global-color-dd675b5:#FFFFFF;--e-global-color-9478c2e:#1515153D;--e-global-typography-secondary-font-family:"Krona One";--e-global-typography-secondary-font-size:80px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:79px;--e-global-typography-secondary-letter-spacing:-8px;--e-global-typography-secondary-word-spacing:-8px;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:80px;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-size:14.9px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:24px;--e-global-typography-accent-letter-spacing:5.29px;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:20px;--e-global-typography-7c5e798-font-family:"Krona One";--e-global-typography-7c5e798-font-size:43px;--e-global-typography-7c5e798-line-height:51px;--e-global-typography-7c5e798-word-spacing:-8px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-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 *//* Aplica a todo el documento */
html, body {
  width: 100%;
  overflow-x: hidden; /* Evita el scroll horizontal */
  margin: 0;
  padding: 0;
}

/* Asegura que los contenedores no excedan el ancho del viewport */
.container {
  max-width: 100vw; /* No más ancho que la ventana */
  box-sizing: border-box; /* Incluye padding y border en el ancho */
  overflow-x: hidden;
}

/* Evita que elementos hijos se desborden */
img, video, iframe, canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Para elementos flexibles o grid */
.flex, .grid {
  flex-wrap: wrap;
  overflow-x: hidden;
}/* End custom CSS */