.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h4,
h4 {
    font-size: 1.5rem
}

.mt-5 {
    margin-top: 3rem !important;
    padding-top: 0 !important
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    scroll-behavior: smooth
}

p {
    margin: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul {
    list-style: none
}

.img-100 {
    width: 100%
}

@font-face {
    font-family: "Effra Light";
    src: url("/font/Effra/Effra-Light.ttf") format("truetype")
}

@font-face {
    font-family: "Effra Bold";
    src: url("/font/Effra/effra-bold.ttf") format("truetype")
}

@font-face {
    font-family: "Effra";
    src: url("/font/Effra/Effra-Regular.ttf") format("truetype")
}

.btn-outline {
    background: transparent;
    border: 2px solid
}

.btn-rounded {
    border-radius: 30px
}

.btn-outline-white {
    border-color: #fff
}

.btn-upper {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 8px 35px
}

.btn-bigger {
    font-size: 1.5rem;
    letter-spacing: .5rem
}

.btn-black {
    background-color: #000;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #000 !important
}

.link-btn {
    color: #fff
}

footer {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    position: relative;
    z-index: 1;
    margin-top: -5px
}

footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -2
}

footer .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center
}

footer .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    /* height: 100% */
}

footer .box a {
    width: 50%;
    /* height: 100%; */
    /* max-height: 60px; */
    display: flex;
    justify-content: center;
    align-items: flex-end
}

footer .box .lovino-logo img {
    margin-bottom: auto
}

footer .box .logo {
    width: 100%;
    align-items: flex-start
}

.title-nav-footer {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}

.list-items {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.list-items li {
    width: 100%;
    color: #d4d4d4 !important;
    font-size: 14px !important
}

.list-items a {
    margin: 0 10px;
    margin: 0;
    color: #d4d4d4 !important;
    font-size: 14px !important
}

.list-items a:hover {
    color: #fff !important
}

/*.list-icons li {
    width: 25%;
    margin-bottom: 12px
}*/

.list-icons li {
    width: 14%;
    margin-bottom: 0;
    padding: .3em;
}

.list-icons a {
    margin: 0 20px;
    margin: 0;
    font-size: 23px !important
}

.be-footer-copyright {
    background: transparent !important
}

.be-footer .be-btn {
    border-color: #88623e !important;
    color: #fff !important
}

.be-footer .be-btn:hover {
    border-color: #88623e !important;
    background: #88623e !important;
    color: #fff !important
}

@media(max-width: 700px) {
    footer {
        padding: 50px 0 !important
    }
    footer img {
        max-width: 100px !important;
        width: 100% !important;
        max-width: 300px !important;
        object-fit: cover
    }
    footer .box {
        margin-top: 20px
    }
    footer .box a {
        max-height: 160px
    }
    footer .box .logo {
        max-height: 60px
    }
    footer .box .logo img {
        width: 100%
    }
    footer .box img {
        width: 80%
    }
    footer .box .lovino-logo img {
        margin-bottom: -17px
    }
    .be-footer-logo a {
        width: 120px !important
    }
    .title-nav-footer {
        margin-bottom: 10px
    }
    .list-items {
        margin-bottom: 25px
    }
    .list-items li {
        margin-bottom: 5px
    }
    .list-items a {
        font-size: 12px !important
    }
    .list-icons {
        margin-top: 15px;
        justify-content: space-between
    }
    .list-icons li {
        margin-bottom: 0;
        width: inherit;
        width: 12%
    }
    .list-icons a {
        margin-right: 20px;
        font-size: 22px !important
    }
}

.section {
    /* padding: 30px 0; */
    overflow: hidden
}

.title-section {
    text-align: center;
    /* font-family: "Effra", arial, sans-serif !important; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-style: normal;
    color: #000;
    position: relative;
    padding: 0 !important
}

.title-section::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #88623e
}

#conteudo-festval {
    background: transparent !important
}

.exclusive-offers {
    /* background: url(https://superfestval.com.br/img/ofertas-bg.webp) no-repeat center center; */
    background-color: #000;
    background-size: cover;
}

.exclusive-offers .row {
    min-height: 131px;
    align-items: center
}

.exclusive-offers .title {
    font-size: 2.5rem;
    margin: 25px 0
}

.exclusive-offers::before,
.exclusive-offers::after {
    top: 50% !important;
    width: 25% !important
}

.section-line {
    position: relative
}

.section-line::before,
.section-line::after {
    content: "";
    position: absolute;
    top: 65%;
    width: 39%;
    height: 1px;
    background-color: #fff4d2;
    transform: translateY(-50%)
}

.section-line::before {
    left: 0
}

.section-line::after {
    right: 0
}

.promo-bg {
    background: url(https://superfestval.com.br/img/bg-promotions.webp) no-repeat center center;
    background-size: cover
}

.promo-bg .row {
    min-height: 131px
}

.promo-bg .btn {
    font-weight: 400
}

.promo-bg .btn::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 40px;
    background: #fff
}

.duo-title {
    /* color: #fff; */
    color: #fff4d2;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 4px;
    font-weight: 200 !important;
    /* font-family: "Effra Light", serif !important; */
    text-transform: uppercase;
    margin-bottom: 0
}

.duo-title span {
    font-weight: 700 !important;
    font-family: "Effra Bold", serif !important
}

.col-stripes {
    position: relative
}

.col-stripes::after {
    content: "";
    position: absolute;
    bottom: -13%;
    left: 0;
    width: 2px;
    height: 95%;
    background-color: #fff
}

.col-stripes::before {
    content: "";
    position: absolute;
    top: -13%;
    right: 0;
    width: 2px;
    height: 95%;
    background-color: #fff
}

.content-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.icon-plus i {
    font-size: 2rem
}

.be-news-item p {
    color: #1c1c1c !important
}

@media(max-width: 700px) {
    .col-stripes {
        position: relative
    }
    .col-stripes::after {
        left: 15px;
        bottom: 0
    }
    .col-stripes::before {
        right: 15px;
        top: 0
    }
    .duo-title {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 4px;
        text-align: center
    }
    .icon-plus i {
        font-size: 1.6rem
    }
    .section-line::before,
    .section-line::after {
        top: 65%;
        width: 20%
    }
    .exclusive-offers .title {
        font-size: 1.8rem;
        margin: 12px 0;
        line-height: 2.3rem
    }
    .exclusive-offers::before,
    .exclusive-offers::after {
        width: 7% !important
    }
    .more-offer,
    .promo-bg {
        padding-top: 20px;
        padding-bottom: 40px
    }
}

.work-with-us {
    background: url(https://superfestval.com.br/img/work-with-us/bg.webp) no-repeat;
    background-size: cover;
    background-position: center center
}

.work-with-us .row {
    min-height: 131px
}

.work-with-us .title {
    margin-right: 20px
}

.work-with-us .img-certificate {
    max-width: 131px
}

.work-with-us .content-link {
    flex-direction: row
}

@media(max-width: 700px) {
    .work-with-us .title {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
    .work-with-us .content-link {
        flex-direction: column
    }
}

.pages-link {
    background: url(https://superfestval.com.br/img/pages-link/bg.webp) center center no-repeat;
    background-size: cover;
    border-bottom: 10px solid #6c4424
}

.pages-link .img-icon {
    max-width: 100px;
}

/* .pages-link .img-icon.adega {
    max-width: 50px
}

.pages-link .img-icon.festval {
    max-width: 80px
} */

.pages-link .col-md-4 {
    padding: 50px 0
}

@media(max-width: 700px) {
    .pages-link .col-md-4 {
        padding: 30px 0
    }
}

.about {
    background: url(https://superfestval.com.br/img/about/bg.webp) no-repeat;
    background-position-x: 90%;
    background-size: cover;
    color: #fff;
    position: relative
}

.about .text {
    font-size: 16px;
    /* line-height: 30px; */
    padding-left: 130px
}

.about .col-float {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.about .link-text {
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    letter-spacing: 6px
}

.about .col-stripes::after {
    height: 70%
}

.about .col-stripes::before {
    height: 70%;
    top: -28%
}

@media(max-width: 700px) {
    .about {
        padding: 0 !important;
        background-position-x: 80%
    }
    .about .text {
        padding: 30px 15px
    }
    .about .frist-column {
        min-height: 250px;
        background: url(https://superfestval.com.br/img/about/bg-column.webp) no-repeat center center;
        background-size: cover
    }
    .about .col-float {
        position: inherit;
        width: 100%;
        height: 100%;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0
    }
    .about .col-float .content-link {
        flex-direction: row-reverse
    }
    .about .col-float .link-text {
        margin-right: 15px
    }
}

@media(max-width: 1400px) {
    .about .text {
        padding-left: 70px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.offer .more-offer {
    background: url(https://superfestval.com.br/img/mais-ofertas-bg.webp) no-repeat center center;
    background-size: cover;
    min-height: 141px
}

.offer .more-offer .title {
    margin-bottom: 20px !important
}

.magazine img {
    transition: all .3s ease-in-out !important
}

.magazine:hover {
    transform: scale(1) !important
}

.magazine:hover img {
    transform: scale(1.1) !important;
    -webkit-box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, .24);
    box-shadow: 5px 0px 15px 5px rgba(0, 0, 0, .24)
}

@media(max-width: 700px) {
    .offer {
        padding-bottom: 0 !important
    }
    .offer .more-offer .title {
        margin-bottom: 15px
    }
}

.be-news .banner-img-news img {
    height: 100% !important;
    object-fit: cover;
}

.be-news .title-gallery {
    text-align: left !important;
    margin-top: 20px;
    margin-bottom: 15px
}

.be-news .title-gallery::before {
    left: 0;
    transform: translateX(0)
}

.be-news .news-box h5 {
    font-size: 1.3rem
}

.box-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 30px 0
}

.box-gallery a {
    color: #fff
}

.box-gallery .box-gallery-img {
    margin: 8px;
    flex: 28%;
    position: relative;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 200px
}

.box-gallery .box-gallery-img .content {
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.box-gallery .box-gallery-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.box-gallery .box-gallery-img .title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: .3s ease-in-out
}

.box-gallery .box-gallery-img .link {
    margin-top: 5px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: .3s ease-in-out
}

.box-gallery .box-gallery-img .link:hover {
    color: #88623e;
    text-decoration: none
}

.box-gallery .box-gallery-img .layer {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    opacity: 0;
    transition: .3s ease-in-out
}

.box-gallery .box-gallery-img:hover .title {
    opacity: 1
}

.box-gallery .box-gallery-img:hover .link {
    opacity: 1
}

.box-gallery .box-gallery-img:hover .layer {
    opacity: 1
}

@media(max-width: 950px) {
    .be-news .box-gallery .box-gallery-img {
        flex: 33%
    }
}

@media(max-width: 700px) {
    .be-news .box-gallery .box-gallery-img {
        flex: 50%
    }
}

.loja-main {
    overflow-x: hidden;
    background-color: #fff
}

.loja-main .box-destaques {
    display: flex;
    align-items: center;
    /* margin-top: 40px; */
    gap: 20px;
    color: #88623e;
}

.loja-main .box-destaques img {
    width: 43px;
}

.loja-main .mt-5 {
    margin-top: 3rem !important;
    padding-top: 0 !important
}

.loja-main .mt-1 {
    padding-top: 0 !important
}

.loja-main .mb-5 {
    padding-bottom: 0 !important
}

.loja-main .mt-4 {
    padding-top: 0 !important
}

.loja-main .title {
    color: #88623e;
    font-size: 1.5rem;
    font-weight: 600
}

.loja-main .icon-destaque {
    font-size: 30px;
    color: #88623e
}

.loja-main .map {
    padding: 30p 0 !important
}

.loja-main .map .map-iframe {
    width: 100% !important;
    height: 400px !important
}

.lojas-section {
    padding: 30px 0;
    background: #fff
}

.lojas-section a {
    color: #b38341;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.lojas-section a:hover {
    color: #000
}

.lojas-section .img-loja {
    width: 540px
}

.lojas-section img {
    border-radius: 5px
}

.lojas-section .content-border {
    position: relative
}

.lojas-section .content-border::after {
    content: "";
    position: absolute;
    top: 20%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #b38341;
    border-left: 1px solid #b38341;
    border-right: 1px solid #b38341;
    border-bottom: 0px solid #b38341;
    width: 95%;
    height: 60%;
    height: 53%;
    opacity: .8
}

.lojas-section .box-gallery .title {
    color: #fff
}

.col-flex-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 15px
}

.title-page {
    font-weight: 700;
    font-size: 3rem;
    font-style: italic;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #88623e;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

.img-loja {
    border-radius: 5px
}

hr {
    background-color: #b38341;
    width: 100px;
    margin-top: 0rem !important;
    opacity: 1;
    height: 1px;
    margin: 5px 0;
    border-radius: 5px
}

.box-phone {
    border: 1px solid #b38341;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 5px
}

.box-phone p {
    margin: 0
}

.video-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.video-container iframe {
    width: 560px;
    width: 70%;
    height: 215px;
    border-radius: 5px;
    display: block
}

.header-lojas {
    background: url(https://superfestval.com.br/img/pages-link/bg.webp) center center no-repeat;
    background: url(https://superfestval.com.br/img/bg-promotions.webp) no-repeat center center;
    background-size: cover
}

.swiper-button-next,
.swiper-button-prev {
    color: #88623e !important
}

.swiper-pagination-bullet-active {
    background: #88623e !important
}

@media(max-width: 780px) {
    .title-page {
        font-size: 2rem;
        line-height: 2.1rem
    }
    .loja-main .title {
        font-size: 1rem
    }
    .lojas-section .content-border::after {
        display: none
    }
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden
}

.gallery .img-gallery {
    padding: 7px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    width: 100% !important;
    min-width: 250px
}

.gallery .img-gallery span {
    display: flex;
    width: 100%;
    overflow: hidden
}

.gallery .img-gallery img {
    width: 100%;
    vertical-align: middle;
    transition: all .3s ease;
    border-radius: 20px;
    height: 300px;
    object-fit: cover
}

.gallery .image:hover img {
    transform: scale(1.1);
    border-radius: 20px
}

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: transparent;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s ease
}

.preview-box .details {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between
}

.preview-box .details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.details .title p {
    margin: 0 5px
}

.details .title p.current-img {
    font-weight: 500
}

.details .icon {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    margin-right: -70px
}

.preview-box .image-box {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative
}

.image-box .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 100%;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center
}

.image-box .slide:hover {
    background: rgba(0, 0, 0, .3)
}

.slide.prev {
    left: -60px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
}

.slide.next {
    right: -60px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px
}

.image-box img {
    height: 450px;
    width: 100%;
    border-radius: 20px;
    object-fit: contain
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, .8)
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper .swiper-slide img {
    width: 240px;
    height: 260px;
    object-fit: cover;
    /* height: auto !important */
}

@media(max-width: 1000px) {
    .details .icon {
        margin: 0
    }
}

@media(max-width: 600px) {
    .gallery .img-gallery {
        width: 100%;
        padding: 4px
    }
    .image-box img {
        width: 90%;
        height: 250px
    }
    .image-box .slide {
        background: transparent;
        height: 60px;
        top: 110%
    }
    .slide.prev {
        left: 30%
    }
    .slide.next {
        right: 30%
    }
}

.btn-brown {
    color: #fff !important
}

/*# sourceMappingURL=app.css.map */
