*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    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;
}



/*Header*/

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #006cc6;
}

header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

header nav ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

header nav ul li a {
    text-decoration: none;
    border: 1px solid #001c33;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    height: 3.5em;
    padding: .5em;
    
    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;
}



/*Main*/

main {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 60em;
    margin: 0 auto;
}

h1 {
    margin: 1em 0;       
    font-weight: 100;
    font-size: 3em;
    color: #006cc6;
    text-align: center;
}

.comitente {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.comitente p {
    max-width: 50em;
}

article h2 {
    font-family: 'Lora', serif;
    margin-bottom: .5em;
}

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

#mockup img {
    max-width: 100%;
    height: auto;
}


.academica {
    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-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

.academica article {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5em;
    text-align: center;
}

.academica h3{
    font-weight: 100;
    margin-bottom: .3em;
}

.academica h4{
    font-weight: 100;    
    margin-top: 1em;
    font-size: 1.2em;
}

#facultad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#facultad article h3 {
    text-align: center;
}




main p {
    font-family: 'Nunito Sans', sans-serif;
}

.bold{
    font-weight: 600;
}



.comitente {
    padding: 1em;        
}

.comitente h2, h3 {
    font-family: 'Lora', serif;
}

.comitente h3 {
    margin-top: 1.5em;
    margin-bottom: .3em;
}

.ficha {
    padding: 1em;
}

.ficha h4, h5 {
    font-family: 'Lora', serif;
    margin-top: .5em;
}

.ficha h4 {
    font-size: 1.1em;    
}

.ficha h5 {
    font-size: 1em;
}

#usuario-tipo {
    padding-top: 1em;
    max-width: 100%;
    height: auto;
}

figcaption {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .8em;
    font-weight: 600;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 1.5em;
    margin-top: .5em;
}

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


/*Footer*/

footer {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .8em;
    padding-top: 2em; 
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #fff;
    background-color: #000;
}

footer p {
    text-align: center;
}

.logos {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1em;
}

.logos a {
    margin: .5em;
}