/*@charset "utf-8"*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Raleway:ital,wght@0,300;0,400;0,600;0,800;1,600&display=swap');

:root{
    --conteiner:55%;
}

* {
    box-sizing: border-box;
}

#logo {
    margin: auto;
    display: block;
    height: 6em;
}

body {
    background-color: #dbeefa;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color:black;
}


.titulo {
    background-color: #0465A9;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 2em;
    border-radius: 15px;
    width: 100%;
    padding: .25em .5em;
    align-items: center;
    justify-content: center;
    display: block;
}

header, 
footer {
    background-color:#0465A9;
}

footer {
color: white;
padding: 1em;
margin: auto;
line-height: 1.5em;
font-weight: 300;
}

header {
display: flex;  
flex-direction: column;
justify-content:center;
align-items: center;
}

header nav ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
text-align: center;
justify-content: center;
padding: 0;

}

header nav ul li {
margin:.5em ;
display: flex;
}

header nav ul li a {
font-weight: 600;
background-color: #ffffff;
color: #0465A9;
text-align: center;
padding: .25em .5em;
margin: auto;
text-decoration: none;
border-radius: 15px;
align-items: center;
justify-content: center;
display: block;
width: 7em;
}

.contenedora{
max-width: 700px;
margin: auto;
padding: 1em;

}

main{
    display: flex;
    justify-content: center;
}
.conteiner{
    display: block;
    justify-content: center;
    width: var(--conteiner);
}

section{
    padding-top: 2em;
}

.section__main {
    display: flex;
    justify-content: center;
    width: 100%;
}
.section__main__div{
    display: flex;
    width: 800px;
}

.section__reel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
}

.centered{
    display: flex;
    justify-content: center;
}

.column{
    display: flex;
    width: 100%;
}

.section__column{
    flex: 0.5;
}

#avatar{
    border-radius: 50%;
}

h3 {
    color:#0465A9 ;
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-top: .5em;
    margin-bottom: .5em;
}


h4{
    font-size: 1.0em;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: .5em;
    margin-bottom: .5em;
}

.comitenteacumar figure {
display: flex;
flex-direction: column;
justify-content: center;
}
    
.comitenteacumar figure img{
margin-top: 1em;
margin-bottom: 1em;;
}
    


.equipo {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.estudiante {
display: flex;
flex-direction: column;
justify-content: center;
border:.5em;
}

.datosAcademicos img{
    width: 9em;
    height: auto
    
}
    
.datosAcademicos h4{
    margin-top: 1em;
    margin-bottom: .5em;
}

.datosAcademicos h5{
    margin: 0;
}
    
.datosAcademicos  ul{
    padding: 0;
}
    
.datosAcademicos > ul > li{
    margin-bottom: 2em;
}
    
.datosAcademicos > ul > li > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/.equipo h2{
width: 100%;
}

.equipo img{
border-radius: 50%;

}
.equipo a{
text-decoration: none;
font-size: 18px;
background-color: #0465A9;
padding: .5em;
color: #ffffff;
border-radius: 15px;
height: auto;
text-align: center;
font-family: 'Playfair Display', serif;
}


.

@media screen and (max-width:1345px){
    .section__main__div{
        display: block;
    }
    .section__main__figure{
        display: flex;
        justify-content: center;
    }
    
}
@media screen and (max-width:1000px){
    .conteiner{
        width: 90%;
    }
}
@media screen and (max-width:700px){
    .column{
        display: block;
    }
}


