/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/11/2021, 19:29:16
    Author     : Designer Web Studio
*/


/*@media screen and (min-width: 1400px){
    .list-depoimento .card{
        height: 270px !important;
    }

}*/

@media screen and (min-width:1401px){
    .navbar .navbar-collapse-mobile.not-active{
        display: none !important;
    }

    .btn-login-mobile{
        display: none !important;
    }
}

@media screen and (max-width: 1400px){


    .navbar .navbar-collapse.not-active, .navbar .group-social.not-active{

        display: none !important;
    }

    .navbar{
        justify-content: space-between;
    }
    .list-depoimento{
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .navbar .navbar-collapse-mobile{
        background: #f6b964;
        background-image: -webkit-linear-gradient(left,#f6b964 0%,#ffe27c 80%,#f6b964 0%);
        background-image: linear-gradient(to right,#ffe27c 0%,#f6b964 0%,#ffe27c 100%);
        position: fixed;
        right: -210px;
        top: 0;
        z-index: 99999;
        width: 200px;
        height: 100vh;
        box-shadow: -2px -2px 10px #000;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }   

    .navbar .navbar-collapse-mobile.active{
        right: 0;
    }

    .navbar-collapse-mobile ul li{
        text-align: center;
        padding: 15px 0;
        width: 150px;
        margin: 0 auto;

    }

    .navbar-collapse-mobile ul li a{
        color: #b21f2a;
        font-weight: 900 !important;
    }

    .navbar-collapse-mobile ul li a:hover, .navbar-collapse-mobile ul li a:focus{
        color: #b21f2a;

    }

    .navbar-collapse-mobile ul li:last-child{
        margin-bottom: 15px;
    }

    .menu-social-mobile{
        width: 150px;
        margin: 0 auto;
    }

    .menu-social-mobile a:hover{
        opacity: .8;
    }

    .menu-social-mobile a:first-child i{
        font-size: 26px;
    }

    .navbar .navbar-collapse-mobile, .navbar .group-social-mobile{
        display: block !important;
    }

    .btn-menu-mobile{
        margin-left: 15px;
        padding: 10px 20px !important;
        display: block !important;

    }

    .btn-efcol:active, .btn-efcol:focus{
        outline: none;  
        box-shadow: none;
    }   

}

@media screen and (min-width:800px) and (max-width: 1440px){
    /*    .card-cursos .card{
            height: 350px !important;
        }*/

    .banner-video {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        z-index: 1;
    }

    .mb-mobile{
        margin-bottom: 30px;
    }      
}

@media screen and (max-width: 1299px){
    .flex-column-mobile{
        flex-direction: column;
    }
}


@media screen and (min-width:1169px){


    .list-curso-detalhes .card{
        height: 300px !important;
    }
}


@media screen and (max-width:1169px){
    .slider-roll h1{
        font-size: 1.8em;
    }

    .list-curso-detalhes{
        width: calc(50% - 15px) !important;
        flex: auto;
        max-width: 100%;
    }
}

@media screen and (max-width:1280px){
    .col-sm-ajuste-about{
        max-width: 80% !important;
        flex:  0 0 80% !important;
    }

    .col-sm-ajuste{
        max-width: 80% !important;
        flex:  0 0 80% !important;
    }

    .navbar .navbar-collapse.not-active, .navbar .group-social.not-active{

        display: flex !important;
    }

    .btn-menu-mobile{
        display: none !important;
    }

    .btn-login-mobile{
        display: none !important;
    }   


}

@media screen and (max-width:1024px){
    .navbar .navbar-collapse ul li a{
        font-size: 14px;
    }

    .navbar .navbar-collapse ul li{
        margin-right: 0px;
    }   

    .navbar .navbar-brand{
        margin-right: 0 !important;
    }

    .list-depoimento{
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media screen and (max-width:929px){
    .list-depoimento{
        width: calc(100%) !important;
    }

    .list-depoimento .card{
        height: auto !important;
    }

    .list-curso-detalhes{
        width: calc(100% - 15px) !important;
        flex: auto;
        max-width: 100%;
    }   

}

@media screen and (max-width:890px){
    .slider-roll h1{
        font-size: 1.6em;
    }

    .slider-roll p{
        font-size: 14px;
    }

}

@media screen and (max-width:832px){
    .slider{
        background-size: cover !important;
    }

    .btn-menu-mobile{
        display: block !important;
    }

    .btn-login-mobile{
        display: block !important;
    }

    .navbar .navbar-collapse.not-active, .navbar .group-social.not-active{

        display: none !important;
    }

    .card-cursos, .col-card-ajuste, .col-card-ajuste-sobre, .card-metodo, .card-eventos{
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .card-cursos:nth-child(3), .col-card-ajuste:nth-child(3), .card-metodo:nth-child(3){
        display: none;
    }

    .contato h2{
        font-size: 1.5em;
    }

    .sobre h2{
        font-size: 1.5em;
    }   

    .list-prof{
        width: 100% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .list-depoimento{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .style-price h2{
        font-size: 1.5em;
    }   

    .headerEventos, .headerBlog, .headerEventosAberto{
        height: auto !important;
        background-position: 150px !important;
        background-size: cover !important;
    }
    
    .card-blog{
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media screen and (max-width:979px){
    .headerSobre, .headerCurso, .slider, .headerCursoAberto {
        height: auto !important;
        padding-bottom: 30px;
    }

    .headerCursoAberto .btn-courses{
        margin: auto auto 20px;

    }

    .headerCursoAberto .slider-roll .row{
        flex-direction: column;
        padding-top: 50px;
    }

    .headerCursoAberto .slider-roll .row > div{
        width: 100% !important;
        max-width: 100%;
    }

    .headerCursoAberto .slider-roll .row > div h1, .headerCursoAberto .slider-roll .row > div p{
        text-align: center;
    }

    .headerCursoAberto .slider-roll .row > div h1:after{
        left: 50%;
        margin-left: -75px;
    }
}

@media screen and (max-width: 899px){
    .slider{
        background-position: 120px !important;
    }

    .banner-video {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        z-index: 1;
    }

    .mb-mobile{
        margin-bottom: 30px;
    }    

    .card-cursos .card .card-body{
        height: 300px !important;
    }

    /*    .collumn-mobile{
            flex-direction: column-reverse;
        }*/

}

@media screen and (max-width:649px){
    .col-card-ajuste{
        max-width: 100% !important;
        flex:  0 0 100% !important;
    }

    .collumn-mobile{
        flex-direction: column-reverse;
    }


}

@media screen and (max-width:759px){
    .ytplayer{
        width: 100% !important;
    }

}
@media screen and (max-width:414px){    

    .navbar .slogan{
        display: none;
    }

    .headerSobre .slider-roll, .headerCurso .slider-roll, .headerEventos .slider-roll, .headerBlog .slider-roll{
        padding-bottom: 0 !important;

    }

    .headerSobre, .headerCurso, .headerCursoAberto, .headerEventos, .headerBlog, .headerEventosAberto{
        padding-bottom: 15px !important;
        background-size: cover !important;
        height: auto !important;        
    }

    .headerSobre{
        background-position: 120px !important;

    }

    .headerCurso, .headerCursoAberto{
        background-position: 70px !important;
    }

    .headerEventos, .headerEventosAberto{
        background-position: 50px !important;

    }

    .headerBlog{
        background-position: -70px !important;
    }

    .slider-roll h1{
        font-size: 1.3em;
    }
    .slider-roll p{
        font-size: 14px;
    }

    .slider{
        background-position: -200px !important;
        position: relative;
    }

    .col-sm-ajuste-about{
        max-width: 100% !important;
        flex:  0 0 100% !important;
    }

    .slider-roll{
        padding-top: 30px !important;
        /*        width: 100% !important;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;*/
    }

    /*    .slider-roll h1{
           font-size: 1.2em;
        }
        
        .slider-roll p{
            font-size: small;
        }*/

    /*    .slider-roll h1:after{
            left: 50% !important;
            margin-left: -85px;
        }   */

    .slider-list{        
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .list-mobile{
        display: block !important;
    }

    .list-md{
        display: none;
    } 

    .headerCursoAberto .slider-roll .row{
        padding-top: 0px;
    }

    .collumn-mobile{
        flex-direction: column-reverse;
    }

    .mb-mobile{
        margin-bottom: 30px;
    }    

    .slider-roll .btn-courses{
        font-size: small;
        width: 200px !important;
    }

    .slider-roll .btn-courses i{
        font-size: 12px;
    }

    .banner-video{
        width: 100% !important;
    }

    .bg-movie{
        background-repeat: repeat !important;
    }

    .py-mobile-0{
        padding: 0 15px !important;
    }

    .style-price .card{
        width: 100% !important;
    }

    .pt-mobile-30{
        margin-top: 30px !important;
    }

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

    .col-sm-ajuste, .card-cursos, .col-card-ajuste-sobre{
        max-width: 100% !important;
        flex:  0 0 100% !important;
    }    

    .card-cursos, .col-card-ajuste, .col-card-ajuste-sobre, .card-metodo{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .card-cursos:nth-child(3), .col-card-ajuste:nth-child(3), .card-metodo:nth-child(3){
        display: block !important;
    }   

    .py-sm-3{
        padding: 30px 0 !important;
    }

    .list-prof{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        left: 60px;
    }

    .list-depoimento{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .card-blog{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .blog-post h3, .post-date{
        text-align:  center;
    }

}

@media screen and (min-width:415px) and (max-width: 540px){    
    .slider{
        background-position: -200px !important;

    }

    .slider .slider-roll, .headerSobre .slider-roll, .headerCurso .slider-roll, .headerEventos .slider-roll, .headerBlog .slider-roll, .headerEventosAberto .slider-roll{
        padding: 50px 0 30px 0 !important;
    }

    .headerSobre, .headerCurso, .slider, .headerCursoAberto{
        padding-bottom: 0px !important;
        background-position: 150px !important;
    }

    .col-sm-ajuste-about, .col-sm-ajuste, .col-card-ajuste-sobre{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }     

    .card-cursos, .col-card-ajuste, .col-card-ajuste-sobre, .card-metodo{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .card-cursos:nth-child(3), .col-card-ajuste:nth-child(3), .card-metodo:nth-child(3){
        display: block !important;
    }  

    .list-prof{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        left: 100px;
    }

    .list-depoimento{
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 30px;
    }   
    
    .card-blog{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .blog-post h3, .post-date{
        text-align:  center;
    }
}

