html{
    overflow-x: hidden !important;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    color: #FFF;
}


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






.atendimento .icone::before{
	background-color: #49ED88;
	border: 4.5px #35c76d solid;		
	border-top-color: #41e27f;
	border-bottom-color: #41e27f;		
	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-matricular{
    background-color: #BF1522;
    
    padding: 15px 30px;    
    transition: all 0.3s ease-in-out;
    animation: pulse 3s infinite;		
    border: none;
    min-width: 240px;   
    margin-bottom: 10px;
    font-weight: 500; 
    border-radius: 50px !important;
    box-shadow: 0 0 5px 1px #FFF;

}

.btn-matricular:hover{
    background-color: #007270;
    
}


.home .base_comprar .btn-matricula{
    background-color: #BF1522;
    background-image: linear-gradient(to right, #6B1518, #BF1522);    
    padding: 20px 60px;    
    transition: all 0.3s ease-in-out;
    animation: pulse 3s infinite;		
    border: none;
    box-shadow: 0 0 10px 5px #FFFFFF99;

    border-radius: 50px !important;
    
}

.home .base_comprar .btn-matricula:hover{
    padding-top: 30px;
    padding-bottom: 30px;   
    
}

.home .base_comprar .btn-matricula h3{
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
}

.home .base_comprar .btn-matricula i{        
    display: inline-block;
    animation: pulse 1.5s infinite;		    
    animation-name: btn-mover;    
}

@keyframes btn-mover{
    0% {			
        
    }
    
    100% {			
        transform: translateX(10px);
    }
}

.btn{
    
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.9rem;

}

.home .row.item{
    padding-top: 6vh;
    padding-bottom: 6vh;
}


.home .row.item h2.titulo{    
    background-color: #18264B;
    background-image: radial-gradient( #5D6591, #47507A);
    color: #FFF;
    padding: 20px 10px 25px 10px;
    border-radius: 10px;
    text-transform: uppercase   ;        
    margin-bottom: 60px;
    font-size: 1.6rem;
    text-align: center;    
    font-family: "Playfair Display", serif;
}

.home .row.item.black{
    color: #FFF;
}





.home .row.item.apresentacao{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-color: #18264B;
    
    /*
    background-image: url(../imgs/background.jpg);  
    background-size: cover;
    background-position: center center;
    */


    background-image: radial-gradient( #5D6591, #18264B);

}

.home .row.item.apresentacao .logo{
    max-height: 120px;
    margin-bottom: 20px;
}


.home .row.item.apresentacao h1{  
    text-align: justify;
    text-transform: uppercase;    
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    color: #FFEFCA;
        
}

.home .row.item.apresentacao h3{
    font-size: 1.5rem;
    font-weight: 400;
}

.base_botoes.encerrado{
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}

.base_botoes.encerrado h1{
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.home .row.item.comparativo{
    border-top: 10px solid #8990BF;
    border-bottom: 10px solid #8990BF;
    background-color: #FFF;        
    color: #333;
    font-size: 1.2rem;
}


.home .row.item.comparativo .item{
    border: 1px solid #CCC;
    padding: 20px;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 10px;    
    box-shadow: 0 0 5px 2px #47507A33;
    
}

.home .row.item.comparativo .item i{
    position: absolute;
    top: -5px;
    left: 6px;
    color: #5D6591;
}

.home .row.item.comparativo .destaque .item{
    background-color: #EAEEFF;
}

.home .row.item .comparativo_box .titulo{
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.4rem;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.home .row.item.comparativo .titulo .logo{
    height: 60px;
    margin-left: 20px;
}

.home .row.item.comparativo .comparativo_box{
    border: 1px solid transparent;    
    
}


.home .row.item.comparativo .bonus{
    background-color: #A8AABC;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: #FFF;
}

.home .row.item.comparativo .comparativo_box:nth-child(2) .titulo{    
    
}


.home .row.item.comparativo .comparativo_box:nth-child(2) ul li:before {
    content: '\f057';
    color: #BF1522;
}



.home .row.item.cronograma{
    background-color: #FFF;
    color: #000;
}


.home .row.item.cronograma .item{
    border: 1px solid #CCC;
    border-radius: 10px;    
    height: 100%;
    padding: 20px;
    box-shadow: 0 0 5px 2px #47507A33;
}

.home .row.item.cronograma .item h2{
    background-color: #8990BF;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 5px 5px 10px 5px;
    border-radius: 10px;
}

.home .row.item.cronograma .item h3{
    text-align: center;
    font-size: 1.2rem;
}

.home .row.item.cronograma .item i{
    
}


.home .row.item.cronograma ul{
    margin: 0;
    padding: 0;
    
}

.home .row.item.cronograma ul li{
    list-style: none;
    
    padding: 5px 0 5px 40px;
    position: relative;
    
}

.home .row.item.cronograma ul li:last-child{
    min-height: 0;
}




.home .row.item.cronograma ul li:last-child{
    border: none;
}


.home .row.item.cronograma ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    color: #8990BF;
    font-size: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;    
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
}














.home .row.item.destinado{
    background-image: linear-gradient(to bottom, #18264B, #000);
    color: #FFEFCA;
    padding-top: 8vh;
    padding-bottom: 8vh;
}


.home .row.item.destinado h2{
    background: none !important;
    padding: unset !important;
    color: #FFF;
}

.home .row.item.destinado .icone{
    margin-left: auto;
    margin-right: auto;
    font-size: 8vh;
    border: 2px solid #FFEFCA;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;    
}


.home .row.item.destinado h4{
    font-weight: 300;
    font-size: 1.2rem;
}





.home .row.item.chamada{
    padding-top: 10vh;
    padding-bottom: 8vh;
    background-image: radial-gradient( #5D6591, #18264B);
    text-align: center  ;
    border-top: 10px solid #18264B;
    border-bottom: 10px solid #18264B;

}

.home .row.item.chamada i{
    opacity: 0.3;
}


.home .row.item.chamada h3{
    font-family: "Playfair Display", serif;
    font-size: 2.6rem;
}




.home .row.item.investimento{
    border-top: 10px solid #8990BF;
    border-bottom: 10px solid #2E3961;
    background-color: #18264B;
    
    background-image: radial-gradient( #5D6591, #18264B);

    
}

.home .row.item.investimento h2{
    background: none !important;
    padding: 0 !important;
}

.home .row.item.investimento h2::after{
    display: none;
}

.home .row.item.investimento .box-investimento{        

}


.home .row.item.investimento .preco h4{
    font-weight: 100;
    font-size: 1.3rem;
}

.home .row.item.investimento .preco h3{
    font-weight: 100;
    font-size: 1.3rem;
}

.home .row.item.investimento .preco h3 strong{
    font-size: 2rem;
}

.home .row.item.investimento .comum{

}

.home .row.item.investimento .comum .preco{
    display: inline-block;
}

.home .row.item.investimento .comum .preco .x div{
    width: 250px;
    height: 10px;    
    position: absolute;
    background-color: #BF1522;
    transform: rotate(-15deg);
    margin-top: 32px;
    margin-left: -25px;
    opacity: 0.7;
}

.home .row.item.investimento .comum .preco .x div:nth-child(2){
    transform: rotate(15deg);
}

.home .row.item.investimento .destaque{
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    margin-top: 4vh;
    border-radius: 20px;
    
}


.home .row.item.investimento .destaque h5{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    color: #FFEFCA;
    margin-bottom: 40px !important;
}

.home .row.item.investimento .destaque h3 strong{
    font-size: 2.5rem;
}



.home .row.item.mentor h2{
    background: none !important;
    padding: 0 !important;
}

.home .row.item.mentor h3{

    font-size: 1.3rem;
}

.home .row.item.mentor ul{
    margin: 0;
    padding: 0;
    
}

.home .row.item.mentor ul li{
    list-style: none;
    
    padding: 5px 0 5px 40px;
    position: relative;
    
}

.home .row.item.mentor ul li:last-child{
    min-height: 0;
}




.home .row.item.mentor ul li:last-child{
    border: none;
}


.home .row.item.mentor ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    color: #8990BF;
    font-size: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;    
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
}













.home .rodape{
    border-top: 10px solid #2E3961;
    padding-top: 4vh;
    padding-bottom: 4vh;
    background-color: #333;
    color: #FFF;    
}



.home .rodape .logo{
    max-height: 60px;
    margin-bottom: 20px;
}

.home .rodape .emec{
    height: 40px;
}

.home .rodape ul{    
    width: auto;
    padding: 0;
    margin: 0;
}

.home .rodape ul li{
    display: inline-flex;
    list-style: none;
    margin-left: 0;
    margin-right: 5px;    
    width: 40px;
    height: 40px;       
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;    
}

.home .rodape ul li a{
    color: #FFF !important;
}




@media(max-width: 767.9px){

    .atendimento{
		right: 60px;
	}
	.atendimento .icone::before{
		width: 45px !important;
		height: 45px !important;			
		border: 3px #00800066 solid;	

	}

	.atendimento .icone{		
		width: 35px;
		height: 35px;					
		font-size: 25px;
	}


    .home .row.item.apresentacao .logo{
        max-height: 80px;        
    }


    .home .row.item.apresentacao h1{
        font-size: 1.6rem;
        text-align: center;
    }

    .home .row.item.apresentacao h3{
        text-align: center;
    }
    
    .btn-matricular{
        padding-left: 20px;
        padding-right: 20px;
    }


    .home .row.item h2.titulo{
        font-size: 1.2rem;
        margin-bottom: 40px;
    }


    .home .row.item.chamada h3{
        font-size: 1.8rem;
    }


    .home .row.item.investimento .destaque h5{
        font-size: 1.4rem;
    }


    .home .row.item.investimento .destaque h3 strong{
        font-size: 1.8rem;
    }


    .home .base_comprar .btn-matricula{
        padding: 10px 40px;
    }

}

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