* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

:root{
  --harbiz-green:#8aa037;
}

html,body {
  overflow-x: hidden;
  font-family: sans-serif !important;
  background-color: #f4f4f4;
  color: #333;
  width: 100%;
}

.alinear1{
  padding-left: 50px;
  text-indent: -40px;
}

.alinear {
  padding-left: 10px;   /* espacio donde entra el ícono */
  text-indent: -30px;   /* saca el ícono hacia la izquierda */
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.descri{
  margin-top: -10px;
  padding-left: 10px;
  color:#02350f;
}

.alinear img.check {
  vertical-align: middle; /* centra el icono verticalmente */
  margin-right: 10px;      /* espacio entre icono y texto */
}
/* Estilos para la sección de preguntas frecuentes */
.faq-section {
  background-color: #8aa037;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.iconoP {
  transition: transform 0.3s ease, opacity 0.3s ease; /* transición suave */
  cursor: pointer; /* cambia el cursor para indicar que es interactivo */
}

.iconoP:hover {
  transform: scale(1.2); /* agranda el icono al pasar el mouse */
  opacity: 0.9;           /* opcional, un ligero cambio de opacidad */
}

/*.plan {
  font-family: monospace;
  overflow: hidden;
  white-space: nowrap;
  width: 0;  /* inicia invisible 
  font-size: 2rem;
}*/

/* animación de escribir */
@keyframes typing {
  from { width: 0; }
  to { width: 26ch; } /* ajusta al número de caracteres */
}

@keyframes blink {
  50% { border-color: transparent; }
}

/* clase que se activa con JS */
.typewriter {
  /*border-right: 3px solid black; /* cursor */
  animation: typing 3s steps(26) forwards, blink 0.7s step-end infinite;
}


/* animación que “escribe” el texto */
@keyframes typing {
  from { width: 0; }
  to { width: 25ch; } /* cambia 23 según el número de caracteres del texto */
}

/* animación del cursor parpadeante */
@keyframes blink {
  50% { border-color: transparent; }
}

.faq-title {
  font-size: 35px !important;
  margin-bottom: 30px;
  font-weight: bold;
}

/* Contenedor de las preguntas frecuentes (flex para disposición de columnas) */
.faq-container {
  display: flex;
  justify-content: space-evenly;
  margin: 0 5%;
  flex-wrap: wrap;
}

/* Columna de preguntas */
.faq-left, .faq-right {
  width: 45%;
  margin-bottom: 20px;
}

/* Estilo para los botones de acordeón */
.accordion {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.3rem;
  transition: background-color 0.3s;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.ProgramInfo{
  padding: 40px;
  background: #f4f5f4;
  /*background: #e2e2e2;*/
  margin-bottom: 50px;
}
.Ttestimonios{
    font-weight: 700;
    text-align: center;
    color: #627115;
    margin-bottom: 30px;
}
.persona {
  font-size: 30px;
  text-align: center;
  color: #627115;
  font-weight: bold;
}
.cuadro{
  border: 1px solid #9e9e9ec2;
    box-shadow: 0px 5px 3px 0px;
    border-radius: 50px;
    padding: 30px;
}
.testimonios{
  margin-bottom: 70px;
}
.testi{
  font-weight: 700;
    text-align: center;
    color: #8aa037;
}
.calificacion{
  text-align: center;
}
.estrellas{
  width: 10%;
}
.mujer{
  position: relative;
    /* width: 5%; */
    left: 40%;
    top: -20px;
}
.centrar{
  display: flex;
  align-items: center;
}
.Program{
    background: #627115;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    color: white;
    
}
.icons{
  display: flex;
  justify-content: center;
  gap: 50px;
}
.icons img{
  width: 70px;
  height: 70px;
  gap: 20px;
}

.plan{
  font-size: 50px;
  font-weight: bold;
}
.image1{
   width: 90%;
}
.text1{
  margin-top: 20px !important;
  display: flex;
  text-align: justify;
  gap: px;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
}
.texto{
  color: #8aa037;
  font-size: 20px;
  text-align: left;
}
.check{
  width: 40px;
  margin-right: 10px;
  height: 40px;
  margin-top: 1%;
}
.check1{
  width: 25px;
  margin-right: 5px;
}
.Aplication{
  padding-left: 25px;
}
.Aplication span{
  color: #8aa037;
  font-weight: 900;
  font-size: 25px;
  margin-right: 10px;
}
.DesProgram{
    width: 70%;
    border: 7px solid #8aa037;
    border-radius: 20px;
    margin-top: 30px !important;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Btnleststart{
    display: block;
    width: 50%;
    padding: 10px;
    background-color: #8aa037;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 1.5s forwards;
    text-align: center;
    text-decoration: none;
}
.Btnleststart:hover{
  color: white;
}
p{
  color: #8aa037;
}
.flecha{
  font-weight: 900;
  font-size: 30px;
}
.what_objective{
  color: #627115;
  font-weight: 700;
  font-size: 35px;
}
.accordion:hover {
  background-color: #59691d; /* Cambio de color de fondo en hover */
  color: #fffdfd;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  border-left: 3px solid #8aa037;
  border-radius: 0 0 5px 5px;
}

.panel p {
  padding: 10px 0;
  font-size: 1rem;
  color: #ffffff;
}
.what_is_objective{
  margin-bottom: 70px;
}
.ImgHeader{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;  /* centrada */
   background-image: url(Web/Banner\ principal.png);
   height: 100vh;  /* ocupa todo el alto visible del navegador */
  margin-bottom: 60px;
  color: #fff;            /* texto blanco para contraste */
}



#contenidoPrincipal{
  position: relative;
  top: 35%;
  opacity: 0;
  transform: translateY(-200px);
  animation: bajar 2s ease forwards;
}

@keyframes bajar {
  to{
     transform: translateY(0);
     opacity: 1;
  }
}
.Entrena{
  color: #ffffff;
  font-size: 48px;

   font-weight: 600;
}
.transf{
  color: #ffffff;
  font-size: 60px;
   font-weight: 600;

}
.comenzamos{
  font-size: 60px;
  text-shadow: 1px 2px black;
  font-weight: 600;
}
.comenzar{
  background: #ffc823;
    color: #5a6921;
    width: 30%;
    font-size: 25px;
    border-radius: 10px;
    font-weight: 900;
    margin-top: 10px;
}
.TextWho{
  color: #8aa037;
    font-weight: 600;
}
.who{
  margin-bottom: 60px;
}
.questionWho{
  color: #627115;
  font-weight: 700;
  /*text-decoration: underline;
  text-underline-offset: 10px;*/
    text-decoration-thickness: 5px;
  margin-bottom: 20px;
}
.FotoSeccion4{
  width: 80%;
}
.desMiPrograma{
  color: white;
}
/* Estilos para la sección de contacto */
.contact-section {
  background-color: #f1f1f1;
  padding: 50px 0;
}

.contact-container {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
}

.contact-container h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #627115;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out 0.5s forwards;
  font-weight: 700;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 🔥 espacio uniforme entre todos los campos */
}
input, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;

  /* 🔥 quité los márgenes conflictivos y lo controlo con gap */
}



input:focus, textarea:focus {
  outline: none;
  border: 2px solid #8aa037;
  box-shadow: 0 0 5px rgba(138, 160, 55, 0.5);
}
textarea {
  min-height: 120px; /* 🔥 hace que el campo de mensaje no se vea tan chiquito */
}

button {
  width: 100%;
  padding: 12px;
  background-color: #8aa037;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out 1.5s forwards;

  margin-top: 10px; /* 🔥 para que no se pegue al textarea */

}

button:hover {
  background-color: #739b2f;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  
}

/* Animación de desvanecimiento y deslizamiento desde abajo */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Media Queries para hacer el diseño responsivo */

/* Para dispositivos móviles (pantallas pequeñas) */
@media (max-width: 768px) {
   
  .text1.visible .texto:nth-child(2) {
   text-align: justify;
    width:90%;
    margin-left: 15px;
}
.desMiPrograma{
  font-size: small;
}
  .btn_comenzamos{
    display: flex;
    position: relative;
    top: 10px;
    justify-content: center;
  }
  .what_objective{
      text-align:center;
    white-space: nowrap;
    font-size: 21px;
    margin-bottom: 30px;
  }
  .ImgHeader{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center !important;
    background-image: url(Mobil/Banner\ principal.png);
    height: 100vh;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
  }
  .Entrena{
    color: white;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .alinear{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .help-text{
    top: 100px !important;
  }
  .transf{
    color: white;
    font-size: 20px;
    margin-top: -10px;
    
  }
  .comenzamos{
    position: relative;
    top: 0px;
    font-size: 30px;
    
  }
  .comenzar{
    width: 60%;
    font-size: 18px;
  }
  .TexHero{
    position: relative;
    top: -20px;
  }
  .harbiz-right1 h2{
    font-size: 25px !important;
  }
  .icon4{
      position:relative;
      left:-20px;
  }
  
   .icon3{
      position:relative;
      left:-6px;
  }
  #contenidoPrincipal {
    position: relative;
    top: 10%;
    padding: 5%;
    text-align: center;
  } 
  .image1{
     width: 100%;
  }
  .DesProgram{
    width: 100%;
  }
  .Aplication {
    padding-left: 15px;
  }
  .help-text h2{
     text-align: center;
  }
  .icons{
    gap: 30px;
  }
  .icons img{
    width: 60px;
    height: 60px;
    gap: 20px;
  }
  .FotoSeccion4 {
    width: 100%;
}
.centrar{
  justify-content: center;
}
.TextWho{
  text-align: justify;
    width: 90%;
}
.questionWho{
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}
  .faq-title {
    font-size: 1.5rem !important; /* Reducir tamaño de fuente */
  }
  .plan{
    font-size: 30px;
    font-weight: bold;
    white-space: normal; /* permite saltos de línea */
  }
  .accordion {
    font-size: 1.2rem; /* Reducir el tamaño de la fuente de los botones */
    padding: 15px; /* Reducir el padding */
  }

  .faq-left, .faq-right {
    width: 100%; /* Las columnas se convierten en una sola fila */
    margin-bottom: 15px; /* Espaciado entre las preguntas */
  }

  .contact-container {
    width: 80%; /* Ampliar el ancho del formulario en pantallas pequeñas */
  }

  .contact-container h3 {
    font-size: 1.8rem; /* Reducir tamaño de fuente */
  }
}

/* Para dispositivos más pequeños, como teléfonos móviles */
@media (max-width: 480px) {
  .faq-title {
    font-size: 1.3rem; /* Texto más pequeño para pantallas pequeñas */
  }

  .contact-container h3 {
    font-size: 1.5rem; /* Ajuste de tamaño de título */
  }

  .accordion {
    font-size: 1.2rem; /* Texto más pequeño en preguntas */
    padding: 12px; /* Menos padding */
  }

  .contact-container {
    width: 90%; /* Más ancho en pantallas muy pequeñas */
  }

  /* Los campos de entrada y botón en el formulario de contacto */
  input, textarea, button {
    font-size: 0.9rem; /* Reducir tamaño de la fuente */
  }
}

/* Estilos para el botón flotante de WhatsApp */
.whatsapp-button {
  position: fixed;
  bottom: 20px; /* Distancia desde el fondo de la página */
  right: 20px;  /* Distancia desde el lado derecho de la página */
  background-color: #25D366; /* Fondo verde característico de WhatsApp */
  border-radius: 50%; /* Hacer el botón circular */
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra del botón */
  z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
  transition: transform 0.3s ease; /* Suaviza el efecto al pasar el mouse */
}

.whatsapp-button:hover {
  transform: scale(1.1); /* Efecto de aumentar el tamaño cuando se pasa el mouse */
}

/* Estilos para el ícono de WhatsApp */
.whatsapp-button i {
  color: white; /* Hacer el ícono blanco */
  font-size: 30px; /* Tamaño del ícono */
}

/* Estilos para la nueva sección */
.harbiz-benefits{
  background:#ffffff00;
  padding:clamp(24px,4vw,48px);
  display:flex;
  gap:clamp(24px,4vw,56px);
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:50px;
}

/* Columna izquierda (imagen) */
.harbiz-left{
  flex:1 1 360px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.harbiz-phones{
  max-width:520px;
  width:50%;
  height:auto;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.18));
}

/* Columna derecha (texto + QR) */
.harbiz-right{
  flex:1 1 420px;
  color:var(--harbiz-green);
  display:flex;
  flex-direction:column;
  min-width:320px;
}
 .harbiz-right h2{
  color:var(--harbiz-green);
  font-size:clamp(1.4rem, 2.2vw, 2rem);
  font-weight:800;
  letter-spacing:.5px;
  margin:0 0 18px 0;
}
.harbiz-right1 h2{
  color:#627115;
  font-size:clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight:700;
  letter-spacing:.5px;
  margin:0 0 18px 0;
}
/* Lista con chevrón */
.benefits-list{
  list-style:none;
  padding:0;
  margin:0 0 24px 0;
   color:#8aa037;
   font-weight: 600;
   font-size: 1.6rem;
}
.benefits-list li{
  
  align-items:flex-start;
  gap:10px;
  margin:0 0 14px 0;
  line-height:1.35;
  position:relative;
  padding-left:30px;
}
/*.benefits-list li::before{
  content:"›";
  position:absolute;
  left:0;
  top:0;
      font-size: 2rem;
  line-height:1;
  color:var(--harbiz-green);
  font-weight:900;
  transform:translateY(1px);
}*/

/* Bloque QR */


.qr-container p{
  margin:0;             /* quita salto/espacio extra */
  white-space:nowrap;   /* evita que "DESCÁRGALA:" se corte en dos líneas */
  font-size:2.1rem;
  font-weight:700;
  color:#8aa037;
}

.qr-container img{
  width:220px;          /* ajusta el tamaño del QR si lo quieres más grande/pequeño */
  height:auto;
}

/* Responsive */
@media (max-width:900px){
  .harbiz-benefits{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "hdr"
      "list"
      "phones"
      "qr";
    gap: 16px;
  }

  .harbiz-phones{
    max-width:520px;
    width:80%;
    /* Sombra más pronunciada al contenedor (opcional) */
    /*box-shadow: 0 18px 40px rgba(0, 0, 0, 0.616), 0 10px 18px rgba(0, 0, 0, 0.596);*/
    border-radius: 18px; /* por si la imagen tiene bordes redondeados */
  }

  /* Si tus imágenes están dentro de .harbiz-phones, añade también: */
  .harbiz-phones img{
    display:block;
    width:100%;
    height:auto;
    border-radius: 18px;
    /* Sombra fuerte al propio elemento imagen */
    box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 10px 18px rgba(0,0,0,.22);
    /* Para PNG con fondo transparente, refuerza con drop-shadow: */
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.35));
  }

  /* Hacemos que los hijos internos del bloque derecho participen en el grid */
  .harbiz-right{ display: contents; }

  /* Asignamos cada pieza a su área */
  .harbiz-right h2{ grid-area: hdr; }
  .benefits-list{ grid-area: list; }
  .harbiz-left{ grid-area: phones; margin-bottom: 30px; }

  .qr-container p{
    font-size: 27px !important;
  }

  /* QR apilado vertical con salto de línea en el texto */
  .qr-container{
    grid-area: qr;
    display: flex;
    flex-direction: column;   /* apilar uno sobre otro */
    align-items: flex-start;
    gap: 12px;
  }
  .qr-container p{
    margin: 0;
    white-space: normal;      /* permitir salto de línea */
    text-wrap: balance;       /* opcional: saltos más “bonitos” */
  }
}

  .harbiz-right{
    width:100%;
  }
  


/* Estilos para la sección de ayuda */
/* === HELP SECTION corregida === */
:root{ --harbiz-green:#8aa037; }

.help-section{
  background:#f4f5f4;
  padding:clamp(20px,4vw,40px);
  display:flex;
  flex-wrap:wrap;                /* móvil primero */
  justify-content:center;
  align-items:center;
  gap:20px;
   position: relative;
   padding-bottom: 170px;
}
/*.help-section::before{
  content:"";
  position:absolute;
  top:0; bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:100vw;                 /* cubre de borde a borde del viewport */
  /*background:#f4f5f4;          /* gris */
  /*z-index:-1;                  /* detrás del contenido */
/*}
/* Columna TEXTO (móvil arriba) */
.help-text{
  top: 70px;
  position: relative;
  order:1;
  gap: 20px;
  flex:1 1 100%;
  color:var(--harbiz-green, #8aa037);
}
.help-text h2{
  font-size:clamp(1.4rem,2.6vw,2.2rem);
  font-weight:700;
  letter-spacing:.3px;
  margin:0 0 18px 0;
  color:#627115;
}
.help-text ul{
  list-style:none;
  padding:0; margin:0;
  font-size:clamp(1rem,1.5vw,1.25rem);
   color:#8aa037;
   font-weight: 600;
   font-size: 1.6rem;
}
.help-text li{
  position:relative;
  padding-left:30px;
  margin:0 0 14px 0;
  line-height:1.35;
}
/*.help-text li::before{
  content:"›";
  position:absolute; left:0; top:0;
  font-size:2rem; line-height:1;
  color:var(--harbiz-green, #8aa037);
  font-weight:900;
  transform:translateY(1px);
}*/

/* Columna IMÁGENES (móvil abajo) */
.help-images{
  order:2;
  flex:1 1 100%;
  display:flex;
  justify-content:center;

}
.image-container{
  position:relative;
  width:min(92vw, 560px);
  aspect-ratio:16/11;
}
.image-container img{
  position:absolute;
  width:56%; height:auto; object-fit:cover;
  border-radius:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.image-container img:first-child{ left:0%;  top:0;  z-index:1; }
.image-container img:last-child { left:50%; top:40%; z-index:2; }

/* DESKTOP: dos columnas lado a lado (izq fotos, der texto) */
@media (min-width:1024px){
  .help-section{
    flex-wrap:nowrap;
    gap:48px;
    /*max-width:1200px;*/
    margin-inline:auto;
    padding-inline:32px;
  }
  .help-images{ flex:0 0 560px; order:1; }
  .image-container{ width:100%; max-width:560px; margin:0 auto; }
  .help-text{
    order:2;
    flex:1 1 520px; min-width:420px;
    display:flex; flex-direction:column; justify-content:center;
  }
}



.circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: black;
}

.circle {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Arial, sans-serif;
}

.circle-text {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  max-width: 90%;
}

.circle-text p {
  margin: 0;
  line-height: 1.4;
}

/*nuevi codigo harbiz

/* Texto + grupo de QRs */
.qr-container{
  display:flex;
  align-items:center;
  gap:16px;              /* espacio entre el texto y el grupo de QRs */
  margin-top:auto;
  flex-wrap:wrap;        /* permite que baje si no cabe */
  text-align:left;
}

.qr-container p{
  margin:0;
  white-space:nowrap;
  font-size:2.1rem;
  font-weight:700;
  color:#627115;
}

/* Los dos QRs, siempre juntos */
.qr-pair{
  display:flex;
  align-items:center;
  gap:16px;              /* espacio entre los dos QRs */
  flex-wrap:wrap;        /* si el ancho es muy pequeño, caen uno debajo del otro pero pegados */
}

.qr-pair img{
  width:clamp(120px, 22vw, 180px);   /* se adapta a escritorio y móvil */
  height:auto;
}

/* Responsive: mantiene juntos y ajusta espaciados */
@media (max-width:900px){
  .qr-container{ align-items:flex-start; gap:12px; }
  .qr-pair{ gap:12px; }
}

/* parche seccion ayuda */
/* Evitar que la sección se “encime” con la de abajo */
.help-section{
  position: relative;
  isolation: isolate;                       /* crea un nuevo stacking context */
  /*padding-bottom: clamp(64px, 8vw, 140px);  /* espacio interno bajo las fotos/sombras */
  margin-bottom: clamp(40px, 6vw, 100px);   /* separación externa con la siguiente sección */
}

/* (opcional) un pelín de aire extra bajo el bloque de fotos */
.image-container{
  margin-bottom: clamp(8px, 1.5vw, 16px);
}

/* En móvil mantenemos buen respiro sin exagerar */
@media (max-width: 1023px){
  .help-section{
    /*padding-bottom: clamp(80px, 20vw, 100px);
    margin-bottom: clamp(24px, 8vw, 72px);*/
  }
}


/*stilos seccion circulo*/

/* CSS */
:root{
  /* Proporción del fondo (ancho/alto) de circulo.png */
  --circ-w: 1600;  /* ancho real de circulo.png */
  --circ-h: 900;   /* alto  real de circulo.png */
}

.circulo-hero{
  position: relative;
  width: 100%;
  /* Mantiene la proporción del contenedor para que el fondo no se deforme */
  aspect-ratio: var(--circ-w) / var(--circ-h);
  /* Fondo: centrado arriba, visible completo sin recortes */
  background: url("imagenes/circulo.png") top center / contain no-repeat;
  /* Color de fondo detrás por si la imagen no ocupa todo (opcional) */
  background-color: #f4f5f4; /* cámbialo si necesitas */
}
.circulo-hero .circulo-overlay{
  top: 15% !important;   /* antes usábamos clamp(...); esto lo reemplaza */
}
/* Fallback para navegadores sin aspect-ratio */
@supports not (aspect-ratio: 1/1){
  .circulo-hero::before{
    content:"";
    display:block;
    padding-top: calc(var(--circ-h) / var(--circ-w) * 100%);
  }
}

.circulo-overlay{
  position: absolute;
  top: clamp(8px, 3vw, 28px); /* pegada arriba con respuesta */
  left: 50%;
  transform: translateX(-50%);
  width: clamp(150px, 28vw, 520px); /* escala en móvil y escritorio */
  height: auto;
  pointer-events: none; /* no bloquea clics al fondo */
}

@media (min-width: 1024px){
  .circulo-hero .circulo-overlay{ top: 15% !important; }

}
/* Texto dentro del círculo */
.circulo-copy{
  position:absolute;
  left:50%;
  top:50%;                  /* céntralo verticalmente */
  transform:translate(-50%,-50%);
  width:min(72%, 780px);    /* no rebasar el aro */
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  line-height:1.1;
  z-index:2;                /* por encima del círculo */
  pointer-events:none;      /* que no bloquee clics */
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}

.circulo-copy .t-strong{
  margin:0 0 clamp(8px,1.6vw,12px) 0;
  font-weight:900;
  font-size:clamp(9px, 2.5vw, 64px);
  letter-spacing:.5px;
}

.circulo-copy .t-strong span{
  color: var(--harbiz-green, #8aa037); /* usa tu verde si ya lo defines */
}

.circulo-copy .t-sub{
  margin:0;
  font-weight:800;
  font-size:clamp(14px, 3vw, 26px);
  letter-spacing:.6px;
}

/* Si quieres bajarlo un poco dentro del círculo (p. ej. 6%) */
.circulo-copy{ top:40%; }  /* ajusta 52–60% según necesites */

@media (max-width: 824px){
  .circulo-hero .circulo-overlay{ top: 10% !important; }
.circulo-copy .t-sub {
    margin: 0;
    font-weight: 800;
    font-size: clamp(8px, 3vw, 1px);
    letter-spacing: .6px;
}

 
.circulo-copy{ top:42%; } 
}
.circulo-foot{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom: clamp(10px, 3.5vw, 32px);    /* separa del borde inferior */
  width: min(92%, 980px);               /* limita el ancho para lectura */
  text-align:center;
  z-index: 2;                           /* por encima del fondo/aro */
  pointer-events:none;                  /* no bloquea clics */
}

.circulo-foot p{
  margin:0;
  color:#fff;
  font-weight:500;
  font-size: clamp(12px, 2.1vw, 18px);
  line-height:1.45;
  text-shadow: 0 2px 10px rgba(0,0,0,.45); /* mejora legibilidad */
}


 .circulo-foot{
  bottom:10%;
}
/* Escritorio (>=1024px): más grande */
@media (min-width: 1024px){
  .circulo-hero .circulo-foot p{
    font-size: 20px !important;  /* súbelo a gusto: 20–24px */
  
  }
}

/* Monitores grandes (>=1440px): aún más grande */
@media (min-width: 1440px){
  .circulo-hero .circulo-foot p{
    font-size: 26px !important;
  }
}

/* textos laterales  */

/* —— Textos laterales alrededor del círculo —— */
.circulo-side{
  display: flex;
  justify-content: center;
  position:absolute;
  z-index:2;
  color:#fff;
  font-weight:600;
  line-height:1.35;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
  max-width: clamp(220px, 26vw, 380px);     /* ancho responsivo */
 font-size: clamp(12px, 2.1vw, 28px);   /* tamaño responsivo */
 

}

/* anclajes laterales */
.circulo-side.left  { left:  clamp(8px, 4.5vw, 100px);  text-align:left; }
.circulo-side.right { right: clamp(8px, 4.5vw, 80px);  text-align:left; }

/* posiciones verticales */
.circulo-side.top    { top:    18%; }
.circulo-side.bottom { bottom: 18%; }

/* Ajustes tablet */
@media (max-width: 1024px){
  .circulo-side{
    max-width: clamp(180px, 32vw, 320px);
    font-size: clamp(17px, 2vw, 16px);
  }
  .circulo-side.top    { top:    16%; }
  .circulo-side.bottom { bottom: 14%; }
}

/* Ajustes móvil (compacto) */



/* Superiores más hacia el centro (porcentajes) */
.circulo-hero .circulo-side.left.top  { left: 18% !important; }
.circulo-hero .circulo-side.right.top { right: 17% !important; }


/* Opcional: ajusta por breakpoints */
@media (max-width: 1024px){
  .circulo-hero .circulo-side.left.top  { left: 18% !important; }
  .circulo-hero .circulo-side.right.top { right: 18% !important; }
}

/* Inferiores más hacia el centro (porcentajes) */
.circulo-hero .circulo-side.left.bottom  { left: 18% !important; bottom: 33%; }
.circulo-hero .circulo-side.right.bottom { right: 17% !important; bottom: 33%}

/* Ajustes por breakpoint (acércalos un poco menos en pantallas chicas) */
@media (max-width: 1024px){
  .circulo-hero .circulo-side.left.bottom  { left: 4% !important; }
  .circulo-hero .circulo-side.right.bottom { right: 4% !important; }
}

.br-sm{ display:none; }
@media (max-width: 900px){
  .br-sm{ display:inline; }
  .br-sm::after{ content:"\A"; white-space: pre; } /* fuerza salto de línea */
}

@media screen and (min-width: 1025px) and (max-width: 1699.98px){
  .circulo-hero .circulo-side.left.top  { left: 12% !important; }
  .circulo-hero .circulo-side.right.top { right: 8% !important; }
  .circulo-hero .circulo-side.left.bottom  { left: 12% !important; }
  .circulo-hero .circulo-side.right.bottom { right: 8% !important; }
  .circulo-copy .t-sub
 {
    margin: 0;
    font-weight: 800;
    font-size: clamp(14px, 3vw, 16px);
    letter-spacing: .6px;
}
}


/* ====== MÓVIL: fondo que cubre toda la sección + textos en blanco ====== */
@media (max-width: 824px){
  .circulo-hero{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 14px;
    background: none;         /* el fondo lo pintamos con ::before */
    aspect-ratio: auto;
  }

  /* Fondo que ABARCA todo el contenido apilado */
  .circulo-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("imagenes/circulo.png") center / cover no-repeat;
    z-index: 0;
  }

  /* Velo oscuro para legibilidad */
  .circulo-hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.45));
    z-index: 0;
  }

  /* Trae todo el contenido por encima del fondo/velo */
  .circulo-hero > *{
    position: relative;
    z-index: 1;
  }

  /* Textos en blanco (override de móvil) */
  .circulo-side,
  .circulo-foot p,
  .circulo-copy,
  .circulo-copy .t-strong,
  .circulo-copy .t-sub{
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.55);
  }

  /* Apilado + orden con el bloque del círculo en posición 3 */
  .circulo-side{
    position: static !important;
    max-width: 680px;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .circulo-side.left.top     { order: 1; }
  .circulo-side.right.top    { order: 2; }
  .circulo-core              { order: 1; }   /* núcleo del círculo */
  .circulo-side.left.bottom  { order: 4; }
  .circulo-side.right.bottom { order: 5; }
  .circulo-foot              { order: 6; width: 100%; text-align: left; }

  /* El núcleo ya no necesita su propio fondo; mantenemos overlay + copy centrados */
  .circulo-core{
    width: min(92%, 520px);
    aspect-ratio: var(--circ-w) / var(--circ-h);
    background: none !important; /* evita duplicar el aro */
  }
  .circulo-core .circulo-overlay{
    position: absolute;
    top: clamp(6px, 4vw, 22px);
    left: 50%;
    transform: translateX(-50%);
    width: clamp(140px, 48%, 320px);
    height: auto;
    pointer-events: none;
  }
  .circulo-core .circulo-copy{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    text-align: center;
  }

  /* Tamaños del copy en móvil */
  .circulo-copy .t-strong{         font-size: clamp(8px, 3vw, 24px); margin-bottom: clamp(6px, 2.5vw, 10px); }
  .circulo-copy .t-sub{    font-size: clamp(6px, 2vw, 12px); letter-spacing: .4px; }
}

@media (max-width: 900px){
  .br-sm{ display:inline; }
  .br-sm::after{ content:"\A"; white-space: pre; } /* fuerza salto */

  /* Centrar SOLO los párrafos que contienen .br-sm */
  .circulo-side p:has(.br-sm){ text-align:center; }

  /* Centrar el texto del foot (por si algún tema lo sobrescribe) */
  .circulo-foot, .circulo-foot p{ text-align:center; }
}


/* Muy angosto: si prefieres ocultarlos, descomenta
@media (max-width: 520px){
  .circulo-side{ display:none; }
}
*/
@media (max-width:900px){
  .qr-container{
    display:flex;
    flex-direction:column;
    align-items:center;   /* antes estaba en flex-start */
  }
  .qr-container p{
    width:100%;
    text-align:center;
  }
}

:root{
  --qr-scale: 1.13;   /* nivel de zoom */
  --qr-dur: 280ms;    /* duración de la transición */
}

.qr-zoom{
  display: block;
  will-change: transform;
  transform-origin: center center;
  transition: transform var(--qr-dur) cubic-bezier(.2,.7,.3,1),
              filter var(--qr-dur) ease;
}

/* Hover (desktop) y foco (teclado) */
.qr-zoom:hover,
.qr-zoom:focus-visible{
  transform: scale(var(--qr-scale));
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.25));
  outline: none; /* opcional, Bootstrap ya maneja focus */
}

/* Tap en móvil */
.qr-zoom:active{
  transform: scale(1.13);
}

/* Respeta usuarios con reducción de movimiento */
@media (prefers-reduced-motion: reduce){
  .qr-zoom{ transition: none !important; }
}

:root{
  --reveal-dur: 700ms;
  --reveal-ease: cubic-bezier(.2,.7,.3,1);
}

/* Estado inicial oculto y desplazado a la izquierda */
.reveal-left{
  opacity: 0;
  transform: translateX(-28px);
  transition: transform var(--reveal-dur) var(--reveal-ease),
              opacity var(--reveal-dur) var(--reveal-ease);
  will-change: transform, opacity;
}

/* Visible al entrar al viewport */
.reveal-left.is-visible{
  opacity: 1;
  transform: none;
}

/* Stagger opcional para los <li> */
.reveal-left .alinear{ opacity: 0; transform: translateX(-14px); }
.reveal-left.is-visible .alinear{ opacity: 1; transform: none; transition: transform 1020ms var(--reveal-ease), opacity 1520ms var(--reveal-ease); }
.reveal-left.is-visible .alinear:nth-child(1){ transition-delay: 560ms; }
.reveal-left.is-visible .alinear:nth-child(2){ transition-delay: 820ms; }
.reveal-left.is-visible .alinear:nth-child(3){ transition-delay: 1080ms; }
.reveal-left.is-visible .alinear:nth-child(4){ transition-delay: 1140ms; }
.reveal-left.is-visible .alinear:nth-child(5){ transition-delay: 1300ms; }
.reveal-left.is-visible .alinear:nth-child(6){ transition-delay: 1460ms; }
.reveal-left.is-visible .alinear:nth-child(7){ transition-delay: 1620ms; }

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  .reveal-left, .reveal-left .alinear{ transition: none !important; transform: none !important; }
}



/* Animación específica para la imagen de celulares */
.harbiz-phones{
  opacity: 0;
  transform: translateX(-32px);
  transition: transform 1000ms cubic-bezier(.2,.7,.3,1),
              opacity 1800ms cubic-bezier(.2,.7,.3,1);
  transition-delay: 1000ms;   /* empieza un poco después */
  will-change: transform, opacity;
}

/* Cuando sea visible */
.harbiz-phones.is-visible{
  opacity: 1;
  transform: none;
}

/* Respeta usuarios con reducción de movimiento */
@media (prefers-reduced-motion: reduce){
  .harbiz-phones{ transition: none !important; transform: none !important; }
}



:root{
  --help-dur: 1100ms;
  --help-ease: cubic-bezier(.2,.7,.3,1);
}

/* Estado inicial */
.help-reveal{
  opacity: 0;
  transform: translateX(36px);
  transition: transform var(--help-dur) var(--help-ease),
              opacity var(--help-dur) var(--help-ease);
  will-change: transform, opacity;
}

/* Al entrar */
.help-reveal.help-visible{
  opacity: 1;
  transform: none;
}

/* Stagger para items de la lista */
.help-reveal .alinear{
  opacity: 0;
  transform: translateX(18px);
  transition: transform 1720ms var(--help-ease), opacity 1720ms var(--help-ease);
}
.help-reveal.help-visible .alinear{ opacity:1; transform:none; }
.help-reveal.help-visible .alinear:nth-child(1){ transition-delay: 180ms; }
.help-reveal.help-visible .alinear:nth-child(2){ transition-delay: 360ms; }
.help-reveal.help-visible .alinear:nth-child(3){ transition-delay: 840ms; }
.help-reveal.help-visible .alinear:nth-child(4){ transition-delay: 1220ms; }

/* Desvanecido de las imágenes dentro del contenedor de esta sección */
.help-reveal.help-visible img{ opacity:1; }
.help-reveal img{
  opacity:0;
  transition: opacity 700ms var(--help-ease);
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  .help-reveal, .help-reveal .alinear, .help-reveal img{
    transition:none !important; transform:none !important; opacity:1 !important;
  }
}

/* Estado inicial */
.text1{
  opacity: 0;
  transform: translateX(36px);
  transition: transform var(--help-dur) var(--help-ease),
              opacity var(--help-dur) var(--help-ease);
  will-change: transform, opacity;
}

/* Al entrar */
.text1.visible{
  opacity: 1;
  transform: none;
}

/* Stagger para items de la lista */
.text1 .texto{
  opacity: 0;
  transform: translateX(18px);
  transition: transform 1720ms var(--help-ease), opacity 1720ms var(--help-ease);
}
.text1.visible .texto{ opacity:1; transform:none; }
.text1.visible .texto:nth-child(1){ transition-delay: 280ms; }
.text1.visible .texto:nth-child(2){ transition-delay: 460ms; }
.text1.visible .texto:nth-child(3){ transition-delay: 940ms; }
.text1.visible .texto:nth-child(4){ transition-delay: 1220ms; }

/* Desvanecido de las imágenes dentro del contenedor de esta sección */
.text1.visible img{ opacity:1; }
.text1 img{
  opacity:0;
  transition: opacity 700ms var(--help-ease);
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  .text1, .text1 .texto, .text1 img{
    transition:none !important; transform:none !important; opacity:1 !important;
  }
}




/* Estado inicial */
.trans{
  opacity: 0;
  transform: translateX(56px);
  transition: transform var(--help-dur) var(--help-ease),
              opacity var(--help-dur) var(--help-ease);
  will-change: transform, opacity;
}

/* Al entrar */
.trans.visible{
  opacity: 1;
  transform: none;
}

/* Stagger para items de la lista */
.trans .texto{
  opacity: 0;
  transform: translateX(18px);
  transition: transform 1720ms var(--help-ease), opacity 1720ms var(--help-ease);
}
.trans.visible .texto{ opacity:1; transform:none; }
.trans.visible .texto:nth-child(1){ transition-delay: 280ms; }
.trans.visible .texto:nth-child(2){ transition-delay: 460ms; }
.trans.visible .texto:nth-child(3){ transition-delay: 940ms; }
.trans.visible .texto:nth-child(4){ transition-delay: 1220ms; }

/* Desvanecido de las imágenes dentro del contenedor de esta sección */
.trans.visible img{ opacity:1; }
.trans img{
  opacity:0;
  transition: opacity 700ms var(--help-ease);
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  .trans, .trans .texto, .trans img{
    transition:none !important; transform:none !important; opacity:1 !important;
  }
}

/* animaciones seccion circulo */

/* Estado inicial: ocultos y desplazados */
.circulo-side{
  opacity: 0;
  transition: transform 820ms ease, opacity 820ms ease;
  will-change: transform, opacity;
}

/* Dirección según el lado */
.circulo-side.left  { transform: translateX(-32px); } /* entra desde la izq */
.circulo-side.right { transform: translateX( 32px); } /* entra desde la der */

/* Cuando aparecen en viewport */
.circulo-side.is-in{
  opacity: 1;
  transform: translateX(0);
}

/* Respeta usuarios con “reduced motion” */
@media (prefers-reduced-motion: reduce){
  .circulo-side{ transition: none; transform: none !important; opacity: 1 !important; }
}

.circulo-foot{ opacity: 0; transition: opacity 520ms ease; }
.circulo-foot.is-in{ opacity: 1; }
@media (prefers-reduced-motion: reduce){
  .circulo-foot{ opacity: 1 !important; transition: none; }
}


/* Texto central: sube un pelín (respetando su translate -50%,-50%) */
.circulo-core .circulo-copy{
  opacity: 0;
  transform: translate(-50%, -50%) translateY(12px);
  transition: transform 520ms ease, opacity 520ms ease;
}
.circulo-core.is-in .circulo-copy{
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
  transition-delay: 140ms; /* después del overlay */
}

/* Respeta usuarios con Reduced Motion */
@media (prefers-reduced-motion: reduce){
  .circulo-core,
  .circulo-core .circulo-overlay,
  .circulo-core .circulo-copy{
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}



/* Sección a todo lo ancho, centrada vertical y horizontalmente */
.redes{
  width:100%;
  padding:28px 16px 40px;
  background:#ffffff;            /* ajusta si quieres otro fondo */
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
}

/* Estilos del texto */
.redes__titulo{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:800;
  letter-spacing:.5px;
  text-align:center;
  color: #8aa037;                  /* verde del ejemplo */
  font-size: clamp(22px, 4vw, 34px);
  line-height:1.1;
  position:relative;
  margin:0 0 22px;
}

/* Subrayado tipo “barra” */
.redes__titulo::after{
  content:"";
  display:block;
  width:min(520px, 100%);
  height:6px;
  margin:10px auto 0;
  background: #8aa037;
  border-radius:3px;
}

/* Íconos centrados y espaciados */
.redes__lista{
  list-style:none;
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
}

/* Tamaño de íconos (ajusta a lo que tengas) */
.redes__lista img{
  width:42px;
  height:42px;
  display:block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.08));
  transition: transform .15s ease, filter .15s ease;
}
.redes__lista img:hover{
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.12));
}

/* Responsivo fino */
@media (max-width:480px){
  .redes__lista{ gap:14px; }
  .redes__lista img{ width:35px; height:35px; }
}
