*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
}

html, body{
    width: 100%;
    height: 100%;   
}

.container{
    width: 100%;
    max-width: 1440px; 
    margin: 0 auto;
}

body::-webkit-scrollbar {
    width: 8px;              
  }

  body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: linear-gradient(
180deg
,#C9E265, #F0F7D4);
}

body::-webkit-scrollbar-track {
    background: #ffffff;
}

.clear{
    clear: both;
}

.fadein{
    opacity: 0; /*MUDAR QUANDO TERMINAR O SITE*/
}

/*BANNER PRINCIPAL*/

header{
    width: 100%;
}

.banner-content{
    width: 100%;
    max-width: 1440px;
    height: 900px;
    margin: 0 auto;   
}

.img-banner{
    width: 100%;
    max-width: 1440px;
    height: 900px;
    background-image: url("/images/banner.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
    border-bottom: 30px solid #C9E265;  
}

.cta-banner{
    width: 220px;
    height: 40px;
    background-color: #C9E265;
    border-radius: 10px;
    color: #545454;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-left: 1160px;
    margin-top: 230px;
}

.cta-banner a{
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: #545454;
}

.cta-banner:hover{
    transform: scale(1.2);
    transition: 1s;
    background-color: #545454;
    
}

.cta-banner a:hover{
    color: #C9E265;
}

/*SECTION IDENTIFICAÇAO DO PROBLEMA*/

section.issue{
    width: 100%;    
    height: 1100px;
    text-align: center;
    background-color: #F0F7D4;
    font-family: 'Open Sans', sans-serif;   
}

.issue-content{
    width: 100%;
    margin: 0px auto;
   
    position: absolute;
    max-width: 1440px;
}

.seta-baixo{
    width: 120px;
    height: 125px;
    background-image: url("/images/seta-baixo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    margin: 30px auto;     
}

.txt-content-first{
    width: 800px;
    margin: 20px auto;
    color: #545454;
}

.txt-content-first p{
    font-size: 40px;
}

.img-issue{
    width: 500px;
    height: 300px;
    background-image: url("/images/mulher-medo-dirigir.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px auto;
}

.txt-content-second{
    width: 700px;
    margin: 20px auto;
    color: #545454;
}

.txt-content-second p{
    font-size: 35px;
}

.txt-content-second h2{
    margin-top: 20px;
    font-size: 42px;
    font-weight: 600;
}

.cta-issue{
    width: 450px;
    height: 40px;
    background-color: #C9E265;
    border-radius: 10px;
    margin: 30px auto;
}

.cta-issue a{
    text-decoration: none;
    text-align: center;
    color: #545454;
    font-size: 30px;
    font-weight: 600;
}

.cta-issue:hover{
    transform: scale(1.1);
    transition: 1s;
    background-color: #545454;
}

.cta-issue a:hover{
    color: #C9E265;
}

/*VIDEO*/

section.video{
    width: 100%;   
}

.video-titulo{
    width: 100%;
    margin: 50px auto; 
    display: flex;    
    padding-left: 18%;
}

.seta-direita{
    width: 80px;
    height: 80px;
    background-image: url("/images/seta-direita.png");
    background-size: cover;
    background-position: center; 
    margin-left: 50px;
}

.video-titulo h2{  
    font-size: 40px;
    color: #545454;
    margin-left: 15px;
    padding-top: 10px;
}

.video-txt{
    width: 840px;
    margin: 20px auto;
    text-align: center;
}

.video-txt p{
    font-size: 30px;
    color: #545454;
}

.video-content{
    width: 100%;
    margin: 30px auto;
    background-color: #C9E265;
}

.video-single{
    width: 800px;
    height: 450px;
    margin: 20px auto;   
}

.video-single iframe{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border:none;    
}

/*SOBRE DRA DANIELLE*/

.seta-cima-baixo{
    width: 122px;
    height: 125px;
    background-image: url("/images/seta-dupla.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    margin: 30px auto;     
}

section.sobre{
    width: 100%;
    background-color: #F0F7D4;

}

.sobre-content{
    width: 100%;
    display: flex;
    color: #545454;
   
}

.sobre h2{
    font-size: 40px;
    padding:20px;
    margin-left: 10px;
    color: #545454;
}

.sobre-content ul{
    margin-top: 20px;
    font-size: 35px;
    padding-left: 100px;
}

.sobre-content li{
    padding-bottom: 8px;
}

.sobre h3{
    font-size: 45px;
    padding:30px;
    color: #545454;
}

.img-dra{
    width: 600px;
    height: 770px;
    background-image: url("/images/dra-danielle-sobre.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    margin-right: 140px;
    margin-top: -100px;
    opacity: 1;
}
   
.slides-dra{
    width: 100%;
    height: 330px;
    display: flex;
    border-bottom: 30px solid #C9E265;  
}

.img-slide{
    width: 33.33%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*SECTION  WARING*/

section.waring{
    width: 100%;
    margin: 20px auto;
}

.waring-title{
    width: 100%;
    text-align: center;
    color: #545454;
}

.waring-title h2{
    font-size: 50px;
    margin-top: 20px;
}

.waring-title p{
    margin-top: 20px;
    font-size: 30px;
}

.waring-content{
    width: 100%;     
    display: inline-block;   
   margin-top: 50px;
}

.img-waring{
    width: 30%;
    height: 320px;
    background-image: url("/images/semaforo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 30px;
    float: right;    
}

.waring-txt-content{
    width: 70%;
    float: left;    
    margin-top: 20px;
}

.waring-txt{
    display: inline-block;   
    padding-left: 100px;  
}

.waring-arrow-right{
    width: 60px;
    height: 60px;
    background-image: url("/images/seta-esquerda.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
   float: left;
}

.waring-txt-single{
    float: right;   
}

.waring-txt-single p{
    font-size: 28px;
    padding-top: 7px;
    padding-left: 10px;
}

.cta-waring{
    width: 300px;
    height: 40px;
    background-color: #C9E265;
    border-radius: 10px;
    margin: 30px auto;
    text-align: center;
}

.cta-waring a{
    text-decoration: none;    
    color: #545454;
    font-size: 30px;
    font-weight: 600;
}

.cta-waring:hover{
    transform: scale(1.1);
    transition: 1s;
    background-color: #545454;
}

.cta-waring a:hover{
    color: #C9E265;
}

/*SECTION MODULOS*/

section.modulos{
    width: 100%;
    margin: 30px auto;
    background-color: #F0F7D4;
}

.modulos-title{
    width: 100%;
    padding-top: 30px;
    text-align: center;
    color: #545454;
}

.modulos-title h2{
    font-size: 40px;
}

.modulos-content{
    width: 100%;
    display: inline-block;
    margin: 20px auto;
}

.modulos-single{
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}

.modulos-txt{
    width: 93%;
    float: right;
    text-align: left;
}

.modulos-txt p{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.modulo-seta-direita{
    width: 10%;
    height: 40px;
    background-image: url("/images/seta-direita.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
}

.img-dra-modulos{
    width: 570px;
    height: 500px;
    background-image: url("/images/dra-danielle-modulos.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    margin-top: -500px;
    margin-right: 120px;
}

/*SECTION APROVADOS*/


section.aprovados{
    width: 100%;
    margin: 50px auto;
}

.aprovados-title h2{
    color: #545454;
    text-align: center;
    font-size: 40px;
}

.aprovados-content{
    width: 100%;    
    margin: 0px auto;
}

.aprovados-single{
    width: 100%;
    display: flex;
}

.aprovados-single-video{
    width: 50%;
    max-width: 500px;
    height: 280px;
    margin: 50px auto;
}

.aprovados-single-video iframe{
    width: 100%;
    height: 100%;
    border:0;
}

.cta-aprovados{
    width: 900px;
    height: 40px;
    background-color: #C9E265;
    border-radius: 10px;
    margin: 50px auto;
    text-align: center;
}

.cta-aprovados a{
    text-decoration: none;    
    color: #545454;
    font-size: 30px;
    font-weight: 600;
}

.cta-aprovados:hover{
    transform: scale(1.1);
    transition: 1s;
    background-color: #545454;
}

.cta-aprovados a:hover{
    color: #C9E265;
}

/*SECTION OFERTA*/

section.oferta{
    width: 100%;
    margin: 30px auto;
}

.oferta-title{
    text-align: center;
    margin: 10px auto;
}

.img-stop{
    width: 200px;
    height: 200px;
    background-image: url("/images/stop.png");
    background-size: cover;
    background-position: center;
    margin: 20px auto;
}

.oferta-title h2{
    color: #545454;
    font-size: 40px;
}

.oferta-content{
    display: flex;
    width: 100%;
    background-color: #F0F7D4;
}

.img-cnh{
    width: 33%;
    height: 300px;
    background-image: url("/images/CNH.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 60px;
}

.oferta-txt{
    width: 60%;
    margin: 10px auto;
    text-align: center;
}

.oferta-txt p{
    font-size: 45px;
}

.img-cnh-mao{
    width: 33%;
    height: 300px;
    background-image: url("/images/segurando-CNH.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 60px;
}

.cta-oferta{
    width: 100%;
    display: flex;
    margin: 50px auto;
}

.img-certificado{
    width: 100px;
    height: 100px;
    background-image: url("/images/certificado.png");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.cta-oferta{
    width: 80%;
}

.cta-oferta-content h2{
    font-size: 35px;
    text-align: center;
    margin-right: 250px;
}

.btn-cta-oferta{
    width: 600px;
    height: 40px;
    background-color: #C9E265;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
    margin-right: 300px;
}

.btn-cta-oferta a{
    text-decoration: none;    
    color: #545454;
    font-size: 30px;
    font-weight: 600;
}

.btn-cta-oferta:hover{
    transform: scale(1.1);
    transition: 1s;
    background-color: #545454;
}

.btn-cta-oferta a:hover{
    color: #C9E265;
}

/*DUDIVAS FREQUENTES*/

section.duvidas-frequentes{
    width: 100%;
    background-color: #F0F7D4;
    margin: 50px auto;
}

.duvidas-frequentes h2{
    font-size: 45px;
    color: #545454;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
}

.duvidas-content{
     color: #545454;
    margin: 30px auto;    
}

.duvidas-single{
    width: 100%;
    max-width: 1200px;
    min-height: 120px;   
    margin: 0 auto;
}

.titulo-pergunta{
    width: 100%;   
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #545454;
}

.titulo-pergunta h3{
    float: left;
    font-weight: 400;
    margin-left: 20px;
    font-size: 26px;
}

.btn-duvidas i{
    font-size: 26px;
    float: right;   
    margin-right: 40px;
    color: #28853B;
}

.resposta{    
    display: none;
    width: 100%;
    max-width: 1000px;
    float: left;
    text-align: left;   
    padding-top: 5px;
    margin-bottom: 25px;
    padding-left: 30px;
    margin-top: 10px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.solicitar-pergunta{
    width: 100%;
    color: #545454;
    text-align: center;
}

.solicitar-pergunta h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.solicitar-pergunta a{
    text-decoration: none;
    color: #545454;
    font-size: 22px;   
    border-bottom: 2px solid #545454;

}


/*FORMULARIO*/


section.formulario {
    width: 100%;
    text-align: center;
}

.formulario-title h2{
    font-size: 40px;
    color: #545454;
    text-align: center;
}

.form-content{
    width: 400px;
    background-color: #C9E265;
    padding: 20px;
    margin: 50px auto;
}

.form-content h3{
    font-weight: 400;
    font-size: 30px;
    color: #545454;
}

.form input[type="text"]{
    width: 90%;
    height: 30px;
    background-color: #ccc;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form textarea{
    width: 90%;
    height: 100px;
    background-color: #ccc;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    resize: none;
}

form input[type="submit"]{
    width: 90%;
    height: 35px;
    background-color: #545454;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    color:#C9E265;
    font-size: 24px;
    cursor: pointer;
}


/*FOOTER*/

footer{
    width: 100%;
    background-color: #C9E265;
    text-align: center;
    color: #545454;
    padding: 15px;
}

footer p{
    font-size: 20px;
}

footer h2{
    font-weight: 600;
    font-size: 22px;
}

footer a{
    text-decoration: none;
    font-weight: 600;
    color: #545454;
}

/*MEDIA SCREENS */

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

    header{
        width: 100%;
        height: 600px;
    }

    .img-banner{        
        max-width: 1024px;
        height: 600px;
        background-image: url("/images/banner-tablet.png"); 
    }

    .cta-banner{      
        margin-left: 770px;
        margin-top: 170px;
    }

    .video-titulo{        
        padding-left: 6%;
    }

    .sobre-content ul{     
        font-size: 26px;       
    }

    .sobre h3{
        font-size: 30px;
        padding:30px;
        color: #545454;
    }    

    .img-dra{
        width: 480px;
        height: 570px;
        background-image: url("/images/dra-danielle-sobre.png");
        background-size: cover;
        background-position: center;        
    }

    .img-waring{
        width: 18%;
    }

    .waring-txt{
        display: inline-block;   
        padding-left: 15px;  
    }

    .waring-txt-content{
        width: 80%;    
        margin-top: 20px;
    }

    .modulos-txt{
        width: 91%;        
    }

    .img-dra-modulos{       
        margin-right: 20px;
    }

    .aprovados-single-video{
        width: 50%;
        max-width: 400px;
        height: 220px;
        margin: 50px auto;
    }
    
    .img-cnh{
        width: 25%;
        height: 300px;    
        margin-left: 10px;
    }

    .img-cnh-mao{
        width: 25%;        
        background-size: contain;    
        margin-right: 10px;
    }

    .cta-oferta-content h2{
        font-size: 30px;
        text-align: center;
        margin-right:80px;
    }

    .btn-cta-oferta{
        width: 600px;
        height: 40px;   
        margin-right: 60px;
    }
    
    .duvidas-single{        
        max-width: 900px;        
    }

    .resposta{           
        max-width: 800px;
      
    }
    
    



}


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

    header{
        width: 100%;
        height: 215px;
    }


    .img-banner{
        width: 100%;
        max-width: 768px;
        height: 215px;
        background-image: url("/images/banner-mobile.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-bottom: 15px solid #C9E265; 
      
    }

    .cta-banner{
        width: 150px;
        height: 28px;     
        margin-left: 172px;
        margin-top: 110px;
    }

    .cta-banner a{
        text-decoration: none;
        font-size: 17px;
        font-weight: 600;
        color: #545454;
    }

    .txt-content-first{
        width: 100%;       
    }
    
    .txt-content-first p{
        font-size: 30px;
        padding: 0 2%;
    }
    
    .img-issue{
        width: 100%;
        height: 225px;
        background-image: url("/images/mulher-medo-dirigir.png");
        background-size: cover;
    }
    
    .txt-content-second{
        width: 100%;        
    }
    
    .txt-content-second p{
        font-size: 20px;
    }
    
    .txt-content-second h2{
        margin-top: 20px;
        font-size: 33px;
        font-weight: 600;
    }
    
    .cta-issue{
        width: 90%;
        height: 40px;
        background-color: #C9E265;
        border-radius: 10px;
        margin: 15px auto;
    }

    .cta-issue a{      
        font-size: 24px;       
    }

    .video-titulo{       
        margin: 20px auto;         
        padding-left: 0.01px;
    }

    .seta-direita{
        width: 90px;
        height: 90px;
        background-image: url("/images/seta-direita.png");
        background-size: contain;
        background-repeat: no-repeat;        
        margin-left: 15px;
    }
    
    .video-titulo h2{  
        font-size: 24px;
        color: #545454;
        margin-left: 5px;
        padding-top: 10px;
    }

    .video-txt{
        width: 100%;        
    }

    .video-txt p{
        font-size: 22px;
        padding: 0 3%;           
    }

    .video-single{
        width: 100%;
        height: 200px;
        margin: 20px auto;   
    }
    
    .video-single iframe{
        width: 100%;
        height: 100%;
        padding-top: 3%;
        padding-left:3%;
        padding-right: 3%;
        padding-bottom: 3%;
        border:none;    
    }

    .sobre h2{
        font-size: 30px;
        padding:20px;
        margin-left: 10px;
        color: #545454;
    }
    
    .sobre-content ul{
        margin-top: 20px;
        font-size: 20px;
        padding-left: 30px;
    }    
   
    
    .sobre h3{
        font-size: 28px;
        padding:10px;
        color: #545454;
    }

    .img-dra{
        display: none;
    }

    .slides-dra{
        width: 100%;
        height: 630px;
        display: block;
        border-bottom: 30px solid #C9E265;  
    }

    .img-slide{
        width: 100%;
        height: 200px;
    }

    .waring-title p{
        font-size: 24px;
    }

    .waring-content{     
        display: block;          
    }
    
    .img-waring{
        width: 100%;
        height: 200px;     
        margin-left: 0px;
        float: none;    
    }
    
    .waring-txt-content{
        width: 100%;
        float: none;    
        margin-top: 20px;
    }

    .waring-txt{
        width: 100%;        
        display: block;
        
    }
    .waring-arrow-right{
        display: none;
    }   

    .waring-txt-single{
        float: none;
    }
    
    .waring-txt-single p{
        font-size: 20px;
        padding-top: 7px;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
    }
    
    .cta-waring{
        width: 90%;
        height: 30px;     
    }
    
    .cta-waring a{        
        font-size: 20px;        
    }

    .modulos-txt p{
        font-size: 24px;       
    }
    
    .modulos-txt{
        width: 89%;        
    }

    .img-dra-modulos{
        width: 100%;
        height: 300px;        
        background-size: contain;       
        float: none;
        margin-top: 1px;
        margin-right: 1px;
    }

    .aprovados-single{
        display: block;
    }

    .aprovados-content{
        height: 1250px;
    }
    
    .aprovados-single-video{
        width: 100%;        
        height: 170px;
        padding: 0 3%;       
    }
     
     .cta-aprovados{
         width: 90%;
         height: 90px;            
     }

     .cta-aprovados a{
        font-size: 22px;       
    }

    .oferta-content{
        display: block;  
    }

    .img-cnh{
        width: 100%;
        height: 300px;
        background-image: url("/images/CNH.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 0.000000px;
        padding: 0 3%;
    }
    
    .oferta-txt{
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }
    
    .oferta-txt p{
        font-size: 35px;
    }
    
    .img-cnh-mao{
        width: 99%;      
        margin-right: none;
        padding: 0 3%;
    }

    .cta-oferta{
        width: 100%;
        display: block;
        margin: 50px auto;
    }    

    
    .cta-oferta{
        width: 100%;
    }
    
    .cta-oferta-content h2{
        font-size: 30px;
        text-align: center;
        margin-right: 1px;
    }
    
    .btn-cta-oferta{
        width: 82%;
        height: 30px;
        margin: 20px auto;
    }
    
    .btn-cta-oferta a{     
        font-size: 17px;
    }

    .duvidas-single{        
        max-width: 600px;
        min-height: 140px;
    }

    .titulo-pergunta h3{     
        font-size: 18px;
    }

    .form-content{
        width: 90%;       
    }

    footer p{
        font-size: 16px;
    }
    
    footer h2{
        font-weight: 600;
        font-size: 18px;
    }

}




