: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-bold: roboto-bold;
    --roboto-medium: roboto-medium;
    --roboto-regular: roboto-regular;
    --roboto-light: roboto-light;
    --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;
    --purple-color: #7037ce;
}


/* ****** Resets ******* */
/*html
{
    box-sizing: border-box;
    font-size: 16px;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

body{
    margin: 0;
    padding-bottom: 26px;
}
*/
h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    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/Effra_Std_Lt.ttf');
}

@font-face {
    font-family: effra-regular;
    src: url('/RS/assets/fonts/Effra_Std_Rg.ttf');
}

@font-face {
    font-family: effra-bold;
    src: url('/RS/assets/fonts/Effra-Bold.ttf');
}


@font-face {
    font-family: roboto-bold;
    src: url('/RS/assets/fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: roboto-medium;
    src: url('/RS/assets/fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: roboto-regular;
    src: url('/RS/assets/fonts/Roboto-Regular.ttf');
}


@font-face {
    font-family: roboto-light;
    src: url('/RS/assets/fonts/Roboto-Light.ttf');
}


/* ***** */



/* ****** utilities ******* */

/* *** wrapper *** */

.wrapper {
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width: 1980px) {
    .wrapper {
        width: 1683px;
    }
}

/* ** */


/* *** button *** */

.button {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 20px;
    font-family: var(--roboto-medium);
    text-align: center;
}

.button-violet {
    background-color: var(--violet-color) !important;
    color: var(--white-color) !important;
}

    .button-violet:hover {
        opacity: .8;
        color: var(--white-color) !important;
    }

.button-white {
    border: 2px solid var(--violet-color);
    color: var(--violet-color);
}

    .button-white:hover {
        background-color: var(--violet-color);
        color: var(--white-color);
    }


@media screen and (min-width: 1280px) {
    .button {
        font-size: 1.1rem !important;
        border-radius: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .button {
        font-size: 1.4rem;
    }
}

/* ** */


/* ***** */




/* *** check *** */

/* ** */



/* ****** Hero digital2 ******* */
/* ***** */


/* ****** box-cdt section ******* */

/* ************* */



/* ****** Benefits section ******* */
.benefits 
{
    padding-bottom: 30px;
    padding-top: 30px;
}

.benefits-title 
{
    font-size: 1.5rem;
    font-family: var(--roboto-medium);
    text-align: center;
    margin-bottom: 23px;
    color: var(--black-color);
}

.benefit
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.benefit-image
{
    width: 60px;
    margin-bottom: 14px;
}

.benefit-text 
{
    font-family: var(--Roboto-Regular);
    font-size: 1rem;
    text-align: center;
    color: var(--black-color);
}

.benefit-terms 
{
    color: var(--black-color);
    font-size: .7rem;
    text-align: center;
    margin-top: 30px;
    font-family: var(--Roboto-Regular);
}


@media screen and (min-width: 1280px) {

    .benefits 
    {
        
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .benefits-title 
    {
        font-size: 3.4rem;
        margin-bottom: 62px;
    }

    .benefits-container
    {
        display: flex;
        justify-content: center;
        
    }

    .benefit 
    {
        width: 432px;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .benefit:last-child
    {
        margin-right: 0;
    }

    .benefit-image-container 
    {
        width: 115px;
        height: 86px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 17px;
    }

    .benefit-image
    {
        margin-bottom: 0;
    }

    .benefit-image1 
    {
        width: 77px;
        
    }

    .benefit-image2 
    {
        width: 85px;
        
    }

    .benefit-image3 
    {
        width: 155px;
        
    }

    .benefit-text 
    {
        font-size: 1.1rem;
    }

    .benefit-terms 
    {
        font-size: .9rem;
        margin-top: 56px;
    }

    
}

@media screen and (min-width: 1920px) {

        
    .benefits-title 
    {
        font-size: 4.4rem;
        
    } 

    

    .benefit 
    {
        width: 336px;
        margin-right: 104px;
    }

    .benefit-text 
    {
        font-size: 1.1rem;
    }

    .benefit-terms {
        font-size: 1rem;
        margin-top: 56px;
    }
}

/* ************* */ 





/* ****** types-title section ******* */

/* ************* */ 



/* ****** box-credit3 section ******* */

/* ************* */






/* ****** box-credit4 section ******* */

.box-credit4-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-credit4-button:first-child {
    margin-bottom: 15px;
}

.box-credit4-button:last-child {
    margin-top: 15px;
}



@media screen and (min-width: 1280px) {

    .box-credit4-button-container {
        flex-direction: row;
    }

    .box-credit4-button {
        margin-right: 24px;
        margin-bottom: 0;
    }

    .box-credit4-button:first-child 
    {
        margin-bottom: 0;
    }

    .box-credit4-button:last-child {
        margin-right: 0;
        margin-top: 0;
    }
}

/* ************* */




/* ****** simulator Section ******* */

/* ************* */





/* ****** loan2 Section ******* */

/*.loan2-button:first-child {
    margin-right: 32px;
}*/
/* ************* */






/* ****** Hero digital section ******* */

.hero-digital {
    background-color: #F5F5F7;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}


.hero-digital-info {
    display: flex;
    padding-top: 50px;
    margin-bottom: 20px;
    align-items: center;
}

.hero-digital-info-back {
    align-self: center;
}

.hero-digital-info-position {
    color: var(--black-color);
    font-family: var(--roboto-regular);
    font-size: .8rem;
    margin-left: 24px;
}

.hero-digital-title {
    font-family: var(--roboto-bold);
    font-size: 2rem;
    color: var(--black-color);
    padding-bottom: 24px;
}

.hero-digital-title-text {
    font-family: var(--roboto-regular);
    color: var(--black-color);
    font-size: 1rem;
    margin-bottom: 30px;
}

.hero-digital-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-digital-button:first-child {
    margin-bottom: 20px;
}

.hero-digital-image-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.hero-digital-image {
    width: 300px;
}

@media screen and (min-width: 1280px) {

    .hero-digital {
        padding-bottom: 0;
    }

    .hero-digital-wrapper {
        display: flex;
        justify-content: space-between;
        width: 85%;
    }

    .hero-digital-container {
        width: 50%;
        padding-bottom: 100px;
    }

    .hero-digital-info {
        margin-bottom: 43px;
    }

    .hero-digital-title {
        font-size: 3.4rem;
        margin-bottom: 40px;
    }

    .hero-digital-title-text {
        margin-bottom: 60px;
        font-size: 1.2rem;
    }

    .hero-digital-button-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .hero-digital-button:first-child {
        margin-right: 32px;
        margin-bottom: 0px;
    }


    .hero-digital-image-container {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .hero-digital-image {
        width: 100%;
    }
}


@media screen and (min-width: 1920px) {
    .hero-digital-wrapper {
        width: 1632px;
    }

    .hero-digital-title {
        font-size: 5rem;
    }

    .hero-digital-title-text {
        font-size: 1.4rem;
        margin-bottom: 70px;
    }

    .hero-digital-container 
    {
        width: 55% !important;
    }

    .hero-digital-image-container 
    {
        width: 45% ;
    }

    .hero-digital-image 
    {
        width: 533px;
    }
}
/* ***** */


/* ****** advantages Section ******* */

.advantages {
    background-color: var(--background-white-color);
    padding-bottom: 50px;
}

.advantages-title {
    font-family: var(--Roboto-Bold);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

.advantage-title {
    font-family: var(--Roboto-Regular);
    color: var(--violet-color);
    margin-bottom: 25px;
}

.advantages-title br {
    display: none;
}

.advantage:last-child .advantage-title {
    margin-top: 25px;
}

.advantage-title1 {
    font-size: 1.5rem;
}

.advantage-p {
    font-family: var(--Roboto-Regular);
    color: var(--black-color);
    font-size: .8rem;
}

@media screen and (min-width: 1280px) {

    .advantages {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .advantages-title {
        font-size: 3.4rem;
    }

    .advantages-title br {
        display: block;
    }

    .advantanges-content {
        display: flex;
        justify-content: space-between;
    }

    .advantage {
        width: 45%;
    }

    .advantage-title {
        font-size: 2rem;
    }

    .advantage-title1 {
        font-size: 3rem;
    }

    .advantage-p {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1920px) {
    .advantages-title {
        font-size: 4.4rem;
    }

    .advantage-title {
        font-size: 2.4rem;
    }

    .advantage-title1 {
        font-size: 3.8rem;
    }
}

/* ************* */

/* ****** box5 Section ******* */

.box5-img-container {
    background: radial-gradient(#9D40FC, #6C2CF0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.box5-img {
    width: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box5-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box5-content-wrap {
    width: 85%;
    margin: 0 auto;
}

.box5-title {
    text-align: center;
    font-size: 1.5rem;
    font-family: var(--Roboto-Bold);
    color: var(--black-color);
    margin-bottom: 20px;
}

.box5-p {
    font-family: var(--Roboto-Regular);
    font-size: .8rem;
    color: var(--black-color);
}

.box5-p span {
    font-family: var(--Roboto-Bold);
}

@media screen and (min-width: 1280px) {
    .box5 {
        display: flex;
        flex-direction: row-reverse;
    }

    .box5-img-container {
        width: 40%;
    }

    .box5-img {
        padding: 0;
        width: 328px;
    }

    .box5-content {
        width: 60%;
        display: flex;
        align-items: center;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .box5-content-wrap {
        width: 75%;
    }

    .box5-title {
        font-size: 3.4rem;
        text-align: left;
        margin-bottom: 40px;
    }

    .box5-p {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1920px) {
    .box5-img-container {
        width: 40%;
    }

    .box5-title {
        font-size: 4.4rem;
    }

    .box5-p {
        font-size: 1.4rem;
    }
}

/* ************* */

/* ****** box6 Section ******* */

.box6 {
    margin-top: 50px;
}

.box6-img {
    width: 100%;
}

.box6-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--background-blue-light);
}

.box6-content-wrap {
    width: 85%;
    margin: 0 auto;
}

.box6-title {
    text-align: center;
    font-size: 2rem;
    font-family: var(--Roboto-Bold);
    color: var(--black-color);
    margin-bottom: 20px;
}

.box6-p {
    font-family: var(--Roboto-Regular);
    font-size: .8rem;
    color: var(--black-color);
    margin-bottom: 40px;
}

.box6-subtitle {
    font-family: var(--Roboto-Bold);
    font-size: 1.5rem;
    color: var(--violet-color);
}

.box6-list {
    list-style: none;
}

.box6-list-item {
    margin-bottom: 30px;
    font-size: .8rem;
    font-family: var(--Roboto-Regular);
    color: var(--black-color);
    list-style: none;
}

.box6-list-item:first-child {
    margin-top: 30px;
}

.box6-list-item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
    .box6 {
        display: flex;
        flex-direction: row;
    }



    .box6-img {
        width: 45%;
        object-fit: cover;
    }

    .box6-content {
        width: 55%;
        display: flex;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .box6-content-wrap {
        width: 75%;
    }

    .box6-title {
        font-size: 3.4rem;
        text-align: left;
        margin-bottom: 25px;
    }

    .box6-p {
        font-size: 1.1rem;
    }

    .box6-list {
        list-style: none;
    }

    .box6-list-item {
        list-style: none;
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1920px) {

    .box6-title {
        font-size: 4.4rem;
    }
}

/* ************* */

/* ****** Product section ******* */

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}

.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;
    }

    .product-img {
        margin-bottom: 0;
        margin-right: 40px;
        width: 400px;
    }
}

@media screen and (min-width: 1920px) {

    .product-img {
        width: 530px;
    }
}

/* ************* */

/* ****** content-dos-cajas ******* */

.content-dos-cajas {
    display: flex;
    /*justify-content: center;*/
    max-width: 1332px;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
}

    .content-dos-cajas .caja {
        display: flex;
        max-width: 500px;
        width: 100%;
        align-items: center;
        margin: 60px;
    }

        .content-dos-cajas .caja img {
            margin-right: 25px;
        }

.caja h5 {
    font-size: 1.5rem;
}

.content-dos-cajas .caja p {
    font-size: 20px;
    margin: 15px 0;
}

.content-dos-cajas .caja .box-credit4-button {
    margin-left: 0px;
}

@media screen and (min-width: 1280px) {

    .caja h5 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1279px) {
    .content-dos-cajas {
        flex-wrap: wrap;
    }

        .content-dos-cajas .caja {
            margin: 20px 10px;
        }
}

/* ************* */