@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: #fff;
  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: #fff;
  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 #7BC436;
  color: #7BC436;
  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: #7BC436 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: #7BC436 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: #7BC436;
}
#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: #7BC436 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: #7BC436 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: #000;
  min-width: 1100px;
  text-rendering: optimizelegibility;
}
body,
input,
textarea,
select,
button {
  font: normal 14px 'Open Sans', sans-serif;
}
a {
  color: #000;
  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 #000000;
  cursor: help;
}
::selection {
  background: #7BC436;
  color: #000000;
}
::moz-selection {
  background: #7BC436;
  color: #000000;
}
.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 #000;
}
.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: #fff;
  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: #828282 !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: #000;
  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: #fff;
  border-color: #828282;
  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: #7BC436;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  height: 26px;
  margin-right: 7px;
  padding: 3px 15px;
  position: relative;
  vertical-align: top;
}
form.padrao button:hover {
  background: #83ca3f;
}
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, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #7BC436;
  margin-bottom: 20px;
  padding: 15px 0;
}
form.padrao fieldset .item-form:last-child {
  margin-bottom: 0;
}
form.padrao legend {
  color: #7BC436;
  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(130, 130, 130, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #454344;
  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: #7BC436;
  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 #828282;
}
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: #497420;
  padding: 3px;
}
::-webkit-scrollbar-thumb {
  background: #629c2b;
  -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 #497420;
}
.ao-topo {
  background: #7BC436 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: #7BC436;
  color: #fff;
  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;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?1ede298553d68061903605c0416f84df");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?1ede298553d68061903605c0416f84df") format("woff"), url("../fonts/icons.ttf?1ede298553d68061903605c0416f84df") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-hexa:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-hexa:before {
  content: "\f101";
}
body {
  font-weight: 300;
}
strong {
  font-weight: 800;
}
form input,
form.padrao input,
form textarea,
form.padrao textarea {
  -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);
}
form input:focus,
form.padrao input:focus,
form textarea:focus,
form.padrao textarea:focus {
  box-shadow: inset 0 0 0 3px #7BC436 !important;
  outline: 0;
}
form ::-webkit-input-placeholder,
form.padrao ::-webkit-input-placeholder {
  color: #28282B;
}
form :-moz-placeholder,
form.padrao :-moz-placeholder {
  color: #28282B;
}
form ::-moz-placeholder,
form.padrao ::-moz-placeholder {
  color: #28282B;
}
form :-ms-input-placeholder,
form.padrao :-ms-input-placeholder {
  color: #28282B;
}
#topo-container {
  background: #454344;
  min-height: 220px;
}
#topo-container .header-container {
  background-color: rgba(210, 210, 210, 0.84);
  background-image: -moz-linear-gradient(top, #D2D2D2, rgba(210, 210, 210, 0.6));
  background-image: -ms-linear-gradient(top, #D2D2D2, rgba(210, 210, 210, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D2D2D2), to(rgba(210, 210, 210, 0.6)));
  background-image: -webkit-linear-gradient(top, #D2D2D2, rgba(210, 210, 210, 0.6));
  background-image: -o-linear-gradient(top, #D2D2D2, rgba(210, 210, 210, 0.6));
  background-image: linear-gradient(top, #D2D2D2, rgba(210, 210, 210, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='rgba(210, 210, 210, 0.6)', GradientType=0);
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#topo-container header {
  height: 120px;
}
#topo-container .logo-esquerda {
  position: absolute;
  top: 30px;
  left: 80px;
}
#topo-container .logo-direita {
  position: absolute;
  top: 30px;
  right: 80px;
}
#topo-container .botao-entulho {
  box-sizing: border-box;
  color: #7BC436;
  font-size: 25px;
  line-height: 1em;
  padding: 53px 0;
  position: absolute;
  top: 2px;
  left: calc(50% - 80px);
  text-align: center;
  width: 160px;
  height: 160px;
  z-index: 0;
}
#topo-container .botao-entulho:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#topo-container .botao-entulho:before {
  content: "\f101";
}
#topo-container .botao-entulho::before {
  display: block;
  font-size: 160px;
  line-height: 1em;
  z-index: -1;
}
#topo-container .botao-entulho::before {
  color: #28282B;
  position: absolute;
  top: 0;
  left: 0;
}
#topo-container .botao-entulho strong {
  font-size: 30px;
}
#topo-container .imagem-capa {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 560px;
}
#nav-container {
  background: rgba(40, 40, 43, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
}
#nav-container nav {
  height: 52px;
}
#nav-container .global {
  float: left;
  padding: 18px 0;
}
#nav-container .global li {
  display: inline-block;
  padding: 0 25px;
}
#nav-container .global li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#nav-container .global 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);
  color: #7BC436;
  display: block;
  font-style: italic;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
}
#nav-container .global a:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
#nav-container .telefone {
  color: #7BC436;
  float: right;
  font-weight: 800;
  font-size: 23px;
  line-height: 40px;
  margin: 6px 0;
}
#nav-container .telefone small {
  font-size: 18px;
  font-weight: 300;
}
#nav-container .telefone::before {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 39px;
  height: 40px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
#conteudo-container {
  overflow: hidden;
}
#conteudo-container .icone:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#conteudo-container .icone:before {
  content: "\f101";
}
#conteudo-container .icone::before {
  margin-right: 10px;
}
#conteudo-container h1,
#conteudo-container h2,
#conteudo-container h3 {
  font-weight: 800;
  margin-bottom: 15px;
}
#conteudo-container .amarelo {
  color: #28282B;
}
#conteudo-container .cinza {
  color: #fff;
}
#conteudo-container .interna header {
  float: left;
  width: 280px;
}
#conteudo-container .interna main {
  box-sizing: border-box;
  float: left;
  padding: 30px 0 70px 50px;
  width: 820px;
  min-height: 500px;
}
#conteudo-container .texto p {
  font-size: 15px;
  line-height: 1.3em;
}
#conteudo-container .texto p + p {
  margin-top: 8px;
}
#conteudo-container .texto h1,
#conteudo-container .texto h2,
#conteudo-container .texto h3 {
  margin: 20px 0 5px -15px;
}
#conteudo-container .texto h1 {
  font-size: 22px;
}
#conteudo-container .texto h2 {
  font-size: 18px;
}
#conteudo-container .texto h3 {
  font-size: 16px;
}
#rodape-container {
  background: url(../images/bgRodape.jpg) center top;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}
#rodape-container::before {
  background: url(../images/sombra.png) no-repeat center;
  width: 100%;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#rodape-container footer {
  height: 300px;
}
#rodape-container .coluna {
  box-sizing: border-box;
  float: left;
  height: 175px;
  padding: 10px 40px;
}
#rodape-container .coluna + .coluna {
  border-left: 1px solid #828282;
}
#rodape-container .logos {
  padding-left: 0;
  width: 310px;
}
#rodape-container .logos img {
  display: block;
  height: 50px;
  margin: 20px 0;
}
#rodape-container .endereco {
  width: 345px;
}
#rodape-container .endereco .atendimento {
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 10px;
}
#rodape-container .endereco .atendimento::before {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 39px;
  height: 40px;
  content: '';
  display: block;
  float: left;
  margin-right: 10px;
}
#rodape-container .endereco .atendimento small {
  font-size: 13px;
}
#rodape-container .endereco .atendimento strong {
  font-weight: 800;
  font-size: 22px;
  margin: 3px;
}
#rodape-container .endereco address {
  font-size: 13px;
  margin-top: 30px;
}
#rodape-container .menu {
  width: 185px;
}
#rodape-container .menu a {
  font-size: 15px;
  white-space: nowrap;
}
#rodape-container .menu li + li {
  margin-top: 8px;
}
#rodape-container .newsletter {
  padding-right: 0;
  width: 260px;
}
#rodape-container .newsletter .titulo {
  font-style: italic;
  font-size: 23px;
  margin-bottom: 10px;
}
#rodape-container .newsletter form input,
#rodape-container .newsletter form button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#rodape-container .newsletter form input {
  -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: #fff;
  border: 0;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0;
  text-indent: 10px;
  width: 100%;
  height: 32px;
}
#rodape-container .newsletter form button {
  background: #28282B;
  color: #fff;
  float: right;
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 120px;
  height: 22px;
}
#rodape-container .links-rodape {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#rodape-container .links-rodape li {
  display: inline-block;
}
#rodape-container .links-rodape li + li {
  margin-left: 35px;
}
#rodape-container .links-rodape a {
  font-size: 14px;
  text-transform: uppercase;
}
#rodape-container #ows {
  bottom: 0;
}
#home,
#servicos {
  background: url(../images/bgDuplo.png) no-repeat center top;
  background-size: cover;
  padding: 30px 0;
}
#home .coluna,
#servicos .coluna {
  float: left;
  width: 50%;
}
#home h2,
#servicos h2 {
  font-size: 28px;
  font-weight: 800;
  margin-left: 40px;
}
#home .cinza h2,
#servicos .cinza h2 {
  color: #7BC436;
}
.lista-hexa {
  *zoom: 1;
}
.lista-hexa:before,
.lista-hexa:after {
  display: table;
  content: "";
}
.lista-hexa:after {
  clear: both;
}
.lista-hexa li {
  float: left;
  margin: 10px 17px;
}
.item-hexa {
  display: block;
  position: relative;
  width: 240px;
  height: 284px;
  z-index: 0;
}
.item-hexa:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.item-hexa:before {
  content: "\f101";
}
.item-hexa::before {
  display: block;
  font-size: 284px;
  line-height: 1em;
  z-index: -1;
}
.item-hexa::before {
  color: #ECECEC;
  display: block;
  position: absolute;
  top: 0;
  left: -22px;
}
.item-hexa .imagem {
  position: absolute;
  top: 10px;
  left: 7px;
}
.item-hexa .titulo {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -282px;
  width: 205px;
  height: 122px;
  position: absolute;
  top: 9px;
  left: 17px;
  z-index: 2;
}
.item-hexa .titulo span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  font-size: 18px;
  font-style: italic;
  line-height: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}
.item-hexa .texto {
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  position: absolute;
  top: 305px;
  left: 30px;
  width: 185px;
}
.item-hexa.amarelo .titulo {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -40px;
  width: 205px;
  height: 121px;
}
.item-hexa.amarelo::before {
  color: #7BC436;
}
.item-hexa.amarelo.grande {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -1518px;
  width: 240px;
  height: 557px;
}
.item-hexa.amarelo.grande::before {
  display: none;
}
.item-hexa.cinza .titulo {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -161px;
  width: 205px;
  height: 121px;
}
.item-hexa.cinza::before {
  color: #28282B;
}
.item-hexa.cinza.grande {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -961px;
  width: 240px;
  height: 557px;
}
.item-hexa.cinza.grande::before {
  display: none;
}
.box-titulo {
  height: 100%;
}
.box-titulo h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1em;
  margin-top: 90px;
  margin-left: 50px;
  padding-left: 35px;
  position: relative;
  z-index: 5;
}
.box-titulo h1 small {
  display: block;
  font-weight: 300;
}
.box-titulo h1::before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.box-titulo::before {
  background-repeat: no-repeat;
  background-position: top right;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 820px;
  width: 678px;
  height: 100%;
}
#empresa .box-titulo::before {
  background-image: url(../images/bgEmpresa.jpg);
}
#meio-ambiente .box-titulo::before {
  background-image: url(../images/bgMeioambiente.jpg);
}
#equipamentos .box-titulo::before {
  background-image: url(../images/bgEquipamentos.jpg);
  background-size: cover;
}
#equipamentos header {
  width: 320px !important;
}
#equipamentos header::before {
  right: 780px !important;
}
#equipamentos main {
  padding: 20px 0 70px !important;
  width: 780px !important;
}
#equipamentos .lista-hexa li {
  margin-right: 0;
  margin-left: 20px;
}
#clientes .box-titulo::before {
  background-image: url(../images/bgClientes.jpg);
  background-size: cover;
}
#clientes main {
  padding: 35px !important;
}
.lista-clientes li {
  float: left;
  margin-bottom: 20px;
}
.lista-clientes li:nth-child(2n) {
  margin-left: 20px;
}
.lista-clientes a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 365px;
  height: 150px;
}
.lista-clientes a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.lista-clientes img {
  transition: filter 500ms ease;
  -webkit-transition: -webkit-filter 500ms ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#contato .box-titulo::before {
  background-image: url(../images/bgContato.jpg);
}
#contato main {
  padding-left: 80px !important;
}
#contato form {
  margin-left: 0;
  width: 600px;
}
#contato form input,
#contato form textarea {
  -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: #D6D6D6;
  border-radius: 8px;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  width: 100%;
}
#contato form input:hover,
#contato form textarea:hover {
  background-color: #e3e3e3;
}
#contato form input {
  height: 47px;
}
#contato form textarea {
  height: 113px;
}
#contato form .cidade {
  float: left;
  margin-right: 10px;
  width: 440px;
}
#contato form .estado {
  float: left;
  width: 150px;
}
#contato form .estado + * {
  clear: left;
}
#contato form .legenda {
  margin-top: 10px;
}
#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);
  background: #001537;
  border-radius: 8px;
  font-size: 16px;
  margin: 0;
  text-shadow: none;
  width: 187px;
  height: 43px;
}
#contato form button:hover {
  background-color: #00286a;
}
/*PAULO 23/07/2015*/
#contato form input,
#contato form textarea {
  width: 98%;
}
#contato form .estado {
  width: 140px;
}
#contato form button {
  margin-right: 10px;
}
.lista-hexa li {
  margin: 10px 15px;
}
#home .cinza h2,
#servicos .cinza h2 {
  color: #7BC436;
}
/*ANDRIUS 27/07/2015*/
#cartilha-botao {
  background: url("../images/cartilha_site.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 235px;
  position: absolute;
  right: 115px;
  top: 140px;
  width: 290px;
}
/* EDUARDO 11/11/2015 */
#nav-container .global li {
  padding: 0 10px;
}
/*PAULO 17/11/2015*/
#home .coluna, #servicos .coluna{
    width: 100%;
}
/* EDUARDO 03/06/2016 */
header .telefone {
  color: #28282B;
  float: right;
  font-weight: 800;
  font-size: 23px;
  line-height: 40px;
  margin: 40px 0 0 0;
}
header .telefone small {
  font-size: 18px;
  font-weight: 300;
}
header .telefone::before {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 39px;
  height: 40px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
#rodape-container{
  font-weight: 400;
}
#rodape-container address{
  font-size: 14px;
}
#rodape-container .newsletter form input{
  height: 33px;
  background: rgba(255,255,255, .5);
  margin-bottom: 0;
  border-radius: 0;
  -webkit-webkit-border-radius: 0;
  -moz-webkit-border-radius: 0;
  -ms-webkit-border-radius: 0;
  -o-webkit-border-radius: 0;
  webkit-border-radius: 0;
}
#rodape-container form.padrao .item-form{
  margin-bottom: 2px;
}
#rodape-container form.padrao{
  margin-top: 5px;
}
#rodape-container form.padrao button{
  line-height: 25px;
  padding: 0;
  margin-top: 10px;
   border-radius: 0;
  -webkit-webkit-border-radius: 0;
  -moz-webkit-border-radius: 0;
  -ms-webkit-border-radius: 0;
  -o-webkit-border-radius: 0;
  webkit-border-radius: 0;
  height: 25px;
  width: 120px;
}
#home, #servicos{
  background: url(../images/bg2.jpg) repeat;
}
.item-hexa.amarelo::before{
  display: none;
}
.item-hexa .imagem{
  left: 0;
  position: absolute;
  top: 0;
  max-height: none;
  max-width: none;
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.lista-hexa li{
  margin: 10px 23px;
  // overflow: hidden;
  position: relative;
  height: 300px;
  width: 300px;
}
.lista-hexa li a{
  border: 3px solid rgba(255,255,255, .8);
  -webkit-border-radius: 300px 300px 300px 300px;
  border-radius: 300px 300px 300px 300px;
  overflow: hidden;
  height: 300px;
  width: 300px;
}
.lista-hexa li:hover .imagem{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.item-hexa.amarelo .titulo{
  font-weight: 700;
  left: 50%;
  top: -25px;
  -moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
#home h2, #servicos h2{
  color: #fff;
}
#servicos .item-hexa{
  // background: #487520;
  background: rgba(72,117,32,.8);
  overflow: hidden;
  // -webkit-border-radius: 300px 300px 50px 50px;
  // border-radius: 300px 300px 50px 50px;
  width: 300px;
}
#servicos .item-hexa .quadro-img span{
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 300px;
}
#servicos .item-hexa .quadro-img{
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
#servicos .item-hexa .texto{
  top: 335px;
  width: 260px;
}
#servicos .item-hexa.amarelo .titulo{
  margin-top: -35px;
  top: 100px;
}
#servicos .item-hexa{
  height: 420px;
  width: 230px;
}
#servicos .box-titulo::before {
    background-image: url(../images/bgServicos.png);
    width: 690px;
}
#servicos{
  padding-top: 0;
  padding-bottom: 0;
}
#servicos.interna main{
  padding-left: 0;
}
#servicos .item-hexa .quadro-img span{
  height: 230px;
}
#servicos .item-hexa .texto{
  top: 250px;
  width: 185px;
}
.lista-hexa li{
  margin: 0;
}
.lista-hexa li + li{
  margin-left: 30px;
}
#contato.denuncia .box-titulo::before {
    background-image: url(../images/bgDenuncia.png);
}
#contato.trabalhe .box-titulo::before {
    background-image: url(../images/bgTrabalhe.png);
}
/*  EDUARDO 15/06/2016 */
.box-titulo h1{
  margin-left: -15px;
}
#servicos.interna main{
  padding-left: 60px;
}
#clientes .box-titulo::before{
  background: url(../images/bgParceiro.png) no-repeat top center;
  width: 720px;
}
#empresa.leis .box-titulo::before{
  background: url(../images/bgLeis.png) no-repeat top center;
  width: 720px;
}
