@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoLatin-Regular.woff2") format("woff2"), url("../fonts/LatoLatin-Regular.woff") format("woff");
}


@font-face {
    font-family: "Lato Bold";
    src: url("../fonts/LatoLatin-Bold.woff2") format("woff2"), url("../fonts/LatoLatin-Bold.woff") format("woff");
}

@font-face {
    font-family: "Lato Black";
    src: url("../fonts/LatoLatin-Black.woff2") format("woff2"), url("../fonts/LatoLatin-Black.woff") format("woff");
}

@font-face {
    font-family: "Lato Medium";
    src: url("../fonts/LatoLatin-Medium.woff2") format("woff2"), url("../fonts/LatoLatin-Medium.woff") format("woff");
}

@font-face {
    font-family: "Lato Heavy";
    src: url("../fonts/LatoLatin-Heavy.woff2") format("woff2"), url("../fonts/LatoLatin-Heavy.woff") format("woff");    
}

@font-face {
    font-family: "Lato Light";
    src: url("../fonts/LatoLatin-Light.woff2") format("woff2"), url("../fonts/LatoLatin-Light.woff") format("woff");    
}



html{
    overflow-x: hidden !important;
}

body{
    font-family: "Lato", sans-serif;
    background-image: url(../imgs/apresentacao-2023.jpg), linear-gradient(to bottom, rgba(0,0,0,0.1) 30%, rgba(0,0,0,1 ), rgba(0,0,0,0.9));     
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    background-color: #000;    
    color: #FFF;
    overflow-x: hidden !important;

}

.btn-matricula{
    background-color: #EEA840;
    font-size:  33px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 18px;
    animation: glowing 2000ms infinite;
    border:  none !important;
    color: #FFF !important;
    
}


/*
@keyframes glowing {
    0% {
      background-color: #EEA840;
      box-shadow: 0 0 5px #EEA840;
    }
    50% {
      background-color: #EEC643;
      box-shadow: 0 0 20px #EEC643;
    }
    100% {
      background-color: #EEA840;
      box-shadow: 0 0 5px #EEA840;
    }
  }
  */


@keyframes glowing {
    0% {
      background-color: #672626;
      box-shadow: 0 0 5px #672626;
    }
    50% {
      background-color: #F92002;
      box-shadow: 0 0 20px #F92002;
    }
    100% {
      background-color: #672626;
      box-shadow: 0 0 5px #672626;
    }
  }


  .button {
    
  }


.btn-pos{    
    font-size:  1.2rem;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;

}

.home > .blocos > .row{
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.home .baselogo{
    position: absolute;
    top: -33vh;
}

.home .apresentacao{    
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,1 ), rgba(0,0,0,0.9));    
    color: #FFF;
    padding-top: 43vh !important;
    padding-bottom: 0 !important;
}

.home .apresentacao .logo{
    margin-bottom: 60px;
}

.home .apresentacao .texto h1{
    font-size: 51px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    color: #EEAA00;
}

.home  .apresentacao .texto h2{
    font-size: 40px;
    margin-bottom: 40px;
}

.home  .apresentacao .texto h3{
    font-size: 25px;
    margin-bottom: 40px;
}





.home .base_timer{
    width: 100%;
    background-color: #024584;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 15px #00588F ;
}

.base_timer h2{
    color: #FFF;    
    font-size: 36px !important;
    text-transform: uppercase;    
    margin: 0 !important;
}

.base_timer  h3{    
    color: #FFF;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 60px !important;
    line-height: 70px !important;
}

.base_timer small{  
    display: block;
    transform: translateY(-3px);    
    font-size: 16px;
    text-transform: uppercase;
}

.home .sobre{
    background-color: #160002;
    background-image: linear-gradient(to bottom, #002547, #024584);
    box-shadow: 0 0 15px #00588F ;
    border-bottom: 10px solid #CCC;
    font-size: 25px;
    line-height: 35px;
    padding-top: 200px !important;
    padding-bottom: 170px !important;
}


.home .sobre h1{
    font-size: 40px;
    color: #EEA840;    
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}


.home .sobre h1::after{
    content: '';
    width: 57px;
    height: 3px;
    background-color: #FFF;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}



.home .modulos{
    padding-top:  110px !important;
    padding-bottom: 145px !important;
    background-color: #F1F1F1;
    color: #000;

}


.home .modulos h1{
    color: #024584;
    font-size: 40px;
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}

.home .modulos h1::after{
    content: '';
    width: 57px;
    height: 3px;
    background-color: #000;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


.home .modulos .titulo h2{
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 45px !important;    
}


.home .modulos .card{
    border: none !important;
    background-color: #EEA840;
    border-radius: 10px;
    padding: 0;
}

.home .modulos .card-header{
    padding: 0;
    border: none !important;
    outline:  none !important;
    box-shadow:  none !important;
}


.home .modulos .card-header button{
    background-repeat: no-repeat;
    background-image: url(../imgs/seta_faq.png);
    background-position: center right 10px;
    color: #000;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none !important;

    border: none !important;
    outline:  none !important;
    box-shadow:  none !important;

}

.home .modulos .card-header button.collapsed{
    background-image: url(../imgs/seta_faq_f.png);
}

.home .modulos .btn-comum{
    border: none !important;
    background-color: #0DD51B;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 20px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}


.home .modulos button.collapsed {    
    

}

.home .modulos button {    
    
}


.home .row.vantagens{
    background-color: #000;
    background-image: url(../imgs/experimente-background.jpg);
    padding-top: 0;
    padding-bottom: 0;
    border-top: 5px solid #0053A0;
    border-bottom: 5px solid #0053A0;
    
}


.home .row.vantagens h1{    
    color: #EEAA02;
    text-transform: uppercase;
    font-family: 'Lato Bold';
}

.home .row.vantagens h2{
    font-size: 26px;
    text-transform: uppercase;
    color: #EEAA02;
    
}


.home .row.vantagens ul{
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-top: 20px;

}

.home .row.vantagens ul li{
    background-image: url(../imgs/exclamacao.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 50px;
    font-family: 'Lato Light';
}


.home .row.vantagens .base_selo{
    background-color: #EEAA02;
    color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    
}

.home .row.vantagens .base_selo h3{
    text-transform: uppercase;
    font-family: 'Lato Bold';
    text-align: center;
    font-size: 25px;
}

.home .row.presentes{
    background-color: #F1F1F1;
    color: #000;
}



.home .row.presentes h1{
    font-size: 40px;
    color: #EEA840;    
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}


.home .row.presentes h1::after{
    content: '';
    width: 57px;
    height: 3px;
    background-color: #140101;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


.home .row.presentes h2{
    font-size: 25px;
    line-height: 35px;
    font-family: 'Lato Bold';

}


.home .row.presentes .itens{
    margin-top: 85px;
}

.home .row.presentes .itens .item{
    background-color: #C9C9C9;
    border-radius: 12px;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
}




.home .row.presentes .itens .item .titulo{
    background-color: #EEA840;
    border-radius: 12px;
    min-height: 70px;    
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;      

}

.home .row.presentes .itens .item .titulo h3{    
    padding: 0;    
    margin: auto;
    font-size: 25px;
    font-family: 'Lato Bold';    
}


.home .row.presentes .itens .item p{
    padding: 20px;
    margin: 0;

}

.btn-saibamais{    
    border: none !important;
    background-color: #EEA840 !important;     
    padding: 10px 20px;
    text-transform: uppercase;    
    border-radius: 18px;
    font-size: 20px;
    color: #000 !important;
    font-family: 'Lato Medium';    
    display: inline;
    margin-bottom: 20px;
    outline: none !important;
    box-shadow: none !important;

}

.btn-saibamais:hover{
    background-color: #0DD51B !important;
    color: #000 !important;
}


.home .row.destaque-whatsapp{
    background-color: #00588F;
    background-image: url(../imgs/grupo-background.jpg);
    font-size: 25px;
    line-height: 35px;
}


.home .row.destaque-whatsapp h1{
    color: #EEA840;
    font-size: 40px;
    line-height: 55px;
    font-family: 'Lato Heavy';

}



.home .row.certificado{    
    background-color: #FFF;

}

.home .row.certificado .container{
    border-radius: 30px;
    background-color: #000;
    background-image: url(../imgs/certificado-background.jpg);
    
}


.home .row.certificado .container .foto{
    box-shadow: 0 0 30px 10px #EEA840;
    border-radius: 50%;
}

.home .row.certificado h1{
    font-size: 36px;
    color: #EEA840;    
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;    
}


.home .row.certificado h2{
    font-size: 25px;
}



.home .row.chamada{
    background-color: #123066;
    background-image: url(../imgs/hash-background.jpg);
    background-size: cover;
    color: #FFF;
}


.home .row.chamada h1{
    color: #E9AA0E;
    font-size: 82px;
    font-style: italic;
}


.home .row.chamada h2{
    text-transform: uppercase;
    font-size: 38px;
}





.home .row.perfil{
    background-color: #000;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,0.90)), url(../imgs/sobre-background.jpg);
    background-attachment: fixed;
    color: #FFF;
    font-family: 'Lato Light';
    font-size: 25px;
    line-height: 35px;
    padding: 0 !important;

}


.home .row.perfil .box-texto{
    max-width: 600px !important;
    margin-left: auto;
    
}



.home .row.perfil h1{
    font-size: 40px;
    color: #EEA840;    
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}



.home .row.experimente{
    background-color: #000;
    background-image: url(../imgs/experimente-background.jpg);
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Lato Medium';


}


.home .row.experimente h1{
    color: #E9AA0E;    
    font-size: 100px;
    text-transform: uppercase;
    font-weight: bold;
    
}



.home .row.depoimentos{
    background-color: #F1F1F1;
    color: #000;
    
}


.home .row.depoimentos h1{
    font-size: 40px;
    /*color: #EEA840;    */
    color: #024584;
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}


.home .row.depoimentos h1::after{
    content: '';
    width: 57px;
    height: 3px;
    background-color: #140101;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}



.depoimentos .owl-dots{
	text-align: center;
}

.depoimentos .owl-dot{
	width: 10px;
	height: 10px;
	background-color: #EEAA00 !important;
	margin: 2vh 5px 5vh 5px;	
	border-radius: 50%;
}

.depoimentos .owl-dot.active{
	background-color: #9C9C9C !important;
}

.youtube-player{
	display: block;	
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.youtube-box h6{		
	font-size: 1rem;
	text-align: center;
	
}

.youtube-player i{
	font-size: 4rem;
	position: absolute;
	color: #000;	
	opacity: 0.7;
	
	
}

.youtube-player:hover i{
	color: #F00;
	opacity: 1;
}

.youtube-player i::before{
	z-index: 10;
	position: relative;
}

.youtube-player i::after{
	background-color: #FFF;	
	width: 40px;
	height: 30px;
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 17px;
	z-index: 1;
}

.depoimentos_fotos .itens .col img{    
    border-radius: 0;
    border: 3px solid #E9AA0E;
    opacity: 0.9;
    
}


#modalYoutube .modal-header{
	border: none;
	padding: 0;
	margin: 0;
}

#modalYoutube .modal-body{
	background-color:  #191B1D;
	background-image: url(../imgs/youtube-loading-animation.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 280px auto;
	padding: 0;
	margin: 0;	

}

#modalYoutube .modal-header .close {
	font-size: 24px;
	background-color: #c00;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	opacity: 1;
	z-index: 999;
	color: #FFF;
	text-shadow: none;
	position: absolute;
	right: 5px;	
    border-radius: 50%;
}

#modalYoutube  .modal-content {
	background: none ;
	border: none;
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
}






.home .row.base-comprar{
    background-color: #EEA840;
    color: #000;

}

.home .row.base-comprar h1{
    font-size: 40px;
    color: #000;    
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}


.home .row.base-comprar h1::after{
    content: '';
    width: 57px;
    height: 3px;
    background-color: #140101;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.home .row.base-comprar h1{
    font-size: 38px;

}

.home .row.base-comprar .itens .item{
    background-color: #C9C9C9;
    border-radius: 12px;        
    
}


.home .row.base-comprar .itens .item .titulo{
    background-color: #000;
    color: #FFF;
    border-radius: 12px;    
    text-align: center;
    font-size: 24px;       
    font-family: 'Lato Bold';
    padding: 5px 0;    
    min-height: 82px;
}

.home .row.base-comprar .itens .valor{
    height: 215px;
    font-size: 40px;
    font-family: 'Lato Heavy';
    display: flex;
    justify-content: center;
    align-items: center;
}


.home .row.base-comprar .comprar{
    text-align: center;

}

.home .row.base-comprar .btn-comprar{            
    background-color: #000 !important;     
    padding: 20px 20px;
    text-transform: uppercase;    
    text-decoration: none;
    border-radius: 18px;
    font-size: 28px;
    color: #FFF !important;
    font-family: 'Lato Medium';    
    display: inline-block;
    margin-bottom: 20px;
    width: calc(100% - 40px);

}



.home .row.destaque-pos{
    background-color: #00588F;
    background-image: url(../imgs/grupo-background.jpg);
    font-size: 25px;
    line-height: 35px;
}

.home .row.destaque-pos h1{
    color: #FFF;
    font-size: 40px;
    line-height: 55px;
    font-family: 'Lato Heavy';

}

.home .row.destaque-pos h2{
    color: #EEA840;
    font-size: 40px;
    line-height: 55px;
    font-family: 'Lato Heavy';
    text-align: center;

}


.home .row.destaque-pos h3{
    color: #EEA840;
    font-size: 40px;
    line-height: 55px;
    font-family: 'Lato Heavy';
}

.home .row.destaque-pos p{
    text-align: justify;
}

.home .row.destaque-pos strong{
    color: #EEA840;
    
}

.home .row.destaque-pos strong.riscado{
    text-decoration: line-through;
}

.home .row.destaque-pos .box{
    background-color: rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 3.5vh;
    
}



.home .row.aulas{
    background-color: #F1F1F1;
    color: #000;

}

.home .row.aulas h1{
    font-size: 40px;
    color: #EEA840;    
    color: #024584;
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}


.home .row.aulas h1::after{
    content: '';
    width: 57px;
    height: 3px;
    background-color: #140101;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}




.home .row.aulas .itens img{
    width: 350px;
    border-radius: 13px;
    margin-bottom: 45px;

}

.home .row.aulas .itens .col{
    margin-bottom: 70px;
}

.home .row.aulas .itens h3{
    font-size: 30px;
    font-family: 'Lato Bold';
    
}


.home .row.aulas .itens h4{
    font-size: 25px;
    line-height: 35px;

}

.home .row.aulas .itens h5{
    color: #c00 !important;
}

.home .row.destaque-matricula{
    background-color: #311702;
    /*background-image: url(../imgs/sobre-background.jpg);*/
    background-image: linear-gradient(to bottom, #000, #024584);
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 5px solid #CCC;
        border-top: 5px solid #CCC;

}

.home .row.destaque-matricula h1{
    font-family: 'Lato Heavy';
    color: #EEA840;
    font-size: 50px;
    margin-bottom: 80px;

}






.home .row.info{
    background-color: #D5D5D5;    
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 0;
    font-size: 0.8rem;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Lato Bold';

}

.home .row.faq{
    padding-top: 80px;
    padding-bottom: 40px;
    background: rgb(2,0,36);
    background: linear-gradient(307deg, #002547 0%, rgba(0,83,160,1) 35%, #002547 100%);

    overflow-x: hidden !important;
}


.home .row.faq h1{
    font-size: 40px;
    color: #EEA840;    
    font-family: 'Lato Heavy';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}


.home .row.faq .card{
    border: none !important;
    background-color: #7B7070;
    border-radius: 21px;
    padding: 0;
    font-size: 19px;
    line-height: 25px;

}

.home .row.faq .card-header{
    padding: 0;
    border: none !important;
    outline:  none !important;
    box-shadow:  none !important;
}


.home .row.faq .card-header button{
    border-radius: 21px;
    background-color: #D5D5D5;
    background-repeat: no-repeat;
    background-image: url(../imgs/seta_faq.png);
    background-position: center right 20px;
    color: #000;
    font-size: 22px;
    padding: 25px;
    text-decoration: none !important;
    border: none !important;
    outline:  none !important;
    box-shadow:  none !important;
    font-family: 'Lato Bold';
    font-weight: normal;

}

.home .row.faq .card-header button.collapsed{
    background-image: url(../imgs/seta_faq_f.png);
}





.home .row.rodape{
    background-color: #D5D5D5;    
    color: #000;
    padding-top: 4vh;
    padding-bottom: 4vh;
    min-height: 0;
    font-size: 0.8rem;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Lato Bold';

}


.rodape a{
    color: #ccc;
}

.rodape ul{
    list-style: none;
    padding: 0;
    margin: 0;
}




#modalInscricao .modal-content{
	background-color: #FFF;
	padding: 2vw;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 0px  rgba(0,0,0,0.3);
}




#modalInscricao .modal-content h6{
	font-size: 0.8rem;
	color: #FD1110;
	padding: 0;
	margin: 0;
}

#modalInscricao .modal-content h5{
	padding: 0;
	margin: 0;
	font-size: 2rem;	
	color: #000;

}

#modalInscricao .modal-body{
	padding-left: 0;
}

#modalInscricao .modal-header .close{
	background-color: #000;
	color: #FFF;
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
	font-size: 2rem;
	padding: 0;
	font-weight: normal;
    
}


#modalInscricao ._form-branding{
    display: none;
}

#modalInscricao ._button-wrapper button{
    background-color: #F92002 !important;    
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    border-radius: 10px !important;
    font-weight: bold;


}


@media(max-width: 767.9px){

    body{
        background-image: url(../imgs/apresentacao-2023-mob.jpg); 
        background-size: contain;
        background-position: top right;
    }

    
    .btn-matricula{
        display: block;
        font-size: 20px;
        padding: 10px 20px;
        
    }

    .home .apresentacao{        
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,1 ), rgba(0,0,0,0.9));    
        padding-bottom: 0 !important;
        padding-top: 30vh !important;
        background-size: 100%;
        background-position: center top;
    }

    


    .home .apresentacao .logo{
        height: 60px !important;
        margin-bottom: 20px;
    }


    .home .apresentacao .texto{        
        text-align: center;

    }

    .home h1{
        font-size: 25px !important;
        line-height: 28px !important;
    }


    .home h2{
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .home .apresentacao .texto h1{
        margin-bottom: 10px;
    }

    .home .apresentacao .texto h2{
        margin-bottom: 10px;
    }

    .home .apresentacao .texto h3{
        font-size: 16px;
        line-height: 21px;
        font-family: 'Lato Light';
        margin-bottom: 20px !important;
        padding-bottom: 0 !important;
    }   

    
    /*
    .home .row.sobre{
        background-color: #FFF;
        color: #000;
        background-image: none !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        font-size: 16px !important;
        line-height: 21px !important;
        font-family: 'Lato Light';
    }
    */

    .base_timer{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .base_timer h2{
        margin-bottom: 10px !important;
    }

    .base_timer h3{
        font-size: 28px !important;
        line-height: 28px !important;
        margin-bottom: 5px !important;
    }

    .base_timer small{
        font-size: 10px !important;
    }

    /*
    .home .row.sobre h1{
        color: #000;
        margin-bottom: 20px !important;
    }
    */

    .home .row.sobre h1:after{
        background-color: #000;
    }

    .home .modulos{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        overflow-x: hidden !important;

    }

    .home .modulos h1 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .home .modulos .titulo h2{
        font-family: 'Lato Light';
    }
    

    .home .modulos .card-header button{
        font-size: 16px !important;
        padding-right: 40px;
    }

    .home .modulos .card-header button{
        background-size: 15px;
    }


    .home .modulos .btn-comum{
        font-size: 16px !important;
    }

    .home .row.vantagens{
        padding-top: 40px;
        padding-bottom: 40px;

    }

    .home .row.vantagens h1,
    .home .row.vantagens h2{
        text-align: center;

    }

    
    .home .row.vantagens ul li{
        padding-left: 25px;
        background-size: 16px;
        font-size: 16px !important;
        line-height: 25px;
        margin-bottom: 10px !important;
    }

    .home .row.vantagens .base_selo{
        position: relative;
        padding: 10px;        
        margin-top: 20px;
        margin-left: -30px;
        margin-right: -30px;
        
    }

    .home .row.vantagens .base_selo img{
        max-width: 110px;
        position: absolute;
        right: 10px;
        margin-top: -30px;
    }

    .home .row.vantagens .base_selo h3{
        font-size: 16px;
        padding-right: 110px;
    }



    .home .row.presentes{
        background-color: #FFF;
        padding-top: 40px !important;
        padding-bottom: 40px !important;

    }

    .home .row.presentes p{
        font-size: 16px;
        line-height: 21px;
        font-family: 'Lato Light';
    }
    
    .home .row.presentes h1{
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .home .row.presentes h2{
        font-size: 16px;
        line-height: 21px;
        font-family: 'Lato Light';

    }

    .home .row.presentes .itens{
        margin-top: 20px;
        
    }

    .home .row.destaque-whatsapp{
        font-size: 16px;
        line-height: 21px;
        font-family: 'Lato Light';
    }
    
    .home .row.destaque-whatsapp h1{
        font-size: 19px !important;
    }

    
    .home .row.certificado .container .foto{
        max-width: 80%;
        margin-top: 40px !important;
    }


    .home .row.certificado h1{
        font-size: 16px !important;
        text-align: center;

    }

    .home .row.certificado h2{
        padding: 10px;        
    }

    .home .row.chamada{
        background-image: url(../imgs/hash-background-mob.jpg);            
    }


    .home .row.chamada h1{
        font-size: 20px !important;
    }


    .home .row.perfil{
        padding-top: 40px !important;
        padding-bottom: 0 !important;
        font-size: 16px !important;
        line-height: 21px !important;

    }

    .home .row.perfil h1{
        margin-bottom: 20px !important;
    }


    .home .row.base-comprar h1{
        font-size: 19px !important;
        line-height: 26px !important;
        margin-bottom: 20px;
    }

    .home .row.base-comprar .itens .item{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px !important;
    }

    .home .row.base-comprar .itens .item .titulo{
        font-size: 16px !important;
    }

    .home .row.base-comprar .itens .valor{
        height: 120px !important;
        font-size: 22px !important;
    }

    .home .row.base-comprar .btn-comprar{
        font-size: 16px !important;
        padding: 10px !important;
    }

    .home .row.aulas .itens .col{
        margin-bottom: 20px;
    }

    .home .row.aulas .itens img{
        max-width: 200px;
        margin-bottom: 10px;
    }

    .home .row.aulas .itens h3{
        font-size: 25px;
        margin-bottom: 0 !important;
    }

    .home .row.aulas .itens h4{
        font-size: 16px !important;
    }


    .home .row.experimente{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        font-size: 16px !important;
        text-align: center;
    }

    .home .row.experimente h1{
        text-align: center;
    }

    .home .row.experimente img{
        max-width: 200px;
        padding: 0;
        margin: 0 !important;
        margin-top: 20px !important;

    }


    .home .row.depoimentos h1{
        margin-bottom: 0;
    }

    .home .row.destaque-matricula{
        border-bottom: 5px solid #CCC;
        border-top: 5px solid #CCC;
    }

    .home .row.faq .card-header{
        
    }

    .home .row.faq .card{
        border-radius: 10px;
        background-color: #9F6B29;
        font-size: 14px !important;
    }

    .home .row.faq .card-header button{
        border-radius: 5px !important;
        background-color: #EEA840;
        padding: 15px;
        font-weight: normal !important;
        padding-right: 40px;
        background-size: 16px !important;
        font-size: 16px !important;
        line-height: 21px !important;
    }


    .home .row.rodape{
        font-size: 12px;
        line-height: 18px;
    }

    .home .row.rodape .br{
        display: block;
        clear: both !important;
    }

    .home .row.destaque-pos .box{
        padding: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .home .row.destaque-pos .data{
        font-size: 18px !important;
        line-height: 22px !important;
    }


}


@media(min-width: 768px){


}


@media(min-width: 1200px){
    .container{
        max-width: 1300px;
    }
}



@media(min-width: 1600px){
    .home .apresentacao{        
        
    }

    
}