@charter "utf-8";

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #284857;
    font-family: 'latoregular';
    max-width: 960px;
    height: auto;
    margin: auto;
}

#img-logo {
    width: 100%;
}

#img-logo img {
    margin: 1.5em 0em 1em 2em;
}

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


/* TÍTULOS */

h1 {
    font-family: 'latoregular';
    color: #ededed;
    padding: 0em 1em 0em 1em;
}

h2 {
    font-family: 'latoregular';
    color: #e2be5c;
    margin: 17px;
}

@media (max-width:780px){
    #img-logo img{
        width: 50%;
    }
    
    h1{
        font-size: 25px;
        padding-top: 0.3em;
    }
    
    h2{
        font-size: 20px;
    }
    
}

h3{
    font-family: 'latoregular';
    color: #e2be5c;
    text-decoration: underline;
    text-align: center;
}

h4{
    font-family: 'latoregular';
    color: #e2be5c;
    border: 2px #e2be5c solid;
    padding: 10px;
    width: 112px;
    text-align:center;
}

article h2 {
    font-family: 'latoregular';
    text-decoration: underline;
}

/* ARRIBA */

header {
    background-color: #349291;
}

header nav ul {
    list-style: none;
    background-color: #349291;
    height:60px;
    margin:auto;
    padding: 0;
}

header nav ul li{
    margin: 0;
    padding: 0.7em;
}

header nav ul li a {
    text-decoration: none;    
    display: block;
    background-color: #349291;
    color:white;
    text-align: center;
    padding:10px;
    width:100%;
}

nav .padre {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (max-width:800px) {
    header nav {
    width: 100%;
    padding: 0 0.1em;
    }
    
    header nav ul li {
    display:flex;
    flex-flow: column;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    justify-content: space-between;
    }
    
    header nav ul li a{
        width: auto;
        display:flex;
        flex-flow: column;
        margin: -5px;
    }
    nav .padre{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        margin-top: 1em;
    }
}
    
/* PARRAFOS */

#integrantes{
    display:flex;
    justify-content: space-around;
}

@media (max-width:780px){

    #integrantes{
    display:flex;
    justify-content: space-around;
}
    #integrantes a img{
        width:90%;
        margin-left: 5px;
    }
    
}

#segundo-parrafo{
    margin-bottom: 80px;
}

section article {
    margin-top: 30px;
}

.parrafo-destacado {
    font-size: 15px;
    color: #ebebeb;
    margin: 17px;
    margin-bottom: 50px;
}

#texto{
    background-color: #1d3a48;
    margin:0;
    padding: 1.5em;
    color: #cccccc;
}

article p {
    font-family: 'latoregular';
    font-size: 14px;
}

article ul {
    list-style:square;
}

article a {
    text-decoration: none;
}

.mapa {
    margin:0 20px;
}

.mapa ul li a {
    color: #cccccc;
}

.mapa ul li a:hover {
    color: #e2be5c;
}

.mapa a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
}

.mapa a:hover {
    color: #e2be5c;
}

/* ABAJO */

footer {
    background-color: #6fb196;
    color:#161b24;
    text-align: center;
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p {
    padding: 15px;
    font-size: 12px;
}

footer img {
    width: 10%;
    padding: 5px 15px;
    float: left;
}


/* MAPA DEL SITIO */

article ul {
    text-decoration: none;    
    font-family: 'latoregular';
    }

article ul li a {
    text-decoration: none;
    color: darkblue;
}

article ul li{
    font-size: 14px;
}
