@charset 'utf-8';
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.menu-1 nav a:hover,
.menu-1 nav a:focus {
  outline: none;
}
.menu-1 a::before,
.menu-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.menu-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.menu-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-1 a:hover::before,
.menu-1 a:hover::after,
.menu-1 a:focus::before,
.menu-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.menu-2 nav a:hover,
.menu-2 nav a:focus {
  outline: none;
}
.menu-2 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.menu-2 a:hover::after,
.menu-2 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*MENU 3 EX: <a href="#"><span data-hover="Palavra Menu">Palavra Menu</span></a> */
.menu-3 nav a:hover,
.menu-3 nav a:focus {
  outline: none;
}
.menu-3 a {
  overflow: hidden;
}
.menu-3 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-3 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-3 a:hover span,
.menu-3 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* MENU-4 EX: <a href="#" data-hover="Palavra Menu"><span>Palavra Menu</span></a> */
.menu-4 {
  position: relative;
  z-index: 1;
}
.menu-4 nav a:hover,
.menu-4 nav a:focus {
  outline: none;
}
.menu-4 a {
  overflow: hidden;
}
.menu-4 a span {
  display: block;
  padding: 10px 20px;
  background: #0f7c67;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-4 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f7c67;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}
.menu-4 a:hover span,
.menu-4 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.menu-4 a:hover::before,
.menu-4 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
/* MENU-5 EX: <a href="#" data-hover="Palavra Menu"><span>Palavra Menu</span></a> */
/* o @color-hover é a cor da palavra no :hover */
/* o @color é a cor do sublinhado da palavra */
/*
 Galeria de Fotos expandida
 Autor: Afonso Alban
 ₢OWS

 Última revisão: 20/3/2014
 */
#galeria-overlay-container {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#galeria-overlay-container #galeria-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#galeria-overlay-branco {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  margin-top: -300px;
  margin-left: -460px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 920px;
  height: 600px;
  max-height: 90%;
}
#galeria-overlay-branco:before {
  content: 'Você pode usar as setas do teclado ← e → para navegar pelas imagens; ESC para fechar.';
  color: #ffffff;
  display: block;
  font-size: 11px;
  position: absolute;
  top: -22px;
  text-align: center;
  width: 100%;
}
#galeria-container {
  padding: 20px;
}
#galeria-container #galeria-info {
  border-bottom: 1px solid #444444;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: 15px;
  padding: 5px;
}
#galeria-container .titulo {
  font-size: 26px;
}
#galeria-container #foto-grande {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 750px;
  height: 500px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
#galeria-container #foto-grande img {
  display: inline;
  max-width: 750px;
  max-height: 500px;
}
#galeria-container #foto-grande img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
#galeria-container #miniaturas-container {
  overflow: hidden;
  position: absolute;
  top: 70px;
  right: 20px;
  width: 94px;
  max-height: 500px;
}
#galeria-container #miniaturas-container > #galeria-miniaturas li {
  margin-bottom: 7px;
}
#galeria-container #miniaturas-container .bx-controls {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
}
#galeria-container #miniaturas-container .bx-controls-direction {
  position: static;
}
#galeria-container #miniaturas-container .bx-prev {
  background: #444444 url(../images/sprite-galeria.png) 0 -124px;
  display: block;
  margin-left: -16px;
  top: 6px;
  left: 50%;
  width: 32px;
  height: 21px;
  position: absolute;
  text-indent: -9000px;
}
#galeria-container #miniaturas-container .bx-next {
  background: #444444 url(../images/sprite-galeria.png) -32px -124px;
  display: block;
  margin-left: -16px;
  top: auto;
  bottom: 6px;
  left: 50%;
  width: 32px;
  height: 21px;
  position: absolute;
  text-indent: -9000px;
}
#galeria-container #miniaturas-container .bx-wrapper {
  padding: 40px 0;
  position: relative;
}
#galeria-container #miniaturas-container .bx-viewport {
  z-index: 10;
}
#galeria-container #galeria-miniaturas li {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -ms-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  cursor: pointer;
  position: relative;
  max-width: 140px;
  max-height: 140px;
}
#galeria-container #galeria-miniaturas li img {
  max-width: none !important;
  min-width: 90px;
  min-height: 90px;
}
#galeria-container #galeria-miniaturas li:before {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#galeria-container #galeria-miniaturas li.active:before {
  border-color: #444444;
}
#galeria-container #fechar-galeria {
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: 20px;
  text-transform: uppercase;
}
#galeria-container #galeria-legenda {
  color: #1a1a1a;
  padding: 5px 0;
}
#galeria-container .seta-grande-esquerda {
  background: url(../images/sprite-galeria.png) 0 0;
  display: block;
  width: 87px;
  height: 124px;
}
#galeria-container .seta-grande-direita {
  background: url(../images/sprite-galeria.png) -87px 0;
  display: block;
  width: 87px;
  height: 124px;
}
#galeria-container .seta-acima {
  background: #444444 url(../images/sprite-galeria.png) 0 -124px;
  display: block;
  margin-left: -16px;
  top: 6px;
  left: 50%;
  width: 32px;
  height: 21px;
}
#galeria-container .seta-abaixo {
  background: #444444 url(../images/sprite-galeria.png) -32px -124px;
  display: block;
  margin-left: -16px;
  top: auto;
  bottom: 6px;
  left: 50%;
  width: 32px;
  height: 21px;
}
/* ELEMENTOS */
body {
  color: #444444;
  min-width: 1100px;
  text-rendering: optimizelegibility;
}
body,
input,
textarea,
select,
button {
  font: normal 14px 'Open Sans', sans-serif;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0d0d0d;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  border: 0;
  cursor: pointer;
  display: block;
  float: right;
}
abbr {
  border-bottom: 1px dotted #ffffff;
  cursor: help;
}
::selection {
  background: #444444;
  color: #ffffff;
}
::moz-selection {
  background: #444444;
  color: #ffffff;
}
.container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
.animar {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.sombra-box {
  -webkit-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
}
.sombra-texto {
  text-shadow: 2px 2px 3px #000000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#ows {
  background: url(../images/ows.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 47px;
  height: 25px;
}
#ows:hover {
  background-position: -47px 0;
}
form .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form .item-form:before,
form .item-form:after {
  display: table;
  content: "";
}
form .item-form:after {
  clear: both;
}
form .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font: bold 10px/22px 'Open Sans', sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
form .alertaErro:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
form .validar-erro {
  border-color: #df0000 !important;
}
form .validar-sucesso {
  border-color: #444444 !important;
  color: #808080 !important;
}
#envies {
  display: none;
  left: 20%;
  top: 30%;
  margin-top: 4%;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 35px 2000px rgba(0, 0, 0, 0.75);
  float: left;
  position: fixed;
  z-index: 1000;
  text-align: center;
  width: 60%;
}
#envies img {
  margin-bottom: 10px;
}
#envies p {
  color: white;
  font-weight: bold;
  font-size: 30px;
}
form.padrao {
  *zoom: 1;
  margin: 20px auto;
}
form.padrao:before,
form.padrao:after {
  display: table;
  content: "";
}
form.padrao:after {
  clear: both;
}
form.padrao .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form.padrao .item-form:before,
form.padrao .item-form:after {
  display: table;
  content: "";
}
form.padrao .item-form:after {
  clear: both;
}
form.padrao label {
  clear: left;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 5px;
  text-align: right;
  width: 110px;
}
form.padrao label:after {
  content: ':';
}
form.padrao input,
form.padrao textarea,
form.padrao select {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  color: #444444;
  float: left;
  font-weight: bold;
  height: 30px;
  padding: 5px;
  width: 350px;
}
form.padrao input:focus,
form.padrao textarea:focus,
form.padrao select:focus {
  background-color: #ffffff;
  border-color: #444444;
  outline: none;
}
form.padrao textarea {
  height: 120px;
  resize: none;
}
form.padrao em {
  color: #df0000;
  display: block;
  float: left;
  margin-top: 3px;
  margin-left: 4px;
}
form.padrao p.legenda {
  clear: left;
  color: #636363;
  float: left;
  font-size: 12px;
  line-height: 26px;
}
form.padrao button {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background-color: #444444;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  height: 26px;
  margin-right: 7px;
  padding: 3px 15px;
  position: relative;
  vertical-align: top;
}
form.padrao button:hover {
  background: #4c4c4c;
}
form.padrao button[type="reset"] {
  background-color: #636363;
}
form.padrao button[type="reset"]:hover {
  background: #6b6b6b;
}
form.padrao fieldset {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #444444;
  margin-bottom: 20px;
  padding: 15px 0;
}
form.padrao fieldset .item-form:last-child {
  margin-bottom: 0;
}
form.padrao legend {
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
  padding: 0 10px;
}
form.padrao .item-form.multiplo input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: 0;
  border: 0;
  float: none;
  margin: 0 5px;
  width: auto;
}
form.padrao .item-form.multiplo input + label {
  clear: none;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-weight: bold;
  margin-right: 30px;
  text-align: left;
  width: auto !important;
}
form.padrao .item-form.multiplo input + label:after {
  display: none;
}
form.padrao .item-form.menor input {
  width: 190px;
}
form.padrao .item-form.grande input {
  width: 500px;
}
#navegacao {
  border-top: 1px solid rgba(68, 68, 68, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #444444;
  cursor: pointer;
  margin-left: 20px;
}
#navegacao .topo:before {
  content: '▲';
  margin-right: 5px;
}
#navegacao .voltar:before {
  content: '◄';
  margin-right: 5px;
}
ul.mapa-site {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1;
  background: rgba(242, 242, 242, 0.2);
  padding: 20px;
}
ul.mapa-site:before,
ul.mapa-site:after {
  display: table;
  content: "";
}
ul.mapa-site:after {
  clear: both;
}
ul.mapa-site > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 25%;
}
ul.mapa-site > li:nth-child(4n+1) {
  clear: left;
}
ul.mapa-site > li:before {
  color: #444444;
  content: '➨';
  display: inline-block;
  font-size: 90%;
  margin-right: 5px;
  margin-left: -20px;
  vertical-align: baseline;
}
ul.mapa-site > li > a {
  border-bottom: 1px dotted #444444;
}
ul.mapa-site ul {
  margin-left: 20px;
}
ul.mapa-site ul li {
  font-size: 80%;
  margin-top: 3px;
}
ul.mapa-site a:hover {
  text-decoration: underline;
}
/* ROLAGEM PERSONALIZADA */
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #111111;
  padding: 3px;
}
::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 4px solid #111111;
}
.ao-topo {
  background: #444444 url(../images/to-top-branco.png) no-repeat center;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  z-index: 1000;
}
.ao-topo:before {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #444444;
  color: #ffffff;
  content: 'Voltar ao topo';
  display: block;
  font-size: 10px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 45px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  width: 0;
}
.ao-topo:hover:before {
  padding: 0 3px;
  width: 90px;
}
#sprite .telefone {
  background: url(../images/sprite.png) no-repeat -45px -5px;
  display: block;
  width: 23px;
  height: 36px;
}
#sprite .mouse {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 55px;
  height: 27px;
}
#sprite .cotacoes {
  background: url(../images/sprite.png) no-repeat -69px 0px;
  display: inline-block;
  width: 50px;
  height: 38px;
}
#sprite .nuvem {
  background: url(../images/sprite.png) no-repeat -137px 0px;
  display: inline-block;
  width: 42px;
  height: 26px;
}
#sprite .tempestade {
  background: url(../images/sprite.png) no-repeat 0px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .nublado {
  background: url(../images/sprite.png) no-repeat -64px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .chuva {
  background: url(../images/sprite.png) no-repeat -128px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .parcialmente {
  background: url(../images/sprite.png) no-repeat -192px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .sol {
  background: url(../images/sprite.png) no-repeat -320px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .pancadas {
  background: url(../images/sprite.png) no-repeat -256px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .neve {
  background: url(../images/sprite.png) no-repeat -192px 0px;
  display: block;
  width: 64px;
  height: 64px;
}
.estilo-h2 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1px;
}
body {
  background: url(../images/bgBody.jpg) no-repeat top center;
}
#topo-container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 172, 47, 0.3);
  height: 180px;
  z-index: 20;
}
#topo-container header {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  height: 180px;
}
#topo-container .fone {
  position: absolute;
  right: 0;
  top: 50px;
}
#topo-container .fone li {
  display: block;
  float: left;
  line-height: 20px;
  padding: 0 15px;
}
#topo-container .fone li small {
  font-size: 14px;
}
#topo-container .fone li span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
#topo-container .fone li span small {
  font-size: 14px;
  font-weight: 400;
  margin-right: 3px;
}
#topo-container .fone li + li {
  border-left: 1px solid #ffac2f;
}
#topo-container .logo {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  top: 30px;
}
#topo-container nav {
  bottom: 20px;
  position: absolute;
}
#topo-container nav li {
  display: block;
  float: left;
}
#topo-container nav li + li {
  margin-left: 40px;
}
#topo-container nav li a {
  font-size: 15px;
  text-transform: uppercase;
}
#quadro-banner {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  margin-top: -180px;
  overflow: hidden;
  height: 530px;
  z-index: 10;
}
#quadro-banner .centro {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -1000px;
  width: 1900px;
}
#quadro-banner .centro img {
  width: 1900px;
}
#quadro-produtos {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  margin-top: -70px;
  z-index: 25;
}
#quadro-produtos .centro {
  background: url(../images/bgProdutos.png) no-repeat top center;
  padding-top: 65px;
  height: 350px;
}
#quadro-produtos ul {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  *zoom: 1;
}
#quadro-produtos ul:before,
#quadro-produtos ul:after {
  display: table;
  content: "";
}
#quadro-produtos ul:after {
  clear: both;
}
#quadro-produtos ul li {
  display: block;
  float: left;
}
#quadro-produtos ul li + li {
  margin-left: 20px;
}
#quadro-produtos ul .tit {
  display: table-cell;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 27px;
  padding: 0 0 10px 10px;
  position: relative;
  vertical-align: bottom;
  height: 65px;
}
#quadro-produtos ul .tit span {
  display: block;
  font-weight: 800;
  letter-spacing: -1px;
}
#quadro-produtos ul .img {
  display: block;
  width: 260px;
  height: 150px;
}
#quadro-produtos ul .img .corta {
  display: block;
  overflow: hidden;
  width: 260px;
  height: 150px;
}
#quadro-produtos ul .img .corta img {
  max-width: none !important;
  min-width: 260px;
  min-height: 150px;
}
#quadro-produtos ul .img .corta img {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  /* Chrome 19+ & Safari 6+ */
}
#quadro-produtos ul .img .corta img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(70%);
  /* Chrome 19+ & Safari 6+ */
}
#rodape-container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: url(../images/bgRodape.png) no-repeat top center;
  height: 410px;
}
#rodape-container footer {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  *zoom: 1;
}
#rodape-container footer:before,
#rodape-container footer:after {
  display: table;
  content: "";
}
#rodape-container footer:after {
  clear: both;
}
#rodape-container footer .endereco {
  display: block;
  float: left;
  height: 310px;
  margin: 100px 50px 0 40px;
}
#rodape-container footer .endereco address {
  color: #ffffff;
  text-align: right;
  padding: 15px 0;
}
#rodape-container footer .endereco address span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
#rodape-container footer .endereco address span small {
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
}
#rodape-container footer .endereco address + address {
  border-top: 1px solid rgba(255, 172, 47, 0.3);
}
#rodape-container footer .links {
  border-left: 1px solid rgba(255, 172, 47, 0.3);
  border-right: 1px solid rgba(255, 172, 47, 0.3);
  display: block;
  float: left;
  margin-top: 120px;
  padding: 20px 45px;
}
#rodape-container footer .links li {
  font-weight: 300;
}
#rodape-container footer .links li a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
#rodape-container footer .links li + li {
  margin-top: 5px;
}
#rodape-container footer .logo {
  float: left;
  margin: 185px 0 0 0;
}
#rodape-container footer .news {
  background: rgba(255, 255, 255, 0.05);
  display: block;
  float: left;
  margin: 100px 0 10px 20px;
  padding: 10px 20px;
}
#rodape-container footer .news h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
#rodape-container footer .news .padrao {
  margin: 0;
}
#rodape-container footer .news button {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: none;
  background: #ffffff;
  color: #758b3d;
  float: none;
  font-weight: 700;
  margin: 0 auto;
  padding: 0;
  height: 30px;
  width: 100px;
}
#rodape-container footer .news .item-form {
  width: 280px;
}
#rodape-container footer .news .item-form ::-webkit-input-placeholder {
  color: #ffffff;
}
#rodape-container footer .news .item-form :-moz-placeholder {
  color: #ffffff;
}
#rodape-container footer .news .item-form ::-moz-placeholder {
  color: #ffffff;
}
#rodape-container footer .news .item-form :-ms-input-placeholder {
  color: #ffffff;
}
#rodape-container footer .news input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(117, 139, 61, 0.5);
  color: #ffffff;
  border: 0;
  font-weight: 300;
  height: 40px;
  width: 280px;
}
#rodape-container footer #links {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  bottom: 10px;
  position: absolute;
  text-align: center;
}
#rodape-container footer #links li {
  display: inline-block;
}
#rodape-container footer #links li a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
#rodape-container footer #links li + li {
  margin-left: 10px;
}
#rodape-container footer #links li:hover {
  text-decoration: underline;
}
section .conteudo {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  padding: 0 15px;
}
.interno {
  padding: 15px 0;
}
.interno h1,
.interno h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 5px 0 20px 0;
}
.interno .texto p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.interno .texto p + p {
  margin-top: 40px;
}
.interno .texto h2 {
  font-size: 23px;
  margin: 15px 0 5px;
}
.interno .texto h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
.interno .texto ul {
  margin: 10px 0;
}
.interno .texto ul li {
  font-size: 16px;
  font-weight: 300;
}
.interno .texto ul li + li {
  margin-top: 10px;
}
.interno .texto ul li::before {
  content: '→';
  display: inline-block;
  margin-right: 3px;
}
.interno .texto table {
  background: rgba(68, 68, 68, 0.2);
  margin: 15px 0;
  width: 98%;
}
.interno .texto table td {
  font-size: 16px;
  font-weight: 300;
  padding: 5px;
}
.interno .texto table td + td {
  border-left: 1px solid rgba(68, 68, 68, 0.1);
}
.interno .texto table th {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
}
.interno .texto table th + th {
  border-left: 1px solid rgba(68, 68, 68, 0.1);
}
.interno .texto table tr:nth-child(even) {
  background: rgba(68, 68, 68, 0.1);
}
.interno #paginacao {
  display: block;
  margin: 15px auto;
  text-align: center;
}
.interno #paginacao a {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #758b3d;
  color: #ffffff;
  display: inline-block;
  line-height: 23px;
  height: 23px;
  width: 23px;
}
.interno #paginacao a.ativo,
.interno #paginacao a:hover {
  background: #485626;
  font-weight: 700;
}
#home h2 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1px;
}
#home .sessoes {
  *zoom: 1;
  margin-top: -50px;
}
#home .sessoes:before,
#home .sessoes:after {
  display: table;
  content: "";
}
#home .sessoes:after {
  clear: both;
}
#home .sessoes .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
}
#home .sessoes .item h2 {
  margin-bottom: 20px;
}
#home .sessoes .item h2::before {
  content: '';
}
#home .sessoes .noticias {
  padding-right: 50px;
  width: 320px;
}
#home .sessoes .noticias h2::before {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 55px;
  height: 27px;
}
#home .sessoes .noticias .data {
  display: block;
  font-size: 22px;
}
#home .sessoes .noticias li + li {
  margin-top: 20px;
}
#home .sessoes .cotacoes {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-left: 30px;
  width: 420px;
}
#home .sessoes .cotacoes h2 {
  margin-bottom: 0;
}
#home .sessoes .cotacoes h2::before {
  background: url(../images/sprite.png) no-repeat -69px 0px;
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-right: 5px;
}
#home .sessoes .cotacoes .quadro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(234, 232, 221, 0.5);
  padding: 15px;
  width: 370px;
}
#home .sessoes .cotacoes .data {
  font-size: 22px;
  margin-bottom: 20px;
}
#home .sessoes .cotacoes li + li {
  margin-top: 22px;
}
#home .sessoes .cotacoes .item {
  display: inline-block;
  text-align: left;
  width: 60%;
}
#home .sessoes .cotacoes .valor {
  display: inline-block;
  text-align: center;
  width: 38%;
}
#home .sessoes .indicadores {
  padding-left: 20px;
  width: 360px;
}
#home .sessoes .indicadores h2::before {
  background: url(../images/sprite.png) no-repeat -69px 0px;
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-right: 5px;
}
#home .sessoes .indicadores li {
  *zoom: 1;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(234, 232, 221, 0.7);
  margin-bottom: 15px;
}
#home .sessoes .indicadores li:before,
#home .sessoes .indicadores li:after {
  display: table;
  content: "";
}
#home .sessoes .indicadores li:after {
  clear: both;
}
#home .sessoes .indicadores li:hover {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  background: #eae8dd;
}
#home .sessoes .indicadores .quadro-img {
  display: block;
  float: left;
  margin-right: 10px;
  height: 95px;
  width: 100px;
}
#home .sessoes .indicadores .quadro-img span {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 95px;
}
#home .sessoes .indicadores .quadro-img span img {
  max-width: none !important;
  min-width: 100px;
  min-height: 95px;
}
#home .sessoes .indicadores .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  float: left;
  font-size: 17px;
  font-weight: 700;
  margin-top: 25px;
  width: 220px;
}
#home .sessoes .indicadores .sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  display: block;
  float: left;
  margin-top: 5px;
  width: 220px;
}
#empresa .fotos ul {
  *zoom: 1;
}
#empresa .fotos ul:before,
#empresa .fotos ul:after {
  display: table;
  content: "";
}
#empresa .fotos ul:after {
  clear: both;
}
#empresa .fotos ul li {
  display: block;
  float: left;
  margin-right: 35px;
  margin-bottom: 15px;
  height: 230px;
  width: 340px;
}
#empresa .fotos ul li a {
  display: block;
  overflow: hidden;
  width: 340px;
  height: 230px;
}
#empresa .fotos ul li a img {
  max-width: none !important;
  min-width: 340px;
  min-height: 230px;
}
#empresa .fotos ul li:nth-child(3n) {
  margin-right: 0;
}
#empresa .video {
  display: block;
  position: relative;
  left: 50%;
  margin: 25px 0;
  margin-left: -240px;
  height: 360px;
  width: 480px;
}
#noticias h1::before {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 55px;
  height: 27px;
  content: '';
}
#noticias dd {
  padding-bottom: 20px;
}
#noticias dt {
  border-top: 1px solid rgba(68, 68, 68, 0.2);
  cursor: pointer;
  padding: 25px 0;
}
#noticias dt:first-child {
  border-top: 0;
}
#noticias .data {
  font-size: 25px;
  font-weight: 300;
}
#noticias .tit {
  display: block;
  font-weight: 700;
  margin-top: 10px;
}
#produtos .item-produto + .item-produto {
  margin-top: 25px;
}
#produtos .fotos {
  *zoom: 1;
  margin-top: 20px;
  padding: 0 5px;
}
#produtos .fotos:before,
#produtos .fotos:after {
  display: table;
  content: "";
}
#produtos .fotos:after {
  clear: both;
}
#produtos .fotos li {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 230px;
  width: 335px;
}
#produtos .fotos li:nth-child(3n) {
  margin-right: 0;
}
#produtos .fotos li a {
  display: block;
  overflow: hidden;
  width: 335px;
  height: 230px;
}
#produtos .fotos li a img {
  max-width: none !important;
  min-width: 335px;
  min-height: 230px;
}
#produtos #quadro-produtos {
  margin-top: 0;
}
#contato .padrao {
  width: 625px;
}
#contato .padrao .item-form {
  width: 625px;
}
#contato .padrao button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: none;
  background: #C8AC51;
  font-size: 16px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  height: 45px;
  width: 185px;
}
#contato .padrao input,
#contato .padrao textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  font-weight: 400;
  text-indent: 10px;
  width: 610px;
}
#contato .padrao input {
  height: 47px;
}
#contato .padrao p {
  margin-bottom: 10px;
}
#contato .padrao .cidade {
  float: left;
  width: 440px;
}
#contato .padrao .cidade input {
  width: 425px;
}
#contato .padrao .estado {
  float: left;
  width: 185px;
}
#contato .padrao .estado input {
  width: 170px;
}
#contato .padrao .mensagem {
  clear: both;
}
.previsao {
  border-top: 1px solid #eae8dd;
  display: block;
  margin-top: 30px;
  padding-top: 35px;
  position: relative;
}
.previsao h2::before {
  content: '';
  margin-right: 5px;
  background: url(../images/sprite.png) no-repeat -137px 0px;
  display: inline-block;
  width: 42px;
  height: 26px;
}
.previsao .padrao {
  display: block;
  margin: 0;
  position: absolute;
  left: 330px;
  top: 30px;
}
.previsao .padrao label {
  line-height: 37px;
  width: 170px;
}
.previsao .padrao select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  height: 37px;
  width: 265px;
}
.previsao #lista-previsao {
  *zoom: 1;
  margin: 25px 0 15px 10px;
}
.previsao #lista-previsao:before,
.previsao #lista-previsao:after {
  display: table;
  content: "";
}
.previsao #lista-previsao:after {
  clear: both;
}
.previsao #lista-previsao li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  display: block;
  float: left;
  position: relative;
  height: 110px;
  width: 150px;
}
.previsao #lista-previsao li + li {
  margin-left: 5px;
}
.previsao #lista-previsao li .dia {
  font-size: 11px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.previsao #lista-previsao li .temp {
  bottom: 10px;
  display: block;
  position: absolute;
  right: 10px;
}
.previsao #lista-previsao li .temp p {
  font-size: 12px;
  font-weight: 700;
}
.previsao #lista-previsao .chuva {
  background: url(../images/sprite.png) no-repeat -128px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
.previsao #lista-previsao .nublado {
  background: url(../images/sprite.png) no-repeat -64px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
.previsao #lista-previsao .tempestade {
  background: url(../images/sprite.png) no-repeat 0px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
.previsao #lista-previsao .parcialmente {
  background: url(../images/sprite.png) no-repeat -192px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
.previsao #lista-previsao .pancadas {
  background: url(../images/sprite.png) no-repeat -256px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
.previsao #lista-previsao .sol {
  background: url(../images/sprite.png) no-repeat -320px -64px;
  display: block;
  width: 64px;
  height: 64px;
}
.previsao #lista-previsao .neve {
  background: url(../images/sprite.png) no-repeat -192px 0px;
  display: block;
  width: 64px;
  height: 64px;
}
/*PAULO 09/06/2015*/
#rodape-container footer .endereco {
  margin: 100px 10px 0 40px;
}
.hidden {
  display: none;
  left: 30%;
  top: 20%;
  margin-top: 4%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 35px 2000px rgba(0, 0, 0, 0.5);
  float: left;
  position: fixed;
  z-index: 1000;
  text-align: center;
  width: 37%;
}
.hidden div {
  background-color: white;
  padding: 5px;
  width: 98%;
}
.hidden span {
  cursor: pointer;
  float: right;
  background-color: white;
  padding: 0 5px;
  font-weight: bold;
}
/*PAULO 01/07/2015*/
#produtos .fotos li {
  height: 210px;
  width: 19%;
}
#produtos .fotos li a {
  width: 100%;
  height: 210px;
}
#produtos .fotos li a span {
  display: table-cell;
  vertical-align: middle;
  height: 210px;
}
#produtos .fotos li a img {
  min-height: 10px;
  min-width: 10px;
}
/* EDUARDO 31/07/2015 */
#topo-container .logo{
  left: 0;
  margin-left: 0;
  top: 15px;
}
#quadro-produtos ul{
  width: 1000px;
}
#quadro-produtos ul .img{
  width: 240px;
}
#quadro-produtos ul .img .corta{
  width: 240px;
}
#quadro-produtos ul .img .corta img{
  max-width: 240px;
}
#quadro-produtos ul li + li{
  margin-left: 10px;
}
section .conteudo{
  width: 1000px;
}
#home .sessoes .noticias{
  padding-right: 10px;
}
#home .sessoes .cotacoes{
  padding-left: 10px;
}
#home .sessoes .indicadores{
  padding-left: 10px;
}
#home .sessoes .cotacoes .quadro{
  width: 350px;
}
#home .sessoes .cotacoes{
  width: 373px;
}
#home .sessoes .noticias{
  width: 260px;
}
#home .sessoes .noticias .data{
  font-size: 20px;
}
.previsao #lista-previsao{
  margin-left: 0;
}
.previsao #lista-previsao li{
  width: 135px;
}
#rodape-container footer{
  width: 1000px;
}
#rodape-container footer .news .item-form{
  width: 195px;
}
#rodape-container footer .news .item-form input{
  width: 195px;
}
#topo-container header{
  width: 1000px;
}
#topo-container nav li + li{
  margin-left: 25px;
}
#empresa .fotos ul li{
  margin-right: 10px;
  margin-bottom: 10px;
  width: 323px;
}
#empresa .fotos ul li a{
  width: 323px;
}
#empresa .fotos ul li a img{
  min-width: 323px;
}
body{
  background: #E1DECE url(../images/bgBody.jpg) no-repeat top center;
}
/* EDUARDO 23/10/2015 */
#produtos .fotos li a{
  background: #fff;
}
#produtos .fotos li:nth-child(3n){
  background: #fff;
  margin-right: 15px;
}
#produtos .fotos li a span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 200px;
}
#produtos .fotos li a img{
  display: inline;
  max-height: 200px;
  max-width: 200px;
}
#produtos .fotos li a{
  padding: 10px;
  height: auto;
  width: auto;
}
#produtos .fotos li{
  height: auto;
  width: auto;
}
#na_main ul li{
  font-size: 15px;
  margin-bottom: 10px;
}
.na_dia{
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}