body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #05eaff;
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}
h2 {
    color: #0b4bb5;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin: 0;
}

h3 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0;

}
h5 {
    color: #474747;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.font-azul {
    color: #05eaff;
    font-weight: 700;
}
.font-branca {
    color: white;
}
.font-verde {
    color: #37fc8d;
}
.font-cinza {
    color: #474747;
}
.azul{
    color: #0b4bb5;
}
.mtop {
    margin-top: 10px;
}

.barraContainer {
    width: 100%;
    height: 110px;
    background-color: #9c9c9c;
    top : 0;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
   
}
#boxBarra {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.btCompra {
    background-color: #ff4700;
    box-shadow: 0px 6px 0px 0px #e74504;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    max-width: 350px;
    min-width: 190px;
    cursor: pointer;
    margin: 0 20px;
    transition: all .10s ease-in-out;
    text-decoration: none;
}
.btCompra:hover {
    background-color: #e74504;
    box-shadow: 0px 6px 0px 0px #ff4700;
    transition: all .10s ease-in-out;
}
.btCompra:active {
    background-color: #db4409;
    box-shadow: 0px 6px 0px 0px #e74504;
}
.txtBotao {
    color: white;
    text-shadow: rgba(10, 10, 10, 0.3) 0px 1px 1px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.compseg {
    background-image: url(../img/compra-segura-white.png);
    background-position-x: 1px;
    background-repeat: no-repeat;
    width: 200px;
    height: 30px;
}
.bg-cartao {
    background-image: url(../img/cartao-pay.png);
    background-position-x: 1px;
    background-repeat: no-repeat;
    width: 144px;
    height: 48px;
}

@media screen and (max-width: 800px) {
    .compseg {
        background-image: url(../img/compra-segura-white2.png);
        width: 61px;
    }
}
@media screen and (max-width: 600px) {
    .compseg {
        background-image: none;
        width: 0;
    }
    .bg-cartao {
        background-image: none;
        width: 0;
    }
}
@media screen and (max-width: 370px) {
    .txtBotao {
        font-size: 17px;
    }

}


.container {
    max-width: 1120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0;
    align-items: center;
}

.box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.centraliza{
    text-align: center;
    padding: 0 20px;
}

#topo {
    background-color: #0b4bb5;
    margin-top: 110px;
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#play {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 10px 20px;
}
.imgplayer{
    box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#certificado{
    background-color: #e7e7e7;
}
#tituloCertificado {
    max-width: 600px;
}
#boxCertificado {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: center;
}
.imgCertificado {
    margin: 10px;
}
#modulosCurso {
    margin-left: 10px;
    line-height: 25px;
}
@media screen and (max-width: 750px) {
    
    #modulosCurso {
        margin-bottom: 20px;
    }

    #boxCertificado {
        flex-wrap: wrap-reverse;
    }
}
.tick {
    margin-right: 5px;
}
#instrutora {
    background-color: #0b4bb5;
}

#boxInstrutora {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#txtInstrutora {
    max-width: 400px;
}

@media screen and (max-width: 750px) {
    
    #txtInstrutora {
        margin-bottom: 20px;
        text-align: center;
    }
    #fotoInstrutora {
        text-align: center;
    }

}
#fotoInstrutora {
    max-width: 350px;
}
.imgInstr{
    border: solid 10px white;
    border-radius: 10px;
    width: 100%;
}

#prova{
    background-color: #e7e7e7;
}
#tituloProva {  
    margin-bottom: 50px;
    max-width: 900px;
}

iframe {
    width: 600px;
    height: 350px;
}

@media screen and (max-width: 650px) {
    
    iframe {
        width: 500px;
        height: 292px;
    }
}
@media screen and (max-width: 530px) {
    
    iframe {
        width: 300px;
        height: 198px;
    }
}

#whats {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.imgW{
    width: 19%;
    margin: 3px;
    border-radius: 10px;
}

@media screen and (max-width: 530px) {
    .imgW {
        width: 300px;
        margin-bottom: 10px;
        box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.5);
        
    }
}

#boxolhos {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.olhos {
     max-width: 220px;
    text-align: center;
    margin-right: 20px;
    padding: 0 10px;
}

.imgOlhos {
    max-width: 200px;
    max-height: 200px;
    border-radius: 150px;
    border: solid 10px rgba(255, 255, 255, 0.5);
}

#boxPromocao {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.listaGarantias{
    margin-left: 10px;
    line-height: 31px;
}
@media screen and (max-width: 745px) {
    .listaGarantias {
        margin-top: 20px;
        
    }
}

#news {
    background-color: #0b4bb5;
}

#titNews {
    max-width: 760px;
}
#boxNumeros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px 12px 0;
    background-color: #0a43a3;
    max-width: 1300px;
    border-radius: 20px;
}
.fboxNumeros {
    padding: 10px 20px;
    text-align: center;
    max-width: 325px;
}
#news2{
    max-width: 862px;
    text-align: center;
    margin-top: 50px;
}
#boxNews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    max-width: 1300px;
}
.fbnews {
    background-color: #1e59bb;
    max-width: 300px;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
}
#fNews {
    background-color: #0a43a3;
}

#transf{
    background-color: #e5e5e5;
}
#titTransf {
    max-width: 1000px;
}

#boxTransf {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
    max-width: 1300px;
}
.bpTransf {
    max-width: 300px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    
}
.imgT {
    border-radius: 20px;
    border: solid 1px white;
}
#prepare{
    background-color: #50d389;
}

#boxPrepare {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
}
.txtprepare {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 313px;
    text-align: right;
    margin-right: 20px;
}
.imgPrep {
    border-radius: 20px;
    border: solid 10px rgba(255, 255, 255, 0.5);
    width: 100%;
}
@media screen and (max-width: 730px) {
    .txtprepare {
        margin-bottom: 10px;
    }
    .imgPrep {
        max-width: 270px;
    }
}

#extBonus {
    background-color: #e5e5e5;
}
.boxExtBonus {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; */
    max-width: 850px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px;
    border-radius: 20px;

}
.fExtBonus {
    display: flex;
    justify-content: center;
    align-items: top;
    padding: 0 20px;
    margin: 20px;
}
.imgeb {
    margin-right: 10px;
}
#bgfooter {
    background-image: url(../img/footerbg.png);
    background-color: #1c49b4;
    height: 232px;
    background-repeat: no-repeat;
}
#footer2 {
    background-color: #1c49b4;
}
#txtFooter {
    max-width: 700px;
    text-align: justify;
}

@media screen and (max-width: 600px) {
    
    #bgfooter {
        background-image: url(../img/footerbg2.png);
        height: 72px;
        background-repeat: no-repeat;
    }
}

#botPag {
    background-color: #1c49b4;
    padding: 20px 0 100px;
}
.box-wpp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #19ae7b;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 10px;
    border: solid 4px rgba(255, 255, 255, 0.2);
}
.ico-wpp{
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.txt-wpp{
    color: white;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}



/* ---- mobile ---- */

@media screen and (max-width: 415px) {
    
    h1 {
        font-size: 22px;
        line-height: 1.2;
    }
    h2 {
        font-size: 30px;
        line-height: 1;

    }
    h3 {
        font-size: 20px;
        line-height: normal;
    }
    h4 {
        line-height: 1.2;
    }
    h5 {
        line-height: 1.2;
    }
    #modulosCurso {
        padding: 0 20px;
    }
    #txtInstrutora{
        padding: 0 20px;
    }
    .imgInstr {
        max-width: 246px;
    }
    .imgPro {
        max-width: 300px;
    }
    .txtprepare {
        text-align: center;
        margin-right: 0;
        padding: 16px;
    }
    .centraliza {
        padding: 0 20px;
    }
    .fExtBonus {
        display: block;
        text-align: center;
    }
}




/* ----modal---- */

#bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;   
}
.ctn
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#bg:target {
    display: block;
}
.close {
    width: 640px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: right;
}
.iframePrincipal {
    width: 640px;
    height: 480px;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
    transition: all .10s ease-in-out;
}


@media screen and (max-width: 770px) {
    .iframePrincipal {
        width: 480px;
        height: 360px;
        transition: all .10s ease-in-out;
    }
    .close {
        width: 480px;
    }
}

@media screen and (max-width: 770px) {
    .iframePrincipal {
        width: 480px;
        height: 360px;
        transition: all .10s ease-in-out;
    }
    .close {
        width: 480px;
    }
}
@media screen and (max-width: 500px) {
    .iframePrincipal {
        width: 360px;
        height: 270px;
        transition: all .10s ease-in-out;
    }
    .close {
        width: 360px;
    }
}
@media screen and (max-width: 389px) {
    .iframePrincipal {
        width: 270px;
        height: 203px;
        transition: all .10s ease-in-out;
    }
    .close {
        width: 270px;
    }
}
@media screen and (max-width: 280px) {
    .iframePrincipal {
        width: 203px;
        height: 152px;
        transition: all .10s ease-in-out;
    }
    .close {
        width: 203px;
    }
}