#preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloader .spinner-border {
        width: 4rem;
        height: 4rem;
        border: var(--bs-spinner-border-width) solid var(--bs-primary);
        border-right-color: transparent;
    }

.preloader-done {
    opacity: 0 !important;
    visibility: hidden;
}

/* NAVBAR */
.navbar {
    position: absolute;
    padding-top: 24px;
    padding-bottom: 24px;
    transition: transform 0.3s ease;
    z-index: 1000;
}

    .navbar.sticky {
        position: sticky;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #c2c2b8;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
    }

        .navbar.sticky.show {
            transform: translateY(0);
        }

    .navbar .navbar-brand img {
        height: 70px;
    }

    .navbar .nav-link,
    .navbar .nav-link.active,
    .navbar .nav-link.show,
    .navbar .dropdown-item {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .navbar .dropdown-menu {
        background-color: rgb(255 255 255 / 50%);
        width: fit-content;
        border: 0;
        border-radius: 0;
    }

    .navbar .dropdown-item {
        background-color: transparent;
        padding: 10px 15px;
    }

        .navbar .dropdown-item:hover {
            color: var(--bs-primary);
            background-color: #fff;
        }

.nav-store .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.lang img {
    filter: brightness(0) invert(1);
}

.navbar-toggler {
    color: #fff;
}

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

        .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 NAVBAR */

/* BANNER */
.swiper-banner {
    height: 100vh;
}

    .swiper-banner .btn {
        background-color: rgb(var(--bs-primary-rgb), .5);
        border: 0;
    }

        .swiper-banner .btn:hover,
        .swiper-banner .btn:focus,
        .swiper-banner .btn:active {
            background-color: rgb(255 255 255 / 75%) !important;
            color: var(--bs-primary) !important;
        }
/* END BANNER */

/* HEADER */
.header-banner .content {
    margin-top: 200px;
}
/* END HEADER */

/* CONTENT */
.icon-drops {
    height: 34px;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-img {
    background-size: cover;
    background-position: center center;
}

.ratio img {
    object-fit: cover;
}

.bg-bottom {
    background-position: bottom center;
}

.filter-white {
    filter: brightness(0) invert(1);
}
/* END CONTENT */

/* RECEITAS */
.recipe .bg-overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recipe .recipe-content {
    position: relative;
    padding-bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    display: inline-flex;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.recipe .icon-drops {
    filter: brightness(0) invert(1);
}

.recipe .btn {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
}

    .recipe .btn:hover {
        background-color: rgb(255 255 255 / 75%);
        color: var(--bs-primary);
    }

.btn-send-recipe {
    background-color: rgb(var(--bs-primary-rgb), .5);
    border-width: 1px;
    border-color: transparent;
}

    .btn-send-recipe:hover {
        background-color: transparent;
        border-color: #d6d6d6;
        color: #000;
    }

.list-other-recipes .recipe .recipe-content {
    width: 100%;
    left: 0;
    transform: none;
    align-items: end;
}
/* END RECEITAS */

/* BLOG */
.icon-zangaria-news {
    transform: rotate(180deg) translateX(50%);
    left: 50%;
    z-index: 0;
}

.card-news .date {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    position: absolute;
    top: 0;
    right: 30px;
    left: auto;
    width: 130px;
    height: auto;
    z-index: 1;
}

    .card-news .date .day {
        font-size: 38px;
        line-height: 1;
    }

    .card-news .date .month {
        font-size: 16px;
        line-height: 1;
    }

.card-news .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.card-news .resume {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.card-news .btn {
    width: fit-content;
}

.news .ratio img {
    object-fit: cover;
}

.news .bg-overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .news-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: flex-end;
    margin-left: auto;
}

.news .icon-drops {
    filter: brightness(0) invert(1);
}

.news .btn {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
}

    .news .btn:hover {
        background-color: rgb(255 255 255 / 75%);
        color: var(--bs-primary);
    }
/* END BLOG */

/*PAGINAÇÃO*/
.disabled {
    display: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link:focus {
    box-shadow: none;
}

.page-item .page-link {
    color: #373418;
}

.active > .page-link, .page-link.active {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: #FFF;
}


/*END PAGINAÇÃO*/
/* CARD OVERLAY */
.card-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 75%), transparent);
    z-index: 0;
    transition: all ease-in-out .5s;
}

.card-overlay:hover:after {
    content: "";
    opacity: 1;
    transition: all ease-in-out .5s;
}

.card-overlay .ratio img {
    transition: all ease-in-out .3s;
}

.card-overlay:hover .ratio img {
    transform: scale(1.1);
}

.card-overlay .icon-drops {
    width: 30px;
    height: auto;
}

.card-overlay .title {
    font-size: 20px;
}
/* END CARD OVERLAY */

/* BUTTON TAB */
.button-tab {
    color: #A2A2A2;
    transition: all .3s;
}

    .button-tab.active,
    .button-tab:hover,
    .button-tab:focus {
        color: #A2A2A2;
        box-shadow: inset 0px -5px 0 var(--bs-secondary);
    }
/* END BUTTON TAB */

/* SWIPER PARTNERS */
.swiper-partners .swiper-slide {
    text-align: center;
}

.swiper-partners img {
    max-height: 150px;
}

.swiper-pagination-bullet-active {
    background: var(--bs-secondary);
}
/* END SWIPER PARTNERS */

/* CONTACTOS */
.form-control {
    font-size: 16px;
    /*border-bottom: 1px solid var(--bs-border-color) !important;*/
}

.form-text {
    font-size: 13px;
}

.form-check.form-text {
    padding-left: 30px;
}

.form-check .form-check-input {
    height: 22px;
    width: 22px;
    margin-left: -30px;
}

.modal-contacts .content {
    position: relative;
    z-index: 1;
}

    .modal-contacts .content .email {
        color: var(--bs-secondary);
    }

.modal-contacts .img-left {
    margin-top: -110px;
    position: relative;
    z-index: 0;
}
/* END CONTACTOS */

/*SLIDER GALLERY*/
.swiper-gallery .swiper-slide {
    height: auto;
    object-fit: cover;
    object-position: center center;
}
/*.swiper-gallery .swiper-pagination{
    position: absolute;
    bottom: 0;
    right:0;
}*/
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
    color: #FFF !important;
}
/* END SLIDER GALLERY*/
/* FOOTER */
footer {
    font-size: 16px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 70px;
    background-image: url(img/pedra-zangaria.png);
    background-size: cover;
    background-position: center 65%;
}

    footer .logo-footer {
        height: 100px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover,
        footer a:focus,
        footer a:active {
            color: #fff;
            text-decoration: underline;
        }

.social-media img {
    filter: brightness(0) invert(1);
}

.nav-footer span:last-child {
    display: none;
}

/* END FOOTER */
@media (min-width: 1500px) {
    .container-max {
        max-width: 1580px;
    }
}

@media (max-width: 1400px) {
    .news .news-content {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .card-overlay .icon-drops {
        width: 43px;
        height: auto;
    }

    .card-overlay .title {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-store {
        position: absolute;
        top: -23px;
        right: 5px;
    }

        .nav-store img {
            height: 20px;
            width: 20px;
        }
}

@media (max-width: 992px) {
    .container-mobile {
        max-width: 960px;
        margin: auto;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .nav-store {
        position: relative;
    }

    .news .ratio {
        --bs-aspect-ratio: 56.25% !important;
    }

    .newsletter.bg-img,
    .page-newsletter .bg-img {
        background-image: none !important;
    }
}

@media (min-width: 992px) {
    .header-banner {
        height: 800px;
    }

    .w-lg-75 {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .container-mobile {
        max-width: 720px;
        margin: auto;
    }

    .recipe .recipe-content {
        width: 100%;
    }

    .news .news-content {
        padding-bottom: 30px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .card-overlay .title {
        font-size: 36px;
    }

    .card-overlay .icon-drops {
        width: 43px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .container-mobile {
        max-width: 540px;
        margin: auto;
    }
}

@media (max-width: 575px) {
    .container-mobile {
    }
}
