@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;
}
/*
 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 #1d496c;
  color: #1d496c;
  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: #1d496c 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: #1d496c 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: #1d496c;
}
#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: #1d496c 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: #1d496c url(../images/sprite-galeria.png) -32px -124px;
  display: block;
  margin-left: -16px;
  top: auto;
  bottom: 6px;
  left: 50%;
  width: 32px;
  height: 21px;
}
/* ELEMENTOS */
body {
  color: #000000;
  min-width: 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: #1d496c;
  color: #ffffff;
}
::moz-selection {
  background: #1d496c;
  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;
}
.centraliza-titulo {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  left: 50%;
  position: relative;
}
.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: #2f2f2f !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: #000000;
  float: left;
  font-weight: bold;
  height: 30px;
  padding: 5px;
  width: 350px;
}
form.padrao input:focus,
form.padrao textarea:focus,
form.padrao select:focus {
  background-color: #ffffff;
  border-color: #2f2f2f;
  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: #1d496c;
  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: #205178;
}
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 #1d496c;
  margin-bottom: 20px;
  padding: 15px 0;
}
form.padrao fieldset .item-form:last-child {
  margin-bottom: 0;
}
form.padrao legend {
  color: #1d496c;
  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(47, 47, 47, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #1d496c;
  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: #1d496c;
  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 #2f2f2f;
}
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: #07131c;
  padding: 3px;
}
::-webkit-scrollbar-thumb {
  background: #122e44;
  -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 #07131c;
}
.ao-topo {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1d496c url(../images/to-top-branco.png) no-repeat center;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  z-index: 1000;
}
#sprite .fb {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 58px;
  height: 58px;
}
#sprite .telefone {
  background: url(../images/sprite.png) no-repeat -67px 0px;
  display: block;
  width: 46px;
  height: 46px;
}
#sprite .email {
  background: url(../images/sprite.png) no-repeat -126px 0px;
  display: block;
  width: 34px;
  height: 34px;
}
#sprite .mensagem {
  background: url(../images/sprite.png) no-repeat -166px 0px;
  display: block;
  width: 30px;
  height: 30px;
}
#sprite .user {
  background: url(../images/sprite.png) no-repeat -198px 0px;
  display: block;
  width: 34px;
  height: 34px;
}
#sprite .tel {
  background: url(../images/sprite.png) no-repeat -235px 0px;
  display: block;
  width: 30px;
  height: 30px;
}
#sprite .empresa {
  background: url(../images/sprite.png) no-repeat -348px 0px;
  display: block;
  width: 34px;
  height: 34px;
}
#sprite .close {
  background: url(../images/sprite.png) no-repeat -271px 0px;
  display: block;
  width: 64px;
  height: 64px;
}
#sprite .anexo {
  background: url(../images/sprite.png) no-repeat -129px -33px;
  display: block;
  width: 32px;
  height: 32px;
}
@font-face {
  font-family: Lovelo;
  src: url(../fonte/lovelo.otf);
}
body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../images/bg.jpg) no-repeat top center;
  min-height: 100vh;
  width: 100%;
}
section {
  margin: 0;
  min-width: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
h1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../images/bgTit.png) no-repeat top center;
  color: #ffffff;
  font-family: Lovelo;
  font-size: 3.5em;
  line-height: 7.5em;
  margin: 0 auto;
  text-indent: 120px;
  text-align: center;
  height: 8.5em;
  width: 90%;
}
.logo {
  margin: 25px 0 0 25px;
}
.tel {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.tel small {
  font-weight: normal;
  font-size: 17px;
  margin-right: 5px;
}
.tel::before {
  content: '';
  background: url(../images/sprite.png) no-repeat -67px 0px;
  display: block;
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -15px;
}
.sociais {
  display: block;
  margin: 0 auto;
  margin-top: -15%;
  margin-bottom: 10%;
  text-align: center;
}
.sociais a {
  display: inline-block;
}
.sociais a.contato {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #2f2f2f;
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  margin-top: 10px;
  vertical-align: top;
  height: 45px;
  width: 200px;
}
.sociais a.fb {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 58px;
  height: 58px;
}
.sociais a + a {
  margin-left: 100px;
}
#contato-container {
  -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;
  background: rgba(0, 0, 0, 0.8);
  top: -120%;
  left: -120%;
  height: 100%;
  width: 100%;
  z-index: 200;
}
#contato-container.visivel {
  left: 0;
  top: 0;
}
#contato-container .close {
  background: url(../images/sprite.png) no-repeat -271px 0px;
  display: block;
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
#contato-container .padrao {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto;
  position: relative;
  top: 50%;
  width: 520px;
}
#contato-container .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);
  text-shadow: none;
  background: #bfbebe;
  border-bottom: 3px solid #737171;
  color: #2f2f2f;
  font-size: 17px;
  padding: 0;
  position: relative;
  top: 0;
  height: 40px;
  width: 150px;
}
#contato-container .padrao button:hover {
  top: 3px;
}
#contato-container .padrao button[type="submit"] {
  margin-right: 20px;
}
#contato-container input,
#contato-container textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
  padding-left: 45px;
  width: 500px;
}
#contato-container #Anexo {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: relative;
  z-index: 100;
}
#contato-container .trick {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 0;
  color: rgba(47, 47, 47, 0.6);
  display: block;
  font-weight: 400;
  line-height: 40px;
  text-indent: 45px;
  height: 40px;
  width: 500px;
}
#contato-container input {
  height: 40px;
}
#contato-container h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
#contato-container .item-form {
  position: relative;
}
#contato-container .item-form::before {
  position: absolute;
  left: 5px;
  top: 3px;
}
#contato-container .item-form.email::before {
  content: '';
  background: url(../images/sprite.png) no-repeat -126px 0px;
  display: block;
  width: 34px;
  height: 34px;
}
#contato-container .item-form.fone::before {
  background: url(../images/sprite.png) no-repeat -235px 0px;
  display: block;
  width: 30px;
  height: 30px;
}
#contato-container .item-form.user::before {
  background: url(../images/sprite.png) no-repeat -198px 0px;
  display: block;
  width: 34px;
  height: 34px;
}
#contato-container .item-form.mensagem::before {
  background: url(../images/sprite.png) no-repeat -166px 0px;
  display: block;
  width: 30px;
  height: 30px;
}
#contato-container .item-form.empresa::before {
  background: url(../images/sprite.png) no-repeat -348px 0px;
  display: block;
  width: 34px;
  height: 34px;
}
#contato-container .item-form.anexo #Anexo {
  position: absolute;
}
#contato-container .item-form.anexo::before {
  background: url(../images/sprite.png) no-repeat -129px -33px;
  display: block;
  width: 32px;
  height: 32px;
}
.acesso-help {
  margin: 0 auto;
  width: 50%;
  /*margin-top: 20%;*/
}
.acesso-help h2 {
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: .5em;
}
@font-face {
  font-family: Lovelo;
  src: url(../fonte/lovelo.otf);
}
.acesso-help .padrao {
  margin: 0;
  width: 100%;
}
.acesso-help .padrao button {
  background: #000000;
  float: none;
  margin: 0 auto;
  width: 100%;
}
.acesso-help .padrao .item-form ::-webkit-input-placeholder {
  color: #000000;
}
.acesso-help .padrao .item-form :-moz-placeholder {
  color: #000000;
}
.acesso-help .padrao .item-form ::-moz-placeholder {
  color: #000000;
}
.acesso-help .padrao .item-form :-ms-input-placeholder {
  color: #000000;
}
.acesso-help .padrao input {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  width: 100%;
}
footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer ul {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-align: center;
}
footer ul li {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding: .5em;
  text-decoration: underline;
}
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 800px) {
  h1 {
    font-size: 3.5em;
    margin: 0 auto;
    margin-left: -5%;
    text-align: center;
    text-indent: 8%;
    width: 105%;
  }
}
@media (max-width: 600px) {
  h1 {
    background: rgba(0, 0, 0, 0.2);
    font-size: 2em;
    line-height: 2em;
    margin-top: 15%;
    margin-bottom: 15%;
    height: 2em;
  }
  .logo {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
    margin: 0;
    margin-top: 20%;
    width: 30%;
  }
  .tel {
    color: #ffffff;
    font-size: 1.2em;
    right: 1%;
    top: 1%;
  }
  .tel small {
    font-size: .8em;
  }
  .tel::before {
    display: none;
  }
  .sociais {
    margin-top: -5%;
  }
  .sociais a + a {
    margin-left: 5%;
  }
  .acesso-help h2 {
    font-size: 1em;
  }
  #contato-container .padrao {
    width: 90%;
  }
  #contato-container .padrao button {
    width: 40%;
  }
  #contato-container .padrao h2 {
    font-size: 1.1em;
  }
  #contato-container .padrao .item-form {
    width: 100%;
  }
  #contato-container .padrao input,
  #contato-container .padrao textarea {
    width: 96%;
  }
  #contato-container .close {
    background: transparent;
    right: 2.5%;
    top: 2.5%;
  }
  #contato-container .close::before {
    color: #ffffff;
    content: 'Fechar';
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (min-width: 800px) {
  .sociais {
    margin-top: -8%;
  }
  .acesso-help {
    /*width: 30%;*/
  }
}
@media (min-width: 1000px) {
  .acesso-help {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .sociais {
    margin-top: 0;
  }
  .acesso-help {
    width: 20%;
  }
}
@media (max-width: 1400px) {
  .sociais {
    margin-bottom: 3%;
  }
}
.texto{
  background: rgba(0,0,0, .3);
  display: inline-block;
  margin: 0 auto;
  margin-top: -7%;
  padding: 20px;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.texto p{
  color: #fff;
}
.texto span {
  display: block;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}