/* Cor cinza escuro #444b56 */


html, body, div, span, iframe, h1, h2, h3, h4, p, pre,
a, img, b, i, center, ul, li, canvas, embed,
footer, header, section, small, video{ 
    padding: 0; 
    margin: 0; 
    box-sizing: border-box;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #444b56;

}

p{
    margin-bottom: 16px;
}

.container_lt{
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
}


.logo{
    margin: 0 auto;
    width: 200px;
}


.text-center{
    text-align: center;
}

.text-esquerdo{
    text-align: left;
}
.text-justificado{
    text-align: justify;
}

.text-vermelho{
    color: crimson;
}

.img{
    border: 12px #fff solid;
    box-shadow: 0 0px 18px #ddd;
    border-radius: 15px;
    cursor: pointer;
    background: #000;
}

.img-responsive{
    width: 100%;
}

.embed-foto { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    max-width: 100%;
    height: 100%;
} 

.embed-container .video, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 102%; 
}

.video{
    border-top: 5px crimson solid;
    margin-top: -7px;
    background: crimson;
}

.box-video{
    margin: 0 auto;
    border: 1px rgba(56, 44, 47, 0.726) solid;
    border-radius: 12px;
    box-shadow: 0 1px 16px rgba(56, 44, 47, 0.726);
}


.box{
    padding: 12px;
    margin-bottom: 16px;
}

.p_title{
    margin-top: 10px;
}

.span_name{
    font-weight: bold;
    color: crimson;
}

.section_cinza{
    background: #efefef;
    padding-top: 45px;
}

.section_branca{
    background: #fff;
    padding-top: 45px;
}

.section_estudo_caso{
    background: #efefef;
    padding-top: 30px;
}

.section_preco{
    background: #efefef;
    padding-top: 30px;
}

.section_garantia{
    background: #efefef;
    padding-top: 45px;
}

.section_como_funciona{
    background: #fff;
    padding-top: 45px;
}

.section_prof_fabio{
    background: #fff;
    margin-top: 45px;
}

.section_modulos{
    background: #efefef;
    padding-top: 45px;
}

.header_top{
    margin-top: 50px;
}

.col{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: -3.6666px;
}

.col_center{
    display: inline-block;
    width: 100%;
    vertical-align: center;
    text-align: center;
    margin-right: -5px;    
}

.col-3{
    width: 33.3333%;
}

.txt-h2-modulo{
    font-size: 1.1em;
    margin-bottom: 10px;
}

.img-modulo{
    border-radius: 16px;
    overflow: hidden;
    background: #6CC496;
    border: 3px #6CC496 solid;
    border-bottom: 5px #6CC496 solid;
}


.txt_p_title{
    font-size: 0.9em;
}

.title{
    height: 55px;
}

.col-4{
    width: 25%;
}

.col-sidebar{
    width: 30%;
}

.col-content{
    width: 70%;
}

.col-content65{
    width: 65%;
}

.youtube{
    width: 60%;
    max-width: 640px;
    margin: 0 auto;
}

@media (min-width: 1170px){
    .container{
        width: 1170px;
    }

    .youtube{
        margin: 0 auto;
        width: 800px;
    }
}

@media (max-width: 900px){

    .col-sidebar{
        width: 45%;

    }

    .youtube{
        margin: 0 auto;
        width: 100%;
    }

    .col-content{
        width: 55%; 
    }

}


@media (max-width: 860px){

    .col-3{
        width: 50%;
    }

    .col-4{
        width: 50%;
    }

    .col-sidebar{
        width: 40%;

    }

    .col-content{
        width: 60%; 
    }
}

.block_1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px; 
    background-color: transparent;
    z-index: 101;
    left: 0;
}

.block_2{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38%;
    background-color: transparent;
    z-index: 101;
    left: 0;
}

@media (max-width: 720px){

    .logo{
        margin: 0 auto;
        width: 80%;
        margin-bottom: 16px;
    }

    .txt-title{
        font-size: 1.2em;
    }

    .txt-sub-title{
        font-size: 1.5em;
        color:#444b56;
    }

    .text-subtitulos{
        font-size: 1.8em;
        color: crimson;
    }
    
    .txt-h3{
        font-weight:100;
        margin-top:16px;
    }

    .col-3{
        width: 100%;
    }

    .col-4{
        width: 100%;
    }

    .col-sidebar{
        width: 100%;
        text-align: center;
        margin-bottom: 16px;

    }

    .col-content{
        width: 100%; 
        margin-bottom: 16px;
    }


}

.space-8{
    height: 8px;
}

.space-16{
    height: 16px;
}

.space-45{
    height: 30px;
}

.c-secure{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.txt-small{
    font-size: 0.8em;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 16px;
}

.txt-bold{
    font-weight: bold;
}

.img-tumb{
    background: #333;
}

.btn-comprar{
    width: 320px;
    padding: 16px;
    background:crimson;
    color: #fff;
    font-size: 1.4em;
    border-radius: 12px;
    border: 1px #a00121 solid;
    box-shadow: 0 2px 15px #a00121;
    font-weight: bold;
    cursor: pointer;
}

.btn-comprar:hover{
    background: rgb(202, 202, 11);
    border: 1px yellowgreen solid;
    box-shadow: 0 2px 15px rgb(235, 232, 58);
    cursor: pointer;
    animation: 1s fade;
}

@keyframes fade{
    from{
       background:crimson;
        border: 1px #a00121 solid;
    }

    to{
        background: rgb(202, 202, 11);
        border: 1px yellowgreen solid;
    }
}

.duvida-frequente{
    font-size: 1.4em; 
}

.vlr-principal{
    color: #444b56;
    font-size: 1em;
}

.vlr-por{
    color: #444b56;
    font-size: 1.5em;
}

hr{
    border: none;
    border-bottom: 1px #555 solid; 
}

.prof-fabio, .estudo-caso{
    font-size: 1.8em;
}

.span_name, .btn-assis{
    color: crimson; 
}

.btn-assis{
    cursor: pointer;
}

.btn-assis:hover{
    font-weight: 600;
}

.accordion section .sub{
    display: none;
}

.accordion section:target .sub{
    display: block;
}


@keyframes fadeIn{
    from{
        height: 0px;
        opacity: 0;    
    } 

    to{
        height: 100px;
        opacity: 1;
    }
}

a{
    text-decoration: none;
    font-weight: bold;
    color: crimson;
}

.arco-a{
    padding: 10px 8px;
    box-shadow: 0 2px 2px #ccc;
    margin: 10px;
    border-radius: 40px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.a_sub{
    margin: 10px 0;
    padding: 10x 0;
    font-size: 1.1em;
}

.txt-garantia{
    color: crimson;
}

.c_plus{
    font-size: 2em;
    color: crimson;
    position: absolute; 
    right: 20px;
    top: 0;
    font-weight: 100;
}

.section_duvidas{
    margin-top: 20px;
}

footer{
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

ul{
    list-style: none;
}

ul li{
    display: inline;
    padding: 0 10px;
    font-size: 0.8em;
}

.carrossel{
    width: 90%;
    max-width: 400px;
    padding-right: calc(var(--bs-gutter-x) * 2);
    padding-left: calc(var(--bs-gutter-x) * 2);
    margin-right: auto;
    margin-left: auto;
}

.posicao_video{
    position: relative; 
    height: 0; 
    padding-bottom: 56.2%; 
    padding-top: 0;
}

.box_video{
    margin: 0 auto;
    border: 1px crimson solid;
    border-radius: 12px;
    box-shadow: 0 1px 15px  crimson;
}

.box2_video{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
}

.topicos{
    color: crimson;
    font-size:1.5em;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-weight: bold;
}

.cabecalho{
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px; 
    background-color: crimson;
    z-index: 101;
    left: 0;
}

.youtubesd {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtubesd img {
    width: 100%;
    top: 0.0%;
    left: 0;
    opacity: 0.7;
}

.youtubesd .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtubesd .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtubesd img,
.youtubesd .play-button {
    cursor: pointer;
}

.youtubesd img,
.youtubesd iframe,
.youtubesd .play-button,
.youtubesd .play-button:before {
    position: absolute;
}

.youtubesd .play-button,
.youtubesd .play-button:before{
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.youtubesd iframe{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.secao-atrasada{
    display: none;
}