/*GERAIS*/
.section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

img, .ratio img {
    object-fit: cover;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    z-index: 99;
    cursor: grab;
}

.main_slider_home .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.main_slider_home .owl-dot span {
    width: 10px;
    height: 10px;
}

.accessibilityElement {
    position: absolute;
    left: -5000px;
}

:focus:focus-visible {
    outline: 0;
}

/* TOP BAR */
.top-bar {
    background: #c2d54e;
    height: 55px;
    color: #1e1e1e;
    font-size: 14px;
}
/* END TOP BAR */

/* HEADER MENU */
.navbar {
    font-family: 'Caveat Brush', cursive;
    top: 30px;
    transition: all .1s;
}

    .navbar.affix {
        top: 0;
        transition: all .1s;
    }

    .navbar .nav-shadow,
    .navbar .navbar-brand.logo {
        box-shadow: 0px 0px 0px -13px rgba(0,0,0,0.1), 0px 8px 5px -4px rgba(0,0,0,0.1);
    }

    .navbar.affix .nav-shadow {
        box-shadow: 0 2px 18px 2px rgb(0 0 0 / 12%);
    }

    .navbar .navbar-brand.logo {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 30px;
    }

    .navbar.affix .navbar-brand.logo {
        position: relative;
        padding: 7px 0;
        box-shadow: none;
    }

    .navbar .navbar-brand.logo img {
        height: 145px;
        transition: width 1s;
    }

    .navbar.affix .navbar-brand.logo img {
        height: 64px;
        width: 78px;
        object-position: top;
    }

    .navbar .nav-item {
        margin-right: 15px;
    }

        .navbar .nav-item:last-child {
            margin-right: 0;
        }

    .navbar .navbar-nav .nav-link {
        color: #373736;
        font-size: 26px;
        font-weight: 400;
        display: flex;
        align-items: center;
        height: 75px;
        transition: all .3s;
    }


.nav-link:focus-visible {
    box-shadow: 0 0 0 0.25rem rgb(170 198 5 / 25%);
}


.navbar.affix .navbar-nav .nav-link {
    height: 70px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
    color: #b4c417;
}

.navbar-nav .search .nav-link i {
    font-size: 22px;
    transform: scaleX(-1);
    margin: 0;
    -webkit-text-stroke-width: 1px;
}

.navbar-nav .search .nav-link:hover i {
    transform: scaleX(-1);
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #c2d54e;
    background: transparent;
}

#header .navbar-nav .dropdown-menu {
    border: 0;
}

.dropdown-item {
    font-size: 20px;
    color: #fff;
    padding: 7px 20px;
}

.dropdown-toggle::after {
    content: none;
}

.navbar-nav .nav-link i {
    font-size: 12px;
    margin: 7px 0 0 5px;
    transform: rotate(0deg);
    transition: all .2s;
}

.navbar-nav .nav-link:hover i {
    transform: rotate(180deg);
    transition: all .2s;
}

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    background-color: #373736;
}

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END HEADER MENU */

/* SEARCH */
.off-canvas-search {
    max-height: 115px !important;
    border-bottom: 0 !important;
    box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 22%);
}

    .off-canvas-search i {
        transform: scaleX(-1);
    }

    .off-canvas-search .form-control {
        color: #373736;
        font-size: 24px;
        font-weight: 600;
        border-radius: 0;
    }

        .off-canvas-search .form-control:focus {
            box-shadow: inset 0 -2px 0 0 #eff9ca;
        }

        .off-canvas-search .form-control::placeholder {
            color: #757575;
        }

    .off-canvas-search .btn-search {
        background-color: #f9f9f9;
        font-size: 26px;
        color: #2d2d2d;
        border-radius: 99px !important;    
        }
        .off-canvas-search .btn-search:hover {
            background-color: #f2f8dc;
        }

    .off-canvas-search .btn-close {
        opacity: .2;
    }

    .off-canvas-search .btn-close:hover {
        opacity: .8;
    }

.offcanvas-backdrop {
    background-color: #fff;
}

    .offcanvas-backdrop.show {
        opacity: .9;
    }
/* END SEARCH */

/* BANNER */
.main_slider_home .main_slide {
    min-height: 70vh;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider_in .main_slide {
    min-height: 50vh;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slide .bg-banner-overlay {
    /*background: linear-gradient(45deg, #2d3c2d, transparent);*/
    /*background: linear-gradient(45deg, #2d3c2d, rgb(0 0 0 / 90%));*/
    background: linear-gradient(45deg, #507103, rgb(0 0 0 / 90%));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_slide img {
    object-fit: cover;
    position: absolute;
    object-position: center center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*    border-radius: 25% 25% 50% 50% / 0% 0% 30% 30%;*/
}

.main_slide .content-banner {
    color: #1e1e1e;
    padding-top: 30px;
    padding-bottom: 30px
}

.main_slide .titulo-banner h2 {
    font-size: 50px;
    line-height: 1.7;
}

.main_slide .titulo-banner p {
    color: #555;
    font-size: 24px;
    line-height: 1.3;
}

    .main_slide .titulo-banner p:last-child {
        margin-bottom: 0;
    }

.main_slide .titulo-banner .btn {
    margin-top: 20px;
}

.main_slider_in .owl-dots {
    display: none;
}

.bg-breadcrumb {
    position: relative;
    z-index: 9;
    margin-bottom: 11px;
}

    .bg-breadcrumb .item-breadcrumb a {
        color: rgb(255 255 255 / 70%);
    }

        .bg-breadcrumb .item-breadcrumb a:hover {
            color: #fff;
        }

    .bg-breadcrumb .item-breadcrumb .separator {
        color: rgb(255 255 255 / 30%);
    }

    .bg-breadcrumb .item-breadcrumb:first-child {
        padding-left: 5px;
    }
/* END BANNER */

/* CONTEUDO */

.bg-light {
    background-color: #f9f9f9;
}

.title,
.subtitle {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 400;
    font-family: 'Caveat Brush', cursive;
    position: relative;
}

    .subtitle:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: rgb(170 198 5 / 25%);
        right: 0;
        top: 50%;
        position: absolute;
        z-index: -1;
    }


.subtitle {
    font-size: 32px;
}

.title img {
    width: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    z-index: -2;
}

.title .effect {
    margin-left: 27%;
    width: 75%;
}

.rounded-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
}

    .rounded-shape.top {
        top: 0;
        transform: rotate(180deg);
    }

    .rounded-shape.bottom {
        bottom: 0;
    }


    .rounded-shape svg {
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 65px;
    }

    .rounded-shape .shape-fill {
        fill: #fff;
    }



@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

.item-submenu {
    background: #f2f8dc;
    display: flex;
    text-align: center;
    padding: 30px;
    height: 100%;
    width: 100%;
    transition: all .3s;
    align-items: center;
}

    .item-submenu:hover {
        background: #c2d54e;
    }

    .item-submenu img {
        height: 90px;
        width: 120px;
        margin-right: 25px;
        filter: brightness(0) invert(0.5);
        opacity: .5;
    }

    .item-submenu:hover img {
        filter: brightness(0) invert(1);
    }

    .item-submenu .titulo-item-submenu {
        color: #373736;
        font-size: 30px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: 'Caveat Brush';
    }
/* END CONTEUDO */

/* CALENDAR */
.box-calendar {
    border-radius: 15px;
    padding: 30px;
}
.month {
    font-size: 30px;    
    font-family: 'Caveat Brush', cursive;
    font-weight: 400 !important;
}
.day {
    align-items: center;
    background: #f5f5f5;
    color: #aac605;
    border-radius: 8px;
    display: inline-flex;
    padding: 6px 10px 8px 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Caveat Brush', cursive;
    letter-spacing: 1px;
    justify-content: center;
    margin: 0px 5px;
}
.day-and {
    font-size: 22px;    
    font-family: 'Caveat Brush', cursive;
    font-weight: 400 !important;    
    color: #717171;
}
.get-directions {
    position: absolute;
    right: 3%;
    bottom: 2%;
    width: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

    .get-directions:hover {
        padding: 10px 22px;
    }

    .get-directions i {
        font-size: 26px;
        color: #aac605;
    }

    .get-directions .text {
        color: #373736;
        font-size: 0;
        font-weight: 700;
        transition: all .3s;
    }

    .get-directions:hover .text {
        font-size: 13px;
        margin-left: 5px;
    }
/* END CALENDAR */

/* PRODUTOS */
.product {
    background-color: #f2f8dc;
}

    .product .ratio img {
        object-fit: contain;
        transition: all .3s;
    }

    .product:hover .ratio img {
        transform: scale(1.5) translateY(-20px);
    }

    .product .title {
        font-size: 24px;
    }
/* END PRODUTOS */

/* FORMS */
.form-label {
    font-weight: 600;
}

.form-check {
    margin-bottom: 10px;
}

    .form-check:last-child {
        margin-bottom: 0;
    }

#form-inscricao .form-check .form-check-input {
    width: 20px;
    height: 20px;
    background-color: #f1f1f1;
}

#form-inscricao .form-check .form-check-label {
    line-height: 1.9;
    padding-left: 5px;
}

#form-inscricao .title-form {
    font-size: 20px;
    font-weight: 700;
    color: #060606;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}

#form-inscricao .form-block {
    padding: 20px 20px 25px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
/* END FORMS */

/* CONTACTOS */
.btn-verde.btn-newsletter {
    color: #373736;
    background: #e8e8e8;
}
/* ------------------------------- TIRAR SE NÃO FOR APROVADO A VERSÃO DELES */
/*.newsletter .form-control {
    font-size: 14px;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
}

    .newsletter .form-control:hover {
        border-bottom: 1px solid #aac605;
    }

.form-control:focus,
.form-check-input:focus {
    border-color: #2d3c2d;
    box-shadow: 0 0 0 0.25rem rgb(45 60 45 / 25%);
}

.newsletter .btn {
    font-size: 14px;
    font-weight: 500;
    color: #373736;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
}

    .newsletter .btn:hover {
        background: #a5c105;
        border-radius: 7px;
        color: #fff;
    }

.newsletter .form-check-input {
    margin-top: 1px;
    border: 1px solid #dbdbdb;
}

.form-check-input:checked {
    background-color: #a2bc05 !important;
    border-color: #778b00 !important;
}

.newsletter .form-check-label {
    color: #555;
    font-size: 12px;
}*/
/* END CONTACTOS */

/* FOOTER */
footer {
    background: #f9f9f9;
    position: relative;
    z-index: 0;
}

    footer .conteudo-footer {
        padding: 80px 0 35px;
    }

        footer .conteudo-footer .nav-footer a,
        footer .conteudo-footer p a {
            color: #626262;
        }

            footer .conteudo-footer .nav-footer a:hover {
                padding-left: 5px;
                color: #044364;
            }

    footer .icon-text i {
        margin-right: 3px;
    }

    footer a.icon-text {
        color: #373736;
        width: fit-content;
        margin-bottom: 15px;
    }

        footer a.icon-text:hover {
            padding-left: 8px;
        }

            footer a.icon-text:hover i {
                color: #a9c405;
            }

    footer .copyright {
        background: #2d3c2d;
        color: #fff;
        font-size: 14px;
        line-height: 1;
    }

        footer .copyright .design-powered a {
            text-decoration: none;
        }

            footer .copyright .design-powered a:hover {
                text-decoration: underline;
            }
/*END FOOTER*/

/* COOKIES */
.bg-wgt-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fdfdfd;
    z-index: 9999;
    padding: 15px;
    color: #303030;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    box-shadow: 0 -4px 6px 0px rgb(0 0 0 / 20%);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    font-weight: 500;
}

.bg-wgt-cookies .popup_total {
    font-weight: 600;
    color: #b4c417;
    text-decoration: underline;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: none;
    }

.jq_cookies_close {
    background: #b4c417;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #b4c417;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 99px;
}

    .jq_cookies_close:hover {
        color: #b4c417;
        background: #fff;
        border: 2px solid #b4c417;
    }

.bg-wgt-cookies.cookies-hide {
    display: none;
}
/* END COOKIES */

@media (max-width: 1200px) {
    .navbar-brand.logo img {
        height: 80px;
    }

    .navbar-collapse {
        display: flex;
    }

    .main_slide .titulo-banner h2 {
        font-size: 50px;
    }

    .navbar .nav-item .dropdown-menu {
        text-align: center;
        margin-top: -10px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border: 0;
        min-width: 200px;
        background: #373736;
        box-shadow: 0 0 15px -10px rgb(0 0 0 / 60%);
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}

@media (max-width: 768px) {
    footer .logo img {
        max-width: 260px;
    }
}

@media (max-width: 576px) {
    .main_slider_home .main_slide {
        min-height: 30vh;
    }

    .main_slide .titulo-banner h2 {
        font-size: 38px;
    }

    .main_slide .titulo-banner h4 {
        font-size: 16px;
    }
}
