:root {
    --openSans-regular: openSans-regular;
    --openSans-BoldItalic: openSans-BoldItalic;
    --openSans-semibold: openSans-semibold;
    --openSans-Bold: openSans-Bold;
    --effra-light: effra-light;
    --effra-regular: effra-regular;
    --effra-bold: effra-bold;
    --helvetica: Helvetica;
    --Roboto-Light: Roboto-Light;
    --Roboto-Regular: Roboto-Regular;
    --Roboto-Medium: Roboto-Medium;
    --Roboto-Bold: Roboto-Bold;
    --black-color: #343434;
    --violet-color: #E31952;
    --white-color: white;
    --gray-color: #707070;
    --red-color: #E7192D;
    --gray-color-line: #e2dfdf;
    --background-gray-color: #F5F5F7;
    --background-blue-sky-color: #DFDEFF;
    --background-blue-light: #F1F0FF;
}



/* ****** Resets ******* */
/*html
{
    box-sizing: border-box;
    font-size: 16px;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-family: var(--effra-regular);
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

body{
    margin: 0;
    padding-bottom: 26px;
}
*/
h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    cursor: pointer;
}
/* ***** */




/* ****** fonts ******* */
@font-face {
    font-family: openSans-BoldItalic;
    src: url('/RS/assets/fonts/OpenSans-BoldItalic.ttf');
}

@font-face {
    font-family: openSans-regular;
    src: url('/RS/assets/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: openSans-semibold;
    src: url('/RS/assets/fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: openSans-Bold;
    src: url('/RS/assets/fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: helvetica-neue;
    src: url('/RS/assets/fonts/helvetica_regular.otf');
}


@font-face {
    font-family: effra-light;
    src: url('/RS/assets/fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: effra-regular;
    src: url('/RS/assets/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: effra-bold;
    src: url('/RS/assets/fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('/RS/assets/fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('/RS/assets/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('/RS/assets/fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('/RS/assets/fonts/Roboto-Bold.ttf');
}


/* ***** */



/* ****** utilities ******* */

/* *** wrapper *** */

.wrapper {
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width: 1980px) {
    .wrapper {
        width: 1683px;
    }
}

/* ** */


/* *** button *** */

.btnseguidos .button-violet {
    margin: 0 15px;
}

.btncentrado {
    text-align: center;
    padding-bottom: 50px;
}

.button {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 20px;
    font-family: var(--Roboto-Medium);
}

.button-violet {
    background-color: var(--violet-color);
    color: var(--white-color);
}

.button-violet:hover {
    opacity: .8;
    color: var(--white-color);
}

.button-presta {
    background-color: var(--background-purple-color);
    color: var(--black-color);
}

.button-presta:hover {
    background-color: #7037CE;
    color: var(--white-color);
}

.button-white {
    border: 2px solid var(--violet-color);
    color: var(--violet-color);
}

    .button-white:hover {
        background-color: var(--violet-color);
        color: var(--white-color);
    }

.button-white-white {
    background-color: white;
    color: var(--black-color);
}

@media screen and (min-width: 1280px) {
    .button {
        font-size: 1.1rem;
        border-radius: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .button {
        font-size: 1.4rem;
    }
}

/* ** */

.cajalist {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cajalist .reason-container {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .cajalist .reason-container svg {
            margin-right: 10px;
        }

        .cajalist .reason-container p {
            font-size: 0.9rem;
            color: #7037ce;
            margin-bottom: 0px;
        }

/* *** check *** */

.check {
    width: 20px;
    margin-right: 6px;
}

/* ** */


/* ***** */




/* ****** Hero ******* */

.hero {
    background-color: #F5F5F7;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 20px;
}


.hero-info {
    display: flex;
    padding-top: 50px;
    margin-bottom: 20px;
}

.hero-info-position {
    color: var(--black-color);
    font-family: var(--effra-regular);
    font-size: .8rem;
    margin-left: 24px;
}

.hero-title {
    font-family: var(--Roboto-Bold);
    font-size: 2rem;
    color: var(--black-color);
    padding-bottom: 24px;
}

.hero-title-text {
    font-family: var(--effra-regular);
    color: var(--black-color);
    font-size: 1rem;
    margin-bottom: 30px;
}

    .hero-title-text span {
        font-family: var(--effra-);
        font-weight: 400;
    }

.hero-alert {
    margin-top: 40px;
    background-color: var(--white-color);
    padding: 24px 32px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.hero-alert-title {
    color: var(--violet-color);
    font-family: var(--effra-Bold);
    font-size: 1rem;
    margin-bottom: 8px;
}

.hero-alert-text {
    font-size: .8rem;
    font-family: var(--effra-regular);
    color: var(--black-color);
}

.hero-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-image-debit {
    width: 300px;
}

.hero-image-shadow {
    width: 150px;
}


.features-dc-text {
    font-family: var(--effra-regular);
    font-size: .8rem;
    color: var(--black-color);
    margin-bottom: 24px;
}

@media screen and (min-width: 1280px) {

    .hero {
        padding-bottom: 20px;
    }

    .hero-wrapper {
        display: flex;
        width: 85%;
    }

    .hero-container {
        width: 50%;
    }

    .hero-info {
        margin-bottom: 43px;
    }

    .hero-title {
        font-size: 3.8rem;
    }

    .hero-title-text {
        margin-bottom: 60px;
        font-size: 1.1rem;
    }


    .hero-alert {
        margin-top: 70px;
    }

    .hero-alert-title {
        font-size: 1.5rem;
    }

    .hero-alert-text {
        font-size: 1rem;
    }


    .hero-image-container {
        width: 50%;
    }

    .hero-image-debit {
        width: 570px;
    }

    .hero-image-shadow {
        width: 250px;
    }
}


@media screen and (min-width: 1920px) {
    .hero {
        padding-bottom: 0;
    }

    .hero-wrapper {
        width: 1632px;
    }

    .hero-title {
        font-size: 5rem;
    }

    .hero-title-text {
        font-size: 1.4rem;
        margin-bottom: 70px;
    }


    .hero-alert-text {
        font-size: 1.1rem;
    }

    .hero-alert {
        margin-top: 100px;
    }
}

/* ***** */


/* ****** Benefits section ******* */
.padding {
    padding: 50px 0px;
}

.benefits.wrapper.transactions.padding.tasatarifa .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits.wrapper.transactions.padding.tasatarifa h2 {
    margin: 0 30px;
}

.benefits.wrapper.transactions.credi {
    padding-top: 0px;
}

    .benefits.wrapper.transactions.credi .titu {
        font-size: 2.7rem;
        text-align: center;
    }

    .benefits.wrapper.transactions.credi .benefits-title {
        color: var(--violet-color);
    }

    .benefits.wrapper.transactions.credi .flexible-account-text {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .benefits.wrapper.transactions.credi .tipo-credi {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .benefits.wrapper.transactions.credi .btnseguidos {
        display: flex;
        margin-top: 20px;
    }

        .benefits.wrapper.transactions.credi .btnseguidos .button-white {
            margin-right: 15px;
        }

.benefits-title {
    font-size: 2rem;
    font-family: var(--Roboto-Medium);
    font-weight: 400;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
    color: var(--black-color);
}

.benefits-txtbtn {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.benefits-title br {
    display: none;
}

.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.benefits-p {
    text-align: center;
}

.benefit-image {
    width: 60px;
    margin-bottom: 14px;
}

.titubene {
    margin-bottom: 20px;
}

.benefit-text {
    font-family: var(--effra-regular);
    font-size: .8rem;
    text-align: center;
    color: var(--black-color);
}

    .benefit-text span {
        font-family: var(--effra-Bold);
    }

.benefit-terms {
    color: var(--gray-color);
    font-size: .7rem;
    text-align: center;
}


@media screen and (min-width: 1280px) {

    .benefits {
        padding-top: 50px;
    }


    .benefits-title {
        font-size: 3.4rem;
        margin-bottom: 100px;
    }

        .benefits-title br {
            display: block;
        }

    .benefits-container {
        display: flex;
        justify-content: center;
    }

    .terycondi {
        text-align: center;
        font-size: 1rem;
        font-family: var(--effra-regular);
    }

    .benefit {
        width: 336px;
        margin-right: 20px;
    }

        .benefit:last-child {
            margin-right: 0;
        }

    .benefit-image-container {
        width: 115px;
        height: 138px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 17px;
    }

    .benefit-image {
        margin-bottom: 0;
    }

    .benefit-image1 {
        width: 115px;
    }

    .benefit-image2 {
        /*width: 97px;*/
        width: auto;
    }

    .benefit-image3 {
        width: 82px;
    }

    .benefit-text {
        font-size: 1rem;
    }

    .benefit-terms {
        font-size: .9rem;
    }
}

@media screen and (min-width: 1920px) {

    .benefits-container {
        margin-bottom: 60px;
    }

    .benefits-title {
        font-size: 4.4rem;
        margin-bottom: 130px;
    }

    .benefit {
        width: 336px;
        margin-right: 104px;
    }

    .benefit-text {
        font-size: 1.1rem;
    }

    .benefit-terms {
        font-size: 1rem;
    }
}

/* ************* */





/* ****** reasons section ******* */

.reasons-wrapper {
    background-color: var(--background-blue-sky-color);
}

    .reasons-wrapper.backgropurple {
        background-color: #F1F0FF;
    }

        .reasons-wrapper.backgropurple .flexible-account-img.calcu {
            width: auto;
        }

.reasons {
    margin-top: 40px;
}

.reasons-title {
    text-align: center;
    font-size: 2rem;
    font-family: var(--Roboto-Medium);
    font-weight: 400;
    color: var(--black-color);
    padding-top: 50px;
}

.reasons-parra {
    max-width: 894px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

    .reasons-parra p {
        font-size: 1.1rem;
    }

.reason-img {
    width: 20px;
    margin-right: 6px;
}

.reason-container {
    display: flex;
    align-items: flex-start;
}

.reason {
    font-family: var(--effra-regular);
    font-size: .8rem;
    color: var(--black-color);
    margin-bottom: 20px;
}

.reasons-button-container {
    display: flex;
    justify-content: center;
}


@media screen and (min-width: 1280px) {
    .reasons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 100px;
        margin-bottom: 0;
    }

    .reasons-title {
        font-size: 3.4rem;
        margin-top: 100px;
        width: 100%;
        margin-bottom: 40px;
        padding-top: 100px;
    }

    .reason-container {
        width: 40%;
    }

    .reason {
        font-size: 1rem;
    }

    .reason-container-odd {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1920px) {
    .reasons-title {
        font-size: 4rem;
        margin-top: 139px;
        margin-bottom: 60px;
    }

    .reason {
        font-size: 1.1rem;
    }

    .reason-container {
        width: 600px;
    }
}
/* ************* */





/* ****** Features Section ******* */

.features {
    margin-top: 0;
}

    .features.backgrowhite .flexible-account-contain {
        background-color: #ffffff;
    }

    .features.backgrowhite .reasons-wrapper {
        background-color: #F5F5F7;
    }

        .features.backgrowhite .reasons-wrapper .reasons-title {
            margin-top: 0px;
        }

    .features.backgrowhite .reasons.wrapper {
        max-width: 800px;
    }

    .features.prestaenlinea .reasons.wrapper {
        max-width: 100%;
    }

    .features.prestaenlinea .txtrojo {
        color: #e31952;
    }

.feature {
    padding: 25px;
    border-radius: 20px;
}

.feature1 {
    background-color: var(--background-gray-color);
    margin-bottom: 40px;
}


.feature2 {
    background-color: var(--background-blue-sky-color);
}

.feature-title {
    font-size: 1.6rem;
    font-family: var(--effra-Bold);
    color: var(--black-color);
    margin-bottom: 12px;
}

.feature-text {
    font-family: var(--effra-regular);
    color: var(--black-color);
    font-size: 1rem;
    margin-bottom: 22px;
}

.feature-button {
    margin-bottom: 30px;
}

.feature-img-container {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
}

.features-img-woman {
    width: 100px;
    position: absolute;
}

.features-img-cards {
    width: 188px;
    position: absolute;
}

.features-img-background {
    width: 185px;
}

@media screen and (min-width: 1280px) {
    .feature {
        display: flex;
        padding: 36px 100px 0 100px;
    }

    .feature1 .feature-img-container {
        margin-right: 0;
    }

    .feature1 .feature-content {
        margin-right: 80px;
    }

    .feature2 {
        flex-direction: row-reverse;
        padding-bottom: 30px;
    }

    .feature-img-container {
        width: 300px;
        height: 300px;
        margin: -50px 80px 0 0;
    }

    .features-img-background {
        width: 277px;
    }

    .features-img-cards {
        width: 170px;
    }

    .feature-title {
        font-size: 2.8rem;
        margin-bottom: 24px;
    }

    .feature-text {
        font-size: 1rem;
        margin-bottom: 34px;
    }

    .features-img-woman {
        width: 150px;
        position: absolute;
        top: 60px;
        right: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .features {
        margin-top: 96px;
    }

    .feature1 {
        margin-bottom: 120px;
    }

        .feature1 .feature-content {
            margin-right: 160px;
        }

    .feature2 .feature-img-container {
        margin-right: 160px;
    }


    .feature-title {
        font-size: 4.3rem;
    }

    .feature-text {
        font-size: 1.4rem;
    }

    .feature-img-container {
        width: 400px;
        height: 350px;
    }

    .features-img-background {
        width: 320px;
    }

    .features-img-woman {
        width: 180px;
        top: 60px;
        right: 50px;
    }

    .features-img-cards {
        width: 320px;
    }
}
/* ************* */





/* ****** flexible-account section ******* */

.flexible-account-contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--gray-light);
}

    .flexible-account-contain.sinbackgro {
        background-color: transparent;
    }

.flexible-account-contain-wrap {
    width: 85%;
    margin: 0 auto;
}

.flexible-account-title {
    font-size: 2rem;
    font-family: var(--Roboto-Medium);
    font-weight: 400;
    text-align: center;
    color: var(--black-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

.flexible-account-img {
    width: 100%;
}

.flexible-account-text {
    font-family: var(--effra-regular);
    color: var(--black-color);
    font-size: 1rem;
    margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
    .flexible-account {
        display: flex;
        flex-direction: row;
    }

    .flexible-account-img {
        width: 45%;
    }

    .flexible-account-contain {
        width: 55%;
        justify-content: center;
    }

    .flexible-account-contain-wrap {
        width: 75%;
    }

    .flexible-account-title {
        font-size: 3.4rem;
        text-align: left;
    }

    .flexible-account-text {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1920px) {
    .flexible-account-title {
        font-size: 4.4rem;
    }

    .flexible-account-text {
        font-size: 1.4rem;
    }
}

/* ************* */






/* ****** details Section ******* */

.details-features-title {
    font-family: var(--effra-regular);
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--violet-color);
}

.details {
    margin-top: 60px;
}

.details-features-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}


.details-feature-item-p {
    font-family: var(--effra-regular);
    font-size: 1rem;
    color: var(--black-color);
}

.details-clients {
    background-color: var(--gray-light);
    padding-top: 50px;
    padding-bottom: 50px;
}

.details-clients-containt {
    margin-bottom: 20px;
}

.details-client-title {
    text-align: center;
    font-size: 1.5rem;
    font-family: var(--effra-);
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--violet-color);
}

.details-client-text {
    text-align: center;
    font-family: var(--effra-regular);
    color: var(--black-color);
}

@media screen and (min-width: 1280px) {
    .details-features {
        display: flex;
        justify-content: space-around;
    }

    .details-features1 {
        width: 40%;
    }

    .details-features2 {
        width: 40%;
    }

    .details-features-title {
        font-size: 3rem;
    }

    .details-feature-item-p {
        font-size: 1.1rem;
    }

    .details-client-container {
        display: flex;
        justify-content: space-between;
    }

    .details-clients {
        margin-top: 64px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .details-clients-containt {
        width: 336px;
    }

    .details-client-title {
        font-size: 2rem;
    }

    .details-client-text {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1920px) {
    .details-features-title {
        font-size: 3.8rem;
    }

    .details-client-title {
        font-size: 2.4rem;
    }
}


/* ************* */





/* ****** transaction Section ******* */

.transaction-title {
    font-family: var(--effra-);
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

@media screen and (min-width: 1280px) {
    .transactions-title {
        margin-bottom: 64px;
    }

    .transaction-image-container {
        margin-bottom: 47px;
    }

    .transaction-image1 {
        width: 82px;
    }

    .transaction-image2 {
        width: 86px;
    }

    .transaction-image3 {
        width: 82px;
    }

    .transaction-title {
        font-size: 2rem;
        height: 94px;
        text-align: center;
    }
}

@media screen and (min-width: 1920px) {
    .transaction-title {
        font-size: 2.4rem;
    }
}


/* ************* */






/* ****** interest Section ******* */

.interest {
    margin-top: 50px;
}

.interest-title {
    text-align: center;
    font-size: 2rem;
    font-family: var(--effra-);
    font-weight: 400;
    margin-bottom: 32px;
    color: var(--black-color);
}

    .interest-title br {
        display: none;
    }

.interest-info {
    display: flex;
    align-items: center;
    background-color: var(--background-gray-color);
    padding: 20px 60px 20px 60px;
    margin-bottom: 20px;
}

.interest-info-img {
    width: 20px;
    margin-right: 10px;
}

.interest-info-text {
    font-size: .8rem;
    font-family: var(--effra-regular);
    color: var(--black-color);
}

@media screen and (min-width: 1280px) {
    .interest {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 100px;
    }

    .interest-title {
        width: 100%;
        font-size: 3.4rem;
    }

        .interest-title br {
            display: block;
        }

    .interest-info {
        width: 500px;
        margin-right: 26px;
    }

        .interest-info:last-child {
            margin-right: 0px;
        }
}

@media screen and (min-width: 1920px) {
    .interest {
        margin-top: 120px;
    }

    .interest-title {
        font-size: 4.4rem;
    }
}
/* ************* */







/* ****** Product section ******* */

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.product-img {
    width: 300px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    .product {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 64px;
    }

    .product-img {
        margin-bottom: 0;
        margin-right: 40px;
        width: 400px;
    }
}

@media screen and (min-width: 1920px) {
    .product {
        margin-top: 160px;
    }

    .product-img {
        width: 530px;
    }
}

/* ************* */

@media only screen and (max-width: 1024px) {
    .reasons-wrapper.backgropurple .flexible-account-img.calcu {
        width: 90%;
    }

    .flexible-account-contain-wrap {
        text-align: center;
        margin-bottom: 50px;
    }

    .terycondi {
        margin-bottom: 40px;
    }

    .benefits.wrapper.transactions.padding.tasatarifa .content {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .benefits.wrapper.transactions.padding.tasatarifa h2 {
        margin: 30px 0px;
    }
}





/* ****** account Section ******* */

.account-img-container {
    display: flex;
    justify-content: center;
}

.account-img {
    width: 100%;
}

.account-content {
    margin: 0 auto;
    padding-top: 40px;
    width: 80%;
}

.account-title {
    font-family: var(--Roboto-Medium);
    font-size: 2rem;
    margin-bottom: 12px;
    color: var(--black-color);
}

.account-check {
    display: flex;
    align-items: flex-start;
}

.account-check-p {
    font-family: var(--Roboto-Regular);
    color: var(--black-color);
}

    .account-check-p:last-child {
        margin-bottom: 30px;
    }

@media screen and (min-width: 1280px) {
    .account {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .account-img-container {
        width: 45%;
    }

    .account-img {
        width: 100%;
    }

    .account-content {
        width: 40%;
    }

    .account-title {
        font-size: 3.4rem;
        margin-bottom: 37px;
    }

    .account-check-p {
        font-size: 1.2rem;
        margin-bottom: 40px !important;
    }
}


@media screen and (min-width: 1920px) {
    .account-title {
        font-size: 4.4rem;
    }

    .account-check-p {
        font-size: 1.4rem;
    }
}

/* ************* */




