    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');
        height: 30vh;
        display: flex;
        background-size: cover;
    }
    
    .quartos {
        text-align: center;
        padding: 30px 10px 10px 10px;
        margin-top: 80px;
    }
    
    .quartos-img {
        display: flex;
        align-content: space-between;
        justify-content: center;
    }
    
    .quartos-tamanho {
        max-width: 33%;
        padding: 2.3px;
    }
    
    .quartos-titulo {
        text-align: center;
        padding-top: 20px;
    }
    
    .quarto-informacoes {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .quarto-informacoes li {
        width: 25%;
        text-align: left;
        margin-top: 10px;
    }
    
    #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;
    }