/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Tipografía general */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background-color: white;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;

}

/* Contenedora general */
.contenedora {
  
  margin: 0rem 4rem;
  padding:1rem 1rem;
}
.contenedora p {
  hyphens: auto;
  text-wrap: pretty;
  
}
@media (max-width: 650px) {
  .contenedora {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
     margin: 0rem 1rem;
  }
}
.contenedora h2{
  color: 002b6d;
}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.navbar {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}

/* Logo */
#logo img {
  height: 2rem;
}

/* Navegación */
.nav-buttons ul {
  display: flex;
  gap: .5rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  line-height: 1.2;
}

.nav-buttons a {
  text-decoration: none;
  color: #1a1a1a;
  text-transform: uppercase;
}



@media (min-width: 1050px) {

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;  }

  
}
@media(min-width: 500px) and (max-width:800px){
    .navbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
.nav-buttons ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #logo img{
    display: flex;
    justify-content: center;
    height: 1.85rem;
  }

}

@media (max-width: 500px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
.nav-buttons ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  #logo img{
    display: flex;
    justify-content: center;
    height: 1.6rem;
  }

}

/* ------------ Index ---------- */

.overlay{
  background-image: url("../imagenes/backgroundtitulo.jpg"); /* si usás fondo, sino sacar */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlay h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  line-height: 1.2;
  text-wrap: balance;
}
.overlay h2 {
  margin-top: 0rem;
  font-size: clamp(1rem, 3vw, 1.35rem);
  line-height: 1;
  padding-inline: 1.2rem;
  text-wrap:balance;
  font-weight:normal;
}


@media (min-width: 510px) {

  .overlay h2 {
   margin-top: 0rem;
  font-size: clamp(.9rem, 3vw, 1.35rem);
  line-height: 1;
  padding-inline: 1rem;}
  
}
@media (min-width: 725px) {

  .overlay h2 {
   margin-top: 0rem;
  font-size: clamp(.9rem, 3vw, 1.35rem);
  line-height: 1;
  padding-inline: 3rem;}
  
}


.descripcionIndex {
  display: grid;
  align-content: center;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  gap: 2rem;
  margin-bottom: 1rem;
}
.descripcionIndex p{
  line-height: 1.6;
  text-wrap: pretty;

  
}
.botonIndex {
  background-color: #002b6d;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #002b6d;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.botonIndex:hover {
  background-color: #00338d;
}
@media (min-width: 768px) {
  .descripcionIndex {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }

  

  .botonIndex{
    white-space: nowrap;
  }
}

/* Sección centros */
section.Centros.clandestinos {
  padding-top: 1rem;
  background-color: #f2f2f2;
}


.bold{
  font-weight: bold;
}

.introduccion{
  margin: 0 auto;
}

.centros_clandestinos {
  display: grid;
  align-content: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}


@media (max-width: 600px) {
  .centros_clandestinos {
    grid-template-columns: 1fr;
  }
}


@media (min-width: 601px) and (max-width: 1024px) {
  .centros_clandestinos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .centros_clandestinos {
    grid-template-columns: repeat(3, 1fr);
  }
}

article.centro {
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

article.centro figure {
  margin: 0;
}

article.centro img {
  width: 100%;
  display: block;
}


.info-centro h3 {
  color: #002b6dff;
  padding-top: 1rem;
}

.etiquetas {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.etiquetas .tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5a6e9c;
  text-decoration: none;
}

.etiquetas .icono {
  width: 16px;
  height: 16px;
  display: inline-block;
}


.video-memoria {
  background-color: white;
  padding-top: 1rem;
}


.video-memoria h2 {
  color: #002b6d;
  margin-bottom: 0px;
}
.video-container {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  padding-top: 0.5rem;
}
.video-container video {
   width: 100%;
  max-width: 58rem;
  aspect-ratio: 16 / 9;
}

/* --------- PAGINA Ex ESMA --------- */

.overlayExEsma{
  background-image: url("../imagenes/EX\ ESMA.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayExEsma h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.contenedoraExEsma { /*contenedora*/
  margin: 0rem 4rem;
  padding:1rem 1rem;
  border-bottom: grey  solid;
  
}
@media (max-width: 650px) {
  .contenedoraExEsma {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
      margin: 0rem 1rem;
  }
}
.contenedoraExEsma h2{
  color: 002b6d;
}
section.Hero .contenedoraExEsma p {
padding-top: 1rem;
padding-bottom: 2rem;
}

article.voces p{
padding-top: 1rem;
}
article.voces .contenedoraExEsma {
 border-bottom: grey  solid;
 padding-bottom: 3rem;
}
article.encontrar .contenedoraExEsma h2{
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.lista-encontrar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem 3rem;
}

@media (max-width: 400px) {
  .lista-encontrar {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.lista-encontrar .item {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.lista-encontrar .item img {
  width: 2rem;
  height: auto;
}


article.encontrar .contenedoraExEsma {
  padding-bottom: 3rem;
   border-bottom: grey  solid;
}
article.informacion .contenedoraExEsma{
  padding-top: 2rem;
  padding-bottom: 3rem;
}
article.informacion .contenedoraExEsma h2{
  padding-bottom: 2rem;
}
.lista-info{
  background-color: #f4f4f4;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 20rem;
}
.info-item img {
  width: 2.5rem;
  height: auto;
  margin-bottom: 0.8rem;
  
}
.info-item p {
  color: #091C54;
  margin: 0;
}

/* --------- Historia --------- */
.overlayHistoria{
  background-image: url("../imagenes/NuestraHistoria.jpg"); /* si usás fondo, sino sacar */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;

}
.overlayHistoria h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;

}
.overlayHistoria h2 {
  margin-top: 0rem;
  font-size: clamp(1rem, 3vw, 1.35rem);
  line-height: 1;
  padding-inline: 1.2rem;
  text-wrap:balance;
  font-weight:normal;
}
@media (min-width: 510px) {

  .overlayHistoria h2 {
   margin-top: 0rem;
  font-size: clamp(.9rem, 3vw, 1.35rem);
  line-height: 1;
  padding-inline: 1rem;}
  
}

@media (min-width: 725px) {

  .overlayHistoria h2 {
   margin-top: 0rem;
  font-size: clamp(.9rem, 3vw, 1.35rem);
  line-height: 1;
  padding-inline: 3rem;}
  
}

@media (max-width: 480px) {
  .overlayHistoria {
    padding: 2rem 1rem;
  }
}


section.lineaTiempo h2,h3{
    color: 002b6d;
}
section.lineaTiempo h3{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.lineaTiempo h2{
  padding-top: 1rem;
}
section.lineaTiempo .boton{

  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: white;
  color: #002b6d;
  border: #002b6d solid;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

article.sinFondo{
  padding-bottom: 3rem;
  border-bottom: grey  solid;
}
article.sinBorde{
  padding-bottom: 2rem;
}
article.año1977{
background-image: url("../imagenes/CONTEXTO\ 1.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 2rem;


}
article.año1977 .boton{display: inline-block;
  padding: 0.5rem 1rem;
  background-color:transparent;
  color: white;
  border: white solid;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;}
article.año1977 h3,
article.año1977 h2,
article.año1977 p{
  color: white;
}
article.año1985{
background-image: url("../imagenes/CONTEXTO\ 2.jpg"); 
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 2rem;


}
article.año1985 .boton{display: inline-block;
  padding: 0.5rem 1rem;
  background-color:transparent;
  color: white;
  border: white solid;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;}
article.año1985 h3,
article.año1985 h2,
article.año1985 p{
  color: white;
}
/* --------- Eventos --------- */

.overlayEventos{
  background-image: url("../imagenes/backgroundtitulo.jpg"); 
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayEventos h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;

}
.overlayEventos h2{
margin-top: 0rem;
font-size: clamp(.5rem, 3vw, 1.35rem);
line-height: 1;

}
@media (max-width: 480px) {
  .overlayEventos {
    padding: 2rem 1rem;
  }
}


section.Eventos article {
  display: flex;
  width: 100%;
  height: 15rem;
  margin-bottom: 2rem;
  position: relative;
  
}


article .fecha {
  background-color: #002b6d;
  color: white;
  width: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.fecha .dia {
  font-size: 4rem;
  margin: 0;
  line-height: 1;
}

.fecha .mes {
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}

article.festival .info-evento {
  flex: 1;
  background-image: url("../imagenes/1-festival.jpg"); 
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}


article .texto {
  position: relative;
  color: white;
  z-index: 1;
  max-width: 100%;
  
}

article .texto h2 {
  margin: 0;
  color: white;
  font-weight: 700;
}

article .texto p {
  margin: 0.5rem 0 0;
}
article.ciclo .info-evento {
  flex: 1;
  background-image: url("../imagenes/2-ciclo.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
article.arte .info-evento {
  flex: 1;
  background-image: url("../imagenes/3-arte.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.link-evento{
position: absolute;
  inset: 0;        
  z-index: 10;
  text-decoration: none;
}
/* ---------- Ciclo ------------ */
.overlayCiclo{
  background-image: url("../imagenes/CicloProyectando.jpg"); /* si usás fondo, sino sacar */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayCiclo h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.overlayCiclo h2{
margin-top: 0rem;
font-size: clamp(.5rem, 3vw, 1.35rem);
line-height: 1;

}
.contenedoraCiclo {
  margin: 0rem 4rem;
  padding:1rem 1rem;
  background-color: #002b6d;
  color: white;
}
@media (max-width: 650px) {
  .contenedoraCiclo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0rem 1rem;
  }
}

.contenedoraCiclo h2{
  padding-bottom: 1rem;
}

.fila-icono {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.fila-icono img.icono {
  width: 2rem;
  height: auto;
  margin-top: 0.2rem;
}

.fila-icono p {
  margin: 0.2rem 0;
}
.contenedoraCiclo .icono {
filter: invert(1); /* Cambia el color a blanco*/
 }  

.galeria-pelicula {
  margin-top: 2rem;
}

.flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.columna-izquierda {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-width: 250px;
}

.columna-izquierda img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.columna-derecha {
  flex: 2;
  min-width: 300px;
  width: 100%;
  box-sizing: border-box;
}


.columna-derecha img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
/* ---------- Nosotros ------------ */
.overlayNosotros{
  background-image: url("../imagenes/Nosotros.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayNosotros h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.overlayNosotros h2{
margin-top: 0rem;
font-size: clamp(.5rem, 3vw, 1.35rem);
line-height: 1;
}
.contenedoraNosotros {
  margin: 0rem 4rem;
  padding:1rem 1rem;
  
}
@media (max-width: 650px) {
  .contenedoraNosotros {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
     margin: 0rem 1rem;
  }
}

.contenedoraNosotros h2{
  color: 002b6d;
  padding-bottom: 1rem;
}
.contenedoraNosotros p{
  padding-bottom: 2rem;
}

.fila-iconos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.icono-texto {
  flex: 1 1 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.icono-texto img {
  width: 5rem;
  height: auto;
}


.lista-funciones p {
  border-bottom:  solid grey;
  padding: 0.8rem 0;
  margin: 0;
}

.grid-autoridades {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
  justify-content: space-between;
}
@media (min-width:650px){
.grid-autoridades {
  padding: 0 3rem;
}
}
  

.autoridad {
  flex: 1 1 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.autoridad img {
  width:10rem;
  border-radius: 0.25rem;
  display: block;
}

.autoridad p {
  margin-top: 0.5rem;
}
/* ---------- Conoce Mas ------------ */

.overlayConoceMas.comienza{
  background-image: url("../imagenes/COMIENZA.jpg");
}
.overlayConoceMas.derrota{
  background-image: url("../imagenes/DERROTA.jpg");
}
.overlayConoceMas.sentencia{
  background-image: url("../imagenes/SENTENCIA.jpg");
}
.overlayConoceMas{
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayConoceMas h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.overlayConoceMas h2{
margin-top: 0rem;
font-size: clamp(.5rem, 3vw, 1.35rem);
line-height: 1;
}
.contenedoraConoceMas {
  margin: 1rem 4rem;
  padding:0rem 1rem;
  
}
@media (max-width: 650px) {
  .contenedoraConoceMas {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
     margin: 0rem 1rem;
  }
}

.contenedoraConoceMas h2{
  color: 002b6d;
  padding-bottom: 1rem;
}
.contenedoraConoceMas p{
  padding-bottom: 1rem;

}
section.ConoceMas{
  padding-top: 2rem;
}
section.conoceNav .contenedoraConoceMas{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 2rem;
  margin: 2rem auto;
  text-align: center;
}

section.conoceNav .botonConoceMas {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 0.8rem;
  text-decoration: none;
  color: #002b6d;
}
section.conoceNav .botonConoceMas .icono {
  width: 2.5rem;
  height: auto;
  margin-bottom: 0.5rem;
}

section.conoceNav .botonConoceMas .espejada { /*Para espejar el icono del boton*/
  transform: scaleX(-1);
}
@media (max-width: 650px) {
  .botonConoceMas .texto {
    display: none;
  }
}

/* ---------- Testimonios ------------ */

.overlayTestimonios{
  background-image: url("../imagenes/TESTIGOS.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayTestimonios h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.contenedoraTestigos {
  margin: 1rem 4rem;
  padding:0rem 1rem;
}


.contenedoraTestigos h2 {
  color: #002b6d;
  padding-bottom: 1rem;
}


.contenedoraTestigos p {
  hyphens: auto;
  text-wrap: pretty;
  padding-bottom: 2rem;
  border-bottom:  solid gray;
}

.botones-filtro {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.botones-filtro a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: white;
  color: #002b6d;
  border: 0.125rem solid #002b6d; /* 2px */
  font-weight: 600;
  border-radius: 2rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.botones-filtro a:hover,
.botones-filtro a.activo {
  background-color: #001b5d;
  color: white;
}

.tarjeta {
  width: 100%;
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}

.contenido-testimonio {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
}

.contenido-testimonio img {
  height: 100%;
  max-width: 12rem;
  object-fit: cover;
  border-radius: 0.5rem;
}

.info {
  flex: 1;
}
.info p{
 hyphens: auto;
  text-wrap: pretty;
  padding-bottom: 0rem;
  border-bottom: none;
}

.info h2 a {
  color: #002b6d;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.Testigosbold {
  font-weight: bold;
  color: #002b6d;
}

.contenido-testimonio audio {
  margin-top: 1rem;
  width: 100%;
}

@media (max-width: 650px) {
  .contenedoraTestigos {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 1rem;
  }

  .contenido-testimonio {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info {
    text-align: left;
    width: 100%;
  }
}
/* ---------- Victor ------------ */
.overlayVictor{
  background-image: url("../imagenes/Víctor\ Basterra.jpg");
  background-size: cover;
  background-position: center 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  text-align: center;
  padding: 6rem 1rem;
  width: 100%;
  color: white;


}
.overlayVictor h1{
  text-transform: uppercase;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.contenedoraVictor {
  margin: 1rem 4rem;
  padding:0rem 1rem;
}


.contenedoraVictor h2 {
  color: #002b6d;
  padding-bottom: 1rem;
}


.contenedoraVictor p {
  hyphens: auto;
  text-wrap: pretty;
  
}
.contenedoraVictor audio {
  margin-top: 1rem;
  width: 100%;
}
.grid-episodios {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.episodio {
  text-align: center;
  text-decoration: none;
  color: black;
  max-width: 12rem;
}

.episodio img {
  width: 100%;
  border-radius: 0.25rem;
  display: block;
}

.episodio p {
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  .grid-episodios {
    flex-direction: column;
    align-items: center;
  }
}
/* ---------- Footer ------------ */
.footer {
  background-color: #002b6d;
  color: white;
  padding: 2rem
}

.footer-contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  border-bottom: grey solid;
  padding-bottom: 1rem;
}

.footer-contenido img {
  width: 100%;
  max-width:15rem;  /* o el tamaño que necesites */
  height: auto;
}

.footer-contenido p {
  flex: 1;
}



.footer-legal {
  padding-top: 1rem;
  text-align: center;
  font-size: 0.7rem;
}

.footer-legal a {
  color: white;
  text-decoration: underline;
}