﻿body {
	padding: 0px;   
	margin: 0px;
	background-color: #f6f6f6;

}

/*------------------------------------------------------------DIV PAGINA */

#centro{
width:1000px; 
display:table; 
margin: 0 auto;
}

#centro1{
width:800px; 
display:table; 
margin: 0 auto; 
margin-bottom:40px;
}

/*------------------------------------------------------------DIV MOSTRA PRODUTOS */

#show_produtos{
width:180px; 
float:left; 
padding-right:20px;
}

#space{
width:900px; 
float:left; 
height:50px;
}

/*------------------------------------------------------------DIV TOPOS PAGINAS */

#destaque_servicos{
border:3px solid #333;
padding:10px;
float:left;
margin-left:20px;
width:220px;
height:120px;
padding-left:5px;
}

#destaque_servicos:hover{
border:3px solid #666;
}

/*------------------------------------------------------------DIV TOPOS PAGINAS */

#serie{
width:960px;
padding:20px;
margin-top:40px;
margin-bottom:40px;
background-image: linear-gradient(to right, #333, #666);
text-align:right;
font-family: 'Roboto';
float:left;
font-weight:100;
font-size:25px;
color:#fff;
}


#topo_institucional{
width:100%; 
display:table; 
height:240px;
line-height:230px;
text-align:right;
margin-bottom:40px;
background-color: #333;
background-image: url('/img/pls/caixas_acusticas.jpg');
background-position:center;
}

#menu{
display:table; 
font-family:'Roboto Condensed' !important;
font-weight:700;
font-size:16px;
color:#333;
height:76px;
padding-left:16px;
padding-right:16px;
border-left:1px solid #f1f1f1;
float:left;
border-bottom:4px solid transparent;
}

#menu:hover{
background-image: linear-gradient(to top, #333, #666);
border-bottom:4px solid #ed5f43;
color:#fff;
}

#topo_produtos{
width:100%; 
display:table;
margin-bottom:40px;
height:400px;
background-position:center;
text-align:center;
background-color: #000;
}

#topo_produtos1{
width:100%; 
display:table; 
height:140px;
background-position:center;
text-align:center;
background-color: #000;
}

#topo_line_array{
margin: 0 auto;
padding-top:16px;
margin-left:620px;
margin-top:140px;
background-image: url('/img/produtos/fundo_line_array.png');
background-repeat:no-repeat;
background-position:center;
border-radius: 15px; 
-moz-border-radius: 15px;
width:377px; 
height:70px;
}

#topo_line_array1{
margin: 0 auto;
padding-top:6px;
margin-left:620px;
margin-top:40px;
background-image: url('/img/produtos/fundo_line_array.png');
background-repeat:no-repeat;
background-position:center;
border-radius: 15px; 
-moz-border-radius: 15px;
width:377px; 
height:60px;
}

#modelos_produtos{
float:left; 
background-color:#333; 
width:206px; 
padding:2px; 
height:26px;
}

#modelos_produtos2{
float:left; 
background-color:#333; 
width:145px; 
padding:2px; 
height:26px;
}

/*------------------------------------------------------------DIV PRODUTOS */

.produtos {
	width:100%;
	height:240px;
	background-color: #333;
	text-align:left;
	line-height:26px;
	border-bottom:2px solid #666666;
	background-image: url('/img/menu/fundo_produtos.jpg');
}

.show_hide {
	display:none;
}

/*------------------------------------------------------------DIV SERVICOS */

.servicos {
	width:100%;
	height:60px;
	background-color: #333;
	text-align:left;
	border-bottom:2px solid #666666;
	background-image: url('/img/menu/fundo_produtos.jpg');
}

/*------------------------------------------------------------DIV DOWNLOADS */

.downloads {
	width:100%;
	height:60px;
	background-color: #333;
	text-align:left;
	border-bottom:2px solid #666666;
	background-image: url('/img/menu/fundo_produtos.jpg');
}

/*------------------------------------------------------------DIV EMPRESA */

.empresa {
	width:100%;
	height:60px;
	background-color: #333;
	text-align:left;
	border-bottom:2px solid #666666;
	background-image: url('/img/menu/fundo_produtos.jpg');
}


/*------------------------------------------------------------DIV AUTORIZADAS*/

#cidade_autorizada{
font-family: 'Roboto' !important;
font-weight: 400;
font-size:18px;
color:#ccc;
background-color:#333;
padding:12px;
width:100%;
}

#bt_autorizadas{
font-family: 'Roboto' !important;
font-weight: 600;
font-size:18px;
color:#333;
text-align:center;
background-color:#ccc;
border-radius: 10px; 
padding:12px;
width:400px;
}

#bt_autorizadas:hover{
background-color:orange;

}



/*------------------------------------------------------------DIV AUTORIZADAS*/

#representantes_topicos{
font-family: 'Roboto' !important;
font-weight: 400;
font-size:18px;
color:#fff;
background-color:#da792a;
padding:12px;
width:100%;
}

/*------------------------------------------------------------DIV ABAS DETALHES PRODUTOS */

.tabs-container {
    position: relative;
    width: 900px;
    margin: 0 auto;
	display:table;
}
 
/* ABAS */
input.tabs {
    display: none;
}

input.tabs + label + div {
    opacity: 0;
    position: absolute;
    top: 42px;
    padding: 10px;
    z-index: -1;
    transition: opacity ease-in-out .3s;
}

input.tabs:checked + label + div {
    opacity: 1;
    z-index: 1000;
	
}
 
/* Labels */
input.tabs + label {
    line-height: 40px;
    padding: 0 20px;
    float: left;
    background: #444;
    color: #fff;
    cursor: pointer;
    transition: background ease-in-out .3s;
	border-bottom:2px solid #d55822;
}
input.tabs:checked + label {
    color: #fff;
    background: #d55822;
	border-bottom:2px solid #d55822;
}
