@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,300;1,600&display=swap');


* { 
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}


img {
    max-width: 100%; 
    height: auto;

}

#logodgpc {
    width: 7em;
    
}

.contenedora {
    background-color: #4cbbb9;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    
}



.contenedora nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    
}


.contenedora nav ul li {
    display: flex;
    flex-direction: column;
    width: 100px;
    margin-bottom: .5em;
    background-color:antiquewhite;
    text-decoration: none;
    text-align: center;
    color: white;
    padding:.4em;    
}


.contenedora nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold
}

.contenedora nav ul li:hover {
    background-color: black;
}

.contenedora nav ul li a:hover {
    color: #4cbbb9;
}


.acumar {
    width: 80%;
    margin: 2em;
    
}

#textocomitente h1 {
    color: #4cbbb9;
    margin: 0;
}


.enfoque {
    font-weight: bold;
    color: #4cbbb9;
}

#enfoquetit {
    color: #4cbbb9;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2em;

}

.logoacu {
    width: 250px;
    margin: auto;
    margin-top: 2em;
}


/*EQUIPO*/

.jt16 {
    margin: auto;
    text-align: center;
    color: #4cbbb9;
    font-size: 20px;
    margin-top: 3em;
}


/*contenedora de los miembros del equipo*/

.contenedora3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}


.miembros ul li {
    margin-top: 1.5em;
    padding: 1em;
    text-align: center;
    background-color: #4cbbb9;
    width: 320px;
    height: 500px;
    
}


.miembros ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 2em;

}

/* avatares del equipo*/

.miembros img {
    width: 200px;
    margin: 2em;
    text-align: center;
    box-shadow: 20px 20px 1px 1px rgba(249, 229, 205, 1);

}

/*nombre de cada una*/

.miembros h3 {
    text-align: center;
    color: #ffe9d6;

}

/* texto de cada una*/

.miembros p {
    color: black;
    height: 55px
}

/*verpefil*/

.perfil {
    width: 9em;
    margin: auto;
}

.perfil p:hover {
    color: black;
    background-color: #ffe9d6;
    
}

.perfil p {
    color: #ffe9d6;
    align-content: center;
    font-size: 15px;
    font-weight: 700;
    background-color: black;
    padding: 1em;
    padding-top: 1.2em;
    

}



/* academicos y footer */
#fadu a img {
    width: 14em;
}

#uba a img {
    width: 4.5em;
}

#dgpc a img {
    width: 6.5em;
}


.autoridades {
    border-bottom: solid .1em #ffff;
    width: 95%;

}



#uba {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-top: 2em;
    background: #4cbbb9;
    color: white;
}



#fadu {
    padding-bottom: 3em;
    padding-left: 1em;
    background: #4cbbb9;
    color: white;
}



#dgpc {
    padding-bottom: 3em;
    padding-left: 1em;
    background:#4cbbb9 ;
    color: white;
}





footer{
    background-color:antiquewhite;
    color: black;
    font-size: .7em;
    padding:2em;
}





@media screen and (min-width: 768px) {
    
    
    .contenedora {
        padding-top: 2em;
        padding-bottom: 2em;
        align-items: center;
    }
    
    
    .contenedora nav ul {
        flex-direction: row;
    }
    
    
    .contenedora nav ul li {
        margin: 0;
        margin-right: .5em;
    }
    
    
    .acumar {
        margin: auto;
        margin-top: 3em;
    }
    

    .miembros ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        
    }
    
    .miembros ul li {
        margin: .5em;
    }
    
}

@media screen and (min-width: 992px) {
    
    .contenedora {
    padding-right: 3em;
    padding-left: 3em;
    }
    
        .miembros ul li {
        margin: 1em;
            width: 400px;
    }
    
    
    
    
}


@media screen and (min-width: 1200px) {
        
    .contenedora {
        padding-left: 8em;
        padding-right: 8em;
    }
        
    .academicos {
    padding: 4em 1em 2em 8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;
    background-color: #4cbbb9;

    
    }
    
    #uba {
    align-items:flex-start;
    flex-direction: column;
    padding: 0;
        height: 270px;
        width: 500px;
    

    }

    
#fadu {
    flex-direction: column;
    align-items: flex-start;
    height: 270px;
        width: 500px;
    }



#dgpc {
    align-items:flex-start;
    flex-direction: column;
    height: 270px;
    width: 500px;
    }
    
    .autoridades {
    border-bottom: 0;
    }
}


/*mapa*/



#mapa a{
    background-color: #4cbbb9;
    display: block;
    margin: .5em;
    color: white;
    padding: .2em;
    font-size: 9px;
}


#mapa {
    display: flex;
    width: 100%; 
  
}

#segundo {
    display: flex;
    flex-direction: column;
      
}

.primera {
    display: flex;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-left: 0;
    
}


#perfil {
    display: flex;
    flex-direction: column;
}

#registro {
    display: flex;
    margin: 0;
}

@media screen and (min-width: 768px) {
    
    #mapa a {
        font-size: 18px;
    }
    
}

@media screen and (min-width: 1920px) {
    
    #mapa a {
        font-size: 30px;
    }
    
}


/* plan */

.enfoqueweb {
    margin:auto;
}
    
    
@media screen and (min-width: 768px) {
    
    #enfoqueytareas {
        display: flex;
    }
    
    .enfoqueweb {
        width: 125%;
        margin: 2em;
    }
    
    #tareas {
        display: flex;
        margin: auto;
        width: 70%;
        margin-top: 5em;
        margin-bottom: 2em;
    }    
    
}    
    
    
@media screen and (min-width: 992px) {
    
    #enfoqueytareas {
        display: flex;

    }
    
    #tareas {
        flex-direction: column;
    }

}
   

@media screen and (min-width: 992px) {
    
    #enfoqueytareas {
        margin: 7em;

    }
 
}



  /*analisis*/


#bodyanalisis {
    background-color: #4cbbb9;
}

.analisis h1 {
    text-align: center;
}
    

.analisis h2 {
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 1em;
}
    




@media screen and (min-width: 992px) {

.analisis img {
    width: 70%;
    margin-left: 15%;
}
}
    
    
    
    
    
    
    
    
    
    
    
    
