@font-face {
	font-family: 'AcuminProRegularr';
	font-style: normal;
	font-weight: normal;
	src: local('Acumin Pro Regular'), url('../fonts/fonnts.com-AcuminPro-Regular.woff') format('woff');
}

@font-face {
	font-family: 'AcuminProBold';
	font-style: normal;
	font-weight: normal;
	src: local('Acumin Pro Bold'), url('../fonts/fonnts.com-AcuminPro-Bold.woff') format('woff');
}



.home .base_timer{
    position: fixed;
    width: 100%;
    background-color: #000000CC;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;    
    /*animation: glowing 2000ms infinite;*/
}



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

.base_timer .dashp{
    max-width: 80px !important;    
}


.base_timer .logo{
    height: 2rem;
    margin-right: 10px;
    display: none;
}

.base_timer .clock{
    display: flex;
    justify-content: end;
}

.base_timer .box{
    width: 60px;
    margin-left: 20px;
    background-color: #FFF;
    color: #1E492B !important;    
    padding: 5px;
    border-radius: 10px;    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-width: 50px !important;
}


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

.base_timer  h3{    
    color: #CC0000 !important;    
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.1rem !important;    
    font-weight: 700;
}

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



.base_timer .btn-matricula{
    background-color: #DD1F26 !important;
    color:  #FFF !important;
    max-width: 370px !important;
    box-shadow: none;
    padding: 5px 20px !important;
    font-weight: 700;
    font-size: 0.9rem;
    margin-left: 20px;
    height: 30px;
}


.base_timer.fixo{    
    position: fixed !important;
    padding: 5px 0 !important;
}

.base_timer.fixo .logo{
    height: 20px;
    display: inline-block   ;
}

.base_timer.fixo .box{
    padding: 0 !important;
    min-height: 30px !important;
    border: none;
    flex-direction: row;
    margin-left: 20px;
    width: auto !important;
    
}









html{
    overflow-x: hidden !important;
}

body{
    
    background-image: linear-gradient(to bottom, rgba(30,30,30,0.9) 40%, rgba(0,0,0,0.7));
    background-image: url(../imgs/apresentacao-background.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

    font-family: 'AcuminProRegularr';
    font-size: 16px;        
    color: #FFF;
    font-weight: 300;    
    overflow-x: hidden !important;
}


.btn-participar{
    margin-top: 20px;        
    background-color: #dd1f26;    
    background-repeat: no-repeat;
    background-position: center left 20px;    

    background-image: url(../imgs/icone-cnb.svg);
    background-size: auto 40px;

    padding: 20px 20px 15px 75px !important;     
    border: none !important;
    color: #FFF;    
    font-size: 1.2rem !important;    
    font-weight: bold;        
    position: relative;
    border-radius: 15px;    
    border: none;    


    animation: pulse 2s infinite;		    
    animation-name: pulse-btn-acao;    

    transition: all 1s ease-in-out;
    

}





.btn-participar:hover{
    background-color: #dd1f26 !important;    
    color: #FFF;
}












@keyframes pulse-btn-acao{
    0% {			
        box-shadow: 0 0 0 0 rgba(245, 12, 12, 0.7);
        background-color: #47631A;
        
    }

    70% {			
        box-shadow: 0 0 0 20px rgba(245, 12, 12, 0);
        
    }

    100% {			
        box-shadow: 0 0 0 0 rgba(245, 12, 12, 0);
        background-color: #47631A;
    }
}





.btn-cronograma{
    margin-top: 20px;        
    background-color: #333;    
    background-repeat: no-repeat;
    background-position: center left 30px;    
    padding: 15px 20px 12px 20px !important;     
    border: none !important;
    color: #FFF;    
    font-size: 1rem !important;    
    font-weight: bold;        
    position: relative;
    border-radius: 15px;    
    border: none;    

}


.btn-cronograma:hover{
    background-color: #dd1f26 !important;    
}





.btn-comprar{
    margin-top: 20px;        
     background: linear-gradient(to right, #BF953F, #B38728);
    padding: 20px 20px 15px 20px !important;     
    border: none !important;
    color: #FFF;    
    font-size: 1.4rem !important;    
    font-weight: bold;        
    position: relative;
    border-radius: 15px;    
    border: none;    
    min-width: 400px;
    animation: pulse 2s infinite;		    
    animation-name: pulse-btn-comprar;    
    transition: all 1s ease-in-out;
    

}


@keyframes pulse-btn-comprar{
    0% {			
        
        box-shadow: 0 0 0 0 rgba(191, 149, 63, 0.7);
                
    }

    70% {			
        box-shadow: 0 0 0 20px rgba(191, 149, 63, 0);
        
    }

    100% {			
        box-shadow: 0 0 0 0 rgba(191, 149, 63, 0);
        
    }
}






.home > .blocos > .row{
    background-color: rgba(0,0,0,0.7);
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.home .apresentacao-base{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    
    z-index: 0;
}


    


.home .row.apresentacao{
    position: relative;
    min-height: 100vh !important;    
    background-image: url(../imgs/apresentacao-leonardo.webp);
    background-repeat: no-repeat;
    background-position: right 5vw bottom;
    background-size: auto 95vh;
    color: #FFF;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 999;
    position: relative;
    
}

.home .apresentacao .base-logo{
    width: 100%;
    
    margin-bottom: 2rem;       
}

.home .apresentacao .logo{
    width: 100%;        
}

.home  .apresentacao h2{
    font-size: 1.4em !important;        
    color: #FFF !important;    
    font-weight: bold; 
    font-weight: 300;
    
    text-transform: uppercase;

}

.home .titulo-secao{
    
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .titulo-secao h2{        
    font-family: 'AcuminProBold';   
    /* background: linear-gradient(45deg, #443100,  #CEAA4E, #443100); */
    color: #FFF;        
    text-transform: uppercase;
    font-size: 2.5em;    
    display: block;
    
}


.home .subtitulo-secao h3{
    font-weight: 300 !important;

}

.home .subtitulo-secao h3 strong{
    font-weight: 700 !important;
    
}


.home .titulo-secao i{
    font-size: 3rem;
}

.home .titulo-secao.alerta{
    animation: pulse 3s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #CEAA4E;
    }

    70% {
        
        transform: scale(1);
        box-shadow: 0 0 0 15px #CEAA4E00;
    }

    95%{
        background-color: #660000;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #CEAA4E;
    }
}         




.home .titulo-secao h2 strong{    
    color: #CEAA4E;
}


.home .row.diferenciais{
    
    background-image: linear-gradient(75deg, #47631AAA, #1E492BAA);
    position: relative;
    z-index: 999;
    min-height: 100vh;            
    
    
}

.home .row.diferenciais .box-img{
    padding: 20px !important;
    background-color: #FFF;
    border-radius: 30px;
}

.home .row.diferenciais .citacao{
    text-align: center;
    font-family: 'AcuminProBold';    
}


.home .row.diferenciais .itens i{
    font-size: 4rem;
    color: #CEAA4E;

    
}

.home .row.diferenciais .itens .item{
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 4vh;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
}

.home .row.diferenciais .box{        
    padding: 0;
    font-size: 1.2rem;
}


.home .row.diferenciais .box h3{
    font-weight: bold;
    font-size: 1.4rem; 
    line-height: 2.2rem;
    margin-bottom: 0;
    font-weight: 300;
}



.home .row.diferenciais .box-imagem{
    background-color: transparent;
    overflow: hidden;
    color: #FFF;
}


.home .row.diferenciais .box-ganhos{           
    border-radius: 30px;
    background-color: rgba(0,0,0,0.3);
}


.home .row.diferenciais .box-ganhos img{
    width: 100%;
    border-radius: 0;
}


.destaque-ganhos{
    background-color: #660000;    
    border: 5px solid #dd1f26;
    border-bottom: none;
    width: 220px;
    height: 150px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    right: -20px;
    top: -65px;
    transform: rotate(20deg);


    animation: pulse 2s infinite;		    
    animation-name: pulse-ganhos;    


}



.home .row.depoimentos{
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, #333333CC, #111111CC);

    

}


.home .row.depoimentos .depoimentos_videos .box{
    margin-bottom: 20px;    
    
    
}



.home .row.depoimentos h3{
    font-weight: 300;
    padding-top: 7px;    
    z-index: 999;
    position: absolute;
    margin-left: 20px;
    color: #B58136;
}




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


.youtube-box{
    border-radius: 30px;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 2vh;    

}


.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-radius: 5px;
    opacity: 0.9;
    
}


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

#modalYoutube .modal-body{
	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;
    border-radius: 30px;
    overflow: hidden !important;
}

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








@keyframes pulse-ganhos{
    0% {			
        box-shadow: 0 0 0 0 rgba(245, 12, 12, 0.7);
        background-color: #47631A;
        
    }

    70% {			
        box-shadow: 0 0 0 20px rgba(245, 12, 12, 0);
        
    }

    100% {			
        box-shadow: 0 0 0 0 rgba(245, 12, 12, 0);
        background-color: #47631A;
    }
}


.home .row.bonus{
    
    background-image: linear-gradient(75deg, #47631AAA, #1E492BAA);
    

}


.home .row.bonus .item{    
    padding: 2vh;       
    font-size: 1.2rem; 
}

.home .row.bonus .item .box{
    background-color: rgba(0,0,0,0.1);
    height: 100%;
    padding: 2rem;
    border-radius: 30px;
}

.home .row.bonus .icone{
    font-size: 4rem;
}







.home .row.garantia{
    background-color: #000;
    background-image: linear-gradient(to bottom, #333, #111);

}


.home .row.garantia h2{
    text-transform: uppercase;
    font-weight: 700;
}

.home .row.garantia p{
    font-size: 1.1rem;
}



.home .row.investimento{

    background-color: #245b7e;
    
    

    /*
    background-color: #1E492B;
    background-image: linear-gradient(75deg, #47631A, #1E492B);
    */

}


.home .row.investimento  .preco{
    font-size: 2rem;
    font-weight: 300;
    color: #BF953F;
}

.home .row.investimento  .label{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
}


.home .row.investimento  .preco .de span{
    position: relative;
    display: inline-block; /* para o ::after acompanhar o tamanho do texto */    
    font-weight: bold;
    
    
}





.home .row.investimento  .preco .de span::after{
    content: "";
    position: absolute;    
    top: 40%;
    left: 0;
    transform: translate(0, -50%); /* centraliza */
    background-color: #FFF; /* cor do X */
    pointer-events: none; /* não bloqueia cliques no texto */
    width: 155px;
    height: 2px;    
}


.home .row.investimento .relogio{
    display: inline-block;
    background-image: linear-gradient(to bottom, #111, #333);
    border-radius: 10px;
    font-size: 2rem;
    padding: 5px 10px 2px 10px;
    width: 300px;    
}




.home .row.investimento  .preco strong{
    color: #FFF;
    font-weight: 700;
    font-size: 3rem;
}

.home .row.investimento  .label,
.home .row.investimento .desativado .preco strong{
    color: #999999;

}



.home .row.investimento  .preco .em{
    font-size: 1.2rem;
}

.home .row.investimento  .preco .em strong{
    font-size: 1.8rem;
}


.home .row.investimento .titulo-secao h3{
    background-color: #CC0000;
    padding: 10px 20px 5px 20px;
    border-radius: 30px;

    animation: pulse 2s infinite;		    
    animation-name: pulse-btn-desconto;    

}



@keyframes pulse-btn-desconto{
    0% {			

        background-color: transparent;
        
    }

    70% {			
        background-color: #CC0000;
        
    }

    100% {			
        background-color: transparent;
    }
}




.home .row.perfil{

    background-color: #000000CC;
    
    z-index: 999;
    position: relative;
    min-height: 100vh;    
}


.home .row.perfil .imagem{
    min-height: 650px;
    background-position: center;
    background-size: cover;
    
    border-radius: 30px;
}

.home .row.perfil .box-perfil{
    background-color: rgba(0,0,0,0.9);
    border: 2px solid #444;    
    color: #FFF;
    
}

.home .row.perfil .titulo-secao{
    padding-left: 0 !important;
}

.home .row.perfil .box-perfil h2{
    padding-left: 0 !important;
    margin-bottom: 20px;
}


.home .row.perfil strong{
    font-weight: bold !important;
}



.home .row.perfil h2{
    font-size: 1.2rem !important;
}

.home .row.perfil h3{
    font-size: 2.4rem !important;
    color: #BF953F;
}









.home .row.faq{
    /*background-color: #000000dd;*/
    background-image: linear-gradient(75deg, #47631AAA, #1E492BAA);
}


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


.home .faq .card{
	margin-bottom: 20px;
	background-color: #111;
	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: #47631A;
	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: #47631A;
	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: #111;
	color: #FFF;
	background-image: url(../imgs/cseta_faq_f.png);
}


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






.home .row.idealizacao{
    background-color: #47631Add;
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    text-align: center;
}

.home .row.idealizacao h3{
    color: #FFF;
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 5px;
}

.home .row.idealizacao h5{
    font-size: 1.2rem;
}
.home .row.idealizacao .logo{
    max-width: 200px;
}




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

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



/* ------------------------------------------------------------------------------ */

.designedBy{
    opacity: 0.15;
    position: absolute;
    bottom: -5px;
    right: 15px;
    transition: all 1s ease-in-out;
    position: absolute;
    right: 1vw;
    bottom: -3vh !important;
}

.designedBy:hover{
    opacity: 1;
}



.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);
}		









@media(max-width: 991.9px){


        .atendimento{
        right: 60px;
    }

    .atendimento .icone::before{
        width: 45px !important;
        height: 45px !important;			
    }

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


    
    body{
        background-image: url(../imgs/apresentacao-background-mobile.webp) !important;
        background-size: cover;
        
    }

    .home .titulo-secao{
        flex-direction: column;
    }


    .home .titulo-secao i{
        margin-bottom: 20px;
    }


    .home .apresentacao{
        margin-top: auto;      
        
        background-image: none !important;
        background-color: rgba(0,0,0,0.8) !important;
        /*
        
        background-image: linear-gradient(to bottom, rgba(0,0,0,0),  #000 30%) !important;
        background-attachment:unset !important;
        background-position: top !important;
        */
        min-height: auto !important;
        padding-top: 8vh !important;
        padding-bottom: 0 !important;    
        min-height: 100% !important;
        

    }



    .home .apresentacao .osvaldo{
        width: 80% !important;
    }

    .home .apresentacao .base-logo{
        margin-top: -55px !important;
    }

    .home .apresentacao .base-texto{
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .home .apresentacao .base-osvaldo-logo{
        background-color: rgba(0,0,0,0.9);
        border: 2px solid #444;
        margin-bottom: 4vh;
    }
    

    .btn-participar {
        font-size: 1em !important;
        padding: 20px 20px 20px 70px !important;
        background-position: left 10px center;
    }


    .titulo-secao h2{
        font-size: 1.6rem !important;
    }



    .home .row.rodape .logo{
        margin-top: 2vh;
        margin-bottom: 6vh;        
        max-height: 60px;
    }


    .home .row.diferenciais .box-imagem{
        margin-bottom: 30px;
    }


    .home .row.diferenciais .box h3{
        text-align: center;
    }

    .home .row.bonus .icone{
        font-size: 3rem;
    }

    .home .row.garantia img{
        max-width: 200px !important;
        margin-bottom: 30px;        
    }
    
    .home .row.garantia h2{
        text-align: center;
        font-size: 1.4rem;
    }

    .btn-comprar{
        min-width: auto;
    }

    .destaque-ganhos{
        width: 150px;
        height: 100px;
        font-size: 1rem;
    }

    .home .row.diferenciais .box-ganhos .box-img{
        width: 60vw;        
    }

    .home .row.diferenciais .scroll{
        padding-bottom: 20px;
    }

    .home .row.diferenciais .mover{
        background-image: url(../imgs/mover.svg);
        width: 100%;
        height: 15px;
        background-size: auto 100%;        
        background-repeat: no-repeat;
        background-position: center right;
        margin-top: 10px;
        margin-left: auto;
        opacity: 0.5;
        position: absolute;
        right: 20px;
        bottom: 20px;

    }

    .home .row.diferenciais .box-ganhos .box-img .scroll{        
        overflow-x: scroll;
    }

    .home .row.diferenciais .box-ganhos .box-img img{
        width: 200vw !important;
    }

    .home .subtitulo-secao h3{
        font-size: 1.4rem;

    }

    .youtube-box{
        height: 200px;

    }

}


@media(min-width: 992px){

    .btn-participar{
        min-width: 400px;
    }

}


