@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap');

.page-content {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #151515;
}
.page-content h1{
    margin: 0;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #000;
}
.page-content h1 span{
    font-weight: 600;
}
.page-content h2{
    margin: 0 auto 40px;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.page-content .how-it-works h3{
    margin: 0 auto 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #e30613;
}
.page-content .how-it-works .steps-container{
    position: relative;
    z-index: 11;
}
.page-content .how-it-works .dots-background{
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: url('/static/img/landingpage/morele/raty-santander/dots-background.png') top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 82%;
}
.page-content .how-it-works .step-container{
    align-items: center;
    margin: 0 auto 60px;
    position: relative;
    z-index: 12;
}
.page-content .how-it-works .step-container:last-of-type{
    margin: 0 auto;
}
#content{
    padding-bottom: 0;
}
.page-content .image-container{
    margin: 0 auto;
    text-align: center;
}
.page-content .image-container img{
    max-width: 100%;
}

.page-content .landing-header {
    background-color: #f4f7f8;
    padding: 0 !important;
}
.page-content .landing-header .header-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.page-content .landing-header .container-sponsor img{
    margin-right: 30px;
}
.page-content .max-section .item-container{
    text-align: center;
}
.page-content .min-section .item-container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
.page-content .min-section .item-container img{
    display: inline-block;
    margin-right: 20px;
    width: 60px;
    height: 60px;
}
.page-content .min-section .item-container p{
    display: inline-block;
}
.page-content .white-background{
    background-color: #fff;
    padding: 40px 0;
}
.page-content .grey-background{
    background-color: #f4f7f8;
    padding: 40px 0;
}
/* faq */
.page-content .faq-section .question-container{
    border-top: 1px solid #aaacad;
    cursor: pointer;
}
.page-content .faq-section .question-container:last-of-type{
    border-bottom: 1px solid #aaacad;
}
.page-content .faq-section .question-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.page-content .sup-1,
.page-content .sup-2{
    cursor: pointer;
}
.page-content .faq-section .question-title h3{
    color: #000;
    font-weight: 600;
}
.page-content .faq-section .question-content{
    display: none;
}
.page-content .faq-section .question-text{
    margin: 10px 0;
}
.page-content .faq-section .last-question .question-text{
    margin: 5px 0;
}
.page-content .special-indentation{
    margin-left: 30px;
}
.page-content .faq-section .more-info{
    margin: 20px 0 0;
}
.page-content .footer-section{
    padding: 28px 0 30px;
}
.page-content .faq-section .more-info,
.page-content .footer-section .disclaimer-text{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

/* product section */
.page-content .product-section .flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 280px;
    align-content: space-between;
}
.page-content .product-section .product-container{
    min-width: 200px;
    text-align: center;
}
.page-content .product-section .product-container:hover{
    text-decoration: none;
    transform: scale(1.1);
}
.page-content .product-section .product-container:active,
.page-content .product-section .product-container:focus,
.page-content .product-section .product-container:visited
{
    text-decoration: none;
}
.page-content .product-section .product-text{
    color: #151515;
    margin: 0;
}
/* */
.page-content .justify-center{
    justify-content: center;
}
@media (max-width: 1229px) {
    .page-content p{
        margin: 5px 0;
    }
    .page-content h1{
        font-size: 42px;
        line-height: 42px;
    }
    .page-content .how-it-works .dots-background{
        width: 50%;
    }
    .page-content .how-it-works .step-container{
        margin: 0 auto 50px;
    }
    .page-content .how-it-works .image-container img{
        max-width: 90%;
    }
    .page-content .product-section .product-container{
        min-width: 170px;
        text-align: center;
    }
    .page-content .how-it-works .dots-background{
        background-size: 100% 98%;
    }
}

@media (max-width: 1024px) {
    .page-content{
        font-size: 14px;
        line-height: 20px;
    }
    .page-content .landing-header .container-sponsor img{
        margin-right: 15px;
        max-width: 90px;
    }
    .page-content h1{
        font-size: 32px;
        line-height: 32px;
    }
    .page-content h2{
        font-size: 22px;
        line-height: 22px;
    }
    .page-content .min-section .l-col-md-4{
        padding: 0 5px;
    }
    .page-content .min-section .item-container img{
        margin-right: 10px;
        width: 27px;
        height: 27px;
    }
    .page-content h2{
        margin: 0 auto 30px;
    }
    .page-content .how-it-works h3{
        font-size: 18px;
        line-height: 22px;
    }
    .page-content .how-it-works .dots-background{
        background: unset;
    }
    .page-content .product-section{
        padding: 40px 0 20px;
    }
    .page-content .product-section .product-container{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .page-content .landing-header{
        background: url('/static/img/landingpage/morele/raty-santander/header-background-mobile.png') top center no-repeat;
        background-size: cover;
        padding: 40px 0 350px !important;
        text-align: center;
    }
    .page-content h1{
        font-size: 40px;
        line-height: 44px;
        margin: 33px auto 0;
    }
    .page-content .min-section .l-row{
        justify-content: center;
        text-align: center;
    }
    .page-content .min-section .item-container img{
        max-width: 40px;
    }
    .page-content .max-section .item-container.mobile-margin{
        margin: 0 auto 40px;
    }
    .page-content .max-section .item-container img{
        margin: 0 auto 20px;
    }
    .page-content .how-it-works .image-container img{
        max-width: 100%;
    }
    .page-content h2{
        margin: 0 auto 40px;
    }
    .page-content .min-section .item-container p{
        font-size: 14px;
        line-height: 20px;
    }
    .page-content .how-it-works .step-container{
        align-items: flex-start;
    }
    .page-content .product-section .product-container{
        min-width: 160px;
        margin-bottom: 20px;
    }
}

@media (max-width: 566px) {
    .page-content .landing-header{
        padding: 40px 0 260px !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .page-content .how-it-works .step-container{
        align-items: flex-start;
    }
    .page-content .how-it-works .reversed-mobile{
        flex-direction: column-reverse;
    }
    .page-content .how-it-works .image-container img{
        max-width: 75%;
        margin-bottom: 20px;
    }
    .page-content .special-indentation{
        margin-left: 20px;
    }
    .page-content .faq-section .more-info, .page-content .footer-section .disclaimer-text{
        font-size: 10px;
    }
}

@media (max-width: 462px) {
    .page-content .landing-header{
        padding: 30px 0 220px !important;
    }
    .page-content h1{
        font-size: 36px;
        line-height: 36px;
        margin: 20px auto 0;
    }
}
@media(max-width: 380px){
    .page-content .product-section .product-container{
        min-width: 155px;
    }
    .page-content .product-section .product-text{
        font-size: 12px;
    }
}
