@import url('assets/css/fonts.css');

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    font-size: 17px;
    color: #05372c;
    /* font-family:'Lucida Sans', sans-serif; */
    font-family: 'Montserrat', Inter, 'Red Hat Display', -apple-system, 'Segoe UI', 'Helvetica Neue', sans-serif;
    background-color: #f8f4f0;
}

@media only screen and (min-width: 1024px) {
.bg_zap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1350px;
    background-image: url('img/bg_zap.png');
    background-position: top 70px center;
    background-repeat: no-repeat;
    background-origin: content-box;
    z-index: 1;
}
.chamada_final {
    background-image: url('img/bg_chamada_final_2.png');
    background-position:   center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
}

@media only screen and (max-width: 1023px) {
    body {
        font-size: 15px;
    }
}
@media only screen and (max-width: 720px) {
    body {
        font-size: 15px;
    }
}
header {
    width: 100%;
    display: block;
    padding: 30px 0 50px 0;
    background: linear-gradient(to right, #004e3f, #00836c);
}
.conteudo {
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 99999 !important;
}
.texto {
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
.text-center {
    text-align: center;
}
.img-center {
    text-align: center;
    margin: auto;
}
img {
    /* display: block; */
    max-width: 100%;
    height: auto;
}
.bt,
.box-item {
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}
.bt:hover,
.box-item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


header .logo {
    max-width: 100%;
}
@media only screen and (max-width: 720px) {
    header .logo {
        max-width: 100%;
        margin: auto;
    }
}

header .texto1 {
    max-width: 920px;
    font-size: 2.2em;
    color: #FFF;
    padding: 20px 0;
    letter-spacing: 0.04em;
    text-shadow: 0px 2px rgba(0,0,0,0.5);
}
header .texto2 {
    max-width: 680px;
    font-size: 1.4em;
    color: #FFF;
    padding: 0 0 20px 0;
    letter-spacing: 0.02em;
}
header a {
    text-align: center;
    display: block;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 18px 20px;
}
header a.bt_comecar,
header a.bt_duvidas {
    color: #05372c;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 3px solid rgba(0,0,0,0.8);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
header a.bt_comecar {
    background: linear-gradient(to right, #ffd200, #ffe760);
}
header a.bt_comecar:hover {
    background: linear-gradient(to right, #ffd200, #ffd200);
}
header a.bt_duvidas {
    background: linear-gradient(to right, #f0e1da, #ffffff);
}
header a.bt_duvidas:hover {
    background: linear-gradient(to right, #f0e1da, #f0e1da);
}




h1,h2,h3,h4 {
    display: block;;
    margin: auto;
    text-align: center;
    font-weight: normal;
    color: #003328;
}
h3 + h4 {
    margin-top: 30px
}
h3 {
    font-size: 2.2em;
}
h4 {
    font-size: 1.4em;
    letter-spacing: 0.03em;
    line-height: 1.3em;
}


.wp_img_bt {
    position: absolute;
    margin-left: -20px;
}
section {
    padding: 80px 0;
}
@media only screen and (max-width: 720px) {
    section {
        padding: 40px 0;
    }
}
.cor1 {
    background-color: #f8f4f0;
}
.cor2 {
    background-color: #f0e1da;
}


.bt {
    text-align: center;
    display: block;
    max-width: 620px;
    margin: 30px auto 0;
    padding: 20px;
    color: #05372c;
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 5px rgb(0, 0, 0, 0.05);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.bt_comecar {
    background: linear-gradient(to right, #ffd200, #ffe760);
}
 .bt_duvidas {
    background: linear-gradient(to right, #00b942, #00d853);
    color: #FFF;
}




.box {
    width: 100%;
    margin: 100px 0;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
@media only screen and (max-width: 720px) {
    .box {
        margin: 30px 0;
        flex-direction: column;
    }
    .box .box_item {
        margin: 0;
    }
    .box .box_item + .box_item {
        margin-top: 40px;
    }
}
.box_item {
    box-sizing: border-box;
    margin: 0 10px;
}
.box_item figure {
    height: 105px;
}
.img_como_funciona {
    margin: 60px 0 0 0;
}

.box_info {
    font-size: 2em;
}

.box_dizem {
    margin: 120px 0 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.box_dizem .box_item {
    background: #dcf8c6;
    width: 100%;
    padding: 15px;
}
.box_dizem .box_item ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box_dizem .box_item ul li.image {
    margin-top: -72px;
    margin-right: -15px;
}
.box_dizem .box_item ul li.image img {
    max-width: 120px;
}
.box_dizem .box_item ul li.nome {
    margin-top: -30px;
    font-size: 1.2em;
    font-weight: bold;
}
.box_dizem .box_item ul li.depo {
    margin-top: 30px;
    font-size: 0.95em;
}
.box_dizem .box_item ul li.image,
.box_dizem .box_item ul li.estrelas {
    align-self: flex-end;
}
.box_dizem .box_item ul li.estrelas {
    font-size: 1.5em;
    color: #017eff;
}

@media only screen and (max-width: 720px) {
    .box_dizem {
        margin-top: 90px;
    }
    .box_dizem .box_item + .box_item {
        margin-top: 80px;
    }
    .box_dizem .box_item ul li.depo {
        margin-top: 20px;
    }    
}



.box_duvidas  {
    flex-direction: column;
    margin-top: 40px;
}
.box_duvidas .box_item {
    background: #FFFFFF;
    padding: 20px 20px;
}
.box_duvidas .box_item + .box_item {
    margin-top: 20px;
}
.box_duvidas .image {
    float: left;
    /* position: absolute */
}
.box_duvidas .titulo {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.box_duvidas .titulo,
.box_duvidas .titulo2 {
    margin-left: 40px;
    margin-right: 40px;
}


.chamada_final {
    margin-top: -50px;
    padding-top: 0;
}
.chamada_final h3 {
    font-size: 2.3em;
}
.chamada_final span {
    color: #007fff;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.chamada_final span.um {
    font-size: 2.2em;
}
.chamada_final span.dois {
    font-size: 1.7em;
}

@media only screen and (max-width: 720px) {
    .chamada_final h3 {
        font-size: 1.8em;
    }
    .chamada_final span.um {
        font-size: 1.8em;
    }
}



.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}