@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Blinker-Regular';
    src:url('ArquivosComuns/FONTES/Blinker-Regular.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-Regular"), url('ArquivosComuns/FONTES/Blinker-Regular.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-Bold';
    src:url('ArquivosComuns/FONTES/Blinker-Bold.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-Bold"), url('ArquivosComuns/FONTES/Blinker-Bold.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-SemiBold';
    src:url('ArquivosComuns/FONTES/Blinker-SemiBold.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-SemiBold"), url('ArquivosComuns/FONTES/Blinker-SemiBold.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-ExtraBold';
    src:url('ArquivosComuns/FONTES/Blinker-ExtraBold.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-ExtraBold"), url('ArquivosComuns/FONTES/Blinker-ExtraBold.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-Light';
    src:url('ArquivosComuns/FONTES/Blinker-Light.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-Light"), url('ArquivosComuns/FONTES/Blinker-Light.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-ExtraLight';
    src:url('ArquivosComuns/FONTES/Blinker-ExtraLight.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-ExtraLight"), url('ArquivosComuns/FONTES/Blinker-ExtraLight.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-Thin';
    src:url('ArquivosComuns/FONTES/Blinker-Thin.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-Thin"), url('ArquivosComuns/FONTES/Blinker-Thin.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blinker-Black';
    src:url('ArquivosComuns/FONTES/Blinker-Black.eot?#iefix') format('embedded-opentype'); /*Para navegadores Internet Explorer*/
    src: local("Blinker-Black"), url('ArquivosComuns/FONTES/Blinker-Black.ttf');
	font-weight: normal;
    font-style: normal;
}
*{margin:0; padding:0;}

body {
	width:100%; height:100%;
	background-image:url(Imagens_BG/bg_site.png);
	background-repeat:repeat;
}

body img {
	border:none;
}

.whatsapp{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: right;
	position: fixed;
	right: 15px;
	font-size: 35px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	bottom: 20px;
	z-index: 1000;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	transition: all linear 0.3s;
	background-color: #1C4D87;
}
.whatsapp i{
	line-height: 60px;
}
.whatsapp:hover i{
	line-height: 60px;
	float: left;
}
.whatsapp:hover{
	width: 180px;
	height: 60px;
	border-radius: 50px;
	transition: all linear 0.3s;
	padding: 0 15px;
	background-color:  #a4c639 !important;
}
.whatsapp p{
	display: none;
}
.whatsapp:hover p{
	display: block !important;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	margin-left: 15px;
}

#topo {
	width:100%; height:auto;
	display:table;
}

#faixa {
	width:100%; height:44px;
	float:left;
	background-color:#1C4D87;
	box-shadow:0px 3px 7px #666;
	margin-top:20px;
}

#menu {
	width:980px; height:64px;
	margin:0 auto;
	background-image:url(Imagens_BG/fnd_menu.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:3;
	margin-top:30px;
}

#menu ul {
	width:800px; height:40px;
	margin:0 auto;
	list-style:none;
	margin-top:12px;
	position:absolute;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-left: 90px;
}

#menu ul li {
	width:140px; height:40px;
	float:left;
	margin:0px 20px;
	position:relative;
}

#menu ul a .home {
	background-image:url(Imagens_BG/bt_home.png);
	background-repeat:no-repeat;
}
#menu ul a:hover .home {
	background-image:url(Imagens_BG/bt_home_hvr.png);
	background-repeat:no-repeat;
}
#menu ul a .sobre {
	background-image:url(Imagens_BG/bt_empresa.png);
	background-repeat:no-repeat;
}
#menu ul a:hover .sobre {
	background-image:url(Imagens_BG/bt_empresa_hvr.png);
	background-repeat:no-repeat;
}
#menu ul a .produtos {
	background-image:url(Imagens_BG/bt_produtos.png);
	background-repeat:no-repeat;
}
#menu ul  a:hover .produtos {
	background-image:url(Imagens_BG/bt_produtos_hvr.png);
	background-repeat:no-repeat;
}
#menu ul  a .eletrica {
	background-image:url(Imagens_BG/bt_eletrica.png);
	background-repeat:no-repeat;
}
#menu ul  a:hover .eletrica {
	background-image:url(Imagens_BG/bt_eletrica_hvr.png);
	background-repeat:no-repeat;
}
#menu ul a .hidraulica {
	background-image:url(Imagens_BG/bt_hidraulica.png);
	background-repeat:no-repeat;
}
#menu ul a:hover .hidraulica {
	background-image:url(Imagens_BG/bt_hidraulica_hvr.png);
	background-repeat:no-repeat;
}
#menu ul a .contato {
	background-image:url(Imagens_BG/bt_contato.png);
	background-repeat:no-repeat;
}
#menu ul a:hover .contato {
	background-image:url(Imagens_BG/bt_contato_hvr.png);
	background-repeat:no-repeat;
}

#logo {
	width:482px; height:116px;
	float:left;
	background-image:url(Imagens_BG/logo2.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	margin-top:20px;
}

#centra {
	width:980px; height:auto;
	display:table;
	margin:0 auto;
}

#fx_pq {
	width:47%; height:19px;
	float:left;
	display:table;
	background-image:url(Imagens_BG/bg_fx.png);
	background-repeat:repeat-x;
}

#img_fx {
	width:68px; height:19px;
	background-image:url(Imagens_BG/fx_pq.png);
	background-repeat:no-repeat;
	float:left;
}

#centra .info {
	float:right;
	margin-top:40px;
}

#meio {
	width:980px; height:auto;
	display:table;
	margin:0 auto;
}

#base {
	width:100%; height:276px;
	background-image:url(Imagens_BG/bg_base.png);
	background-repeat:repeat;
	margin-top:20px;
}
#base .fornecedores {
	width:200px; height:201px;
	float:left;
	margin-top:15px;
	background-image:url(Imagens_BG/barra_base.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:5px;
	margin-left:25px;
}
#base .fornecedores h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	width:200px;
	text-align:center;
	font-weight:normal;
}
#base .fornec {
	width:140px; height:150px;
	float:left;
	overflow:hidden;
	margin-left:30px;
	margin-top:15px;
}

#redes {
	width:304px; height:201px;
	float:left;
	margin-top:15px;
	background-image:url(Imagens_BG/barra_base.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-left:50px;
}
#redes p{
	width:304px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:170%;
	margin-top:15px;
}
#redes p a{
	color:#FFF;
	text-decoration: none;
}
#mapa {
	width:330px; height:180px;
	float:left;
	background-image:url(Imagens_BG/mapa.png);
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:50px;
}

#fot {
	width:980px; height:423px;
	float:left;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:15px;
}
#fot img{
	width: 980px; height: 423px;
}

#engloba_cxs {
	width:980px; height:228px;
	float:left;
	margin-bottom:15px;
}
#engloba_cxs .cxs{
	width:230px; height:228px;
	float:left;
	margin-right:17px;
	background-color:#FFF;
	border:1px solid #999;
	text-align:center;
}
#engloba_cxs .cxs .fxs{
	width:230px; height:180px;
	position:relative;
	text-align:center;
	margin-top:43px;
	overflow:hidden;
}
#engloba_cxs .cxs .fxs img {
	width:230px;
	height:180px;
	margin:0 auto;	
}
#engloba_cxs .desc_cxs{
	width:230px; height:35px;
	float:left;
	margin-top:5px;
	background-color:#e3e3e3;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}
#engloba_cxs .desc_cxs p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#666;
	width:220px;
	text-align:left;
	margin-left:10px;
	line-height:35px;
}

.prods{
	width:220px;
	height:auto;
	float: left;
	margin: 10px;
	border:1px solid #999;
	background-image:url(Imagens_BG/fundo.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:14px;
}
.prods img{
	width:200px; height:160px;
	padding:4px;
	background-color:#dadada;
	border:1px solid #999;
	float:left;
	margin:5px;
}
.prods h2{
	font-family:'Blinker-Bold'; 
	color:#1C4D87;
	font-size: 22px;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px; 
}
.prods p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}
.marc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F58634;
	font-weight:600;
	font-style:italic;
	margin-top:10px;
	height:20px;
	display:block;
}
.marc strong{
	color:#03F;
}

#cat {
	width:930px; height:auto;
	display:table;
	float:left;
	padding:10px;
	border:1px solid #999;
	background-image:url(Imagens_BG/fundo.png);
	background-repeat:repeat;
	margin-left:25px;
}
#cat li {
	list-style:none;
	width:100%;
	float:left;
	margin-bottom:10px;
	font-family:'Blinker-Regular';
	font-size:15px;
	color:#003;
	margin-left:15px;
}
#cat li a {
	text-decoration:none;
	color:#003;
}
#cat li a:hover {
	color:#666;
}
#cat .categoria {
	font-size:18px;
	border:none;
	margin-bottom:15px;
	margin-left:0px;
	font-family: 'Blinker-Bold';
}

#marcas {
	width:380px; height:auto;
	display:table;
	float:right;
	padding:10px;
	border:1px dashed #666;
	background-image:url(Imagens_BG/fundo.png);
	background-repeat:repeat;
	margin-right:45px;
}
#marcas li {
	list-style:none;
	width:380px;
	float:left;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#003;
	margin-left:15px;
}
#marcas li a {
	text-decoration:none;
	color:#003;
}
#marcas li a:hover {
	color:#666;
}
#marcas .categoria {
	font-weight:bold;
	font-size:18px;
	border:none;
	margin-bottom:15px;
	margin-left:0px;
}

h5 a {
	color:#000;
}

h5 a:hover {
	color:#444;
}

#esq {
	width:400px; height:auto;
	display:table;
	float:left;
	margin-left:15px;
	margin-top:25px;
}
#esq p{
	width:380px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#036;
	margin-bottom:5px;
}
#esq input{
	width:380px; height:25px;
	padding:5px;
	float:left;
	margin-bottom:10px;
	border-radius:4px;
	webkit-border-radius:4px;
	moz-border-radius:4px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#esq textarea{
	width:380px; height:80px;
	padding:5px;
	float:left;
	margin-bottom:10px;
	border-radius:4px;
	webkit-border-radius:4px;
	moz-border-radius:4px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#esq .bt {
	width:100px; height:40px;
	float:left;
	border:none;
	margin-left:-5px;
}

#dir {
	width:450px; height:auto;
	display:table;
	float:right;
	margin-right:15px;
	margin-top:50px;
}
#dir iframe{
	border:2px solid #999;
}

#meio .sobre {
	width:350px; height:300px;
	float:left;
	border:2px solid #06C;
	margin-right:10px;
	margin-top:10px;
}

#meio .p_sobre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	line-height:170%;
	text-align:justify;
	margin-top:10px;
}