* {
    text-align: center;
    margin: 0;
    padding: 0;
}

body{
    background: #ffd0be;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}

#main {
    border: 0.2rem solid white;
    margin:auto;
    margin-top: 25vh;
    width: 50%;
    padding: 2rem;
    
    
}

#main ul{
    list-style-type: none; font-family:"Fjalla One"; font-size: 15px; color:black; margin: auto;
}

#logo img {
    margin: 1rem;

}

#nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 1rem;
}

nav li {
    display: inline;
}

#nav a {
    text-decoration: none;
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-family: "Fjalla One";
        
        }

#nombres {
    margin-bottom: 1rem;
}

#nombres a {
    font-family: "fjalla one";
    text-decoration: none;
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
        
        }

h1{
    font-size: 30px; color:#63b5fa; font-family:"slabo 27px"; font-size:27px; margin: auto;
    margin-bottom: 1rem;
}

h2{
    color: #63b5fa; font-size: 20px; margin:auto;
    margin-bottom:1rem;
    font-family: "slabo 27px"
}

p {
    font-family: "slabo 27px";
}

.aplicativo {
    margin: 1rem;
    border: solid white .2rem;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem;
}

.aplicativo a{
    font-family: "slabo 27px";
    text-decoration: none;
    color: #63b5fa;
    
    
}


footer{
    font-size: 10px; font-family: "Fjalla One"; color:black; margin: auto;
}

#mainmapa {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    border: 0.2rem solid white;
    margin: auto;
    margin-top: 25vh;
    padding: 2rem;

}

#mapa { 
    
    width: 100%;
    
}

#mapa img {
    width: 100%;
}

footer {
    width: 50%;
    margin-top:3rem;
    margin-bottom: 3rem;
    
    
}
