@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> */
/* O <A> TEM QUE TER POSITION RELATIVE*/
.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 */
/* ELEMENTOS */
body {
  color: #000000;
  font: normal 12px "proxima-nova", sans-serif;
  min-width: 1000px;
  text-rendering: optimizelegibility;
}
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: #df0000;
  color: #ffffff;
}
::moz-selection {
  background: #df0000;
  color: #ffffff;
}
.container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.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;
}
#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 "proxima-nova", 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: #dedede !important;
  color: #808080 !important;
}
form.padrao {
  *zoom: 1;
  margin: 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: 24px;
  margin-right: 5px;
  text-align: right;
  width: 100px;
}
form.padrao label:after {
  content: ':';
}
form.padrao input,
form.padrao textarea,
form.padrao select {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -ms-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -o-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: linear-gradient(top, #ffffff, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  float: left;
  font-family: "proxima-nova", sans-serif;
  padding: 2px;
  width: 350px;
}
form.padrao input {
  line-height: 20px;
}
form.padrao textarea {
  height: 120px;
  resize: none;
}
form.padrao em {
  color: #f00;
  display: block;
  float: left;
}
form.padrao p.legenda {
  clear: left;
  color: #767676;
  float: left;
  font-size: 11px !important;
  margin-left: 105px;
}
form.padrao button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f20b0b;
  background-image: -moz-linear-gradient(top, #ff1313, #df0000);
  background-image: -ms-linear-gradient(top, #ff1313, #df0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1313), to(#df0000));
  background-image: -webkit-linear-gradient(top, #ff1313, #df0000);
  background-image: -o-linear-gradient(top, #ff1313, #df0000);
  background-image: linear-gradient(top, #ff1313, #df0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1313', endColorstr='#df0000', GradientType=0);
  border: 1px solid #930000;
  color: #ffffff;
  float: right;
  font: bold 10px "proxima-nova", sans-serif;
  margin-right: 5px;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}
form.padrao button:hover {
  background: #ff1313;
}
form.padrao .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 "proxima-nova", sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
form.padrao .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.padrao .validar-erro {
  border-color: #df0000 !important;
}
form.padrao .validar-sucesso {
  border-color: #dedede !important;
  color: #808080 !important;
}
#navegacao {
  border-top: 1px solid rgba(222, 222, 222, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #6f3132;
  cursor: pointer;
  margin-left: 20px;
}
#navegacao .topo:before {
  content: '▲';
  margin-right: 5px;
}
#navegacao .voltar:before {
  content: '◄';
  margin-right: 5px;
}
.fundo-topo {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #dedede, #ffffff);
  background-image: -ms-linear-gradient(top, #dedede, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dedede), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dedede, #ffffff);
  background-image: -o-linear-gradient(top, #dedede, #ffffff);
  background-image: linear-gradient(top, #dedede, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ffffff', GradientType=0);
}
.fundo-preco {
  background-color: #dedede;
  background-image: -moz-linear-gradient(left, #ffffff, #dedede);
  background-image: -ms-linear-gradient(left, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(left, #ffffff, #dedede);
  background-image: -o-linear-gradient(left, #ffffff, #dedede);
  background-image: linear-gradient(left, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=1);
}
.fundo-rodape {
  background-color: #7f2d2e;
  background-image: -moz-linear-gradient(top, #7f2d2e, #560304);
  background-image: -ms-linear-gradient(top, #7f2d2e, #560304);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f2d2e), to(#560304));
  background-image: -webkit-linear-gradient(top, #7f2d2e, #560304);
  background-image: -o-linear-gradient(top, #7f2d2e, #560304);
  background-image: linear-gradient(top, #7f2d2e, #560304);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f2d2e', endColorstr='#560304', GradientType=0);
}
.ver-mais {
  background: #cd3539;
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 25px;
  margin-top: 1px;
  padding-right: 10px;
  position: relative;
  text-align: right;
}
.ver-mais:hover {
  color: #ffffff;
}
.ver-mais:before {
  content: '+';
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-weight: bold;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
#sprite .lupa {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: block;
  width: 25px;
  height: 25px;
}
#sprite .sombra-h2 {
  background: url(../images/sprite.png) no-repeat -42px 0px;
  display: block;
  width: 326px;
  height: 23px;
}
#sprite .mais {
  background: url(../images/sprite.png) no-repeat 0px -35px;
  display: block;
  width: 38px;
  height: 38px;
}
#sprite .mais-branco {
  background: url(../images/sprite.png) no-repeat -42px -35px;
  display: block;
  width: 38px;
  height: 38px;
}
body {
  background: #f1f1f1;
}
#topo-container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #dedede, #ffffff);
  background-image: -ms-linear-gradient(top, #dedede, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dedede), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dedede, #ffffff);
  background-image: -o-linear-gradient(top, #dedede, #ffffff);
  background-image: linear-gradient(top, #dedede, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ffffff', GradientType=0);
  height: 160px;
}
#topo-container header {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 160px;
}
#topo-container header .atendimento {
  position: absolute;
  right: 40px;
  top: 30px;
  height: 55px;
  z-index: 105;
}
#topo-container header .atendimento p {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
#topo-container header .atendimento span {
  color: #cd3539;
  font-size: 33px;
  font-weight: bold;
}
#topo-container header .atendimento span small {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}
#topo-container header .logo {
  position: absolute;
  left: 25px;
  top: 10px;
  width: 225px;
}
#topo-container header #nav-inferior {
  background: url(../images/bgMenu-inferior.png) no-repeat top center;
  display: block;
  position: absolute;
  bottom: 0;
  left: -31px;
  height: 53px;
  width: 1062px;
  z-index: 110;
}
#topo-container header #nav-inferior ul {
  margin-left: 30px;
}
#topo-container header #nav-inferior li {
  display: block;
  float: left;
  line-height: 40px;
  margin-top: 6px;
  position: relative;
}
#topo-container header #nav-inferior li:hover .submenu {
  display: block;
}
#topo-container header #nav-inferior li.active a span {
  background: url(../images/bgmenu.png) repeat-x top center;
}
#topo-container header #nav-inferior li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin-left: -2px;
  position: relative;
  text-align: center !important;
}
#topo-container header #nav-inferior li a span {
  background: url(../images/bgPreto.png) repeat-x top center;
  padding: 0 21px;
  text-align: center;
}
#topo-container header #nav-inferior li a:before {
  background: url(../images/bgmenu.png) repeat-x top center;
  color: #ffffff;
  padding: 0 10px;
  text-align: center !important;
  text-indent: -20px;
}
#topo-container header #nav-inferior form {
  position: absolute;
  top: 4px;
  right: 40px;
  width: 285px;
}
#topo-container header #nav-inferior form button {
  background: #585858;
  border: 0;
  font-size: 17px;
  line-height: 28px;
  padding-left: 10px;
  position: absolute;
  right: -4px;
  top: 3px;
  width: 57px;
}
#topo-container header #nav-inferior form input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f1f1f1;
  color: #393939;
  font-size: 18px;
  line-height: 35px;
  margin-top: 3px;
  position: relative;
  text-indent: 40px;
  height: 30px;
  width: 230px;
  z-index: 15;
}
#topo-container header #nav-inferior form label {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  height: 25px;
  width: 25px;
  z-index: 20;
}
#topo-container header #nav-inferior form label:after {
  display: none;
}
#topo-container header #nav-inferior .submenu {
  background: #393939;
  display: none;
  margin: 0;
  margin-left: -2px;
  position: absolute;
  left: 0;
  width: 185px;
}
#topo-container header #nav-inferior .submenu li {
  -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);
  display: block;
  float: none;
  line-height: 15px;
  margin-top: 0;
  padding: 5px;
  padding-left: 20px;
}
#topo-container header #nav-inferior .submenu li:nth-child(even) {
  background: #404040;
}
#topo-container header #nav-inferior .submenu li:hover {
  background: rgba(255, 255, 255, 0.5);
}
#topo-container header #nav-inferior .submenu li a {
  background: none;
  font-size: 15px;
  text-align: left !important;
}
#topo-container header #nav-inferior .submenu li a:before {
  background: none;
  padding: 0!important;
  text-indent: 0;
}
#topo-container header #nav-inferior .before-submenu {
  position: relative;
}
#topo-container header #nav-inferior .before-submenu:after {
  content: '+';
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  right: 10px;
}
#topo-container header #nav-superior {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/mn-sup.png) no-repeat top;
  position: absolute;
  right: 0px;
  top: 0;
  height: 45px;
  width: 650px;
}
#topo-container header #nav-superior li {
  border-right: 1px solid #C5C5C5;
  border-left: 1px solid #dedede;
  display: block;
  float: left;
  line-height: 48px;
  text-align: center;
  height: 45px;
  width: 110px;
}
#topo-container header #nav-superior li.active {
  background: url(../images/fundo-menu.png) repeat-x top center;
}
#topo-container header #nav-superior li.active a {
  color: #ffffff;
}
#topo-container header #nav-superior li:nth-child(1) {
  border-left: 0;
}
#topo-container header #nav-superior li:nth-child(4) {
  border-right: 0;
}
#topo-container header #nav-superior li a {
  color: #393939;
  font-size: 17px;
}
#rodape-container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  background-color: #7F2D2E;
  background-image: -moz-linear-gradient(top, #7F2D2E, #560304);
  background-image: -ms-linear-gradient(top, #7F2D2E, #560304);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7F2D2E), to(#560304));
  background-image: -webkit-linear-gradient(top, #7F2D2E, #560304);
  background-image: -o-linear-gradient(top, #7F2D2E, #560304);
  background-image: linear-gradient(top, #7F2D2E, #560304);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F2D2E', endColorstr='#560304', GradientType=0);
  border-top: 25px solid #dedede;
  height: 350px;
}
#rodape-container footer {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  background: url(../images/borda-rodape.png) no-repeat top center;
  margin-top: -24px;
  height: 350px;
  width: 1060px !important;
}
#rodape-container footer a:hover {
  text-decoration: underline;
}
#rodape-container footer .bloco {
  float: left;
  padding: 0 30px;
}
#rodape-container footer .bloco address {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin-top: 25px;
}
#rodape-container footer .bloco .fone {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
#rodape-container footer .bloco .fone small {
  font-size: 15px;
  font-weight: 400;
  margin-right: 3px;
}
#rodape-container footer .bloco li {
  display: block;
}
#rodape-container footer .bloco li a {
  color: #ffffff;
  font-size: 13px;
}
#rodape-container footer .bloco li + li {
  margin-top: 5px;
}
#rodape-container footer .caixa {
  *zoom: 1;
  position: absolute;
  top: 100px;
  left: 240px;
  height: 200px;
  width: 790px;
}
#rodape-container footer .caixa:before,
#rodape-container footer .caixa:after {
  display: table;
  content: "";
}
#rodape-container footer .caixa:after {
  clear: both;
}
#rodape-container footer .endereco {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  height: 160px;
}
#rodape-container footer .form {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  height: 160px;
}
#rodape-container footer .form p {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
}
#rodape-container footer form {
  width: 195px;
}
#rodape-container footer form ::-webkit-input-placeholder {
  color: #ffffff;
}
#rodape-container footer form :-moz-placeholder {
  color: #ffffff;
}
#rodape-container footer form ::-moz-placeholder {
  color: #ffffff;
}
#rodape-container footer form :-ms-input-placeholder {
  color: #ffffff;
}
#rodape-container footer form 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);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  color: #df0000;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  height: 25px;
  width: 100px;
}
#rodape-container footer form button:hover {
  top: 2px;
}
#rodape-container footer form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #C28585;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  text-indent: 10px;
  width: 185px;
}
#rodape-container footer form .item-form {
  margin: 0;
  margin-bottom: 5px;
}
#rodape-container footer img {
  margin-top: 20px;
  margin-left: 20px;
  width: 200px;
}
#rodape-container footer .links {
  display: block;
  padding-top: 45px;
  text-align: center;
}
#rodape-container footer .links li {
  display: inline;
  position: relative;
}
#rodape-container footer .links li a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
#rodape-container footer .links li + li {
  margin-left: 20px;
}
#rodape-container footer .links li + li:before {
  content: ' - ';
  color: #ffffff;
  position: absolute;
  left: -10px;
}
#rodape-container footer .logo {
  position: absolute;
  left: 0;
  top: 45px;
}
section {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
section h1 {
  background: url(../images/bgH1.png) repeat-x top center;
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 9px;
  padding-left: 40px;
  position: relative;
  width: 936px;
}
section h1:before {
  background: url(../images/fundoh1.png) no-repeat top center;
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: -13px;
  height: 15px;
  width: 1000px;
  z-index: -10;
}
#home #servicos {
  height: 330px;
  margin-bottom: 10px;
}
#home #servicos .item-servico {
  display: block;
  float: left;
  overflow: hidden;
  width: 323px;
  height: 330px;
}
#home #servicos .item-servico img {
  height: 255px;
  width: 323px;
}
#home #servicos .item-servico h2 {
  background: url(../images/bgH2.png) repeat-x top center;
  color: #ffffff;
  font-size: 17px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 13px;
  position: relative;
  text-align: center;
  width: 300px;
}
#home #servicos .item-servico h2:after {
  background: url(../images/sprite.png) no-repeat -42px 0px;
  display: block;
  width: 326px;
  height: 23px;
  content: '';
  position: absolute;
  bottom: -15px;
  left: -12px;
  z-index: -10;
}
#home #servicos .item-servico .hover {
  -webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 253px;
  width: 323px;
}
#home #servicos .item-servico .hover:before {
  background: url(../images/sprite.png) no-repeat 0px -35px;
  display: block;
  width: 38px;
  height: 38px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
}
#home #servicos .item-servico:hover .hover {
  bottom: 0;
}
#home #servicos .item-servico .quadro-img {
  display: block;
  overflow: hidden;
  position: relative;
}
#home #servicos .item-servico + .item-servico {
  margin-left: 10px;
}
#home #produtos-destaque {
  *zoom: 1;
}
#home #produtos-destaque:before,
#home #produtos-destaque:after {
  display: table;
  content: "";
}
#home #produtos-destaque:after {
  clear: both;
}
.item-produto {
  display: block;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 310px;
  width: 235px;
}
.item-produto a {
  display: block;
}
.item-produto:hover .hover {
  top: 0;
}
.item-produto:nth-child(5) {
  border-left: 0  !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.item-produto:nth-child(9) {
  border-left: 0  !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.item-produto:nth-child(13) {
  border-left: 0  !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.item-produto .titulo {
  color: #393939;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 15px;
  position: absolute;
  width: 140px;
}
.item-produto .descricao {
  color: #393939;
  font-size: 14px;
  margin-left: 15px;
  position: absolute;
  bottom: 40px;
  height: 36px;
}
.item-produto .quadro-imagem {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 240px;
  height: 160px;
}
.item-produto .quadro-imagem img {
  display: inline;
  max-width: 230px;
  max-height: 150px;
}
.item-produto .ver-mais {
  position: absolute;
  bottom: 0;
  width: 220px;
}
.item-produto .hover {
  -webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(223, 0, 0, 0.6);
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 325px;
  position: absolute;
  text-align: center;
  left: 5;
  height: 285px;
  width: 230px;
  top: -100%;
}
.item-produto .hover:before {
  background: url(../images/sprite.png) no-repeat -42px -35px;
  display: block;
  width: 38px;
  height: 38px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -50px;
}
.item-produto + .item-produto {
  border-left: 1px solid #b8b8b8;
  margin-left: 3px;
  padding-left: 6px;
}
.quadro-branco {
  *zoom: 1;
  background: #ffffff;
  padding: 15px;
}
.quadro-branco:before,
.quadro-branco:after {
  display: table;
  content: "";
}
.quadro-branco:after {
  clear: both;
}
#remanufaturados .texto {
  margin-bottom: 20px;
}
#remanufaturados .item-produto {
  border-top: 0;
}
#remanufaturados .item-produto .titulo {
  font-weight: bold;
  width: 200px;
}
#locacao .direita {
  background: #dedede;
  float: right;
  width: 530px;
}
#locacao .direita .item-produto:nth-child(3) {
  border-left: 0 !important;
  margin-left: 0;
  padding-left: 0;
}
#locacao .esquerda {
  *zoom: 1;
  border-right: 1px solid #b8b8b8;
  float: left;
  padding-right: 10px;
  position: relative;
  height: 655px;
  width: 425px;
}
#locacao .esquerda:before,
#locacao .esquerda:after {
  display: table;
  content: "";
}
#locacao .esquerda:after {
  clear: both;
}
#locacao .esquerda .baner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 425px;
  height: 645px;
}
#locacao .esquerda .baner img {
  display: inline;
  max-width: 415px;
  max-height: 635px;
}
#locacao .esquerda .ver-mais {
  margin-top: -15px;
}
#parceiros ul {
  margin-left: 10px;
}
#parceiros li {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -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);
  border: 1px solid #b8b8b8;
  display: block;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  height: 135px;
  width: 220px;
}
#parceiros li:hover {
  border: 1px solid #930000;
}
#parceiros li .quadro-imagem {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 220px;
  height: 135px;
}
#parceiros li .quadro-imagem img {
  display: inline;
  max-width: 210px;
  max-height: 125px;
}
#orcamento .texto,
#contato .texto {
  margin: 25px;
}
#orcamento form,
#contato form {
  margin: 20px auto;
  width: 492px;
}
#orcamento form button,
#contato form 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);
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
#orcamento form button:hover,
#contato form button:hover {
  top: 2px;
}
#orcamento form .botoes,
#contato form .botoes {
  clear: both;
  display: block;
  height: 50px;
  width: 490px;
}
#orcamento form .limpar,
#contato form .limpar {
  background: url(../images/limpar.jpg) no-repeat top center;
  border: 0;
  line-height: 30px;
  height: 36px;
  width: 240px;
}
#orcamento form .enviar,
#contato form .enviar {
  background: url(../images/enviar.jpg) no-repeat top center;
  border: 0;
  line-height: 30px;
  height: 36px;
  width: 240px;
}
#orcamento form input,
#contato form input,
#orcamento form textarea,
#contato form textarea {
  background: #D9D9D9;
  border: 0;
  border-radius: 0;
  display: block !important;
  font-size: 17px;
  text-indent: 10px;
  width: 480px;
}
#orcamento form input,
#contato form input {
  line-height: 30px;
}
#orcamento form label,
#contato form label {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
#orcamento form label:after,
#contato form label:after {
  display: none;
}
#orcamento form textarea,
#contato form textarea {
  height: 150px;
}
#orcamento form .cidade,
#contato form .cidade {
  float: left;
  width: 365px;
}
#orcamento form .inp-cidade,
#contato form .inp-cidade {
  clear: both;
  width: 350px;
}
#orcamento form .uf,
#contato form .uf {
  float: left;
  width: 120px;
}
#orcamento form .inp-uf,
#contato form .inp-uf {
  clear: both;
  text-transform: uppercase;
  width: 110px;
}
#orcamento form .legenda,
#contato form .legenda {
  margin: 0 0 10px 0;
}
#orcamento form .textarea,
#contato form .textarea {
  clear: both;
}
#localizacao .endereco {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 10px 10px 50px;
  position: absolute;
  left: 20px;
  top: 325px;
}
#localizacao .endereco address {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  width: 240px;
}
#localizacao .endereco address span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
#localizacao .endereco address span small {
  font-size: 15px;
  margin-right: 5px;
}
#localizacao #mapa {
  margin: 15px auto;
  height: 400px;
  width: 960px;
}
#assistencia .bg-ft {
  background: #ffffff;
  width: 1000px;
  height: 255px;
}
#assistencia img {
  margin-left: 3px;
}
#interna .caixa-cima {
  *zoom: 1;
  margin: 0 auto;
  width: 890px;
}
#interna .caixa-cima:before,
#interna .caixa-cima:after {
  display: table;
  content: "";
}
#interna .caixa-cima:after {
  clear: both;
}
#interna #caixa-produto {
  background: #ffffff;
  border: 1px solid #9e9e9e;
  float: left;
  position: relative;
  height: 330px;
  width: 437px;
}
#interna #caixa-produto .centro {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 437px;
  height: 260px;
  background: #ffffff;
}
#interna #caixa-produto .centro img {
  display: inline;
  max-width: 427px;
  max-height: 250px;
}
#interna #caixa-produto .miniaturas {
  *zoom: 1;
  bottom: 0;
  position: absolute;
}
#interna #caixa-produto .miniaturas:before,
#interna #caixa-produto .miniaturas:after {
  display: table;
  content: "";
}
#interna #caixa-produto .miniaturas:after {
  clear: both;
}
#interna #caixa-produto .miniaturas li {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  display: block;
  float: left;
  height: 70px;
  width: 86px;
}
#interna #caixa-produto .miniaturas li .centraliza {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 86px;
  height: 70px;
}
#interna #caixa-produto .miniaturas li .centraliza img {
  display: inline;
  max-width: 76px;
  max-height: 60px;
}
#interna #caixa-produto .miniaturas li:nth-child(5) {
  border-right: 0;
  padding-right: 1px;
}
#interna #caixa-produto .miniaturas li:nth-child(1) {
  padding-left: 1px;
}
#interna #detalhes {
  float: right;
  margin-bottom: 25px;
  position: relative;
  height: 320px;
  width: 400px;
}
#interna #detalhes .entra-contato {
  -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: url(../images/bgH1.png) repeat-x top center;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0px;
  height: 36px;
  width: 150px;
}
#interna #detalhes .entra-contato:hover {
  bottom: 2px;
}
#interna #detalhes .titulo {
  color: #ae0426;
  font-size: 30px;
  font-weight: bold;
}
#interna #detalhes .preco {
  background-color: #dedede;
  background-image: -moz-linear-gradient(left, #ffffff, #dedede);
  background-image: -ms-linear-gradient(left, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(left, #ffffff, #dedede);
  background-image: -o-linear-gradient(left, #ffffff, #dedede);
  background-image: linear-gradient(left, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=1);
  color: #393939;
  float: right;
  font-size: 25px;
  font-weight: bold;
  margin-top: 45px;
  padding: 10px;
  text-align: right;
  width: 300px;
}
#interna .caixa-descricao {
  margin: 0 auto;
  padding-top: 25px !important;
  width: 750px;
}
#interna .caixa-descricao .descricao {
  border: 1px solid #dedede;
  font-size: 13px;
  margin: 0 auto;
  padding: 15px;
  width: 750px;
}
#interna .caixa-descricao .descricao strong {
  display: block;
  margin: 10px 0;
}
#faixa-topo {
  background: #6f3132;
  border-top: 2px solid #cd3539;
  border-bottom: 2px solid #cd3539;
  height: 12px;
  margin-bottom: 15px;
}
#navegacao {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  border-top: 1px solid #6f3132;
  margin-top: 15px;
  margin-bottom: 15px;
}
.interno h2 {
  color: #393939;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 5px;
}
.interno h3 {
  color: #6f3132;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
}
.interno .texto {
  padding-left: 30px;
  width: 800px;
}
.interno .texto p {
  color: #393939;
  font-size: 16px;
  line-height: 1.6em;
}
.interno .texto p + p {
  margin-top: 20px;
}
.interno .texto ul {
  margin: 15px 0;
  padding-left: 20px;
}
.interno .texto ul li {
  font-size: 14px;
  position: relative;
  width: 700px;
}
.interno .texto ul li:before {
  content: ' • ';
  color: #6f3132;
  position: absolute;
  top: 0px;
  left: -10px;
}
.interno .texto ul li + li {
  margin-top: 10px;
}
.interno .texto table {
  background: #dedede;
  width: 100%;
}
.interno .texto table th {
  background: #525252;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
}
.interno .texto table td {
  font-size: 14px;
  padding: 5px;
}
.interno .texto table td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.interno .texto table tr:nth-child(even) {
  background: #d1d1d1;
}
.interno #paginacao {
  clear: left;
  margin: 10px 0;
  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: #dedede;
  color: #393939;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
  line-height: 25px;
  width: 25px;
}
.interno #paginacao a:hover,
.interno #paginacao a.active {
  background: #393939;
  color: #ffffff;
}
#quadro-banner {
  width: 2000px;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
#quadro-banner div {
  overflow: hidden !important;
}
#quadro-banner li {
  height: 395px;
}
#coin-slider {
  height: 395px !important;
  margin: 0 auto !important;
}
#coin-slider img {
  margin: 0 auto !important;
}
#coin-slider .cs-prev {
  display: none !important;
}
#coin-slider .cs-next {
  display: none!important;
}
#coin-slider .cs-title {
  display: none;
}
.cs-active {
  background: #AE0426 !important;
}
.cs-buttons {
  left: 40px !important;
  bottom: 45px;
  margin: 0 auto !important;
  width: 1000px;
  height: 20px;
}
.cs-buttons a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -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: #ffffff;
  display: block;
  float: left;
  line-height: 20px;
  margin-right: 5px;
  text-indent: -9999px;
  width: 20px;
}
.cs-buttons a.active {
  background: #AE0426 !important;
}
.cs-buttons a:hover {
  background: #AE0426 !important;
}
.coin-slider {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
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 {
  float: left;
  font-size: 18px;
  margin-bottom: 30px;
  width: 25%;
}
ul.mapa-site > li:before {
  color: #cd3539;
  content: '➨';
  display: inline-block;
  font-size: 90%;
  margin-right: 5px;
  vertical-align: baseline;
}
ul.mapa-site > li > a {
  border-bottom: 1px dotted #dedede;
}
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;
}
#pagina-container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zoom {
  display: inline-block;
  position: relative;
  background: transparent;
}
.zoom img {
  display: block;
}
.zoom img:selection {
  background-color: transparent;
}
#categorias {
  *zoom: 1;
}
#categorias:before,
#categorias:after {
  display: table;
  content: "";
}
#categorias:after {
  clear: both;
}
#categorias .item-servico {
  display: block;
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 323px;
  height: 330px;
}
#categorias .item-servico img {
  height: 255px;
  width: 323px;
}
#categorias .item-servico h2 {
  background: url(../images/bgH2.png) repeat-x top center;
  color: #ffffff;
  font-size: 17px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 13px;
  position: relative;
  text-align: center;
  width: 300px;
}
#categorias .item-servico h2:after {
  background: url(../images/sprite.png) no-repeat -42px 0px;
  display: block;
  width: 326px;
  height: 23px;
  content: '';
  position: absolute;
  bottom: -15px;
  left: -12px;
  z-index: -10;
}
#categorias .item-servico .hover {
  -webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 253px;
  width: 323px;
}
#categorias .item-servico .hover:before {
  background: url(../images/sprite.png) no-repeat 0px -35px;
  display: block;
  width: 38px;
  height: 38px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
}
#categorias .item-servico:hover .hover {
  bottom: 0;
}
#categorias .item-servico .quadro-img {
  display: block;
  overflow: hidden;
  position: relative;
}
#categorias .item-servico:nth-child(3) {
  margin-right: 0;
}
#categorias .item-servico:nth-child(6) {
  margin-right: 0;
}
#categorias .item-servico:nth-child(9) {
  margin-right: 0;
}
#categorias .item-servico:nth-child(12) {
  margin-right: 0;
}
#categorias .item-servico:nth-child(15) {
  margin-right: 0;
}
#categorias .item-servico:nth-child(18) {
  margin-right: 0;
}
#categorias .item-servico:nth-child(21) {
  margin-right: 0;
}
/* AFONSO 20/02/2014 */
#texto-direita {
  border-bottom: 3px solid #6f3132;
  color: #cd3539;
  float: right;
  font-size: 30px;
  margin: 50px 0 20px 20px;
  padding: 10px 15px;
  width: 320px;
}
#texto-direita em {
  display: block;
}
#empresa .texto img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
  margin: 10px -130px 10px 15px;
}
#produto-detalhe .caixa-cima {
  *zoom: 1;
  margin: 0 auto;
  width: 890px;
}
#produto-detalhe .caixa-cima:before,
#produto-detalhe .caixa-cima:after {
  display: table;
  content: "";
}
#produto-detalhe .caixa-cima:after {
  clear: both;
}
#produto-detalhe #caixa-produto {
  background: #ffffff;
  border: 1px solid #9e9e9e;
  position: relative;
  height: 330px;
  width: 437px;
}
#produto-detalhe #caixa-produto .centro {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 437px;
  height: 260px;
  background: #ffffff;
}
#produto-detalhe #caixa-produto .centro img {
  display: inline;
  max-width: 427px;
  max-height: 250px;
}
#produto-detalhe h1.titulo {
  background: none;
  color: #6f3132;
  font: bold 34px "proxima-nova", sans-serif;
}
#produto-detalhe .legenda {
  margin-bottom: 3px;
  text-align: left;
}
#produto-detalhe #caixa-produto {
  height: auto;
}
#produto-detalhe .miniaturas {
  *zoom: 1;
  padding: 3px;
}
#produto-detalhe .miniaturas:before,
#produto-detalhe .miniaturas:after {
  display: table;
  content: "";
}
#produto-detalhe .miniaturas:after {
  clear: both;
}
#produto-detalhe .miniaturas li {
  background: #ffffff;
  border: 1px solid #dedede;
  display: block;
  float: left;
  height: 70px;
  margin-right: 2px;
  width: 82px;
}
#produto-detalhe .miniaturas li .centraliza {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 82px;
  height: 70px;
}
#produto-detalhe .miniaturas li .centraliza img {
  display: inline;
  max-width: 72px;
  max-height: 60px;
}
#produto-detalhe #detalhes {
  margin-bottom: 25px;
  overflow: auto;
  position: relative;
}
#produto-detalhe #detalhes .fundo-contato {
  background: #dedede;
  float: right;
  padding: 13px;
}
#produto-detalhe #detalhes .entra-contato {
  -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: url(../images/bgH1.png) repeat-x top center;
  color: #ffffff;
  display: block;
  font: bold 15px "proxima-nova", sans-serif;
  line-height: 36px;
  text-align: center;
  height: 36px;
  width: 150px;
}
#produto-detalhe #detalhes .entra-contato:hover {
  bottom: 2px;
}
#produto-detalhe #detalhes .titulo {
  color: #cd3539;
  font-size: 30px;
  font-weight: bold;
}
#produto-detalhe #detalhes .preco {
  background-color: #dedede;
  background-image: -moz-linear-gradient(left, #ffffff, #dedede);
  background-image: -ms-linear-gradient(left, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(left, #ffffff, #dedede);
  background-image: -o-linear-gradient(left, #ffffff, #dedede);
  background-image: linear-gradient(left, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=1);
  color: #393939;
  float: right;
  font-size: 35px;
  font-weight: bold;
  padding: 10px;
  text-align: right;
}
#produto-detalhe #detalhes .contato {
  color: #393939;
  float: right;
  font-size: 15px;
  font-weight: bold;
  margin: 13px 10px;
  text-align: right;
  width: 200px;
}
#produto-detalhe .caixa-descricao {
  margin: 0 auto;
  padding-top: 25px !important;
}
#produto-detalhe .caixa-descricao .descricao {
  border: 1px solid #dedede;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 15px;
}
#produto-detalhe .caixa-descricao .descricao strong {
  display: block;
  margin: 10px 0;
}
#produto-detalhe .coluna-esquerda {
  float: left;
  width: 440px;
}
#produto-detalhe .coluna-direita {
  float: right;
  width: 500px;
}

#subcategorias {
  *zoom: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
#subcategorias:before,
#subcategorias:after {
  display: table;
  content: "";
}
#subcategorias:after {
  clear: both;
}
#subcategorias .item {
  display: block;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  width: 323px;
}
#subcategorias .item h2 {
  background: url(../images/bgH2.png) repeat-x top center;
  color: #ffffff;
  font-size: 17px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 13px;
  position: relative;
  text-align: center;
  width: 300px;
}
#subcategorias .item .hover {
  -webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 253px;
  width: 323px;
}
#subcategorias .item .hover:before {
  background: url(../images/sprite.png) no-repeat 0px -35px;
  display: block;
  width: 38px;
  height: 38px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
}
#subcategorias .item:hover .hover {
  bottom: 0;
}
#subcategorias .item .quadro-img {
  display: block;
  overflow: hidden;
  position: relative;
}
#subcategorias .item:nth-child(3) {
  margin-right: 0;
}
#subcategorias .item:nth-child(6) {
  margin-right: 0;
}
#subcategorias .item:nth-child(9) {
  margin-right: 0;
}
#subcategorias .item:nth-child(12) {
  margin-right: 0;
}
#subcategorias .item:nth-child(15) {
  margin-right: 0;
}
#subcategorias .item:nth-child(18) {
  margin-right: 0;
}
#subcategorias .item:nth-child(21) {
  margin-right: 0;
}