@media screen and (max-width: 1366px) {
    .container-menu {
        padding-left: 8rem;
    }
    #arraial hr,
    #trancoso hr,
    #caraiva hr {
        width: 100%;
    }
    #parallax-home {
        height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    #acomodacoes,
    #menu {
/*        display: none;*/
    }
}

@media screen and (max-width: 768px) {
    .stylu {
        width: 100%;
    }
    .iconMenuMobile {
        display: block;
    }
    hr {
        width: 300px;
    }
    h1,
    #acomodacoes-page h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    .btn-enviar {
        width: 100%;
    }
    .content-flex div {
        width: 90vw;
    }
    .content-flex div ul.flex {
        zoom: 50%;
    }
    #destinos div.col-xs-12 p {
        text-align: center !important;
    }
    .relative {
        display: none;
    }
    .rslides img {
        height: 60vh !important;
    }
    section.slide {
        margin-bottom: 60px;
        height: 60vh;
    }
    #text-slide {
        max-width: 100%;
    }
    #destaque {
        max-height: 100%;
    }
    section.slide img {
        max-width: none;
    }
    .container-menu {
        padding-left: 0;
    }
    #menu {
        margin-left: -100%;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    #menu,
    #menu ul {
        height: 100vh;
    }
    #menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
    }
    #menu ul li button {
        width: auto;
        height: auto;
        padding: 1rem 3rem;
    }
    .cgs-1 {
        fill: #026cb1 !important;
    }
    #fechaMenuMobile {
        display: block;
    }
    #acomodacoes {
        top: -200%;
        z-index: 99999;
        padding: 50px 0;
        height: 100vh;
    }
    #fecha-menu {
        top: 2%;
        right: 5%;
    }
    #acomodacoes .container-fluid {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 15px;
    }
    #acomodacoes .container-fluid .col-xs-6 {
        margin-bottom: 30px;
    }
}
