/*GERAIS*/
@media (min-width:1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #666666;
}

a:hover {
    color: #252525;
}

.bg-black {
    background: #000000;
}

.bg-bege {
    background: rgb(238 233 223 / 89%);
}

.top.bg-black {
    background: rgba(0,0,0,.9);
}

.object-fit {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

.owl-prev,
.owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    top: 50%;
}

    .owl-prev i,
    .owl-next i {
        font-size: 35px;
        color: rgb(255 255 255 / 50%);
    }

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

.owl-eventos:hover .owl-prev i,
.owl-eventos:hover .owl-next i {
    color: #fff;
}
/*TOP*/
.top {
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
}

.main-slider-over {
    position: relative;
    width: 100%;
    height: 92px;
}

.logoResponsive {
    height: 50px;
    position: relative;
    /* float: left; */
}

    .logoResponsive a {
        display: block;
    }

    .logoResponsive img {
        height: 50px !important;
        width: auto;
        max-width: none;
    }

.navbar-expand-lg .navbar-toggler {
    display: block !important;
}

.w-40 {
    width: 40%;
    margin: 0;
    display: inline-block;
}

.w-20 {
    width: 18%;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.navbar-brand img {
    max-height: 50px;
    margin: .5rem;
    min-height: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: 120px;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-item .nav-link span {
    padding: .5rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link span,
.navbar-light .navbar-nav .nav-item.active .nav-link span {
    border-bottom: 2px solid #ffffff;
}

.navbar-dark .navbar-toggler {
    float: right;
}
/*BANNER*/
.main_slider, .main_slider_area {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}

    .main_slider .owl-carousel .owl-stage, .main_slider_area .owl-carousel .owl-stage {
        height: 100%;
    }

.main_slide {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .main_slide img {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        object-position: bottom;
    }

.main_slider_area .owl-dots {
    position: absolute;
    top: 25px;
    right: 25px;
}

    .main_slider_area .owl-dots .owl-dot.active span, .main_slider_area .owl-dots .owl-dot:hover span {
        background: #E3152D;
    }

    .main_slider_area .owl-dots .owl-dot span {
        border: 0;
        border-radius: 0;
        background: #9D9D9C;
    }


.barra-lateral span {
    color: #fff;
    font-size: 10px;
    border-right: 1px solid;
    padding-right: 4px;
}

    .barra-lateral span:last-child {
        border-right: 0;
    }

.barra-lateral {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 99;
    border-radius: 1px;
    width: 68px;
}

    .barra-lateral .idioma {
        background-color: rgb(55 55 55 / 70%);
        padding: 12px 4px;
        display: inline-block;
        width: 68px;
        text-align: center;
        position: relative;
        margin: 0;
        float: left;
    }

        .barra-lateral .idioma a {
            color: #ffffff;
            font-size: 12px;
            line-height: 12px;
            text-transform: uppercase;
            text-decoration: none;
            border-right: 1px solid #ffffff;
            position: relative;
            padding: 0 6px;
            display: inline-block;
            float: left;
        }

            .barra-lateral .idioma a:last-child {
                border-right: 0px solid #ffffff;
            }

.item-barra-lateral {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    padding: 0;
    background: rgb(22 22 22 / 0.7);
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
}

    .item-barra-lateral:hover {
        background: rgb(0 0 0 / 100%);
    }

    .item-barra-lateral a {
        color: #ffffff;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        padding: 10px 20px 10px;
        display: block;
    }

.items-barra-lateral .item-barra-lateral:last-child a {
    padding-bottom: 20px;
}

.items-barra-lateral .item-barra-lateral:first-child a {
    padding-top: 20px;
}

.item-barra-lateral i {
    color: #fff;
}

.title-cotent, .title-produto {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2rem 0 3rem;
    color: #111111;
}

.title-form {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0rem 0 1rem;
}

.title-produto {
    font-weight: 500;
}

.title-atividade {
    width: 100%;
    display: block;
    padding: 1rem;
    background: rgba(0,0,0,.25);
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.title-evento {
    width: 100%;
    display: block;
    padding: 0rem;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
}

.local {
    position: relative;
    text-transform: uppercase;
    margin: .8rem 0;
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    color: #333333;
}

.evento {
    font-size: 1rem;
}

.map {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    min-height: 420px;
    overflow: hidden;
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.2);
}

    .map iframe {
        position: absolute;
        width: 125%;
        height: calc(100% + 60px);
        top: -60px;
        left: 0;
        pointer-events: none;
    }

.container-form {
    z-index: 55;
    position: relative;
    /* height: calc(100vh - 92px); */
    margin-top: 3rem;
    margin-bottom: 3rem;
    min-height: 82vh;
}

.btn-reservar {
    border: 1px solid #000000 !important;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

    .btn-reservar:hover {
        background: #000000;
        color: #ffffff;
    }

.btn-send {
    background: #222222;
    border: #111111;
}

    .btn-send:hover {
        background: #000000;
        border: #000000;
    }

footer {
    z-index: 100;
}

    footer * {
        color: #ffffff;
    }

    footer a:hover {
        color: #CCCCCC;
    }

    footer .umb-grid {
        justify-content: center;
        align-items: center;
        display: flex;
    }

ul.menu-footer {
    margin: .5rem 0;
    padding: 0;
    list-style: none;
    /* display: flex; */
    /* justify-content: flex-start; */
    overflow: hidden;
    width: auto;
    /* float: right; */
    display: inline-block;
}

    ul.menu-footer li {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        float: left;
    }

        ul.menu-footer li a {
            padding: 4px;
            font-weight: 400;
        }

        ul.menu-footer li a {
            font-size: 12px;
            text-decoration: none;
            line-height: 12px;
            display: block;
        }

.embed-responsive-9by16::before {
    padding-top: 125.0%;
}

.evento {
    background: rgb(255 255 255 / 65%);
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #000000;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        bottom: 60px;
    }

    .scroll-top:hover .arrow-top {
        -webkit-transform: translate(-50%, -80px);
        -ms-transform: translate(-50%, -80px);
        transform: translate(-50%, -80px);
    }

    .scroll-top .arrow-top {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .scroll-top:hover .arrow-bottom {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .scroll-top .arrow-bottom {
        -webkit-transform: translate(-50%, 80px);
        -ms-transform: translate(-50%, 80px);
        transform: translate(-50%, 80px);
    }

    .scroll-top i {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #ffffff;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.bg-wgt-cookies {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bg-wgt-cookies.cookies-hide {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

.wgt-cookies {
    position: relative;
    width: 94%;
    max-width: 520px;
    margin: 0;
    padding: 20px 30px;
    z-index: 9999;
    background: rgb(255 255 255 / 90%);
    color: #333333;
    text-align: center;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    border: 1px solid #D4D4D4;
}

    .wgt-cookies.cookies_msg_show {
    }

    .wgt-cookies .content {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
    }

.msg_cookies, .opt_cookies {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /* top: 0; */
    /* left: 0; */
    text-align: justify;
}

.opt_cookies {
    text-align: center;
}

.msg_cookies {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
}

.opt_cookies a {
    text-decoration: none;
    color: #F4F4F4;
}

    .opt_cookies a:first-child {
        position: relative;
        margin: 0;
        padding: 0px;
        font-size: 12px;
        color: #ffffff;
        /*! display: block; */
        background: white;
        color: #000;
        padding: 17px;
        border-radius: 5px;
        margin-right: 10px;
    }

    .opt_cookies a:last-child {
        position: relative;
        margin: 0;
        padding: 1em;
        width: auto;
        color: #1c1c1c;
        border: 1px solid #F1F1F1;
        background: #ffffff;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 5px;
        display: inline-block;
    }

        .opt_cookies a:last-child:hover {
            border-color: #696969;
            color: #000000;
        }
