@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{ 
  font-family: "Roboto", sans-serif;  
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    height: -webkit-fill-available;
}

body {
    background-color:#f4fcff;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
}

header {
    background-color:#2c5f72;
    height: 7em;
    padding: 1em 0 0 0;
    margin-bottom: 1.5em;
}   


 .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 3em;
}

#logofadu {
    max-width: 80%;
}

#logodgpc {
    max-width: 50%;
}


header nav ul {
    list-style: none; 
    justify-content: center;
    padding-top: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
}

header nav ul li a {
    background-color:#f4cdcf;
    border-radius: .25em;
    color:#2c5f72;
    font-weight: bold;
    padding: .25em .5em;
    margin: 0 .5em 0 0;
    text-align: center;
    text-decoration: none;
}

header nav ul li a:hover {
    background-color:#2c5f72;
    color:#f4cdcf;
}


#logoacumar  {width: 11em;}

#logofadu  {width: 15em;}

#logodgpc  {width: 9em;}

#retratomica {width: 15em;}

#retratovalen {width: 15em;}

#retratoflor {width: 15em;}

#retratomoira {
    width: 15em;
    border-radius: 50%;
}



.equipo h2 {
           text-align: center;
           color: #2c5f72; 
}



.integrantes article {
    background-color:#f4cdcf;
    padding 1em;
    border-radius: .9em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 1em auto; 
    max-width: 270px;
}


.integrantes {
    margin-left: 1.5em; 
    margin-right: 1.5em;
}

.integrantes article a {
    display: flex; 
    margin: auto;
    justify-content:center; 
    padding: 1em;
}

#comitente p {
    text-align: center;
    font-size: 95%; 
    color: #2c5f72; padding: 0.9em;
}

#comitente  {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logoacumar {
    margin: 1em 0 1em 0; 
}

#datosacademicos {
   color:#ff959b; 
   border-top: .4em solid; 
   border-top-color: #ff959b; 
   padding: .7em;
   font-size: 90%;
}


footer {
    background-color: #2c5f72;
    padding: 0 0.5em 0 0.5em;
    text-align: center;
    padding: .5em;
    font-size: 75%;
    color: #f4fcff; 
}

figcaption {
    color: #2c5f72; 
    padding: 0.9em; 
}



/* empieza css para plan */



.descripcionapp h1 {
    text-align: center;
    color: #2c5f72; 
    margin: 0em 0 1.5em 0; 
    
}

.descripcionapp h2 {
    color:#2c5f72; 
    border-bottom: .2em;
    border-bottom-style: solid; 
    border-bottom-color: #2c5f72; 
    margin-right: 9em;
    margin-left: .7em;
}

#enfoque {
    padding: 0.5em 1em 0.5em 1em;
    background-color: #ffeaec;
    border-radius: .9em; margin: 1em;
}

#enfoque p {
    font-size: 90%;
    text-align: center;
    color: #2c5f72; 
}


#secciones ul {
    list-style: decimal;
    margin-bottom: 1.5em; 
    padding: 1em;
    margin-left: .7em;
}

#secciones ul li {
    margin-bottom: 1em; 
    color: #2c5f72; 
}

#mvpypersona {
    border-top: 0.4em;
    border-top-style: solid;
    border-top-color: #2c5f72; 
    display: flex;
    flex-direction: column;
}

#mvpypersona p{
    text-align: center;
    color: #2c5f72; padding: 1em;
}

#mvpypersona div a {
    text-decoration: none;
    color: #2c5f72;
    background-color: #ffeaec;
    border-radius: .9em;
    padding: .7em;
    font-weight: bold;
    
}

#mvpypersona div a:hover {
    color: #2c5f72;
    background-color: #f4fcff;
}

#linksmvpypersona {
    display: flex; 
    flex-direction: row;
    justify-content: space-around;
    margin: 1em 0 2em 0; 
}



/* empieza @media para escritorio vm10 */

@media all and (min-width: 992px) {
    
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        padding: 2em 1.5em 2em 1.5em;      
    }
    
    header nav ul li { 
        margin-left: 1.5em; 
        }

    
      .integrantes article {
    width: 40%;
    }
    
    #comitente p {
        margin-left: 15em;
        margin-right: 15em; 
    }
    
    #datosacademicos {
        display: flex;
        flex-direction: row;
        justify-content: space-between; 
        margin-left: 2em;
        margin-right: 2em; 
    }
    
    .integrantes article {
    background-color:#f4cdcf;
    padding 1em;
    border-radius: .9em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 4em 0em;
    max-width: 280px;
}


    .integrantes {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-left: 4.5em; 
        margin-right: 4.5em;
    }

    .integrantes article a {
        display: flex; 
        margin: auto;
        justify-content:center; 
        padding: 1em;
    }
    
/* empieza @media para escritorio plan */
  
    .descripcionapp h2 {
        text-align: center;
        margin-left: 25em;
        margin-right: 25em; 
    }
    
    #enfoque {
        margin-left: 25em;
        margin-right: 25em; 
    }
    
    #secciones ul {
        margin-left: 25em; 
        margin-right: 25em; 
    } 
    
   #mvpypersona {
        margin-left: 25em;
        margin-right: 25em;
    
    }
}

