@import url("/assets/common/css/font-bradesco/font-bradesco.css");
:root {
    --color-red: #CC092F;
    --color-gray: #EAECF0;
    --color-bggray: #E1E2E7;
    --gradient-red-rose: linear-gradient(180deg, #CC092F 0%, #B81570 100%)
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    background: var(--color-bggray);
    font-family: "Bradesco", sans-serif;
}


.lp-container {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
}

.lp-container h1,
.lp-container h2 {
    margin: 0;
    font-size: 40px;
    line-height: 36px;
}

.lp-container h2 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.lp-container p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    min-width: 230px;
    height: 48px;
    background: #E1173F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.lp-btn--full {
    width: 100%;
    min-width: auto;
}

.lp-header {
    position: relative;
    color: #fff;
    margin-top: 40px;
}

.lp-topbar {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    padding: 32px 56px;
    height: 90px;
    z-index: 9;
}

@media (min-width: 768px) {
    .lp-topbar {
        display: flex;
    }
}

.lp-brand i {
    display: block;
    width: 195px;
    height: 44px;
}

.lp-brand i svg {
    width: inherit;
    height: inherit;
}

.lp-hero {
    position: relative;
    margin: -40px 0 0;
    background: var(--color-red);
    z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1420px) {
    .lp-hero {
        margin-top: 0!important;
    }

    .lp-header {
        margin-top: 40px!important;
    }

    .banner h2 {
        position: absolute;
        bottom: 30px !important;
        font-size: 55px;
        width: 60% !important;
        left: 90px !important;
        margin-left: 20px;
    }
}

@media (max-width: 1097px) {
    .banner h2 {
        font-size: 45px!important;
    }
}

@media (min-width: 1419px) and (max-width: 1603px) {
    .banner h2 {
        position: absolute;
        bottom: 30px !important;
        font-size: 55px;
        width: 60% !important;
        left: 90px !important;
        margin-left: 20px;
    }
}



.lp-hero:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.lp-hero picture img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-breadcrumb {
    display: flex;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.lp-header .lp-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: -70px;
    padding: 0 24px;
}

@media (min-width: 768px) {
    .lp-header .lp-actions {
        flex-direction: row;
    }
}

.lp-header .lp-actions a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    color: #47484C;
    font-size: 22px;
    line-height: 22px;
    flex: 1 0 auto;
    width: 100%;
    justify-content: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .lp-header .lp-actions a {
        width: calc((100% - 24px)/2);
        max-width: 420px;
        padding: 16px 40px;
        z-index: 1;
    }
}

.lp-header .lp-actions a i {
    width: 46px;
    height: 46px;
    color: var(--color-red);
}

.lp-header .lp-actions a:hover {
    color: #fff;
    background: var(--color-red);
}

.lp-header .lp-actions a:hover i {
    color: #fff;
}

.lp-header .lp-actions a i figure {
    margin: 0;
}

.lp-breadcrumb li + li:before {
    content: " > ";
    white-space: pre-wrap;
}

.lp-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

main {
    width: 100%;
    max-width: 1332px;
    margin: 48px auto 56px;
    background: var(--color-gray);
}

.lp-renegocie h2 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.lp-renegocie h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 1px;
    margin: 16px auto;
    background: var(--color-red);
}

.lp-renegocie p {
    text-align: center;
}

.lp-desenrola {
    display: grid;
    align-items: center;
    gap: 24px;
    max-width: 1112px;
    margin: 16px auto;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

@media (min-width: 1024px) {
    .lp-desenrola {
        grid-template-columns: 164px 134px 416px 230px;
        text-align: left;
    }
}

.lp-desenrola figure {
    margin: 0;
    height: 76px;
}

.lp-desenrola figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.lp-desenrola h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

@media (min-width: 1024px) {
    .lp-desenrola h2 {
        align-items: flex-start;
    }
}

.lp-desenrola h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 1px;
    margin: 16px 0 0;
    background: var(--color-red);
}



.lp-desenrola p {
    font-size: 20px;
    line-height: 24px;
}

.lp-como header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1020px;
    margin: 24px auto;
}

@media (min-width: 1024px) {
    .lp-como header {
        flex-direction: row;
    }
}

.lp-como header h2 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.lp-como header h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 1px;
    margin: 16px 0 0;
    background: var(--color-red);
}

.lp-como .lp-filters {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .lp-como .lp-filters {
        flex-direction: row;
    }

    .lp-header .lp-actions {
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .lp-como .swiper-container-dividas {
        display: none;
    }

    .lp-como .swiper-container-dividas.swiper-mobile {
        max-width: 1112px;
        margin: 0 auto;
        overflow: visible;
        display: flex !important;
    }
}

.lp-como .lp-swiper {
    overflow: hidden;
}

.lp-como .swiper-container-dividas {
    max-width: 1112px;
    margin: 0 auto;
    overflow: visible;
}

.lp-como .swiper-container-dividas.swiper-mobile {
    max-width: 1112px;
    margin: 0 auto;
    overflow: visible;
    display: none;
}

.lp-como .swiper-wrapper-dividas {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.lp-como .swiper-slide-dividas {
    width: 100%;
}

@media (min-width: 768px) {
    .lp-como .swiper-slide-dividas {
        width: calc((100% - 24px)/2);
    }
}

@media (min-width: 1024px) {
    .lp-como .swiper-slide-dividas {
        width: calc((100% - 72px)/4);
    }
}

.lp-como .lp-slide {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    background: #fff;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.lp-como .lp-slide > i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.lp-como .lp-slide h3 {
    margin: 0 auto 24px;
    font-size: 20px;
    line-height: 25px;
}

.lp-como .lp-slide p,
.lp-como .lp-slide dt,
.lp-como .lp-slide dd {
    font-size: 14px;
    line-height: 22px;
}

.lp-como .lp-slide .lp-actions {
    margin-top: auto;
}

.lp-como .lp-slide .lp-actions .lp-btn {
    border: 1px solid var(--color-red);
    background: none;
    color: var(--color-red);
    box-shadow: none;
}

.lp-como .lp-slide dt {
    font-weight: 700;
}

.lp-como .lp-slide dd {
    margin: 0;
}

.lp-como[data-group="conta-corrente"] .lp-filters a[data-group="cartao"],
.lp-como[data-group="cartao"] .lp-filters a[data-group="conta-corrente"] {
    background: none;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    box-shadow: none;
}

.lp-como[data-group="conta-corrente"] .swiper-slide-dividas[data-group="cartao"],
.lp-como[data-group="cartao"] .swiper-slide-dividas[data-group="conta-corrente"] {
    display: none;
}

.lp-como .lp-disclaimer {
    max-width: 1112px;
    margin: 24px auto;
    text-align: center;
}

.lp-confira {
    display: grid;
    align-items: center;
    padding: 24px 48px;
    gap: 32px;
    max-width: 820px;
    margin: 64px auto;
    background: transparent linear-gradient(180deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%);
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-confira {
        grid-template-columns: 76px auto 230px;
        text-align: left;
    }

}


.lp-confira .lp-btn {
    border: 1px solid #fff;
    background: none;
    box-shadow: none;
}

.lp-consultas {
    display: grid;
    gap: 24px;
    margin: 64px auto;
    max-width: 1276px;
}

@media (min-width: 1024px) {
    .lp-consultas {
       
    }
}

.lp-portais {
    display: grid;
    gap: 16px;
    text-align: center;
}

.lp-portais .lp-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 32px 16px;    
}

.lp-portais .lp-card:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 1px;
    margin-left: -32px;
    background: var(--color-red);
}

.lp-portais .lp-card h3 {
    margin: 0;
}

.lp-portais .lp-card .lp-actions {
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    margin-top: 24px;
    gap: 24px;
}

@media (min-width: 768px) {
    .lp-portais .lp-card .lp-actions {
        grid-template-columns: 1fr 1fr;
        height: 52px;
    }
}

.lp-portais .lp-card .lp-actions:before {
    position: absolute;
    content: '';
    top: 50%;
    bottom: 0;
    left: 50%;
    width: 52px;
    height: 1px;
    margin-top: 8px;
    margin-left: -26px;
    background: #A7A8AC;
}

@media (min-width: 768px) {
    .lp-portais .lp-card .lp-actions:before {
        top: 0;
        width: 1px;
        height: 100%;
        margin-top: 0;
        margin-left: 0;
    }
}

.lp-portais .lp-card .lp-actions figure {
    height: 42px;
}

.lp-portais .lp-card .lp-actions .lp-portal--bradesco,
.lp-portais .lp-card .lp-actions .lp-portal--negocie-digital {
    height: 30px;
}

.lp-portais .lp-card .lp-actions .lp-portal--negocie-digital {
    position: relative;
    top: 4px;
}

.lp-portais .lp-card figure {
    margin: 0;
}

.lp-portais .lp-card figure img  {
    display: block;
    max-height: 100%;
}

.lp-portais .lp-card .lp-portal--govbr {
    display: flex;
    justify-content: center;
    height: 69px;
}

.lp-portais .lp-disclaimer {
    font-size: 13px;
    line-height: 22px;
}

.lp-formulario {
    background: #fff;
    border-radius: 14px;
    padding: 25px 40px;
}

/* CREDENCIADAS */
.lp-credenciadas {
    display: grid;
    justify-content: space-between;
    padding: 72px 24px;
    color: #fff;
    background: var(--color-red);
    gap: 24px;
}

@media (min-width: 1024px) {
    .lp-credenciadas {
        grid-template-columns: minmax(auto, 610px) 312px;
        padding: 72px 112px;;
    }
}

.lp-credenciadas figure {
    margin-top: 40px;
}

.lp-credenciadas .lp-content {
    text-align: left;
}

.lp-credenciadas header {
    margin-bottom: 16px;
}

.lp-credenciadas header h2 {
    max-width: 420px; 
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.lp-credenciadas header:before {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 24px;
    background: #fff;
}

.lp-credenciadas p {
    font-size: 16px;
    line-height: 24px;
}

.lp-credenciadas .lp-actions {
    margin-top: auto;
}

.lp-credenciadas .lp-btn {
    background: none;
    border: 1px solid #fff;
    box-shadow: none;
}

/* DUVIDAS */
.lp-duvidas {
    padding: 52px 0;
}

.lp-duvidas > header {
    padding: 25px 24px 0;
}

.lp-duvidas > header h2 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.lp-duvidas > header h2:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 1px;
    margin: 16px auto;
    background: var(--color-red);
}

.lp-duvidas .lp-actions {
    display: flex;
    justify-content: center;
    margin: 32px 0;
}

.lp-duvidas .lp-actions a.lp-more {
    min-width: 320px;
}
@media (max-width: 340px) {
    .lp-duvidas .lp-actions a.lp-more {
        min-width: 280px;
    }    
}

.lp-duvidas .lp-actions a.lp-more:before {
    content: attr(data-sign);
    width: 12px;
}

.lp-doubtlist {
    max-width: 1112px;
    margin: 42px auto;
    padding: 0 24px;
    border-bottom: 1px solid #A7A8AC;
}
@media (max-width: 340px) {
    .lp-doubtlist {
        margin: 42px 24px;
        padding:0
    }
}

.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;
}

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

.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 #A7A8AC;
}

.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: fit-content;
    opacity: 1;
    padding-bottom: 20px;
}

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

/* UTILS */
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#iframeTopWords{
    width: 100%; 
    height: 540px;
}
@media screen and (max-width: 578px){
    #iframeTopWords{height: 600px;} 
}
@media screen and (max-width: 497px){
    #iframeTopWords{height: 680px;} 
}
@media screen and (max-width: 357px){
    #iframeTopWords{height: 820px;} 
}
#pdf-container-2{
    display: none;
}

/* Modal URL Externa */
.modal-url-externa {
    cursor: pointer;
}

#modal-url-externa {
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #00000091;
}

#modal-url-externa.modal-hide {
    display: none;
}

#modal-url-externa .content-modal {
    background: transparent linear-gradient(180deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #FFF;
    width: 600px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-url-externa .content-modal img {
    margin: 0 auto;
    display: block;
}

#modal-url-externa .content-modal img.close-modal {
    cursor: pointer;
    position: absolute;
    transform: translate(468px, -36px);
}

#modal-url-externa .content-modal h3 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

#modal-url-externa .content-modal h3::after {
    content: "";
    position: relative;
    display: block;
    top: 15px;
    width: 40px;
    height: 3px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #fff;
}

#modal-url-externa .content-modal p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

#modal-url-externa .content-modal h3,
#modal-url-externa .content-modal p {
    width: 410px;
    margin: 30px auto;
}

#modal-url-externa .content-modal .btn-modal {
    font-size: 14px;
    font-weight: bold;
    background-color: #FFF;
    color: #E1173F;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 50px;
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #modal-url-externa .content-modal {
        width: 312px;
        height: 423px;
        padding: 0 55px;
    }

    #modal-url-externa .content-modal h3 {
        font-size: 20px;
        line-height: 28px;
    }

    #modal-url-externa .content-modal p {
        font-size: 14px;
        line-height: 22px;
    }

    #modal-url-externa .content-modal h3,
    #modal-url-externa .content-modal p {
        width: 225px;
        margin: 30px auto;
    }

    #modal-url-externa .content-modal img.close-modal {
        transform: translate(230px, -25px);
    }
}

.filtro_topo {
    height: 160px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
  }

  .swiper-slide {
    top: -30px;
  }