@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;

}

/* NAVEGADOR */
.navegador {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 96%;
    height:35px;
    background-color: #61B4E2;
    text-decoration: none;
    padding-top: 15px;
    }

@media screen and (max-width:650px) {
    .navegador {
        display:block;
        align-content: center;
        width: auto;
        height: 200px;
        flex-direction: row;
           }
    nav ul li {
        padding: 4px;
    }
}



/* CONTENIDO */

body {
    display: block;
    font-family: 'latoregular';
    max-width: 960px;
    height: auto;
    margin: auto;
}

@media screen and (max-width:1000px) {
    body {
        margin: 20px;
        
    }
}

@media screen and (max-width:650px) {
     section ul li{ 
        width: auto;
        font-size: 14px;
    }
    
   section h1 {
        width: auto;
        font-size: 38pt;
    }
    
    section h4 {
        width: 80%;
        font-size: 14pt;
    }
    
}

h1 {
    font-size: 45pt;
}


h4 {
    font-size: 16pt;   
}



h2 {
   font-size: 14pt; 
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: white;
}

/* LOGOS */

.fondologos article {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    background-color: #61B4E2;
    margin: 2px;
    
}


.loguito {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    width: 60px;
    justify-content: space-around;
    background-color: #61B4E2;
    margin: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}


@media screen and (max-width:650px) {
    #fondologos {
        height: auto;
    }
    
    .loguito {
        width: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 25px;
    }
        
    }
}



#legales {
    text-align: center;
}


footer{
    font-size: 9pt;
}
    
li {
    list-style: none;
}



hr {
    height: 100%;
}


}

@media screen and (max-width:780px) {
    #legales {
        font-size: 10px;
        align-content:center;
    }
}

.datos {
    text-align: center;
}



.foto {
    display: block;
    
    width: auto;
}


div img {                  /*foto de perfil */
    display: flex;
    width: 45%;
    height: auto;
    margin: 20px;
}


@media screen and (max-width:650px) {
  div img {
        display:flex;
      flex-flow: column;
        margin: 20px 75px 20px 140px;
        width: 45%;
      align-content: center;
    
    }
    
    div {
        width: auto;
        
    }
    }
}

.texto {
    margin-right: 10px;
}

@media screen and (max-width:650px) {
    .superdiv {
        display: flex;
        flex-flow: column;
    }
