@charset "utf-8";
/* CSS Document */
.TopPosic{ position:relative; z-index:3;}
.MeioPosic{ position:relative; z-index:1;}
.RodapePosic{position:relative; z-index:2;}

/*===TEXTO PADRÃO===*/
.TXT {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
	line-height:1.5;
}
.TXT_Centro {text-align: center; font-size: 16px;}
.TXT_Left {text-align: left; font-size: 16px;}
.TXT_Right {text-align: right; font-size: 16px;}

.Titulos {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
}
.SubTitle_Centro {text-align: center; font-size: 20px;}
.SubTitle_Left {text-align: left; font-size: 20px;}
.SubTitle_Right {text-align: right; font-size: 20px;
}
.Title_Centro {text-align: center; font-size: 30px;}
.Title_Left {text-align: left; font-size: 30px;}
.Title_Right {text-align: right; font-size: 30px;
}

@media(max-width:800px){
.TXT.TXT_Centro {text-align: center; font-size: 16px;}
.TXT.TXT_Left {text-align: center; font-size: 16px;}
.TXT.TXT_Right {text-align: center; font-size: 16px;}

.Titulos.SubTitle_Centro {text-align: center; font-size: 18px;}
.Titulos.SubTitle_Left {text-align: center; font-size: 18px;}
.Titulos.SubTitle_Right {text-align: center; font-size: 18px;}
	
.Titulos.Title_Centro {text-align: center; font-size: 20px;}
.Titulos.Title_Left {text-align: center; font-size: 20px;}
.Titulos.Title_Right {text-align: center;  font-size: 20px;}
	}
/*===BOTÕES===*/
.BT_Pagina{
	width:auto;
	height:50px;
	padding-right:15px;
	padding-left:50px;
	background: #000;
	border-radius:5px;
	border:1.9px solid #FFF;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align: left;
	text-decoration:none;
	position:relative;
	}
.BT_Pagina:hover{
	background: #FFF;
	box-shadow: 0 0 25px rgba(220, 0, 0, 0.6);
	color: #000;
	}
.BT_Pagina.revenda::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/revenda.svg) no-repeat center left; 
	}	
.BT_Pagina.email::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/email.svg) no-repeat center left; 
	}		
.BT_Pagina.empresa::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/k-empresa.svg) no-repeat center left; 
	}
.BT_Pagina.produtos::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/produtos.svg) no-repeat center left; 
	}	
.BT_Pagina.whatsapp::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/whtatsapp.svg) no-repeat center left; 
	}		
.BT_Pagina.ondecomprar::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/onde-comprar.svg) no-repeat center left; 
	}	
.BT_Pagina.curriculo::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/curriculo.svg) no-repeat center left; 
	}	
.BT_Pagina.clique::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/clique.svg) no-repeat center left; 
	}	
.BT_Pagina.baixarPro::before{/*icone*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/baixarPro.svg) no-repeat center left; 
	}										

/*===BOX GERAL===*/	
.box_geral {
	width:100%; 
	height:50px; 
	padding-right:15%; 
	padding-left:50px;
	float:left; 
	margin-bottom:5px;
	background: #1a1a1a; 
	border:1px solid #333333;
	border-radius:5px;
	position:relative; 
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	transition:0.2s ease-in-out;
	user-select: none;
	outline: none;
}
@media(max-width:500px){.box_geral{ height: auto; padding-top:15px; padding-bottom:15px;}}
.box_geral:hover {
	background: #FFF;
	color: #000;
	border:1px solid #F2F2F2;
	}
.box_geral.active	{
	background: #FFF;
	color: #000;
	border:1px solid #F2F2F2;
	}	
/*Icone Abrir e Frechar*/
.box_geral::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/botoes/Veja_Mais.svg);
	}
.box_geral.active::after { 
	content: url(../imagens/botoes/Veja_Mais2.svg);
	}	
/*conteudo box geral*/		
div.conteudo_boxgeral{
	max-width:100%;
	padding:20px;
	margin-bottom:10px;
	margin-top:0;
	border:0;
	border-radius:5px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
	}	
div.conteudo_boxgeral.show{
	opacity:1; 
	max-height:100%; 
	display:block; 
	margin-top:0; 
	background: #FFF; 
	border-radius:5px;
	}		
.box_geral.beneficios::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/beneficio/icoBeneficio.svg) no-repeat center left; 
	}
.box_geral.empresa::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/empresa/bt-empresa_box.svg) no-repeat center left; 
	}	
.box_geral.suporte::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/suporte.svg) no-repeat center left; 
	}	
.box_geral.baixar::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/baixar.svg) no-repeat center left; 
	}	
.box_geral.garantia::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/garantia.svg) no-repeat center left; 
	}	
.box_geral.transporte::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/transporte.svg) no-repeat center left; 
	}	
.box_geral.apoio::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/apoio.svg) no-repeat center left; 
	}
.box_geral.parceiro::before{/*icone 1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/parceiro.svg) no-repeat center left; 
	}				