@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

@media (max-width: 800px) {
.sidebar {
    display: none;
}
}

header,
footer {
background-color:#724f64;
color: rgb(0, 0, 0);
}



.logo {
background-color:#724f64;
padding: 0.5rem;
width: 5em;
}

.acumar {
    background-color: #c4aaa8;
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.6em;

}

.menu {

    width: 100%;
    background-color: #724f64;
    list-style: none;
    display: flex;
}

.menu ul {
    align-items: center;
    display: flex;
    margin: auto;
    box-sizing: border-box;
}

.menu ul li {
    padding: 8px;
    margin: auto;
    display: flex;
    justify-items: center;
}

body {
    background-color: #dbdbdb;
    color: #000000;
    font-family: sans-serif;
    
}

header {    
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #e2e0e3;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    text-decoration: none;

}





/* MENU */ 

.menu ul li a {
    color: #e2e0e3;
    text-transform: uppercase;
    font-weight: 900;
    margin: auto;
    text-decoration: none;
}  


.menu li a:hover{
    color: #c2a0b1;
}

.menu nav {
    display: flex;
    width: 100%;
}



/* BODY */ 

.acumar {
    width: 100%;
    flex-direction: column;
}

.infoacumar {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.titulo {
    font-weight: 900;
    color: #e2e0e3;
    font-size: 30px;
}

.titulo2 {
    font-weight: 900;
    color: #e2e0e3;
    font-size: 30px;
    background-size: auto;
    background-color:#c4aaa8;
    margin-top: 20px;
}





/* EQUIPO */ 
.contenedoraequipo{
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: initial;

}


.integrante2 {
    padding: 20px;
    background-color:#c4aaa8;

    justify-content: center;
    display: flex;
    
}

.integrante1 {
    padding: 20px;
    background-color:#c4aaa8;
    justify-content: center;
    display: flex;
}



/* ACADEMICO */ 
.academico {
    background-color: #c4aaa8;
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.6em;
    margin-bottom: 0.6rem;
}

.uba1 {
    list-style: none;
}

.uba2 {
    list-style: none;
}


/*               PLAN                      */ 

.tituloplan h1 
{  
color: #e2e0e3;
font-size: 30px;
background-size: auto;
background-color:#c4aaa8;
margin-top: 10px;
flex-direction: column;
}

.tituloplan p { 
    color: black;
    background-size: auto;
    background-color:#c4aaa8;
    flex-direction: column;
    margin-bottom: 10px;
    }

.imagenesplan {  
width: auto;
    }



/*             Mapa                   */ 
    .titulomapa 
    {  
    color: #e2e0e3;
    font-size: 30px;
    background-size: auto;
    background-color:#c4aaa8;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    }

.mapacontenido img{  
width: 500px;
box-sizing: border-box;
        }
