body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #F8F0E3;
}


.navbar{
    position: fixed;
    background:#faecd6 ;
    height: 40px;
    width: 1480px;
    margin-left: 100px;
}

.inicio{
    position: absolute;
    left: 15px;
    top: 17.5px;
}

.inicio a{
    text-decoration: none;
    color: gray;
}

.busca{
    
    margin-top: 5px;
    margin-left:600px ;
    opacity: 80%;
}

.busca ::placeholder{
    text-align: center;
}

.busca input{
    width: 350px;
    height: 35px;
    color: rgba(128, 128, 128, 0.692);
}

#enter{
    width: 50px;
}

.sair{
    position: absolute;
    right: 15px;
    top: 15px;
}

.selecoes{
    position: fixed;
    
    width: 100px;
    height: 715px;
}

.ftperfil{
    
    width: 100px;
    height: 100px;
}

.ftperfil img{
    margin-top: 5px;
    width: 100%;
    opacity: 50%;
}

.opcoes{
    
    height: 550px;
}

#conf{
    margin-top: 37px;
    text-align: center;
}

#conf a{
    text-decoration: none;
    color: gray;
}

#conf :hover{
    font-size: 15px;
}

.configuracao{
    margin-top: 0px;
    
}

.configuracao a{
    text-decoration: none;
    color: gray;
    font-size: 5px;
}

.configuracao img{
    width: 35%;
    margin-left: 25%;
    color: gray;
}

.header{
    box-shadow: 10px 10px 10px 5px black;
    border: #F8F0E3 solid 1px;
    height: 2000px;
    margin-left: 100px;
    
}

.maps{
    margin-left:  10%;
    margin-right: 10%;
     
    margin-top: 10%;
    height: 900px;
}

.maps iframe{
    margin-left: 10%;
    margin-right: 10%;
    width: 900px;
}