@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body { background: #575A62/*#6F737C*/; font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:0; color:#FFF;}

a { text-decoration:none; color: #FFF; }
img{ border:none; }
ul { list-style: none; }

#geral { background: url(../img/bkg_body.jpg) repeat-y; margin:0 auto; width:1060px; }

#header h1 { height:139px; background:url(../img/bkg_header.jpg) no-repeat top center; overflow:hidden; text-align: center; }
#header h1 a img { margin-top: 20px; }

#menu { background: url(../img/bkg_menu.jpg) repeat-x; height:37px; display: block; overflow: hidden; } 
#menu li { float: left; background: url(../img/menu_separator.png) no-repeat right center; }
#menu li:last-child { background: none; }
#menu li a { color: #696D76; font-size: 14px; font-weight: bold; line-height: 37px; padding: 0 38px; }
#menu li a:hover { color: #000; }

#banner { width: 949px; height: 332px; background:url(../img/bkg_banner.png) no-repeat center center; text-align: center; margin: 0 auto;}
#banners { padding-top: 35px; }
#navegacao { margin-top: 15px; }
#navegacao .selecao_item {  display: inline; }

#content { padding: 50px 50px 20px 50px; }
#content h1 { font-size: 18px; margin-bottom: 25px; }
#content p { line-height: 20px; }
#content p span { font-weight: bold; font-size: 18px; }

#content .ilustra_right { float: right; margin-left: 50px; width: 250px; }
#content .ilustra_right img { background: url(../img/internas_sombra.png) no-repeat bottom; padding-bottom: 25px;}
#content .ilustra_horizontal { margin: 30px 0; text-align: center; }
#content .ilustra_horizontal img { background: url(../img/home_sombra_g.png) no-repeat bottom; padding-bottom: 20px;}
#content #ilustra_p { text-align: center; margin: 10px 0; }
#content #ilustra_p img { padding-right: 2px; padding-bottom: 10px; background: url(../img/home_sombra_p.png) no-repeat bottom; }
#content #ilustra_m { clear: both; text-align: center; margin: 10px 0; }
#content #ilustra_m img { padding: 0 10px 17px 10px; background: url(../img/home_sombra_m.png) no-repeat bottom; }

#content #destaque { text-align: center; }
#content #destaque p { font-size: 12px; padding: 0 20px; }
#content .colunas_50 { width: 450px; float: left; margin-bottom: 20px; padding-right: 25px; }
#content .colunas_50 h2 { font-size: 12px; }
#content .colunas_50 h3 { font-size: 14px; margin-bottom: 10px; }
#content .colunas_50 .ilustra { float: left; margin-right: 10px; background: url(../img/home_sombra_pp.png) no-repeat bottom; padding-bottom: 10px; }
#content .colunas_50 ul { font-size: 12px; }
#content #coluna_1, #content #coluna_2, #content #coluna_3 { font-size:12px; }
#content #coluna_1 h2, #content #coluna_2 h2, #content #coluna_3 h2 { font-size: 14px; margin-bottom: 20px; }
#content #coluna_1 { width: 300px; margin-right: 20px; float: left; }
#content #coluna_2 { width: 370px; margin-right: 20px; padding-bottom: 20px; float: left; }
#content #coluna_2 ul li { display: block; padding-bottom: 10px; }
#content #coluna_2 ul li img { float: left; padding-right: 10px; }
#content #coluna_3 { width: 250px; float: left; }
#content #coluna_central { border: 1px solid #c5c8ce; border-top: none; border-bottom: none; padding: 0 20px; }
#content .saiba_mais { text-decoration: underline; font-size: 12px; }

#content #menu_produtos { background: url(../img/bkg_produtos.jpg) repeat-x; display: block; overflow: hidden; height: 50px; border-radius: 5px; margin-bottom: 20px;}
#content #menu_produtos li { float: left; padding: 10px 16px; border-right: 1px solid #b1b1b1; }
#content #menu_produtos li:last-child { border: none; }
#content #menu_produtos li:hover { background: url(../img/bkg_prod_select.jpg) repeat-x; }
#content #menu_produtos li a { color: #696D76; }
#content #menu_produtos li:hover a { color: #FFF; }

#content #produtos li { display: block; overflow: hidden; padding-bottom: 20px; margin-bottom: 20px; background:url(../img/bkg_produtos.png) repeat-x bottom;  }
#content #produtos li:last-child { background: none; }
#content #produtos .descricao_produtos { width: 350px; float: left; padding-right: 10px; }
#content #produtos .descricao_produtos h3 { font-size: 14px; }
#content #produtos .descricao_produtos p { line-height: 18px; }
#content #produtos .ilustra_produtos { width: 580px; float: right; }
#content #produtos .ilustra_produtos img { margin-right: 5px; background: url(../img/produtos_sombra.png) no-repeat bottom; padding-bottom: 15px; }

#content #links { font-size: 18px; line-height: 40px;}
#content #links a:hover { text-decoration: underline; }

#content #equipamentos dt { font-size: 18px; }
#content #equipamentos dd { line-height: 20px; }

#content #servicos dt { font-size: 18px; }
#content #servicos dd { line-height: 20px; }

#content #contato { overflow: hidden; margin-top: 25px; width: 500px; }
#content #contato label { background: #FFF; border-radius: 3px; color: #696D76; padding: 8px 15px; overflow: hidden; display: block; margin-bottom: 5px;  }
#content #contato input[type="text"], #content #contato textarea {  float: right; width: 380px; border: none; font-family: Arial, Helvetica, sans-serif; }
#content #contato input[type="button"] { background: url(../img/bkg_botao.jpg) repeat-x; width:130px; height:30px; border-radius: 5px; text-align: center; line-height: 30px; font-size: 14px; color: #FFF; float: right; border:none; margin-top: 10px; font-weight: bold; }

#footer { clear:both; background:url(../img/bkg_footer.jpg) repeat-x; height:266px; width:100%; margin-top:10px; color: #696D76; }
#footer h2 { font-weight: bold; font-size: 14px; background: url(../img/h2_underline.png) no-repeat bottom left; margin-bottom: 10px; padding-bottom: 10px; width: 275px; }
#footer h3 { font-weight: bold; font-size: 14px; }
#footer address { font-style: normal; font-size: 14px; }
#footer_contato, #footer_links, #footer_redes { float: left; margin: 60px 20px 0 40px; }
#footer_links a { color: #696D76; line-height: 20px; }
#footer_links a:hover { color: #000; }
#footer_redes a { padding-right: 10px;}
#footer_redes p { font-size: 10px; margin-top: 80px;}

.owl-page { width: 10px; height: 11px; margin: 0 1px; background-image: url(../img/bullet_off.png); float: left; }

.owl-page.active { background: url(../img/bullet_on.png); }
#banners .item img{ display: block; height: auto; width: 100%; }
.owl-controlls .owl-page, .owl-controlls .owl-buttons div { cursor: pointer; }
.owl-theme .owl-controlls { position: relative; bottom: -50px; margin: 0 auto; width: 65px; display: block; height:13px; }
.owl-theme .owl-controlls .owl-page { display: inline-block; }
.owl-theme .owl-controlls { margin-top: -35px; text-align: center; }
.owl-controlls { -moz-user-select: none; }