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

/*NAVEGAÇÃO*/
.secao{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	float: left;
	position:relative;
	}
#inicio,
#servicos,
#beneficios,
#estrutura,
#clientes,
#contato
{ 
width:10px;
height:75px;
position:absolute;
top: -75px;
left:0;
}

/*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;
}
.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:750px){
.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;}
.TXT.TXT_Left { text-align: center; }
.TXT.TXT_Right { text-align: center; }
	}

/*BOX GERAL*/	
.box_geral {
	width:100%; 
	padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:5px;
	background: #333; 
	border:0;
	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;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.box_geral{ height: auto; padding-top:15px; padding-bottom:15px;}}
.box_geral:hover {
	background: #FFF;
	color: #000;
	}
.box_geral.active	{
	background: #FFF;
	color: #000;
	}	
/*Icone Abrir e Frechar*/
.box_geral::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/menus/vejaMais.svg);
	}
.box_geral.active::after { 
	content: url(../imagens/menus/vejaMais2.svg);
	}	
/*conteudo box geral*/		
div.conteudo_boxgeral{
	max-width:100%;
	padding:20px;
	margin-bottom:5px;
	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:#F2F2F2; 
	border-radius:5px;
	}		
.box_geral.revisao::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/revisao_geral.svg) no-repeat center left; 
	}
.box_geral.freios::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/freios.svg) no-repeat center left; 
	}	
.box_geral.eletrica::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/eletrica.svg) no-repeat center left; 
	}	
.box_geral.suspencao::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/suspensao.svg) no-repeat center left; 
	}	
.box_geral.alinhamento::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/alinhamento.svg) no-repeat center left; 
	}		
.box_geral.balanceamento::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/balanciamento.svg) no-repeat center left; 
	}		
.box_geral.escapamento::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/escapamento.svg) no-repeat center left; 
	}	
.box_geral.arcondicionado::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/ar_condicionado.svg) no-repeat center left; 
	}
.box_geral.diagnosticocc::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/diagnostico_comput.svg) no-repeat center left; 
	}	
.box_geral.cambio::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/cambio.svg) no-repeat center left; 
	}		
.box_geral.pneu::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/pneus.svg)no-repeat center left; 
	}	
.box_geral.direcao::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/direcao_hd.svg)no-repeat center left; 
	}
.box_geral.injecao::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/injecao.svg) no-repeat center left; 
	}	
.box_geral.motor::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/servicos/motor.svg) no-repeat center left; 
	}															

