body{
    background: #F2F2F2;
}

.section-header{
    background-image: url("../images/bg-header.jpg");
    
}
.style1{
    max-height: 500px;
    
}
.style2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}


.style3{
    background-image: url("../images/section-3-bg.png");
    padding-top: 64px;
    padding-bottom: 64px;
    
    }

.section-3{
    background-image: url("../images/section-3-bg.png");
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    }

.style4{
        padding-top: 20px;
        padding-bottom: 20px;
    
    }
.style5{
        background-image: url("../images/bg-section-4.jpg");
        height: 940px;
    
    }
.style8{
        padding-top: 64px;
        padding-bottom: 64px;
        background-color: #000;
        height: 440px;
    
    }
    
.style6{
    background-image: url("../images/bg-section-4.jpg");
    padding-top: 60px;
    
}
.style7{
    background-image: url("../images/bg-section-5.jpg");
    padding-top: 112px;
    padding-bottom: 112px;
    
}
.style3{
    padding-top: 64px;
    padding-bottom: 64px;
    
}

.section_modulos{
    margin-top: -100px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    }

.modulo_tag{
    margin-bottom: 15px;
}

.modulo_number{
    background: #FF8C00;
    color: #000;
    padding: 10px 20px;
}

.modulo_titulo{
    margin-top: 30px;
}

.container_modulos{
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.025), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.025), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            margin-bottom: 15px;
    
}

.section_video{
    margin-top: 30px;
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url("../images/bg-section-pratica.jpg");
    }

.section_bonus{
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #404040;
}

.section_faq{
        padding-top: 64px;
        padding-bottom: 64px;
        /* background-image: url("../images/faq-bg.jpg"); */
        background-color: #333;
    }

.section_videos{
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #404040;
}

.videos_text{
    font-size: 0.85rem;
}

@media (min-width: 1400px){

.section_garantia{
        padding-top: 64px;
        padding-bottom: 64px;
        background-image: url("../images/garantia-bg.jpg");
    }

.section_aproveite{
        padding-top: 64px;
        padding-bottom: 64px;
        background-image: url("../images/aproveite-section-bg.jpg");
    }

.style9{
        text-align: center;
    }

.section_footer{
        background-color: #333;
        padding-top: 15px;
        padding-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media (max-width: 769px){
    
    .style8{
            padding-top: 64px;
            padding-bottom: 64px;
            background-color: #000;
            height: 380px;
    }

    .section_video{
    margin-top: 30px;
    padding-top: 64px;
    padding-bottom: 0 !important;
    background-image: url("../images/bg-section-pratica.jpg");
    }
}

.section_aproveite{
    background-image: url("../images/aproveite-section-bg.jpg");
    padding-top: 64px;
    padding-bottom: 64px;
}

.section_inscrevase{
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url("../images/inscrevase_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.section_atendimento{
        padding-top: 64px;
        padding-bottom: 64px;
        background-color: #000;
    }

.atendimento_icons{
    font-size: 4rem;
}

.atendimento_icons a{
    text-decoration: none;
}

.mouse_over{
    cursor: pointer;
}

.bg-black{
    background-color: #000;
}