@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700,900);
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: 'Lato', sans-serif;
}
:focus {
  outline: 0;
}
body {
  background: #FFF;
  line-height: 1;
  overflow-x: hidden !important;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
caption {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.navbar {
  border: 0;
  border-radius: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}
html,
body {
  float: left;
  width: 100%;
  overflow-x: hidden;
  margin-top: 0px !important;
}
body,
input,
textarea {
  color: #FFF;
  font: 14px Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
body {
  float: left;
  width: 100%;
  font-family: 'Lato', sans-serif;
  background: #FFF;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code,
kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
input[type=text],
input[type=email],
input[type=password] {
  float: left;
  width: 100%;
  padding: 5px 11px;
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFF !important;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
textarea {
  float: left;
  width: 100%;
  padding: 5px 11px;
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 26px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
input[type=submit] {
  float: left;
  width: 220px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #221F1F;
  font-family: 'Lato', sans-serif;
}
input[type=submit],
input[type=reset] {
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
input[type=text]:focus,
textarea:focus {
  color: #404041;
}
input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='text']:-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='text']::-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='text']:-ms-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='email']::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='email']:-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='email']::-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
input[type='email']:-ms-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
textarea:-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  text-indent: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
iframe,
object,
embed {
  max-width: 100%;
}
img {
  float: left;
  max-width: 100%;
}
p {
  margin: 0 0 25px;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Lato', sans-serif;
}
p a {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  color: #393C3A;
}
p a:hover {
  color: #0080C5;
}
a {
  color: #FFF;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: #AAAA9A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-family: 'Lato', sans-serif;
}
h1 {
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 29px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}
h2 {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 25px;
  color: #FFF;
  margin: 0 0 5px;
}
h3 {
  float: left;
  width: 100%;
  font-size: 19px;
  line-height: 16px;
  color: #FFF;
  margin: 0 0 5px;
}
h4 {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 8px;
  margin: 0 0 7px;
}
h5 {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
  color: #000;
}
h6 {
  float: left;
  padding: 0 14px 0 0;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  background-color: inherit;
}
h6 span {
  font-weight: bold;
  line-height: inherit;
}
.form-group {
  float: left;
  margin: 0 0 15px;
}
.btn,
.btn-default,
.btn-white {
  border: 0;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.btn:focus {
  color: #000;
  background: #919396;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:active,
.btn.active {
  color: #FFF;
  background: #919396;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0;
  padding: 0 28px 0 13px;
  background: #FFF;
  font-size: 15px;
  line-height: 11px;
  padding: 10px 13px 9px 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-sidebar {
  padding: 5;
  font-size: 11px;
  line-height: 8px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
.btn-give {
  padding: 0 40px;
  font-size: 20px;
  line-height: 53px;
  font-weight: bold;
  text-transform: none;
  color: #000;
  border: 2px solid #E3EAA0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: transparent url('../images/bg/give.png') left top repeat;
}
.btn-info {
  float: none;
  width: auto;
  height: 40px;
  margin: 8px 0 0;
  padding: 8px 30px 0;
  text-transform: uppercase;
  color: #FFF !important;
  background: transparent !important;
  border: 1px solid #FFF !important;
  text-shadow: none;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #000 !important;
  background: #FFF !important;
  border: 1px solid #FFF;
}
.btn-contact {
  float: left;
  width: 160px;
  height: 30px;
  border: 1px solid #AAAA9B;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-contact:hover {
  background: #AAAA9B;
}
.label-warning {
  background: none;
  font-weight: 400;
  color: #0080C5;
  border: 0;
  font-size: 16px;
  padding-left: 0;
}
.label-success {
  background: none;
  font-weight: 400;
  color: #0080C5;
  border: 0;
  font-size: 16px;
  padding-left: 0;
}
div.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
}
.container {
  overflow: visible;
}
.navbar-header {
  float: right;
  top: 10px;
  right: 20px;
  position: fixed;
  z-index: 8000;
}
.navbar-header .navbar-toggle {
  float: right;
  margin: 0 auto;
  border: none;
  display: block !important;
  padding: 10px 10px 0;
  border-radius: 0 !important;
}
.navbar-header .navbar-toggle .icon-bar {
  width: 35px;
  height: 5px;
  margin-top: 7px;
  border-color: #FFF;
  background: #FFF;
  border-radius: 0 !important;
}
.navbar-header .navbar-toggle:hover .icon-bar {
  border-color: #AAAA9B;
  background: #AAAA9B;
}
.navbar-header-scroll .navbar-toggle {
  width: 34px;
  height: 34px;
  margin: 10px 10px 0;
  background: transparent url('../images/icons/close.png') right top no-repeat;
}
.navbar-header-scroll .navbar-toggle .icon-bar {
  display: none;
}
.navbar-header-scroll .navbar-toggle:hover {
  background-position: right bottom;
}
.navbar-header.active .navbar-toggle {
  width: 34px;
  height: 34px;
  margin: 10px 10px 0;
  background: transparent url('../images/icons/close.png') right top no-repeat;
}
.navbar-header.active .navbar-toggle .icon-bar {
  display: none !important;
}
.navbar-header.active .navbar-toggle:hover {
  background-position: right bottom;
}
#logo {
  float: left;
  margin: 14px 0 0 31px;
  position: fixed;
  z-index: 80000;
  left: 0;
  top: 0;
}
#logo a {
  float: left;
  width: 100%;
}
#logo a img {
  float: left;
}
#logo img.logo-nav {
  display: none;
}
#logo img.logo-scroll {
  display: none;
}
#logo.logo-scroll img.logo-nav {
  display: none;
}
#logo.logo-scroll img.logo-scroll {
  display: block;
}
#logo.nav-open img.logo-nav {
  display: block !important;
}
#logo.nav-open img.logo-scroll {
  display: none !important;
}
#header {
  width: 100%;
  margin: 0 0 0 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  display: none;
  background: transparent url('../images/nav.png') left top repeat;
}
#header .container {
  position: relative;
}
#header .container .navbar-default {
  float: left;
  width: auto;
  background: none;
  -webkit-box-shadow: none;
}
#header .container .navbar-default .navbar-collapse {
  float: left;
  margin-top: 25px;
  padding: 0;
}
#header .container .navbar-default .navbar-collapse .nav {
  float: left;
  width: auto;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
#header .container .navbar-default .navbar-collapse .nav > li {
  float: left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0 32px;
}
#header .container .navbar-default .navbar-collapse .nav > li:first-child {
  margin: 10px 0 0 25px;
}
#header .container .navbar-default .navbar-collapse .nav > li:first-child a {
  padding-left: 0;
}
#header .container .navbar-default .navbar-collapse .nav > li:hover > a {
  color: #FFF !important;
}
#header .container .navbar-default .navbar-collapse .nav > li a {
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 10px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #B2B2B2;
  background: none !important;
  padding: 0 !important;
}
#header .container .navbar-default .navbar-collapse .nav > li.active a {
  color: #FFF;
}
#footer {
  float: left;
  width: 100%;
  background: #1A1A1A;
}
#footer .meta {
  margin: 70px 0 0;
}
#footer .meta .wrapper {
  float: left;
  padding-right: 10px;
}
#footer .meta .wrapper h5 {
  float: left;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  padding: 6px 0 6px 15px;
}
#footer .meta .wrapper h5 span a {
  text-decoration: underline;
  color: #FFF;
}
#footer .meta .wrapper h5 a {
  color: #999999;
}
#footer .meta .wrapper h5 a:hover {
  color: #FFF;
  text-decoration: underline;
}
#footer .meta .wrapper h4 {
  float: left;
  text-align: center;
  line-height: 17px;
  padding: 6px 0 0px;
  letter-spacing: 1px;
}
#footer .meta .wrapper h4 a {
  float: left;
  width: 100%;
  font-size: 22px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}
#footer .meta .wrapper .image {
  width: 250px;
  height: 60px;
  margin: 0 auto;
  padding-top: 70px;
}
#footer .meta .wrapper .image img {
  float: none;
}
#footer .meta .wrapper .contacts {
  width: 160px;
  height: 100px;
  margin: 0 auto;
  padding-top: 100px;
}
#footer .meta .wrapper .contacts a {
  float: left;
  font-size: 11px;
  color: #999999;
}
#footer .meta .wrapper .contacts a:hover {
  color: #000;
}
#footer .meta .wrapper .menu {
  width: 280px;
  height: 90px;
  margin: 0 auto;
  padding: 5px 0 0 25px;
}
#footer .meta .wrapper .menu ul {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#footer .meta .wrapper .menu li {
  float: left;
  width: 120px;
  line-height: 8px;
  margin: 0 10px 10px 0;
  list-style-position: inside;
}
#footer .meta .wrapper .menu li.current-menu-item a {
  color: #FFF;
  text-decoration: underline;
}
#footer .meta .wrapper .menu li:nth-child(even) {
  margin-right: 0;
}
#footer .meta .wrapper .menu a {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .meta .wrapper .menu a:hover {
  color: #FFF;
  text-decoration: underline;
}
#footer .meta .wrapper .social {
  float: left;
  width: 100%;
  margin-left: 28px;
}
#footer .meta .wrapper .social .lista {
  float: left;
}
#footer .meta .wrapper .social .lista li {
  float: left;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline;
  margin-left: 14px;
  background: #999999;
}
#footer .meta .wrapper .social .lista li:hover {
  background: #AAAA9B;
}
#footer .meta .wrapper .social .lista a {
  float: left;
  width: 100%;
  height: 100%;
}
#footer .meta .wrapper .social .lista a img {
  float: left;
  margin: 8px 0 0 4px;
}
#footer .meta .separate {
  width: 100%;
  height: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #7F7F7F;
  margin-top: 160px;
}
#footer .meta .info {
  float: left;
  width: 100%;
  margin-top: 3px;
}
#footer .meta .info a {
  font-size: 9px;
  text-transform: uppercase;
  color: #FFF;
}
#footer .meta .info p {
  font-size: 9px;
  text-transform: uppercase;
  color: #999999;
  text-align: center;
  margin: 0 0 20px;
}
#content {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
#content > .container {
  margin-top: 72px;
}
#content > .container .hgroup {
  float: left;
  width: 100%;
}
#content > .container .hgroup h1 {
  float: left;
  font-size: 30px;
  line-height: 30px;
  color: #AAAA9A;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 9px;
  font-weight: bold;
}
#content > .container .hgroup .separate {
  width: 60px;
  height: 10px;
  margin: 0 auto;
  border-bottom: 5px solid #AAAA9B;
  margin-top: 37px;
}
#content > .container .desc {
  float: left;
  width: 100%;
  margin: 0 0 72px;
}
#content > .container .desc p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin: 25px 0 0 0;
  font-weight: normal;
  text-align: center;
}
#content > .container .destaks {
  float: left;
  width: 100%;
  height: 100%;
}
#content > .container .destaks a {
  float: left;
  font-size: 14px;
  text-align: center;
  color: #AAAA9A;
  padding-top: 9px;
  text-transform: uppercase;
}
#content > .container .destaks a:hover {
  color: #FFF;
}
#content > .container .destaks .destak {
  float: left;
  width: 100%;
}
#content > .container .destaks .destak .image {
  float: left;
  padding: 0;
  margin: 0 0 20px;
}
#content > .container .destaks .destak .image img {
  float: left;
}
#content > .container .destaks .destak.destak_1 .image.image_2 {
  float: right;
}
#content > .container .destaks .destak.destak_1 .image.image_2 img {
  float: right;
}
#content > .container .destaks .destak.destak_1 .image.image_3 {
  float: right;
}
#content > .container .destaks .destak.destak_1 .image.image_3 img {
  float: right;
}
#content > .container .destaks .destak.destak_1 .textbox {
  padding-right: 20px;
}
#content > .container .destaks .destak.destak_2 .textbox {
  float: right;
}
#content > .container .destaks .destak.destak_3 .image.image_1 {
  float: right;
}
#content > .container .destaks .destak.destak_3 .image.image_1 img {
  float: right;
}
#content > .container .destaks .destak.destak_3 .image.image_3 {
  float: right;
}
#content > .container .destaks .destak.destak_3 .image.image_3 img {
  float: right;
}
#content > .container .destaks .destak.destak_3 .textbox {
  padding-right: 20px;
}
#content > .container .destaks .destak.destak_4 .image.image_1 {
  float: right;
}
#content > .container .destaks .destak.destak_4 .image.image_1 img {
  float: right;
}
#content > .container .destaks .destak.destak_4 .textbox {
  padding-right: 20px;
}
#content > .container .destaks .destak.destak_5 .textbox {
  float: right;
}
#content > .container .destaks .destak.destak_5 .image_1 {
  float: left;
  padding: 0;
}
#content > .container .destaks .destak.destak_5 .image_1 img {
  float: left;
}
#content > .container .destaks .destak.destak_5 .image_2 {
  float: left;
  padding: 0;
}
#content > .container .destaks .destak.destak_5 .image_2 img {
  float: left;
}
#content > .container .destaks .destak.destak_6 .image.image_1 {
  float: right;
}
#content > .container .destaks .destak.destak_6 .image.image_1 img {
  float: right;
}
#content > .container .destaks .destak.destak_6 .textbox {
  padding-right: 20px;
}
#content > .container .textbox {
  float: left;
  margin: 80px 0 0;
}
#content > .container .textbox h2 {
  float: left;
  color: #AAAA9A;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
}
#content > .container .textbox h3 {
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 15px;
}
#content > .container .textbox h4 {
  float: left;
  width: 190px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.single-quartos #content .container .destak.destak_1 .image.image_1 {
  float: right;
}
.single-quartos #content .container .destak.destak_1 .image.image_1 img {
  float: right;
}
.single-quartos #content .container .destak.destak_1 .textbox {
  padding-right: 10px;
}
.single-quartos #content .container .destak.destak_2 .textbox {
  float: right;
  padding-left: 10px;
}
.single-quartos #content .container .textbox {
  margin: 40px 0 30px;
}
.single-contactos #content .container .mapa {
  float: right;
}
.single-contactos #content .container .mapa #mapp0_layout {
  float: right;
  border: none !important;
}
.single-contactos #content .container .textbox h3 {
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 0;
}
.single-contactos #content .container .textbox h3 a {
  color: #000;
}
.single-contactos #content .container .textbox h4 {
  float: left;
  width: 190px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 20px;
}
.home {
  float: left;
  width: 100%;
  height: 100%;
}
.home .container {
  width: 654px;
}
.home #header,
.home #footer,
.home .navbar-header {
  display: none !important;
}
.home #fullpage .section {
  position: relative;
}
.home #fullpage .section .slideshow {
  float: left;
  width: 100%;
  position: relative;
  background: #333;
}
.home #fullpage .section .slideshow .fp-slide {
  background-size: cover;
}
.home #fullpage .section .slideshow .fp-slide .fp-tableCell {
  position: relative;
}
.home #fullpage .section .slideshow .fp-slide .fp-tableCell .image-logo {
  float: left;
  width: 100%;
  text-align: center;
  top: 14%;
  left: 0;
  position: absolute;
}
.home #fullpage .section .slideshow .fp-slide .fp-tableCell .image-logo img {
  float: none;
  margin: 0 auto;
}
.home #fullpage .section .slideshow .lang {
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 99999;
}
.home #fullpage .section .slideshow .lang ul {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.home #fullpage .section .slideshow .lang ul li.lang-pt.active a,
.home #fullpage .section .slideshow .lang ul li.lang-en.active a {
  color: #FFF !important;
  text-decoration: underline;
}
.home #fullpage .section .slideshow .lang ul a {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 10px;
}
.home #fullpage .section .slideshow .lang ul a:hover {
  color: #FFF;
}
.home #fullpage .section .slideshow .image-logo {
  top: 30px !important;
  z-index: 1;
}
.home #fullpage .section .slideshow .image-logo img {
  width: 250px;
}
.home #fullpage .section .slideshow .meta {
  float: left;
  width: 100%;
  margin: 175px 0 0;
}
.home #fullpage .section .slideshow .meta .logo {
  float: left;
  width: 100%;
  text-align: center;
}
.home #fullpage .section .slideshow .meta .logo img {
  float: none;
  width: 160px;
  margin: 0 auto;
}
.home #fullpage .section .slideshow .meta .textbox {
  padding: 15px 15px;
}
.home #fullpage .section .slideshow .meta .textbox h1 {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 29px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.home #fullpage .section .slideshow .meta .textbox > .wrapper {
  float: left;
  width: 100%;
  margin: 45px 0 0;
}
.home #fullpage .section .slideshow .meta .textbox > .wrapper .desc {
  float: none;
  width: 60%;
  margin: 0 auto;
}
.home #fullpage .section .slideshow .meta .textbox > .wrapper .desc p {
  font-size: 15px;
  text-align: center;
  color: #FFF;
  margin: 0 0 20px;
}
.home #fullpage .section .slideshow .meta .textbox > .wrapper .info {
  float: left;
  width: 100%;
  text-align: center;
}
.home #fullpage .section .slideshow .left-wrapper {
  float: left;
  height: 100%;
  background-image: url('../images/aspashscreen/bg/left.jpg');
  background-position: right top;
  background-size: cover;
  background-color: #899EA5;
  background-blend-mode: hard-light;
}
.home #fullpage .section .slideshow .right-wrapper {
  float: right;
  height: 100%;
  background-image: url('../images/aspashscreen/bg/right.jpg');
  background-position: left top;
  background-size: cover;
  background-color: #937C7F;
  background-blend-mode: hard-light;
}
.home #fullpage .section .slideshow .image {
  float: left;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.error404 #header {
  display: none !important;
}
.error404 #footer {
  display: none;
}
.error404 .navbar-header {
  display: none;
}
.error404 #fullpage {
  overflow: hidden;
}
.error404 #fullpage .section {
  position: relative;
  overflow: hidden;
}
.error404 #fullpage .section .slideshow {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: #333;
}
.error404 #fullpage .section .slideshow .lang {
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 99999;
}
.error404 #fullpage .section .slideshow .lang ul {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.error404 #fullpage .section .slideshow .lang ul li.lang-pt.active a,
.error404 #fullpage .section .slideshow .lang ul li.lang-en.active a {
  color: #FFF !important;
  text-decoration: underline;
}
.error404 #fullpage .section .slideshow .lang ul a {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 10px;
}
.error404 #fullpage .section .slideshow .lang ul a:hover {
  color: #FFF;
}
.error404 #fullpage .section .slideshow .fp-slide {
  background-size: cover;
}
.error404 #fullpage .section .slideshow .fp-slide .fp-tableCell {
  position: relative;
}
.error404 #fullpage .section .slideshow .fp-slide .fp-tableCell .wrapper {
  float: left;
  width: 100%;
  top: 43%;
  left: 0;
  position: absolute;
}
.error404 #fullpage .section .slideshow .fp-slide .fp-tableCell .wrapper .error {
  float: left;
  width: 100%;
}
.error404 #fullpage .section .slideshow .fp-slide .fp-tableCell .wrapper .error h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.error404 #fullpage .section .slideshow .fp-slide .fp-tableCell .wrapper .error p {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 10px;
}
.error404 #fullpage .section .slideshow .fp-slide .fp-tableCell .wrapper .error a {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 1200px) {
  .home #fullpage .section .slideshow .left-wrapper {
    float: left;
    height: 100%;
    background-image: url('../images/aspashscreen/bg/left.jpg');
    background-position: right top;
    background-size: 100% 200%;
    background-color: #899EA5;
    background-blend-mode: hard-light;
    background-attachment: fixed !important;
  }
  .home #fullpage .section .slideshow .right-wrapper {
    float: right;
    height: 100%;
    background-image: url('../images/aspashscreen/bg/right.jpg');
    background-position: left top;
    background-size: 100% 200%;
    background-color: #937C7F;
    background-blend-mode: hard-light;
    background-attachment: fixed !important;
  }
}
@media (max-width: 768px) {
  .home .lang {
    top: 20px !important;
    right: 35px !important;
  }
  .home h1 {
    font-size: 19px !important;
  }
  .home .meta .textbox > .wrapper {
    margin: 25px 0 0 !important;
  }
  .home .meta .textbox > .wrapper .desc {
    width: 90% !important;
  }
  .btn-info {
    margin: 0 0 60px;
    padding: 8px 20px 0;
  }
}
