﻿.wrap-two-column {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.video-spr {
    width: 55%;
}

video#mediaplayer {
    width: 100%;
}

p.spr-desc {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 15px;
}

p.sub-title-blue {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #00559a;
}

h4.title-blue {
    font-size: 20px;
    font-family: 'Spartan';
    font-weight: 600;
    color: #0A243E;
    margin: 0 0 20px;
}

section.main-section.blue {background: #F2F4F8;padding: 60px 0 30px;}

.caixas-passos {
    display: flex;
    justify-content: space-evenly;
    margin: 40px 0;
}

.passo {
    text-align: center;
}

.passo p {
    font-size: 16px;
    line-height: 1.4em;
}

p.numero {
    font-size: 22px;
    font-family: 'Spartan';
    color: #00559a;
    font-weight: 700;
}

.caixas2 {
    display: flex;
    margin: 40px 0 80px;
    align-items: center;
}

.texto-simulador p {
    font-size: 16px;
    line-height: 1.4em;
}




/*******************************************
***********SECTION TESTEMULHOS USERS
********************************************/

#testem-utiliz {
margin-top:80px;
padding-left:16px;
padding-right:16px;
}

.card-testm-utiliz {
display: grid;
grid-template-columns: repeat(auto-fit, 390px);
gap: 16px;
margin-top:50px
}

.utiliz-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.info-utiliz {
font-family: 'Roboto';
color: #3F5B78;
line-height: 27px;
letter-spacing: 0.5px; 
}

.info-utiliz > p {font-size: 16px;font-weight: 700;}

.info-utiliz > span {font-size: 16px;font-weight: 400;}

.stars-utiliz {
display: flex;
}

.stars-utiliz > span {
content: url(../img/favourite.svg);
width: 14px;
}

.utiliz-body {
margin-top:16px;
}

.utiliz-body > p {color: #3F5B78;font-family: 'Roboto';font-size: 16px;font-weight: 400;line-height: 27px;}

.wrap-premios {display: flex;/* grid-template-columns: repeat(3, 218px); */justify-content: center;margin-top: 48px;gap: 30px;}

.cgd-bags {
text-align: center;
width: 25%;
padding: 20px;
}

.cgd-bags figure {
display: flex;
justify-content: center;
align-items: center;
height: 173px;
margin-bottom: 14px;
}

.cgd-bags h4 {color: #0A243E;font-family: 'Spartan';font-size: 16px;font-weight: 700;line-height: 19px;}

.cgd-bags > p {color: #0A243E;text-align: center;font-family: 'Roboto';font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;}

.cgd-bags p:nth-of-type(2) {/* font-weight: 600; */}

.wrap-app-caixa {
margin: 48px 0 58px;
}

.cgd-logos-apps {
display: grid;
grid-template-columns: repeat(3, 120px);
justify-content: center;
margin-bottom: 16px;
gap: 2px;
}

.wrap-app-caixa > p {text-align: center;font-family: 'Roboto';font-size: 16px;font-weight: 400;line-height: 27px;letter-spacing: 0.5px;color: #3F5B78;}

a.link-app-aderir {
color:#0071CE;
text-decoration: none;
}

.wrapper2 {
    max-width: 1002px;
    margin: 0 auto;
    margin-top: 30px;
}


@media (max-width:1004px){

.wrap-two-column {
    display:block; 
}

.video-spr {
    width: 100%;
    margin-block:20px;
}
    .caixas-passos{
        display:block;
    }

    section.main-section.blue{
        padding-left:16px;
        padding-right:16px;
    }

    .caixas2{

        display:block;
        
    }
    
}