@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Roboto:400,700');

header {
 background-color:  #2f859d;
 text-align: center;
}


header nav {
    width: 100%;
} 



header nav ul  {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content:space-around;
    align-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

header nav ul li {
    flex-grow: 1;
    
}

header nav ul li a {
   display: block;
    text-decoration: none;
    color: black;
    font-size: 13px;
    padding: .5em 1em;
}


#logo {
    max-width: 30em;
    min-width: 5em;
    margin: 10px;
    
}

#foto {
    width:200px;
    border-radius: 50%;
    border: 3px solid #2f859d;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
     
}

#instagram {
    width: 40px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
}

#facebook{
    width: 40px;
    margin-left: 5px;
    margin-top: px;
    margin-bottom: 20px;
}


#logos{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
}


h1 {font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px; 
    margin-top: 15px;
    margin-bottom: 30px;

    }

h2 {margin: auto;
    font-weight:00;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

h3 {font-size: 20px;
    font-weight:500;
    margin-bottom: 12px;
   margin-left: 55px;
   margin-right: 55px;
  
}

h4 {font-size: 22px;
    font-weight:400;
    margin-top: 15px;
    margin-bottom: 15px;}


h5 {font-size: 18px;
    font-weight:400;
    margin-top: 10px;
    margin-bottom: 10px;}

body {font-size: 15px;
    font-weight:100;
    background-color: rgba(47, 133, 157, 0.05);
    margin: 0;
    font-family: 'Roboto', sans-serif;
 margin: auto;  
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    justify-content: space-between;
}



#info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;   
}

#info ul {   
    list-style: none; 
    margin: 0;
    padding: 0;
}

footer { 
    color: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    text-align: center;
    background-color: #89cadc; 
    padding: 10px;
    margin-top: 20px;
   
}

#textoplan {margin-left:12px;
    }

#links li a {
    text-decoration: none;
    color: darkcyan}
        
#links a {
    text-decoration: none;
    color: darkcyan}

#mapa {width: 100%; 
}
  

