.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3a6c6eb:#FFFFFF;--e-global-color-648a1e3:#2F2F2F;--e-global-color-62ea2e7:#82FF1F;--e-global-color-b9fdb00:#333333;--e-global-color-8d142e0:#FFFDEE;--e-global-color-1973c49:#E3CA4D;--e-global-color-6002f2f:#23AFAC;--e-global-color-74e246a:#333333;--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;--e-global-typography-b7821d0-font-family:"Playfair Display";--e-global-typography-b7821d0-font-size:60px;--e-global-typography-b7821d0-font-weight:bold;--e-global-typography-b7821d0-letter-spacing:1px;--e-global-typography-9794f72-font-family:"Poppins";--e-global-typography-9794f72-font-size:2.5vw;--e-global-typography-9794f72-font-weight:500;--e-global-typography-9794f72-text-transform:none;--e-global-typography-9794f72-font-style:normal;--e-global-typography-9794f72-text-decoration:none;--e-global-typography-9794f72-line-height:1.1em;--e-global-typography-9794f72-letter-spacing:-2px;--e-global-typography-9794f72-word-spacing:0em;--e-global-typography-646e3cc-font-family:"Poppins";--e-global-typography-646e3cc-font-size:16px;--e-global-typography-646e3cc-font-weight:400;--e-global-typography-646e3cc-text-transform:uppercase;--e-global-typography-646e3cc-font-style:normal;--e-global-typography-646e3cc-text-decoration:none;--e-global-typography-646e3cc-line-height:1.1em;--e-global-typography-646e3cc-letter-spacing:2px;--e-global-typography-646e3cc-word-spacing:0em;--e-global-typography-f7dfb81-font-family:"Montserrat";--e-global-typography-f7dfb81-font-size:40px;--e-global-typography-f7dfb81-font-weight:bold;--e-global-typography-f7dfb81-text-transform:uppercase;--e-global-typography-f7dfb81-letter-spacing:1px;--e-global-typography-2c2a036-font-family:"Open Sans";--e-global-typography-2c2a036-font-size:18px;--e-global-typography-2c2a036-font-weight:700;--e-global-typography-2c2a036-line-height:22px;--e-global-typography-2c2a036-letter-spacing:1px;--e-global-typography-2c2a036-word-spacing:1px;background-color:#FFFFFF;}.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){--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);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-9794f72-font-size:40px;}.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-9794f72-font-size:30px;--e-global-typography-646e3cc-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */}
/* 1. Prevenir overflow horizontal */
body, html {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

/* 2. Asegurar que todos los elementos respeten el ancho */
* {
  box-sizing: border-box;
  max-width: 100%;
}

/* 3. Para el contenedor principal */
.contenedor-principal {
  width: 100%;
  padding: 0 15px; /* Usa padding en lugar de margin para los bordes */
  box-sizing: border-box;
}

/* 4. Para textos grandes como "20.000" que pueden desbordarse */
h1, h2, .texto-grande {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 5. Para el carrusel/slider de imágenes */
.carousel-container, .slider {
  width: 100%;
  overflow: hidden; /* Importante para carruseles */
}

/* 6. Imágenes responsive */
img, video {
  max-width: 100%;
  height: auto;
}

/* 7. Para el botón "Descubre a nuestros talentos" */
.boton-descubre {
  max-width: calc(100% - 30px); /* Respeta padding lateral */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}/* End custom CSS */