@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 #336699;
  color: #336699;
  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: #336699 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: #336699 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: #336699;
}
#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: #336699 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: #336699 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: #000000;
  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: #336699;
  color: #ffffff;
}
::moz-selection {
  background: #336699;
  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: #e2e3e5 !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;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  color: #000000;
  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: #e2e3e5;
  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: #336699;
  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: #376ea4;
}
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 #336699;
  margin-bottom: 20px;
  padding: 15px 0;
}
form.padrao fieldset .item-form:last-child {
  margin-bottom: 0;
}
form.padrao legend {
  color: #336699;
  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(226, 227, 229, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #336699;
  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: #336699;
  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 #e2e3e5;
}
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: #19334d;
  padding: 3px;
}
::-webkit-scrollbar-thumb {
  background: #264c73;
  -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 #19334d;
}
.ao-topo {
  background: #336699 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: #336699;
  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 .select {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: block;
  width: 159px;
  height: 24px;
}
#sprite .chuva {
  background: url(../images/sprite.png) no-repeat 0px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#sprite .sol {
  background: url(../images/sprite.png) no-repeat -60px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#sprite .chuva-sol {
  background: url(../images/sprite.png) no-repeat -120px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#sprite .nublado {
  background: url(../images/sprite.png) no-repeat -180px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#topo-container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 135px;
}
#topo-container #faixa {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: rgba(239, 239, 239, 0.5);
  display: block;
  height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
#topo-container header {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  height: 135px;
  z-index: 15;
}
#topo-container header #atendimento {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
#topo-container header #atendimento p {
  color: #336699;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: left;
}
#topo-container header #atendimento p:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
}
#topo-container header #frase {
  display: block;
  position: absolute;
  left: 420px;
  top: 15px;
}
#topo-container header #frase p {
  color: #336699;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 23px;
}
#topo-container header #frase p:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
}
#topo-container header #logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}
#topo-container header nav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 18px;
}
#topo-container header nav ul {
  *zoom: 1;
  display: block;
}
#topo-container header nav ul:before,
#topo-container header nav ul:after {
  display: table;
  content: "";
}
#topo-container header nav ul:after {
  clear: both;
}
#topo-container header nav ul li {
  display: block;
  float: left;
}
#topo-container header nav ul li a {
  color: #336699;
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}
#topo-container header nav ul li a::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);
  content: '';
  background: #336699;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
}
#topo-container header nav ul li.active a::before,
#topo-container header nav ul li:hover a::before {
  background: #ffb300;
}
#topo-container header nav ul li + li {
  margin-left: 10px;
}
#rodape-container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: url(../images/bgRodape.jpg) no-repeat top center;
  height: 230px;
  margin-top: -10px;
  z-index: 20;
}
#rodape-container footer {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 230px;
  margin-top: 10px;
}
#rodape-container footer .atendimento {
  color: #1F1917;
  display: block;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  right: 15px;
  top: 80px;
}
#rodape-container footer .atendimento span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
#rodape-container footer .externo {
  padding: 85px 0 0 320px;
}
#rodape-container footer .externo .bloco {
  display: block;
  float: left;
  height: 70px;
  padding: 10px 45px;
}
#rodape-container footer .externo .bloco li a {
  color: #000000;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
#rodape-container footer .externo .bloco li + li {
  margin-top: 10px;
}
#rodape-container footer .externo .bloco + .bloco {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
#rodape-container footer img {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
}
#rodape-container footer address {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
}
#rodape-container footer #links {
  clear: both;
  display: block;
  position: relative;
  top: 25px;
  text-align: center;
}
#rodape-container footer #links li {
  display: inline-block;
}
#rodape-container footer #links li a {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
#rodape-container footer #links li + li {
  margin-left: 30px;
}
#home {
  *zoom: 1;
  padding-top: 30px;
  z-index: 30;
}
#home:before,
#home:after {
  display: table;
  content: "";
}
#home:after {
  clear: both;
}
#home h2 {
  color: #336699;
  display: block;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#home h2 span {
  font-weight: 700;
}
#home .bndes {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  float: left;
  padding-right: 20px;
  text-align: center;
  height: 290px;
  width: 260px;
}
#home .bndes .quadro {
  display: block;
  background: #e2e3e5;
  height: 290px;
  width: 260px;
}
#home .bndes img {
    display: block;
    height: 280px;
    margin: 0 auto;
    padding: 5px 0;
}
#home .bndes p {
  color: #336699;
  display: block;
  font-size: 25px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 35px;
  text-align: left;
  text-transform: uppercase;
}
#home .bndes p span {
  font-weight: 700;
}
#home .descricao {
  color: #336699;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
#home .descricao p {
  color: #336699;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
#home .meio {
  display: block;
  float: left;
  margin-left: 20px;
  margin-right: 30px;
  width: 325px;
}
#home .localizacao {
  display: block;
  padding-top: 105px;
}
#home .noticias {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  float: left;
  padding-left: 30px;
  width: 410px;
}
#home .noticias ul li a .data {
  color: #336699;
  display: block;
}
#home .noticias ul li + li {
  margin-top: 20px;
}
#home .noticias .ver-mais {
  color: #336699;
  display: block;
  float: right;
  font-weight: 700;
  margin-top: 10px;
}
#home .servicos {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 30px;
  width: 325px;
}
#empresa img {
  display: block;
  margin: 20px auto;
  margin-bottom: 40px;
}
#empresa .texto {
  padding: 0 40px 40px 40px!important;
}
#servicos .texto ul {
  margin: 0 auto;
  width: 675px;
}
#servicos .texto li {
  display: block;
  text-align: left;
}
#servicos .texto li + li {
  margin-top: 15px;
}
#contato {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
}
#contato .conteudo {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  background: transparent;
}
#contato .padrao {
  float: left;
  margin-left: 150px;
  width: 525px;
}
#contato .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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #ffffff;
  font-size: 17px;
  height: 35px;
  width: 150px;
}
#contato .padrao button:focus {
  outline: none;
}
#contato .padrao button:hover {
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
}
#contato .padrao p {
  font-weight: 400;
  margin-bottom: 20px;
}
#contato .padrao .item-form {
  margin-bottom: 5px;
}
#contato .padrao .item-form ::-webkit-input-placeholder {
  color: #000000;
}
#contato .padrao .item-form :-moz-placeholder {
  color: #000000;
}
#contato .padrao .item-form ::-moz-placeholder {
  color: #000000;
}
#contato .padrao .item-form :-ms-input-placeholder {
  color: #000000;
}
#contato .padrao input,
#contato .padrao textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  color: #000000;
  font-weight: 400;
  padding-left: 15px;
  width: 522px;
}
#contato .padrao input {
  height: 46px;
}
#contato .padrao textarea {
  height: 100px;
}
#contato .padrao .legenda {
  color: #921F25!important;
  font-size: 13px;
  font-weight: 400;
}
#contato .direita {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  float: right;
  padding-left: 135px;
  height: 445px;
}
#contato .direita .atendimento {
  color: #336699;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
  margin-right: 75px;
  text-transform: uppercase;
}
#contato .direita .atendimento span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
#contato .baixo {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#contato .baixo .quadro-mapa {
  position: relative;
  left: 50%;
  margin-left: -1000px;
  height: 490px;
  width: 2000px;
}
#contato .baixo .quadro-mapa address {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  margin-left: 280px;
  padding: 50px;
  padding-top: 70px;
  position: absolute;
  left: 50%;
  top: 130px;
  right: 0;
  height: 240px;
  width: 290px;
  z-index: 50;
}
#contato .baixo .quadro-mapa address span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#contato #mapa {
  height: 490px;
}
#produtos {
  background: #ffffff;
}
#usados {
  background: #ffffff;
}
.caixa-produtos {
  position: relative;
}
.caixa-produtos #lista-produtos {
  *zoom: 1;
  padding: 20px;
  padding-bottom: 0;
}
.caixa-produtos #lista-produtos:before,
.caixa-produtos #lista-produtos:after {
  display: table;
  content: "";
}
.caixa-produtos #lista-produtos:after {
  clear: both;
}
.caixa-produtos #lista-produtos li {
  border-bottom: 1px solid #e2e3e5;
  display: block;
  float: left;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  height: 250px;
  width: 350px;
}
.caixa-produtos #lista-produtos li::after {
  background: #e2e3e5;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 235px;
  width: 1px;
}
.caixa-produtos #lista-produtos li:nth-child(4) {
  border-left: 0;
}
.caixa-produtos #lista-produtos li:nth-child(7) {
  border-bottom: 0;
  margin-bottom: 0;
}
.caixa-produtos #lista-produtos li:nth-child(8) {
  border-bottom: 0;
  margin-bottom: 0;
}
.caixa-produtos #lista-produtos li:nth-child(9) {
  border-bottom: 0;
  margin-bottom: 0;
}
.caixa-produtos #lista-produtos li:nth-child(3n)::after {
  display: none;
}
.caixa-produtos #lista-produtos li a {
  display: block;
}
.caixa-produtos #lista-produtos li img {
  display: block;
  margin: 20px auto;
  width: 270px;
  height: 125px;
}
.caixa-produtos #lista-produtos li span {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 270px;
}
.caixa-produtos .interna-produto {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 30px;
  position: absolute;
  left: 27px;
  top: 27px;
  height: 790px;
  width: 1040px;
  z-index: 15;
}
.caixa-produtos .interna-produto .img-principal {
  border: 1px solid #e2e3e5;
  display: block;
  float: left;
  height: 370px;
  width: 600px!important;
}
.caixa-produtos .interna-produto .img-principal li {
  height: 370px!important;
  width: 600px!important;
}
.caixa-produtos .interna-produto .img-principal span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 600px;
  height: 370px;
  width: 600px!important;
}
.caixa-produtos .interna-produto .img-principal span img {
  display: inline;
  max-width: 600px;
  max-height: 370px;
}
.caixa-produtos .interna-produto .info {
  display: block;
  float: left;
  margin-left: 80px;
  width: 290px;
}
.caixa-produtos .interna-produto .info h2 {
  color: #000000;
  font-size: 20px;
  width: 250px;
}
.caixa-produtos .interna-produto .info ul {
  margin-top: 30px;
}
.caixa-produtos .interna-produto .info li {
  font-weight: 300;
}
.caixa-produtos .interna-produto .info li span {
  display: block;
}
.caixa-produtos .interna-produto .info li + li {
  margin-top: 20px;
}
.caixa-produtos .interna-produto .miniaturas {
  clear: both;
  position: relative;
  top: 50px;
}
.caixa-produtos .interna-produto .miniaturas li {
  border: 1px solid #e2e3e5;
  display: block;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  height: 137px!important;
  width: 220px!important;
}
.caixa-produtos .interna-produto .miniaturas li:nth-child(4n) {
  margin-right: 0;
}
.caixa-produtos .interna-produto .miniaturas li a {
  display: block;
  height: 137px;
  width: 220px;
}
.caixa-produtos .interna-produto .miniaturas li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 220px;
  height: 137px;
}
.caixa-produtos .interna-produto .miniaturas li a span img {
  display: inline;
  max-width: 220px;
  max-height: 137px;
}
.caixa-produtos .interna-produto .fecha-interna {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background: #ffffff;
  color: #336699;
  font-size: 22px;
  font-weight: 400;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -20px;
  right: -20px;
  height: 52px;
  width: 52px;
}
.interno {
  padding-bottom: 10px;
}
.interno .conteudo {
  *zoom: 1;
  background: #ffffff;
  display: block;
  padding: 20px;
}
.interno .conteudo:before,
.interno .conteudo:after {
  display: table;
  content: "";
}
.interno .conteudo:after {
  clear: both;
}
.interno .texto p {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.interno .texto p + p {
  margin-top: 20px;
}
.interno .texto ul {
  margin: 20px 0;
}
.interno .texto ul li {
  font-weight: 300;
}
.interno .texto li + li {
  margin-top: 10px;
}
.interno h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #336699;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 25px 0 25px 40px;
  text-transform: uppercase;
}
.interno h2 {
  color: #336699;
  font-size: 23px;
  margin: 15px 0 5px 0;
}
.interno h3 {
  color: #336699;
  font-size: 17px;
  margin: 10px 0 5px 0;
}
#previsao {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  clear: both;
  padding: 15px 0;
  position: relative;
  top: 30px;
  bottom: 30px;
}
#previsao .quadro {
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  height: 250px;
}
#previsao .quadro .padrao {
  display: block;
  position: absolute;
  top: 30px;
  left: 300px;
  width: 160px;
}
#previsao .quadro .padrao select {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: relative;
  height: 25px;
  width: 160px;
  z-index: 100;
}
#previsao .quadro .padrao .trick {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  width: 159px;
  height: 24px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
}
#previsao .quadro ul {
  *zoom: 1;
  padding-top: 10px;
}
#previsao .quadro ul:before,
#previsao .quadro ul:after {
  display: table;
  content: "";
}
#previsao .quadro ul:after {
  clear: both;
}
#previsao .quadro ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0 42px;
}
#previsao .quadro ul li:nth-child(1) {
  padding-left: 0;
}
#previsao .quadro ul li:nth-child(7) {
  padding-right: 0;
}
#previsao .quadro ul li .img {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
}
#previsao .quadro ul li .dia {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
#previsao .quadro ul li .temperatura {
  display: block;
  margin-top: 10px;
}
#previsao .quadro ul li .temperatura p {
  color: #336699;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
}
#previsao .quadro ul li .temperatura p small {
  font-size: 10px;
  font-weight: 700;
  margin-right: 5px;
}
#previsao .quadro ul li .temperatura p:nth-child(2) {
  color: #91959d;
}
#previsao .quadro ul li + li {
  border-left: 1px solid rgba(142, 142, 142, 0.4);
}
#previsao .quadro .chuva {
  background: url(../images/sprite.png) no-repeat 0px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#previsao .quadro .sol {
  background: url(../images/sprite.png) no-repeat -60px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#previsao .quadro .chuva-sol {
  background: url(../images/sprite.png) no-repeat -120px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#previsao .quadro .nublado {
  background: url(../images/sprite.png) no-repeat -180px -60px;
  display: block;
  width: 60px;
  height: 60px;
}
#conteudo-container {
  background-color: #c9d4df;
  background-image: -moz-linear-gradient(top, #c1d0dd, #d5dbe2);
  background-image: -ms-linear-gradient(top, #c1d0dd, #d5dbe2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c1d0dd), to(#d5dbe2));
  background-image: -webkit-linear-gradient(top, #c1d0dd, #d5dbe2);
  background-image: -o-linear-gradient(top, #c1d0dd, #d5dbe2);
  background-image: linear-gradient(top, #c1d0dd, #d5dbe2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d0dd', endColorstr='#d5dbe2', GradientType=0);
}
section {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
#quadro-banner {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 550px;
  margin-top: -135px;
}
#quadro-banner #externo {
  position: relative;
  left: 50%;
  margin-left: -1000px;
  height: 550px;
  width: 2000px;
}
#quadro-banner #externo #banner li {
  height: 550px;
  width: 2000px;
}
#quadro-banner #externo #banner li img {
  height: 550px;
  width: 2000px;
}
#menu-produtos {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #5aa1ce;
  box-sizing: border-box;
  display: block;
  height: 240px;
}
#menu-produtos .conteudo {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
#menu-produtos ul li {
  display: block;
  float: left;
  padding: 30px 0;
  position: relative;
  height: 180px;
}
#menu-produtos ul li::before {
  background: rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  height: 165px;
  width: 1px;
}
#menu-produtos ul li:nth-child(1)::before {
  display: none;
}
#menu-produtos ul li.active {
  background: #ffffff;
}
#menu-produtos ul li.active h2 {
  color: #336699;
}
#menu-produtos ul li a {
  display: block;
  padding: 0 13px;
}
#menu-produtos ul li a h2 {
  display: block;
  color: #93f2ff;
  font-size: 23px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}
#menu-produtos ul li a h2 span {
  display: block;
  font-weight: 700;
}

/*ANDRIUS 25/11/2014*/
#usados, #produtos{
  min-height: 852px;
}

#menu-produtos ul li img{
    max-height: 130px;
}
/* EDUARDO 10/03/2015 */
.caixa-produtos .interna-produto .miniaturas .bx-viewport{
  height: 150px!important;
  width: 965px!important;
}
.caixa-produtos .interna-produto .miniaturas .bx-viewport ul{
  height: 150px!important;
}
.caixa-produtos .interna-produto .miniaturas .bx-pager{
  display: none;
}
.caixa-produtos .interna-produto .miniaturas li{
  margin-right: 26px;
}
.caixa-produtos .interna-produto .miniaturas li:nth-child(4n){
  margin-right: 26px;
}
.caixa-produtos .interna-produto .miniaturas .bx-controls-direction a{
  background: #5AA1CE;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 138px;
  width: 25px;
}
.caixa-produtos .interna-produto .miniaturas .bx-controls-direction a::before{
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 55px;
  height: 28px;
  width: 18px;
}
.caixa-produtos .interna-produto .miniaturas .bx-controls-direction .bx-next{
  right: -15px;
}
.caixa-produtos .interna-produto .miniaturas .bx-controls-direction .bx-next::before{
  background: url(../images/bx-next.png) no-repeat top center;
}
.caixa-produtos .interna-produto .miniaturas .bx-controls-direction .bx-prev{
  left: -30px;
}
.caixa-produtos .interna-produto .miniaturas .bx-controls-direction .bx-prev::before{
  background: url(../images/bx-prev.png) no-repeat top center;
}
.caixa-produtos .interna-produto .miniaturas{
  left: 7px;
}
.caixa-produtos #lista-produtos li img{
  width: auto;
}
/* EDUARDO 24/04/2015*/
#contato .direita .atendimento{
  margin-top: 45px;
}
#contato .direita .caixa-fb{
  margin-top: 50px;
  margin-left: -75px;
}
/*TOUR*/
#tour #container > div{
  display: block;
}

#tour #container .threesixty {
  position: relative;
  overflow: hidden;
  border: solid 1px #999;
  margin: 20px auto;
  border-radius: 5px;
}
#tour #container .threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  /*background: rgba(0, 0, 0, 0.7);*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#tour #container .threesixty .spinner span {
  font-size: 20px;
  font-weight: bolder;
  color: #336699;
  text-align: center;
  line-height: 30px;
  display: block;
}
#tour #container .threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#tour #container .threesixty .threesixty_images img {
  /*cursor: pointer;*/
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
#tour #container .threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
}
#tour #container .threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
#tour #container .threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
#tour #container .threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../images/sprites.png) no-repeat;
  text-indent: -99999px;
}
#tour #container .threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px;
}
#tour #container .threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px;
}
#tour #container .threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0;
}
#tour #container .threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px;
}
#rodape-container footer .whats{
  position: absolute;
  right: 15px;
  top: 140px;
}
#rodape-container footer .whats::before{
  content: '';
  background: url(../images/sprite.png) no-repeat -192px 0;
  display: block;
  position: absolute;
  top: -10px;
  left: -42px;
  height: 37px;
  width: 37px;
}
#menu-produtos ul li{
   display: inline-block;
   float:none;
}
#menu-produtos ul{
    text-align: center;
}
/* EDUARDO 27/04/2015 */
#previsao .quadro{
  padding-right: 10px;
}
#previsao .quadro ul li{
  padding: 0 30px;
}
#previsao{
  float: left;
  width: 840px;
}
#indique{
  float: right;
  position: relative;
  top: 50px;
  width: 245px;
}
#indique h2{
  text-align: center;
}
#indique .quadro{
  background: #fff;
  height: 215px;
  padding: 0 9px;
  padding-top: 30px;
}
#indique .quadro .padrao input{
  border-radius: 0;
  font-weight: normal;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#indique .quadro .padrao button{
  border-radius: 0;
}
/* EDUARDO 27/05/2015 */
#home .garantia{
  clear: both;
  display: block;
}
#home .garantia img{
  display: block;
  margin: 0 auto;
}