@import url(http://fonts.googleapis.com/css?family=Ubuntu:500);
html{
	min-width:960px;
}
body {
	margin: 0px;
	padding: 0px;
}
#clear {
	clear:both;
	padding-bottom: 0px;
}
p{
	margin:0px;
	padding:0px;
}
a{
	text-decoration: none;
	color: #000;
	list-style:none;
	text-decoration:none;
}
/*----TOPO----*/
#linha_topo{
	width:100%;
	height:4px;
	background-color:#FF4612;
}
.slider_tudo{
	width:100%;
	height:auto;
}
#topo_geral{
	width:960px;
	height:125px;
	margin:30px auto 30px auto;
}
#topo_logo{
	width:300px;
	height:120px;
	float:left;
}
#topo_menu{
	width:600px;
	height:40px;
	margin:60px 0px 0px 50px;
	float:left;
}
/*----MENU----*/
#menu {
	font-family: 'Ubuntu', sans-serif;
    clear:both;
    color:#5C6670;
    height:auto;
    /*padding:10px;*/
    font-weight: nornal;
}
#menu ul {
	font-family: 'Ubuntu', sans-serif;
    padding:0;
    margin:0;
    list-style: none;
    float: left;
	margin-left:19px;
}
#menu ul li {
	font-family: 'Ubuntu', sans-serif;
    display: block;
    float: left;
   /* margin-right: 20px;*/
    position: relative;
}
#menu ul li a {
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	list-style:none;
    font-size: 18px;
	font-weight: normal;
    color: #5C6670;
	height:40px;
	width:auto;
	padding-right:10px;
	padding-left:15px;
	padding-bottom:10px;
	/*padding-top:18px;*/
    display:block;
    float: left;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;*/
}
#menu ul li a:hover {
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	list-style:none;
    color: #FF4612;
	font-weight: normal;
	border-top:2px solid #FF4612;
}
#menu .ativado a {
	font-family: 'Ubuntu', sans-serif;
    color: #FF4612;
	font-weight: normal;
	border-bottom:2px solid #FF4612;
}
#menu ul li ul {
	font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    display: none;
    float: none;
    left: 0;
    position: absolute;
    top: 100%;
    border: 0px;
}
#menu ul li:hover > ul {
	font-family: 'Ubuntu', sans-serif;
    display: block;
	width:180px;
	padding-top:4px;
	margin-left:23px;
	z-index: 999!important;
}
#menu ul li ul li,
#menu ul li ul li a {
	font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
	color: #5C6670;
	font-weight: normal;
    float: none;
	height:auto;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:3px;
	/*background-image: url(../imagens/bg_topo.png);
	background-repeat:repeat;*/
	border: 0px;
}
#menu ul li ul li a:hover {
	font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    float: none;
	color: #FF4612;
	font-weight: normal;
}
#menu ul li ul li {
	font-family: 'Ubuntu', sans-serif;
    margin: 0;
	padding: 0;
}
#menu ul li ul li ul {
	font-family: 'Ubuntu', sans-serif;
    left: 100%;
    top: -5px;
}
/*----CORPO----*/
#conteudo_centro{
	width:960px;
	height:auto;
	margin:auto;
	margin-top:80px;
}
#conteudo_centro_lista{
	width:850px;
	height:auto;
	margin:auto;
	margin-top:80px;
}
#conteudo_lista{
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
	color:#FFF;
	text-align:center;
	width:240px;
	height:145px;
	margin:10px 20px 0px 20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#636365;
	float:left;
}
#conteudo_lista a{
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
	color:#FFF;
	text-decoration:none;
	list-style:none;
}
.hover_img {
	width:123px;
	height:99px;
	display: block;
	text-indent: -9999px;
	margin:4px 0px 0px 48px;
	background-image: url(img/20anos.png);
	background-repeat:no-repeat;
}
.hover_img:hover {
	background-image: url(img/20anos1.png);
	background-repeat:no-repeat;
}
.fa_produto{
	color:#FFF;
}
.fa_produto:hover{
	color:#FFF;
	text-shadow: -4px -3px 5px #333333;
}
.fa_agenda{
	color:#FFF;
	margin:18px 0px 5px 0px;
}
.fa_agenda:hover{
	color:#FFF;
	text-shadow: -4px -3px 5px #333333;
}
/*----EMPRESA----*/
#bg_titulo{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:20px;
	width:100%;
	height:30px;
	margin-bottom:40px;
	margin-top:80px;
	padding-left:600px;
	background-image: url(img/bg_titulos_left.png);
	background-repeat:no-repeat;
	background-position:left;
}
#bg_titulo a{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:20px;
}
#empresa_centro_texto{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:14px;
	line-height:35px;
	text-align:justify;
	width:560px;
	height:auto;
	float:left;
}
#empresa_centro_img{
	width:360px;
	height:auto;
	margin:40px 10px 0px 30px;
	float:left;
}
#empresa_img_bottom{
	width:840px;
	height:auto;
	margin:auto;
	margin-top:80px;
	margin-bottom:60px;
}
.empresa_img_bottom_lista{
	width:200px;
	height:140px;
	margin:0px 8px 0px 8px;
}
.img-style_200 img{
	width:200px;
	height:140px;
}
.img-style_360 img{
	width:360px;
	height:250px;
}

/*----CLIENTES----*/
#clientes_centro{
	width:960px;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.h1_cliente{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:25px;
}
#chamada_clientes{
	width:650px;
	height:auto;
	margin:auto;
	margin-bottom:90px;
	text-decoration:underline;
}
#lista_clientes{
	width:210px;
	height:180px;
	margin:0px 20px 25px 10px;
	float:left;
}
/*----PRODUTOS----*/
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}
#txt_rotator{
    color:#FF4612;
	width:600px;
	height: 100px;
	margin:auto;
}
h1.txt_rotate {
	font-family: 'Ubuntu', sans-serif;
    color:#FF4612;
	font-size:45px;
	text-align:center;
}
#produto_lista{
	width:200px;
	height: 220px;
	margin:0px 20px 25px 20px;
	float:left;
}
img.img_prod_hover{
	filter: alpha(opacity=100);
}
img.img_prod_hover:hover{
	opacity:0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity=30);
}
/*----CONTATO----*/
#contato_geral{
	width: 960px;
	height: auto;
	margin: auto;
}
#contato_form{
	width: 500px;
	height: auto;
	color:#5C6670;
	float:left;
}
#contato_mapa{
	width: 400px;
	height: auto;
	margin: 0px 0px 0px 58px;
	float:left;
}
#contato_mapa_end{
	font-family: 'Josefin Sans', sans-serif;
	color:#000;
	font-size:18px;
	text-align:left;
	width: 300px;
	height: 150px;
	margin: 75px 0px 20px 570px;
	padding:20px 10px 5px 30px;
	background-color:#EDAB52;
	position: absolute;
}
.contato_chamada{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:14px;
	width: 500px;
	height: auto;
	margin: 50px auto 50px auto;
	text-align:justify;
}
.contato_chamada_mapa{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:16px;
	line-height:30px;
	width: 400px;
	height: auto;
	margin: 45px 0px 50px 0px;
}
.contato_txt_menor{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:12px;
}
#form_input_left{
	width: 500px;
	height: auto;
	margin-right:30px;
}
#form_input_right{
	width: 500px;
	height: auto;
}
#form_enviar{
	width: 85px;
	height: 35px;
	margin:25px 0px 0px 0px;
	float:right;
	border:1px solid #999999;
	background-color:#FFF;
}
#form_input{
	width: 500px;
	height: auto;
}
.input_tudo{
	color:#5C6670;
	width: 500px;
	height: 35px;
	margin-bottom:15px;
	border:1px solid #999999;
	background-color:#FFF;
}
input, textarea:focus {
  outline: none;
}
.mensagem{
	color:#5C6670;
	width: 500px;
	height: 135px;
	border:1px solid #999999;
	background-color:#FFF;
}
.input_envia{
	font-family: 'Ubuntu', sans-serif;
	color:#5C6670;
	font-size:20px;
	width: 83px;
	height: 33px;
	border:0px solid #000;
	background-color:#FFF;
}

/*----RODAPE----*/
#rodape_tudo{
	width:100%;
	height:170px;
	margin-top:80px;
}
#rodape_centro{
	width:850px;
	height:auto;
	margin:auto;
}
#rodape_endereco{
	font-family: 'Ubuntu', sans-serif;
	color:#333333;
	font-size:16px;
	line-height:30px;
	width:325px;
	height:auto;
	float:left;
	margin:40px 50px 0px 25px;
}
#rodape_endereco a{
	font-family: 'Ubuntu', sans-serif;
	color:#333333;
	font-size:16px;
	text-decoration: none;
}
#rodape_contato{
	font-family: 'Ubuntu', sans-serif;
	color:#333333;
	font-size:16px;
	line-height:30px;
	width:220px;
	height:auto;
	margin:40px 50px 0px 40px;
	float:left;
}
#rodape_contato a{
	font-family: 'Ubuntu', sans-serif;
	color:#333333;
	font-size:16px;
	text-decoration: none;
}
#rodape_wagup{
	width:120px;
	height:auto;
	margin-top:85px;
	float:left;
}
.fa_rodape{
	color:#333333;
	font-size:16px;
}


.erros {
	font-family: 'Ubuntu', sans-serif;
	height: auto;
	width:500px;
	margin-left:100px;
	margin-top:50px;
	font-size:18px;
	color:#5C6670;
}
.ops {
	font-family: 'Ubuntu', sans-serif;
	font-size:90px;
	color:#5C6670;
	font-weight:bold;
	text-align:center;
}
.paginacao{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	height: 60px;
	width: 600px;
	margin:30px auto;
	text-decoration:none;
	text-align:center;
}
.paginacao a:hover{
	color:#5C6670;
	text-decoration:none;
}
.paginacao_txt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	margin:auto;
	padding:0px 3px 0px 3px;
	color:#FF4612;
	text-decoration:none;
}
.paginacao_txt a{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	margin:auto;
	color:#FF4612;
	text-decoration:none;
}
.paginacao_txt a:hover{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	margin:auto;
	color:#5C6670;
	text-decoration:none;
	list-style: none;
}

.pagina_numero{
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	height: 60px;
	width: 400px;
	padding:0px 3px 0px 3px;
	margin:auto;
	color:#FF4612;
	font-weight:bold;
	text-decoration:none;
}
.pagina_numero a{
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	margin:auto;
	color:#FF4612;
	font-weight:bold;
	text-decoration:none;
}
.pagina_numero a:hover{
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	margin:auto;
	color:#5C6670;
	font-weight:bold;
	text-decoration:none;
}
