/*BOOT*/
body {
    background-color: #000;
}

.content {
    width: 90%;
    margin: 0 5%;
}

.fontzero {
    font-size: 0px;
}

.section_title {
    margin-bottom: 20px
}

.section_title h1 {
    font-size: 1.7em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    letter-spacing: 1px;
    line-height: 1em;
}

.section_title .tagline {
    border: 1px solid #868686;
    border-radius: 30px;
    font-size: 1em;
    display: inline-block;
    fill: #868686;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 20px;
}


.cta_btn {
    display: inline-block;
    color: #fff;
    animation: animateBg 7s linear infinite;
    background-image: linear-gradient(90deg, #d8ba66, #90660e, #d8ba66, #90660e);
    background-size: 300% 100%;
    border-radius: 3px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}

.cta_btn:hover {
    transform: scale(105%);
}


/*.section_title:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    left: 0;*/
/*    width: 150px;*/
/*    height: 3px;*/
/*    border-bottom: 3px solid #01afee;*/
/*}*/

/*CHAT WHATSAPP*/
.chat_online {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 999;
}

.chat_online:hover {
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.36);
}

/*DESTAQUE*/
.main_destaque {
    padding: 10px 0 80px 0;
    text-align: center;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.7) 50%), url(images/mentoriadestaque.png);
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
}

.main_destaque img { 
    display: block;
    width: 350px;
    margin: 60px auto 0px auto;
}

.main_destaque p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 30px;
}

.main_destaque .tagline {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    letter-spacing: 1px;
    line-height: 1em;
}

.main_destaque h1{ 
    font-size: 47px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 20px;
}

/*FIM DESTAQUE*/

/*MENTORIA*/
.main_mentoria {
    padding: 80px 0;
    color: #fff;
}

.main_mentoria .content{
    border: 1px solid #fff;
    padding: 20px;
    background-color: #111111;
    border-radius: 10px;
}

.main_mentoria img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.main_mentoria .section_title {
    text-align: center;
    margin-bottom: 30px;
}

.section_title span {
    color: #d8ba67;
}

.mentoria_conteudo {
    text-align: center;
}

.mentoria_conteudo article {
    display: flex;
    align-items: start;
    justify-content: left;
    margin-bottom: 20px;
    text-align: left;
}

.mentoria_icon svg{
    width: 1.3em;
    margin-right: 15px;
}

.mentoria_conteudo article h1 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mentoria_conteudo article p {
    font-weight: 300;
    line-height: 1.3em;
    font-size: 1em;
}

.mentoria_conteudo .cta_btn {
    margin-top: -5px;
}

.mentoria_texto {
    padding-bottom: 30px;
}




/*FIM MENTORIA*/

/*FIM CURSOS*/

/*SOBRE*/
.main_sobre {
    padding: 50px 0;
    text-align: left;
    color: #333;

}

.sobre_conteudo {
    border-radius: 15px;
    background-image: url(images/sobre.png);
    -o-background-size: 1080px;
    -moz-background-size: 1080px;
    -webkit-background-size: 1080px;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    color: #333;
    padding: 50px 25px;
    border-radius: 30px;
    overflow: hidden;
}

.sobre_conteudo h1 {
    font-size: 1.2em;
    font-size: 200;
    color: #333;
}

.sobre_conteudo p {
    font-size: 0.9em;
    font-size: 200;
    margin-bottom: 15px;
}

.main_sobre img{
    border-radius: 25px;
    margin-top: 30px;
}
/*FIM SOBRE*/


/*DEPOIMENTOS*/
.main_depoimentos {
    background-color: #000;
    padding: 80px 0 140px  ;
    color: #fff;
}

.main_depoimentos .section_title {
    margin-bottom: 50px;
    text-align: center;
}

.main_depoimentos .section_title h1{
    color: #fff;
}

.main_depoimentos .section_title h1 span{
    color: #d8ba67;
}

.depoimentos_itens {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 30px auto 0;
}

.depoimento_item .avaliacao {
    color: #ffd606;
    margin-bottom: 20px;
}

.depoimento_item {
    padding: 40px;
    text-align: center;
    display: none;
    background-color: #fff;
    border-radius: 15px;
    border-radius: 1px solid #d8ba67;
}

.depoimento_item.first {
    display: block;
}

.depoimento_item p {
    min-height: 50px;
    margin-bottom: 20px;
    color: #000;
}

.depoimento_item h1 {
   margin-bottom: 20px;
   color: #000;
}

.depoimento_slide_pager {
    position: absolute;
    bottom: -70px;
    right: calc(50% - 78px);
    display: block;
    text-align: center;
    margim-top: 30px;
}

.depoimento_slide_pager span {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 6px;
}

.depoimento_slide_pager span:hover {
    background: rgb(255, 255, 255, 0.7);
}

.depoimento_slide_pager span.active {
    background: rgba(255, 255, 255);
}

/*FIM DEPOIMENTOS*/

/*PROJETOS*/
.main_projetos {
    background-color: #000;
    padding: 70px 0;
    color: #fff;
}

.main_projetos .section_title {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;

}

.portifolio_item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    color: #a4a4a4;
    text-decoration: none;
    transition: all .4s ease-in-out;
    border-radius: 30px;
}

.portifolio_item:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.portifolio_item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.portifolio_item h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    text-align: center;
    color: #FFFFFF;
}

.portifolio_item p {
    font-weight: 300;
    font-size: 1.1em;
    text-decoration: none;
}

/*FIM PROJETOS*/

/*BONUS*/
.main_bonus {
    background-color: #000;
    padding: 70px 0  ;
    color: #fff;
    text-align: center;
}

.main_bonus .section_title {
    margin-bottom: 50px;
}

.bonus_content img {
    margin: 20px auto 50px;
    border-radius: 30px;
    max-width: 450px;
}

.bonus_text {
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
}

.bonus_text h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.bonus_text p {
    color:     rgba(255, 255, 255, 0.64);
    font-size: 1em;
    margin-bottom: 15px;
    margin-bottom: 1px solid;    
    border-bottom: 1px solid rgba(255, 255, 255, 0.64);
    padding-bottom: 15px;
}

.bonus_text p span {
    color: #d8ba67;
    margin-right: 10px;
}



/*FIM BONUS*/

/*CURSO*/
.main_curso {
    background-color: #000;
    padding: 70px 0  ;
    color: #fff;
    text-align: center;
}

.main_curso .section_title {
    margin-bottom: 50px;
}

.curso_itens {
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.curso_item {
    padding: 60px 30px;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    color: #111;
    max-width: 400px;
    margin: 0 auto 30px;
}

.curso_item h1 {
 margin-bottom: 20px;
font-size: 1.2em;
}

.curso_item p {
    font-size: 1em;
}

/*FIM CURSO*/

/*INSCRICAO*/
.course_offer {
    background-color: #000;
}

.course_offer .conteudo {
    display: block;
    padding: 80px 30px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background-color: #111111;
    border-radius: 10px;

}

.course_offer .course_price {
    margin: 30px 0;
}

.course_offer .course_price .price_old {
    font-size: 1.4em;
    color: #D94352;
    opacity: 0.7;
}

.course_offer .course_price .price_new {
    font-size: 4em;
    font-weight: 900;
}

.course_offer .course_price .price_time {
    font-size: 1em;
}

.course_offer .tagline {
    font-size: 1.2em;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    text-align: center;
}

.course_offer h1 {
    font-size: 2.4em;
    font-weight: bold;
    margin: 0px 0 20px 0;
    text-transform: uppercase;
}

.course_offer .course_offer_desc {
    font-size: 1.4em;
    margin: 0 auto 40px auto;
    font-weight: 400;
    max-width: 650px;
}

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

.course_offer_desc span {
    color: #d8ba67;
}

.course_offer .course_offer_img img {
    width: 350px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}

.course_offer .cta_btn {
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 1.3em;
}

/*.course_offer .cta_btn:hover {
    transform: scale(125%);
}*/

/*Garantia*/
.course_warranty {
    padding: 70px 0;
    position: relative;
    background-color: #000;
}

.course_warranty_img {
    text-align: center;
    margin-bottom: 10px;
}

.course_warranty_img img {
    width: 200px;
}

.course_warranty_box {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0.875em;
    font-weight: 100;
    text-align: center;
}

.course_warranty_box_title {
    font-size: 2em;
    color: #fff;
}

.course_warranty_box p {
    margin-top: 40px;
    color: #fff;
    font-size: 1.3em;
}

/*DUVIDAS*/
/*Duvidas*/
.duvidas {
    padding: 70px 0;
    background-color: #000;
    text-align: center;
}

.duvidas .tagline {
    font-size: 0.875em;
    font-weight: 100;
    margin-top: -60px;
    margin-bottom: 20px;
    color: #fff;
}

.duvidas .section_title {
    margin-bottom: 50px;
}

.duvidas_itens {
    max-width: 800px;
    display: block;
    margin: 20px auto;
    background-color: #111111;
    text-align: left;
}

.duvida_pergunta {
    border: 1px solid #d8ba67;
    border-bottom: none;
}

.duvida_pergunta:last-of-type {
    border-bottom: 1px solid #d8ba67;
}

.duvida_pergunta h1 {
    padding: 15px;
    border-bottom: 1px solid #d8ba67;
    color: #d8ba67;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: 600;
    font-size: 1.4em;
}

.duvida_pergunta .duvida_resposta {
    display: none;
}

.duvida_pergunta p {
    padding: 15px;
    color: #fff;;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0px;
    margin-bottom: 0;
}


/*FOOTER*/

.main_footer {
    padding: 60px 0 20px;
    background-color: #000;
    color: #333;    
    font-size: 15px;
    border-bottom: 1px solid #d8ba67;
    text-align: center;
}

.footer_title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2em;
    margin: 10px 0 15px 0;
}


.main_footer a {
    color: #333;
}

.main_footer_logo img {
    display: block;
    width: 180px;
    margin: -15px auto;
}

.main_footer_nav {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 20px auto;
}


.main_footer_nav_item a {
    text-decoration: none;
    color: #fff;
}

.main_footer_nav_item a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer_social {
    margin-bottom: 20px;
}

.footer_social .fab {
    color: #fff;
    margin-right: 30px;
    font-size: 30px !important;
}

.fa-instagram:hover {
    color: #d8ba67;
}

.copy {
    background-color: #000;
    /*border-top: 1px solid rgba(255, 255, 255, 0.05);*/
    padding: 30px 0;
    text-align: center;
}

.copy p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.copy p a {
    color: #d8ba67;
    text-decoration: none;
}

.copy p a:hover {
    color: #c2c2c2;
    text-decoration: underline;
}

/*FIM FOOTER*/


/*592px*/
@media (min-width: 37em) {
.portifolio_itens {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .portifolio_item {
        width: 48%;
    }
}

/*768px*/
@media (min-width: 48em) {

    .main_destaque p {
        font-size: 20px; 
        line-height: 25px;   
        max-width: 700px;   
        margin: 0 auto 8px auto;         
    }

    .main_destaque .tagline {
        font-size: 2.1em;    
        max-width: 500px;   
        margin: 0 auto 25px auto;     
    }

    .main_mentoria .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main_mentoria .content img {width: 48%; margin: 0}

    .mentoria_conteudo {width: 48%}

     .sobre_conteudo {
        display: flex;
        justify-content: space-between;
        padding: 140px 35px 0;
        align-items: end;

        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-position-x: left;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    .main_sobre img {display: none;}


    .sobre_info {
        width: 475px;
        margin-bottom: 50px;
    }

    .sobre_img {
        width: 40%;
        max-widht: 350px;
    }

    .bonus_content {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .bonus_content img, .bonus_content .bonus_text {
        width: 48%;
    }
    
    .main_call h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .main_call h1 span {
        font-size: 62px;
    }

    .curso_item {
        width: 49%;
    }

}

/*960px*/
@media (min-width: 60em) {

    .main_destaque {
        padding: 60px 0 200px;
    }

     .sobre_conteudo {
        padding: 200px 35px 0;
    }

    .sobre_info h1 {
        font-size: 2em;
    }

    .sobre_info p {
        font-size: 1.1em;
    }

    .curso_item {
        width: 32%;
    }

    .portifolio_itens {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 150px;
        grid-gap: 7px;
    }

    .portifolio_item {
        width: 100%;
        margin-bottom: 0;
    }

    .portifolio_item article {
        width: 100%;
        height: 100%;
        position: relative;

    }

    .portifolio_item img {
        width: 100%;
        height: 100%;
    }

    .h-1 {
        grid-row: span 2;
    }

    .h-2 {
        grid-row: span 3;
    }

    .w-1 {
        grid-column: span 1;
    }

    .w-2 {
        grid-column: span 2;
    }
}

/*1248*/
@media (min-width: 78em) {
    .content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .diferenciais_itens {
        margin-top: -120px;
    }

    .contato_item p {
        min-height: 50px;
    }

    .main_header_nav_item > a {
        padding: 10px 20px;
        font-size: 1.1em;
    }
}

@media (max-width: 48em) {
    .foto_none {
        display: none;
    }
}
