.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-color-f38d92a:#FFFFFF;--e-global-color-46a58bd:#F2295B;--e-global-color-283f0d8:#29F238;--e-global-color-a137c99:#FFFFFF47;--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-8090c68-font-family:"Poppins";--e-global-typography-8090c68-font-size:39px;--e-global-typography-8090c68-font-weight:600;--e-global-typography-822c4be-font-family:"Montserrat";--e-global-typography-822c4be-font-size:16px;--e-global-typography-822c4be-font-weight:400;}.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: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 *//* =========================================================
   HERO SECTION - VERSION FINAL PARA ELEMENTOR
   Clases usadas:
   hero-dark
   hero-content
   hero-badge-wrap
   hero-badge
   hero-title
   hero-subtitle
   hero-cta-row
   hero-btn-primary
   hero-btn-secondary
   hero-logos
   hero-scroll
========================================================= */


/* ===== CONTENIDO CENTRAL ===== */
.hero-content{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 20px 60px 20px;
  text-align: center;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* limpia fondos accidentales internos de Elementor */
.hero-content > .e-con,
.hero-content .elementor-widget,
.hero-content .elementor-widget-container{
  background: transparent !important;
  box-shadow: none !important;
}

/* ===== BADGE WRAP - IGUAL AL ORIGINAL ===== */
.hero-badge-wrap{
  position: relative;
  z-index: 0;
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100%;
  flex: 0 0 auto !important;
  align-self: center !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
}

/* refuerzo para Elementor */
.hero-content > .hero-badge-wrap{
  width: fit-content !important;
  max-width: max-content !important;
}

.hero-content .hero-badge-wrap.e-con{
  --width: auto;
  --flex-grow: 0;
  flex-grow: 0 !important;
  width: fit-content !important;
}

/* efecto real del original: pseudo-elemento gigante girando detrás */
.hero-badge-wrap::before{
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 50% 30%;
  filter: blur(6px);
  background-image: linear-gradient(#ffffff);
  animation: heroRotate 4s linear infinite;
}

/* anulamos capas anteriores */
.hero-badge-wrap::after{
  content: none !important;
}

/* ===== BADGE INTERNO ===== */
.hero-badge{
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  width: auto !important;
  flex: 0 0 auto !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(17,24,39,0.80);
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* layout del icon box dentro del badge */
.hero-badge .elementor-icon-box-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-badge .elementor-icon-box-icon{
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.hero-badge .elementor-icon{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

/* ocultamos el icono real */
.hero-badge .elementor-icon i,
.hero-badge .elementor-icon svg{
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}

/* pulso verde */
.hero-badge .elementor-icon::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #A6FF5D;
  opacity: 0.75;
  animation: heroPulse 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* punto verde sólido */
.hero-badge .elementor-icon::after{
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A6FF5D;
}

.hero-badge .elementor-icon-box-title,
.hero-badge .elementor-icon-box-title span,
.hero-badge .elementor-heading-title{
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.hero-badge .elementor-icon-box-description{
  display: none !important;
}

/* ===== TITULO ===== */
.hero-title{
  margin-top: 24px;
}

.hero-title .elementor-heading-title,
.elementor-widget-heading.hero-title .elementor-heading-title{
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff !important;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -1.5px;
  text-align: center;
  background: transparent !important;
}

/* ===== SUBTITULO ===== */
.hero-subtitle{
  margin-top: 18px;
}

.hero-subtitle,
.hero-subtitle .elementor-widget-container,
.hero-subtitle p{
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: #d1d5db !important;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  background: transparent !important;
}

/* ===== BOTONES ===== */
.hero-cta-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-btn-primary .elementor-button{
 background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 16px 30px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 500;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hero-btn-primary .elementor-button:hover{
  background: rgba(255,255,255,0.12) !important;
}

.hero-btn-secondary .elementor-button{
  background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 16px 30px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 500;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hero-btn-secondary .elementor-button:hover{
  background: rgba(255,255,255,0.12) !important;
}



/* ===== SCROLL ===== */
.hero-scroll{
  display: flex;
  justify-content: center;
  margin-top: 70px;
  color: rgba(255,255,255,0.6);
}

.hero-scroll .elementor-icon-box-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-scroll .elementor-icon-box-title,
.hero-scroll .elementor-icon-box-description,
.hero-scroll .elementor-icon{
  color: rgba(255,255,255,0.65) !important;
}

/* ===== ANIMACIONES ===== */
@keyframes heroRotate{
  100%{
    transform: rotate(1turn);
  }
}

@keyframes heroPulse{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px){
  .hero-title .elementor-heading-title,
  .elementor-widget-heading.hero-title .elementor-heading-title{
    font-size: 52px;
    line-height: 1.14;
  }
}

@media (max-width: 767px){
  .hero-dark{
    min-height: auto;
  }

  .hero-content{
    padding: 80px 20px 50px 20px;
  }

  .hero-badge{
    padding: 11px 18px;
  }

  .hero-badge .elementor-icon-box-title,
  .hero-badge .elementor-icon-box-title span,
  .hero-badge .elementor-heading-title{
    font-size: 13px !important;
  }

  .hero-title .elementor-heading-title,
  .elementor-widget-heading.hero-title .elementor-heading-title{
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .hero-subtitle,
  .hero-subtitle .elementor-widget-container,
  .hero-subtitle p{
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-logos{
    margin-top: 50px;
    gap: 24px;
  }

  .hero-scroll{
    margin-top: 50px;
  }
}/* End custom CSS */