/* Font Scheme
--------------------------------------------------*/

@font-face {
    font-family: pfbeausans;
    src: url(https://assets.ctfassets.net/ex6ts2p2j0ib/1GoyWTxLZkGbwpcprnxqYg/914560d14b4ecd0eedada6006ee00285/pfbeausanspro-reg-webfont.be8262f6f93a8b345acd.woff2) format("woff2"), 
        url(pfbeausanspro-reg-webfont.5d2c4f8abfd0032f703a.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: pfbeausans;
    src: url(https://assets.ctfassets.net/ex6ts2p2j0ib/7vY7FhwrNpFv1YfsTNFaxv/fa282fc300bcd6976cc60e9b95f11e40/pfbeausanspro-bold-webfont.4870f99dd015ac639421.woff2) format("woff2"), 
        url(pfbeausanspro-bold-webfont.e679be30f4d968c50683.woff) format("woff");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: pfbeausans;
    src: url(https:////assets.ctfassets.net/ex6ts2p2j0ib/7tV8rat3kH1unSIdopEkLI/6278810834e37b8c64c83ad3c262b849/pfbeausanspro-thin-webfont.78b53d9b7ecdf6e3ae35.woff2) format("woff2"), 
        url(pfbeausanspro-thin-webfont.bb61709ffb1f5154aff0.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700;900&display=swap');

/*End of Typo Scheme
--------------------------------------------------*/

/* Color Scheme
--------------------------------------------------*/
:root{
    --main-green: #3dae2b;
    --main-green--10: #eaf4e6;
    --neutral-black-80: #3f3f3f;
    --cool-gray-1c: #d9d8d6;
    --cool-gray-1c--10: #f9f9f9;
    --c192c: #eb0045;
}

/*End of Color Scheme
-------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth !important;
}

ul,
ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

button:not(.accordion-button) {
    max-width: 380px;
}

button {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    border-radius: 6px;
    transition: all .3s ease;
    background: var(--main-green);
    color: #fff;
    border-radius: 128px;
}


div.container{
    max-width: none;
}

button:not(.accordion-button):hover {
    background-color: #5eb64f;
}

button a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

button a:hover {
    color: #fff;
}

section {
    margin: 0 auto;
}


.special-character{
    font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
}

.main-content {
    width: 80%;
    margin: 0 auto 4em;
}

.main__conditions,
.main__steps,
.main__campaign-term {
    margin-top: 4rem;
}

.conditions__heading,
.steps__heading,
.campaign-term__heading {
    text-align: center;
}


.main__banner{
    background-image: url(https://images.ctfassets.net/ex6ts2p2j0ib/19oXnL544vLmNIqsGtCVEj/1b83b1e8eeb87c82626af2ae7b9a23a6/cuenta-plus__main-banner--mobile.webp);
    background-position: center -5vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d9d8d6;
    min-height: 500px;
    margin: 0 auto;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    justify-content: end;
    flex-wrap: nowrap;
    flex-direction: column;
}

.banner__content {
    padding: 1.5rem 1rem 2rem;
    height: 30%;
    border-radius: 1rem;
    background: hsla(0, 0%, 0%, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.banner__heading{
    font-size: 1.75rem;
    line-height: 2.2rem;
    letter-spacing: -.02rem;
    font-weight: 400 !important;
    color: #fff;
}

.banner__ph {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -.01em;
    text-align: left;
    color: #fff;
    margin-top: 8px;
    text-wrap: pretty;
}

.banner__anchor:hover {
    color: #fff;
}

.main__intro {
    margin-top: 3em;
}


.conditions__content,
.steps__content,
.campaign-term__content{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5%;
}

.conditions__content {
    min-height: 420px;
}

.banner-50__image-container {
    background-color: #f9f9f9;
    width: 100%;
    min-height: 248px;
    border-radius: 24px;
    overflow: hidden;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-50__image {
    width: auto;
    height: 100%;
    max-height: 248px;
}

.banner-50__text {
    width: 100%;
    margin: 2em auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
}

.main__conditions {
    margin-top: 2rem;
}

.steps__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.steps__card {
    width: 100%;
    max-width: 352px;
    min-height: 144px;
    padding: 32px 24px;
    background-color: #f5f7f9;
    border-radius: 24px;
    /* border: 2px solid red !important; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* min-height: 322px; */
}

.steps__card-heading {
    font-size: 1rem;
    /* text-align: center; */
    line-height: 1.5;
}

.steps__card-list-ph {
    font-size: 1rem;
}

.legal__container {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.legal__image{
    width: 80%;
    max-width: 265px;
}

.legal__content{
    width: 100%;
}

/*=====================================================================================================================
=                                                      Media Queries                                                  =
=====================================================================================================================*/

/* mobile */
@media only screen and (max-width: 480px) {
    .banner__content {
        width: 100%;
    }

    .heading-empty__plus-image {
        max-height: 130px; 
    }

    p.benefits-card__subheading {
        margin: 0 auto;
    }
}

/* Tablet */
@media only screen and (min-width: 1200px) {
    section {
        max-width: 1366px;
    }

    button {
        margin: 0;
    }
    
    .main__banner{
        background-image: url(https://images.ctfassets.net/ex6ts2p2j0ib/23N7O2I8wk1LyMxgEgWGQz/b76b8d33fb8aaedfe9ef749544c84e36/campa%C3%83_a-4x1000__main-banner--desktop.webp);
        background-position: 75% top;
    }

    .banner__content {
        width: 50%;
        padding: 80px 48px 80px 64px;
    }

    .banner__bg {
        height: 60vw;
        -webkit-position: absolute;
        -moz-position: absolute !important;
        -ms-position: absolute;
        -o-position: absolute;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background: #F4F7F9;
        background: linear-gradient(
            -180deg,rgba(244, 247, 249, 1) 84%, 
            rgba(255, 255, 255, 1) 100%);
        z-index: -1;
        transition: all 1s ease-in;
    }
    

    .banner__heading{
        font-size: 3.5em;
        font-weight: 500 !important;
        line-height: 78.4px;
        letter-spacing: -.02em;
    }

    .conditions__content,
    .steps__content,
    .campaign-term__content {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5%;
    }
    
    .conditions__content,
    .profits__content,
    .campaign-term__content {
        min-height: 420px;
    }

    .banner-50__image-container {
        width: 47.5%;
        min-width: 358px;
        border-radius: 24px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-50__image {
        width: auto;
        max-height: 420px;
    }

    .banner-50__text {
        width: 47.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .left-content .banner-50__image-container,
    .right-content .banner-50__text  {
        order: 2;
    }

    .right-content .banner-50__image-container,
    .left-content .banner-50__text {
        order: 1;
    }

    .steps__content {
        gap: 3%;
    }

    .steps__card {
        width: 30%;
    }

    .legal__container {
        flex-direction: row;
        gap: 40px;
    }

    .legal__image{
        width: 20%;
    }

    .legal__content{
        width: 80%;
    }
}

/* Desktop large */
@media only screen and (min-width: 1900px) {
    .banner__heading{
        font-size: 3.5em;
        font-weight: 500 !important;
        line-height: 78.4px;
        letter-spacing: -.02em;
    }

    .banner__bg {
        height: 63vh;
    }

    .banner__ph {
        font-size: 2rem;
        line-height: 3rem;
    }

    .banner__btn {
        margin: 0;
        max-width: 300px;
    }

    .bench__benefits-card{
        min-height: 990px;
    }

    .banner-50__image {
        width: 100%;
        height: auto;
        max-height: fit-content;
    }

    .heading-container {
        width: 60%;
    }

    .benefits-card__heading {
        font-size: 2rem;
    }

    .benefits-card__subheading {
        font-size: 1.25rem;
    }
}

/* Desktop ultra large */
@media only screen and (min-width: 2160px) {
    .banner__bg {
        height: 48vh;
    }

    div.col-9.col-md-3.col-lg-3.my-0.mx-auto {
        width: 50% !important;
        margin: 0 auto !important;
    }

    img.img-fluid {
        display: block !important;
        margin: 0 auto !important;
        max-width: 300px;
    }
}

/* =========================================== of Media  Queries =========================================