* {
   
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    
}


/*header*/


header {
    display: flex;
    flex-direction: column;
    height: 230px;
    width: 100vw;
    
}
.menu {
    display: flex;
    justify-content: space-between;
    height: 70%;   
}
.logo {
    margin: 20px;
    padding: 20px;
}

#logocauce {
    width: 80px;
    align-self: center;
    }

.burger {
    margin: 20px;
    padding: 20px;
    display: flex;
}

#burger {
    width: 40px;
    align-self: center;
}

.navheader {
    margin: 0;
    padding: 0;
    height: 30%;
    
}


.navheader {
    padding: 0 40px;
}
.navheader ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.navheader ul li a {
   font-family: 'Josefin Sans', sans-serif;
   color: #4EC1B8;
}

.navheader ul li a:hover {
    color:aqua;
}

main {
    min-height: calc(100vh - 230px - 207px);
    
}
.main-perfiles {
    min-width: calc(100vh - 230px - 207px);
}

/* home */

.main-home {
    display: flex;
    flex-direction: column;
    width: 100vw;
    overflow: hidden;
}

.home {
width: 100%;
}



.portada-home img {
    width: 100%;
    padding: 40px
}

.texto-home {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0 40px;
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}

.texto-home h3 {
    color: #4EC1B8;
}

.portada-panel img {
    width: 100%;
    padding: 40px
}



/* perfiles - equipo*/

.perfiles {
    display: flex;
    width: 100%;
    padding: 0 20px;
    
}

.main-perfiles {
    min-width: calc(100vh - 230px - 500px);
}

.integrante {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
   color: #4EC1B8;
   font-size: 0.8em;
    
    width: 100%;
}

.avatar-equipo {
    width: 100%; 
    height: auto;
    padding: 20px 20px 0px 20px;
    
}

/* datos uba - equipo */
.datosacademicos {
    padding: 5%;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    
}

.datosacademicos a {
    color: #4EC1B8;
}

.datosuba {
    padding: 10px 40px 20px 40px;
    align-self: center;
}

/* plan portada */

.contenedor-plan {
    display: flex;
    flex-direction: column;
}

.plan {
    width: 100%;
}

.portada-plan img{
width: 100%;
padding: 0 40px;
}

.texto-plan {
    font-family: 'Josefin Sans', sans-serif;
    text-align: justify;
    padding: 0 40px;


}

/* plan modelo de persona */


.main-plan {
    width: 100%;
    overflow: hidden;
}

.mvp {
    width: 100%;
}
.mvp-planilla img {
    width: 100%;
    padding: 40px;

}



/* mapa */

.mapa {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.mapa img {
width: 100%;
}


/*footer*/

footer {
    display: flex;
    flex-direction: column;
    background-color: #EAEBC9;
    
}


#asterisco {
    padding: 30px 0 0 40px;
}

.legales {
     width: 100%;
    
}

.textolegales{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8em;
    padding: 0px 125px 0 40px;
    text-align: left;
    line-height: 130%;
    width: 100%;
    
}
.navfooter {
  
    display: flex;
    justify-content: space-between;
   
}

.links {
     font-family: 'Josefin Sans', sans-serif;
     
}

.links ul li{
    padding-bottom: 10px;
    
}

a {
    color: #4EC1B8;
}
.social {
    padding: 0 35px;
}

.social a {
    padding: 0 5px;
}


/* MAPA------------------------------------ */

.mapa-esquema {
    background-image: url(../img/mapa.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: 100%; 
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    
}
.filas { 
    
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;

}

.columnas {
    
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
    
}

.celda {
    
    margin: 10px;
    padding: 15px;
    border-radius: 20px ;
    background-color: #4EC1B8;
    width: auto;

}

.celda a {
    color: black;

}
.celda h3 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 8px;
}

.mapa {
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
}


/* ------------------------------------------------------vista para desktop-------------------------------------------- */

@media all and (min-width: 1200px) {
    
/* header */

* {
    font-size:
        1em;
}
    
.burger {
        display: none;
}

.header {
    flex-direction: row;
    justify-content: space-between;
    height: 140px;
    width:100%;
    
}

.navheader {
align-self: center;
float: right;

}
    
.navheader ul li {
    padding: 0 40px; 
}

    
main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    min-height: calc(100vh - 140px - 150px);
    padding: 20px 0;   
}

/* home */



.home {
 display: flex;
 justify-content: space-between;
}


.texto-home {
    order: 1;
    width: 55vw;
    padding-right: 250px;
    line-height: 20px;
    padding-left: 40px;
    margin-top: 90px;
}

.portada-home{
order: 2;


}


.portada-panel{
    order: 2;
    padding: 40px;
    width: 50vw;
    
    }

.portada-home img {
    width: 100%;
    padding: 40px;
    height: auto;
}

.portada-panel img {
    width: 100%;
    padding: 40px;
    
}


/* main equipo*/

.main-perfiles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: calc(100vh - 140px - 150px);
    padding: 20px 0;
}

.datosacademicos {
    order: 1;
    flex: 1;
    
}

.perfiles {
    order: 2;
    width: 55vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.avatar-equipo {
   
    padding: 40px;
    
    
}



.texto-plan {
    order: 1;
    width: 50vw;
    padding-right: 250px;
    line-height: 20px;
    margin-top: 90px;
    
}



.mvp {
   border-top: solid;
   border-top-color: #4EC1B8 ;
   border-width: thin;
   width: 100%;
   
   display: flex;   
   flex-direction: row;
    justify-content: left;
    padding: 50px;
}

.mvp-planilla {
    
    width: 100%;
}
.mvp img {
    width: 100%;
    height: auto;
    padding: 40px;
    }



/* footer general */

footer {
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}


    .textolegales {
      
        text-justify: auto;
        width: 50%;
    }
    
    .links {
        align-self: center;
        padding-top: 40px;
    }
    
    .social{
        align-self: center;
        display:flex; 
    }
    
    .social a {
        flex-direction: row;
    }


/* mapa ------------------- */



    .mapa {
        display: flex;
        overflow: hidden;
        width: 100%;
        align-items: center;
    }
    
   .wireframes {
       display: flex;
       flex-direction: row;
       order: 1;
   }

    .mapa2 {
    align-self: center;
    width: 70%;
    order: 2;
    
}


.mapa-esquema {
    background-image: url(../img/mapa.jpg);
    background-size: 800px 500px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
    width: 800px; 
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    
}

.filas { 
    
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;

}

.columnas {
    
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
    
}

.celda {
    
    margin: 10px;
    padding: 15px;
    border-radius: 20px ;
    background-color: #4EC1B8;
    width: 200px;

}

.celda a {
    color: black;

}

.celda h3 {
    text-align: center;
    padding: 0;
    margin: 0;
}



}


