@import url(global.css);

/* ------------------------------------------------------------------ */
/* -------- header -------------------------------------------------- */
/* ------------------------------------------------------------------ */

#hero {
    position: relative;
    display: flex;
    background-image: url('imgs_simviosis/imgs_terapias/img_terapia_sauna.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: white;
}

#hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

#hero > * {
    position: relative;
    z-index: 2;
}

.hero_info{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    width: 100%;
    gap: 20px;
    filter: brightness(100%);     
}

.conjunto_texto_hero{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.texto_hero{
    color: var(--color-secondary);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-medium);
}

.titulo_hero{
    color: var(--color-secondary);
    font-size: var(--font-size-xxl);
    font-weight: var(--font-weight-bold);
}

.conjunto_btn_hero{
    display: flex;
    gap: 16px;
    align-items: end;
    text-align: center;
}


/* .btn_hero {
    background-color: rgba(255, 255, 255, 0.219);
    border-radius: var(--border-radius-btn-mas-compra);
    padding: var(--padding-btn-mas-compra);
    color: var(--color-btn-compra);
    font-size: var(--font-size-btn-mas-compra);
    font-weight: var(--font-weight-regular);
    letter-spacing: var(--letter-space-1);
} 
.btn_hero:hover{
    background: linear-gradient(
        to right, 
        rgba(175, 175, 175, 0.5), 
        rgba(91, 89, 87, 0.5)
      );
} */












/* ------------------------------------------ */
/* ------------- seccion_presentacion ------- */
/* ------------------------------------------ */

.seccion_simviosis{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: var(--section-padding-xs2);
}

.container_sim{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: var(--gap-titulo-conjunto-section-30);
}

.top_sim{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 88%;
    gap: var(--gap-titulo-conjunto-section-20);
}

.titulo_sim{
    font-size: var(--font-size-xxl);
    font-weight: var(--font-weight-bold);
}

.texto_sim{
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-regular);
    line-height: var( --line-height-text4);
}

.mid_sim{
    max-width: var(--max-width-1);
    width: 96%; 
    height: 30vh;
    border-radius: var(--border-radius-img);
}
















/* --------------------------------- */
/* -----  seccion terapias --------- */
/* --------------------------------- */

#seccion_terapias {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--section-padding-xl2);
    padding-bottom: var(--section-padding-2);
    gap: var(--gap-titulo-conjunto-section-30);
    /* background-color: transparent; */
  }

  .top_terapias{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: var(--gap-titulo-conjunto-section-20);
  }
  
  .titulo_seccion_terapias {
    font-size: var(--font-size-xxxl);
    font-weight: var(--font-weight-bold);
    text-align: center;
  }

  .sub_terapias{
    font-size: var(--font-size-mt);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-text4);
  }

.conjunto_terapias{
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  align-items: stretch;
  padding-bottom: 20px;
}

.conjunto_terapias::-webkit-scrollbar { display: none; }

/* CARD (TODAS IGUALES) */

.link_terapia{
  flex: 0 0 84%;
  scroll-snap-align: start;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:  var(--gap-card-text-img);
  height: 68vh
}

.imagen_terapia{
  width: 96%;
  display: block;          /* evita “saltitos” por baseline */
  border-radius: var(--border-img);
  height: clamp(280px, 42vh, 380px);
  object-fit: cover;
  object-position: center;
}

/* CUERPO DE LA CARD (texto + botón) */

.item_terapia{
  width: 90%;
  /* 🔑 ocupa el resto del alto de la card */
  flex: 1;
  display: flex;
  flex-direction: column;
  gap:  var( --gap-card-text-btn);
  text-align: left;
  min-height: 0; /* importante para clamps/overflow en flex */
}

.texto_item_terapia{
  display: flex;
  flex-direction: column;
  gap:  var( --gap-card-text-title);
}

.nombre_terapia{
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
}

.texto_terapia{
  /* font-size: var(--font-size-mt); */
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btns_terapias{
  margin-top: 0px;    /* 🔑 empuja al fondo siempre */
  display: flex;
  align-items: flex-start;
}

  /* =====================================================
     NAV + BARRA DE PROGRESO
  ===================================================== */
  
  .fp_nav_row {
    margin-top: -10px;
    width: 100%;
    max-width: 1120px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .fp_nav_btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .fp_progress {
    flex: 1;
    height: 4px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
  }
  
  .fp_progress_bar {
    position: absolute;
    inset: 0 auto 0 0;
    width: 40%;                /* JS controla */
    border-radius: inherit;
    background: var(--apple-gradient);
    transition: left 0.2s ease-out, width 0.2s ease-out;
  }
  














/* ------------------------------------------- */
/* ------ seccion terapias promocion --------- */
/* ------------------------------------------- */

.seccion_terapro {
    height: 100vh;
    padding-top: 0px;
}

/* CAPA OSCURA SUAVE PARA DAR CONTRASTE AL TEXTO */
.section_terapro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.25) 40%,
        rgba(0, 0, 0, 0.15) 100%
    );
    z-index: 1;
}

.container_terapro {
    text-align: center;
    z-index: 2; /* SOBRE LA IMAGEN */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("imgs_simviosis/imgs_terapias/img_terapiatop.png"); 

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 40px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    gap: var(--gap-titulo-conjunto-section-10);
    color: white;
}

/* .terapro_circuito{
    width: 100%;
    border-radius: 0px;
} */

.titulo_terapro {
    font-size:  var(--font-size-xxl);
    line-height:var(--line-height-title1);
    font-weight: var(--font-weight-black);
}

.texto_terapro {
  font-size:  var(--font-size-md);
    color: #e5f2ff;
    margin-bottom: 10px;
}

.tachado{
    text-decoration: line-through;
}

/* .subtitulo_terapro {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
} */

/* .btn_terapro {
    border: 1.5px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-weight: var(--font-weight-medium);
} */

/* ===== BENEFICIOS ===== */

.beneficios_terapro {
    display: flex;
    margin-top: 140px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    gap: 40px;
}

.benef_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.benef_item span{
    font-weight: var(--font-weight-medium) !important;
    font-size: var(--font-size-md);
    color: white;
}

.icono_benef {
    width: 42px;
    height: 42px;
    fill: white;
}















/* ----------------------------------- */
/* ------- seccion circuitos --------- */
/* ----------------------------------- */


.seccion_circuitos {
  width: 100%;
  padding-top: var(--section-padding-2);
  background: var(--back-gray-plunge);
}

.container_circuitos {
  width: 100%;
  padding: 0px 0 40px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-titulo-conjunto-section-30);
  align-items: center;
  text-align: center;
  color: black;
}

.top_circuitos {
  display: flex;
  flex-direction: column;
  gap: var(--gap-titulo-conjunto-section-20);
  width: 90%;
}

.titulo_circuitos {
  font-size: var(--font-size-xxxl);
  font-weight: var(--font-weight-bold);
}

.texto_circuitos {
  line-height: var(--line-height-text4);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
}

.lista_circuitos {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 90%;
  text-align: left;
  padding: 0;
  margin: 0;
}

.item_circuito {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e4e4;
}

.icono_circuito {
  width: 42px;
  height: 42px;
}

.icono_circuito img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info_circuito {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.titulo_circuito_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

/* TEXTO CON GRADIENTE */
.titulo_cir {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  background: var(--color-gradient-blue);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.descripcion_circuito {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-text4);
  opacity: 0.8;
}

/* ================= FLECHA ================= */
.flecha_svg {
  display: inline-flex;
  align-items: center;
}

.flecha_svg svg {
  display: block;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  background: var(--color-gradient-blue);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4px;
}













/* ------------------------------------------- */
/* ------------ seccion lab ------------------ */
/* ------------------------------------------- */

.seccion_lab{
    padding-top: var(--section-padding-xl2);
    padding-bottom: var(--section-padding-2);
}

.container_lab{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--gap-titulo-conjunto-section-30);
}

.titulo_lab{
    font-size: var(--font-size-xxxl);
    font-weight: var(--font-weight-bold);
    background: var(--apple-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mid_lab {
  width: 96%;
  height: 32vh;
  border-radius: var(--border-radius-img);
  object-fit: cover;
}

.bottom_lab{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.texto_bottom_lab{
    width: 88%;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-text4);
}

