body{
    margin: 0;
}

main{
    margin: auto;
    font-family: sans-serif
}

a {text-decoration: none;

}

h2{
    color: #25ac44;
    text-align: center;
    font-size: 2em;
}

.mapa img {
    max-width: 100%;
}

/* HEADER*/

header{
    background-color:rgb(245, 245, 245);
    font-family:sans-serif;
    font-size: 1em;
    margin: 0em;
    padding: 2em ;
    width: 100%;
    box-sizing:border-box;
    word-spacing: 1em;
    
}

#logodgpc{
    width: 6em;
    border-radius: .25em;
}

#nav ul a{
    font-weight: 400;
    text-decoration: none;
    color: #969696;
    margin:  0.7em;
}

#nav ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

nav ul li {
    list-style: none;
     display: flex;

}

#nav ul a:hover{
    color: #25ac44;
    
}

.contenedorheader {
    max-width: 70rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.contenedorheader #vm37, #plan, #mapa, #webapp{
    flex-grow: 1;
}

.index #vm37,
.plan #plan,
.mapa #mapa{
    color: black;
    font-weight: 600;
}

/*BODY*/
/*INICIO*/

#intro {
    background: #fff url("../imagenes/iniciomobile7.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 15em;
    margin-bottom: 1em;
}

#intro h1{
    font-size: 2.4em;
    color: white;
    text-align: center;
    position: relative;
    top: 1.5em;
}

#intro div{
    max-width: 70em;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
/*Comitente*/
.contenedor{
    max-width: 70rem;
    margin: auto;
    align-content: center;
    background-color:rgb(245, 245, 245);
    padding: 1em;
    margin-bottom: 1em;
    align-items: center;
    
}

/* INTEGRANTES*/

.integrantes{
    background-color:#25ac44;
    padding: 1em;
    margin-bottom: 1em;
}
.integrantes h2{
    color: white;
}

.integrantes ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
}

.integrantes ol li{
    max-width:15em;
    background-color:#4ace68;
    margin:  .5em 0;
    padding: 1em;
    width: 49%;
    /*caja flexible*/
    display: flex;
    /*eje principal vertical*/
    flex-direction: column;
    
}
.integrantes OL LI > *:NOT(P){
    display: block;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

.integrantes ol li a{
    /*bajar el vinculo al limite inferior*/
    margin:auto;
    color: #22745e;
    font-weight: bold;
    display: block;
    display: flex;
    flex-direction: column;

}
.integrantes ol li a:hover{
    color: white;
}
.integrantes img {border-radius: 2em;

}




/* DATOS ACADEMICOS */

.datos{
    background-color:rgb(245, 245, 245);
    padding: 1em;
    margin-bottom: 1em; 
}

.datos > ul > li {
    display: flex;
    flex-wrap: wrap;    
    align-items: flex-start;
    border-bottom: .15em solid #a5a3a3;
    margin-bottom: .5em;
}

.datos img{
    width: 16em;
}
.contenedorfooter{
    max-width: 70rem;
    margin: auto;
    align-items: center;
}


footer{
    Margin: 2em 0 0 0;
    padding: 1cm;
    background-color:#25ac44;
    color: #ffffff;
    font-family: sans-serif;
    font-style: italic;    
}

/*MEDIA QUERIES*/

/*@media desde 600px de ancho*/
 @media (min-width: 600px){
     .inicio #intro {
        background: #fff url("../imagenes/iniciotablet7.jpg") no-repeat center center;
     }
     .mapa img{
     }
}

/* @media desde 992px de ancho*/
@media (min-width: 992px){
.inicio #intro {
    background: #fff url("../imagenes/inicioweb7.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 20em;
    }
}
/* @media desde 1200px de ancho*/
@media screen and (min-width: 1200px){
    .inicio #intro {
    background: #fff url("../imagenes/iniciowebgrande7.jpg") no-repeat center center;   
    background-size: cover;
    width: 100%;
    height: 20em;
    }
    
}








































    