
body, html {
    height: 100%;
}

body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #656935;
    font-weight: 300;
}

a {
    color: #717728;
}

    a:hover {
        color: #353c18;
        text-decoration: underline;
    }

img {
    max-width: 100%;
    height: auto;
}

section.main_slider {
    padding: 0;
}

section {
    padding: 25px 0 0;
}

svg {
    max-width: 100%;
    height: auto;
}

.cover {
    object-fit: cover;
}

@media (min-width:1250px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
/*===================================================
                  NAVBAR
===================================================*/

.top-menu {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: rgba(255,255,255,0.8);
    top: 50px;
    left: 0;
}

@media (max-width: 992px) {
    .top-menu {    
    background: rgba(255,255,255,0);    
}

.mobile-logo {
    background: rgba(255,255,255,.8);
    padding: 1rem;
    position: fixed;
    width: auto;
    left: 3rem;
    top: 3rem;
}
}

.nav-item {
    margin: 0 1rem;
}

.item-logo {
    max-height: 0;
    width: 165px;
    padding: 25px;
    padding: 0;
}

    .item-logo a.logo {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 3;
        background: rgba(255,255,255,0.8);
        left: 0;
        padding: 15px;
    }
    .nav-menu li.home {
    display: none;
}
.mobile-nav .item-logo { display: block;}
.mobile-nav li.home{ display: block;}
/**/
body {
    margin: 0;
    position: relative;
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
}

.layout-container {
    background-color: #fff;
    max-width: 1960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.nav-item.active::after {
    content: '';
    height: 4px;
    background: #3caa6b;
    width: 100%;
    display: block;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        /*float: left;*/
        float: none;
        display: inline-block;
        padding: 15px 25px;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #666A35;
        transition: 0.3s;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        /*! padding-bottom: 5px; */
        border-bottom: 2px solid transparent;
        /*! padding-top: 5px; */
    }

        .nav-menu a:hover, .nav-menu a.active, .nav-menu li:hover > a {
            color: #666A35;
            text-decoration: none;
            /*background: #BEAE6F;*/
            border-bottom: 2px solid;
        }

    .nav-menu .book-a-table a {
        background: #70b4a9;
        color: #fff;
        border-radius: 50px;
        margin: 0 0 0 20px;
        padding: 10px 25px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        transition: 0.3s;
    }

        .nav-menu .book-a-table a:hover {
            background: #ffa012;
            color: #fff;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #beae6f;
        /*! box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
        transition: ease all 0.3s;
        min-width: 100%;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 10px;
        font-size: 14px;
        /*! font-weight: 500; */
        /*text-transform: none;*/
        /*color: #433f39;*/
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #1d1d1b;
        }

    .nav-menu .drop-down > a:after {
        /*! content: "\f103"; */
        /*! font-family: 'Line Awesome Free'; */
        /*! padding-left: 5px; */
        /*! font-weight: 900; */
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\f101";
            font-family: 'Line Awesome Free';
            font-weight: 900;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 3rem;
    top: 3rem;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    background: #666a35;
    padding: 5px 10px;
}

    .mobile-nav-toggle i {
        color: #fff;
    }

.mobile-nav {
    position: fixed;
    top: 85px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    /*border-radius: 10px;*/
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #433f39;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #666a35;
            text-decoration: none;
        }

    .mobile-nav .book-a-table a {
        background: #70b4a9;
        color: #fff;
        border-radius: 50px;
        margin: 0 0 0 20px;
        padding: 10px 25px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        transition: 0.3s;
        display: inline-block;
    }

        .mobile-nav .book-a-table a:hover {
            background: #ffa012;
            color: #fff;
        }

    .mobile-nav ul li {
        border-top: 1px solid #D2D2D2;
    }

    .mobile-nav .drop-down > a:after {
        padding-left: 10px;
        position: absolute;
        right: 15px;
        content: "\f103";
        font-family: 'Line Awesome Free';
        font-weight: 900
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f102";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(39, 37, 34, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }
/**/
a, a:visited {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    outline: 0;
}
/*===================================================
                  Slider
===================================================*/
.main_slider_area.owl-carousel .owl-stage-outer, .main_slider_area.owl-carousel .owl-stage, .main_slider_area.owl-carousel .owl-item {
    height: 100%;
}

.main_slider_table {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.main_slider_cell {
    display: table-cell;
    vertical-align: middle;
}

.main_slider_cell_bottom {
    vertical-align: bottom;
}

.main_slider_info {
    overflow: hidden;
}

    .main_slider_info h1, .main_slider_info h2 {
        margin: 0;
        overflow: hidden;
    }

.main_slider_info {
    color: #FFF;
    margin-bottom: 20px;
}

.main_slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main_slider .owl-dots {
    position: absolute;
    bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.main_slider_info.whitee h5, .main_slider_info.whitee h1 {
    color: #fff;
}

.btn-banner a {
    border: 1px solid #FFF;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
}

    .btn-banner a:hover {
        background: #FFF;
        color: #435d71;
        text-decoration: none;
    }

h1.titulo-pagina {
    font-size: 52px;
    line-height: 56px;
    font-weight: 600;
}

    h1.titulo-pagina::after {
        content: '';
        height: 2px;
        width: 70px;
        display: block;
        background: #fff;
        margin: 5px 0 0;
    }
/*===================================================
                 CONTENT
===================================================*/

.background-before-content,.background-before-content-2, .background-before-content-empty {
    position: relative;
    margin: 0;
    padding: 0;
    height: 350px;
    overflow: hidden;
    width: 100%;
}
.background-before-content-2 {
    height: 500px;
}
.background-before-content-empty {
    height: 50px;
}

.background-before-content img, .background-before-content-2 img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.h-up {
    margin-top: -50px;
    /*height: calc(100% + 50px);*/
    height: calc(100% + 0px);
    overflow: hidden;
}

.h-up-2 {
    margin-top: -100px;
    height: calc(100% + 100px);
    overflow: hidden;
}
.h-up-3 {
    margin-top: -270px;height: calc(100% + 270px); overflow: hidden;
    min-height: 270px;
}
.h-up-4 {
    margin-top: -200px;height: calc(100% + 200px); overflow: hidden;
    padding: 0 !important;
}


.bloco-titulo {
    /*border: 5px solid #FFF;*/
    padding: 50px;
}

    .bloco-titulo h2 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 100;
        overflow: hidden;
    }

.item-background {
    position: absolute;
    top: 0;
    width: 125%;
    z-index: -1;
    left: -25%;
}

.embed-responsive-1by130::before {
    padding-top: 130%;
}

.embed-responsive-1by75::before {
    padding-top: 75%;
}

.embed-responsive-item .img_bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/**/

.lista-fotos {
    position: relative;
    overflow: hidden;
}
/***/

.item-imagem-1 img.background-img:first-child {
    /*! max-height: 500px; */
    /*! min-height: 250px; */
}

.background-img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
    min-height: 150px;
    border-top: 100px solid #FFF;
}

.actividades {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.evento {
    background: #FFF;
    width: 50%;
    padding: 100px;
    text-align: right;
}

.lista-actividades-imagens {
    position: relative;
    overflow: hidden;
}

.item-imagem-1 .actividades {
    height: calc(100% - 150px);
    top: 150px;
    border-bottom: 10px #FFF;
}

.evento p {
    margin: 10px auto;
    font-size: 35px;
    line-height: 37px;
}
/*===================================================
                 CONTACTOS
===================================================*/
.form-control {
    border-radius: 0;
    border: 0px solid #656935;
    padding: 15px;
    display: block;
    overflow: hidden;
    height: auto;
    font-size: 18px;
    color: #656935;
}

.cabazes .form-control {
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.form-control:focus {
    color: #656935;
    background-color: #fff;
    border-color: #656935;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(171, 156, 100, 0.3);
}

.enviar {
    background: none;
    border: 2px solid #656935;
    padding: 10px 30px;
    overflow: hidden;
    border-radius: 0px;
    text-transform: uppercase;
    color: #656935;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
    .enviar:hover {
        background: #656935;
        color: #FFF;
    }

label {
    margin: 0;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #435D71;
}

.form-check-label {
    color: #3F3F3F;
    font-weight: 400;
    text-transform: initial;
    font-size: 14px;
}

.btn-primary {
    background: #FFF;
    color: #3F3F3F;
    text-transform: uppercase;
    border-radius: 20px;
    border-color: #3F3F3F;
    padding: 5px 20px;
    font-weight: 600;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #3F3F3F;
        border-color: #3F3F3F;
        box-shadow: 0 0 0;
    }

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #656935;
    opacity: 1; /* Firefox */
    font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #656935;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #656935;
}

.label_cabaz {
    text-transform: uppercase;
    color: #beae6f;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 15px;
}

    .validation-summary-errors ul li {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: .25rem;
    }

.field-validation-valid {
    display: none;
}

.container-map {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.map.h-100 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.content-map {
    position: relative;
    z-index: 2;
    width: 45%;
    overflow: hidden;
    padding: 0;
    margin: 150px 50px;
}

.map iframe {
    margin-top: -60px;
    height: calc(100% + 60px);
    width: 100%;
}

.background-content {
    background: #beae6f;
    color: #FFF;
}

    .background-content a, .background-content a:hover {
        color: #FFF;
    }

.background-form {
    background: #404041;
}

    .background-form h3 {
        font-size: 22px;
        color: #FFF;
    }

.lista-pontos {
    display: none;
}

/**/
.list-blocos .owl-dots {
    margin-top: 20px;
}

.list-blocos .owl-dot span {
    border: 2px solid #656935;
}

.list-blocos .owl-dots .owl-dot.active span, .list-blocos .owl-dots .owl-dot:hover span {
    background: #656935;
}

.titulo-alojamento {
    background: #666a35;
    color: #FFF;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
}

.item .collapsed .titulo-alojamento {
    background: #eff0eb;
    color: #666a35;
}


/*===================================================
                 FOOTER
===================================================*/
footer {
    background: #FFF;
    color: #60683b;
    border-top: 3px solid;
}

.social_media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

    .social_media ul li {
        display: inline-block;
        background: #FFF;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        margin: 0 5px;
    }

        .social_media ul li i {
            color: #939393;
        }
/**LISTA REGIÃO**/
circle.selected.hover, .selected.current {
    fill: #F8B133 !important;
    /* stroke: #F8B133;
    stroke-width: 12;    
    stroke-linecap: round;
    stroke-linejoin: round;*/
    cursor: pointer;
}

.bloco-titulo-regiao{ padding: 20px;}
.titulo-regiao {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 175px;
    margin-bottom: 40px;
    padding-left: 0px;
}


.mt-10 {
    margin-top: 6rem;
}

.map iframe {
    margin-top: -60px;
    height: calc(100% + 60px);
    width: 100%;
}
/**/
.icons-redes-sociais a {
    margin-left: 10px;
    display: inline-block;
}
@media (max-width: 992px) {
    .icons-redes-sociais a img {
        width: 42px;
    }
}
@media (max-width: 768px) {
    .evento {
        background: #FFF;
        width: 100%;
        padding: 20px;
        text-align: right;
    }
     .w-100-m{
         width: 100% !important;
     }
    .icons-redes-sociais a img {
        width: 36px;
    }
    .icons-redes-sociais a {
        margin: 0 5px;        
        
    }
}
@media (max-width: 480px) {
    .evento p {
        font-size: 24px;
        line-height: 24px;
    }
    .icons-redes-sociais a img {
        width: 32px;
    }
}
.list-blocos .cover {
    border: 3px solid #FFF;
}
.galeria .img_bg {
    border: 3px solid #FFF;
}
.mobile-nav .item-logo {
    display: none;
}