html{
    overflow-x: hidden !important;
}

body{
    background-image: url(../imgs/apresentacao-background.png);        
    background-attachment: fixed;
    background-size: contain;
    font-family: "Roboto";    
    font-size: 14px;
    background-color: #000;    
    color: #FFF;    overflow-x: hidden !important;

}



.atendimento{
	position: fixed;
	bottom: -300px;
	right: 100px;
	z-index: 99999;
}


.atendimento .icone::before{
	background-color: #26CC64;
	border: 4.5px #00800066 solid;		
	border-radius: 50%;		
	width: 65px !important;
	height: 65px !important;			
	content: "";
	display: flex;
	z-index: -1;
	position: absolute;
}


.atendimento .icone{		
	position: absolute;
	border-radius: 50%;		
	width: 60px;
	height: 60px;			
	color: #FFF;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;

}


.atendimento .icone::before{
	animation: girar 16s infinite linear;
	transform: rotate(30deg);
}		






.btn-matricula{
    padding: 10px 40px !important;     
    background-color: #DC1F26;
    box-shadow: 0 0 10px 0 #DBA10FAA;
    border: none;
    color: #FFF;
    padding: 15px;    
    font-size: 1;
    text-transform: uppercase;
    
}

.btn-matricula:hover{
    box-shadow: 0 0 15px 5px #DBA10FAA;
}


.btn-cronograma{
    padding: 10px 20px !important;     
    background-color: #333;
    box-shadow: 0 0 10px 0 #DBA10F;
    border: none;
    color: #FFF;    
    font-size: 1;
    text-transform: uppercase;    
}








.home > .blocos > .row{
    background-color: #000;
    padding-top: 8vh;
    padding-bottom: 8vh;
}



.home > .blocos > .row h2{
    font-size: 2rem;
    margin-bottom: 8vh;
    font-weight: 300;
    text-transform: uppercase;

        
    /*
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    */
    /* animation: MoveBackgroundPosition 6s ease-in-out infinite;*/


}


@keyframes MoveBackgroundPosition { 
    0% {
        background-position: 0% 50%
    }
    
    50% {
      background-position: 100% 50%
    }
    
    100% {
      background-position: 0% 50%
    }
  }







.home .apresentacao{    
    background: none !important;    
    color: #FFF;    
    padding-bottom: 0 !important;
    min-height: 90vh;
}

.home .apresentacao .logo{
    max-height: 100px;
    margin-bottom: 40px;    
}

.home .apresentacao .texto h1{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.baseLinkDown{
    position: absolute;    
    bottom: 6vh;
    z-index: 999;
}

.baseLinkDown a{
    text-decoration: none !important;
}



.linkDown{
    display: inline-flex;
    position: absolute;
    background-image: linear-gradient(135deg, #DFC573, #B58136 50%, #DFC573);
    box-shadow: 0 0 5px 0 #FEDB37;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -15px;
    color: #FFF;
    justify-content: center;    
    align-items: center;
    font-size: 20px;
    padding-top: 4px;
    cursor: pointer;
    animation: motto 2s infinite;
        
}

.linkDown:hover{
    box-shadow: 0 0 5px 5px rgba(255,255,255,0.3);
    color: #FFF;    
    
}


@keyframes motto {
    from {
        transform:translateY(-5px);
    }
    to {
        transform:translateY(5px);
    }
 }



 

.home .row.comparativo{
    background-color: #333 !important;
    padding: 0 !important;
}

.home .row.comparativo .container{
    padding-top: 8vh;
    padding-bottom: 8vh;
}


.home .row.comparativo::before,
.home .row.comparativo::after{    
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%);        
    width: 100%;
    content: '';
    height: 10px;
    position: relative;
    top: 0;
}

.home .row.comparativo::before{ 
    transform: rotate(180deg);
}


.home .row.comparativo .box{
    border: 1px solid #B58136;    
    border-radius: 10px;
    overflow: hidden;
    font-weight: 100;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

/*
.home .row.comparativo .tabela .col{
    border-left: 1px solid #B58136;
}

.home .row.comparativo .tabela .col:first-child{
    border: none;
}

*/


/*
.home .row.comparativo .tabela{
    border: 5px solid #FEDB37;    
    border-radius: 10px;
    overflow: hidden;
}




*/




.home .row.comparativo .titulo{
    background-color: #000;
    text-transform: uppercase;
    text-align: center; 
    font-size: 1.2rem;    
    padding: 20px 20px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom: 1px solid #B58136;
    font-weight: 100;
    font-size: 1.4rem;
}


.home .row.comparativo .especialista .titulo{
    background-color: #000;
    background-image: linear-gradient(135deg, #DFC573, #B58136 90%, #DFC573);
    border-radius: 0 !important;    
    font-weight: 400 !important;
    
}

.home .row.comparativo .especialista li{
    font-weight: 300;
}






.home .row.comparativo .itens{
    padding: 30px;
}

.home .row.comparativo .itens ul{
    padding: 0;
    margin: 0;
}

.home .row.comparativo .itens li{
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
    padding-left: 30px;
    font-size: 1.2rem;
    min-height: 5rem;
}

.home .row.comparativo .itens.generalista li:before {
    content: '\f165';
    color: #F92002;
}

.home .row.comparativo .itens li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f164';
    font-weight: 900;
    color: #DFC573;
    font-size: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 13px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}





.home .base_timer{
    width: 100%;
    background-color: #913333B0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.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 .estrutura{
    

}


.home .estrutura h2{
    margin-bottom: 4vh !important;
}

.home .estrutura .texto h3{
    margin-bottom: 4vh !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #D1B464;
}


.home .estrutura .texto h3.branco{
    color: #FFF;
}


.home .estrutura .texto p{
    font-size: 1.4rem;
}


.home .estrutura .itens{
    margin-top: 4vh;
}

.home .estrutura .itens .box{
    background-image: linear-gradient(135deg, #DFC573, #B58136 90%, #DFC573);    
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    color: #000;
    
}

.home .estrutura .itens .titulo{
    text-align: center;
}


.home .estrutura .itens .titulo h3{
    font-weight: 400;
    margin-bottom: 1rem;
    color: #FFF;

}



.home .row.sobre{
    background-color: #333;    
    padding: 0;
}


.home .row.sobre .circulos{
    width: 100%;
    max-width: 780px;
}


.home .row.sobre .container{
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.home .row.sobre::before,
.home .row.sobre::after{    
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%);        
    width: 100%;
    content: '';
    height: 10px;
    position: relative;
    top: 0;
}

.home .row.sobre::before{ 
    transform: rotate(180deg);
}


.home .sobre h2{
    margin-bottom: 4vh !important;
}



.home .sobre ul{
    padding: 0;
    margin: 0;
    margin-bottom: 4vh;
}

.home .sobre li{
    margin: 0;
    list-style: none;
    position: relative;
    padding: 20px;
    font-size: 1.4rem;    
    font-weight: 300;
    text-align: center;
}

/*

.home .sobre li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f164';
    font-weight: 900;
    color: #DFC573;
    font-size: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 13px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}





.home .sobre .box{
    border: 1px solid #B58136;    
    border-radius: 5px;
    margin-bottom: 2vh !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #FFF;
    padding: 20px;    
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.home .sobre .box strong{
    font-weight: 500;
}

.home .sobre .texto h3.branco{
    color: #FFF;
}


*/




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



.home .row.presentes h1{
    font-size: 40px;
    color: #EEA840;    
    
    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;



}





.home .row.presentes .itens .item{
    background-color: #222;
    border-radius: 12px;
    height: 100%;
    font-size: 1.1rem;    
}



.home .row.presentes .itens .item .icone {
    background-image: linear-gradient(144deg, #000, #333);
    background-image: linear-gradient(135deg, #DFC573, #B58136 50%, #DFC573);
    width: 40px;
    height: 40px;    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.home .row.presentes .itens .item .titulo{    
    /*background: linear-gradient(155deg, #CDB061, #83692E 40%, #CDB061);    */
    /*
    background-image: repeating-linear-gradient(155deg, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 400%;    
    */
    background-image: linear-gradient(135deg, #DFC573, #B58136 90%, #DFC573);
    border-radius: 12px;
    
    text-align: center;
    padding: 20px;    
    display: flex;      
}

.home .row.presentes .itens .item .titulo h3{    
    padding: 0;    
    margin: auto;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;    
    
}


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

}



.home .row.dourado{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);    
}





.home .row.destinado{
    background-color: #333;    
    padding: 0;
}

.home .row.destinado .container{
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.home .row.destinado::before,
.home .row.destinado::after{    
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%);        
    width: 100%;
    content: '';
    height: 10px;
    position: relative;
    top: 0;
}

.home .row.destinado::before{ 
    transform: rotate(180deg);
}


.home .row.destinado .icone{
    /*background-image: repeating-linear-gradient(155deg, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 700%;*/

    background-image: linear-gradient(135deg, #DFC573, #B58136 50%, #DFC573);
    text-align: center;    
    font-size: 2rem;
    margin-bottom: 20px;
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;    

}

.home .row.destinado .texto{
    font-size: 1.1rem;

}


.home .row.destinado .icone i{
    
    
}










.home .row.depoimentos{
    
}


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


.home .row.depoimentos .depoimentos_videos .item{
    border: 2px #5d4a1f solid !important;
    border-radius: 10px;

}



.home .row.depoimentos h3{
    font-weight: 300;
}

.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-carousel .owl-item a {
    border-radius: 5px;
    border: 2px solid #d3b15f;
    overflow: hidden;
    
}



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

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

.depoimentos .owl-dot.active{
	background-color: #d3b15f !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 #d3b15f;
    border-radius: 5px;
    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.posgraduacao{
    background-color: #333;
    font-size: 1.1rem;
    padding: 0 !important;
    
}

.home .row.posgraduacao .container{
    padding-top: 8vh;
    padding-bottom: 8vh;
}






.home .row.posgraduacao h2{
    margin-bottom: 4vh !important;

    
}


.home .row.posgraduacao .container{
    
    
}

.home .row.perfil{    
    font-size: 1rem;   
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}

.home .row.perfil .container{    
    padding-top: 8vh;
    padding-bottom: 8vh;

}

.home .row.perfil::before,
.home .row.perfil::after{    
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB3799 0%, #FDB93199 8%, #9f792899 30%, #8A6E2F99 40%, transparent 80%);        
    width: 100%;
    content: '';
    height: 10px;
    position: relative;
    top: 0;
}

.home .row.perfil::before{ 
    transform: rotate(180deg);
}



.home .row.perfil h2{
    margin-bottom: 4vh;
}

.home .row.perfil .foto img{
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #DBA10FAA;    

}

.home .row.base-comprar{
    background-color: #333;
    background-color: #200404;
    /* background-image: linear-gradient(to bottom, #000, #333); */
    padding: 0 !important;
    
    
    
}


.home .row.base-comprar h2{
    
    margin-bottom: 4vh !important;
}

.home .row.base-comprar .container{
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.home .row.base-comprar::before,
.home .row.base-comprar::after{    
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%);        
    width: 100%;
    content: '';
    height: 10px;
    position: relative;
    top: 0;
    opacity: 0.35;
}

.home .row.base-comprar::before{ 
    transform: rotate(180deg);
}



.home .row.base-comprar .box-preco{
    padding-bottom: 8vh !important;
}


.home .row.base-comprar .box-preco h3{
    font-weight: 100;
    font-size: 2.6rem;
}

.home .row.base-comprar .box-preco h5{
    font-weight: 100;
}


.btn-comprar{
    padding: 10px 40px !important;     
    background-color: #DC1F26;
    box-shadow: 0 0 10px 0 #DBA10FAA;
    border: none;
    color: #FFF;
    padding: 15px;    
    font-size: 1.4rem !important;
    text-transform: uppercase;
    
}

.btn-comprar:hover{
    box-shadow: 0 0 15px 5px #DBA10FAA;
    color: #FFF;
}








.home .row.faq{
    background-color: #333;
}


.home .faq h2{		
	margin-bottom: 40px;
}


.home .faq .card{
	margin-bottom: 20px;
	background-color: #191B1D;
	border-radius: 5px;
	/*box-shadow: 2px 2px 10px 0px  #ddd;*/
	border: none !important;
	
}

.home .faq .card::after{
	content: '';
	width: 10px;
	height: 3.8rem;
	background-color: #8A6E2F;
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
}



.home .faq .collapse.show::after{
	content: '';
	width: 5px;
	height: 3.8rem;
	background-color: #8A6E2F;
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}



.home .faq .card:last-child{
	margin-bottom: 0;
}

.home .faq .card-header {
	
	border-bottom: 0;
}

.home .faq .card-body{
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid #e6e6e6;
	padding-left: 10px;
	padding-right: 0;
}

.home .faq .card h2{
	font-size: 1em;
}

.home .faq button{
	outline: none !important;
	border: none;
	box-shadow: none !important;
	color: #FFF;		
	font-size: 1.3em;
	text-decoration: none !important;
	background-image: url(../imgs/cseta_faq.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 100px;
	padding-left: 20px;
}

.home .faq button.collapsed{
    background-color: #191B1D;
	color: #FFF;
	background-image: url(../imgs/cseta_faq_f.png);
}


.home .faq .card-header{
	background-color: #191B1D;
}







.home .rodape{    
    background-color: #000;    
    color: #ccc;
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    min-height: 0;
    font-size: 0.8em;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
}

.home .row.rodape .logo{
    max-height: 40px;
}    



@media(max-width: 767.9px){

    body{
        
        background-image: url(../imgs/apresentacao-background-mob.png); 
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;        
    }
    
    .home .apresentacao{        
        background-image: linear-gradient(to bottom, transparent 20%, #000) !important;    
        padding-bottom: 0 !important;
        padding-top: 30vh !important;
        background-size: 100%;
        
    }
    
    .home .apresentacao .logo{
        height: 60px !important;
        margin-bottom: 3vh !important;
    }


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

    }

    .home h1{
        font-size: 1.2rem !important;        
        margin-bottom: 3vh !important;
    }


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

    

    .linkDown{
        margin-top: 0;
    }


    .home .row.comparativo .box {
        margin-left: 0;
        margin-right: 0;
    }



    .home .estrutura .itens{
        display: block !important;        
    }

    .home .estrutura .texto h3 {
        font-size: 1.1rem;
    }   


    .home .estrutura .itens .titulo h3 {
        font-size: 1.1rem !important;
    }

    .home .row.destinado .itens{
        display: block !important;        
    }

    .home .sobre li {
        font-size: 1rem;
    }

    .home .row.presentes .itens .item .titulo h3{
        font-size: 1rem !important;
    }


    .btn-comprar{
        font-size: 1.2rem;
    }

    .home .faq button {
        font-size: 1.1rem !important;
    }

}


@media(min-width: 768px){


}


@media(min-width: 1200px){

}



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