:root {
    --color-red: #CC092F;
    --color-gray: #F0F1F5;
    --gradient-red-rose: linear-gradient(180deg, #CC092F 0%, #B81570 100%)
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-sans-serif);
}

svg[hidden] {
    position: absolute;
}

.lp-wrapper {
    display: grid;
}
.central-de-atendimento{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lp-btn {
    display: flex;
    height: 48px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    color: #fff;
    background: var(--color-red);
    align-items: center;
    justify-content: center;
}

.lp-swiper .swiper-button-prev,
.lp-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
}

.lp-swiper .swiper-button-prev:after,
.lp-swiper .swiper-button-next:after {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-red);
}

.lp-swiper .swiper-button-prev {
    left: 24px;
}

.lp-swiper .swiper-button-next {
    right: 24px;
}

.lp-swiper .swiper-pagination-bullet-active {
    background: var(--color-red);
}

/* HEADER */
.lp-header {
    position: relative;
    background: #EEEEEE;
}

.lp-header:before {
    content: '';
    position: absolute;
    top: 48px;
    left: 0;
    width: 52px;
    height: 198px;
    background: url(../svg/graf-dir-top.svg) 50% 50% no-repeat;
    background-size: cover;
}

.lp-header .lp-container {
    display: grid;
    gap: 6px;
    padding-top: 52px;
    padding-left: 62px;
    padding-right: 12px;
}

.lp-header h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.lp-header h2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    max-width: 220px;
}

.lp-header .lp-content i {
    display: none;
}

.lp-header figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: -80px;
}

.lp-header figure::before {
    content: '';
    position: absolute;
    top: 7.5%;
    bottom: 0;
    right: 0;
    left: 20%;
    background: url(../img/bolas_degrade.png) 0% 0% no-repeat;
    background-size: cover;

    @supports (background-image: url('../img/bolas_degrade.webp')) {
        background-image: url('../img/bolas_degrade.webp');
    }
}
body.mobile div#topBar div.holder {
    display: block !important;
    margin: 0 20px;
    
}
.lp-header figure img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 388;
    object-fit: cover;
    object-position: 23.5% 50%;
}

#btnFloat.lp-actions {
    position: fixed;
    bottom: 0;
    padding: 16px;
    width: 100%;
    z-index: 999;
}
#btnFloat.lp-actions .lp-btn{
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

/* SOBRE */
.lp-about {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 16px 40px;
}

.lp-about header {
    position: relative;
    max-width: 1503px;
    padding: 18px 18px 70px;
    background: #F2F2F2;
}

.lp-about header:before {
    content: '';
    position: absolute;
    width: 146px;
    height: 48px;
    right: -16px;
    bottom: -24px;
    background: url(../svg/about_grafismo.svg) 50% 50% no-repeat;
    background-size: cover;
}

.lp-about header i {
    position: absolute;
    display: inline-block;
    width: 85px;
    height: 85px;
    top: -30px;
    left: -8px;
}

.lp-about header i svg {
    display: block;
    width: inherit;
    height: inherit;
}

.lp-about header .lp-content {
    display: grid;
    gap: 30px;
}

.lp-about header .lp-head {
    display: grid;
    justify-content: start;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-left: 80px;
}

.lp-about header .lp-head span {
    background: var(--color-red);
    color: #fff;
    padding: 0 4px;
    margin-left: -4px;
}

.lp-about header .lp-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0;
}

.lp-about article {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 80px 18px 0;
}

.lp-about article h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.lp-about article ul {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}
.lp-about article ul li{
    list-style: none !important;
}
.lp-about article ul i {
    width: 64px;
    height: 64px;
    display: inline-block;
}

.lp-about article ul i svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* PRODUTOS */
.lp-products {
    position: relative;
    display: flex;
    justify-content: center;
}

.lp-products article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1704px;
    background: #F2F2F2;
    overflow: hidden;
}

.lp-products .lp-categories {
    display: flex;
    max-width: 100vw;
    gap: 50px;
    padding: 40px 32px 24px;
    overflow: auto;
    scroll-behavior: smooth;
    margin: 0;
}

.lp-products .lp-categories a {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    padding: 6px 12px;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    border-radius: 34px;
}

.lp-products .lp-categories a:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 6px;
    left: 8px;
    right: 8px;
    height: 1px;
    background: var(--color-red);
}

.lp-products .lp-categories .lp-current {
    background: var(--color-red);
    color: #fff;
}

.lp-products .lp-swiper {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 0 64px 24px 32px;
}

.lp-products .lp-slide {
    padding: 32px 24px 54px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.lp-products .lp-slide figure {
    margin: 0;
}

.lp-products .lp-slide figure picture {
    display: flex;
    min-height: 309px;
    align-items: center;
    margin-bottom: 32px;
}

.lp-products .lp-slide figure img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-products .swiper-pagination {
    position: relative;
    top: 0;
    margin-top: 16px;
}

.lp-products .lp-swiper .swiper-button-prev,
.lp-products .lp-swiper .swiper-button-next {
    display: none;
}

.lp-products .lp-actions {
    display: grid;
    gap: 18px;
    padding: 0 42px 16px;
    text-align: center;
}

/* VANTAGENS */
.lp-advantages {
    display: grid;
    width: 100%;
    max-width: 1736px;
    margin: 0 auto;
    padding: 24px 16px;
}

.lp-advantages header {
    margin-bottom: 32px;
}

.lp-advantages header h3 {
    font-size: 24px;
    font-weight: 600;
}

.lp-advantages header i {
    display: none;
}

.lp-advantages article ul {
    display: grid;
    gap: 54px;
}

.lp-advantages article ul li {
    display: flex;
    gap: 24px;
    align-items: center;
}

.lp-advantages article h3 {
    font-size: 14px;
    font-weight: 700;
}

.lp-advantages article i {
    width: 62px;
    height: 62px;
    display: inline-block;
}

.lp-advantages article i svg {
    display: block;
    width: inherit;
    height: inherit
}

.lp-advantages article figure {
    position: relative;
    margin: 52px auto;
    padding: 16px;
}

.lp-advantages article figure:before {
    content: '';
    position: absolute;
    display: block;
    top: 64px;
    bottom: -32px;
    left: 80px;
    right: -16px;
    background: url(../svg/advantages_grafismo.svg) 50% 50% no-repeat;
    background-size: cover;
}

.lp-advantages article figure:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    right: 16px;
    bottom: 0;
    background: var(--color-red);
}

.lp-advantages article figure img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    z-index: 1;
}

.lp-features {
    width: 100%;
    margin-bottom: 90px;
}

.lp-features header {
    padding: 0 16px 48px;
}

.lp-features header .lp-content {
    display: grid;
    gap: 24px;
}

.lp-features header h2 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.lp-features header h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 16px;
    margin: 0;
}

.lp-features header h3 strong {
    font-weight: 700;
}

.lp-features article {
    display: grid;
}

.lp-features .lp-swiper {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 18px;
    background: #f2f2f2;
    margin-bottom: -2px;
}

.lp-features .lp-slide figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    overflow: hidden;
}

.lp-features .lp-slide figure video {
    position: relative;
    top: 2px;
    width: 100%;
    min-height: 446px;
    object-fit: cover;
    object-position: 60% 50%;
    aspect-ratio: 375 / 446;
    clip-path: inset(3px 1px);
}

.lp-features .lp-actions {
    padding:  0 32px;
}


/* LOJAS */
.lp-stores {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: -340px;
    z-index: 1;
}

.lp-stores header {
    width: 100%;
    padding: 0 32px;
    background: #F2F2F2;
}

.lp-stores header ul {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: -40px;
    margin-left: -24px;
    margin-bottom: 48px;
    list-style: none;
}
.lp-stores header ul li{display: inline-block;}

.lp-stores header i {
    display: block;
    width: 60px;
    height: 60px;
}

.lp-stores header i svg {
    display: block;
    width: inherit;
    height: inherit;
}

.lp-stores header h4 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10pxsss;
}

.lp-stores header h4 small {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.lp-stores article {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #F2F2F2;
}

.lp-stores .lp-swiper {
    position: relative;
    max-width: 730px;
    margin: 0 auto;
    overflow: hidden;
}

.lp-stores .lp-swiper:before,
.lp-stores .lp-swiper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    background: #f2f2f2;
    z-index: 2;
}

.lp-stores .lp-swiper:before {
    left: 0;
}

.lp-stores .lp-swiper:after {
    right: 0;
}

.lp-stores .swiper-container {
    padding: 0 32px 48px;
}

.lp-stores .swiper-container:not(.swiper-initialized) .swiper-wrapper {
    gap: 14px;
}

.lp-stores .lp-swiper .swiper-slide {
    width: calc((100% - (14px * 4))/5);;
}

.lp-stores .lp-slide {
    display: grid;
    gap: 24px;
}

.lp-stores .lp-slide figure {
    margin: 0;
    width: 100%;
    max-width: 88px;
    /* height: 88px; */
}

.lp-stores .lp-slide figure img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-stores .lp-swiper .swiper-pagination-bullet-active {
    background: var(--color-red);
}


.lp-stores .lp-disclaimer {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin:10px 0 0;
}

/* FAQ */
.lp-faq {
    background: var(--color-red);
    color: #fff;
    padding-top: 376px;
}

.lp-faq header {
    text-align: center;
}

.lp-faq header h2 {
    font-size: 24px;
    margin: 24px 0 0;
    font-weight: 300;
}

.lp-faq header h2 small {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.lp-faq header p {
    font-size: 15px;
    margin: 30px 30px 0;
    font-weight: 300;
}

.lp-faq article {
    padding: 40px 24px 64px;
    max-width: 1120px;
    margin: 0 auto;
}

.lp-faq .lp-actions {
    display: grid;
    justify-content: center;
    gap: 20px;
    margin-top: 48px;
}

.lp-faq .lp-actions .lp-btn {
    max-width: 310px;
    min-width: 310px;
    border: 1px solid #fff;
    cursor: pointer;
}

.lp-faq .lp-actions small {
    display: block;
    text-align: center;
}

.lp-faq .lp-contact {
    display: flex;
    width: 124px;
    height: 34px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.lp-faq .lp-contact span {
    display: block;
    width: 100px;
}

.lp-faq .lp-contact i {
    width: 12px;
    height: 12px;
}

.lp-faq .lp-contact i svg {
    display: block;
    width: inherit;
    height: inherit;
}

.lp-doubtlist {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.lp-doubtlist:first-child {
    border-top: 1px solid rgba(0,0,0,.25);
}

.lp-doubtlist:last-of-type {
    margin-bottom: 48px;
}

.lp-doubtlist dd {
    margin: 0;
    max-height: 0;
    opacity: 0;
    transition: max-height .3s, opacity .3s;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

.lp-doubtlist dd p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.lp-doubtlist dt {
    display: grid;
    grid-template-columns: auto 24px;
    padding: 24px 0;
    gap: 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: margin-top .3s;
}

.lp-doubtlist dt h4,
.lp-doubtlist dd h4{
    margin: 0;
    padding: 0;
    font-weight: inherit;
}
.lp-doubtlist dt h4{
    pointer-events:none
}

.lp-doubtlist dt:after {
    content: "";
    display: block;
    background: url(../svg/arrow-min.svg) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    flex: 1 0 auto;
    transition: transform .3s;
}

.lp-doubtlist dt ~ dt {
    border-top: 1px solid rgba(0,0,0,.25);
}

.lp-doubtlist dt.is-active + dd + dt {
    margin-top: 24px;
}

.lp-doubtlist dt.is-active:after {
    transform: rotate(90deg);
}

.lp-doubtlist dt.is-active + dd {
    max-width: 90%;
    max-height: 666px;
    opacity: 1;
    padding-bottom: 20px;
}

.lp-doubtlist dt.lp-more,
.lp-doubtlist dt.lp-more ~ dt,
.lp-doubtlist dt.lp-more ~ dd {
    display: none;
}

@media (max-width: 320px) {
    div#topBar.headertopBar div.holderMobile a.baixe {
        width: 80px;
    }
    .lp-faq article {
        padding: 40px 5px 20px;
        margin: 0 auto;
    }
    .lp-stores header ul {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: -73px;
        margin-left: -24px;
        margin-bottom: 48px;
        list-style: none;
    }
}

.qrcode {
    display: none;
    width: 136px;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 9999;
    background: rgba(60, 60, 60, 0.26);
    padding: 12px;
    border-radius: 18px;
    text-align: center;
    backdrop-filter: blur(10px);
}
.qrcode small {
    display: block;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #fff;

}

.fixSafari{border:1px solid black}

