.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-b670c82-font-family:"Roboto";--e-global-typography-b670c82-font-weight:600;}.elementor-kit-6 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);}.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:1300px){.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 */@media (min-width: 1024px) and (max-width: 1300px) {
  /* Fuerza el header a ocupar todo el ancho */
  .e-header,
  .elementor-location-header,
  .elementor-location-header .elementor-container,
  .elementor-location-header .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }


  /* Achica el botón */
  .elementor-location-header .elementor-button {
    font-size: 11px !important;
    padding: 8px 10px !important;
    white-space: nowrap !important;
  }

  /* Achica el menú */
  .elementor-location-header .elementor-nav-menu > li > a {
    font-size: 12px !important;
    padding: 8px 6px !important;
  }
}

/* Estado inicial oculto */
.ada-reveal {
  opacity: 0 !important;
  transform: translateY(50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.ada-reveal:nth-child(2) {
  transition-delay: 0.3s !important;
}

.ada-reveal:nth-child(3) {
  transition-delay: 0.6s !important;
}

.ada-reveal:nth-child(4) {
  transition-delay: 0.9s !important;
}

/* Cuando entra en pantalla */
.ada-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fade lateral para videos Elementor/Vimeo */
.video-fade-left,
.video-fade-right {
  overflow: hidden !important;
}

.video-fade-left,
.video-fade-left .elementor-widget-container,
.video-fade-left .elementor-wrapper,
.video-fade-left iframe {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 25%,
    black 100%
  ) !important;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 25%,
    black 100%
  ) !important;
}

.video-fade-right,
.video-fade-right .elementor-widget-container,
.video-fade-right .elementor-wrapper,
.video-fade-right iframe {
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black 75%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to right,
    black 0%,
    black 75%,
    transparent 100%
  ) !important;
}

/* Parallax video - secciones por encima del video fijo */
.elementor-section,
.e-container,
.e-con {
  position: relative;
  z-index: 2;
}

.video-parallax-spacer {
  z-index: 1 !important;
  position: relative !important;
}

.video-parallax-fixed {
  z-index: 0 !important;
}

.video-parallax-spacer-mobile {
  position: relative;
  height: 100vh;
  width: 100%;
  background: transparent !important;
}

@media (max-width: 767px) {
  .elementor-location-header,
  .e-header {
    z-index: 999999 !important;
    position: relative !important;
  }

  .elementor-element-dce09df,
  .elementor-element-dce09df .elementor-nav-menu--dropdown {
    z-index: 999999 !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-d1b0c70 {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}/* End custom CSS */