@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@700&family=Inter:wght@400;500&display=swap');

*{
    color: #171222;
   
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    margin: 0;
    list-style: none;
} 

h1 {
    font-size: 2.5rem;
    color: #613ee2;
    margin-bottom: 20px;
  

}

p {
    max-width: 69ch;
    text-align: left;
}

header {
    position: fixed;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
    background-color: #d3caf9;
    border-bottom: #613ee2 2px solid;

    
}

header img {
    width: 61px;
    height: auto;
}

header nav ul {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 100;
    background-color: #d3caf9;
}

.nosotras h2 {
    margin-bottom: 20px
}



main div section {
    padding: 1em;
}

.banner {
    
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    margin-top: 110px;
}

h2 {
    color: #613ee2;
    margin-bottom: 20px;
}

.inicio :hover {
    color: #6e47da;
    transition: .3s;
}

.plan :hover {
    color: #7a37ec;
    transition: .3s;
}

.mapa :hover {
    color: #573ee2;
    transition: .3s;
}

.webapp :hover {
    color: #752eef;
    transition: .3s;
}

.contenedora-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, auto));
  gap: 1rem;
  justify-content: start;
}

article {
     background-color: #d3caf9;
    border: 2px solid #613ee2;
     border-radius: 8px;
    padding: 15px;
    gap: 20px 40px;
}

.contenedora-grid img {
    width: 100px;
}

/* ===== VIDEO SECCION ===== */
.video-seccion {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.video-contenedor {
    width: 100%;
    max-width:300px;
    background-color: transparent;
    border: none;
    border-radius: 12px;
    padding: 0;
    box-shadow: none;
    margin: 0 auto;
}

.video-contenedor video {
    width: 100%;
    border-radius: 8px;
    display: block;
}

#video-title {
    text-align: center;
    font-size: 1.5rem;
    color: #000000;
    margin: 2rem 0 1rem 0;
    width: 100%;
}

#asamblea-title {
    text-align: center;
    font-size: 1.5rem;
    color: #000000;
    margin: 2rem 0 1rem 0;
    width: 100%;
}

.video-seccion p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

 footer p {
    padding: 2rem;
    max-width: 100%;
    text-align: center;
}
footer {
    background-color: #000000;
    background-color: #2b2b2b;
    color: #f5f1e6;
    text-align: center;
    padding: 25px 15px;
    font-size: 0.9rem;
    margin-top: 50px;
    display: block;
    unicode-bidi: isolate;
    
}
.footer-text {
    color: white;
    font-size: 12px;
}

/* Datos academicos */ 


.datosacademicos{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(22em, 100%), 1fr));
  gap: 1rem;
  margin-bottom: 40px;
}

.datoacade {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
  justify-content: center;
  border: #000000 2px solid;
  border-radius: 5px;
  padding: 1.5rem;
}

.datoacade h4,p {
 text-align: left;
}

.mapa-imagen {
max-width: 350px;
margin-top: 10px;
margin-bottom: 50px;

}

.main {
    display: block;
    padding: 0%;
    margin-top: 100px;
}
