:root{
    --openSans-regular: openSans-regular;
    --openSans-BoldItalic: openSans-BoldItalic;
    --openSans-semibold: openSans-semibold;
    --openSans-Bold: openSans-Bold;
    --Roboto-Light: Roboto-Light;
    --Roboto-Regular: Roboto-Regular; 
    --Roboto-Medium: Roboto-Medium;
    --Roboto-Bold: Roboto-Bold;
    --helvetica: Helvetica;
    --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;
}

*,
*::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:  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 *** */

.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-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;
        border-radius: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .button 
    {
        font-size: 1.4rem;
    }
}

/* ** */


/* ***** */




/* *** check *** */

.check 
{
    width: 20px;
    margin-right: 6px;
}

/* ** */





/* ****** Hero ******* */

.hero-credit 
{
    background-color: #F5F5F7;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
}


.hero-credit-info 
{
    display: flex;
    padding-top: 50px;
    margin-bottom: 20px;
}

.hero-credit-info-position
{
    color: var(--black-color);
    font-family: var(--Roboto-Regular);
    font-size: .8rem;
    margin-left: 24px;
} 

.hero-credit-title 
{
    font-family: var(--Roboto-Bold);
    font-size: 2rem;
    color: var(--black-color); 
    padding-bottom: 24px;
}

.hero-credit-title-text 
{
    font-family: var(--Roboto-Regular);
    color: var(--black-color);
    font-size: 1rem;
    margin-bottom: 30px;
}


.hero-credit-alert 
{
    margin-top: 40px;
    background-color: var(--white-color);
    padding: 24px 32px;
    border-radius: 10px;
}

.hero-credit-alert-title 
{
    color: var(--violet-color);
    font-family: var(--Roboto-Medium);
    font-size: 1rem;
    margin-bottom: 8px;
}

.hero-credit-alert-text 
{
    font-size: .8rem;
    font-family: var(--Roboto-Regular);
    color: var(--black-color);
}

.hero-credit-image-container 
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 50px;
}

.hero-credit-image 
{
    width: 300px;
    margin-bottom: 34px;
}

@media screen and (min-width: 1280px){

    .hero-credit 
    {
        padding-bottom: 70px;
        
    }

    .hero-credit-wrapper
    {
        display: flex;
        width: 85%;
    }
    
    .hero-credit-container
    {
        width: 50%;
    }

    .hero-credit-info
    {
        margin-bottom: 43px;
    }

    .hero-credit-title 
    {
        font-size: 3.8rem;
    }

    .hero-credit-title-text
    {
        margin-bottom: 60px;
        font-size: 1.1rem;
    }

    
    .hero-credit-alert
    {
        margin-top: 70px;
    }

    .hero-credit-alert-title
    {
        font-size: 1.5rem;
    }

    .hero-credit-alert-text 
    {
        font-size: 1.1rem;
    } 


    .hero-credit-image-container 
    {
        width: 50%;
        padding-bottom: 50px;
        align-items: flex-end;
    }

    .hero-credit-image 
    {
        width: 508px;
        margin-bottom: 100px;
    }
}


@media screen and (min-width: 1920px) {
    .hero-credit-wrapper
    {
        width: 1632px;
    }
    
    .hero-credit-title 
    {
        font-size: 5rem;
    }

    .hero-credit-title-text 
    {
        font-size: 1.4rem;
        margin-bottom: 70px;
    }

    
    .hero-credit-alert-text 
    {
        font-size: 1.1rem;
    }
}
/* ***** */   





/* ****** Benefits section ******* */


.benefits-title 
{
    font-size: 2rem;
    font-family: var(--Roboto-Bold);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    color: var(--black-color);
}

.benefits-title br 
{
    display: none;
}

.benefit
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.benefit-image
{
    width: 60px;
    margin-bottom: 14px;
}

.benefit-number 
{
    display: flex;
    align-self: flex-start;
    font-family: var(--Roboto-Bold);
    font-size: 1rem;
    padding-right: 20px;
    padding-top: 20px;
    color: var(--black-color);
}

.benefit-title 
{
    color: var(--violet-color); 
    font-family: var(--Roboto-Bold);
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.benefit-text 
{
    font-family: var(--Roboto-Regular);
    font-size: .8rem;
    text-align: center;
    color: var(--black-color);
}

.benefit-text span 
{
    font-family: var(--Roboto-Bold);
}


.benefit-terms 
{
    color: var(--gray-color);
    font-size: .7rem;
    text-align: center;
    font-family: var(--Roboto-Regular);
    color: var(--black-color);
}


.benefit-terms br 
{
    display: none;
}


@media screen and (min-width: 1280px) {

    .benefits-title 
    {
        font-size: 3.4rem;
        margin-bottom: 50px; 
        margin-top: 100px;        
    }

    .benefits-title br 
    {
        display: block;
    }

    .benefits-container
    {
        display: flex;
        justify-content: space-around;
    }

    .benefit 
    {
        width: 400px;
        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-number 
    {
        font-size: 1.9rem;
    }

    .benefit-title 
    {
        font-size: 2rem;
    }

    .benefit-image1 
    {
        width: 116px;
        height: 80px;
    }

    .benefit-image2 
    {
        width: 93px;
        height: 85px;
    }

    .benefit-image3 
    {
        width: 82px;
        height: 80px;
    }

    .benefit-text 
    {
        font-size: 1.1rem;
    }

    .benefit-text-left 
    {
        text-align: left;
    }

    .benefit-terms 
    {
        font-size: .9rem;
        margin-bottom: 100px;
    }

    .benefit-terms br 
    {
        display: block;
    }
}

@media screen and (min-width: 1920px) {

    .benefits-container 
    {
        margin-bottom: 60px;
    }
    
    .benefits-title 
    {
        font-size: 4.4rem;
        margin-bottom: 130px;
    } 

    .benefit 
    {
        width: 432px;
        margin-right: 104px;
    }

    .benefit-text 
    {
        font-size: 1.1rem;
    }

    .benefit-terms {
        font-size: 1rem;
    }

    .benefit-title 
    {
        font-size: 2.3rem;
    }
}

/* ************* */





/* ****** reasons section ******* */

.reasons-wrapper 
{
    background-color: var(--background-blue-sky-color);
    margin-top: 50px;
}

.reasons 
{
    margin-top: 40px;
}

.reasons-title  
{
    text-align: center;
    font-size: 1.5rem;
    font-family: var(--Roboto-Bold);
    color: var(--black-color);
    padding-top: 50px;
}

.reason-img
{
    width: 20px;
    margin-right: 6px;
}

.reason-container 
{
    display: flex;
    align-items: flex-start;
    
}

.reason
{
    font-family: var(--Roboto-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: 3rem;
        margin-top: 100px;
        width: 100%;
        margin-bottom: 40px;
        padding-top: 100px; 
        
    }

    .reason-container 
    {
        width: 40%;
    }

    .reason 
    {
        font-size: 1.1rem;
        
    }

    .reason-container-odd
    {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1920px) {
    .reasons-title 
    {
        font-size: 3.8rem;
        margin-top: 139px;
        margin-bottom: 60px;
    }

    .reason 
    {
        font-size: 1.1rem;
    }

    .reason-container
    {
        width: 600px;
    }
}
/* ************* */




/* ****** box3 Section ******* */

.box3-img-container 
{
    background: transparent linear-gradient(360deg, #7037CE 0%, #E7192D 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box3-img
{
    width: 200px;
}

.box3-content
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--background-blue-light);
}

.box3-content-wrap 
{
    width: 85%;
    margin: 0 auto;
}

.box3-title 
{
    text-align: center;
    font-size: 2rem;
    font-family: var(--openSans-semibold);
    color: var(--black-color);
    margin-bottom: 20px;
}

.box3-p 
{
    font-family: var(--openSans-regular);
    font-size: .8rem;
    color: var(--black-color);    
    margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
    .box3 
    {
        display: flex;
        flex-direction: row-reverse;
    }

    .box3-img-container 
    {
        width: 40%;
        padding-top: 100px;
        padding-bottom: 100px;
    }



    .box3-img 
    {
        width: 40%
    }

    .box3-img-phone 
    {
        width: 300px;
        padding: 50px 0 50px 0;
    }

    .box3-content 
    {
        width: 60%;
        display: flex; 
        align-items: center;
    }

    .box3-content-wrap 
    {
        width: 75%;
    }

    .box3-title 
    {
        font-size: 3.4rem;
        text-align: left;
        margin-bottom: 40px;
    }

    .box3-p 
    {
        font-size: 1.1rem;
        margin-bottom: 66px;
    }
}

@media screen and (min-width: 1920px) {
    .box3-img-container 
    {
        width: 40%;
        
    }

    .box3-title 
    {
        font-size: 4.4rem;
    }

    .box3-p 
    {
        font-size: 1.4rem;
    }
}
/* ************* */

/* ****** box4 Section ******* */

.box4 
{
    margin-top: 50px;
}

.box4-img-container 
{
    background-image: url('/RS/build/img/tarjetas-credito/background2-box4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box4-img
{
    width: 200px;
}

.box4-content
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--background-blue-light);
}

.box4-content-wrap 
{
    width: 85%;
    margin: 0 auto;
}

.box4-title 
{
    text-align: center;
    font-size: 2rem;
    font-family: var(--Roboto-Bold);
    color: var(--black-color);
    margin-bottom: 20px;
}

.box-content-item
{
    font-family: var(--Roboto-Regular);
    font-size: .8rem;
    color: var(--black-color);
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}

.box-content-item-last 
{
    margin-bottom: 50px;
}

.box-content-contact
{
    display: flex;
    margin-top: 50px;
}

.box-content-contact-img 
{
    margin-right: 20px;
}

.box-content-contact-p 
{
    font-family: var(--Roboto-Regular);
    font-size: .8rem;
    color: var(--black-color);
}

@media screen and (min-width: 1280px) {
    .box4 
    {
        display: flex;
        flex-direction: row;
        margin-top: 0;
    }

    .box4-img-container 
    {
        width: 40%;
        padding-top: 0;
        padding-bottom: 0;
    }



    .box4-img 
    {
        width: 70%
    }

    .box4-img-phone 
    {
        width: 300px;
        padding: 50px 0 50px 0;
    }

    .box4-content 
    {
        width: 60%;
        display: flex; 
        align-items: center;
    }

    .box4-content-wrap 
    {
        width: 75%;
    }

    .box4-title 
    {
        font-size: 3.4rem;
        text-align: left;
        margin-bottom: 40px;
    }

    .box-content-item
    {
        font-size: 1.1rem;
        
    }

    .box-content-contact-p 
    {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1920px) {
    .box4-img-container 
    {
        width: 40%;
        
    }

    .box4-title 
    {
        font-size: 4.4rem;
    }

    .box4-p 
    {
        font-size: 1.4rem;
    }
}
/* ************* */


/* ****** advantages Section ******* */

.advantages 
{
    background-color: var(--background-gray-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;
    margin-top: 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;
}

.advantage-p span 
{
    font-family: var(--Roboto-Bold);
}

@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-image: url('/RS/build/img/tarjetas-credito/ultrabox-background.webp');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    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);
}

.box5-p-alert 
{
    font-size: 1.1rem;
}

@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;
        
    }

    .box5-p-alert 
    {
        font-size: 1.5rem;
    }
}

@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-img-container 
    {
        width: 40%;
        height: 840px;
    }

    .box6-title 
    {
        font-size: 4.4rem;
    }

    
}
/* ************* */ 







/* ****** Product section ******* */

.product
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.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: 100px;
        margin-bottom: 200px !important;
    }

    .product-img 
    {
        margin-bottom: 0;
        margin-right: 40px;
        width: 400px;
    }
}

@media screen and (min-width: 1920px) {
        
    .product-img 
    {
        width: 530px;
    }
}

/* ************* */

