html{
    overflow-x: hidden !important;
}

body{
    /*
    background-image: url(../../vendas-202411/apresentacao-background-n.webp);        
    background-attachment: fixed;
    background-size: cover;
    */


    font-family: "Roboto";    
    font-size: 14px;
    background-color: #FFF;    
    color: #000;    
    overflow-x: hidden !important;

}


.balao {
    position: relative;
    background: radial-gradient(
        circle at top right,
        #133B5C 0%,
        #0B1F2A 50%,
        #020617 100%
    );
    border: 2px solid #1E4E6A;
    border-radius: 16px;
    padding: 5px 10px;
    max-width: 360px;
    font-size: 16px;

    color: #FFF;

     
}


.balao  .transicao{
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.balao .hide{
    opacity: 0;
}


.balao.baixo::after {
  content: '';
  position: absolute;
  left: 40px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #1E4E6A;
}

.balao.baixo::before {
  content: '';
  position: absolute;
  left: 42px;
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #1E4E6A;
}





.balao.direita-baixo::after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #1E4E6A;
}

.balao.direita-baixo::before {
    content: '';
    position: absolute;
    right: 40px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1E4E6A;
}





.balao.direita::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 30px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #333;
}

.balao.direita::before {
  content: '';
  position: absolute;
  right: -11px;
  top: 32px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
}








.home .base_timer{
    position: relative;
    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 .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: #DD1F26 !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: #DD1F26 !important;    
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.1rem !important;    
}

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







.btn-matricula{

    
    padding: 15px 30px !important;     
    background-color: #002247;    
    box-shadow: 0px 0px 14px -7px #354e78;    
    border: none;
    color: #FFF;
    padding: 15px;    
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500    ;
    
}

.btn-matricula:hover{
    background-image: none;
    background-color: #DC1F26;
    color: #FFF;
}


.btn-cronograma{
    padding: 10px 40px !important;     
    background-color: #354e78;
    font-size: 1rem !important;    
    border: none;
    color: #FFF;    
    font-size: 1;
    text-transform: uppercase;    
}





.base_timer .btn-matricula{
    max-width: 120px;
    box-shadow: none;
    padding: 5px 20px !important;
    font-weight: 700;
    font-size: 0.9rem;
    margin-left: 20px;
}





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



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

    
}


/*
.home > .blocos > .row:nth-child(odd){
    background-color: #798897;
}
    */





.home > .blocos > .row .titulo-secao h2{
    font-size: 1.8rem;
    margin-bottom: 8vh;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #eee;
}


.home > .blocos > .row .titulo-secao  h2.alt{
    background-color: rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 5px #F7F7F7;
}

.home > .blocos > .row .titulo-secao  h2.altEsc{
    background-color: rgba(255,255,255,0.1);
    color: #FFF;
    box-shadow: none;
}


.home > .blocos > .row .titulo-secao  h2.altNormal{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}


.home > .blocos > .row .titulo-secao  h2 strong{

    background-color: #DD1F26;    
    color: #FFF;
    padding: 2px 16px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 400;
    
}

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



.home .apresentacao{        
    background-color: #EFEFEF;    
    /*background: radial-gradient(circle at  -45%, #efefef, #efefef 50%, #ccc 75%, #ccc 75%);*/
    background-image: linear-gradient(to bottom, #efefef, #ccc);
    background-image: linear-gradient(to bottom, #efefefDD, #cccccc33), url(../../vendas-202602/apresentacao-background.webp);
    background-position: bottom center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-size: cover;
    
}


.home .apresentacao .simonelli-destaque{
    display: none;
}

.home .apresentacao .simonelli{
    background-image: url(../../vendas-202602/simonelli.webp);    
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 75vh;    
}   

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

.home .apresentacao .texto h1{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.home .apresentacao .texto h1 strong{
    background-color: #DD1F26;
    color: #FFF;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
}


.home .apresentacao .texto h2{    
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #000;
    
}






.row.vantagens{
    background-color: #d3b15f;
    background-image: linear-gradient(to bottom, #EEEEEE, #C3C3C3);
    color: #000;

    
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
    
    position: relative;

}


.row.vantagens i{
    color: #DC1F26;
    font-size: 2em;
    margin-right: 20px;
}

.row.vantagens h3{
    display: flex;
    font-size: 1.3em;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}



.row.vantagens::before{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/destaque1_top.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";
	margin-bottom: 3vh;		
    margin-top: -50px;		
    z-index: 999;
}


.row.vantagens::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/destaque1_bottom.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 3vh;		
}





.home .row.descritivo{
    background-color: #f7f7f7;
    font-size: 1.2rem;
    padding-bottom: 0 !important;
    
}






/*
.home .row.descritivo .balao::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -60px;
    width: 120px;
    height: 60px;
    background-image: url(../../vendas-202602/seta.svg);
    background-size: contain ;    
}

.home .row.descritivo::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/descritivo_bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 8vh;		
}


*/
  

.home .row.descritivo .balao{
    box-shadow: 5px 5px 15px 0 #999;
    width: 210px;
    background-color: #DD1F26;
    position: absolute;
    border-radius: 15px;
    z-index: 999;
    top: 140px;
    right: -170px;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    
}



.home h2.quote{
    font-size: 1.4rem;
    text-align: center;
}

.home h2.quote i{
    color: #DC1F26;
}





.home .row.descritivo .imagens img{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0 #999;
}


.home .row.descritivo strong{
    color: #DC1F26;
    
}


.home .row.descritivo h2{
    margin-bottom: 2vh;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    
}

.home .row.descritivo h2 span{
    color: #d3b15f;
}

.home .row.descritivo h3{
    text-transform: uppercase;
    margin-bottom: 4vh;
    font-weight: 300;
    font-size: 1.4rem;
}

.home .row.descritivo h3 span{
    color: #d3b15f;
}


.home .row.descritivo ul{
    padding: 0;
    margin: 0;
}

.home .row.descritivo ul li{
    
    list-style: none;
    padding: 5px 0 5px 40px;
    position: relative;
    font-size: 1.2rem;

    margin-bottom: 1vh;
}


.home .row.descritivo ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f4fc';
    font-weight: 900;
    color: #DC1F26;
    font-size: 22px;
    display: block;
    width: 33px;
    height: 16px;
    position: absolute;
    left: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}



/* PROVA */

.home .row.prova{
    background-color: #EEE;
    font-size: 1.2rem;
    padding-bottom: 0 !important;
    
}


.home .row.prova::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/prova_bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 8vh;		
}





/*
.home .row.prova .balao::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -60px;
    width: 120px;
    height: 60px;
    background-image: url(../../vendas-202602/seta.svg);
    background-size: contain ;    
}

.home .row.prova::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/prova_bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 8vh;		
}


*/
  

.home .row.prova .balao{
    box-shadow: 5px 5px 15px 0 #999;
    width: 210px;
    background-color: #DD1F26;
    position: absolute;
    border-radius: 15px;
    z-index: 999;
    top: 140px;
    right: -170px;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    
}



.home .row.prova .quote{
    font-size: 1.4rem;
    text-align: justify;
}

.home .row.prova .quote i{
    color: #DC1F26;
}


.home .row.prova strong{
    color: #DC1F26;
}



.prova_social .item{
    margin-bottom: 4vh;
}


.prova_social .item .depoimento{
    background-color: #FFF;
    padding: 40px;
    border-radius: 30px;
}

 .prova_social .item .depoimento.direito:after {
    content: '';
    position: absolute;
    bottom: -20px; /* Ajusta a posição vertical do "triângulo" */
    right: 60px;   /* Ajusta a posição horizontal do "triângulo" */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 20px; /* Triângulo */
    border-color: #FFF transparent transparent transparent; /* Cor do balão */
}


.prova_social .item .depoimento.esquerdo:after {
    content: '';
    position: absolute;
    bottom: -20px; /* Ajusta a posição vertical do "triângulo" */
    left: 60px;   /* Ajusta a posição horizontal do "triângulo" */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 10px; /* Triângulo */
    border-color: #FFF transparent transparent transparent; /* Cor do balão */
}




.prova_social .item .depoimento p{
    font-style: italic;
    font-size: 1rem;
}

.prova_social .item .depoimento h3{
    font-size: 1.2rem;
}



 
.home .row.depoimentos{
    background-color: #798897;
    padding-top: 8vh !important;
    padding-bottom: 0 !important;
}


.home .row.depoimentos::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/depoimentos_bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	content: "";		
    transform: translateY(40px);    

}


.home .row.depoimentos h2{
    color: #FFF;
    
}

.home .row.depoimentos h2 span{
    color: #FEDB37;
    
    
}


.home .row.depoimentos .depoimentos_videos{
    margin-left: 40px;
    border-radius: 10px !important;
    
}


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




.home .row.oportunidade{

}


.home .row.oportunidade::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/oportunidade_bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	content: "";		
    transform: translateY(40px);    
}




.home .row.oportunidade p{
    font-size: 1.2rem;
}


.home .row.oportunidade li{
    font-size: 1.4rem;
    margin-bottom: 15px;

}





.home .row.secao strong{
    color: #DC1F26;
}


.home .row.oportunidade .infografico .box{
    background-color: #354e78;
    height: 100%;
    color: #FFF;
    border-radius: 10px;    
    padding: 10px;    

}

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

.home .row.oportunidade .infografico .box .icone{
    font-size: 2rem;
    text-align: center;
    margin: 10px 0 20px 0;
}


.home .row.oportunidade .base-tabela{
    padding: 20px;
    background-color: #efefef;
    background-image: linear-gradient(to bottom, #f7f7f7, #efefef);
    border-radius: 15px;
    margin-bottom: 10px;
}


.home .row.oportunidade .tabela-comparativo{
    font-size: 1.2rem;    
}


.home .row.oportunidade .tabela-comparativo th{
    color: #DD1F26;
}


.home .row.oportunidade small{
    font-size: 1rem;
}













.depoimentos .owl-carousel .owl-item a {
    overflow: hidden;
    
}



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

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

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

.youtube-player{
	display: block;	
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
    border-radius: 10px !important;
    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-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.oportunidades{
    padding-top: 0;
    background-color: #eee;
    color: #FFF;
    
}


/*
.home .row.oportunidades::before{
	width: 100%;
	height: 50px;    
	background-image: url(../../vendas-202602/estrutura_top.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";	    
    z-index: 999;
    margin-bottom: 8vh;
}




.home .row.oportunidades::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/estrutura_bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	content: "";		
    transform: translateY(40px);    
}


*/



.home .row.oportunidades h2 span{    
    color: #d3b15f;
    
}




.home .row.oportunidades .box{    
    padding: 10px;
    background-color: #FFF;
    height: 100%;
    border-radius: 5px;
    border-top: 10px solid #DC1F26;
    border-bottom: 10px solid #ccc;
    color: #333;

    
    
    box-shadow: 5px 5px 10px 0 #CCC;

}


.home .row.oportunidades img{    
    border-radius: 5px;
    
    
}

.home .row.oportunidades h4{
    font-weight: 400;
    font-size: 1.1rem;
    display: inline-block;
    min-height: 3rem;
    width: 100%;
    color: #DC1F26;
    text-transform: uppercase;

}

.home .row.oportunidades .texto{
    padding: 10px;
}


.home .row.estrutura-destaque{
    font-size: 1.2rem;    
    display: flex;    
    align-items: center;
    padding-top: 10vh !important;
    padding-bottom: 0 !important;
    
}


.home .row.estrutura-destaque h3{
    display: inline-block;
    background-color: #eeeeee;
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #DC1F26;
    color: #FFF;
}

.home .row.estrutura-destaque img{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0 #999;
}


/*
.home .row.estrutura-destaque::before{
	width: 100%;
	height: 50px;
    
	background-image: url(../../vendas-202602/estrutura-destaque_top.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";	
    margin-top: -15vh;		
    z-index: 999;
}





.home .row.estrutura-destaque::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/estrutura-destaque_bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	content: "";		
    padding-bottom: 8vh;
}


*/



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


.estrutura-destaque strong{
    color: #B58136;
}




.home .estrutura{
    padding-top: 8vh !important;
    background-color: #eee;
    

}



.home .row.pos-graduacao::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/estrutura_bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	content: "";		
    transform: translateY(40px);    
}





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

.home .estrutura h2 strong{
    color: #B58136;

}

.home .estrutura .texto h3{    
    display: inline-block;
    background-color: #eeeeee;
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #DC1F26;
    color: #FFF;
}


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


.home .estrutura .texto p{
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.home .estrutura strong{
    font-weight: 500;
    
}



.lista-normal ul{
    margin-left: 0 !important;
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
    
}

.lista-normal ul li {
    font-size: 1.2rem;
    min-height: 1.8rem;
    margin-bottom: 10px;
}



.lista-normal ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f06a';
    font-weight: 900;
    color: #DC1F26;
    font-size: 22px;
    display: block;
    width: 43px;
    height: 16px;
    margin-top: -2px;    
    left: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}






.lista-check ul{
    margin-left: 0 !important;
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
    
}

.lista-check ul li {
    font-size: 1.2rem;
    min-height: 1.8rem;
    margin-bottom: 10px;
}



.lista-check ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    color: #DC1F26;
    font-size: 22px;
    display: block;
    width: 43px;
    height: 16px;
    margin-top: -2px;    
    left: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}





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

.home .estrutura .piramide h3{
    display: inline-block;
    background-color: #eeeeee;
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #DC1F26;
    color: #FFF;
}






.home .row.presentes{
    padding-bottom: 0;    
}

.home .row.presentes::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/presentes_bottom.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 50px;	
}




.home .row.presentes .bonus-titulo h3 i{
    
    /*background-image: linear-gradient(135deg, #DFC573, #B58136);*/
    

    background-clip: text !important;
    color: transparent;
}


.home .row.presentes .bonus-titulo h4{
    color: #f82128;
}




.home .row.presentes .itens .item{
    background-color: #FFF;
    border: 1px solid #eee;    
    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);
*/

background-color: #DD1F26 !important;
    color: #FFF;

    width: 80px;
    height: 80px;    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    top: -10px;
    left: 0;
}



.home .row.presentes .itens .item .titulo{    
    background-color: #ddd;
    background-image: linear-gradient(to bottom, #eeeeee, #f7f7f7 );
    border-radius: 12px;        
    padding: 20px;        
    display: flex;    
    color: #000;
    min-height: 12vh;
    

}

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


.home .row.presentes .itens .item .texto{    
    padding: 40px;
    margin: 0;
}


.home .row.presentes .itens .item .valor{    
    padding: 0 40px 40px 40px;
    margin: 0;
    font-size: 1.4rem;
}

.home .row.presentes .itens .item .valor .de{    
    color: #DC1F26;
    text-decoration: line-through;

}

.home .row.presentes .itens .item .valor .por{    
    color: #090;
}






.home .row.pos-graduacao{
    background-color: #eeeeee;
    font-size: 1.2rem;    
    display: flex;    
    align-items: center;
        
}


.home .row.pos-graduacao h3{
    display: inline-block;
    background-color: #eeeeee;
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #DC1F26;
    color: #FFF;
}


.home .row.pos-graduacao .base-imagem {
    position: relative;
    width: 250px;
    height: 180px;
    perspective: 800px;
    margin-top: -3.5vh;
    margin-top: 3vh;
  }
  
  .home .row.pos-graduacao .base-imagem .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  .home .row.pos-graduacao .base-imagem .img1 {
    transform: rotateY(-10deg) translateZ(0);
    z-index: 1;
  }
  
  .home .row.pos-graduacao .base-imagem .img2 {
    top: 40%;
    left: 30%;
    transform: rotateY(-10deg) translateZ(20px);
    z-index: 2;
  }

.home .row.pos-graduacao img{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0 #999;
}



/*
.home .row.pos-graduacao::before{
	width: 100%;
	height: 50px;
    
	background-image: url(../../vendas-202602/posgraduacao_top.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";	
    margin-top: -15vh;		
    z-index: 999;
}





.home .row.pos-graduacao::after{
	width: 100%;
	height: 50px;
	content: "";		
    padding-bottom: 8vh;
}


*/





.pos-graduacao h2{
    margin-bottom: 4vh !important;
}






.home .row.imersao{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #002247;
    color: #FFF;

}


/*
.home .row.imersao::before{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/imersao_top.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";
	margin-bottom: 3vh;		
    margin-top: -50px;		
    z-index: 999;
}


.home .row.imersao::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/imersao_bottom.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 50px;	
}

*/




.home .row.imersao #sliderImersao{
    border-radius: 30px;
    overflow: hidden;
}



.home .row.imersao img{
    border-radius: 30px;    
    
    overflow: hidden;
}

.home .row.imersao h2{
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    color: #FFF;
}

.home .row.imersao h2 span{
    color: #d3b15f;
}

.home .row.imersao h2 i{
    color: #354e78;
}





















.home .row.item.vantagens .icone{
    margin-left: auto;
    margin-right: auto;
    font-size: 4vh;
    background-image: linear-gradient(135deg, #DFC573, #B58136 50%, #DFC573);    
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;    
}


.home .row.item.vantagens{
    font-weight: 300;
    text-align: center;
}

.home .row.item.vantagens .item{
    
    height: 100%;
    padding: 10px;    
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 30px;
}

.home .row.item.vantagens h4{
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home .row.item.vantagens .item p{
    padding: 0 20px;
}




















.home .row.destaque-valor{
    font-size: 1rem;
}


.home .row.destaque-valor h2{
    margin: 0;
}


.home .row.destaque-valor h2 span{
    color: #d3b15f;
}


.home .row.destaque-valor p{
    background-color: #191919;
    padding: 30px;
    border-radius: 5px;
    
    
}


.home .row.comparativo{
    background-color: #333;
    background-image: linear-gradient(to bottom, #798897, #333) !important;
    padding-top: 6vh;
    padding-bottom: 0;
    color: #FFF;
}

.home .row.comparativo::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/comparativo_bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 8vh;		
}



.home .row.comparativo .colBox{
    padding: 40px !important;    
}


.home .row.comparativo .colBox.oferta{
    padding: 40px !important;    
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    border-radius: 15px;
}



.home .row.comparativo .colBox .titulo-destaque h3{
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 20px !important;
    min-height: 80px;
    border: 2px solid #DFC573;
    overflow: hidden;
    font-weight: bold;
    
}

.home .row.comparativo .colBox .titulo-destaque h3 small{
    text-align: center;
    font-size: 0.9rem !important;
    font-weight: 700;    
    animation: glowing2 4000ms infinite;
    color: #FFF;
    position: absolute;
    width: 120px;
    right: 10px;
    top: 25px;
    transform: rotate(30deg);
    padding: 10px;
    border-radius: 50%;
}



.home .row.comparativo .colBox h3.titulo-normal{
    
    border: 2px solid #DFC573;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .row.comparativo .colBox .btn-comprar{
    margin-top: 20px !important;
}

.home .row.comparativo .colBox h3.titulo{
    text-align: center;
    text-transform: uppercase;
}

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

.home .row.comparativo ul li{
    font-size: 1rem !important;
}

.home .row.comparativo ul li:before{
    width: 30px !important;
    color: #DFC573 !important;
}


.home .row.comparativo strong{
    color: #DFC573;
}


.home .row.comparativo .item h3{    
    font-weight: 700;
}




.home .row.comparativo .de{    
    font-size: 1.2rem;
    opacity: 0.7;
}


.home .row.comparativo .por strong{    
    font-size: 2rem;    
    color: #DFC573;
}


.home .row.comparativo .de span{
    text-decoration: line-through;
}


.home .row.comparativo .separador{    
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.3);
    
}







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





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

.home .row.garantia::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/garantia_bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";		
    		
}




.home .row.garantia h2{
    margin-bottom: 1vh;
    font-weight: 400;    
    font-size: 1.4rem;
    text-transform: uppercase;
}


.home .row.garantia h2 span{
    color: #d3b15f;
}


.home .row.garantia p{
    font-size: 1rem;
    
    font-weight: 500;
    margin: 0;
}











.home .row.destinado{
    background-color: #EEEEEE;
    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.posgraduacao{
    
    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: 0vh;
    padding-bottom: 8vh;

}


.home .row.perfil::before{
	width: 100%;
	height: 50px;    
	background-image: url(../../vendas-202602/perfil_top.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";	    
    z-index: 999;
    margin-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 h2 span{
    color: #d3b15f;
}

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


.home .row.impressionante{
    background-color: #300;
}


.home .row.impressionante h3{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}


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

.home .row.base-comprar::after1{
    background-image: linear-gradient(135deg, #DFC573, #B58136 90%, #DFC573);
    width: 100%;
    height: 2px;    
    content: ' ';
    display: block;
    position: relative;
    z-index: 9999;
    
}


.home .row.base-comprar::before1{
    background-image: linear-gradient(135deg, #DFC573, #B58136 90%, #DFC573);
    width: 100%;
    height: 2px;    
    content: ' ';
    display: block;
    position: relative;
    z-index: 9999;    
}







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

.home .row.base-comprar h5{    
    font-weight: 400;
}

.home .row.base-comprar i{    
    margin-left: 10px;
    margin-right: 10px;
    color: #d3b15f;
    font-size: 1rem;
    transform: translateY(-6px);
}

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




.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 h3 strong{
    color: #d3b15f;
}

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

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



.btn-comprar{
    padding: 5px 20px !important;     
    background-color: #DFC573;
    background-image: linear-gradient(135deg, #DFC573, #B58136 50%, #DFC573);    
    border: none;
    color: #FFF;    
    padding: 15px;    
    font-size: 1.2rem !important;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 500;
    
}

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




.btn-whatsapp{
    padding: 5px 30px !important;
    background-color: #338242;    
    background-image: linear-gradient(to bottom, #0DC143, #077c2a);
    border: none;
    color: #FFF;
    padding: 15px;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
}


.btn-whatsapp:hover{
    background-image: none;
    background-color: #45da61;
    background-image: linear-gradient(to bottom, #0DC143,  #17AD3C);
    color: #FFF;

    
}



.btn-whatsapp i{
    margin-right: 10px;
}





.home .row.faq{
    background-color: #eeeeee;
    padding-top: 0 !important;    
    padding-bottom: 0 !important;    
    
}



.home .row.faq::before{
	width: 100%;
	height: 50px;    
	background-image: url(../../vendas-202602/faq_top.svg);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";	    
    z-index: 999;
    margin-bottom: 8vh;
}


.home .row.faq::after{
	width: 100%;
	height: 50px;
	background-image: url(../../vendas-202602/descritivo_bottom.svg);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";		
    margin-top: 8vh;		
}




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


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

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





.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: #000;		
	font-size: 1.3em;
	text-decoration: none !important;
	background-image: url(../imgs/cseta_faq.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	padding-right: 100px;
	padding-left: 20px;
}

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


.home .faq .card-header{
	background-color: #C3c3c3;
    background-image: linear-gradient(to bottom,  #eeeeee, #fff);
    
}



.home .row.suporte{
    background-color: #798897;
    color: #FFF;
}


.home .row.suporte h2{
    margin-bottom: 4vh !important;
    color: #FFF !important;
    font-size: 1.2rem !important;
}




.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: 991.9px){


    .base_timer .clock{
        justify-content: center;
    }

    h3{
        font-size: 1.4rem;
    }


    .home li{
        font-size: 1.2rem !important;

    }

    .home .row.oportunidade .infografico .box .icone{
        font-size: 3rem;
        margin-bottom: 0;
    }

    .balao{
        width: auto !important;
        font-size: 0.8rem !important;
    }


    .home .row.comparativo .colBox{
        padding: 0 !important;

    }

    .home .row.comparativo .colBox.oferta{
        margin-top: 4vh;
    }

    body{        
        
    }
    
    .home .apresentacao{                
        background-size: cover;
        padding-top: 4vh !important;
        padding-bottom: 8vh !important;
        
    }

    .home .apresentacao .simonelli{
        background: none;
        min-height: 0;
    }

    .home .apresentacao .simonelli-destaque{
        max-height: 200px;        
        display: inline-block;
    }

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


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

    }


    .home .row.vantagens{
        padding-top: 2vh;
        
    }

    .row.vantagens::after{
        margin-top: 0;
    }
    
    .home .row.vantagens h3{
        justify-content: start;
        padding-left: 20px;
    }


    .home .row.vantagens h3 i{
        width: 40px;
        font-size: 1.6rem;
        text-align: center;
    }

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


    .home h2{
        font-size: 1.4rem !important;
        
    }

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


    .home .apresentacao h2{            
        font-size: 1rem !important;
        margin-bottom: 20px !important;

    }


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

    .home .row.depoimentos .depoimentos_videos{
        margin-left: 15px;
    }

    .home .row.depoimentos h3{
        font-size: 1.2rem;
        position: relative;
        color: #FFF;
    }

    .linkDown{
        display: none;
    }

    .btn-whatsapp{
        font-size: 1rem;
    }

    .home .row.estrutura-destaque{
    }
    

    .home .row.imersao{
    }



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



    .home .row.oportunidades h4 {
        min-height: auto;
    }

    .home .row.oportunidades .texto{
        text-align: center;
    }



    .home .row.descritivo .balao{
        right: 20px;
        top: 0;
    }


    .home .row.descritivo .balao::before {
        transform: rotate(-65deg);
        left: 120px;

    }

    .home .row.descritivo h3 {
        font-size: 1rem;
    }


    .home .row.descritivo ul li {
        font-size: 1rem;
    }

    .home .row.presentes .itens .item .texto{
        padding: 20px !important;        

    }

    .home .row.presentes .itens .item .valor{
        padding: 20px !important;
    }


    .home .row.presentes .itens .item .icone {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: 8px !important;
        left: 25px !important;
    }


    .home .row.presentes .itens .item .valor{
        font-size: 1.2rem;
    }



    .home .row.impressionante h2{
        font-size: 1.4rem !important;
        margin-bottom: 20px !important;
    }


    .home .row.impressionante h3{
        font-size: 1.4rem !important;
        margin-bottom: 20px !important;
        
    }



    .home .row.comparativo  li:before {
        left: 27px !important;

    }
    
    
    .home .row.base-comprar .icones i{
        display: none;
    }
    

    .home .row.base-comprar h2{
        font-size: 1.2rem !important;
        margin-bottom: 40px !important;
    }


    .home .row.comparativo .descritivo{
        font-size: 1.2rem;
    }
    


    .home .row.base-comprar h5{
        font-size: 1rem !important;
        margin-bottom: 60px;
    }

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


    .home .row.base-comprar .icones i:nth-child(1){
        display: inline-block;
        transform: translateY(-2px);
    }


    
    
    .home .estrutura .piramide{
        padding: 10px;
    }
    
    .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;
    }

    .home .row.comparativo .preco{
        font-size: 1.6rem !important;
    }

    .home .row.comparativo .total small{
        font-size: 0.9rem !important;
    }

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


    .home .row.garantia h2{
        font-size: 1rem !important;
    }

    .home .row.garantia p{
        font-size: 0.8rem !important;
    }

    .home .row.garantia img{
        max-width: 100px;
        margin-bottom: 20px;
        
    }


    
    .home .row.perfil img{
        margin-bottom: 20px;
    }



    

    .home .row.pos-graduacao .base-imagem {
        margin-top: 6vw;
        margin-bottom: 30vw;
        width: 60vw;
        height: 40vw;
        
    }





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




    .base_timer{    
        padding: 10px 0 !important;     
    }
        
    .base_timer .box{
        padding: 0 !important;
        min-height: 35px !important;
        border: none;
        flex-direction: row;
        margin-left: 20px;
        width: auto !important;
        
    }
    
    .base_timer h2{
        text-align: center;
        font-size: 1.2rem !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .base_timer small{
        margin: 0;
        margin-left: 2px;
        
    }

    .base_timer small span{
        display: none;
        
    }
    
    
    .base_timer .btn-matricula{
        max-width: 100%;
        width: 180px !important;
        padding: 5px 0 0 0 !important;
        font-size: 1rem !important;        
        transform: translateY(3px);
        
    }

    .atendimento{
        right: 60px;
    }

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

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


    .home .row.comparativo .de{    
        font-size: 1.4rem;
    }

    

    .home .row.oportunidade .base-tabela{
        padding: 5px;        
    }


    .home .row.oportunidade .tabela-comparativo{
        font-size: 0.8rem;    
    }


    .home .row.oportunidade .tabela-comparativo th{
        font-size: 0.7rem;
    }


    .home .row.oportunidade small{
        font-size: 1rem;
    }


    

}


@media(min-width: 768px){


}


@media(min-width: 1200px){

}



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