
/* =========================
   General / accessibility
   ========================= */

html,
body {
    overflow-x: hidden;
}

div#intro_content > div {
    flex-wrap: wrap;
}

:focus-visible {
    outline: 2px solid #a8353a;
    outline-offset: 3px;
}

.revolution-slider {
    display: none;
}

.banner ul {
    padding: 0;
    margin: 0;
}

.banner ul li {
    list-style-type: none;
}

.cbp-hsmenubg {
    width: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =========================
   Footer / links
   ========================= */

#top-footer {
    background: #f2f2f2 !important;
    padding: 30px 0 !important;
    min-height: 161px !important;
}

#accessibilidade {
    min-height: 86px !important;
}

#top-footer img,
#accessibilidade img {
    max-width: 100%;
    height: auto;
}

#logo-md-footer {
    display: inline-block;
}

.link_footer {
    display: inline-block;
    color: #111;
    padding: 50px 0 0;
    margin: 0 12px;
    transition: all .7s ease-in-out;
    font-size: 14px;
}

.link_footer:hover {
    color: #a8353a;
}

.link_footer_icons {
    display: inline-block;
    color: #111;
    padding: 0;
    margin: 0;
    transition: all .7s ease-in-out;
}

.link_footer_icons img {
    width: 32px;
    margin-top: -5px;
}

/* =========================
   Buttons / FareHarbor
   ========================= */

.bt_news {
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0 1px 12px rgba(0,0,0,.1);
    color: #a8353a;
    font-weight: 700;
    font-size: 14px;
    margin: 20px 0 0 !important;
    user-select: none;
    max-width: 260px;
    display: inline-block !important;
}

a.bt_news:hover {
    background: #a8353a;
    color: #fff !important;
}

.fare_div_mobile {
    display: none;
}

.fare_div:hover {
    background: #a8353a;
}

.fare_a,
.fare_a:hover {
    color: #fff;
}

.fare_a {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}

.reserve {
    background: #000;
    width: 169px;
    right: -75px !important;
    position: absolute;
    top: 280px;
    user-select: none;
    z-index: 99;
    border-radius: 10px 0 0 10px;
    line-height: 17px;
    padding: 16px 18px;
    font-size: 17px;
    box-shadow: 0 1px 15px rgba(0,0,0,.1);
    transition: all .4s ease-in-out;
}

.reserve:hover {
    right: -50px !important;
    background: #a8353a;
}

.bt_news_top {
    padding: 12px 10px 12px 15px;
    background: #a8363a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 !important;
    transition: color .6s ease-in !important;
    user-select: none;
    max-width: 140px;
    text-align: center;
    display: inline-block !important;
    line-height: 18px;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}

a.bt_news_top:hover {
    background: #fff;
    color: #111 !important;
}

.fancybox-inner {
    position: relative;
}

/* =========================
   CLS fix: main home banner
   ========================= */

#homebanner {
    display: block !important;
    width: 100% !important;
    /*height: 100vh !important;*/
    min-height: 620px !important;
    overflow: hidden !important;
}

#homebanner .slider-style2,
#owl-banner-home,
#owl-banner-home .owl-stage-outer,
#owl-banner-home .owl-stage,
#owl-banner-home .owl-item,
#owl-banner-home .item,
#owl-banner-home .zona_info {
    /*height: 100% !important;*/
    min-height: 620px !important;
}

#owl-banner-home .owl-stage-outer {
    overflow: hidden !important;
}

#owl-banner-home .zona_info {
    width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* =========================
   CLS fix: barra-home
   ========================= */

#barra-home {
    display: block !important;
    height: 160px !important;
    min-height: 160px !important;
    overflow: hidden !important;
}

/* =========================
   CLS fix: destaques carousel
   ========================= */

.destaques_mod {
    display: block !important;
    min-height: 500px !important;
    overflow: hidden !important;
}

.destaques_mod .span12,
#owl-home_destaques {
    display: block !important;
    min-height: 500px !important;
}

#owl-home_destaques,
#owl-home_destaques .owl-stage-outer,
#owl-home_destaques .owl-stage,
#owl-home_destaques .owl-item,
#owl-home_destaques .item {
    min-height: 455px !important;
}

#owl-home_destaques .item img {
    display: block !important;
    width: 100% !important;
    height: 315px !important;
    min-height: 315px !important;
    object-fit: cover !important;
}

/* =========================
   Responsive
   ========================= */

@media (min-width: 1680px) and (max-width: 6000px) {
    .fare_div {
        position: absolute;
        top: 10px;
        left: 30%;
        padding: 5px 15px;
        background: #4f4f4f;
        border-radius: 4px;
    }
}

@media (min-width: 1367px) and (max-width: 1679px) {
    .fare_div {
        position: absolute;
        top: 10px;
        left: 20%;
        padding: 5px 15px;
        background: #4f4f4f;
        border-radius: 4px;
    }
}

@media (min-width: 980px) and (max-width: 1366px) {
    .fare_div {
        position: absolute;
        top: 60px;
        left: 0;
        background: #a8353a;
        padding: 8px 20px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #homebanner {
        height: 67.5vh !important;
        min-height: 520px !important;
    }

    #homebanner .slider-style2,
    #owl-banner-home,
    #owl-banner-home .owl-stage-outer,
    #owl-banner-home .owl-stage,
    #owl-banner-home .owl-item,
    #owl-banner-home .item,
    #owl-banner-home .zona_info {
        min-height: 520px !important;
    }

    .destaques_mod,
    .destaques_mod .span12,
    #owl-home_destaques {
        min-height: 500px !important;
    }
}

@media (min-width: 300px) and (max-width: 979px) {
    .fare_div_mobile {
        display: block;
        z-index: 999;
        position: absolute;
        top: 50px;
        right: 0;
        background: #a8353a;
        padding: 8px 20px;
        border-radius: 20px 0 0 20px;
        box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    }
}

@media (max-width: 1199px) and (min-width: 300px) {
    .rodape_holder {
        background: #f8f8f8;
        padding: 15px 0 10px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .logo {
        padding-top: 30px !important;
    }

    .logo a img {
        width: 170px !important;
    }

    .esq,
    .cen,
    .dir {
        width: 100% !important;
        float: none !important;
        display: inline-block !important;
        margin: 15px 0 !important;
        text-align: center !important;
    }

    .pull-left,
    .pull-right {
        float: none !important;
    }

    .link_footer_icons {
        display: inline-block !important;
        padding: 0 0 25px 0 !important;
    }

    .link_footer {
        display: block !important;
        padding: 10px 0 0 !important;
    }

    .social-icons {
        position: relative !important;
        right: initial !important;
        bottom: initial !important;
    }

    .social-icons:first-child a {
        width: 100% !important;
        display: inline-block !important;
        text-align: center !important;
        padding: 8px 0 !important;
        margin: 15px 0 !important;
    }

    #contact-form {
        padding-bottom: 15px !important;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .rodape_holder {
        margin-top: 90px !important;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .col-xs-7.cen {
        width: 50% !important;
    }

    .col-xs-3.dir {
        width: 33.3334% !important;
    }
}

@media (max-width: 767px) {
    #homebanner {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
    }

    #homebanner .slider-style2,
    #owl-banner-home,
    #owl-banner-home .owl-stage-outer,
    #owl-banner-home .owl-stage,
    #owl-banner-home .owl-item,
    #owl-banner-home .item,
    #owl-banner-home .zona_info {
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
    }

    .destaques_mod,
    .destaques_mod .span12,
    #owl-home_destaques {
        min-height: 455px !important;
    }

    #barra-home {
        height: 150px !important;
        min-height: 150px !important;
    }
}