* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #fff url(imagens/bg.png);
    margin: 15px;
}

#container {
    background: #ede9cc url(imagens/bg-container.png) top center repeat-y;
    margin: 0 auto;
    min-width: 740px;
    max-width: 1180px;

}

#topo {
    position: relative;
    background: #dbcd87;
    height: 15.4em;
    min-height: 250px;

}

#area-logo {
    position: absolute;
    background: url(imagens/topo-imagem-principal.png) no-repeat;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
}

.logo a {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    background: url(imagens/logo.png) no-repeat;
    width: 151px;
    height: 66px;
    text-indent: -9000px;
}

#area-menu {
    position: absolute;
    background: url(imagens/topo-imagem-lateral.png) no-repeat;
    width: 450px;
    height: 250px;
    top: 0;
    right: 0;
    margin-right: 8px;
}

#conteudo-menu {
    margin-left: 90px;
    margin-top: 15px;
    padding-top: 15px;
}

#menu-locais {
    border-bottom: 1px solid #b5ab56;
    border-top: 1px solid #b5ab56;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.7em;
    color: #8b8448;
}

#menu-locais .locais {
    float: left;
    line-height: 2.1em;

}

a {
    text-decoration: none;
}


.reserva {
    text-transform: uppercase;
    background: #a29750;
    color: #fff5b0;
    padding: 5px 10px;
    float: right;
}

#menu {
    margin-top: 15px;
}

ul {
    list-style-type: none;
}

ul#navegacao {
    float: left;
}

ul#navegacao a {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #6e672c;
    padding: 5px;
    line-height: 30px;
}

ul#navegacao a:hover {
    background: #fdf6be;
    transition-duration: .3s;
    color: rgb(105, 58, 105);
}

.depoimento {
    width: 226px;
    height: 164px;
    float: right;
}

#area-principal {
    float: left;
    width: 50%;
    background: url(imagens/bg-area-principal.png) top left repeat-x;
    padding: 15px 0px;
}

#area-principal h2 {
    padding: 20px 0px;
    color: #a29750;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: italic;
}

#area-principal p {
    text-align: justify;

}

#area-lateral {
    float: right;
    width: 50%;
    background: url(imagens/bg-area-lateral.png) top left repeat-x;
    padding: 15px 0;
}

.conteudo {
    margin: 0 auto;
    width: 90%;
}

.conteudo #beneficios li {
    padding-top: 8px;
    border-bottom: 1px solid #f3efcb;
    height: 6em;
}

.conteudo #beneficios li a img {
    float: left;
    margin-right: 8px;
}

.beneficiosP {
    padding: 10px 0px;
    font-size: 13px;
}

#beneficios p,
h3 {
    color: black;
}

#beneficios
h3:hover {
    color: purple;
    transition-duration: .3s;
}




#rodape {
    clear: both;
    padding: 16px;
    background: #fff url(imagens/bg-rodape.png) repeat-x top;
}

@media (max-width: 1200px){
    #beneficios p {
    font-size: 11px;
    text-align: justify;

    }
}
/* Responsividade para telas menores */
@media (max-width: 900px) {

    body {
        margin: 5px;
    }

    #container {
        min-width: auto;
        width: 100%;
        background-size: cover;
    }

    #topo {
        height: auto;
        min-height: auto;
    }

    #area-logo {
        position: relative;
        height: 150px;
        background-size: cover;
    }

    .logo a {
        width: 120px;
        height: 50px;
        background-size: contain;
    }

    #area-menu {
        position: relative;
        width: 100%;
        height: auto;
        background-position: top right;
        margin-right: 0;
        background-size: cover;
    }

    #conteudo-menu {
        margin: 10px;
        padding-top: 10px;
    }

    #menu-locais {
        text-align: center;
    }

    #menu-locais .locais,
    .reserva {
        float: none;
        display: block;
        text-align: center;
    }

    #menu {
        text-align: center;
    }

    ul#navegacao {
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .depoimento {
        display: none;
    }

    #area-principal,
    #area-lateral {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .conteudo {
        width: 95%;
    }

    #beneficios li {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #beneficios li a img {
        float: none;
        margin: 0 auto 8px;
    }

    #beneficios p {
    font-size: 13px;
    text-align: justify;
    }
}
