@import url("/assets/common/css/font-bradesco/font-bradesco.css");

:root {
    --color-blue: #333b8f;
    --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;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;

}

.modal-content {
    background: transparent linear-gradient(180deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%);
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 360px;
    width: 90%;
    max-width: 500px;
    text-align: left;
    position: relative;
}

.portal-renegociao {
    color: #fff;
    text-decoration: underline;
}

.logo-modal {
    display: flex;
    justify-content: center;
    height: 85px;
}

.modal-content h3 {
    margin-top: 0;
}

.close-modal {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 41px;
    cursor: pointer;
}

.close-modal:hover {
    color: #fff;
}


.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: #333b8f 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-blue);
    z-index: -1;
}

@media (min-width: 1024px) and (max-width: 1420px) {
    .lp-hero {
        margin-top: -10px;
    }
}

.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: -50px;
    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-blue);
}

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

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

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



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

.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) {
    .logo-modal {
        display: flex;
        justify-content: center;
        height: 62px;
    }

    .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-blue);
    background: none;
    color: var(--color-blue);
    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-blue);
    color: var(--color-blue);
    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 65px;
}

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

.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 {
        display: flex;
        height: 52px;
    }
}

.lp-portais hr {
    display: inline-block;
    border-left: 1px solid #CBCBCD;
    height: 90px;
    padding: 0;
}

@media (max-width: 768px) {
    .lp-portais hr {
        border-top: 1px solid #cacaca;
        height: 0px;
        width: 125px;
        margin: 25px 0;
        padding: 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-blue);
    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-blue);
}

.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(https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/renegociacao-de-dividas/assets/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;
}

.lp-como header h2.title-renegocie {
    margin: 0 auto;
}

.lp-como header h2.title-renegocie:after {
    margin: 0 auto;
}

.boleto-renegocie {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 40px;
    margin: 0 0 80px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}

.verificador input {
    width: 100%;
    margin: 30px 0 10px;
    border: none;
    border-radius: 4px;
    background: #F0F1F5;
    height: 29px;
    padding: 10px;
}

.captcha {
    display: flex;
    column-gap: 80px;
    margin: 30px 0;
}

.captcha .divisor {
    width: 100%;
}

.captcha .divisor #captchaInp {
    width: 40%;
}

.linha-invalida,
.captcha-invalido {
    color: #E1173F;
    font-weight: 500;
    margin: 5px 0
}

#captchaImgContainer {
    display: flex;
    justify-content: center;
    align-items: end;
}

.btnActionsCaptcha {
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: none;
    background: transparent;
}

audio {
    position: absolute;
    display: none;
}

.white-popup-block {
    width: 40vw;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.popup-modal-dismiss {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 10px;
    height: 10px;
}

.white-popup-block input {
    width: 85%;
    margin: 20px 0;
    border: none;
    border-radius: 4px;
    background: #F0F1F5;
    height: 29px;
    padding: 10px;
}

.white-popup-block .btn-lp {
    margin: 0 auto;
}

.box-popup {
    background: #fff;
    box-shadow: 0px 2px 8px 0px #00000040;
    border-radius: 4px;
    padding: 10px;
    margin: 30px 0;
}

.title-red {
    font-weight: 600;
    color: #E1173F;
    font-size: 16px;
    text-align: center;
}

.box-input {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.btn-ib {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.popup-modal-dismiss {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .box {
        flex-direction: column;
    }

    .white-popup-block {
        width: 100%;
    }

    .contact {
        width: 100%;
        flex-direction: column;
    }
}

/* false */

.boleto-false .box-input {
    display: flex;
    flex-direction: column;
}

.boleto-false .box-input p {
    padding: 0 30px;
    color: #fff;
}

.boleto-false .box-popup {
    background: #E1173F;
    display: flex;
    padding: 0 20px;
}

.boleto-false .contact {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

/* unlinked */

.boleto-unlinked .box-input p {
    padding: 0 30px;
    color: #fff;
}

.boleto-unlinked .contact {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 0 30px;
}


/* mobile */

@media screen and (max-width: 768px) {
    .buttonsActions {
        display: grid;
    }
    
    .captcha {
        flex-direction: column;
    }

    .captcha .divisor #captchaInp,
    .verificador input {
        width: 100%;
    }

    .digitavel {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 200px;
        overflow: hidden;
    }
}

.lp-swiper .swiper-container-dividas .swiper-wrapper-dividas .swiper-slide-dividas img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(1195%) hue-rotate(216deg) brightness(86%) contrast(90%);
}

