body {
    margin: 0px;
    padding: 0px;
    color: #3d3d3d;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
}

.topo {
    max-width: 1024px;
}

.topo-link {
    text-decoration: none;
}

#home {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
}

#home .topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    margin: 0 auto;
}

#topo-esquerdo {
    color: #7496bb;
}

#imagem-fundo {
    background-image: url('./assets/img-fundo.jpg');
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#conteudo-principal {
    text-align: center;
    color: #fff;
    font-size: 28px;
    background-color: #0a9077b3;
    border: 1px solid;
    padding: 0 20px;
    border-radius: 4px;
}

#conteudo-centro {
    text-align: center;
    padding: 50px 0px;
}

#quartos {
    display: flex;
    justify-content: flex-end;
}

.quartos-link {
    margin: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid #00836a;
    text-decoration: none;
    color: #3d3d3d;
}

.quartos-link a {
    text-decoration: none;
    text-align: center;
    color: #333;
}

.quartos-tamanho {
    width: 100%;
}

#mapa {
    text-align: center;
    margin-top: 60px;
}

#mapa-google {
    width: 100%;
    margin: 10px 0px;
}

#infos-cabecalho {
    text-align: center;
    padding: 28px 0px;
}

#infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.infos-geral {
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #7496bb;
}

.infos-textoD {
    padding: 0px 20px 0px 0px;
}

.infos-textoE {
    margin: 0px 10px 0px 200px;
}

.imagemD {
    width: 100px;
    height: 113px;
    background-size: contain;
    padding: 20px 150px 20px 0px;
}

.imagemE {
    width: 100px;
    height: 113px;
    background-size: contain;
    margin-right: 30px;
    padding: 20px 0px 20px 0px;
}

#rodape {
    display: flex;
    justify-content: center;
    background-color: #49997d;
    padding: 15px 0px 30px 0px;
    width: 100%;
}

.rodape-contato {
    display: flex;
    align-items: center;
    color: #fff;
    width: 15%;
}

.rodape-geral {
    display: flex;
    align-items: center;
    margin: 15px;
}

.rodape-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.rodape-img {
    margin-right: 7px;
}

.rodape-final {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #49997d;
    color: #fff;
}