* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    display: block
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    color: #575756;
    font-size: 1.125rem;
    line-height: 185%;
    font-family: "Montserrat", "avertastd", "Gotham SSm", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
    margin-top: 230px
}

body::-webkit-scrollbar {
    width: .3125rem
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    background-color: #8d8067;
    border-radius: 1.5rem
}

button {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

a {
    text-decoration: none;
    color: inherit
}

b,
strong {
    font-weight: 700
}

section {
    padding: 3rem 0
}

@media(max-width: 1400px) {
    body {
        font-size: 1rem
    }
    section {
        padding: 1.5rem 0
    }
}

.container {
    padding-left: 32px;
    padding-right: 32px
}

@media(min-width: 768px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 504px
    }
}

@media(min-width: 992px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 754px
    }
}

@media(min-width: 1280px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 894px
    }
}

@media(min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1280px
    }
}

@font-face {
    font-family: "avertastd";
    src: url("../fonts/avertar/AVERTASTD-LIGHT.woff") format("woff");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: "avertastd";
    src: url("../fonts/avertar/AVERTASTD-REGULAR.woff") format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "avertastd";
    src: url("../fonts/avertar/AVERTASTD-SEMIBOLD.woff") format("woff");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "avertastd";
    src: url("../fonts/avertar/AVERTASTD-BOLD.woff") format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "avertastd";
    src: url("../fonts/avertar/AVERTASTD-BLACK.woff") format("woff");
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: "gumani";
    src: url("../fonts/gumani/GUMANI.woff") format("woff");
    font-display: swap
}

h1,
.h1 {
    font-size: calc(40px + 1.5vw);
    line-height: 1;
    font-family: "gumani", "avertastd";
    font-weight: 400
}

h2,
.h2 {
    font-family: "gumani", "avertastd";
    font-size: 2.125rem;
    line-height: 128%;
    font-weight: 400;
    text-wrap: balance
}

h3,
.h3 {
    font-family: "gumani", "avertastd";
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 400
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "avertastd";
    font-weight: 400
}

@media(max-width: 1400px) {
    h1,
    .h1 {
        font-size: calc(34px + 1.5vw)
    }
    h2,
    .h2 {
        font-size: 1.5rem
    }
}

@media(max-width: 1024px) {
    h1,
    .h1 {
        font-size: calc(25px + 1.5vw)
    }
}

@media(max-width: 768px) {
    h1,
    .h1 {
        font-size: 2.625rem
    }
    h2,
    .h2 {
        font-size: 2.0625rem;
        line-height: 2.6875rem
    }
    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }
}

@media(max-width: 576px) {
    h2,
    .h2 {
        font-size: 1.5rem;
        line-height: 1.2
    }
}

.btn-primary {
    font-size: 1rem;
    padding: 10px 24px;
    background-color: #8d8067;
    color: #fff;
    border-radius: 10px;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.btn-primary:hover {
    background-color: #c5ad80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.btn-primary.sm {
    font-size: .825rem;
    padding: 8px 16px;
    border-radius: 8px
}

.btn-primary.md {
    font-size: .825rem;
    padding: 8px 16px;
    border-radius: 4px
}

.btn-primary.rounded {
    border-radius: 24px
}

.btn-secondary {
    padding: 12px 2rem;
    background-color: #fff;
    color: #575756;
    border-radius: 6.25rem;
    text-transform: uppercase;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    font-size: 1rem;
    font-weight: 700;
    -webkit-box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, .3);
    color: #8d8067;
    border: 1px solid #8d8067;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.btn-secondary:hover {
    background-color: #ebebeb;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1400px) {
    .btn-primary {
        padding: 8px 16px;
        border-radius: .5rem;
        font-size: .75rem
    }
    .btn-primary.sm {
        border-radius: 4px
    }
    .btn-primary.md {
        border-radius: 4px
    }
    .btn-primary.rounded {
        border-radius: 10px
    }
    .btn-secondary {
        padding: .5rem 1.125rem
    }
}

@media(max-width: 576px) {
    .btn-primary {
        padding: .75rem 2rem;
        border-radius: .5rem;
        font-size: .875rem
    }
    .btn-secondary {
        padding: .75rem 2rem;
        border-radius: .5rem;
        font-size: .875rem;
        font-weight: 700
    }
}

header {
    overflow-y: auto;
    z-index: 101;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%
}

header .head {
    background-color: #8d8067;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

header .head .container .row .desk {
    font-size: 13px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem
}

header .head .container .row .desk hr {
    width: 2px;
    height: 1.25rem;
    background-color: #c5ad80;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

header .head .container .row .desk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    color: #fff;
    text-wrap: nowrap
}

header .head .container .row .mobile {
    display: none
}

header .nav {
    padding: 2rem 0;
    background-color: #fff
}

header .nav .container {
    max-width: 85.5rem
}

header .nav .container .row.desk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .nav .container .row.desk img {
    width: 100%;
    max-width: 10.625rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width: 1060px) {
    header .nav .container .row.desk ul {
        padding-left: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    header .nav .container .row.desk ul a {
        font-size: 1rem;
        font-weight: 600;
        color: #575756;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    header .nav .container .row.desk ul a:hover {
        color: #8d8067;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    header .nav .container .row.desk ul .btn a {
        background-color: #c5ad80;
        padding: .5rem 1rem;
        border-radius: .75rem;
        color: #fff;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    header .nav .container .row.desk ul .btn a:hover {
        background-color: #8d8067;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
}

header .nav .container .row.mobile {
    display: none
}

.bg_modal {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    opacity: 0;
    pointer-events: none
}

.menu_mobile {
    overflow-y: auto;
    background-color: #8d8067;
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 420px;
    height: 100%;
    padding: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.menu_mobile .top {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: .75rem;
    margin-bottom: .75rem
}

.menu_mobile .top__logo {
    width: 100%;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    padding: .5rem 0
}

.menu_mobile .top .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0
}

.menu_mobile .top .close-button button {
    background-color: #c5ad80;
    padding: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .25rem
}

.menu_mobile .top .close-button button img {
    width: .875rem;
    height: .875rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.menu_mobile .top .close-button:hover {
    background-color: #575756
}

.menu_mobile .content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    max-height: 95%;
    overflow: hidden
}

.menu_mobile .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu_mobile .content ul li a {
    color: #fff;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1
}

.menu_mobile .content ul li a::before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: rgba(87, 87, 86, .25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.menu_mobile .content ul li a:hover::before {
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.open-menu .bg_modal {
    opacity: .7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.open-menu .menu_mobile {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1440px) {
    header .head .desk {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .75rem;
        line-height: 1
    }
    header .head .desk svg {
        max-width: .875rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    header .nav {
        padding: 1.5rem 0
    }
    header .nav .container {
        max-width: 1140px
    }
    header .nav .container .row.desk img {
        max-width: 7.5rem
    }
    header .nav .container .row.desk ul {
        padding-left: 3rem
    }
    header .nav .container .row.desk ul a {
        font-size: 12px;
        font-weight: 600
    }
    header .nav .container .row.desk ul .btn a {
        padding: 7px 12px
    }
}

@media(max-width: 1060px) {
    header .head {
        height: 160px;
        overflow: hidden
    }
    header .head .container .row .desk {
        display: none
    }
    header .head .container .row .mobile {
        font-size: .75rem;
        line-height: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }
    header .head .container .row .mobile .btn-primary {
        font-size: 12px;
        background-color: #c5ad80;
        width: 220px;
        padding: .75rem 1.5rem
    }
    header .nav {
        padding: .75rem 0
    }
    header .nav .container {
        max-width: 1140px
    }
    header .nav .container .row.desk {
        display: none
    }
    header .nav .container .row.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header .nav .container .row.mobile .nav__logo {
        width: 7.5rem
    }
    header .nav .container .row.mobile .destaque {
        color: #8d8067;
        font-size: .875rem;
        margin-right: 1rem;
        line-height: 1
    }
    header .nav .container .row.mobile .close-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header .nav .container .row.mobile .close-button button {
        width: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .5rem
    }
    header .nav .container .row.mobile .close-button button span {
        background-color: #8d8067;
        width: 1.5rem;
        height: .125rem
    }
    header .nav .container .row.mobile .footer {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    header .nav .container .row.mobile .footer .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header .nav .container .row.mobile .footer .row .location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .25rem
    }
    header .nav .container .row.mobile .footer .row .location img {
        width: 1rem;
        height: 1rem;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
    header .nav .container .row.mobile .footer .row .location a {
        color: #8d8067;
        display: block;
        font-size: .75rem;
        text-decoration: underline
    }
    header .nav .container .row.mobile .footer .row .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: .5rem
    }
    header .nav .container .row.mobile .footer .row .right form {
        position: relative;
        border: 1px solid #666;
        width: 100%;
        max-width: 5.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: .5rem;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    header .nav .container .row.mobile .footer .row .right form:has(input:focus) {
        max-width: 60%;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    header .nav .container .row.mobile .footer .row .right form input {
        padding: 4px 12px;
        max-width: 100%
    }
    header .nav .container .row.mobile .footer .row .right form::-webkit-input-placeholder {
        color: #8d8067
    }
    header .nav .container .row.mobile .footer .row .right form::-moz-placeholder {
        color: #8d8067
    }
    header .nav .container .row.mobile .footer .row .right form:-ms-input-placeholder {
        color: #8d8067
    }
    header .nav .container .row.mobile .footer .row .right form::-ms-input-placeholder {
        color: #8d8067
    }
    header .nav .container .row.mobile .footer .row .right form::placeholder {
        color: #8d8067
    }
    header .nav .container .row.mobile .footer .row .right form [type=submit] {
        position: absolute;
        top: 50%;
        right: .25rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    header .nav .container .row.mobile .footer .row .right form [type=submit] img {
        min-width: .75rem;
        min-height: .75rem
    }
    header .nav .container .row.mobile .footer .row .right .cart {
        position: relative
    }
    header .nav .container .row.mobile .footer .row .right .cart img {
        width: 1.125rem;
        height: 1.25rem;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
    header .nav .container .row.mobile .footer .row .right .cart::after {
        content: "2";
        background-color: #8d8067;
        color: #fff;
        border-radius: 100%;
        font-size: .5rem;
        line-height: 1;
        position: absolute;
        bottom: -2px;
        left: -0.25rem;
        min-width: .875rem;
        min-height: .875rem;
        max-width: .875rem;
        max-height: .875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 576px) {
    header .nav .container .row.mobile .destaque {
        display: none
    }
}

.slick-slider .slick-next {
    right: 10px;
    z-index: 2;
    width: 20px;
    height: 16px
}

.slick-slider .slick-next:before {
    content: "";
    background-image: url(../images/svg/arrow-slide.svg);
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    display: block
}

.slick-slider .slick-prev {
    left: 10px;
    z-index: 2;
    width: 20px;
    height: 16px;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%)
}

.slick-slider .slick-prev:before {
    content: "";
    background-image: url(../images/svg/arrow-slide.svg);
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    display: block
}

.slick-slider .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px
}

.slick-slider .slick-dots li {
    width: 15px
}

.slick-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 8px;
    height: 6px;
    border-radius: 0;
    background-color: #c5ad80;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
    margin: 1px 0
}

.slick-slider .slick-dots li.slick-active button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 10px;
    height: 8px;
    background-color: #8d8067;
    opacity: 1;
    border-radius: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
    margin: 0
}

.s_hero {
    padding: 0
}

.s_hero .swiper-hero {
    position: relative
}

.s_hero .swiper-hero .slick-next {
    right: 10px;
    z-index: 2
}

.s_hero .swiper-hero .slick-next:before {
    background-image: url(../images/svg/arrow-slide-white.svg)
}

.s_hero .swiper-hero .slick-prev {
    left: 10px;
    z-index: 2;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%)
}

.s_hero .swiper-hero .slick-prev:before {
    background-image: url(../images/svg/arrow-slide-white.svg)
}

.s_hero .swiper-hero .swiper-slide {
    min-height: calc(100vh - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1.5rem 0
}

.s_hero .swiper-hero .swiper-slide>img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%
}

.s_hero .swiper-hero .swiper-slide .container {
    min-height: 400px
}

.s_hero .swiper-hero .swiper-slide .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_hero .swiper-hero .swiper-slide .row h1 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #8d8067
}

.s_hero .swiper-hero .swiper-slide .row p {
    font-size: 1.25rem;
    color: #575756;
    line-height: 1.4
}

.s_hero .swiper-hero .swiper-slide .row .btn-primary {
    font-size: 1rem;
    background-color: #c5ad80;
    margin-top: 20px
}

.s_hero .swiper-hero .swiper-slide .row .btn-primary:hover {
    background-color: #8d8067
}

.s_hero .swiper-hero .swiper-pagination {
    display: none
}

.s_hero .divisor {
    color: #fff;
    background-image: url("../images/png/pattern.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 1.25rem 0
}

.s_hero .divisor .container .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_hero .divisor .container .row h3 {
    font-size: 1.625rem
}

.s_hero .divisor .container .row .hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s_hero .divisor .container .row .hr hr {
    width: .125rem;
    height: 1rem;
    background-color: #c5ad80
}

.s_hero .divisor .container .row .swiper-divisor-hero {
    height: 2rem
}

.s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide h4 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.3rem;
    text-wrap: balance
}

.s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1400px) {
    .s_hero .swiper-hero .paginations .prev,
    .s_hero .swiper-hero .paginations .next {
        width: 1rem;
        height: 1rem;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_hero .swiper-hero .swiper-slide .row .desc {
        font-size: 1rem;
        line-height: 1.5
    }
    .s_hero .divisor .container .row h3 {
        font-size: 18px
    }
    .s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide h4 {
        font-size: 16px
    }
}

@media(max-width: 1024px) {
    .s_hero .divisor .container .row {
        text-align: center
    }
    .s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .s_hero .swiper-hero .swiper-slide {
        min-height: 100vh;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .s_hero .swiper-hero .swiper-slide .row h1 {
        font-size: 35px;
        margin: 140px 0 16px;
        color: #c5ad80
    }
    .s_hero .swiper-hero .swiper-slide .row h1 b {
        color: #fff
    }
    .s_hero .swiper-hero .swiper-slide .row p {
        font-size: 12px;
        color: #fff
    }
    .s_hero .swiper-hero .swiper-slide .row .btn-primary {
        margin-top: 32px
    }
}

@media(max-width: 736px) {
    .s_hero {
        padding: 0
    }
    .s_hero .swiper-hero {
        position: relative
    }
    .s_hero .swiper-hero .paginations {
        display: none
    }
    .s_hero .swiper-hero .swiper-pagination {
        display: block;
        position: absolute;
        top: auto;
        bottom: 3.625rem;
        right: 2rem;
        left: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .s_hero .swiper-hero .swiper-pagination .swiper-pagination-bullet {
        background-color: #8d8067
    }
    .s_hero .swiper-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #8d8067
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide {
        min-height: max(550px, 100vh - 120px);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 2.5rem 0
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row h1 {
        text-wrap: balance;
        margin-bottom: .5rem;
        color: #c5ad80
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row .desc {
        font-size: 14px;
        line-height: 1.25rem
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row .btn-primary {
        margin-top: 2rem
    }
    .s_hero .divisor {
        text-align: center
    }
    .s_hero .divisor .container .row h3 {
        font-size: 1.375rem;
        line-height: 1.625rem
    }
    .s_hero .divisor .container .row hr {
        display: none
    }
    .s_hero .divisor .container .row .swiper-divisor-hero {
        margin-top: 15px
    }
    .s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .s_hero .divisor .container .row .swiper-divisor-hero .swiper-slide h4 {
        font-family: "Montserrat";
        font-weight: 700;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1rem;
        text-align: center
    }
}

@media(max-width: 576px) {
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row h1 span {
        color: #fff
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row .desc {
        color: #fff
    }
    .s_hero .swiper-hero .swiper-wrapper .swiper-slide .container .row .btn-primary {
        margin-top: 2rem
    }
}

.s_about .container .row {
    row-gap: 4rem
}

.s_about .container .row .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.s_about .container .row .left .img .negative {
    position: relative
}

.s_about .container .row .left .img .negative .video__player {
    width: 4.375rem;
    height: 4.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/svg/player.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.s_about .container .row .left .img:last-child img {
    margin-top: 3rem;
    -webkit-box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, .5);
    box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, .5)
}

.s_about .container .row .left .img img {
    height: 27.3125rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem
}

.s_about .container .row .right h2 {
    margin-bottom: 1.5rem;
    width: 300px
}

.s_about .container .row .right p {
    font-size: 16px
}

.s_about .container .row .right .footer {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem
}

.s_about .container .row .right .footer .btn-primary {
    margin-bottom: 15px
}

.s_about .container .row .right .footer .redes {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 3rem
}

.s_about .container .row .right .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem
}

.s_about .container .row .right .footer ul li a img {
    width: 1.75rem;
    height: 1.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(max-width: 1400px) {
    .s_about .container .row .left .img img {
        max-height: 50vh;
        height: 100%;
        aspect-ratio: 1/1.6;
        margin: 0 0
    }
    @supports not (aspect-ratio: 1/1.6) {
        .s_about .container .row .left .img img {
            height: auto;
            max-height: auto
        }
    }
    .s_about .container .row .left .img .negative {
        margin-top: 3rem
    }
    .s_about .container .row .right {
        margin: 1rem 0
    }
    .s_about .container .row .right .footer {
        gap: .75rem
    }
    .s_about .container .row .right .footer ul {
        gap: .75rem
    }
    .s_about .container .row .right .footer ul li a img {
        width: 1rem;
        height: 1rem
    }
}

@media(max-width: 1024px) {
    .s_about .container .row {
        row-gap: 0
    }
    .s_about .container .row .right h2 {
        margin-bottom: 1rem
    }
}

@media(max-width: 768px) {
    .s_about .container .row {
        row-gap: 24px
    }
}

@media(max-width: 576px) {
    .s_about .container .row {
        row-gap: 2rem
    }
    .s_about .container .row .right {
        margin: 0
    }
    .s_about .container .row .right .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.s_numbers .container .row {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s_numbers .container .row h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 10px
}

.s_numbers .container .row .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_numbers .container .row .paginations .prev,
.s_numbers .container .row .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_numbers .container .row .paginations .prev img,
.s_numbers .container .row .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_numbers .container .row .paginations .prev:hover,
.s_numbers .container .row .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_numbers .container .row .paginations .next {
    margin-right: -3rem
}

.s_numbers .container .row .paginations .prev {
    margin-left: -3rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_numbers .container .row .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_numbers .container .row .swiper-numeros {
    margin: 30px 0 40px;
    padding: 0 3rem
}

.s_numbers .container .row .swiper-numeros .slick-next {
    right: 10px
}

.s_numbers .container .row .swiper-numeros .slick-prev {
    left: 10px
}

.s_numbers .container .row .swiper-numeros .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.s_numbers .container .row .swiper-numeros .swiper-slide img {
    width: 9.75rem;
    height: 9.75rem;
    border-radius: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1rem
}

.s_numbers .container .row .swiper-numeros .swiper-slide p {
    line-height: 1
}

.s_numbers .container .row .swiper-numeros .swiper-pagination {
    position: unset
}

.s_numbers .container .row .swiper-numeros .swiper-pagination .swiper-pagination-bullet {
    width: .75rem;
    height: 7px;
    border-radius: 0;
    background-color: #c5ad80;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_numbers .container .row .swiper-numeros .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .75rem;
    height: 7px;
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1400px) {
    .s_numbers .container .row .swiper-numeros .swiper-slide img {
        width: 6.25rem;
        height: 6.25rem
    }
    .s_numbers .container .row .swiper-numeros .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 5px
    }
    .s_numbers .container .row .swiper-numeros .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        height: 5px
    }
}

@media(max-width: 576px) {
    .s_numbers .container .row .paginations {
        width: calc(100% - 4rem);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.s_brand {
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative
}

.s_brand::before {
    content: "";
    width: 100%;
    height: calc(100% - 4rem - 4rem);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8d8067
}

.s_brand .container {
    position: relative
}

.s_brand .container::before {
    content: "";
    width: 57%;
    height: .625rem;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(calc(-6rem - 95%));
    transform: translateY(calc(-6rem - 95%));
    background-color: #8d8067
}

.s_brand .container .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s_brand .container .row .left {
    margin-bottom: 2rem
}

.s_brand .container .row .left h2 {
    font-size: 3.375rem;
    line-height: 4rem;
    margin-bottom: 10px
}

.s_brand .container .row .left p {
    font-size: 16px;
    margin: 0 0 8px
}

.s_brand .container .row .left .btn-primary {
    background-color: #c5ad80;
    border: 1px solid #c5ad80;
    margin: 20px 0 30px
}

.s_brand .container .row .left .btn-primary:hover {
    background-color: #8d8067
}

.s_brand .container .row .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem
}

.s_brand .container .row .right img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.s_brand .container .row .right img:nth-child(1) {
    max-width: 50%;
    padding-right: .75rem
}

.s_brand .container .row .right img:nth-child(2) {
    max-width: 50%;
    padding-left: .75rem
}

.s_brand .container .row .right img:nth-child(3) {
    max-width: 100%
}

@media(max-width: 1400px) {
    .s_brand {
        padding-top: 4rem;
        padding-bottom: 0
    }
    .s_brand::before {
        height: calc(100% - 2rem)
    }
    .s_brand .container::before {
        -webkit-transform: translateY(calc(-4rem - 80%));
        transform: translateY(calc(-4rem - 80%))
    }
    .s_brand .container .row .left h2 {
        font-size: 2.25rem;
        line-height: 1.3
    }
    .s_brand .container .row .left .desc {
        margin: 1.5rem 0
    }
}

@media(max-width: 1024px) {
    .s_brand .container .row {
        row-gap: 1rem
    }
    .s_brand .container .row .left {
        margin-bottom: 0
    }
}

@media(max-width: 992px) {
    .s_brand .container .row {
        row-gap: 1rem
    }
}

@media(max-width: 768px) {
    .s_brand {
        padding-top: 2rem
    }
    .s_brand .container::before {
        -webkit-transform: translateY(calc(-2rem - 80%));
        transform: translateY(calc(-2rem - 80%))
    }
    .s_brand .container .row {
        row-gap: 0
    }
    .s_brand .container .row .left h2 {
        font-size: 1.5rem
    }
    .s_brand .container .row .right {
        row-gap: 1.5rem;
        max-width: 32.5rem
    }
}

@media(max-width: 576px) {
    .s_brand {
        padding: 0;
        margin-bottom: 0
    }
    .s_brand .container::before {
        display: none
    }
    .s_brand .container .row .left h2 {
        font-size: 30px;
        line-height: 2.6875rem;
        margin: 30px 0 5px
    }
    .s_brand .container .row .right {
        row-gap: 1.5rem
    }
}

.s_catalog .container .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_catalog .container .row h2 {
    font-size: 36px
}

.s_catalog .container .row .left {
    position: relative
}

.s_catalog .container .row .left.mobile {
    display: none
}

.s_catalog .container .row .left .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_catalog .container .row .left .paginations .prev,
.s_catalog .container .row .left .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_catalog .container .row .left .paginations .prev img,
.s_catalog .container .row .left .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_catalog .container .row .left .paginations .prev:hover,
.s_catalog .container .row .left .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_catalog .container .row .left .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_catalog .container .row .left .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_catalog .container .row .left .swiper-catalog {
    padding: 0 1.75rem;
    overflow: hidden
}

.s_catalog .container .row .left .swiper-catalog .slick-next {
    right: 5px
}

.s_catalog .container .row .left .swiper-catalog .slick-prev {
    left: 5px
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content {
    text-align: center;
    text-wrap: balance
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content .top {
    display: none
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content h4 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content p {
    line-height: 100%;
    font-size: 15px
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content .price {
    margin-top: .5rem;
    line-height: 1;
    font-size: 1.125rem;
    color: #8d8067
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content .btn-primary {
    margin-left: auto;
    margin-right: auto
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content small {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 1;
    color: #000
}

.s_catalog .container .row .left .swiper-catalog .swiper-slide .content strong {
    color: #8d8067;
    font-size: 14px
}

.s_catalog .container .row .left .btn-primary.mobile {
    display: none
}

.s_catalog .container .row .right .content {
    background-image: url("../images/jpg/destaque-catalogo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem 1rem;
    position: relative;
    color: #fff;
    height: 100%;
    aspect-ratio: 1/1.6
}

.s_catalog .container .row .right .content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .15
}

.s_catalog .container .row .right .content>* {
    position: relative;
    z-index: 1
}

.s_catalog .container .row .right .content h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    font-family: "gumani", "avertastd"
}

.s_catalog .container .row .right .content p {
    line-height: 1.5625rem;
    font-size: 14px
}

.s_catalog .container .row .btn-primary.all {
    text-align: center;
    margin: 64px auto 0 auto
}

@media(max-width: 1400px) {
    .s_catalog .container .row .left .paginations .next,
    .s_catalog .container .row .left .paginations .prev {
        width: 1rem;
        height: 1rem
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide {
        padding: 0 10px
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content h4 {
        font-size: 14px;
        text-wrap: balance
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content p {
        font-size: 14px;
        line-height: 100%;
        color: #8d8067
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content small {
        font-size: 12px
    }
    .s_catalog .container .row .right .content {
        margin: 0 auto;
        max-height: 90vh;
        max-width: 18.125rem;
        row-gap: .5rem
    }
    .s_catalog .container .row .right .content p {
        font-size: .625rem;
        line-height: 1.5
    }
    .s_catalog .container .row .btn-primary.all {
        margin: 32px auto 0 auto
    }
}

@media(max-width: 992px) {
    .s_catalog .container .row {
        row-gap: 2rem
    }
}

@media(max-width: 576px) {
    .s_catalog {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .s_catalog .container .row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .s_catalog .container .row h2 {
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-size: 28px
    }
    .s_catalog .container .row .left {
        position: relative
    }
    .s_catalog .container .row .left.mobile {
        display: block
    }
    .s_catalog .container .row .left .paginations {
        width: 100%;
        height: 4rem;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 100;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 1.5rem;
        pointer-events: none
    }
    .s_catalog .container .row .left .paginations .prev,
    .s_catalog .container .row .left .paginations .next {
        pointer-events: all;
        width: 1.5rem;
        height: 1.5rem;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_catalog .container .row .left .paginations .prev img,
    .s_catalog .container .row .left .paginations .next img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .s_catalog .container .row .left .paginations .prev:hover,
    .s_catalog .container .row .left .paginations .next:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_catalog .container .row .left .paginations .prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .s_catalog .container .row .left .paginations .prev:hover {
        -webkit-transform: scale(1.1) rotate(180deg);
        transform: scale(1.1) rotate(180deg)
    }
    .s_catalog .container .row .left .swiper-catalog {
        padding: 0 1.5rem;
        overflow: hidden
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .5rem;
        max-width: 17.5rem
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content .top {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content .top .destaque {
        line-height: 1;
        padding: .25rem .5rem;
        background-color: #8d8067;
        border-radius: .25rem;
        color: #fff;
        font-size: .75rem
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content .top img {
        width: 1rem;
        height: 1rem;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content h4 {
        max-width: 11.5rem
    }
    .s_catalog .container .row .left .swiper-catalog .swiper-slide .content .price {
        line-height: 1;
        font-size: 1.125rem
    }
    .s_catalog .container .row .left .btn-primary.mobile {
        margin-top: 2rem;
        display: block
    }
    .s_catalog .container .row .right .content {
        margin: 0 auto;
        width: 100%;
        max-width: 17.8125rem
    }
    .s_catalog .container .row .right .content h3 {
        margin: 0 auto auto auto;
        color: #8d8067
    }
    .s_catalog .container .row .right .content p {
        font-size: .875rem
    }
    .s_catalog .container .row .right .content .btn-primary {
        margin: 0
    }
    .s_catalog .container .row .btn-primary {
        margin-top: 0rem;
        margin-left: auto;
        margin-right: auto;
        font-size: .875rem
    }
    .s_catalog .container .row .cta .btn-primary {
        display: none
    }
}

.s_fraquia {
    padding: 0
}

.s_fraquia .swiper-franqueado {
    position: relative
}

.s_fraquia .swiper-franqueado .slick-next {
    top: 45%;
    right: 10px
}

.s_fraquia .swiper-franqueado .slick-next:before {
    background-image: url(../images/svg/arrow-slide-white.svg)
}

.s_fraquia .swiper-franqueado .slick-prev {
    top: 45%;
    left: 10px;
    z-index: 2;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%)
}

.s_fraquia .swiper-franqueado .slick-prev:before {
    background-image: url(../images/svg/arrow-slide-white.svg)
}

.s_fraquia .swiper-franqueado .slick-dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 20px
}

.s_fraquia .swiper-franqueado .slick-dots li {
    width: 5px
}

.s_fraquia .swiper-franqueado .slick-dots li button:before {
    font-family: "slick";
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(0, 0, 0, 0);
    margin: 0
}

.s_fraquia .swiper-franqueado .slick-dots li.slick-active button:before {
    content: "";
    font-family: "slick";
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #c5ad80;
    background-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.s_fraquia .swiper-franqueado::before {
    content: "";
    width: 100%;
    max-width: 82.5rem;
    height: .625rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.s_fraquia .swiper-franqueado .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_fraquia .swiper-franqueado .paginations .prev,
.s_fraquia .swiper-franqueado .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_fraquia .swiper-franqueado .paginations .prev img,
.s_fraquia .swiper-franqueado .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_fraquia .swiper-franqueado .paginations .prev:hover,
.s_fraquia .swiper-franqueado .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_fraquia .swiper-franqueado .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_fraquia .swiper-franqueado .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_fraquia .swiper-franqueado .swiper-pagination {
    position: absolute;
    top: auto;
    bottom: 1.5rem;
    left: 0
}

.s_fraquia .swiper-franqueado .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff
}

.s_fraquia .swiper-franqueado .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.s_fraquia .swiper-franqueado .swiper-slide {
    min-height: 65vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative
}

.s_fraquia .swiper-franqueado .swiper-slide>img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s_fraquia .swiper-franqueado .swiper-slide h1 {
    font-size: 70px;
    margin: 50px 0 15px;
    text-transform: uppercase
}

.s_fraquia .swiper-franqueado .swiper-slide p {
    margin: 0 0 8px 0;
    max-width: 27.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.0625rem;
    text-wrap: balance
}

.s_fraquia .swiper-franqueado .swiper-slide .btn-secondary {
    margin: 20px 0 50px
}

@media(max-width: 1400px) {
    .s_fraquia .swiper-franqueado::before {
        max-width: 55.875rem
    }
}

@media(max-width: 1024px) {
    .s_fraquia .swiper-franqueado .swiper-slide {
        min-height: 30vh
    }
    .s_fraquia .swiper-franqueado .swiper-slide h1 {
        margin-top: 80px;
        font-size: 45px
    }
    .s_fraquia .swiper-franqueado .swiper-slide p {
        font-size: 16px
    }
    .s_fraquia .swiper-franqueado .swiper-slide .btn-secondary {
        margin: 20px 0 0
    }
}

@media(max-width: 768px) {
    .s_fraquia {
        margin-bottom: 1.5rem
    }
    .s_fraquia .swiper-franqueado .swiper-pagination {
        position: absolute;
        top: auto;
        bottom: -2rem;
        left: 0
    }
    .s_fraquia .swiper-franqueado .swiper-pagination .swiper-pagination-bullet {
        background-color: #8d8067
    }
    .s_fraquia .swiper-franqueado .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #8d8067
    }
    .s_fraquia .swiper-franqueado .swiper-slide {
        min-height: 100vh;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 4rem 2rem
    }
    .s_fraquia .swiper-franqueado .swiper-slide .container {
        padding: 0
    }
    .s_fraquia .swiper-franqueado .swiper-slide .desc {
        font-size: 1rem
    }
}

@media(max-width: 576px) {
    .s_fraquia .swiper-franqueado .swiper-slide {
        min-height: max(600px, 90vh)
    }
}

.s_media .container .row h2 {
    text-align: center
}

.s_media .container .row .swiper-media {
    position: relative;
    margin: 50px 0 75px
}

.s_media .container .row .swiper-media .slick-dots {
    bottom: -65px
}

.s_media .container .row .swiper-media .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .5rem;
    pointer-events: none
}

.s_media .container .row .swiper-media .paginations .prev,
.s_media .container .row .swiper-media .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_media .container .row .swiper-media .paginations .prev img,
.s_media .container .row .swiper-media .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_media .container .row .swiper-media .paginations .prev:hover,
.s_media .container .row .swiper-media .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_media .container .row .swiper-media .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_media .container .row .swiper-media .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_media .container .row .swiper-media .swiper-slide {
    border-right: 1px solid rgba(141, 128, 103, .25)
}

.s_media .container .row .swiper-media .swiper-slide img {
    width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto
}

.s_media .container .row .swiper-pagination {
    margin-top: 2.625rem;
    position: unset
}

.s_media .container .row .swiper-pagination .swiper-pagination-bullet {
    width: .4375rem;
    height: .3125rem;
    border-radius: 0;
    background-color: #c5ad80;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_media .container .row .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .625rem;
    height: .4375rem;
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1400px) {
    .s_media .container .row .swiper-media {
        padding: 0 2rem
    }
    .s_media .container .row .swiper-media .paginations .next,
    .s_media .container .row .swiper-media .paginations .prev {
        width: 1rem
    }
}

@media(max-width: 576px) {
    .s_media .container .row .swiper-media {
        margin: 2rem 0
    }
    .s_media .container .row .swiper-media .swiper-slide {
        border-right: 0
    }
}

.s_cta {
    background-color: #c5ad80
}

.s_cta .container .content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_cta .container .content .form_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_cta .container .content .form_content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_cta .container .content .form_content .left.mobile {
    display: none
}

.s_cta .container .content .form_content .left img {
    width: 100%;
    max-width: 12rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -1.5rem;
    border-radius: .5rem
}

.s_cta .container .content .form_content .left .desc {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2.4375rem;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 1rem;
    padding: 24px;
    background-color: #8d8067
}

.s_cta .container .content .form_content form {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.75rem
}

.s_cta .container .content .form_content form input {
    font-size: 1.125rem;
    font-weight: bold
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]) {
    width: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .25rem;
    border: 1px solid rgba(255, 255, 255, .8);
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):focus {
    border-color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):focus::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):focus::-moz-placeholder {
    color: #fff;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):focus:-ms-input-placeholder {
    color: #fff;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):focus::-ms-input-placeholder {
    color: #fff;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):focus::placeholder {
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox])::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox])::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox]):-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox])::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.s_cta .container .content .form_content form input:not([type=submit],
[type=checkbox])::placeholder {
    color: rgba(255, 255, 255, .8)
}

.s_cta .container .content .form_content form .btn-send {
    font-weight: 700;
    font-size: 1.125rem;
    width: 100%;
    background-color: #8d8067;
    padding: 1rem;
    height: 100%;
    border-radius: .5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    border: 1px solid #8d8067;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form .btn-send:hover {
    background-color: #c5ad80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form .btn-send img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 27%;
    max-width: 2.625rem
}

.s_cta .container .content .form_content form .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.s_cta .container .content .form_content form .checkbox [type=checkbox] {
    display: none
}

.s_cta .container .content .form_content form .checkbox .checkbox_fake {
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .25rem;
    border-radius: 2px;
    margin-top: .25rem
}

.s_cta .container .content .form_content form .checkbox .checkbox_fake img {
    width: .625rem;
    height: .625rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form .checkbox small {
    font-size: 13px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.1875rem
}

.s_cta .container .content .form_content form .checkbox:has([type=checkbox]:checked) .checkbox_fake img {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta .container .content .form_content form .checkbox:hover {
    cursor: pointer
}

@media(max-width: 1400px) {
    .s_cta {
        background-color: #c5ad80
    }
    .s_cta .container .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .s_cta .container .content .form_content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .s_cta .container .content .form_content .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5rem
    }
    .s_cta .container .content .form_content .left.mobile {
        display: none
    }
    .s_cta .container .content .form_content .left img {
        max-width: 50%
    }
    .s_cta .container .content .form_content .left .desc {
        font-size: .875rem;
        line-height: 1.7;
        padding: 1.5rem 1rem
    }
    .s_cta .container .content .form_content form {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.75rem
    }
    .s_cta .container .content .form_content form input {
        font-size: 1rem;
        font-weight: bold
    }
    .s_cta .container .content .form_content form input:not([type=submit],
    [type=checkbox]) {
        padding: .75rem
    }
    .s_cta .container .content .form_content form .btn-send {
        padding: .75rem;
        font-size: .75rem;
        border-radius: .25rem
    }
    .s_cta .container .content .form_content form .checkbox .checkbox_fake {
        padding: 0
    }
    .s_cta .container .content .form_content form .checkbox .checkbox_fake img {
        width: 65%;
        margin: auto
    }
    .s_cta .container .content .form_content form .checkbox small {
        font-size: 14px;
        line-height: 1.5
    }
}

@media(max-width: 768px) {
    .s_cta .container .content .form_content .left {
        max-width: 290px
    }
}

@media(max-width: 576px) {
    .s_cta {
        padding: 2rem 0
    }
    .s_cta .container .content .form_content .left .desc {
        background-color: #8c8067;
        font-size: 1rem;
        line-height: 1.625rem;
        padding: .875rem;
        margin-top: 5rem
    }
    .s_cta .container .content .form_content form input:not([type=submit],
    [type=checkbox]) {
        border-color: rgba(255, 255, 255, .8)
    }
    .s_cta .container .content .form_content form .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.s_blog {
    background-image: url("../images/png/pattern.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 15rem;
    position: relative;
    z-index: 2
}

.s_blog .blog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s_blog .blog h2 {
    margin-bottom: .5rem
}

.s_blog .blog h2,
.s_blog .blog .h3 {
    color: #fff;
    text-align: center
}

.s_blog .blog .posts {
    margin-top: 3rem;
    padding: 2rem;
    background-color: #fff;
    --bs-gutter-x: 3rem;
    margin-bottom: -25%
}

.s_blog .blog .posts .left {
    padding-left: 0
}

.s_blog .blog .posts .left .mobile {
    display: none
}

.s_blog .blog .posts .left .post__content .swiper-blog {
    position: relative;
    overflow: hidden
}

.s_blog .blog .posts .left .post__content .swiper-blog .slick-next:before {
    content: url(../images/svg/arrow-slide-white.svg)
}

.s_blog .blog .posts .left .post__content .swiper-blog .slick-prev:before {
    content: url(../images/svg/arrow-slide-white.svg)
}

.s_blog .blog .posts .left .post__content .swiper-blog .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_blog .blog .posts .left .post__content .swiper-blog .paginations .prev,
.s_blog .blog .posts .left .post__content .swiper-blog .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_blog .blog .posts .left .post__content .swiper-blog .paginations .prev img,
.s_blog .blog .posts .left .post__content .swiper-blog .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_blog .blog .posts .left .post__content .swiper-blog .paginations .prev:hover,
.s_blog .blog .posts .left .post__content .swiper-blog .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_blog .blog .posts .left .post__content .swiper-blog .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_blog .blog .posts .left .post__content .swiper-blog .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-slide {
    height: 100%;
    aspect-ratio: 2/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    position: relative
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-slide>img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-slide h3 {
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-pagination {
    position: unset
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-pagination .swiper-pagination-bullet {
    width: .75rem;
    height: 7px;
    border-radius: 0;
    background-color: #c5ad80;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_blog .blog .posts .left .post__content .swiper-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .75rem;
    height: 7px;
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_blog .blog .posts .left .post__content .post__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem
}

.s_blog .blog .posts .left .post__content .post__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.s_blog .blog .posts .left .post__content .post__text ul li {
    font-size: 12px
}

.s_blog .blog .posts .left .post__content .post__text ul li.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.s_blog .blog .posts .left .post__content .post__text ul li.author img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_blog .blog .posts .left .post__content .post__text h4 {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.5625rem
}

.s_blog .blog .posts .right {
    padding-right: 0
}

.s_blog .blog .posts .right .mobile {
    display: none
}

.s_blog .blog .posts .right__content {
    row-gap: 3rem
}

.s_blog .blog .posts .right .post__thumb {
    max-width: 17.5rem;
    height: 100%;
    aspect-ratio: 1.5/1
}

.s_blog .blog .posts .right .post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s_blog .blog .posts .right .post__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

.s_blog .blog .posts .right .post__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: .5rem
}

.s_blog .blog .posts .right .post__text ul li {
    font-size: 12px
}

.s_blog .blog .posts .right .post__text ul li.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.s_blog .blog .posts .right .post__text ul li.author img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_blog .blog .posts .right .post__text h3 {
    font-family: "Montserrat";
    font-size: 1.125rem;
    line-height: 1.5625rem
}

.s_blog .blog .posts .right .post__text .btn-primary {
    margin-top: auto
}

.post {
    position: relative;
    text-decoration: none
}

.post>img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.post .post__content {
    padding: 0 5px
}

.post .post__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 16px
}

.post .post__content ul .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.post .post__content ul .author img {
    display: inline-block;
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.post .post__content ul span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 4px
}

.post .post__content ul li {
    font-size: 14px;
    font-weight: 500
}

.post .post__content .descript {
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 15px
}

.s_posts_blog .post-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.s_destaque_blog .post>img {
    aspect-ratio: 3.2/2
}

@media(max-width: 1400px) {
    .s_blog .blog .posts {
        margin-top: 2rem
    }
    .s_blog .blog .posts .left .post__content .swiper-blog .swiper-slide {
        padding: .75rem
    }
    .s_blog .blog .posts .left .post__content .swiper-blog .swiper-slide h3 {
        font-size: .875rem
    }
    .s_blog .blog .posts .left .post__content .swiper-blog .swiper-pagination .swiper-pagination-bullet {
        height: .25rem
    }
    .s_blog .blog .posts .left .post__content .swiper-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: .25rem
    }
    .s_blog .blog .posts .left .post__content .post__text {
        gap: .75rem;
        margin-top: .75rem
    }
    .s_blog .blog .posts .left .post__content .post__text h4 {
        font-size: 14px;
        line-height: 1.3
    }
    .s_blog .blog .posts .right .post__text {
        gap: .5rem
    }
    .s_blog .blog .posts .right .post__text ul {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 0px
    }
    .s_blog .blog .posts .right .post__text ul li.author {
        gap: 8px
    }
    .s_blog .blog .posts .right .post__text h3 {
        font-size: 14px;
        line-height: 1.4
    }
}

@media(max-width: 1280px) {
    .s_destaque_blog .post .post__content {
        padding: 0
    }
}

@media(max-width: 1024px) {
    .s_blog {
        margin-bottom: 9rem
    }
}

@media(max-width: 992px) {
    .s_blog {
        margin-bottom: 6.125rem
    }
    .s_blog .blog .posts {
        row-gap: 2rem
    }
    .s_blog .blog .posts .left {
        padding-right: 0
    }
    .s_blog .blog .posts .right {
        padding-left: 0
    }
    .s_blog .blog .posts .right article {
        row-gap: 1rem
    }
    .s_blog .blog .posts .right article .post__thumb {
        max-width: 100%
    }
}

@media(max-width: 576px) {
    .s_blog .blog .posts {
        row-gap: 2rem
    }
    .s_blog .blog .posts .left {
        padding-right: 0
    }
    .s_blog .blog .posts .left h4.mobile {
        display: block;
        font-family: "Montserrat";
        color: #6d7273;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.5625rem
    }
    .s_blog .blog .posts .right {
        padding-left: 0
    }
    .s_blog .blog .posts .right h4.mobile {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        display: block;
        font-family: "Montserrat";
        color: #6d7273;
        font-weight: 700
    }
    .s_blog .blog .posts .right__content {
        row-gap: 2rem
    }
    .s_blog .blog .posts .right article {
        row-gap: 1rem
    }
    .s_blog .blog .posts .right article .post__thumb {
        max-width: 100%
    }
}

.s_instagram {
    padding-top: 6rem;
    border-radius: 0 0 24px 24px;
    position: relative;
    z-index: 1;
    margin-bottom: -2rem;
    background-color: #fff
}

.s_instagram .container h2 {
    text-wrap: balance;
    text-align: center;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    color: #8d8067;
    text-transform: uppercase
}

.s_instagram .container .instagram {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0px
}

.s_instagram .container .instagram .image {
    position: relative
}

.s_instagram .container .instagram .image .post {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.s_instagram .container .instagram .image .interations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s_instagram .container .instagram .image .interations:has(img:hover) img:not(:hover) {
    -webkit-filter: blur(0.0625rem);
    filter: blur(0.0625rem);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_instagram .container .instagram .image .interations img {
    width: 24px;
    height: 24px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_instagram .container .instagram .image .interations img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_instagram .container .btn-primary {
    text-align: center;
    margin: 0 auto;
    margin-top: 32px
}

@media(max-width: 1400px) {
    .s_instagram {
        padding-top: 3rem
    }
}

@media(max-width: 768px) {
    .s_instagram {
        padding-top: 3rem
    }
    .s_instagram .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }
    .s_instagram .container h2 {
        max-width: 12.5rem
    }
    .s_instagram .container .instagram .image .interations {
        gap: 1rem
    }
    .s_instagram .container .instagram .image .interations img {
        width: 100%
    }
}

.s_hero_sobre {
    min-height: calc(100vh - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-wrap: balance;
    position: relative
}

.s_hero_sobre h1 {
    color: #c5ad80;
    font-size: 60px;
    margin: 0 0 15px
}

.s_hero_sobre p {
    font-size: 16px;
    max-width: 28.125rem;
    line-height: 1.4;
    color: #fff;
    margin: 8px 0
}

.s_hero_sobre .btn-primary {
    background-color: #c5ad80;
    margin: 30px 0
}

.s_hero_sobre .btn-primary:hover {
    background-color: #8d8067
}

@media(max-width: 1400px) {
    .s_hero_sobre {
        min-height: calc(85vh - 200px);
        padding: 96px 0
    }
    .s_hero_sobre p {
        width: 100%;
        text-wrap: balance;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 1.5rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 1024px) {
    .s_hero_sobre {
        min-height: calc(50vh - 120px)
    }
}

@media(max-width: 768px) {
    .s_hero_sobre {
        background-position: bottom;
        min-height: max(550px, 100vh - 120px)
    }
    .s_hero_sobre h1 {
        font-size: 40px;
        margin-top: 120px
    }
    .s_hero_sobre p {
        font-size: 12px;
        line-height: 1.5;
        margin: 8px 0 16px
    }
    .s_hero_sobre .btn-primary {
        margin: 15px 0 30px
    }
}

@media(max-width: 576px) {
    .s_hero_sobre {
        min-height: max(550px, 95vh - 120px);
        padding: 42px 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.s_sobre_sobre .row .col-lg-9 {
    padding-right: 50px
}

.s_sobre_sobre .redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin: 2.625rem 0
}

.s_sobre_sobre .redes img {
    width: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.s_sobre_sobre p {
    font-size: 16px
}

.s_sobre_sobre .video {
    position: relative;
    margin-top: 50px;
    max-height: 550px;
    padding: 0;
    -webkit-box-shadow: 12px 12px 48px 0px rgba(0, 0, 0, .5);
    box-shadow: 12px 12px 48px 0px rgba(0, 0, 0, .5)
}

.s_sobre_sobre .video__player {
    width: 4.375rem;
    height: 4.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/svg/player.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.s_sobre_sobre .video__img {
    display: block;
    border-radius: .5rem
}

@media(max-width: 1400px) {
    .s_sobre_sobre {
        padding-top: 64px;
        padding-bottom: 64px
    }
    .s_sobre_sobre .redes {
        gap: 1rem;
        margin: 1.5rem 0
    }
    .s_sobre_sobre .redes img {
        width: 1rem
    }
}

@media(max-width: 992px) {
    .s_sobre_sobre {
        padding-top: 1.5rem
    }
    .s_sobre_sobre .redes {
        margin: 1rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 1.15rem;
        -moz-column-gap: 1.15rem;
        column-gap: 1.15rem;
        row-gap: 1rem
    }
    .s_sobre_sobre .redes img {
        width: 1rem
    }
    .s_sobre_sobre .video {
        margin: 3rem auto 0;
        width: 80%;
        height: 400px;
        overflow: hidden
    }
}

.s_valores_sobre .swiper-valores-thumb {
    height: 168px
}

.s_valores_sobre .swiper-valores-thumb .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    background-color: #8d8067;
    color: #fff;
    width: 75%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_valores_sobre .swiper-valores-thumb .swiper-slide.swiper-slide-thumb-active {
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_valores_sobre .swiper-valores-thumb .swiper-slide:hover {
    cursor: pointer
}

.s_valores_sobre .swiper-valores-thumb .swiper-slide:hover::after {
    margin-right: -0.25rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_valores_sobre .swiper-valores-thumb .swiper-slide::after {
    content: "";
    background-image: url("../images/svg/arrow-about.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_valores_sobre .swiper-valores-thumb .swiper-slide:nth-child(even) {
    background-color: #c5ad80
}

.s_valores_sobre .swiper-valores .swiper-wrapper .swiper-slide {
    background-color: #fff;
    opacity: 0 !important
}

.s_valores_sobre .swiper-valores .swiper-wrapper .swiper-slide .texto {
    display: none
}

.s_valores_sobre .swiper-valores .swiper-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 1 !important
}

.s_valores_sobre .swiper-valores .swiper-wrapper .swiper-slide.swiper-slide-visible .texto {
    display: block
}

.s_valores_sobre .mobile {
    display: none
}

@media(max-width: 1400px) {
    .s_valores_sobre .swiper-valores-thumb {
        height: 6.25rem
    }
    .s_valores_sobre .swiper-valores-thumb .swiper-slide h3 {
        font-size: 1.0625rem
    }
    .s_valores_sobre .swiper-valores-thumb .swiper-slide::after {
        width: 1rem;
        height: 1rem
    }
}

@media(max-width: 992px) {
    .s_valores_sobre .desk {
        display: none
    }
    .s_valores_sobre .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .s_valores_sobre .accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem
    }
    .s_valores_sobre .accordion .accordion-item .accordion-header .accordion-button {
        background-color: #8d8067;
        color: #fff;
        width: 80%;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_valores_sobre .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        width: 100%;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_valores_sobre .accordion .accordion-item .accordion-header .accordion-button::after {
        content: "";
        background-image: url("../images/svg/arrow-about.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_valores_sobre .accordion .accordion-item .accordion-header .accordion-button:focus {
        border-color: rgba(0, 0, 0, 0) !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .s_valores_sobre .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0;
        padding-top: 1.5rem
    }
    .s_valores_sobre .accordion .accordion-item:nth-child(even) .accordion-header .accordion-button {
        background-color: #c5ad80
    }
}

.s_cta_sobre {
    padding: 0;
    display: block;
    height: 80vh;
    position: relative
}

.s_cta_sobre .row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s_cta_sobre .row .info {
    margin-left: auto
}

.s_cta_sobre .row .info h2 {
    font-size: 60px;
    font-weight: 500;
    max-width: 471px
}

.s_cta_sobre .row .info p {
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0
}

.s_cta_sobre .row .info .btn-secondary {
    color: #575756;
    border-radius: 20px;
    margin-top: 20px
}

.s_cta_sobre>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

@media(max-width: 992px) {
    .s_cta_sobre {
        min-height: max(550px, 70vh)
    }
    .s_cta_sobre .row {
        top: auto;
        bottom: 50px;
        -webkit-transform: none;
        transform: none;
        left: 12px;
        width: 100%
    }
    .s_cta_sobre .row .info {
        margin: 300px 0 0
    }
    .s_cta_sobre .row .info h2 {
        font-size: 35px;
        font-weight: 500;
        max-width: 100%;
        color: #fff;
        line-height: 1.1
    }
    .s_cta_sobre .row .info p {
        font-size: 16px;
        font-weight: 500;
        color: #fff
    }
    .s_cta_sobre .row .info .btn-secondary {
        margin-top: 15px;
        padding: .5rem 1.5rem
    }
    .s_cta_sobre>img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1
    }
}

.s_influencers_influencers {
    padding-top: 96px
}

.s_influencers_influencers .influencer>img {
    width: 100%;
    aspect-ratio: 1/1.1;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s_influencers_influencers .influencer h2 {
    margin-top: 24px;
    margin-bottom: 16px
}

.s_influencers_influencers .influencer .btn-primary {
    margin: 0 auto
}

@media(max-width: 1400px) {
    .s_influencers_influencers .row h2 {
        margin-top: 12px;
        margin-bottom: 8px
    }
}

@media(max-width: 768px) {
    .s_influencers_influencers {
        padding-top: 3rem
    }
    .s_influencers_influencers .row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }
}

.s_hero_blog {
    padding-top: 0;
    padding-bottom: 0
}

.s_hero_blog .mobile {
    display: none
}

.s_hero_blog .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_hero_blog .paginations .prev,
.s_hero_blog .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_hero_blog .paginations .prev img,
.s_hero_blog .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_hero_blog .paginations .prev:hover,
.s_hero_blog .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_hero_blog .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_hero_blog .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_hero_blog .swiper-pagination .swiper-pagination-bullet {
    width: .75rem;
    height: .3125rem;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_hero_blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #8d8067;
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_hero_blog .container-fluid {
    padding: 0
}

.s_hero_blog .container-fluid .slick-dotted.slick-slider {
    margin-bottom: 0
}

.s_hero_blog .container-fluid .slick-dotted.slick-slider .slick-next:before {
    content: url(../images/svg/arrow-circle.svg)
}

.s_hero_blog .container-fluid .slick-dotted.slick-slider .slick-prev:before {
    content: url(../images/svg/arrow-circle.svg)
}

.s_hero_blog .container-fluid .slick-dotted.slick-slider .slick-dots {
    bottom: 5px
}

.s_hero_blog .container-fluid .slick-dotted.slick-slider .slick-dots li button:before {
    width: 15px;
    height: 5px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    margin: 0
}

.s_hero_blog .container-fluid .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
    width: 17px;
    height: 7px;
    border: none;
    background-color: #8d8067
}

.s_hero_blog .container-fluid .row {
    --bs-gutter-x: 0px
}

.s_hero_blog .container-fluid .row .post {
    position: relative;
    min-height: 55vh
}

.s_hero_blog .container-fluid .row .post>img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s_hero_blog .container-fluid .row .post::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0
}

.s_hero_blog .container-fluid .row .post>* {
    position: relative;
    z-index: 1
}

.s_hero_blog .container-fluid .row .post.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_hero_blog .container-fluid .row .post.left .post__content {
    margin: 0 9.25rem 3rem 0
}

.s_hero_blog .container-fluid .row .post.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_hero_blog .container-fluid .row .post.right .post__content {
    margin: 0px 0px 3rem 9.25rem
}

.s_hero_blog .container-fluid .row .post__content {
    width: 100%;
    max-width: 21.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 2rem
}

.s_hero_blog .container-fluid .row .post__content h2 {
    font-size: 1.625rem;
    font-weight: 700;
    font-family: "Montserrat", "avertastd", sans-serif
}

.s_hero_blog .container-fluid .row .post__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px
}

.s_hero_blog .container-fluid .row .post__content ul li {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.s_hero_blog .container-fluid .row .post__content ul li img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.s_hero_blog .container-fluid .row .post__content ul li.author {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media(max-width: 1400px) {
    .s_hero_blog .paginations .next,
    .s_hero_blog .paginations .prev {
        width: 1rem;
        height: 1rem
    }
    .s_hero_blog .container-fluid .row .post.left .post__content {
        margin: 0 100px 64px 0
    }
    .s_hero_blog .container-fluid .row .post.right .post__content {
        margin: 0px 0px 64px 100px
    }
    .s_hero_blog .container-fluid .row .post .post__content {
        max-width: 252px
    }
    .s_hero_blog .container-fluid .row .post .post__content h2 {
        font-size: 1rem;
        margin-bottom: 1rem
    }
    .s_hero_blog .container-fluid .row .post .post__content ul {
        gap: 0
    }
    .s_hero_blog .container-fluid .row .post .post__content ul li {
        font-size: .5rem
    }
    .s_hero_blog .container-fluid .row .post .post__content ul li.author {
        gap: .5rem
    }
    .s_hero_blog .container-fluid .row .post .post__content ul li.author img {
        width: .625rem;
        height: .625rem
    }
}

@media(max-width: 992px) {
    .s_hero_blog .container-fluid .row .post.left .post__content {
        margin: 0 32px 32px 0
    }
    .s_hero_blog .container-fluid .row .post.right .post__content {
        margin: 0px 0px 32px 32px
    }
}

@media(max-width: 992px) {
    .s_hero_blog .desk {
        display: none
    }
    .s_hero_blog .swiper-hero-blog-desk {
        display: none
    }
    .s_hero_blog .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .s_hero_blog .mobile .swiper-hero-blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative
    }
    .s_hero_blog .mobile .swiper-hero-blog .slick-next:before {
        content: url(../images/svg/arrow-circle.svg)
    }
    .s_hero_blog .mobile .swiper-hero-blog .slick-prev:before {
        content: url(../images/svg/arrow-circle.svg)
    }
    .s_hero_blog .mobile .swiper-hero-blog .paginations {
        width: 100%;
        height: 4rem;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 1.5rem;
        pointer-events: none
    }
    .s_hero_blog .mobile .swiper-hero-blog .paginations .prev,
    .s_hero_blog .mobile .swiper-hero-blog .paginations .next {
        pointer-events: all;
        width: 1.5rem;
        height: 1.5rem;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_hero_blog .mobile .swiper-hero-blog .paginations .prev img,
    .s_hero_blog .mobile .swiper-hero-blog .paginations .next img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .s_hero_blog .mobile .swiper-hero-blog .paginations .prev:hover,
    .s_hero_blog .mobile .swiper-hero-blog .paginations .next:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    .s_hero_blog .mobile .swiper-hero-blog .paginations .prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .s_hero_blog .mobile .swiper-hero-blog .paginations .prev:hover {
        -webkit-transform: scale(1.1) rotate(180deg);
        transform: scale(1.1) rotate(180deg)
    }
    .s_hero_blog .mobile .swiper-hero-blog .swiper-slide {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 2rem;
        min-height: max(550px, 100vh - 120px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative
    }
    .s_hero_blog .mobile .swiper-hero-blog .swiper-slide>img {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%
    }
    .s_hero_blog .mobile .swiper-hero-blog .swiper-slide .post__content {
        border-left: 2px solid #fff;
        padding-left: 1rem;
        display: block;
        min-height: 0
    }
}

@media(max-width: 576px) {
    .s_hero_blog .mobile .swiper-hero-blog .swiper-slide {
        min-height: calc(80vh - 120px)
    }
    .s_hero_blog .container-fluid .row .post__content ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.s_destaque_blog {
    position: relative
}

.s_destaque_blog .title {
    margin-bottom: 3rem;
    color: #fff;
    text-align: center
}

.s_destaque_blog .paginations {
    width: calc(100% + 96px);
    height: 4rem;
    position: absolute;
    top: 30%;
    left: -48px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_destaque_blog .paginations .prev,
.s_destaque_blog .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_destaque_blog .paginations .prev img,
.s_destaque_blog .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_destaque_blog .paginations .prev:hover,
.s_destaque_blog .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_destaque_blog .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_destaque_blog .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_destaque_blog .swiper-destaque-blog .slick-next {
    right: -25px;
    top: 25%
}

.s_destaque_blog .swiper-destaque-blog .slick-next:before {
    content: url(../images/svg/arrow-circle.svg)
}

.s_destaque_blog .swiper-destaque-blog .slick-prev {
    top: 25%;
    left: -25px
}

.s_destaque_blog .swiper-destaque-blog .slick-prev:before {
    content: url(../images/svg/arrow-circle.svg)
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide {
    margin: 0 1rem
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide .thumb {
    width: 100%;
    position: relative
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.6/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide ul li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide ul li img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 16px 32px
}

.s_destaque_blog .swiper-destaque-blog .swiper-slide .content .btn-primary {
    border-radius: 20px
}

.s_destaque_blog .swiper-destaque-blog .slick-dots li button:before {
    width: 13px;
    height: 4px;
    margin: 0
}

.s_destaque_blog .swiper-pagination {
    position: unset
}

.s_destaque_blog .swiper-pagination .swiper-pagination-bullet {
    width: .75rem;
    height: .3125rem;
    border-radius: 0;
    background-color: #c5ad80;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_destaque_blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_destaque_blog::before {
    content: "";
    width: 100%;
    height: 380px;
    background-color: #8d8067;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media(max-width: 1400px) {
    .s_destaque_blog .title {
        margin-bottom: 2.625rem
    }
    .s_destaque_blog::before {
        height: 258px
    }
    .s_destaque_blog .swiper-destaque-blog .swiper-slide ul {
        gap: 8px
    }
    .s_destaque_blog .swiper-destaque-blog .swiper-slide ul li {
        font-size: 13px
    }
    .s_destaque_blog .swiper-destaque-blog .swiper-slide ul li.author {
        -webkit-column-gap: .25rem;
        -moz-column-gap: .25rem;
        column-gap: .25rem
    }
    .s_destaque_blog .swiper-destaque-blog .swiper-slide ul li.author img {
        width: 20px;
        height: 20px
    }
    .s_destaque_blog .swiper-destaque-blog .swiper-slide .content {
        padding: .75rem 1.3125rem;
        row-gap: .875rem
    }
}

@media(max-width: 1024px) {
    .s_destaque_blog::before {
        height: 227px
    }
}

@media(max-width: 1200px) {
    .s_destaque_blog .swiper-destaque-blog .swiper-slide .content {
        padding: 8px 0
    }
}

@media(max-width: 576px) {
    .s_destaque_blog {
        padding-bottom: 1.5rem
    }
    .s_destaque_blog .paginations {
        width: calc(100% + 70px);
        top: 40%;
        left: -35px
    }
    .s_destaque_blog .paginations .prev,
    .s_destaque_blog .paginations .next {
        width: 1rem;
        height: 1rem
    }
    .s_destaque_blog .paginations .prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .s_destaque_blog .paginations .prev:hover {
        -webkit-transform: scale(1.1) rotate(180deg);
        transform: scale(1.1) rotate(180deg)
    }
    .s_destaque_blog .swiper-slide .content .btn-primary {
        display: none
    }
    .s_destaque_blog .swiper-pagination {
        display: none
    }
}

.s_posts_blog h3 {
    font-family: "Montserrat";
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 2.625rem
}

.s_posts_blog .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.s_posts_blog .left .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.s_posts_blog .left .category button {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
    background-color: #ece8e5;
    color: #111110;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    max-height: 0;
    padding: 0 35px;
    display: block;
    text-decoration: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.s_posts_blog .left .category button::after {
    content: attr(data-count);
    width: 24px;
    height: 24px;
    background-color: #eee;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    font-size: .625rem;
    line-height: 1
}

.s_posts_blog .left .category button:hover {
    background-color: #e2e2e2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_posts_blog .left .category button.selected {
    padding: 25px 35px;
    border: none;
    margin-bottom: 8px;
    z-index: 1;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.s_posts_blog .left .category button.selected::after {
    position: absolute;
    content: "+";
    background-color: rgba(0, 0, 0, 0);
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    border: none
}

.s_posts_blog .left .category.active button,
.s_posts_blog .left .category.active a {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    border-bottom: 1px solid var(--azul);
    padding: 25px 35px;
    margin-bottom: 4px
}

.s_posts_blog .left .category.active button.selected::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.s_posts_blog .left .tags .tag-wrapper {
    max-height: 160px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.s_posts_blog .left .tags .tag-wrapper button {
    font-size: 15px;
    font-family: "Montserrat";
    padding: .25rem .5rem
}

.s_posts_blog .left .tags .tag-wrapper button.selected {
    background-color: #c5ad80;
    color: #fff;
    border-radius: 8px
}

.s_posts_blog .left .tags .tag-wrapper .load-tags {
    margin-top: 10px;
    padding: 5px 12px;
    font-size: 14px
}

.s_posts_blog .left .marcas {
    background-color: #8d8067;
    padding: 24px 8px
}

.s_posts_blog .left .marcas .swiper-marcas-posts {
    overflow: hidden;
    position: relative
}

.s_posts_blog .left .marcas .swiper-marcas-posts .slick-next:before {
    content: url(../images/svg/arrow-slide-white.svg)
}

.s_posts_blog .left .marcas .swiper-marcas-posts .slick-prev:before {
    content: url(../images/svg/arrow-slide-white.svg)
}

.s_posts_blog .left .marcas .swiper-marcas-posts .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .75rem;
    pointer-events: none
}

.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .prev,
.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .next {
    pointer-events: all;
    width: .875rem;
    height: .875rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .prev img,
.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .prev:hover,
.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_posts_blog .left .marcas .swiper-marcas-posts .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_posts_blog .left .marcas .swiper-marcas-posts .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto;
    height: 80px;
    max-width: 200px;
    max-height: 80px
}

.s_posts_blog .left .tags h3 {
    margin-bottom: 24px
}

.s_posts_blog .left .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s_posts_blog .right .row:first-child {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 3rem
}

.s_posts_blog .right .row:first-child .post .thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    -ms-flex-item-align: start;
    align-self: start;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s_posts_blog .right .row:first-child .post ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.s_posts_blog .right .row:first-child .post ul li {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.s_posts_blog .right .row:first-child .post ul li img {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.s_posts_blog .right .row:first-child .post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    padding: 16px 32px
}

.s_posts_blog .right .row:first-child .post__content .btn-primary {
    display: block;
    font-size: 12px
}

.s_posts_blog .right .row:first-child .cta .btn-primary {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.s_posts_blog .right .row:first-child .cta .btn-primary::after {
    content: "";
    background-image: url("../images/svg/arrow-form.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 48px;
    height: 24px
}

.s_posts_blog .mobile {
    display: none
}

@media(max-width: 1400px) {
    .s_posts_blog h3 {
        font-size: .75rem;
        margin-bottom: 1.5rem
    }
    .s_posts_blog .left {
        margin-bottom: 3rem
    }
    .s_posts_blog .left .category li a {
        font-size: .625rem
    }
    .s_posts_blog .left .category li a::after {
        width: 1.125rem;
        height: 1.125rem;
        font-size: .5rem
    }
    .s_posts_blog .left .marcas {
        padding: 1rem .5rem
    }
    .s_posts_blog .left .marcas .swiper-marcas-posts .paginations .next,
    .s_posts_blog .left .marcas .swiper-marcas-posts .paginations .prev {
        width: .5rem;
        width: .5rem
    }
    .s_posts_blog .left .marcas .swiper-marcas-posts .swiper-slide img {
        height: 2.5rem
    }
    .s_posts_blog .left .tags h3 {
        margin-bottom: 1rem
    }
    .s_posts_blog .left .tags ul {
        gap: .75rem
    }
    .s_posts_blog .right .row:first-child {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }
    .s_posts_blog .right .row:first-child .post__content {
        padding: .75rem 1.5rem;
        row-gap: .75rem
    }
    .s_posts_blog .right .row:first-child .post__content ul {
        gap: .75rem
    }
    .s_posts_blog .right .row:first-child .post__content ul li {
        font-size: .625rem
    }
    .s_posts_blog .right .row:first-child .post__content ul li.author img {
        width: 10px;
        height: 10px
    }
    .s_posts_blog .right .row:first-child .post__content .btn-primary {
        border-radius: 20px
    }
    .s_posts_blog .right .row:first-child .cta .btn-primary::after {
        width: 1.375rem;
        height: .75rem
    }
}

@media(max-width: 576px) {
    .s_posts_blog {
        padding-top: 1.5rem
    }
    .s_posts_blog h3 {
        margin-bottom: 2rem
    }
    .s_posts_blog .left {
        margin-bottom: 3rem
    }
    .s_posts_blog .left .category li a {
        max-width: 19.0625rem
    }
    .s_posts_blog .left:not(.mobile) .marcas {
        display: none
    }
    .s_posts_blog .left:not(.mobile) .tags {
        display: none
    }
    .s_posts_blog .left.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3rem
    }
    .s_posts_blog .right {
        margin-top: 0rem;
        padding: 0
    }
    .s_posts_blog .right .row:first-child {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }
    .s_posts_blog .right .row:first-child .post__content {
        padding: 8px 0px
    }
}

@media(max-width: 576px) {
    .s_hero_sobre.video h1 {
        margin: 100px 0;
        text-align: center
    }
}

.s_posts_video h3 {
    font-family: "Montserrat";
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 2.625rem
}

.s_posts_video .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.s_posts_video .left .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.s_posts_video .left .category button {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
    background-color: #ece8e5;
    color: #111110;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    max-height: 0;
    padding: 0 35px;
    display: block;
    text-decoration: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.s_posts_video .left .category button::after {
    content: attr(data-count);
    width: 24px;
    height: 24px;
    background-color: #eee;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    font-size: .625rem;
    line-height: 1
}

.s_posts_video .left .category button:hover {
    background-color: #e2e2e2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_posts_video .left .category button.selected {
    padding: 25px 35px;
    border: none;
    margin-bottom: 8px;
    z-index: 1;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.s_posts_video .left .category button.selected::after {
    position: absolute;
    content: "+";
    background-color: rgba(0, 0, 0, 0);
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    border: none
}

.s_posts_video .left .category.active button,
.s_posts_video .left .category.active a {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    border-bottom: 1px solid var(--azul);
    padding: 25px 35px;
    margin-bottom: 4px
}

.s_posts_video .left .category.active button.selected::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.s_posts_video .left .tags .tag-wrapper {
    max-height: 160px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.s_posts_video .left .tags .tag-wrapper button {
    font-size: 15px;
    font-family: "Montserrat";
    padding: .25rem .5rem
}

.s_posts_video .left .tags .tag-wrapper button.selected {
    background-color: #c5ad80;
    color: #fff;
    border-radius: 8px
}

.s_posts_video .left .tags .tag-wrapper .load-tags {
    margin-top: 10px;
    padding: 5px 12px;
    font-size: 14px
}

.s_posts_video .left .tags h3 {
    margin-bottom: 24px
}

.s_posts_video .left .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s_posts_video .card .video {
    width: 100%;
    height: 240px
}

.s_posts_video .card .video iframe {
    width: 100%;
    height: 100%
}

.s_posts_video .card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    margin: 10px 0;
    gap: 0 5px
}

.s_posts_video .card .top .author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: bottom
}

.s_posts_video .card .top .author img {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    -o-object-fit: cover;
    object-fit: cover
}

.s_posts_video .card .top span {
    font-size: 14px
}

.s_posts_video .card h3 {
    font-size: 16px
}

.s_posts_video .mobile {
    display: none
}

@media(max-width: 1400px) {
    .s_posts_video h3 {
        font-size: .75rem;
        margin-bottom: 1.5rem
    }
    .s_posts_video .left {
        margin-bottom: 3rem
    }
    .s_posts_video .left .category li a {
        font-size: .625rem
    }
    .s_posts_video .left .category li a::after {
        width: 1.125rem;
        height: 1.125rem;
        font-size: .5rem
    }
    .s_posts_video .left .marcas {
        padding: 1rem .5rem
    }
    .s_posts_video .left .marcas .swiper-marcas-posts .paginations .next,
    .s_posts_video .left .marcas .swiper-marcas-posts .paginations .prev {
        width: .5rem;
        width: .5rem
    }
    .s_posts_video .left .marcas .swiper-marcas-posts .swiper-slide img {
        height: 2.5rem
    }
    .s_posts_video .left .tags h3 {
        margin-bottom: 1rem
    }
    .s_posts_video .left .tags ul {
        gap: .75rem
    }
}

@media(max-width: 576px) {
    .s_posts_video {
        padding-top: 1.5rem
    }
    .s_posts_video h3 {
        margin-bottom: 2rem
    }
    .s_posts_video .left {
        margin-bottom: 3rem
    }
    .s_posts_video .left .category li a {
        max-width: 19.0625rem
    }
    .s_posts_video .left:not(.mobile) .marcas {
        display: none
    }
    .s_posts_video .left:not(.mobile) .tags {
        display: none
    }
    .s_posts_video .left.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3rem
    }
}

.s_hero_sobre.franqueado h1 {
    color: #fff
}

.s_hero_sobre.franqueado .btn-primary {
    background-color: #fff;
    color: #111110
}

.s_hero_sobre.franqueado .btn-primary:hover {
    background-color: #8d8067;
    color: #fff
}

@media(max-width: 576px) {
    .s_hero_sobre.franqueado {
        height: 95vh
    }
}

.s_desc_franqueado {
    font-size: 1.1875rem;
    line-height: 2.0625rem
}

.s_desc_franqueado .title {
    margin-bottom: 4rem
}

.s_desc_franqueado p {
    font-size: 16px
}

.s_desc_franqueado .swiper-descplanos-thumb {
    height: 13.75rem
}

.s_desc_franqueado .swiper-descplanos-thumb .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    background-color: #8d8067;
    color: #fff;
    width: 75%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_desc_franqueado .swiper-descplanos-thumb .swiper-slide.swiper-slide-thumb-active {
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_desc_franqueado .swiper-descplanos-thumb .swiper-slide:hover {
    cursor: pointer
}

.s_desc_franqueado .swiper-descplanos-thumb .swiper-slide:hover::after {
    margin-right: -0.25rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_desc_franqueado .swiper-descplanos-thumb .swiper-slide::after {
    content: "";
    background-image: url("../images/svg/arrow-about.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_desc_franqueado .swiper-descplanos-thumb .swiper-slide:nth-child(even) {
    background-color: #c5ad80
}

.s_desc_franqueado .swiper-descplanos .swiper-wrapper .swiper-slide {
    background-color: #fff;
    opacity: 0 !important
}

.s_desc_franqueado .swiper-descplanos .swiper-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 1 !important
}

@media(max-width: 1400px) {
    .s_desc_franqueado {
        font-size: .875rem;
        line-height: 1.5
    }
    .s_desc_franqueado .title {
        margin-bottom: 3rem
    }
    .s_desc_franqueado h3 {
        font-size: .875rem
    }
    .s_desc_franqueado .swiper-descplanos-thumb {
        height: 140px
    }
    .s_desc_franqueado .swiper-descplanos-thumb .swiper-slide {
        padding: .75rem
    }
    .s_desc_franqueado .swiper-descplanos-thumb .swiper-slide::after {
        width: 1rem;
        height: 1rem
    }
}

.s_vantagens_franqueado {
    padding: 6rem 0;
    background-color: #8d8067
}

.s_vantagens_franqueado .mobile {
    display: none
}

.s_vantagens_franqueado h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 4rem
}

.s_vantagens_franqueado .paginations {
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

.s_vantagens_franqueado .paginations .prev,
.s_vantagens_franqueado .paginations .next {
    pointer-events: all;
    width: 1rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_vantagens_franqueado .paginations .prev img,
.s_vantagens_franqueado .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_vantagens_franqueado .paginations .prev:hover,
.s_vantagens_franqueado .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_vantagens_franqueado .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_vantagens_franqueado .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_vantagens_franqueado .cards_vantagens {
    row-gap: 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s_vantagens_franqueado .vantagem {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    color: #fff
}

.s_vantagens_franqueado .vantagem__icon {
    padding: 1rem;
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .1875rem solid #fff;
    border-radius: 100%
}

.s_vantagens_franqueado .vantagem__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.s_vantagens_franqueado .vantagem__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media(max-width: 1400px) {
    .s_vantagens_franqueado {
        padding: 3rem 0
    }
    .s_vantagens_franqueado h2 {
        margin-bottom: 3rem
    }
    .s_vantagens_franqueado .vantagem__icon {
        width: 4rem;
        height: 4rem;
        padding: .75rem
    }
    .s_vantagens_franqueado .vantagem__text {
        font-size: .875rem
    }
}

@media(max-width: 768px) {
    .s_vantagens_franqueado .swiper-vantagens-franqueado {
        overflow: hidden
    }
    .s_vantagens_franqueado .swiper-vantagens-franqueado .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .s_vantagens_franqueado .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .s_vantagens_franqueado .desk {
        display: none
    }
    .s_vantagens_franqueado .vantagem {
        width: 100%;
        max-width: 250px;
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
        color: #fff
    }
    .s_vantagens_franqueado .vantagem__icon {
        width: 4rem;
        height: 4rem;
        padding: .5rem;
        border: 3px solid #fff
    }
    .s_vantagens_franqueado .vantagem__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.s_planos_franqueado h2 {
    color: #8d8067;
    text-align: center;
    margin-bottom: 4rem
}

.s_planos_franqueado .paginations {
    width: calc(100% + 70px);
    height: 4rem;
    position: absolute;
    top: 50%;
    left: -35px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_planos_franqueado .paginations .prev,
.s_planos_franqueado .paginations .next {
    pointer-events: all;
    width: 1rem;
    height: 1rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_planos_franqueado .paginations .prev img,
.s_planos_franqueado .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_planos_franqueado .paginations .prev:hover,
.s_planos_franqueado .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_planos_franqueado .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_planos_franqueado .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide {
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide:nth-child(1) {
    --color-card: #d3907b
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide:nth-child(2) {
    --color-card: #aaaaaa
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide:nth-child(3) {
    --color-card: #e5bc5b
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide:nth-child(4) {
    --color-card: #313c4c
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano {
    background-color: var(--color-card);
    padding: 2px;
    border-radius: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__header {
    text-align: center
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__header h3 {
    color: #fff;
    margin: 1.125rem 0
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #fff
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__bullets li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    line-height: 1
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__bullets li::before {
    content: "";
    background-image: url("../images/svg/check-green.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 1rem;
    min-height: 1rem;
    display: block
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__valor {
    text-align: center;
    margin-top: auto
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__valor .h3 {
    color: var(--color-card)
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__valor p {
    line-height: 1.2
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__valor .btn-primary {
    margin: 24px auto 0 auto;
    background-color: var(--color-card)
}

.s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__valor .btn-primary:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.s_planos_franqueado .cta .btn-primary {
    margin: 64px auto 0 auto;
    background-color: #c5ad80
}

.s_planos_franqueado .cta .btn-primary:hover {
    background-color: #8d8067
}

@media(max-width: 1400px) {
    .s_planos_franqueado h2 {
        margin-bottom: 2rem
    }
    .s_planos_franqueado h3 {
        font-size: 1rem
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano {
        padding: 2px
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__header h3 {
        margin: .75rem 0
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content {
        padding: 1.5rem 1rem
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__bullets {
        gap: .5rem
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__bullets li::before {
        min-width: .625rem;
        min-height: .625rem
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plano__content__valor .h3 {
        font-size: 1.375rem
    }
    .s_planos_franqueado .cta .btn-primary {
        margin-top: 32px
    }
}

@media(max-width: 576px) {
    .s_planos_franqueado .paginations {
        width: calc(100% + 32px);
        left: -16px;
        padding: 0 .25rem
    }
    .s_planos_franqueado .paginations .next,
    .s_planos_franqueado .paginations .prev {
        width: 1.25rem;
        height: 1.25rem
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide {
        display: unset
    }
    .s_planos_franqueado .swiper-planos-franqueado .swiper-slide .plan {
        height: 100%
    }
    .s_planos_franqueado .swiper-planos-franqueado .plano {
        margin: 0 auto;
        max-width: 16.875rem
    }
    .s_planos_franqueado .cta .btn-primary {
        margin-top: 2rem
    }
}

.s_faq_franqueado .accordion .accordion-item {
    border-bottom: 2px solid rgba(197, 173, 128, .25)
}

.s_faq_franqueado .accordion .accordion-item .accordion-header .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    font-size: 1.3125rem
}

.s_faq_franqueado .accordion .accordion-item .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.s_faq_franqueado .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none
}

.s_faq_franqueado .accordion .accordion-item .accordion-header .accordion-button .icon {
    min-width: 1rem;
    min-height: 1rem;
    gap: .25rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_faq_franqueado .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_faq_franqueado .accordion .accordion-item .accordion-collapse {
    font-size: 1.1875rem
}

.s_faq_franqueado .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 0
}

.s_faq_franqueado .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px
}

.s_faq_franqueado .btn-primary {
    margin: 64px auto 0 auto
}

@media(max-width: 1400px) {
    .s_faq_franqueado .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1.15rem
    }
    .s_faq_franqueado .accordion .accordion-item .accordion-collapse {
        font-size: .875rem
    }
}

.s_content_single {
    position: relative;
    padding-top: 8rem
}

.s_content_single::before {
    content: "";
    width: 100%;
    height: 500px;
    background-color: #8d8067;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.s_content_single a {
    text-decoration: underline;
    color: #c5ad80
}

.s_content_single h1 {
    color: #fff
}

.s_content_single h1 + ul {
    margin: 2rem 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem
}

.s_content_single h1 + ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem
}
.s_content_single .description ul {
    padding: 15px 0 15px 40px;
}
.s_content_single .description li {
    list-style: disc !important;
}

.s_content_single ul li img {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%
}
.s_content_single .thumb {
    margin-bottom: 4rem;
    width: 100%;
    aspect-ratio: 2/1
}

.s_content_single .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s_content_single .description p {
    font-size: 16px
}

@media(max-width: 1400px) {
    .s_content_single {
        padding-top: 6rem
    }
    .s_content_single ul {
        margin: 1rem 0
    }
    .s_content_single .thumb {
        margin-bottom: 3rem
    }
}

@media(max-width: 768px) {
    .s_content_single {
        padding-top: 4rem
    }
    .s_content_single::before {
        height: 24.125rem
    }
}

@media(max-width: 576px) {
    .s_content_single .thumb {
        margin-bottom: 3rem
    }
    .s_content_single::before {
        height: 17rem
    }
}

.s_other_single .paginations {
    width: calc(100% + 96px);
    height: 4rem;
    position: absolute;
    top: 25%;
    left: -48px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_other_single .paginations .prev,
.s_other_single .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_other_single .paginations .prev img,
.s_other_single .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_other_single .paginations .prev:hover,
.s_other_single .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_other_single .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_other_single .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_other_single h2 {
    text-align: center;
    margin-bottom: 64px;
    color: #8d8067
}

.s_other_single .swiper-other-single .swiper-slide {
    margin: 0 1rem
}

.s_other_single .swiper-other-single .slick-next {
    top: 25%;
    right: -25px
}

/*.s_other_single .swiper-other-single .slick-next:before{content:url(../images/svg/arrow-circle-dark.svg)}*/

.s_other_single .swiper-other-single .slick-prev {
    top: 25%;
    left: -25px
}

/*.s_other_single .swiper-other-single .slick-prev:before{content:url(../images/svg/arrow-circle-dark.svg)}*/

.s_other_single .swiper-other-single .slick-dots li button:before {
    width: 13px;
    height: 4px;
    margin: 0
}

.s_other_single .swiper-pagination {
    position: unset
}

.s_other_single .swiper-pagination .swiper-pagination-bullet {
    width: .75rem;
    height: .3125rem;
    border-radius: 0;
    background-color: #c5ad80;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_other_single .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_other_single .cta .btn-primary {
    margin: 64px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.s_other_single .cta .btn-primary::after {
    content: "";
    background-image: url("../images/svg/arrow-form.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 2rem;
    height: 1rem
}

@media(max-width: 1400px) {
    .s_other_single h2 {
        margin-bottom: 3rem
    }
    .s_other_single .cta .btn-primary {
        margin-top: 3rem;
        padding: 6px 12px
    }
    .s_other_single .cta .btn-primary::after {
        width: 1rem;
        height: .5rem
    }
}

@media(max-width: 576px) {
    .s_other_single .paginations {
        width: calc(100% + 70px);
        top: 40%;
        left: -35px
    }
    .s_other_single .paginations .prev,
    .s_other_single .paginations .next {
        width: 1rem;
        height: 1rem
    }
}

.s_hero_sobre.trabalhe h1 {
    color: #fff
}

.s_hero_sobre.trabalhe .btn-primary {
    background-color: #fff;
    color: #111110;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_hero_sobre.trabalhe .btn-primary:hover {
    color: #fff;
    background-color: #c5ad80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 576px) {
    h1 {
        color: #c5ad80
    }
    .btn-primary {
        background-color: #8d8067;
        color: #fff
    }
    .btn-primary:hover {
        background-color: #c5ad80
    }
}

.s_form_trabalhe .contact {
    margin-top: 6rem;
    background-color: #c5ad80;
    padding: 3rem 4rem;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s_form_trabalhe .contact h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.s_form_trabalhe .contact p {
    font-size: 16px
}

@media(max-width: 1400px) {
    .s_form_trabalhe .contact {
        margin-top: 4rem;
        padding: 1.75rem;
        font-size: 1rem
    }
}

@media(max-width: 992px) {
    .s_form_trabalhe .contact {
        padding: 1.5rem;
        row-gap: 1rem
    }
}

.s_map_trabalhe {
    display: none;
    padding-top: 0;
    padding-bottom: 0
}

.s_map_trabalhe img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 768px) {
    .s_map_trabalhe {
        overflow: hidden;
        display: block
    }
    .s_map_trabalhe img {
        min-height: 50vh;
        max-width: none
    }
}

.s_hero_sobre.contato h1 {
    color: #fff
}

.s_form_trabalhe.contato .image-left {
    border-radius: .75rem;
    -webkit-box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, .6);
    box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, .6)
}

.s_form_trabalhe.contato .contato__content {
    --bs-gutter-x: 48px
}

@media(max-width: 992px) {
    .s_form_trabalhe.contato .image-left {
        margin: 0 auto 32px auto;
        max-width: 85%;
        max-height: 80vh
    }
}

.s_map_contato {
    margin-bottom: -10px;
    padding-bottom: 0
}

@media(max-width: 1400px) {
    .s_map_contato {
        padding-bottom: 0;
        padding-top: 0
    }
    .s_map_contato img {
        max-width: 90%
    }
}

@media(max-width: 1024px) {
    .s_map_contato {
        padding-bottom: 0;
        padding-top: 0
    }
    .s_map_contato .container-fluid {
        padding: 0
    }
    .s_map_contato img {
        width: 100%;
        max-width: 100%
    }
}

.s_content_politica {
    padding-top: 0
}

.s_content_politica .header {
    background-color: #8d8067;
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 4rem
}

.s_content_politica .header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0;
    gap: 1rem
}

.s_content_politica .header ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.s_content_politica .header ul li img {
    border-radius: 50%
}

.s_content_politica .content {
    margin: 4rem 0
}

.s_content_politica .content ul {
    padding: 0 0 0 40px
}

.s_content_politica .content ul li {
    list-style: disc;
    margin: 10px 0
}

@media(max-width: 1400px) {
    .s_content_politica .header {
        padding-top: 64px;
        padding-bottom: 32px
    }
    .s_content_politica .content {
        margin-top: 3rem
    }
}

@media(max-width: 768px) {
    .s_content_politica {
        padding-top: 0
    }
    .s_content_politica .header {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .s_content_politica .header ul {
        margin-bottom: 0
    }
    .s_content_politica .content {
        margin-top: 2rem;
        margin-bottom: 0
    }
}

.s_hero_sobre.revendedora h1 {
    color: #fff
}

.s_hero_sobre.revendedora .btn-primary {
    background-color: #fff;
    color: #8d8067
}

.s_hero_sobre.revendedora .btn-primary:hover {
    background-color: #8d8067;
    color: #fff
}

@media(max-width: 768px) {
    .s_hero_sobre.revendedora .btn-primary {
        background-color: #8d8067;
        color: #fff
    }
    .s_hero_sobre.revendedora .btn-primary:hover {
        background-color: #fff;
        color: #8d8067
    }
}

@media(max-width: 576px) {
    .s_hero_sobre.revendedora {
        height: 95vh
    }
}

.s_desc_revendedora .left .content {
    background-image: url("../images/jpg/revendedora/left-desc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem 1rem;
    position: relative;
    color: #fff;
    aspect-ratio: 1/1.5
}

.s_desc_revendedora .left .content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    opacity: .5;
    pointer-events: none
}

.s_desc_revendedora .left .content>* {
    position: relative;
    z-index: 1
}

.s_desc_revendedora .left .content h4 {
    line-height: 1
}

.s_desc_revendedora .left .content p {
    line-height: 1.5625rem;
    font-size: 16px;
    text-wrap: balance
}

.s_desc_revendedora .right {
    font-size: 16px
}

@media(max-width: 1400px) {
    .s_desc_revendedora .right {
        font-size: 1rem
    }
}

@media(max-width: 992px) {
    .s_desc_revendedora .container .row {
        row-gap: 1.5rem
    }
}

@media(max-width: 768px) {
    .s_desc_revendedora {
        padding-bottom: 0
    }
    .s_desc_revendedora .left {
        max-width: 21.875rem
    }
}

@media(max-width: 576px) {
    .s_desc_revendedora .jcc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .s_desc_revendedora .left .content h2 {
        font-size: 30px
    }
    .s_desc_revendedora .left .content p {
        font-size: 14px;
        line-height: 1.1
    }
}

.s_depoimentos_revendedora {
    background-color: #efefef
}

.s_depoimentos_revendedora h2 {
    text-align: center;
    margin-bottom: 3.5rem
}

.s_depoimentos_revendedora .paginations {
    width: calc(100% + 96px);
    height: 4rem;
    position: absolute;
    top: 30%;
    left: -48px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_depoimentos_revendedora .paginations .prev,
.s_depoimentos_revendedora .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_depoimentos_revendedora .paginations .prev img,
.s_depoimentos_revendedora .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_depoimentos_revendedora .paginations .prev:hover,
.s_depoimentos_revendedora .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_depoimentos_revendedora .paginations .prev.swiper-button-disabled,
.s_depoimentos_revendedora .paginations .next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.s_depoimentos_revendedora .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_depoimentos_revendedora .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_depoimentos_revendedora .swiper-depoimentos-revendedora .slick-next {
    right: -25px
}

.s_depoimentos_revendedora .swiper-depoimentos-revendedora .slick-prev {
    left: -25px
}

.s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 2rem;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 1rem
}

.s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .header img {
    border-radius: 50%
}

.s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .body {
    line-height: 1.5;
    padding-top: 1rem
}

.s_depoimentos_revendedora .swiper-pagination {
    position: unset;
    margin-top: 2rem
}

.s_depoimentos_revendedora .swiper-pagination .swiper-pagination-bullet {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_depoimentos_revendedora .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8d8067;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1400px) {
    .s_depoimentos_revendedora h2 {
        margin-bottom: 2rem
    }
    .s_depoimentos_revendedora .paginations {
        top: 15%
    }
    .s_depoimentos_revendedora .paginations .next,
    .s_depoimentos_revendedora .paginations .prev {
        width: 1rem;
        height: 1rem
    }
    .s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide {
        padding: 16px
    }
    .s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .header {
        gap: 1rem
    }
    .s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .header img {
        width: 1.5rem;
        height: 1.5rem
    }
    .s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .header .description {
        font-size: 1rem
    }
    .s_depoimentos_revendedora .swiper-depoimentos-revendedora .swiper-slide .body p {
        font-size: 1rem
    }
    .s_depoimentos_revendedora .swiper-pagination {
        margin-top: 2rem
    }
    .s_depoimentos_revendedora .swiper-pagination .swiper-pagination-bullet {
        width: .375rem;
        height: .375rem
    }
}

@media(max-width: 768px) {
    .s_depoimentos_revendedora h2 {
        margin-bottom: 2rem
    }
}

.s_cta_revendedora {
    padding: 0;
    position: relative;
    text-align: center
}

.s_cta_revendedora .container-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.s_cta_revendedora .container-pagination .paginations {
    width: calc(100% + 96px);
    height: 4rem;
    position: absolute;
    top: 30%;
    left: -48px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    pointer-events: none
}

.s_cta_revendedora .container-pagination .paginations .prev,
.s_cta_revendedora .container-pagination .paginations .next {
    pointer-events: all;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta_revendedora .container-pagination .paginations .prev img,
.s_cta_revendedora .container-pagination .paginations .next img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.s_cta_revendedora .container-pagination .paginations .prev:hover,
.s_cta_revendedora .container-pagination .paginations .next:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.s_cta_revendedora .container-pagination .paginations .prev.swiper-button-disabled,
.s_cta_revendedora .container-pagination .paginations .next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.s_cta_revendedora .container-pagination .paginations .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s_cta_revendedora .container-pagination .paginations .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide {
    padding: 3rem 0;
    min-height: 70vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide>* {
    position: relative;
    z-index: 1
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide img {
    margin: 0 auto 1rem;
    width: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Monserrat", sans-serif
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide p {
    font-size: 1.75rem;
    line-height: 1.4
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide .btn-primary {
    margin: 20px auto 0;
    background-color: #c5ad80
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide .btn-primary:hover {
    background-color: #8d8067
}

.s_cta_revendedora .swiper-cta-revendedora .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width: 1400px) {
    .s_cta_revendedora .container-pagination .paginations .next,
    .s_cta_revendedora .container-pagination .paginations .prev {
        width: 1rem;
        height: 1rem
    }
    .s_cta_revendedora .swiper-cta-revendedora .swiper-slide img {
        width: 2rem;
        height: 2rem
    }
    .s_cta_revendedora .swiper-cta-revendedora .swiper-slide h2 {
        margin: 1rem 0
    }
}

@media(max-width: 576px) {
    .s_cta_revendedora h2 {
        font-size: 1.375rem;
        line-height: 1.5
    }
    .s_cta_revendedora .container-pagination .paginations {
        width: 100%;
        left: 0
    }
}

footer {
    color: #fff
}

footer .container-fluid {
    padding: 0
}

footer .menus {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #8d8067
}

footer .menus .mobile {
    display: none
}

footer .menus .contatos {
    padding: 0 105px 0 0
}

footer .menus .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

footer .menus .box div {
    line-height: 1
}

footer .menus .box div span {
    font-weight: 500
}

footer .menus .box div .logo-footer {
    width: 200px;
    margin-bottom: 20px
}

footer .menus .box div .title {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 500
}

footer .menus .box .phones>div:first-child {
    margin-bottom: 5px
}

footer .menus .box a {
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 17px;
    font-weight: 500
}

footer .menus .box a:hover {
    color: #c5ad80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

footer .menus .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

footer .menus .box ul li {
    line-height: 1
}

footer .menus .box .tel {
    gap: 0
}

footer .menus .box .redes {
    margin-top: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .menus .box .redes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1rem
}

footer .menus .box .redes ul li a {
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

footer .menus .box .redes ul li a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

footer .menus .box .redes ul li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

footer .formas-pagamento.mobile {
    display: none
}

footer .rodape {
    background-color: #c5ad80;
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

footer .conceptions {
    padding: 3rem 0;
    color: #575756;
    text-align: center
}

footer .conceptions small {
    line-height: 1.2;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000
}

footer .conceptions a {
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 1
}

footer .conceptions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .conceptions ul .desktop {
    display: block;
    text-wrap: balance
}

footer .conceptions .mobile {
    display: none
}

@media(max-width: 1400px) {
    footer .menus .container {
        max-width: 1030px
    }
    footer .menus .box {
        gap: 1rem
    }
    footer .menus .box .redes ul {
        gap: 1rem
    }
    footer .menus .box .redes ul li a img {
        width: 1rem;
        height: 1rem
    }
    footer .menus .box.menu ul li a {
        font-size: 15px
    }
    footer .rodape {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    footer .conceptions {
        padding: 1.5rem 0
    }
    footer .conceptions .container {
        max-width: 1000px
    }
    footer .conceptions a {
        font-size: 12px
    }
}

@media(max-width: 992px) {
    footer .menus .mobile {
        display: block;
        margin-bottom: 30px
    }
    footer .menus .mobile .menu-drop {
        border: 1px solid #c5ad80;
        overflow: hidden;
        margin: 0 10px
    }
    footer .menus .mobile .menu-drop .menu-drop__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 25rem;
        color: #fff;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 700;
        margin: 0 auto
    }
    footer .menus .mobile .menu-drop .menu-drop__toggle img {
        width: 1rem;
        height: 1rem;
        -o-object-fit: contain;
        object-fit: contain
    }
    footer .menus .mobile .menu-drop ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        max-height: 0px;
        pointer-events: none;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }
    footer .menus .mobile .menu-drop ul a {
        font-weight: 600;
        font-size: 14px;
        color: #fff
    }
    footer .menus .mobile .menu-drop.show ul {
        padding: 0px 16px 16px 16px;
        max-height: 100%;
        pointer-events: all;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        margin-top: 10px
    }
    footer .menus .row .logo-footer {
        width: 200px;
        margin: 0 auto 25px
    }
    footer .menus .row .contatos {
        padding: 0
    }
    footer .menus .row .box {
        text-wrap: balance;
        max-width: 16.875rem
    }
    footer .menus .row .box .wrapper-redes {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2rem
    }
    footer .menus .row .box .wrapper-redes .title {
        display: inline-block;
        max-width: 200px
    }
    footer .menus .row .box .wrapper-redes .title b {
        line-height: 150%;
        font-weight: 600
    }
    footer .menus .row .box .wrapper-redes .redes {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 10px
    }
    footer .menus .row .box .wrapper-mail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: .5rem
    }
    footer .menus .row .box .wrapper-telefone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    footer .menus .row .box .wrapper-telefone .title {
        display: inline-block
    }
    footer .menus .row .box .wrapper-whatsapp {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    footer .menus .row .box .wrapper-whatsapp .title {
        display: inline-block
    }
    footer .menus .row .box .title.mail {
        display: none
    }
    footer .menus .row .box b {
        font-weight: 500
    }
    footer .menus .row .box .mail {
        font-size: 14px;
        line-height: 1;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-weight: 600
    }
    footer .menus .row .box .tel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 14px;
        font-weight: 600
    }
    footer .menus .row .menu {
        display: none
    }
    footer .formas-pagamento .row:first-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer .formas-pagamento.mobile {
        display: block;
        padding: 24px 0
    }
    footer .formas-pagamento.mobile .content {
        max-width: 19.6875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        color: #575756
    }
    footer .formas-pagamento.mobile .content .seguro {
        width: 100%;
        max-width: 14.8125rem;
        margin: 0 auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
    footer .formas-pagamento.mobile .content h3 {
        font-family: "Montserrat";
        font-size: 1.25rem;
        font-weight: 600
    }
    footer .formas-pagamento.mobile .content .bandeiras {
        width: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left
    }
    footer .rodape {
        padding: 1.5rem 0
    }
    footer .rodape p {
        margin: 0 auto;
        max-width: 17.1875rem;
        text-wrap: balance
    }
    footer .conceptions__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
        text-align: left
    }
    footer .conceptions__content #textoReservado {
        overflow: hidden;
        position: relative;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.5
    }
    footer .conceptions__content .small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #000;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    footer .conceptions__content .small button {
        text-decoration: underline
    }
    footer .conceptions__content ul {
        gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    footer .conceptions__content ul li {
        width: 100%
    }
    footer .conceptions__content ul li a {
        font-weight: 600;
        text-align: center
    }
    footer .conceptions__content ul .desktop {
        display: none
    }
    footer .conceptions__content .mobile {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block;
        max-width: calc(100% - 70px);
        text-align: center;
        margin: 0 auto
    }
}

@media(max-width: 576px) {
    footer .menus .row .box .redes p {
        font-size: 1rem
    }
}

* {
    scroll-margin-top: 115px
}

.hidden {
    display: none !important
}

.link-completo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.relative {
    position: relative
}

.img-fundo {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.redes img {
    width: 22px;
    height: 22px
}

.grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.s_influencers_influencers .grid-content {
    grid-template-columns: 1fr 1fr 1fr
}

@media(max-width: 576px) {
    .s_influencers_influencers .grid-content {
        grid-template-columns: 1fr
    }
}

.s_faq_franqueado .load-more {
    line-height: 1.2
}

.load-more {
    margin: 64px auto;
    font-weight: 500;
    text-transform: uppercase
}

.load-more * {
    vertical-align: bottom
}

.load-more img {
    display: inline-block;
    width: 20px;
    margin-left: .5rem
}

.product__card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    max-width: 17.5rem
}

.product__card .content .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product__card .content .top .destaque {
    padding: .125rem .25rem;
    background-color: #8d8067;
    border-radius: .25rem;
    color: #fff;
    font-size: .625rem
}

.product__card .content .top img {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.product__card .content h4 {
    max-width: 11.5rem
}

.product__card .content .price {
    line-height: 1;
    font-size: 1.125rem
}

.product__card .content .btn-primary {
    display: none
}

.product__card .content .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.product__card .content .btns .btn-primary {
    margin-top: 0;
    display: block
}

.product__card .content .btns .btn-primary:last-child {
    background-color: #c5ad80
}

.post_model_1 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.6/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative
}

.post_model_1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.post_model_1 ul li {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.post_model_1 ul li img {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain
}

.post_model_1 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 16px 32px
}

.post_model_1 .content .btn-primary {
    padding: 6px 16px;
    border-radius: 20px
}

form.pattern {
    --bs-gutter-y: 1rem
}

form.pattern .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

form.pattern .field label {
    font-size: 1.125rem;
    font-weight: 700;
    color: #8d8067
}

form.pattern .field input,
form.pattern .field textarea,
form.pattern .field select {
    height: 3.4375rem;
    padding: 1rem;
    border: 2px solid #c5ad80;
    border-radius: 12px;
    font-size: 1.125rem
}

form.pattern .field textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 9.375rem;
    max-height: 11.25rem
}

form.pattern .field .select {
    position: relative
}

form.pattern .field .select:has(:hover) label {
    background-color: #c5ad80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

form.pattern .field .select select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form.pattern .field .select select:hover {
    cursor: pointer
}

form.pattern .field .select label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #8d8067;
    aspect-ratio: 1/1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    pointer-events: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

form.pattern .field .select label img {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain
}

form.pattern .field-anexo .input-file {
    display: none
}

form.pattern .field-anexo .button {
    height: 3.4375rem;
    padding: 1rem;
    border: 2px solid #c5ad80;
    border-radius: 12px;
    font-size: 1.125rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #606060
}

form.pattern .field-anexo .button .input-file-trigger {
    background-color: #8d8067;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    height: calc(100% + 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 8px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

form.pattern .field-anexo .button .input-file-trigger:hover {
    cursor: pointer;
    background-color: #c5ad80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

form.pattern .field .btn-primary {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-radius: 8px
}

form.pattern .field .btn-primary::after {
    content: "";
    background-image: url("../images/svg/arrow-form.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 2rem;
    height: 1rem
}

form.pattern .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

form.pattern .checkbox [type=checkbox] {
    display: none
}

form.pattern .checkbox .checkbox_fake {
    border: 1px solid #c5ad80;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .25rem;
    border-radius: .25rem;
    margin-top: .25rem
}

form.pattern .checkbox .checkbox_fake img {
    width: .625rem;
    height: .625rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

form.pattern .checkbox small {
    font-size: 12px;
    color: #111110;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.1875rem;
    font-weight: 400
}

form.pattern .checkbox:has([type=checkbox]:checked) .checkbox_fake img {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

form.pattern .checkbox:hover {
    cursor: pointer
}

.swiper-button-disabled {
    opacity: .5;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media(max-width: 1400px) {
    form.pattern {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem
    }
    form.pattern .field label {
        font-size: 1rem
    }
    form.pattern .field input,
    form.pattern .field textarea,
    form.pattern .field select {
        border-radius: .25rem;
        border-width: 1px;
        height: 2.5rem;
        font-size: 1rem;
        padding: .75rem
    }
    form.pattern .field textarea {
        min-height: 100px;
        max-height: 150px
    }
    form.pattern .field .btn-primary::after {
        width: 1rem;
        height: .5rem
    }
    form.pattern .field .select label {
        border-radius: .25rem
    }
    form.pattern .field-anexo .button {
        border-radius: .5rem;
        border-width: 1px;
        height: 2.25rem;
        font-size: .625rem;
        padding: .75rem
    }
    form.pattern .field-anexo .button .input-file-trigger {
        font-size: 1rem;
        padding: 0 .75rem;
        border-radius: .25rem
    }
    form.pattern .checkbox small {
        font-size: .75rem;
        line-height: 1.2
    }
    form.pattern .checkbox .checkbox_fake {
        margin: 0;
        padding: 0
    }
    .post_model_1 ul {
        gap: 8px
    }
    .post_model_1 ul li {
        font-size: .625rem
    }
    .post_model_1 ul li.author {
        -webkit-column-gap: .25rem;
        -moz-column-gap: .25rem;
        column-gap: .25rem
    }
    .post_model_1 ul li.author img {
        width: 10px;
        height: 10px
    }
    .post_model_1 .content {
        padding: .75rem 1.3125rem;
        row-gap: .875rem
    }
}

@media(max-width: 1200px) {
    .post_model_1 .content {
        padding: 8px 0
    }
    .grid-content {
        grid-template-columns: 1fr
    }
}

@media(max-width: 768px) {
    form.pattern .field .btn-primary {
        padding: .75rem 1.5rem;
        margin: 0
    }
    .contact {
        padding: 1.5rem;
        row-gap: 1rem
    }
}

.pos-rel {
    position: relative
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.popup-video {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%)
}

.popup-video.ativado {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.popup-video .video {
    position: relative;
    top: 50%;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    background-color: #fff
}

.popup-video .fecha-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup-video iframe {
    width: 800px;
    height: 400px
}

.cursor-pointer {
    cursor: pointer
}

@media(max-width: 1200px) {
    .popup-video .video {
        padding: 15px
    }
    .popup-video iframe {
        width: 100%;
        height: 200px
    }
}

.btn-flutuante {
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-flutuante .btn-sobe-topo {
    background-color: #fff;
    outline: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    cursor: pointer
}

.btn-flutuante .btn-sobe-topo i {
    font-size: 25px
}

.btn-flutuante .whatsapp {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #25d366;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-flutuante .whatsapp svg {
    width: 35px;
    margin-left: 3px
}

.btn-flutuante .whatsapp svg path {
    fill: #fff
}

@media(max-width: 1200px) {
    .btn-flutuante {
        right: 10px;
        bottom: 10px
    }
}

.section_cookie {
    margin: auto;
    z-index: 120;
    position: fixed;
    left: 0;
    bottom: 15px;
    width: 100%
}

.section_cookie .box {
    background-color: #fff
}

.section_cookie .text {
    padding: 10px 25px;
    font-weight: 600;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 22px
}

.section_cookie .close_cookie {
    border: none;
    background-color: #1d2c43;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer
}