.lp-breadcrumb {
    font-size: 16px;
}

.lp-hero {
    position: relative;
}

.lp-hero:before {
    content: '';
    position: absolute;
    width: 369px;
    height: 730px;
    top: -96px;
    left: -76px;
    background: url('../img/graf-bia-esq.png') 50% 50% no-repeat;

    @supports (background-image: url('../img/graf-bia-esq.webp')) {
        background-image: url('../img/graf-bia-esq.webp');
    }
}

.lp-hero .lp-container {
    position: relative;
}

.lp-hero .lp-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-hero .lp-actions-container {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.223);
    backdrop-filter: blur(2px);
    border: solid 2px #fff;
    padding: 0;
    margin-bottom: 0rem;
}

.lp-hero .lp-actions-title {
    margin: 1rem;
}

.lp-hero .lp-actions-title h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

.lp-hero .lp-actions-subtitle {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: .5rem 0;
    background: #fff;
}

.lp-hero .lp-actions-subtitle h2 {
    width: 100%;
    text-align: center;
    color: #CC092F;
    font-size: 18px;
    font-weight: bold;
}

.lp-actions__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.lp-actions__title p {
    font-size: 1.3rem;
    font-weight: bold;
}

.lp-actions__qr-code {
    height: auto;
}

.lp-actions__btns {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.lp-actions__btns picture img {
    width: 100%;
    height: 50px;
}

.lp-hero figure {
    margin: 16px -24px 48px 24px;
}

.lp-heading h2 {
    font-size: 18px;
}

#wrapper>main>section.lp-economizar>header>h2.after-none {
    font-size: 34px;
}

.lp-economizar {
    position: relative;
    margin-top: -85px;
    border-radius: 25px 25px 0px 0;
}

.lp-economizar:before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    width: 50px;
    height: 408px;
    background: url('../img/grafs_esq.png') 50% 50% no-repeat;

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

.lp-economizar .swiper-container {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

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

.lp-facilitar .lp-heading h3 {
    flex-direction: row;
    justify-content: flex-end;
}

.lp-facilitar figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 562px;
    height: 594px;
    border-radius: 20px;
    background: linear-gradient(rgba(255,255,255, 0.5),rgba(255,255,255, 0.5)), url("/aplicativo-bradesco/assets/img/bg-figure.svg") no-repeat;
    background-size: contain;
}

.lp-facilitar figure picture {
    margin-left: -80px;
}

.lp-facilitar article {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 180px;
    justify-content: center;
    align-items: center;
}

.lp-facilitar .lp-content li {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.lp-facilitar .lp-content li i {
    width: 76px;
    height: 76px;
}

.lp-facilitar .lp-content li span {
    margin: 0;
    font-size: 20px;
}

.lp-investir .lp-heading h2 {
    max-width: 460px;
}

.lp-investir article {
    margin-top: -144px;
}

.lp-outros {
    position: relative;
}

.lp-outros .lp-heading h2 {
    max-width: 640px;
}

.lp-explica {
    position: relative;
    border-radius: 20px;
}

.lp-explica .lp-heading h2 {
    max-width: 570px;
}

.lp-explica article {
    display: grid;
    grid-template-columns: 50%;
}

.lp-explica article:after {
    display: none;
}

.lp-explica aside {
    position: absolute;
    display: grid;
    grid-template-rows: 80px auto;
    top: 90px;
    bottom: 16px;
    left: calc(50% + 48px);
    width: calc(50% - 72px);
    max-width: 620px;
    border: 1px solid rgba(112, 112, 112, .15);
    max-height: none;
    transition: none;
    border-radius: 20px;
}

.lp-explica aside[data-more=true] {
    max-height: none;
}

.lp-explica aside .lp-more a i {
    display: none;
}

.lp-explica aside ul {
    max-height: 100%;
}

.lp-explica aside ul li a {
    padding: 16px 32px;
}

.lp-explica aside ul li a svg {
    width: 20px;
    height: 24px;
}

.lp-explica aside ul li a figure picture {
    width: 200px;
    height: 112px;
}

.lp-termos header {
    padding: 12px 34px;
}

.lp-termos header i svg {
    width: 42px;
    height: 42px;
}

.lp-termos article {
    padding: 48px 88px 72px;
}

.lp-termos ul {
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
}

.lp-baixar {
    position: fixed;
    width: 140px;
    height: 180px;
    padding: 12px 10px;
    top: 30%;
    bottom: auto;
    right: 0;
    background: transparent linear-gradient(180deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%) 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 18px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: solid 1px #fff;
}

.lp-baixar figure {
    display: block;
}

.lp-baixar a {
    height: auto;
    background: none;
    padding: 0;
}

.lp-baixar i {
    display: none;
}