/* GLOBALS */

:root {
    --light-brown: #F2EDE9;
    --dark-brown: #5B080C;
    --dark-gray: #47484C;
    --light-gray: #EBE1E1;
    --dark-red: #A6091E;
    --mid-red: #900F15;
    --main-red: #CC0B2F;
    --translucent-light-brown: rgba(182, 115, 111, 0.2);
    --filter-white-to-dark-brown: brightness(0) saturate(100%) invert(12%) sepia(27%) saturate(5372%) hue-rotate(336deg) brightness(88%) contrast(110%);
    --filter-white-to-main-red: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(4051%) hue-rotate(340deg) brightness(89%) contrast(102%);
    --gradient-red: linear-gradient(270deg, var(--dark-brown) 0%, var(--main-red) 100%);
    --gradient-red-tp2: linear-gradient(90deg, var(--main-red) 0%, var(--mid-red) 40%, var(--dark-brown) 100%);
    --header-height: 104px;
}

html {
    background: var(--light-brown);
    color: var(--dark-brown);
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

/* STRUCTURE: TOPBAR */
body div#topBar.headertopBar {
    display: flex;
    background: var(--light-brown);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

body div#topBar.headertopBar div.holder .ico-cadeado,
body div#topBar.headertopBar div.holder div.como-usar span img,
body #acessib-menu-feat a.bt-acessib span.icone {
    filter: var(--filter-white-to-dark-brown);
}

body .mainHeader ul.navSeg li.sub .sub-icon {
    filter: brightness(0) saturate(100%) invert(9%) sepia(75%) saturate(5152%) hue-rotate(344deg) brightness(105%) contrast(102%);;
}

body div#topBar.headertopBar div.holder .legenda-acessa-conta,
body div#topBar.headertopBar div.holder form fieldset>ul li {
    color: var(--dark-brown);
    font-weight: 600;
}

body div#topBar.headertopBar div.holder form fieldset>ul li.lembrar {
    margin-top: 8px;
}

body div#topBar.headertopBar div.holder div.como-usar div.links {
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

body #acessib-menu-feat a.bt-acessib {
    opacity: 1;
}

body #acessib-menu-feat.theme-classic #acessib-menu .acessib-header {
    background: var(--gradient-red-tp2);
}

body #acessib-menu-feat.theme-classic #acessib-menu .acessib-footer .button-libras {
    background-color: var(--main-red);
    border-color: var(--main-red);
}

body div#topBar.headertopBar div.holder div.como-usar a {
    color: var(--dark-brown) !important;
}

body div#topBar.headertopBar div.holder div.como-usar span {
    text-transform: capitalize;
    letter-spacing: 0.48px;
    font-size: 12px;
}

body #acessib-menu-feat a.bt-acessib span.texto {
    color: var(--dark-brown) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0px;
}

body div#topBar.headertopBar div.holder form fieldset>ul li:nth-child(1) input[type=text] {
    width: 58px;
}

body div#topBar.headertopBar div.holder form fieldset>ul li:nth-child(2) input[type=text]:nth-child(2) {
    width: 87px;
}

body div#topBar.headertopBar div.holder form fieldset>ul li label {
    color: inherit;
}

body div#topBar.headertopBar div.holder form fieldset>ul li input[type=text] {
    background: var(--translucent-light-brown);
}

body div#topBar.headertopBar div.holder .legenda-after,
body div#topBar.headertopBar div.holder div.como-usar span.como-usar-after {
    background: var(--translucent-light-brown);
}

body div#topBar.headertopBar div.holder form fieldset>ul li input[type=submit] {
    background: var(--dark-brown);
}

body div#topBar.headertopBar div.holderMobile {
    background: var(--gradient-red);
}

/* STRUCTURE: SEARCH */

body .search_desk {
    position: fixed;
    top: 70px;
    right: 34px;
    z-index: 10000;
}

body button#search_textobusca {
    background: var(--dark-brown);
    color: #fff;
}

body button#search_textobusca:after {
    filter: brightness(1000%);
}

body .search_buscaMobile.search_home {
    width: 24px;
    height: 24px;
    background-size: 24px !important;
    filter: var(--filter-white-to-dark-brown);
}

/* STRUCTURE: FOOTER */

body .c-footer {
    display: none;
}

/* CORE: DEFAULTS */

.lp-container {
    margin: 0 auto;
}

main h2 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: var(--dark-red);
}

main h3 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

main p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

/* CORE: FOOTER */

.mainFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0px;
    color: #5B080C;
    padding: 0 24px;
    background: url(../img/bg-footer.png) 0% 100% no-repeat;
    background-size: auto 551px;

    @supports (background-image: url('../img/bg-footer.webp')) {
        background-image: url('../img/bg-footer.webp');
    }
}

.footer-container {
    width: 100%;
}
.mainFooter .logo figure {
    margin: 0px;
}

.mainFooter .logo {
    justify-content: left;
    border-bottom: 1px solid var(--dark-brown);
    display: flex;
    padding-top: 38px;
    padding-bottom: 36px;
}

.mainFooter .logo img {
    display: none;
}

.mainFooter .logo p {
    margin: 0px;
    font: normal normal normal 12px / 18px bradesco;
    letter-spacing: 0px;
    color: var(--dark-brown);
    opacity: 1;
    max-width: 503px;
    text-align: center;
}

.footer-links-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

.footer-link-text {
    font-size: 10.4px;
    font-weight: 400;
    line-height: 18px;
    color: var(--dark-brown);
}
a.footer-link-text {
    display: flex;
    margin-block: 6px;
    line-height: 16px;
    gap: 4px;
    text-decoration: underline;
}

.dynamic-separator {
    display: block;
    line-height: 0;
    visibility: hidden;
}
.number-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
    align-items: start;
    margin: 0px auto 48px;
}
.number-wrapper {
    width: 100%;
    max-width: 195px;
    align-self: center;
}
.title-number {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
    margin-top: 0px;
}
.text-number {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}
.subtext-number {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 6px 0px 0px;
}
.footer-text {
    margin-top: 0px;
}
.mainFooter .logo {
    border: none;
    padding-bottom: 50px;
    justify-content: center;
}
.link-internal {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
}

.links-container {
    display: flex;
    flex-wrap:wrap;
    gap: 40px 24px;
    justify-content:center;
}
.links-container .links-wrapper {
    min-width: 232px;
    flex: 1 0 0%;
}
.links-container .links-wrapper:last-child {
    flex-basis: 100%;
    margin: 10px 0 0;
}

.links-wrapper .text-number {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #5B080C;
    opacity: 1;
    margin: 0;
}

#footer-last.links-wrapper{
    width: 100%;
    margin-top: 40px;
}

.link-c-anbima {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 40px 0;
    border-top: 1px solid var(--dark-brown);
}

.link-c-anbima .text-number {
    display: flex;
    gap: 14px;
    align-items: center;
    text-decoration: underline;
}

/* SECTION: HERO */

.lp-hero {
    position: relative;
    margin-top: 115px;
}

.lp-hero .lp-bgvideo {
    position: relative;
    margin: 0;
    width: 100%;
    aspect-ratio: 360 / 640;
    max-height: calc(100vh - 155px);
    overflow: hidden;
    background: url(../img/bg-video.png) 50% 50% no-repeat;
    background-size: cover;

    @supports (background-image: url('../img/bg-video.webp')) {
        background-image: url('../img/bg-video.webp');
    }
}

.lp-hero .lp-bgvideo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: var(--light-gray); */
    opacity: .64;
    mix-blend-mode: lighten;
    z-index: 1;
}

.lp-hero .lp-bgvideo::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 25%;
    aspect-ratio: 587 / 590;
    background: url(../svg/grafismo-hero.svg);
    background-size: cover;
    bottom: 64px;
    right: 0px;
    z-index: 1;
}

.lp-hero .lp-bgvideo video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 0;
}

.lp-hero .lp-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-rows: auto max-content;
    gap: 16px;
    padding: 36px;
    z-index: 1;
}

.lp-hero .lp-content {
    display: grid;
    grid-auto-rows: min-content;
    gap: 8px;
    padding-top: 78px;
    text-align: center;
    margin: 0 auto;
}

.lp-hero .lp-content h1 {
    margin: 0;
    font-size: 31px;
    line-height: 37px;
    font-weight: 300;
    color: var(--dark-red);
}

.lp-hero .lp-content h2 {
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0.12px;
    color: var(--dark-brown);
}

.lp-hero .lp-actions {
    display: grid;
    align-self: flex-end;
    justify-content: center;
    margin-top: auto;
}

.lp-hero .lp-actions a {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/desktop-scroll.webp) 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

@media (pointer:coarse) {
    .lp-hero .lp-actions a {
        background: url(../img/mobile-scroll.webp) 0 0 no-repeat;
    }
}

/* COMPONENT: LAYOUT */

.lp-layout {
    position: relative;
    display: grid;
    gap: 24px;
    scroll-margin-top: var(--header-height);
}

.lp-layout figure {
    margin: 0 24px;
    overflow: hidden;
    aspect-ratio: auto;
}

.lp-layout figure picture {
    display: block;
    width: 100%;
}

.lp-layout figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: inherit;
    object-fit: cover;
}

.lp-layout .lp-container {
    padding: 0 24px;
}

.lp-layout .lp-content {
    display: grid;
    gap: 16px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1023px) {
    .lp-layout .lp-content a {
        display: flex;
        height: 48px;
        padding: 0 24px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 24px;
        color: var(--main-red);
        background: none;
        border: 1px solid var(--main-red);
        align-items: center;
        justify-content: center;
        transition: background .3s, box-shadow .3s;
    }
}

/* SECTION: ATENDIMENTO */

.lp-atendimento {
    background: var(--light-gray);
    padding: 56px 0 64px;
}

.lp-atendimento:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -42px;
    width: 88px;
    height: 127px;
    /*background: url(../svg/grafismos-direita.svg) 50% 50% no-repeat;*/
    background-size: cover;
    z-index: 1;
}

.lp-atendimento h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: var(--dark-brown);
}

.lp-atendimento h2 strong {
    font-weight: 500;
    color: var(--dark-red);
}

/* SECTION: BENEFICIOS */

.lp-beneficios {
    display: grid;
    gap: 60px;
    padding: 60px 0;
    background: #FFF;
}

.lp-beneficios .lp-michelin {
    filter: var(--filter-white-to-main-red)
}

.lp-beneficios figure[data-bigger] {
    margin-left: 8px;
}

.lp-beneficios .lp-michelin picture {
    display: flex;
    justify-content: center;
}

.lp-beneficios .lp-michelin img {
    display: block;
}

/* SECTION: CONHECA */

.lp-conheca {
    background: url(../img/bg-conheca-mob.png) 50% 0% no-repeat;
    background-size: 100% auto;

    @supports (background-image: url('../img/bg-conheca-mob.webp')) {
        background-image: url('../img/bg-conheca-mob.webp');
    }
}

.lp-conheca .lp-container {
    display: grid;
    gap: 24px;
}

.lp-conheca .lp-header {
    display: grid;
    gap: 16px;
    padding: 64px 9vw 0;
    text-align: center;
}
.lp-conheca .lp-header p{
    font-size: 16px;
    line-height: 1.3em;
    font-weight:200;
}

.lp-conheca .lp-videocard {
    position: relative;
    margin: 0 24px;
    border-radius: 16px;
    overflow: hidden;
}

.lp-conheca .lp-videocard figcaption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lp-conheca .lp-videocard figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.lp-conheca .lp-videocard figcaption span {
    width: 51px;
    height: 58px;
    display: block;
    text-indent: -999999px;
}

.lp-conheca .lp-videocard figcaption svg {
    width: inherit;
    height: inherit;
}

.lp-conheca .lp-videocard picture {
    display: block;
}

.lp-conheca .lp-videocard img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-conheca .lp-content {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 32px 24px 64px;
    background: rgba(91, 8, 12, .4);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    color: #fff;
}

.lp-conheca .lp-address {
    display: grid;
    gap: 4px;
}

.lp-conheca .lp-address address {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: 300;
}
.lp-conheca .lp-address address a{
    color: #fff;
    opacity: 1;
    transition: opacity 0.4s ease-out;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.lp-conheca .lp-address address a:hover{
    opacity: 0.7;
}
/* SECTION: SOLUCOES */

.lp-solucoes {
    background: #fff;
    padding: 60px 0 32px;
}

.lp-solucoes .lp-container {
    display: grid;
    gap: 8px;
}

.lp-solucoes .lp-header {
    padding-bottom: 50px;
    text-align: center;
}

.lp-solucoes .lp-swiper {
    width: 100%;
    padding: 0 24px;
    justify-self: center;
    overflow: hidden;
}

.lp-solucoes .lp-disclaimer {
    display: grid;
    width: 100%;
    gap: 60px;
    text-align: center;
    justify-self: center;
}

.lp-solucoes .lp-disclaimer strong {
    display: block;
    padding: 20px;
    margin: 0 24px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    border-radius: 16px;
    background: var(--dark-brown);
    color: #fff;
}

.lp-solucoes .lp-disclaimer small {
    margin: 0 24px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.lp-solucoes .swiper-container {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0px;
}

.lp-solucoes .swiper-container:not(.swiper-initialized) {
    max-width: calc(100% - 48px);
}

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

.lp-solucoes .swiper-slide {
    width: calc(100% - 8px - 36px);
}

.lp-solucoes .lp-slide {
    position: relative;
    border-radius: 24px;
    aspect-ratio: 274 / 408;
    overflow: hidden;
    background: #fff;
    color: #fff;
    border-radius: 24px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

.lp-solucoes .lp-videocard {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
}

.lp-solucoes .lp-videocard:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, #8D8D8D 0%, #5B080C 100%);
}

.lp-solucoes .lp-videocard figcaption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.29%, rgba(0, 0, 0, 0.50) 84.01%);
}

.lp-solucoes .lp-videocard figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.lp-solucoes .lp-videocard figcaption i {
    width: 40px;
    height: 32px;
}

.lp-solucoes .lp-videocard figcaption svg {
    width: inherit;
    height: inherit;
}

.lp-solucoes .lp-videocard picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.lp-solucoes .lp-videocard picture img {
    display: block;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-solucoes .lp-qrcode {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 138px;
    margin: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    pointer-events: none;
}

.lp-solucoes .lp-qrcode:before {
    content: 'Aponte a câmera do seu celular para o QR Code';
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 700;
    text-align: center;
    max-width: 216px;
}

.lp-solucoes .lp-qrcode img {
    display: block;
    width: 152px;
    height: 152px;
}



@media (hover: hover) {
    .lp-solucoes .lp-videocard picture img,
    .lp-solucoes .lp-qrcode {
        transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    }

    .lp-solucoes .lp-slide .lp-actions:before {
        transition: height .3s ease-in-out;
    }

    .lp-solucoes .lp-slide .lp-videocard:hover picture img {
        opacity: .75;
        transform: scale(1.15);
    }

    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-content header,
    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-videocard figcaption i {
        transition: transform .3s ease-in-out;
    }

    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-actions:hover:before {
        height: 224px;
    }

    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-actions:hover ~ .lp-content header {
        transform: translateY(-224px);
    }
    
    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-actions:hover ~ .lp-videocard figcaption i {
        transform: translateY(-124px);
    }

    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-actions:hover ~ .lp-qrcode {
        transform: translateY(48px);
    }

    .lp-solucoes .lp-slide:has(.lp-qrcode) .lp-actions:hover ~ .lp-qrcode {
        opacity: 1;
    }

    .lp-solucoes .lp-slide article {
        transform: translateY(16px);
        transition: transform .4s ease-in-out;
    }

    .lp-solucoes .lp-slide:hover article {
        transform: translateY(0);
    }

    .lp-solucoes .lp-slide article p {
        display: flex;
        align-items: end;
        overflow: hidden;
        max-height: 0px;
        opacity: 0;
        transition: opacity .4s ease-in-out, max-height .3s ease-in-out;
    }

    .lp-solucoes .lp-slide:hover article p {
        opacity: 1;
        max-height: 300px;
        line-height: 1.4em;
    }

    .lp-solucoes .lp-videocard{
        margin:0 0;
        transition: margin .3s ease-in-out;
    }
    .lp-solucoes .lp-slide:hover .lp-videocard{
        margin:0 -10%;
    }

    .lp-solucoes .lp-slide:hover .lp-videocard:after{        
        background: linear-gradient(180deg, #8D8D8D 0%, #5B080C 100%);
    }

    
}

@media (min-width: 1024px) {

}

.lp-solucoes .lp-slide article {
    position: relative;
    display: grid;
    align-content: end;
    height: 100%;
    padding: 24px 16px;
    gap: 16px;
    box-sizing: border-box;
}

.lp-solucoes .lp-slide article header {
    display: grid;
    gap: 16px;
}

.lp-solucoes .lp-slide article header i {
    width: 32px;
    height: 32px;
}

.lp-solucoes .lp-slide article header i svg {
    width: inherit;
    height: inherit;
}

.lp-solucoes .lp-slide article header h4,
.lp-solucoes .lp-slide article header h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

.lp-solucoes .lp-slide article header h3 {
    position: relative;
    padding-bottom: 16px;
}

.lp-solucoes .lp-slide article header h3:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 4px;
    background: #fff;
}

.lp-solucoes .lp-slide article p {
    font-size: 14px;
    line-height: 1.4em;
}

.lp-solucoes .lp-slide .lp-actions {
    position: absolute;
    display: flex;
    padding: 18px;
    left: 0;
    right: 0; 
    bottom: 0;
}

.lp-solucoes .lp-slide .lp-actions:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 0;
    display: block;
    background: #fff;
    border-radius: 24px 24px 0 0;
    z-index: 1;
}

.lp-solucoes .lp-slide .lp-actions a,
.lp-solucoes .lp-slide .lp-actions p {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #e1173f;
    z-index: 1;
    border-radius: 24px;
    height: 46px;
    padding: 0;
    justify-content: center;
}

.lp-solucoes .lp-slide .lp-actions a:hover {
    background: #d63a59;
}

.lp-solucoes .lp-slide .lp-actions a i {
    width: 7px;
    height: 12px;
    margin-bottom: 6px;
}

.lp-solucoes .lp-slide .lp-actions a i svg {
    width: inherit;
    height: inherit;
}

.lp-solucoes .swiper-button-next,
.lp-solucoes .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    color: var(--color-red);
}

.lp-solucoes .swiper-button-next.swiper-button-disabled,
.lp-solucoes .swiper-button-prev.swiper-button-disabled {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    opacity: 1;
    color: #fff;
}


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

.lp-solucoes .swiper-button-prev i {
    transform: rotate(180deg);
}

.lp-solucoes .swiper-button-next svg,
.lp-solucoes .swiper-button-prev svg {
    display: block;
    width: 10px;
    height: 16px;
}

@media (max-width: 1023px){
    .lp-solucoes .swiper-button-prev,
    .lp-solucoes .swiper-button-next {
        display: none;
    }
}

.lp-modalvideo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
    padding: 46px;
    border: 0;
    z-index: 1;
    background: rgba(0,0,0,.88);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.lp-modalvideo[open] {
    display: flex;
}

.lp-modalvideo .lp-modalclose {
    position: absolute;
    top: 55px;
    right: 24px;
}

.lp-modalvideo .lp-modalclose svg {
    width: 20px;
    height: 20px;
}

.lp-modalvideo > iframe,
.lp-modalvideo > video {
    width: auto;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    max-width: 100%;
    max-height: 100%;    
    aspect-ratio: 1920 / 1080;
    border-radius: 24px;
    object-fit: cover;
}

button#search_textobusca:hover{
    background-color: var(--dark-brown) !important;
}

.lnk-tp1{
    color:#3B69FF;
    font-size: 14px;
    font-weight:500;
}

/*componente menu*/
@media (min-width: 320px) and (max-width: 350px) {
    div#topBar.headertopBar div.holderMobile p{
        padding: 5px 10px !important;
    }
    div#topBar.headertopBar div.holderMobile a.baixe{
        right: 10px !important;
    }
}

.lp-hero .lp-actions {
    position: absolute;
    bottom: 5%;
    left: 50%;
    right: 50%;
}

.lp-hero .lp-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0!important;
}

.lp-hero .lp-container {
    padding: 0!important;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.lp-hero .lp-bgvideo {
    aspect-ratio: unset!important;
    height: 100vh!important;
    max-height: calc(100vh - 155px);
}

@media (min-width: 1024px) and (max-width: 1198px) {
    .lp-hero .lp-bgvideo {
        aspect-ratio: unset !important;
        height: 100vh !important;
        max-height: calc(100vh - 40px);
    }
}

@media (max-width: 1024px) {
    .lp-hero .lp-bgvideo::after {
        zoom: 0.5;
    }
}

@media (max-width: 768px){
    .lp-hero .lp-bgvideo::after {
        max-width: 500px;
    }

    .lp-solucoes {
        background: #fff;
        padding: 60px 0 60px;
    }
}

@media (max-width: 370px) {
    .lp-hero .lp-content {
        margin-bottom: 60px;
    }
}

@media (max-width: 375px) and (max-height: 667px) {
    .lp-hero .lp-content {
        margin-bottom: 130px;
    }
}


.lp-videocard .js-lazy {
    position: relative;
    display: inline-block;
}

.lp-videocard .js-lazy .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.lp-videocard .js-lazy .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#vigencia p {
    margin: 0;
}