body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ebd4fb;
  color: #333;
  padding: 0%;
  margin: 0%;
}




header {
  background-color: #9966CC; 
  padding: 0px 0;  
  width: 100%;       
}

header .contenedora {
  max-width: 1200px;   
  margin: 0 auto;      
  padding: 0 20px;     
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#logo img {
  max-height: 50px;
  border-radius: 8px;
  background: #ffffff;
  padding: 4px;
  border: 3px solid #9966CC;
}


nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
  padding: 8px 0;
}

nav ul li a:hover {
  color: #5a0574; /* tono más claro al pasar el mouse */

}

#logo img {
  max-height: 50px;
  background: none;  /* sin fondo */
  border: none;      /* sin borde */
  padding: 0;        /* sin espacio alrededor */
  border-radius: 0;  /* sin esquinas redondeadas */
}

header {
  background-color: #9966CC;
  padding: 10px 0;
}


#equipo {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 5rem;
}

.equipo-contenedor {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.carta-equipo {
  text-align: center;
}

.carta-equipo img {
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 12px;
}


#datos-academicos {
  text-align: center;
}

#datos-academicos img {
  display: block;
  margin: 20px auto 10px auto;
}

#datos-academicos ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}


footer {
  background: #c8a5eb;
  color: #000;
  text-align: center;
  padding: 15px 0; 
  width: 100%;
  margin-top: 40px;
  font-size: 0.9rem;
}

.boton-rotulo {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 8px;
  background: #9966CC;      
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.boton-rotulo:hover {
  background: #663399;      
  border-color: #3c2882;
  transform: scale(1.05);    
}

.boton-rotulo:active {
  transform: scale(0.95);   
}

.mapa{
   
    width: 100%;
    height: center;
}
.arquetipo{
   
    width: 50%;
    height: center;
}
.vmp{
   
    width: 50%;
    height: center;
    display: grid;
  
}

img {
  display: block;      
  margin: 2% auto;   
  max-width: 100%;      
  height: auto;
}
#datos-academicos {
    padding: 20px 20px;
    background-color: #fbf4ff;
    margin:0px;
}

#datos-academicos h2 {
    text-align: center;
    margin-bottom: 40px;
}

.grid-academico {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: stretch; /* fuerza que todos los bloques tengan la misma altura */
}

.bloque {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* reparte el espacio para alinear el botón abajo */
  background-color: #f2dffd;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.bloque img {
    margin-bottom: 15px;
}

.bloque h3 {
    margin-bottom: 10px;
    color: #3c2882;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.bloque ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1; 
}

.bloque ul li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.bloque ul li::first-line {
    font-weight: bold;
}


  .sinverso h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center; 
  margin-bottom: 20px;
}

.sinverso h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center; 
  margin-top: 40px;   /* separación superior equilibrada */
  margin-bottom: 1px; /* menos espacio con el texto siguiente */
}
.sinverso p {
  margin: 0 auto 20px auto;  /* espaciado inferior consistente */
  line-height: 1.6;
  text-align: left;
}
.proyecto {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2 rem;
  }

.imagensinverso {
  width: 100%;
  height: 580px; /* ajustá la altura que quieras */
  background-image: url("../sinverso.jpg");
  background-size: cover;       /* la imagen ocupa todo el ancho */
  background-position: center;  /* centrada */
  background-repeat: no-repeat; /* sin repetición */
  margin: 0;
  padding: 0;
}

.asamblea-grid {
  display: grid;
  grid-template-columns: 200px 1fr; /* imagen + texto */
  align-items: center;
  gap: 15px; /* separación equilibrada */
  margin-top: 2px;
}

.asamblea-grid img {
  width: 100%;
  max-width: 180px;
  border-radius: 20px;
  justify-self: center;
}

.asamblea-grid p {
  margin: 0;
  line-height: 1.6;
  text-align: left;
}
.sinverso {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px; /* margen interno uniforme */
}