@charset 'utf-8';
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.menu-1 nav a:hover,
.menu-1 nav a:focus {
  outline: none;
}
.menu-1 a::before,
.menu-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.menu-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.menu-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-1 a:hover::before,
.menu-1 a:hover::after,
.menu-1 a:focus::before,
.menu-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.menu-2 nav a:hover,
.menu-2 nav a:focus {
  outline: none;
}
.menu-2 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.menu-2 a:hover::after,
.menu-2 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*MENU 3 EX: <a href="#"><span data-hover="Palavra Menu">Palavra Menu</span></a> */
.menu-3 nav a:hover,
.menu-3 nav a:focus {
  outline: none;
}
.menu-3 a {
  overflow: hidden;
}
.menu-3 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-3 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-3 a:hover span,
.menu-3 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* MENU-4 EX: <a href="#" data-hover="Palavra Menu"><span>Palavra Menu</span></a> */
.menu-4 {
  position: relative;
  z-index: 1;
}
.menu-4 nav a:hover,
.menu-4 nav a:focus {
  outline: none;
}
.menu-4 a {
  overflow: hidden;
}
.menu-4 a span {
  display: block;
  padding: 10px 20px;
  background: #0f7c67;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-4 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f7c67;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}
.menu-4 a:hover span,
.menu-4 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.menu-4 a:hover::before,
.menu-4 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
/* MENU-5 EX: <a href="#" data-hover="Palavra Menu"><span>Palavra Menu</span></a> */
/* o @color-hover é a cor da palavra no :hover */
/* o @color é a cor do sublinhado da palavra */
/*
 Galeria de Fotos expandida
 Autor: Afonso Alban
 ₢OWS
 
 Última revisão: 20/3/2014
 */
#galeria-overlay-container {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#galeria-overlay-container #galeria-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#galeria-overlay-branco {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  margin-top: -300px;
  margin-left: -460px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 920px;
  height: 600px;
  max-height: 90%;
}
#galeria-overlay-branco:before {
  content: 'Você pode usar as setas do teclado ← e → para navegar pelas imagens; ESC para fechar.';
  color: #ffffff;
  display: block;
  font-size: 11px;
  position: absolute;
  top: -22px;
  text-align: center;
  width: 100%;
}
#galeria-container {
  padding: 20px;
}
#galeria-container #galeria-info {
  border-bottom: 1px solid #16110e;
  color: #16110e;
  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: #16110e 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: #16110e 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: #16110e;
}
#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: #16110e 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: #16110e 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: #16110e;
  min-width: 100%;
  text-rendering: optimizelegibility;
}
body,
input,
textarea,
select,
button {
  font: normal 14px 'Open Sans', sans-serif;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0d0d0d;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  border: 0;
  cursor: pointer;
  display: block;
  float: right;
}
abbr {
  border-bottom: 1px dotted #ffffff;
  cursor: help;
}
::selection {
  background: #16110e;
  color: #ffffff;
}
::moz-selection {
  background: #16110e;
  color: #ffffff;
}
.container {
  margin: 0;
  min-width: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.animar {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.sombra-box {
  -webkit-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
}
.sombra-texto {
  text-shadow: 2px 2px 3px #000000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#ows {
  background: url(../images/ows.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 47px;
  height: 25px;
}
#ows:hover {
  background-position: -47px 0;
}
form .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form .item-form:before,
form .item-form:after {
  display: table;
  content: "";
}
form .item-form:after {
  clear: both;
}
form .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font: bold 10px/22px 'Open Sans', sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
form .alertaErro:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
form .validar-erro {
  border-color: #df0000 !important;
}
form .validar-sucesso {
  border-color: #d6d6d6 !important;
  color: #808080 !important;
}
#envies {
  display: none;
  left: 20%;
  top: 30%;
  margin-top: 4%;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 35px 2000px rgba(0, 0, 0, 0.75);
  float: left;
  position: fixed;
  z-index: 1000;
  text-align: center;
  width: 60%;
}
#envies img {
  margin-bottom: 10px;
}
#envies p {
  color: white;
  font-weight: bold;
  font-size: 30px;
}
form.padrao {
  *zoom: 1;
  margin: 20px auto;
}
form.padrao:before,
form.padrao:after {
  display: table;
  content: "";
}
form.padrao:after {
  clear: both;
}
form.padrao .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form.padrao .item-form:before,
form.padrao .item-form:after {
  display: table;
  content: "";
}
form.padrao .item-form:after {
  clear: both;
}
form.padrao label {
  clear: left;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 5px;
  text-align: right;
  width: 110px;
}
form.padrao label:after {
  content: ':';
}
form.padrao input,
form.padrao textarea,
form.padrao select {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  color: #16110e;
  float: left;
  font-weight: bold;
  height: 30px;
  padding: 5px;
  width: 350px;
}
form.padrao input:focus,
form.padrao textarea:focus,
form.padrao select:focus {
  background-color: #ffffff;
  border-color: #d6d6d6;
  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: #16110e;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  height: 26px;
  margin-right: 7px;
  padding: 3px 15px;
  position: relative;
  vertical-align: top;
}
form.padrao button:hover {
  background: #1f1814;
}
form.padrao button[type="reset"] {
  background-color: #636363;
}
form.padrao button[type="reset"]:hover {
  background: #6b6b6b;
}
form.padrao fieldset {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #16110e;
  margin-bottom: 20px;
  padding: 15px 0;
}
form.padrao fieldset .item-form:last-child {
  margin-bottom: 0;
}
form.padrao legend {
  color: #16110e;
  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(214, 214, 214, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #16110e;
  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: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  *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: #16110e;
  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 #d6d6d6;
}
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: #000000;
  padding: 3px;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  -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 #000000;
}
.ao-topo {
  background: #16110e 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: #16110e;
  color: #ffffff;
  content: 'Voltar ao topo';
  display: block;
  font-size: 10px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 45px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  width: 0;
}
.ao-topo:hover:before {
  padding: 0 3px;
  width: 90px;
}
#sprite .seta {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: block;
  width: 6px;
  height: 3px;
}
#sprite .seta-menu {
  background: url(../images/sprite.png) no-repeat -17px 0px;
  display: block;
  width: 12px;
  height: 24px;
}
#sprite .fb {
  background: url(../images/sprite.png) no-repeat -36px 0px;
  display: inline-block;
  width: 28px;
  height: 28px;
}
#sprite .wht {
  background: url(../images/sprite.png) no-repeat -67px 0px;
  display: inline-block;
  width: 27px;
  height: 27px;
}
#sprite .ins {
  background: url(../images/sprite.png) no-repeat -98px 0px;
  display: inline-block;
  width: 27px;
  height: 27px;
}
#sprite .close {
  background: url(../images/sprite.png) no-repeat -130px 0px;
  display: block;
  width: 40px;
  height: 40px;
}
.lojas {
  min-height: 100vh;
}
.item-loja {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  /* min-height: 33.33vh; */
  min-height: 50vh;
}
.item-loja a {
  display: block;
  /* height: 33.3vh; */
  height: 50vh;
}
.item-loja.concept {
  background: url(../images/concept.jpg) no-repeat top center;
}
.item-loja.woman {
  background: url(../images/woman.jpg) no-repeat top center;
}
.item-loja.man {
  background: url(../images/man.jpg) no-repeat top center;
}
.item-loja .logo {
  background: rgba(16, 16, 16, 0.5);
  bottom: 0;
  display: block;
  padding: 1em 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.item-loja .logo img {
  width: 30%;
}
header {
  /* background: url(../images/bgTop.png) repeat; */
  background-color: rgba(16, 16, 16)!important;
  padding: .5em 0;
  text-align: center;
}
header img {
  width: 17%;
}
header .principal {
  margin: 0 2%;
}
header .principal img {
  width: 35%;
}
nav {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.9);
  padding: 1em 1em 1em 0;
  position: absolute;
  z-index: 500;
}
nav.active {
  left: 0!important;
}
nav.active .abre-menu {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav.active .abre-menu::after {
  right: 1em;
}
nav .abre-menu {
  -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;
  position: absolute;
  top: 0;
  right: -3%;
  height: 100%;
  width: 3em;
}
nav .abre-menu::after {
  background: url(../images/sprite.png) no-repeat -17px 0px;
  display: block;
  width: 12px;
  height: 24px;
  content: '';
  margin-top: -12px;
  position: absolute;
  right: -0.2em;
  top: 50%;
}
nav li {
  padding: 0 2em;
}
nav li.cliente a {
  color: #b0b0b0;
}
nav li.cliente a::after {
  display: none;
}
nav li.preto a {
  color: #000000;
}
nav li.preto a::after {
  display: none;
}
nav a {
  color: #d91179;
  display: block;
  font-size: 1.2em;
  padding: .4em 0;
  position: relative;
  text-align: right;
}
nav a::after {
  content: '';
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: block;
  width: 6px;
  height: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
}
nav a:hover {
  color: #d91179;
}
nav li + li {
  border-top: 1px solid rgba(214, 214, 214, 0.7);
}
nav .fone {
  display: block;
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: .5em;
  text-align: center;
}
nav .fone small {
  color: #a3a3a3;
  font-size: .7em;
  font-weight: 300;
  margin-right: .2em;
}
nav .sociais {
  display: block;
  margin: 0 auto;
  text-align: center;
}
nav .sociais a {
  margin: 0 .3em;
}
nav .sociais a::after {
  display: none;
}
nav .sociais .fb {
  background: url(../images/sprite.png) no-repeat -36px 0px;
  display: inline-block;
  width: 28px;
  height: 28px;
}
nav .sociais .wht {
  background: url(../images/sprite.png) no-repeat -67px 0px;
  display: inline-block;
  width: 27px;
  height: 27px;
}
nav .sociais .ins {
  background: url(../images/sprite.png) no-repeat -98px 0px;
  display: inline-block;
  width: 27px;
  height: 27px;
}
#home {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../images/woman.jpg) no-repeat top center;
  min-height: 88vh;
}
.lista-produtos li {
  width: 49.5%;
}
.lista-produtos li a {
  display: block;
}
#contato {
  background: url(../images/bgCinza.jpg) no-repeat top center;
}
#espaco-cliente {
  background: url(../images/bgCinza.jpg) no-repeat top center;
}
#espaco-cliente .login,
#espaco-cliente .caixa-cliente,
#espaco-cliente .arquivos {
  margin-left: 13%;
  margin: 0 auto;
  padding-bottom: 10%;
  width: 75%;
}
#espaco-cliente .login .padrao,
#espaco-cliente .caixa-cliente .padrao,
#espaco-cliente .arquivos .padrao {
  width: 100%;
}
#espaco-cliente .login {
  padding-top: 5%;
}
#espaco-cliente .arquivos .imagens {
  *zoom: 1;
}
#espaco-cliente .arquivos .imagens:before,
#espaco-cliente .arquivos .imagens:after {
  display: table;
  content: "";
}
#espaco-cliente .arquivos .imagens:after {
  clear: both;
}
#espaco-cliente .arquivos .imagens li {
  display: block;
  float: left;
  width: 49%;
}
#espaco-cliente .arquivos .imagens li + li {
  margin-left: 1%;
}
#videos {
  background: url(../images/bgCinza.jpg) no-repeat top center;
}
#videos .lista-videos {
  *zoom: 1;
  float: right;
  text-align: center;
  width: 90%;
}
#videos .lista-videos:before,
#videos .lista-videos:after {
  display: table;
  content: "";
}
#videos .lista-videos:after {
  clear: both;
}
#videos .lista-videos li {
  display: block;
  float: left;
  margin: .5em;
  width: 40%;
}
#videos #video-container {
  background: rgba(22, 17, 14, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 500;
}
#videos .video {
  display: inline-block;
  margin-top: 5%;
}
#videos .video .fechar {
  background: url(../images/sprite.png) no-repeat -130px 0px;
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  margin-bottom: 1em;
}
#localizacao #mapa {
  width: 100%;
}
#grifes {
  background: url(../images/bgCinza.jpg) no-repeat top center;
}
#grifes .lista-grifes {
  *zoom: 1;
  float: right;
  width: 85%;
}
#grifes .lista-grifes:before,
#grifes .lista-grifes:after {
  display: table;
  content: "";
}
#grifes .lista-grifes:after {
  clear: both;
}
#grifes .lista-grifes li {
  display: block;
  float: left;
  margin: 1em;
}
#grifes .lista-grifes li span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
#grifes .lista-grifes li span img {
  display: inline;
  max-width: 70px;
  max-height: 70px;
}
.interno h1 {
  font-size: 2.5em;
  font-weight: 300;
  padding: .5em 0;
  text-align: center;
}
.interno h2 {
  border-bottom: 1px solid #16110e;
  font-size: 2.3em;
  font-weight: 300;
  margin-bottom: .5em;
}
.interno .padrao {
  margin: 0 auto;
  width: 75%;
}
.interno .padrao button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #16110e;
  font-size: 1.2em;
  margin: 0;
  padding: .5em 1.5em;
  height: auto;
}
.interno .padrao .legenda {
  color: #16110e;
  font-size: .8em;
}
.interno .padrao .item-form ::-webkit-input-placeholder {
  color: #16110e;
}
.interno .padrao .item-form :-moz-placeholder {
  color: #16110e;
}
.interno .padrao .item-form ::-moz-placeholder {
  color: #16110e;
}
.interno .padrao .item-form :-ms-input-placeholder {
  color: #16110e;
}
.interno .padrao input,
.interno .padrao select {
  height: 3em;
}
.interno .padrao input,
.interno .padrao select,
.interno .padrao textarea {
  background: #ffffff;
  border: 0;
  font-weight: 400;
  text-indent: 1em;
  width: 100%;
}
.interno .padrao .cidade {
  float: left;
  width: 65%;
}
.interno .padrao .estado {
  float: right;
  width: 30%;
}
.interno .padrao .mensagem {
  clear: both;
}
@media (min-width: 600px) {
  header img {
    width: 13%;
  }
  header .principal img {
    width: 20%;
  }
}
