* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    
}

body {
    background-color: #F3F3F3;
    color: rgba(26, 52, 71, 0.8);
    font-family: "Helvetica", sans-serif;
}


    
#contenedor {
    max-width: 95em;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
}

#inicio{
    padding: 1em;
    background-color: rgba(26, 52, 71, 1);
    text-align: center;
    
}

.navegadores {
    margin-left: 1em;
    margin-right: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: whitesmoke;
}

.navegadores a{
    color: whitesmoke;
    padding: 0,8em;
    display: block;
    border-bottom: 1px solid rgba(26, 52, 71, 1);
    
}

.navegadores a:hover {
    border-bottom: 1px solid whitesmoke;
}

div h1{
    padding: 1em;
    font-size: 1em;
    text-align: center;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
}

main{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#alumnos{
    width: 100%;
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 3em;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; 
    text-align: center;
    border-bottom: 1px solid lightgrey;
    background-image: url(../Img/6223841765_c98b3c7664_b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#alumnos h2{
    font-size: 2em;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: 0 0 0.2em white;
}

#alumnos ul{
    width: 100%;
    text-align: center;
    
}

.cadauno{
    margin-right: 4em;
    margin-left: 4em;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cadauno a{
    box-sizing: content-box;
    padding: 1em;
    color: whitesmoke;
    background-color: rgba(26, 52, 71, 0.8);
    border: 2px solid rgba(0,0,0,0);
}

.cadauno a:hover{
    border: 2px solid white;
}

#sobrefaduvac{
    width: 100%;
    padding: 1em;
    margin-bottom: 2em;
    text-align: center;
}


#sobrefaduvac p{
    padding: 1em;
    width: 50%;
    margin: 0 auto;
    line-height: 1.5em;
}

#sobrefaduvac h2{
    font-size: 2em;
}

.infoacademica {
    padding: 1em;
}

.info {
    margin: 0.5em;
}

/*...... INICIO CARTA..............*/

#descripcion {
    width: 100%;
    padding: 1em;
    margin-bottom: 3em;
    text-align: left;
}

.descripciondelproducto {
    padding: 1em;
    text-align: center;
}

.texto {
    margin-top: 1em;
}

/*...... FIN CARTA..............*/
/*...... INICIO MAPA..............*/
#mapa {
    padding: 1em;
    margin-bottom: 2em;
}
/*...... FIN MAPA..............*/

footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: lightgray;
    
}

footer div{
    height: 6em;
    width: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:100%;
}

img{
    max-width:100%;
    max-height:auto;
    margin-left: 3em;
    margin-right: 3em;
}

/*...... INICIO MEDIAQUERIS....*/

@media screen and (min-width:10em) {
    
    #inicio{
    padding: 0.5em
    }
    
    .navegadores {
    margin-left: 0.3em;
    margin-right: 0.3em;
    color: whitesmoke;
    }
        
    div h1{
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
    }
    .cadauno{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.3em;

    }
    
    #sobrefaduvac p{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #descripcion {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #mapa {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
footer div{
    height: 6em;
    width: 100%;
    background-color: lightgray;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
}

.logos{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

img{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width:70%;
    max-height:100%;
}
    
}

@media screen and (min-width:30em) {
    
    #inicio{
    padding: 0.5em
    }
    
    .navegadores {
    margin-left: 2em;
    margin-right: 2em;
    color: whitesmoke;
    }
        
    div h1{
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
    }
    .cadauno{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.3em;

    }
    
    #sobrefaduvac p{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #descripcion{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #mapa{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    footer{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    footer div{
        width: 70%;
    }
}

@media screen and (min-width:40em) {
    
    #inicio{
    padding: 0.5em
    }
    
    .navegadores {
    margin-left: 2em;
    margin-right: 2em;
    color: whitesmoke;
    }
        
    div h1{
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
    }
    
    .cadauno{
    margin-right: 1.7em;
    margin-left: 1.7em;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    }
   
}

@media screen and (min-width:55em) {
    
    #sobrefaduvac p{
    padding: 1em;
    width: 60%;
    margin: 0 auto;
    line-height: 1.5em;
    }  
    
    #descripcion {
    padding: 1em;
    width: 60%;
    margin: 0 auto;
    line-height: 1.5em;
    }  
}