/* estilos.css */
/* General */

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* o el peso base que prefieras */
  font-style: normal;
}
BODY STRONG {
  font-style: italic;
}

h2 {
  color: #ff6b00;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
h3 {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 0.3em;
}
section {
  padding: 40px 20px;
}
strong {
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}
ul {
  padding-left: 20px;
  margin-bottom: 1em;
}
/* Header */
.contenedor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 10px 20px;
}
.logo img {
  height: 40px;
}
#encabezado {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgb(0 0 0 / 96%);
}
#menu-navegacion ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#menu-navegacion a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
/* Hero */
#hero {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.7)
    ),
    url("img/fondos/BANNER.png") center center / cover no-repeat;
  color: white;
  padding: 100px 0 60px;
  position: relative;
}

.contenedor-texto-hero {
  max-width: 600px;
  margin-left: 8%;
  text-align: left;
}
.frase-impacto {
  font-size: 70px;
  font-weight: 900;
  color: #ff3c2e;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-style: italic;
}
.subfrase {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  line-height: 1.1;
  text-transform: uppercase;
}
.boton-info {
  display: inline-block;
  margin-top: 30px;
  background-color: #ff3c2e;
  color: white;
  padding: 12px 24px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 2px;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
}
.boton-info img {
  padding-left: 10px;
}
/* Sección Realidad VIH */
.banner-vih {
  background-image: url("img/fondos/Seccion 2.png");
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  color: #000;
}
.contenedor-vih-realidad {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.columna-izquierda {
  flex: 1 1 55%;
}
.columna-derecha {
  width: 45%;
  color: var(--NEGRO, #212121);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* flex: 1 1 40%; */
}
img.icono-flecha {
  width: 100px;
  margin-top: 67px;
}
img.flecha-icono {
  margin-bottom: -2%;
}
.columna-izquierda {
  justify-items: right;
}
img.puntos {
  float: right;
}
.titulo-estigma1 {
  color: var(--NARANJA, #fc851a);
  text-align: right;
  font-family: Inter;
  font-size: 75px;
  font-style: italic;
  font-weight: 900;
  line-height: 98.712%; /* 74.034px */
  text-transform: uppercase;
}
.titulo-estigma {
  color: var(--NARANJA, #fc851a) !important;
  font-size: 90px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 0px;
  margin-left: 193px;
}
.subtitulo-estigma {
  color: var(--NEGRO, #212121);
  text-align: right;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.puntos {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 120px;
}
.icono-flecha {
  display: block;
  width: 60px;
  margin-bottom: 20px;
}
/*que es el vih*/
.que-es-vih-section {
  background-image: url("img/fondos/Seccion 3 que es.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 30px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.contenedor-que-es-vih {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 3rem;
}
.col-texto {
  flex: 1 1 55%;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.titulo-vih {
  line-height: 86px;
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  margin-bottom: 60px;
}

.frase-final {
  color: #fff;
  font-style: italic;
  margin-top: 20px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}
p.frase-final {
  font-weight: 500;
  font-size: 22px;
}
.li-vhi {
  font-size: 20px;
  color: black;
}
.col-tipos {
  display: flex;
  flex: 1 1 40%;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  align-content: stretch;
  align-items: stretch;
  justify-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
}
.tipos-titulo {
  color: var(--NEGRO, #212121);
  text-align: right;
  font-family: Inter;
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.col-tipos ul {
  list-style-type: disc;
  padding-left: 1.2rem;
}

.col-tipos li {
  margin-bottom: 10px;
}
.lista-vih {
  list-style: disc;
  padding-left: 20px;
}

.item-vih {
  margin-bottom: 1rem;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.linea-vih {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
}

.titulo-vih2 {
  min-width: 70px;
  font-weight: bold;
  font-style: italic;
  font-size: 37px;
  margin-top: -7px;
}

.texto-vih {
  flex: 1;
}

/*como se trasmite*
/* Sección ¿Cómo se transmite? */
#transmision {
  background-color: #fc851a;
  background-size: cover;
  background-position: bottom;
  padding: 60px 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.contenedor-transmision {
  background: white;
  padding: 10px 100px 10px 100px;
}
p.aclaracion2 {
  display: none;
}
img.icono-flecha-2 {
  width: 100px;
}
.fila-dos-columnas {
  display: inline-flex;
}
.columna-izquierda2 {
  width: 20%;
}
.columna-derecha2 {
  width: 60%;
}
.contenedor-transmision {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.imagen-transmision {
  flex: 1 1 45%;
  background-image: url("img/madre-hija.png");
  background-size: cover;
  background-position: bottom;
  border-radius: 8px;
  min-height: 300px;
}
.texto-transmision {
  flex: 1 1 50%;
  margin-left: 40px;
}
img.icono-flecha-2 {
  margin-top: 39px;
}
.columna-derecha2 {
  color: black;
}
.li-trasmision {
  margin-left: 76px;
  color: black;
  font-size: 30pt;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
}
.sombreado-naranja {
  background-color: #fc851a;
}
.texto-transmision h2 {
  line-height: 65px;
  font-size: 4rem;
  color: #fc851a;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 1rem;
  /* font-weight: 800; */
}
.texto-transmision h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.texto-transmision p,
.texto-transmision li {
  font-size: 1rem;
  line-height: 1.6;
}
.texto-transmision ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.aclaracion {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 20px;
}
.aclaracion mark {
  background: none;
  font-weight: bold;
}
img.madre-hija {
  width: 500px;
}
.columan-myh1 {
  width: 40%;
}
.columan-myh2 {
  width: 57%;
}
.aclaracion {
  color: black;
}
.img-overlay-container {
  position: relative;
  display: inline-block;
}

.madre-hija {
  display: block;
  width: 100%;
  height: auto;
}

/*Diagnostico*/
/* Fondo naranja con imagen centrada */
#tipos-test {
  background-color: #cccccc;
  background-image: url("img/fondos/Seccion 4 diagnostico.png");
  background-size: cover;
  background-position: center;
  padding: 20px 20px;
  color: white;
  text-align: center;
}
.intro-diagnostico {
  font-size: 1.6rem;
  color: black;
  text-align: -webkit-left;
  margin-left: 210px;
  line-height: 1.1;
}

/* Título principal */
.titulo-diagnostico {
  justify-self: left;
  margin-left: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 900;
  color: var(--ROJO, #fe4330);
  font-style: italic;
  font-family: Inter;
  /* margin-left: -373px; */
}
.test-box h3 {
  font-family: "Inter";
  font-style: italic;
}
.test-box strong {
  color: var(--BCO, #f4edee);
  font-family: "Inter", sans-serif;
  font-size: 19.449px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
/* Contenedor en grid: 3 columnas iguales y todas las celdas con misma altura */
.contenedor-tests {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto clamp(40px, 6vw, 96px); /* <-- separación inferior */
  gap: clamp(16px, 2vw, 32px);
  padding: 0 20px;
}

/* Tarjeta: columna flexible para empujar la flecha al fondo */
.test-box {
  display: flex;
  flex-direction: column;
  background: #fc851a;
  color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  height: 100%; /* <- hace que todas llenen la celda */
}

/* Quitar reglas que rompan la igualdad */
.test-box:nth-child(3) {
  margin-bottom: 0;
} /* elimina cualquier negativo previo */

/* Tipos: márgenes consistentes, nada de <br> suelto */
.test-box h3 {
  font: 900 italic 2rem Inter, sans-serif;
  line-height: 1.1;
  margin: 0 0 12px;
}
.test-box p {
  margin: 0 0 12px;
}

/* Flecha pegada al fondo de cada tarjeta */
.icono-flecha--up {
  width: 22px;
  height: auto;
  opacity: 0.25;
  mix-blend-mode: multiply;
  filter: blur(0.2px);
  margin-top: auto;
  align-self: center;
}
/* Título de cada test */
.test-box h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  color: white;
  text-align: -webkit-center;
}
.test-box:nth-child(3) {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: -100px;
}

/* Párrafos */
.test-box p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0.8em;
  line-height: 1.5;
  color: white;
  padding-top: 25px;
}
.dudas {
  max-width: 1200px;
  margin: 24px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.si-tenes-dudas {
  margin: 0;
  color: #fe4330;
  font: 900 italic 2.2rem Inter, sans-serif;
  line-height: 1.05;
  text-align: right;
}

/* Botón */
.btn-dudas {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px !important;
  border-radius: 5px;
  background: #3d3d3d;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
}

.btn-dudas:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  background: #474747;
}

.btn-dudas:focus-visible {
  outline: 3px solid #fe4330;
  outline-offset: 2px;
}

/* Icono flecha “suave” */
.flecha-icono {
  width: 26px;
  height: auto;
}

/* Texto del botón */
.btn-texto {
  font: 900 italic 1rem Inter, sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
}
/* Fondo de la sección */
#tratamiento {
    background-image: url("img/fondos/Seccion 5 tratamiento1.png");
    background-size: cover;
    background-color: #fc851a;
    background-position: center;
    padding: 80px 20px;
    color: white;
    width: 97.5%;
}.columna-tratamientos2 {
    padding-left: 60px;
}.img-tratamiento{
  visibility: collapse;
  position:absolute;
}
/* Título */
.titulo-tratamiento {
  font-family: Inter;
  font-size: 100px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  font-size: 5.1rem;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-bottom: 0px;
  font-weight: 900;
  margin-top: 110px;
}
.recuadro-tratamiento strong {
  font-style: italic;
  font-weight: 700;
  /* font-family: Inter; */
}
/* Contenedor principal: texto + imagen */
.contenedor-tratamiento {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
/* Columna de texto */
.texto-tratamiento {
  font-weight: 400;
  flex: 1 1 55%;
  font-size: 1.1rem;
  line-height: 1.6;
  color: white;
}
/* Recuadro destacado */
.recuadro-tratamiento {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  color: rgba(255, 128, 0, 0.9);
  font-weight: 400;
  font-size: 1.1rem;
}
.imagen-tratamiento {
  position: relative;
  display: inline-block;
}

.img-tratamiento {
  box-shadow: 13px 18px 9px rgba(0, 0, 0, 0.3);
  display: block;
  width: 1000px;
  height: 616px;
  position: relative;
  z-index: 2;
  top: 100px;
  margin-left: -41%;
}

/* Imagen */
.imagen-tratamiento {
  flex: 1 1 40%;
  min-height: 300px;
  background-position: center;
  border-radius: 8px;
}
img.Chicas {
  width: 910px;
  margin-top: 65px;
  margin-left: -300px;
}
.columna-tratamientos1,
.columna-tratamientos2 {
  width: 45%;
}
section#tratamiento {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap; /* permite que el contenido salte de línea */
  justify-content: flex-start;
  max-width: 100%; /* evita que se pase del contenedor */
  overflow-x: hidden; /* oculta lo que sobresalga horizontalmente */
}
/*Estigma*/
img.chicos-riendo {
  width: 600px;
}
p.intro-estigma {
  margin: 0% 25% 0% 25%;
  font-weight: 300;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20pt;
  font-style: italic;
}
.bloque-estigma {
  display: inline-flex;
}
.h2-estigma {
  width: 70%;
}
.texto-estigma {
  font-weight: 400;
  margin-top: 58px;
  padding: 1% 20% 0% 2%;
}
.texto-info-estigma {
  margin-left: 82px;
}
h3.estigma-h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 40px;
  font-style: italic;
}
.frase-estigma {
  text-align: center;
  margin: 0% 16% 0% 20%;
  font-size: 23px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
span.resaltado-naranja {
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  color: var(--NARANJA, #fc851a);
  font-family: "Inter", sans-serif;
}
.estigma-col1 {
  width: 40%;
}
.Estigma-columnas {
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin-top: 50px;
}
.estigma-col2 {
  margin-right: 72px;
  width: 60%;
}
.estigma-col1 {
  padding: 0px 50px 0px 160px;
  width: 50%;
}
span.resaltado-rojo {
  color: #fe4330;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  font-family: "Inter", sans-serif;
}
h3.titulo-no-discrimina {
  place-self: anchor-center;
  font-size: 60px;
  color: var(--NARANJA, #fc851a);
  font-weight: 900;
  font-style: italic;
}
.contenido-no-discrimina {
  display: flex;
  margin-right: 25%;
  margin-left: 25%;
}
.parrafo {
  margin-left: 20px;
}
.mensaje-final-estigma {
  text-align-last: right;
}
.imagen-info-estigma {
  position: relative;
  display: inline-block;
}

.img-estigma {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* sombra personalizada */
}

/* Contenedores Secciones Informativas */
.contenedor-vih,
.contenedor-transmision,
.contenedor-tratamiento,
.contenedor-amigos {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
}
.texto-vih,
.texto-transmision,
.texto-tratamiento,
.texto-amigos {
  flex: 1 1 50%;
}
.tipos-virus {
  background: #ffe0b2;
  padding: 1em;
  border-left: 4px solid #ff6b00;
}
/* Dudas */
.dudas {
  margin-top: 2em;
  text-align: center;
}
.dudas a {
  font-style: italic;
  background-color: #424242;
  color: white;
  padding: 0px 25px;
  text-decoration: none;
  display: flex;
  margin-top: 20px;
  margin-left: 14px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-align-last: left;
  width: 264px;
  border-radius: 6px;
}
a.boton-info p {
  font-size: 15px;
  margin-left: 5%;
}

/* Cards prevención antigua */
.item-prevencion {
  background: #fff3e0;
  padding: 1em;
  border-radius: 6px;
  margin: 10px;
  flex: 1 1 30%;
}
.contenedor-prevencion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
/* Cards Apoyo */
.cards-apoyo {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: space-around;
}
.card-apoyo {
  flex: 1 1 22%;
  background: #fc851a;
  padding: 1em;
  border-radius: 8px;
  text-align: center;
}
.cards-apoyo {
  margin-left: 150px;
  margin-right: 150px;
  display: -webkit-inline-box;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: space-around;
}
.img-apoyo {
  background-color: #ddd;
  height: 150px;
  margin-bottom: 1em;
  border-radius: 6px;
}
h3.card-h3 {
  border-radius: 4.5px;
  color: #fc851a;
  padding: 20px 20px 20px 20px;
  background: white;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-style: italic;
}
p.card-p {
  text-align: -webkit-left;
  color: white;
  font-weight: 300;
  font-size: 12pt;
  line-height: 1.2;
}
/*Amigos y familia*/
.amigos-familia {
  padding: 10% 11%;
  background: round;
  background-image: url("img/fondos/Seccion 8 empatia.png");
}
img.Chicos-de-fiesta {
  margin-top: 10%;
  width: 100%;
}
.columna-familia1,
.columna-familia2 {
  width: 49%;
}
.bloque-amigos {
  display: flex;
  background-color: #fff;
  padding: 35px;
}
.columna-familia1 h2 {
  line-height: 66px;
  font-size: 55px;
  font-weight: 900;
  font-family: 'Inter';
}
.texto-amigos {
  margin-right: 100px;
  font-size: 14px;
  font-family: 'Inter';
}
.imagen-amigos {
  position: relative;
  display: inline-block;
}

.Chicos-de-fiesta {
  display: block;
  width: 100%;
  height: auto;
}

/* Preguntas frecuentes */
.faq-contenido {
  max-width: 800px;
  margin: auto;
}
.pregunta {
  margin-bottom: 2em;
}
img.puntos2 {
  visibility: collapse;
  width: 50px;
}
/* Descarga Guía */
.descarga-guia {
  display: flex;
  color: Black;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 37%;
}
.boton-descargar {
  display: inline-flex;
  align-items: center;
  background-color: #ff8000; /* naranja */
  color: #000; /* negro */
  font-weight: 900;
  font-family: sans-serif;
  padding: 0px 39px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, transform 0.2s;
  width: 212px;
}
a.boton-descargar p {
  margin-left: 8%;
}
.descarga-guia {
  display: flex;
  color: Black;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 20%; /*ajuste margen*/
}
.descarga-guia2 {
  display: flex;
  color: Black;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 27%; /*ajuste margen*/
  margin-right: 6%;
}

.descarga-col2 {
  width: 48%;
}
.descarga-col2 {
  margin-top: 20px;
  margin-right: 300px;
}
.descarga-col1 {
  text-align: -webkit-right;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 10px;
  width: 80%;
}

/*Apoyo*/

img.card-apoyo-imagen {
  width: 96%;
}
h2.titulo-apoyo {
  line-height: 72px;
  margin-top: -16px;
  font-size: 80px;
  font-weight: 900;
  place-self: anchor-center;
}

img.Banner8 {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.Parrafo-apoyo p {
  font-family: "Inter", sans-serif;
  font-size: 14pt;
}
.Parrafo-apoyo {
  font-weight: 400;
  font-size: 14px;
  margin-left: 32%;
  margin-right: 32%;
  text-align: right;
}
img.card-apoyo-imagen {
  border: solid 5px white;
  border-radius: 4.5px;
}
.pregunta h3 {
  font-style: italic;
}

/* Referencias */
#referencias ol {
  max-width: 800px;
  margin: auto;
  padding-left: 20px;
}

/* Footer */
#footer {
  background: #111;
  color: white;
  padding: 30px 20px;
  font-size: 0.9em;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1em;
}
.footer-nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* === NUEVA SECCIÓN PREVENCIÓN === */
/* Fondo de la sección prevención */
.seccion-prevencion {
  background-color: #ff6600;
  color: white;
  padding: 60px 20px;
}
/* Título de prevención */
.encabezado-prevencion h2 {
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.encabezado-prevencion .blanco {
  color: white;
  text-shadow: 2px 2px #ccc;
}

#prevencion {
  background-size:99%;
  background-image: url("img/Banner-prevencion.jpg");
}
section#Gris {
  background: #cccccc;
  height: 25px;
}
h2.h2-prevencion {
  font-family: sans-serif;
  font-size: 110px;
  font-weight: 900;
  color: white;
  -webkit-text-stroke: 5px #ff8000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}
h3.h3-prevencion {
  color: white;
}
.encabezado-prevencion p {
  font-size: 1.1rem;
  color: white;
  /* max-width: 700px; */
  margin: 0% 30% 0% 30%;
  text-align: left;
}
.bloque-prevencion p {
  text-align: left;
  color: white;
}

/* Grilla de prevención */
.grid-prevencion {
  margin-right: 15%;
  margin-left: 15%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
  padding: 0 2rem;
}
.encabezado-prevencion p {
  text-align: -webkit-left;
}
.bloque-prevencion {
  text-align: center;
  color: white;
}
.bloque-prevencion h3 {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
.bloque-prevencion p {
  font-size: 0.95rem;
}

.icono-prevencion {
  width: 90px;
  height: auto;
  margin-bottom: -19px;
}
/*estigma*/
#estigma {
  background-position: top;
  background-size: cover;
  background-image: url(img/SECCION-7-ESTIGMA.png);
  background-repeat: no-repeat;
  background-color: #c4c4c4;
}
/*Preguntas frecuentes*/
section#preguntas-frecuentes{
  background-image: url(img/SECCION-9-PREGUNTAS-FRECUENTES.png ) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: right top !important;
}

.contenedor-preguntas {
  margin: -41px -20px 0px -20px;
}
.pregunta {
  border-bottom: solid 2px #fc851a;
  margin-left: 32%;
  margin-right: 32%;
}
h2.h2-pregunta {
  line-height: 65px;
  font-weight: 900;
  font-size: 80px;
  margin-left: 32%;
  /* place-self: center; */
}
.descarga-col1 {
  font-weight: 400;
}
section#preguntas-frecuentes {
  background: #cccccc;
}
p.info-naranja {
  margin-right: 32%;
  margin-left: 32%;
  /* justify-self: center; */
  font-size: 22px;
  color: #fc851a;
}
h3.h3-referencias {
  font-weight: 900;
  color: #fe4330;
  font-size: 70px;
  margin-left: 20%;
  justify-self: left;
  /* font-size: 50px; */
  font-style: italic;
}
.footer-contenido2 {
  padding-top: 0px !important;
}
section#referencias{
  background:#ccc;
  padding: clamp(24px, 4vw, 56px) 20px;
}
.referencias2{
  max-width: 1300px;
  margin: 0 auto;
}
#referencias ol {
  /* padding: 50px 50px 50px 50px; */
  max-width: 800px;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* border-radius: 25px; */
  font-size: 11pt;
  font-family: 'Inter';
}
.cuadro-referencias2 {
  font-weight: 400;
  background: #bababa;
  margin-right: 20%;
  margin-left: 20%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: 0 4px 8px rgb(102 101 101);
}
section#referencias {
  padding: 40px 20px 0px 20px;
  background: #cccccc;
}
.footer-logo img {
  max-width: 160px;
  height: auto;
}
.footer-logo-gsk img {
  max-width: 200px;
  height: auto;
}
.footer-logo {
  flex: 2;
}
.footer-logo-gsk {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: start;
  padding-top: 10px;
}
p.footer-codigo {
  font-weight: 200;
  color: #ffffff;
}
.footer-contenido,
.footer-contenido2 {
  display: flex;
  padding: 40px 20px 50px 100px;
  background-color: #212121;
  color: white;
}
.footer-contenido {
  padding-bottom: 0px !important;
}
.columna-footer3 {
  width: 55%;
}
a.footer-enlaces5 {
  margin-left: 99px;
}
.footer-enlaces {
  margin-left: 110px;
  flex: 2;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
}
.footer-enlaces a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.columna-footer1,
.columna-footer2 {
  width: 40%;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
}
img.puntos2 {
  visibility: collapse;
}
.contenedor-vih-realidad {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

section#Pre-prevencion {
  display: none;
}section#Gris {
background: #cccccc;
    height: 85%;
    width: 100%;
    padding: 0px;
    margin-bottom: -50px;
}img.PRevencion-titulo {
    position: relative;
    visibility: visible;
    width: 100%;
    /* margin-top: -24px; */
}img.PRevencion-titulo-mobil {
    visibility: collapse;
        position: fixed;
}.footer-parrafo {
    padding-right: 30%;
}.texto-transmision h3 sup {
    font-size: 12px;
}
@media (max-width: 768px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }img.PRevencion-titulo-mobil {
        width: 100%;
        visibility: visible;
        position: relative;
        margin-top: 20px;
    
}img.PRevencion-titulo {
    position: absolute;
        position: fixed;
}
  .descarga-guia {
        display: flex;
        color: Black;
        text-decoration: none;
        border-radius: 5px;
        margin-left: 0%;
        flex-wrap: wrap;
        flex-direction: column;
  }
  #menu-navegacion ul {
    display: none;
    flex-direction: column;
    background-color: #333;
    padding: 10px;
  }
  #menu-navegacion.activo ul {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .contenedor-texto-hero {
    max-width: 600px;
    margin-left: 11%;
    text-align: left;
  }
  img.icono-flecha {
    visibility: hidden;
    position: absolute;
  }
  .columna-derecha {
    margin: 10px 30px 10px 35px;
  }
  img.puntos {
    visibility: collapse !important;
  }
  img.puntos2 {
    width: 86px;
    visibility: visible !important;
  }
  .que-es-vih-section {
    background-image: none;
    background-color: #ff6b00;
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
    color: #fff;
    font-family: "Inter", sans-serif;
  }
  .contenedor-que-es-vih {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 2rem;
    flex-direction: column-reverse;
  }.img-tratamiento {
        visibility: visible;
        position: static;
    }
  .test-box:nth-child(3) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px;
  }
  .tipos-titulo {
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1rem;
    text-align: right;
    margin-top: 0px;
  }
  #transmision {
    background-image: url(img/Banner.png);
    background-size: cover;
    background-position: center;
    padding: 0px 0px 100px 0px;
    color: #fff;
    font-family: "Inter", sans-serif;
  }
  img.madre-hija {
    width: 100%;
  }
  .columan-myh2 {
    width: 100%;
  }
  .columan-myh1 {
    width: 100%;
  }
  p.info-naranja {
    margin-right: 2%;
    margin-left: 2%;
    /* justify-self: center; */
    font-size: 22px;
    color: #fc851a;
  }
  .columna-familia1 h2 {
    line-height: 66px;
    font-size: 55px;
    font-weight: 900;
  }
  .titulo-diagnostico {
    margin-left: 0px;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fe4330;
    margin-bottom: 20px;
  }h2.titulo-apoyo {
    line-height: 72px;
    margin-top: -16px;
    font-size: 75px;
    font-weight: 900;
    place-self: anchor-center;
}
  .texto-transmision h2 {
    line-height: 65px;
    font-size: 2.5rem;
    color: #fc851a;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 1rem;
    /* font-weight: 800; */
  }
  .intro-diagnostico {
    font-size: 1.3rem;
    margin-bottom: 40px;
    color: black;
    text-align: -webkit-left;
    margin-left: 25px;
  }
  .estigma-col2 {
    margin-right: 0px;
    width: 60%;
  }
  .texto-info-estigma {
    margin-left: 0px;
  }
  .texto-estigma {
    font-weight: 400;
    margin-top: 58px;
    padding: 1% 0% 0% 0%;
  }
  .contenedor-tests {
    margin-right: 0%;
    margin-left: 0px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
  .titulo-estigma1 {
    color: var(--NARANJA, #fc851a);
    text-align: left;
    font-family: Inter;
    font-size: 55px;
    font-style: italic;
    font-weight: 900;
    line-height: 98.712%;
    text-transform: uppercase;
  }
  .columna-derecha {
    width: 100%;
    color: var(--NEGRO, #212121);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* flex: 1 1 40%; */
  }
  .si-tenes-dudas {
    color: #fe4330;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  section#tratamiento {
    display: flex;
    flex-wrap: wrap;
    background-image: none;
        width: 100%;
  }
  img.Chicas {
    width: 100%;
    margin-left: -100px;
  }
  .columna-tratamientos1,
  .columna-tratamientos2 {
    width: 100%;
  }
  .imagen-tratamiento {
    flex: 1 1 40%;
    background-position: center;
    border-radius: 8px;
  }
  .dudas {
    margin-left: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  h2.h2-pregunta {
    line-height: 65px;
    font-weight: 900;
    font-size: 40px;
    margin-left: 10%;
    /* place-self: center; */
  }
  h2.h2-prevencion {
    position: relative;
    z-index: 1000;
    font-size: 47px;

  }section#Gris {
    padding: 0px;
    /* background: #cccccc; */
    /* height: 25px; */
}
  .encabezado-prevencion p {
    font-size: 1.1rem;
    color: white;
    /* max-width: 700px; */
    margin: 0% 2% 0% 2%;
    text-align: left;
  }
  #tratamiento {
    background-size: contain;
    background-color: #fc851a;
    background-position: top;
    padding: 0px 0px 0px 0px;
    color: white;
  }
  .columna-tratamientos1,
  .columna-tratamientos2 {
    width: 100%;
    padding: 0px 10px 15px 10px;
  }
  p.intro-estigma {
    margin: 0px 0px 0px 0px;
  }
  .bloque-estigma {
    display: flex;
    flex-wrap: wrap;
  }
  .frase-impacto {
    font-size: 50px;
    font-weight: 900;
    color: #ff3c2e;
    line-height: 1.2;
  }
  img.icono-flecha-2 {
    width: 60px;
  }
  .li-trasmision {
    margin-left: 52px;
    color: black;
    margin-right: 11px;
  }
  .menu-toggle {
    background: #fc851a;
    display: block;
  }
  .titulo-estigma {
    color: var(--NARANJA, #fc851a) !important;
    font-size: 4rem;
    line-height: 1.2 !important;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 12px;
  }
  .frase-estigma {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 600;
  }
  .estigma-col1 {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .mensaje-final-estigma {
    text-align-last: left;
  }
  img.chicos-riendo {
    width: 100%;
  }
  .estigma-col2 {
    width: 100%;
  }
  .contenido-no-discrimina {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    flex-wrap: wrap;
  }
  h3.titulo-no-discrimina {
    text-align: center;
    font-size: 51px;
  }
  .Estigma-columnas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  img.Banner8 {
    height: 34.3px;
    margin-top: 0px;
  }a.boton-descargar {
    justify-content: center;
}a.footer-enlaces6 {
    margin-left: 70px;
}
  .Parrafo-apoyo {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
  }
  .cards-apoyo {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding: 10px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .card-apoyo {
    /* flex: 1 1 22%; */
    background: #fc851a;
    padding: 1em;
    border-radius: 8px;
    text-align: center;
    flex: 0 0 85vw;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
  }
  img.Chicos-de-fiesta {
    margin-top: 0px;
    width: 100%;
  }
  .columna-familia1,
  .columna-familia2 {
    width: 100%;
  }
  .bloque-amigos {
    display: flex;
    flex-wrap: wrap;
  }
  .amigos-familia {
    padding: 74px 55px 160px 50px;
  }
  .texto-amigos {
    margin-right: 0px;
    font-size: 13px;
  }
  .cuadro-referencias2 {
    background: #bababa;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 25px;
    box-shadow: 0 4px 8px;
  }
  h3.h3-referencias {
    font-weight: 900;
    color: #fe4330;
    font-size: 40px;
    margin-left: 12%;
    justify-self: left;
    /* font-size: 50px; */
    font-style: italic;
  }
  .contenedor-preguntas {
    margin: 0px 0px 0px 0px;
  }
  .pregunta {
    border-bottom: solid 2px #fc851a;
    margin-left: 0px;
    margin-right: 0px;
  }
  .descarga-col1 {
    width: 90%;
    margin-left: 0px;
  }
  .descarga-col2 {
    margin-top: 20px;
    margin-right: 0px;
  }.descarga-col2 {
    text-align: center;
    width: 100%;
}
  .boton-descargar {
    display: inline-flex;
    /* align-items: center; */
    background-color: #ff8000;
    color: #000;
    font-weight: 900;
    font-family: sans-serif;
    padding: 0px 0px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, transform 0.2s;
    /* width: 96px; */
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    width: 250px;
  }
  a.boton-descargar p {
    font-size: 16px;
    margin-left: 8%;
  }
  img.icono-descargar {
    width: 19px;
  }
  .footer-contenido,
  .footer-contenido2 {
    display: flex;
    padding: 2rem;
    background-color: #212121;
    color: white;
    font-size: 12px;
    flex-wrap: wrap;
  }p.aclaracion {
    padding: 10px 10px;
}
  .footer-enlaces {
    margin-left: 0px;
    flex: 2;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .columna-footer1,
  .columna-footer2 {
    width: 100%;
  }
  .footer-logo-gsk {
    margin-left: 0px;
  }
  .cuadro-referencias2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
  }
  .titulo-tratamiento {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: white;
    margin-bottom: 0px;
    font-weight: 800;
  }
  .contenedor-vih-realidad {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
  nav#menu-navegacion {
    top: 10px;
    width: 100vw;
    max-width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
  }
  .contenedor-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px;
  }
  .menu-toggle {
    z-index: 10000;
    display: block;
  }
  a.logo {
    z-index: 1000;
  }
  #menu-navegacion.activo ul {
    display: flex;
    padding-top: 60px;
  }
  #prevencion {
    background-size: cover;
    background-image: none;
    background: #fc851a;
  }
  section#Pre-prevencion {
    position: relative;
    background: #cccccc;
    margin-bottom: -76px;
  }
  img.linea-degrade {
    max-width: 187px;
  }
  .contenedor-transmision {
    background: none;
    padding: 0px 0px 0px 0px;
  }
  .descarga-guia2 {
        display: flex;
        color: Black;
        text-decoration: none;
        border-radius: 5px;
        margin-left: 0%;
        margin-right: 6%;
        flex-direction: column;
  }
  .grid-prevencion {
    display: grid;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* gap: 20px; */
    padding: 10px 20px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
    grid-template-columns: repeat(6, 10fr);
  }
  .bloque-prevencion {
    width: 300px;
    text-align: center;
    color: white;
  }
}
@media (max-width: 480px) {
  .btn-texto {
    font-size: 0.95rem;
  }
}
@media (max-width: 380px) {
  .btn-texto {
    font-size: 0.9rem;
  }
}
