@import url('https://fonts.googleapis.com/css?family=Allura&subset=latin,latin-ext');
@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;
  -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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@charset 'utf-8';
/*
font-family: 'Allura', cursive;
font-family: 'Norican', cursive;
font-family: 'Kaushan Script', cursive;

family=Allura|Norican|Kaushan
*/
/* ELEMENTOS */
body {
  min-width: 1000px;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  font-family: 'Allura', 'Comic Sans MS', cursive;
}
a {
  color: #fef1cd;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ffffff;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  border: 0;
  cursor: pointer;
  display: block;
  float: right;
}
.container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.redondo-especial {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.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;
}
.botao {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #8e5b2b;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  margin-left: 10px;
  padding: 0 15px;
}
a.botao {
  display: block;
  float: right;
  line-height: 25px;
}
form.padrao {
  margin: auto;
}
form.padrao label,
form.padrao input,
form.padrao textarea {
  margin-bottom: 10px;
}
form.padrao label {
  clear: left;
  display: block;
  float: left;
  line-height: 24px;
  margin-right: 5px;
  text-align: right;
  width: 130px;
}
form.padrao input,
form.padrao textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #8e5b2b;
  float: left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  padding: 2px;
  width: 410px;
}
form.padrao input {
  line-height: 20px;
}
form.padrao textarea {
  height: 120px;
  resize: none;
}
form.padrao p.legenda {
  clear: left;
  float: left;
  font-size: 11px !important;
  margin-left: 135px;
}
form.padrao button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #8e5b2b;
  padding: 0 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  margin-left: 10px;
}
.bgEscuro {
  background: url(../images/bgMarrom.png) repeat-x bottom;
  height: 35px;
}
.bgMedio {
  background: url(../images/bgMarrom.png) repeat-x top;
  height: 35px;
}
.barra-titulo {
  background: url(../images/bgMarrom.png) repeat-x bottom;
  height: 35px;
  -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);
  text-shadow: 2px 2px 3px #000000;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.detalhe:before {
  background: url(../images/sprite.png) no-repeat 0 0;
  content: '';
  display: block;
  margin: 15px auto 5px;
  width: 130px;
  height: 22px;
}
.detalhe:after {
  background: url(../images/sprite.png) no-repeat 0 -24px;
  content: '';
  display: block;
  margin: 5px auto 15px;
  width: 130px;
  height: 22px;
}
body {
  background: #2c1b13 url(../images/bg.jpg) repeat-x fixed center top;
  font: normal 14px Arial, Helvetica, Verdana, sans-serif;
}
#topo {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 110px;
  position: relative;
  z-index: 10;
}
#topo h1 {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
#topo h1 img {
  width: 272px;
}
#topo .data {
  background: url(../images/bgMarrom.png) repeat-x top;
  height: 35px;
  -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);
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  color: #fef1cd;
  font-size: 12px;
  line-height: 35px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
}
#topo .telefone {
  position: absolute;
  right: 0;
  bottom: 13px;
}
#navbar {
  *zoom: 1;
  background: url(../images/sombraMenu.png) no-repeat center;
  padding: 7px;
  position: absolute;
  bottom: 10px;
  left: 285px;
  width: 550px;
  height: 20px;
}
#navbar:before,
#navbar:after {
  display: table;
  content: "";
}
#navbar:after {
  clear: both;
}
#navbar li {
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
#navbar li ul {
  display: none;
}
#navbar li:hover ul {
  display: block;
}
#navbar a {
  text-shadow: 2px 2px 3px #000000;
  display: block;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}
#lista-categorias {
  border-radius: 0 15px 15px 15px;
  background: rgba(44, 27, 19, 0.7);
  overflow: hidden;
  padding: 45px 0 15px;
  position: absolute;
  top: -10px;
  left: -15px;
  width: 175px;
  z-index: 2;
}
#lista-categorias li {
  float: none;
  margin-right: 0;
}
#lista-categorias li:hover {
  background: #2c1b13;
}
#lista-categorias li a {
  display: block;
  padding: 10px 15px;
}
#lista-categorias li + li {
  border-top: 1px solid rgba(142, 91, 43, 0.5);
}
#slider-container {
  background: url(../images/bgSlider.png) no-repeat center;
  margin: -20px auto;
  padding: 40px;
  width: 982px;
  height: 374px;
  margin-left: -31px;
}
#slider {
  width: inherit;
  height: inherit;
}
#slider .nivo-controlNav {
  display: block;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
#slider .nivo-control {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #2c1b13;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
#slider .nivo-control.active {
  background: #8e5b2b;
}
#conteudo {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#conteudo h1 {
  background: url(../images/bgMarrom.png) repeat-x bottom;
  height: 35px;
  -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);
  text-shadow: 2px 2px 3px #000000;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  color: #fef1cd;
  font-size: 55px;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}
#conteudo .quadro-branco {
  -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);
  *zoom: 1;
  background: #ffffff;
  border: 5px solid #8e5b2b;
}
#conteudo .quadro-branco:before,
#conteudo .quadro-branco:after {
  display: table;
  content: "";
}
#conteudo .quadro-branco:after {
  clear: both;
}
#conteudo .imagem {
  float: left;
  width: 290px;
  height: 370px;
}
#conteudo .texto {
  float: right;
  margin: 50px 30px;
  line-height: 1.7em;
  text-align: justify;
  width: 640px;
}
#conteudo .texto p + p {
  margin-top: 20px;
}
#navegacao{
float: right;
clear: both;
margin-bottom: 10px;
}
#navegacao a {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #ffffff;
  color: #8e5b2b;
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
  padding: 4px 7px;
  cursor: pointer;
}
#destaques {
  *zoom: 1;
  width: 110%;
}
#destaques:before,
#destaques:after {
  display: table;
  content: "";
}
#destaques:after {
  clear: both;
}
#destaques > div {
  background: url(../images/bgDestaque.png) no-repeat center top;
  float: left;
  margin-left: -12px;
  padding: 20px 30px;
  text-align: center;
  width: 290px;
  height: 203px;
}
#destaques h2 {
  font-size: 36px;
  margin: 15px 0 10px;
}
#destaques p {
  margin-bottom: 10px;
}
#indique form,
#newsletter form {
  margin: auto;
  width: 266px;
}
#indique label,
#newsletter label,
#indique input,
#newsletter input {
  margin-bottom: 5px;
}
#indique label,
#newsletter label {
  font-size: 11px;
  width: 95px;
}
#indique input,
#newsletter input {
  width: 160px;
}
#rodape-container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  width: 100%;
  background: #2c1b13;
  padding: 35px 0 15px;
  z-index: 2;
}
#rodape {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  font-size: 12px;
}
#rodape .logo {
  position: absolute;
  top: 10px;
}
#rodape .texto {
  margin-left: 250px;
}
#rodape ul {
  overflow: auto;
}
#rodape li {
  float: left;
  margin-right: 30px;
}
#rodape address {
  clear: left;
  color: #ffffff;
  margin: 15px 0;
}
#ows {
  background: url(../images/ows.png) no-repeat left;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 47px;
  height: 25px;
}
#ows:hover {
  background-position: right;
}
ul.lista-produtos,
div.lista-produtos {
  *zoom: 1;
  margin-top: -20px;
  margin-bottom: 20px;
  width: 1100px;
}
ul.lista-produtos:before,
div.lista-produtos:before,
ul.lista-produtos:after,
div.lista-produtos:after {
  display: table;
  content: "";
}
ul.lista-produtos:after,
div.lista-produtos:after {
  clear: both;
}
.item-produto {
  background: url(../images/bgDestaque.png) no-repeat center top;
  display: block;
  float: left;
  margin-left: -12px;
  padding: 20px 20px 0;
  width: 310px;
}
.item-produto .imagem-p {
 display: table-cell;
 padding: 7px 5px;
 text-align: center;
 vertical-align: middle;
 width: 300px;
 height: 190px;
}
.item-produto img{
 max-width: 300px;
 max-height: 190px;
 
}.item-produto p {
  background: url(../images/bgMarrom.png) repeat-x bottom;
  height: 35px;
  -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);
  text-shadow: 2px 2px 3px #000000;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  font: normal 30px 'Allura', 'Comic Sans MS', cursive;
  line-height: 35px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
#produtos .item-produto {
  background: url(../images/bgProdutoInterno.png) no-repeat center top;
  display: block;
  overflow: hidden;
  padding: 27px 15px;
  position: relative;
  width: 235px;
  height: 260px;
}
#produtos .item-produto .imagem-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: inherit;
  height: 235px;
}
#produtos .item-produto img {
  margin: 0;
  max-width: 220px;
  max-height: 230px;
  width: auto;
  height: auto;
}
#produtos .item-produto p {
  margin-top: 10px;
}
#paginacao {
  float: left;
}
#paginacao a {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #2c1b13;
  color: #fef1cd;
  font-weight: bold;
  font-size: 11px;
  padding: 4px 7px;
}
#paginacao a.active {
  background: #8e5b2b;
}
#contato form {
  *zoom: 1;
  width: 450px;
}
#contato form:before,
#contato form:after {
  display: table;
  content: "";
}
#contato form:after {
  clear: both;
}
#contato label {
  font-size: 12px;
}
#contato input,
#contato textarea {
  width: 309px;
}
#normas .texto {
float: left;
}
#localizacao #mapa{
float: left;
width: 600px;
height: 450px;
}

#localizacao .texto{
width: 300px;
}

#localizacao #navegacao{
margin-top: -30px;
}
#produto-detalhe {
  *zoom: 1;
}
#produto-detalhe:before,
#produto-detalhe:after {
  display: table;
  content: "";
}
#produto-detalhe:after {
  clear: both;
}
#produto-detalhe .quadro-branco {
  padding: 20px;
}
#produto-detalhe #sidebar {
  float: left;
  padding-right: 20px;
  width: 180px;
}
#produto-detalhe #sidebar h2 {
  font-size: 34px;
}
#produto-detalhe #main {
  border-left: 1px solid #8e5b2b;
  float: right;
  padding-left: 20px;
  width: 725px;
}
#produto-detalhe #fotos {
  float: left;
}
#produto-detalhe #fotos #imgGde {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #8e5b2b;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  height: 300px;
}
#produto-detalhe #fotos ul {
  margin-top: 15px;
  width: 300px;
}
#produto-detalhe #fotos li {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
}
#produto-detalhe #imgGde img{
  height: 300px;
}
#produto-detalhe .texto {
  font-size: 12px;
  margin: 0 20px;
  width: 380px;
}
#produto-detalhe .preco {
  color: #8e5b2b;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#produto-detalhe .comprar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #8e5b2b;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  margin-left: 10px;
  padding: 0 15px;
  display: inline-block;
  font-size: 16px;
  height: auto;
  margin: 10px 0;
  padding: 7px 12px;
}
h1.limpo {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: #000000 !important;
  text-align: left !important;
}
#indique form{
  margin-top: -10px;
}
#indique input, #indique label{
  line-height: 16px;
  margin-bottom: 4px;
}
.item-servico {
  *zoom: 1;
  margin: auto;
  overflow: hidden;
  padding: 15px;
  width: 80%;
}
.item-servico:before,
.item-servico:after {
  display: table;
  content: "";
}
.item-servico:after {
  clear: both;
}
.item-servico img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #8e5b2b;
  float: left;
  margin-right: 10px;
  width: 200px;
  height: 110px;
}
.item-servico h2 {
  font-size: 40px;
}
.item-servico + .item-servico {
  border-top: 1px solid #ebebeb;
}
#produtos-categorias a, #produtos-categorias span {
  color: #8e5b2b;
  cursor: pointer;
  display: block;
  padding: 7px 12px;
}
#produtos-categorias a:hover, #produtos-categorias span:hover {
  background: #ebebeb;
  color: #67421f;
}
#produtos-categorias li + li {
  border-top: 1px solid #2c1b13;
}
#produtos-categorias ul {
  display: none;
  font-size: 12px;
  margin-left: 20px;
}
#produto-detalhe .limpo {
  float: left;
}
#produto-detalhe #foto-grande-container {
  clear: both;
  position: relative;
}
#produto-detalhe #foto-grande {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #8e5b2b;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 720px;
  height: 430px;
}
#produto-detalhe #foto-grande img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 720px;
  max-height: 430px;
}
#produto-detalhe .volta-foto {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: url(../images/sprite.png) no-repeat 0 -46px;
  content: '';
  display: block;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 33px;
  height: 89px;
}
#produto-detalhe .volta-foto:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#produto-detalhe .avanca-foto {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: url(../images/sprite.png) no-repeat -33px -46px;
  content: '';
  display: block;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 33px;
  height: 89px;
}
#produto-detalhe .avanca-foto:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#produto-detalhe .miniaturas {
  margin-top: 20px;
}
#produto-detalhe .miniaturas li {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #b8b8b8;
  float: left;
  margin: 0 5px 10px 5px;
  overflow: hidden;
  text-align: center;
  width: 60px;
  height: 60px;
}
#produto-detalhe .miniaturas li img {
  width: 60px;
  height: 60px;
}
#produto-detalhe .miniaturas li.active {
  border-color: #8e5b2b;
}
#produto-detalhe .comprar {
  float: right;
  margin: 0;
}
#localizacao #mapa-container {
  position: relative;
  width: 990px;
  height: 430px;
}
#localizacao #mapa {
  position: relative;
  width: 990px;
  height: 430px;
  z-index: 30;
}
#localizacao #info {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 430px;
  z-index: 50;
}
#localizacao #info address {
  color: #ffffff;
  line-height: 1.6em;
  margin: 25px;
}
#localizacao #navegacao {
  margin-top: -30px;
  position: relative;
  z-index: 60;
}

#empresa #navegacao{
  margin-top: -26px;
}
#empresa .imagem{
  width: 380px;
  height: 414px;
}
#empresa .texto{
  width: 549px;
}
