@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
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;
}
* {
  outline: none !important;
}
body {
  overflow-x: hidden;
}
main {
  width: 100%;
  float: left;
  clear: left;
}
p b {
  font-weight: 700 !important;
}
p i {
  font-style: italic !important;
}
p {
  font-weight: 400 !important;
}
.container {
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 2% !important;
    box-sizing: border-box;
  }
}
.no-styles,
header nav .links .social a,
header nav .links .social .mail,
header nav .links .social .phone,
header nav .links .menu a,
header#fixed .links .menu a,
#menumobile .link,
#features a,
#helpers a,
#blog a,
#visitors .visitor,
#tour a,
#content .gallery a,
#hotels .hotel .information .block:last-child .right p,
#hotels .hotel .information .block:last-child .right a,
#structure .container .gallery a,
#images .container .gallery a,
#share a,
#share a h2,
#news .container .right a,
#news a,
#portal .links .link,
.portal .list .document,
#gallery .picture {
  text-decoration: none;
  font-style: none;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
#envies {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  float: left;
  position: fixed;
  z-index: 100000;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
#envies .conteudo {
  top: 50%;
  left: 50%;
  width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
}
#envies .conteudo img {
  width: 100%;
  margin-bottom: 20px;
  z-index: 10000;
}
#envies .conteudo p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
form label {
  clear: left;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 5px;
  text-align: right;
  width: 110px;
}
form .item-form {
  width: 100% !important;
  float: left;
  position: relative !important;
}
form .item-form em {
  display: none;
}
form .half {
  width: 49.5% !important;
  float: left;
  position: relative !important;
}
@media screen and (max-width: 990px) {
  form .half {
    width: 100% !important;
  }
}
form .half em {
  display: none;
}
form .seventfive {
  width: 75% !important;
  float: left;
  position: relative !important;
}
@media screen and (max-width: 990px) {
  form .seventfive {
    width: 100% !important;
  }
}
form .seventfive em {
  display: none;
}
form .twentyfive {
  width: 24% !important;
  float: left;
  position: relative !important;
}
@media screen and (max-width: 990px) {
  form .twentyfive {
    width: 100% !important;
  }
}
form .twentyfive em {
  display: none;
}
form .alertaErro {
  display: block;
  width: auto;
  background: #2dbdf2;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  padding: 4px 5px;
  position: absolute;
  top: -20px;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
form .alertaErro:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2dbdf2;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  width: 0;
  height: 0;
  z-index: 0;
}
.trigger-menu {
  position: absolute;
  left: 0px;
  top: 29px;
  background-color: transparent !important;
  outline: none !important;
  width: 56px;
  z-index: 1000 !important;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  z-index: 100000;
}
@media screen and (min-width: 1025px) {
  .trigger-menu {
    display: none;
  }
}
.trigger-menu:focus {
  outline: none !important;
}
#icon {
  width: 18px;
  height: 18px;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#icon span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#icon span:nth-child(3) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
#icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 3px;
}
.transition-color,
#newsletter .container form button {
  transition: color .3s linear;
  -moz-transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -ms-transition: color .3s linear;
  -o-transition: color .3s linear;
}
.transition-distance,
#features a:before,
#features.index a:before {
  transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -moz-transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -webkit-transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -ms-transition: top, bottom, left, right, border, 0.3s ease-in-out;
  -o-transition: top, bottom, left, right, border, 0.3s ease-in-out;
}
.transition-bg,
#enviaAvaliacaoFoto,
#menumobile .link,
#menumobile.open:before,
button,
#newsletter .container form button {
  transition: background .3s linear;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -ms-transition: background .3s linear;
  -o-transition: background .3s linear;
}
.transition-block,
#content .gallery a,
#structure .container .gallery a,
#images .container .gallery a {
  transition: background, box-shadow, 0.3s linear;
  -moz-transition: background, box-shadow, 0.3s linear;
  -webkit-transition: background, box-shadow, 0.3s linear;
  -ms-transition: background, box-shadow, 0.3s linear;
  -o-transition: background, box-shadow, 0.3s linear;
}
.transition-margin-top {
  transition: margin-top 0.3s ease-in-out;
  -moz-transition: margin-top 0.3s ease-in-out;
  -webkit-transition: margin-top 0.3s ease-in-out;
  -ms-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;
}
.transition-font,
header nav .links .menu a,
header#fixed .links .menu a {
  transition: font-size, color 0.3s linear;
  -moz-transition: font-size, color 0.3s linear;
  -webkit-transition: font-size, color 0.3s linear;
  -ms-transition: font-size, color 0.3s linear;
  -o-transition: font-size, color 0.3s linear;
}
.transition-scale,
#tour a img {
  transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.transition-image {
  transition: transform, background, 0.3s ease-in-out;
  -moz-transition: transform, background, 0.3s ease-in-out;
  -webkit-transition: transform, background, 0.3s ease-in-out;
  -ms-transition: transform, background, 0.3s ease-in-out;
  -o-transition: transform, background, 0.3s ease-in-out;
}
.transition-left,
#menumobile {
  transition: left 0.8s ease-in-out;
  -moz-transition: left 0.8s ease-in-out;
  -webkit-transition: left 0.8s ease-in-out;
  -ms-transition: left 0.8s ease-in-out;
  -o-transition: left 0.8s ease-in-out;
}
.transition-right,
#share {
  transition: right, box-shadow, 0.3s ease-in-out;
  -moz-transition: right, box-shadow, 0.3s ease-in-out;
  -webkit-transition: right, box-shadow, 0.3s ease-in-out;
  -ms-transition: right, box-shadow, 0.3s ease-in-out;
  -o-transition: right, box-shadow, 0.3s ease-in-out;
}
.grecaptcha-badge {
  display: none !important;
}
strong {
  font-weight: 700 !important;
}
#enviaAvaliacaoFoto {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
#enviaAvaliacaoFoto:hover {
  cursor: pointer;
  background: #7f7f7f;
}
button {
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  text-align: center;
  border: none;
  vertical-align: middle;
}
button:hover {
  cursor: pointer;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-next {
  width: 60px !important;
  height: 50px !important;
  background: url(../images/arrow.svg) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  right: 30px !important;
  margin-top: 25px !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-next {
    width: 40px !important;
    height: 30px !important;
    margin-top: 0px !important;
    right: 15px !important;
  }
}
.slick-next:before {
  content: '' !important;
}
.slick-prev {
  width: 60px !important;
  height: 50px !important;
  background: url(../images/arrow.svg) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 30px !important;
  margin-top: 0px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    width: 40px !important;
    height: 30px !important;
    left: 15px !important;
    margin-top: -10px !important;
  }
}
.slick-prev:before {
  content: '' !important;
}
.slick-list {
  width: 100% !important;
}
header {
  height: 185px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
}
header nav {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  position: relative;
}
header nav .logo {
  width: 300px;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  header nav .logo {
    display: none !important;
  }
}
header nav .logo img {
  width: 100%;
  max-height: 100%;
}
header nav .links {
  width: 930px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 1024px) {
  header nav .links {
    display: none !important;
  }
}
header nav .links .social {
  width: 700px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav .links .social a,
header nav .links .social .mail,
header nav .links .social .phone {
  display: block;
  color: #29bede;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 17px;
  position: relative;
}
header nav .links .social a img,
header nav .links .social .mail img,
header nav .links .social .phone img {
  width: 35px;
  max-height: 100%;
}
header nav .links .social .mail,
header nav .links .social .phone {
  padding-left: 30px;
  box-sizing: border-box;
}
header nav .links .social .mail:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../images/mail-blue.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
header nav .links .social .phone:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../images/phone-blue.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
header nav .links .social .whatsapp:before {
  background: url(../images/whatsapp-blue.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
header nav .links .menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  height: auto;
}
header nav .links .menu a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-weight: 400;
  padding: 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #000000;
}
header nav .links .menu a:hover {
  color: #2dbdf2;
}
header nav .links .menu a:last-child {
  border-right: none;
  padding: 0 0 0 15px;
}
header.center {
  height: 225px;
  position: relative !important;
  float: left;
  clear: left;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  header.center {
    display: none;
  }
}
header.center .links {
  align-content: center !important;
  margin-top: 0px !important;
  background: #ffffff !important;
}
header#fixed {
  float: left;
  clear: left;
  height: 80px;
  margin-top: -220px;
  z-index: 1000;
  background-color: #1b2026;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  header#fixed {
    display: block !important;
    margin-top: 0px !important;
    position: fixed !important;
    height: 70px !important;
  }
}
header#fixed .container {
  padding-top: 0px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#fixed .links {
  margin-top: 0px;
}
header#fixed .links .menu {
  margin-top: 0px;
}
header#fixed .links .menu a {
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
header#fixed .links .menu a:last-child {
  border-right: none;
}
header#fixed .links .menu a:hover {
  color: #2dbdf2;
}
@media screen and (max-width: 1024px) {
  header#fixed .logo {
    height: 70px;
    display: flex !important;
    float: right !important;
    right: 0 !important;
    margin-right: 15px;
    top: 0;
    position: absolute;
    justify-content: flex-end;
    align-items: center;
  }
}
header#fixed .logo img {
  width: 300px;
  max-height: 100%;
  top: 4px;
  left: 0 !important;
  display: block !important;
}
.fixed {
  margin-top: 0 !important;
  position: fixed !important;
}
#menumobile {
  top: 70px;
  left: -500px;
  width: 250px;
  position: fixed;
  height: auto;
  z-index: 100;
}
#menumobile .link {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  text-indent: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #2dbdf2;
  min-height: 50px;
  border-bottom: 1px solid #ffffff;
}
#menumobile .link:last-child {
  border-bottom: none !important;
}
#menumobile .active {
  background: #9fb670 !important;
}
#menumobile .links {
  position: relative;
  width: 100%;
}
#menumobile:before {
  content: '';
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
#menumobile.open {
  left: 0;
}
#menumobile.open:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 200%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
#tour360 {
  display: block;
  position: absolute;
  right: 0;
  bottom: -120px;
  height: 110px;
  background-image: url(../images/tour.png) !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  width: 220px;
  z-index: 1000 !important;
}
#bgTour {
  display: block;
  position: absolute;
  right: 0;
  bottom: -120px;
  height: 110px;
  width: 220px;
  z-index: -1 !important;
}
#bgTour:before {
  content: "";
  display: block;
  height: 110px;
  background-color: rgba(203, 197, 175, 0.9) !important;
  width: 1000%;
  border-bottom-left-radius: 55px;
  border-top-left-radius: 55px;
}
input[type="text"],
input[type="password"] {
  line-height: 43px;
  height: 45px;
}
input[type=file] {
  position: relative;
  height: 45px;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type=file]:hover {
  cursor: pointer;
}
.file {
  height: 45px;
  line-height: 43px;
  font-size: 17px;
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  color: #727270;
  padding-left: 20px;
  font-weight: 400;
  box-sizing: border-box;
  background: #C5E2EC;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
.file:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 10px;
  margin-right: 10px;
  width: 25px;
  height: 35px;
  background: url(../images/cam.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.full {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .full {
    flex-flow: row wrap;
  }
}
.full p {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .full p {
    height: 30px;
  }
}
input[type="text"],
textarea,
input[type="file"],
input[type="password"] {
  float: left;
  border: none;
  width: 100%;
  font-size: 17px;
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  color: #727270;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  box-sizing: border-box;
  background: #C5E2EC;
  margin-bottom: 5px;
  resize: none;
  font-weight: 500;
}
textarea {
  margin-left: 0px !important;
  padding: 10px 20px !important;
  height: 120px;
}
select {
  padding-left: 20px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 17px;
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  background-position: center right;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 43px;
  height: 45px;
  border: none;
  box-shadow: none;
}
select option {
  text-align: left !important;
  background: #ffffff;
  color: #727270;
  text-indent: 10px;
}
select:focus {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #727270;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #727270;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #727270;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #727270;
  opacity: 1;
}
button {
  background: #727270;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 47px;
  right: 0;
  float: right;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  width: 130px;
}
button:hover {
  background: #000000;
  color: #ffffff;
}
#contact {
  width: 100%;
  float: left;
  clear: left;
  background: #2EBDF2;
  position: relative;
}
#contact .container {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1024px) {
  #contact .container {
    margin-top: 100px;
  }
}
#contact .container p {
  width: 100% !important;
  color: #ffffff !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
}
#contact .container p:last-child {
  margin-bottom: 0px;
}
#contact .container .info {
  width: 55%;
  padding-left: 150px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #contact .container .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact .container .info {
    padding-left: 0px;
  }
}
#contact .container .info:before {
  content: '';
  left: 50px;
  top: -18px;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/mail.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #contact .container .info:before {
    left: 10px;
    top: -20px;
  }
}
#contact .container .info h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1620px) {
  #contact .container .info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contact .container .info h1 {
    font-size: 25px;
    padding-left: 90px;
    min-height: 60px;
  }
}
#contact .container form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  #contact .container form {
    padding: 10px;
  }
}
#contact .container form .block {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #contact .container form .block {
    padding: 0px;
  }
}
#contact .container form .block img {
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #contact .container form .block img {
    margin-bottom: 10px;
  }
}
#contact .container form .block:first-child {
  width: 57%;
}
@media screen and (max-width: 767px) {
  #contact .container form .block:first-child {
    width: 100%;
  }
}
#contact .container form .block:last-child {
  width: 43%;
}
@media screen and (max-width: 767px) {
  #contact .container form .block:last-child {
    width: 100%;
  }
}
#localization {
  width: 100%;
  float: left;
  clear: left;
  background: #2EBDF2;
}
#localization .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 30px;
  height: auto;
}
#localization .container .block {
  display: flex;
  align-items: center;
}
#localization .container .block:first-child {
  width: 30%;
  padding-right: 20px;
  box-sizing: border-box;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #localization .container .block:first-child {
    width: 100%;
    padding-right: 0px;
  }
}
#localization .container .block:first-child h2 {
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #localization .container .block:first-child h2 {
    text-align: center;
  }
}
#localization .container .block:last-child {
  width: 65%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #localization .container .block:last-child {
    justify-content: center;
    width: 100%;
    padding-left: 0px;
  }
}
#localization .container .block:last-child p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 767px) {
  #localization .container .block:last-child p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #localization .container .block:last-child {
    width: 100%;
    margin: 10px 0 15px 0;
  }
}
#localization #map {
  float: left;
  clear: left;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  #localization #map {
    height: 300px;
  }
}
#banner-top {
  min-height: 120vh;
  width: 100%;
  position: relative;
  float: left;
  clear: left;
  z-index: 0;
}
#banner-top .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  z-index: 11;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
}
#banner-top .slider {
  width: 100% !important;
  min-height: 120vh !important;
  position: fixed;
  height: auto;
  left: 0;
  top: 0;
  z-index: 10;
}
#banner-top .slider .slide {
  min-height: 120vh !important;
  width: 100%;
  height: auto;
  position: relative;
}
#banner-top .slider .slide img {
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  position: absolute;
}
#features.intern {
  padding: 50px 0;
}
#features {
  float: left;
  clear: left;
  position: relative;
  z-index: 10;
  width: 100%;
  background: #E8E0D7;
}
@media screen and (max-width: 1024px) {
  #features .container {
    margin-top: 25px !important;
  }
}
#features .bg-one {
  width: 50%;
  position: absolute;
  background: #2EBDF2;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 990px) {
  #features .bg-one {
    display: none !important;
  }
}
#features .bg-two {
  width: 50%;
  position: absolute;
  background: #0067B3;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 990px) {
  #features .bg-two {
    display: none !important;
  }
}
#features .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#features a {
  width: 33.3333%;
  padding: 100px 20px;
  box-sizing: border-box;
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  color: #ffffff;
  position: relative;
}
#features a figure {
  width: 100%;
  height: 272px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #features a {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 990px) {
  #features a {
    width: 100%;
    margin: 10px 0;
  }
}
#features a:before {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  right: 35px;
  left: 35px;
  top: 35px;
  bottom: 35px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #features a:before {
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
  }
}
#features a:hover:before {
  content: '';
  right: 20px;
  left: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  #features a:hover:before {
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
  }
}
#features a h2 {
  position: relative;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #features a h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
#features a h2 img {
  width: 70px !important;
  max-height: 100% !important;
  margin-right: 15px !important;
}
@media screen and (max-width: 1024px) {
  #features a h2 img {
    width: 50px !important;
  }
}
#features a:nth-child(1n + 1) {
  background: #2dbdf2;
}
#features a:nth-child(2n + 2) {
  background: #9fb670;
}
#features a:nth-child(3n + 3) {
  background: #f06f52;
}
#features a:nth-child(4n + 4) {
  background: #f06f52 !important;
}
#features a:nth-child(5n + 5) {
  background: #2dbdf2 !important;
}
#features a:nth-child(6n + 6) {
  background: #9fb670 !important;
}
#features a:nth-child(7n + 7) {
  background: #2dbdf2 !important;
}
#features a:nth-child(8n + 8) {
  background: #9fb670 !important;
}
#features a:nth-child(9n + 9) {
  background: #f06f52 !important;
}
#features a img {
  width: 100%;
  margin: 30px 0;
}
#features a p {
  width: 100%;
  padding: 0 35px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #features a p {
    padding: 0 20px;
  }
}
#features.index a {
  padding: 70px 15px 20px 15px;
  width: 25% !important;
}
#features.index a figure {
  width: 100%;
  height: 235px;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  #features.index a {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  #features.index a {
    width: 100% !important;
  }
}
#features.index a:nth-child(1n + 1) {
  background: #2EBDF2 !important;
}
#features.index a:nth-child(2n + 2) {
  background: #00A8E8 !important;
}
#features.index a:nth-child(3n + 3) {
  background: #0082E1 !important;
}
#features.index a:nth-child(4n + 4) {
  background: #0067B3 !important;
}
#features.index a:before {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  right: 25px;
  left: 25px;
  top: 25px;
  bottom: 15px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #features.index a:before {
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
  }
}
#features.index a h2 {
  padding-left: 40px;
}
#features.index a h2 img {
  width: 50px !important;
  max-height: 100%;
  margin-right: 15px !important;
}
#features.index a img {
  width: 100%;
  margin: 20px 0;
}
#features.index a p {
  padding: 0 25px;
}
#features.index a:hover:before {
  content: '';
  right: 15px;
  left: 15px;
  top: 15px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
#helpers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  background: #e8e0d7;
  z-index: 100;
  float: left;
  clear: left;
  position: relative;
  flex-flow: row wrap;
}
#helpers a {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #helpers a {
    width: 100%;
  }
}
#helpers a img {
  width: 100%;
  max-height: 100%;
}
#blog {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
  background: #e8e0d7;
  z-index: 10;
  position: relative;
}
#blog .container {
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 1024px) {
  #blog .container {
    padding: 50px 2% 0 !important;
  }
}
#blog h1 {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #727270;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
#blog a {
  width: 24%;
  margin-right: 1.333333%;
  float: left;
  margin-bottom: 50px;
}
#blog a:nth-child(4n +1 ) {
  margin-right: 0%;
}
#blog a figure {
  overflow-x: hidden;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #blog a {
    width: 100%;
    margin-right: 0%;
  }
}
#blog a img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -moz-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
}
#blog a img:hover {
  filter: brightness(0.9);
}
#blog a h3 {
  font-size: 18px;
  color: #727270;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  margin: 10px 0;
}
#blog a p {
  width: 100%;
  color: #727270;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
#visitors {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
  background: #D6D6D6;
  z-index: 10;
  position: relative;
  padding: 50px 30px;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #visitors {
    padding: 50px 2% 0 !important;
  }
}
#visitors h1 {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #727270;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#visitors .visitor {
  width: 15.5%;
  margin-right: 1.4%;
  float: left;
  margin-bottom: 50px;
  transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -moz-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
}
#visitors .visitor:hover {
  filter: brightness(0.9);
}
#visitors .visitor:nth-child(6n +1) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #visitors .visitor {
    width: 100%;
    margin-right: 0%;
  }
}
#visitors .visitor figure {
  width: 100%;
  height: 163px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #000000;
}
#visitors .visitor img {
  width: 100%;
}
#visitors p {
  width: 100%;
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
#visitorspics {
  width: 100%;
  float: left;
  clear: left;
  background-color: #D6D6D6;
  position: relative;
  padding-bottom: 30px;
  display: none;
}
#visitorspics #form_avaliacaofotos {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#tour {
  float: left;
  clear: left;
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  background: #d6d6d6;
}
#tour a {
  width: 100%;
  display: block;
  overflow: hidden;
}
#tour a img {
  width: 100%;
}
#tour a:hover img {
  transform: scale(1.1);
}
#atractions {
  width: 100%;
  float: left;
  clear: left;
  background: #E8E0D7;
  position: relative;
}
#atractions .container {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #atractions .container {
    margin-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  #atractions .container {
    margin-top: 100px;
  }
}
#atractions .container .info {
  width: 55%;
  padding-left: 140px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #atractions .container .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #atractions .container .info {
    padding-left: 0px;
  }
}
#atractions .container .info:before {
  content: '';
  left: 40px;
  top: -30px;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../images/suitcase.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #atractions .container .info:before {
    left: 10px;
    width: 70px;
    height: 70px;
    top: 0px;
  }
}
#atractions .container .info h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #7F7F7F;
  width: 100%;
  text-align: left;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1620px) {
  #atractions .container .info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #atractions .container .info h1 {
    font-size: 25px;
    padding-left: 90px;
    min-height: 60px;
    margin: 0;
  }
}
#content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 80px 0 0 0;
  background: #2dbdf2;
  float: left;
  clear: left;
}
@media screen and (max-width: 767px) {
  #content {
    padding: 50px 0 0 0;
  }
}
#content h2 {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
}
#content h2 img {
  width: 80px !important;
  max-height: 100% !important;
  margin-right: 20px !important;
}
#content p {
  width: 100% !important;
  color: #ffffff !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
  padding: 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #content p {
    padding: 0 10px;
  }
}
#content p:last-child {
  margin-bottom: 0px;
}
#content .gallery {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  margin: 50px 0;
}
#content .gallery a {
  display: block;
  float: left;
  width: 24%;
  margin-right: 1.333333333333%;
  margin-bottom: 20px;
}
#content .gallery a figure {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
#content .gallery a:nth-child(4n) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #content .gallery a {
    width: 100%;
    margin-right: 0%;
  }
}
#content .gallery a img {
  width: 100%;
}
#hotels {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  background: #e8e0d7;
}
#hotels .hotel {
  width: 100%;
  padding: 20px 0;
}
#hotels .hotel:nth-child(1n + 1) {
  background: #2EBDF2;
}
#hotels .hotel:nth-child(2n + 2) {
  background: #00A8E8;
}
#hotels .hotel:nth-child(3n + 3) {
  background: #0082E1;
}
#hotels .hotel:nth-child(4n + 4) {
  background: #0067B3;
}
#hotels .hotel .container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: auto;
  clear: left;
}
@media screen and (max-width: 1024px) {
  #hotels .hotel .container {
    padding: 10px 2% !important;
  }
}
#hotels .hotel .images {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #hotels .hotel .images {
    flex-flow: row wrap;
  }
}
#hotels .hotel .images .block {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#hotels .hotel .images .block figure {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
#hotels .hotel .images .block img {
  width: auto !important;
  max-height: 529px !important;
}
#hotels .hotel .images .block:first-child {
  max-height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #hotels .hotel .images .block:first-child {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .hotel .images .block:first-child {
    width: 100%;
    height: 200px;
  }
}
#hotels .hotel .images .block:first-child p {
  width: 100%;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  line-height: 38px;
  text-transform: uppercase;
  color: #7f7f7f;
  font-weight: 700 !important;
}
#hotels .hotel .images .block:first-child img {
  width: 70%;
  max-height: 100%;
}
#hotels .hotel .images .block:last-child {
  padding: 0 0 0 15px;
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  #hotels .hotel .images .block:last-child {
    padding: 0px;
    width: 100%;
  }
}
#hotels .hotel .information {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin: 15px 0 0 0;
}
#hotels .hotel .information .block {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-flow: row wrap;
  align-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #hotels .hotel .information .block {
    padding: 0;
  }
}
#hotels .hotel .information .block:first-child {
  max-height: 100%;
  width: 40%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
#hotels .hotel .information .block:first-child p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 767px) {
  #hotels .hotel .information .block:first-child {
    width: 100%;
    margin: 10px 0 15px 0;
  }
}
#hotels .hotel .information .block:last-child {
  padding: 20px 0;
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  background: #3E617C;
}
@media screen and (max-width: 767px) {
  #hotels .hotel .information .block:last-child {
    width: 100%;
  }
}
#hotels .hotel .information .block:last-child .left,
#hotels .hotel .information .block:last-child .right {
  height: 70px;
  width: 40%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #hotels .hotel .information .block:last-child .left,
  #hotels .hotel .information .block:last-child .right {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .hotel .information .block:last-child .left,
  #hotels .hotel .information .block:last-child .right {
    width: 100%;
  }
}
#hotels .hotel .information .block:last-child .left {
  border-right: 1px solid #d3c5b3;
}
@media screen and (max-width: 767px) {
  #hotels .hotel .information .block:last-child .left {
    border-right: none;
  }
}
#hotels .hotel .information .block:last-child .left img {
  width: 50px;
  max-height: 100%;
  margin-right: 15px;
}
#hotels .hotel .information .block:last-child .left p {
  font-size: 22px;
  color: #d3c5b3;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  #hotels .hotel .information .block:last-child .left p {
    font-size: 18px;
  }
}
#hotels .hotel .information .block:last-child .right {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#hotels .hotel .information .block:last-child .right p,
#hotels .hotel .information .block:last-child .right a {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 18px;
  color: #d3c5b3;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 990px) {
  #hotels .hotel .information .block:last-child .right p,
  #hotels .hotel .information .block:last-child .right a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .hotel .information .block:last-child .right p,
  #hotels .hotel .information .block:last-child .right a {
    text-align: center;
  }
}
#hotels .hotel .information .block:last-child .right p.phone {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  #hotels .hotel .information .block:last-child {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .hotel .information .block:last-child {
    padding: 15px 0px;
    width: 100%;
  }
}
#hotels .container {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #hotels .container {
    margin-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .container {
    margin-top: 100px;
  }
}
#hotels .container .info {
  width: 55%;
  padding-left: 140px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #hotels .container .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #hotels .container .info {
    padding-left: 0px;
  }
}
#hotels .container .info:before {
  content: '';
  left: 40px;
  top: -30px;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../images/suitcase.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #hotels .container .info:before {
    left: 10px;
    width: 70px;
    height: 70px;
    top: 0px;
  }
}
#hotels .container .info h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #7F7F7F;
  width: 100%;
  text-align: left;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1620px) {
  #hotels .container .info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .container .info h1 {
    font-size: 25px;
    padding-left: 90px;
    min-height: 60px;
    margin: 0;
  }
}
#structure {
  width: 100%;
  float: left;
  clear: left;
  background: #2EBDF2;
  position: relative;
}
#structure .container {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #structure .container {
    margin-top: 100px;
  }
}
#structure .container .info {
  width: 55%;
  padding-left: 150px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #structure .container .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #structure .container .info {
    padding-left: 0px;
  }
}
#structure .container .info:before {
  content: '';
  left: 50px;
  top: 0px;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/structure.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #structure .container .info:before {
    left: 10px;
  }
}
#structure .container .info h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  min-height: 60px;
}
@media screen and (max-width: 1620px) {
  #structure .container .info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #structure .container .info h1 {
    font-size: 25px;
    padding-left: 90px;
  }
}
#structure .container .info p {
  width: 100% !important;
  color: #ffffff !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
}
#structure .container .info p:last-child {
  margin-bottom: 0px;
}
#structure .container .gallery {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-content: flex-start;
}
#structure .container .gallery a {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  width: 32%;
  margin-right: 2% !important;
  margin-bottom: 20px;
}
#structure .container .gallery a figure {
  width: 100%;
  height: 272px;
  overflow: hidden;
}
#structure .container .gallery a:nth-child(3n) {
  margin-right: 0% !important;
}
#structure .container .gallery a:hover {
  background: #0067B3;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -ms-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #0067B3;
}
@media screen and (max-width: 767px) {
  #structure .container .gallery a {
    width: 100%;
    margin-right: 0%;
  }
}
#structure .container .gallery a img {
  width: 100%;
}
#structure .container .gallery a h3 {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  text-transform: uppercase;
}
#images {
  width: 100%;
  float: left;
  clear: left;
  background: #e8e0d7;
  position: relative;
}
#images:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 30px;
  border-right-width: 30px;
  border-top: 30px solid #2EBDF2;
}
#images .container {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #images .container {
    padding: 50px 2% !important;
  }
}
#images .container .info {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #images .container .info {
    width: 100%;
  }
}
#images .container .info h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #7F7F7F;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1620px) {
  #images .container .info h1 {
    font-size: 30px;
  }
}
#images .container .info p {
  width: 100% !important;
  color: #7F7F7F !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
}
#images .container .info p:last-child {
  margin-bottom: 0px;
}
#images .container .gallery {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-content: flex-start;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#images .container .gallery a {
  display: block;
  float: left;
  width: 24%;
  margin-right: 1.333333333%;
  margin-bottom: 20px;
}
#images .container .gallery a figure {
  width: 100%;
  height: 212px;
  overflow: hidden;
}
#images .container .gallery a:nth-child(4n) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #images .container .gallery a {
    width: 100%;
    margin-right: 0%;
  }
}
#images .container .gallery a img {
  width: 100%;
}
#share {
  position: fixed;
  background: #ffffff;
  bottom: 30px;
  right: -120px;
  padding: 5px;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px #000000;
  -moz-box-shadow: 0px 0px 5px 0px #000000;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  -ms-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
  z-index: 9999999999;
}
#share:hover {
  right: 0;
  -o-box-shadow: 0px 0px 10px 0px #000000;
  -moz-box-shadow: 0px 0px 10px 0px #000000;
  -webkit-box-shadow: 0px 0px 10px 0px #000000;
  -ms-box-shadow: 0px 0px 10px 0px #000000;
  box-shadow: 0px 0px 10px 0px #000000;
  z-index: 1000000;
}
#share a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#share a img {
  width: 40px;
  max-height: 100%;
}
#share a h2 {
  color: #1b2026;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
#news {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
  background: #e8e0d7;
  z-index: 1;
  position: relative;
}
#news .container {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 1024px) {
  #news .container {
    padding: 50px 2% 0 !important;
  }
}
#news .container .left {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #news .container .left {
    width: 100%;
  }
}
#news .container figure {
  overflow-x: hidden;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .container figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .container .new {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
#news .container .new img {
  width: 100%;
  margin-bottom: 20px;
}
#news .container .new h3 {
  font-size: 18px;
  color: #727270;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  margin: 10px 0;
}
#news .container .new p {
  width: 100% !important;
  color: #000000 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
}
#news .container .new p:last-child {
  margin-bottom: 0px;
}
#news .container .right {
  width: 25%;
  background: #d3c5b3;
  padding: 50px 0 50px 50px;
  box-sizing: border-box;
  position: relative;
}
#news .container .right:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d3c5b3;
  right: -100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #news .container .right:before {
    display: none;
  }
}
@media screen and (max-width: 1620px) {
  #news .container .right {
    padding: 50px 0px 50px 30px;
  }
}
@media screen and (max-width: 1024px) {
  #news .container .right {
    padding: 50px 0px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  #news .container .right {
    width: 100%;
    padding: 50px 0px 50px 0px;
  }
}
#news .container .right a {
  margin: 0px !important;
  width: 100%;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #news .container .right a {
    padding: 10px;
  }
}
#news .container .right a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#news .container .right a .data {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
#news h1 {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #727270;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #news h1 {
    margin-top: 80px;
  }
}
#news a {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 50px;
}
#news a figure {
  width: 268px;
  height: 154px;
  overflow: hidden;
}
#news a:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #news a {
    width: 100%;
    margin-right: 0%;
  }
}
#news a img {
  width: 100%;
}
#news a h3 {
  font-size: 18px;
  color: #727270;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  margin: 10px 0;
}
#news a p {
  width: 100%;
  color: #727270;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
#portal {
  width: 100%;
  float: left;
  clear: left;
  background: #E8E0D7;
  position: relative;
}
#portal .container {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #portal .container {
    margin-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  #portal .container {
    margin-top: 100px;
  }
}
#portal .container .info {
  width: 55%;
  padding-left: 140px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #portal .container .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #portal .container .info {
    padding-left: 0px;
  }
}
#portal .container .info:before {
  content: '';
  left: 40px;
  top: -30px;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../images/full_coverage.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #portal .container .info:before {
    left: 10px;
    width: 70px;
    height: 70px;
    top: 0px;
  }
}
#portal .container .info h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #7F7F7F;
  width: 100%;
  text-align: left;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1620px) {
  #portal .container .info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #portal .container .info h1 {
    font-size: 25px;
    padding-left: 90px;
    min-height: 60px;
    margin: 0;
  }
}
#portal .links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 990px) {
  #portal .links {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
#portal .links .link {
  width: 40%;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #2dbdf2;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  #portal .links .link {
    width: 100%;
  }
}
#portal .links .link:first-child {
  margin-right: 5%;
}
@media screen and (max-width: 990px) {
  #portal .links .link:first-child {
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
.portal {
  padding: 0px !important;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 990px) {
  .portal {
    margin-bottom: 50px;
  }
}
.portal .item {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.portal .item:last-child {
  margin-bottom: 0px;
}
.portal .item h1 {
  padding: 0px 20px;
  height: 50px;
  float: left;
  clear: left;
  width: 100%;
  background: #2dbdf2;
  font-weight: 600;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
}
.portal .item h1:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/plus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.portal .item h1:hover {
  cursor: pointer;
}
.portal .list {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  display: none;
  background: #ffffff;
}
.portal .list .document {
  float: left;
  width: 310px;
  border: 1px solid #2dbdf2;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 15px 0px;
  box-sizing: border-box;
  margin: 10px 25px;
}
@media screen and (max-width: 990px) {
  .portal .list .document {
    margin-right: 0px;
  }
}
.portal .list .document img {
  width: 35%;
  max-height: 100%;
}
.portal .list .document h2 {
  font-size: 18px;
  font-weight: 600;
  color: #2dbdf2;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
}
#tarifes {
  width: 100%;
  float: left;
  clear: left;
  background: #2dbdf2;
  position: relative;
}
#tarifes .container {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #tarifes .container {
    margin-top: 100px;
  }
}
#tarifes .container tr {
  border-bottom: 1px solid #ffffff !important;
}
#tarifes .container tr:last-child {
  border-bottom: none !important;
}
#tarifes .container h2 {
  font-size: 33px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: 100% !important;
  text-align: left !important;
  margin: 20px  0 15px 0 !important;
  min-height: 30px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 1620px) {
  #tarifes .container h2 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  #tarifes .container h2 {
    font-size: 23px !important;
  }
}
#tarifes .container .info {
  width: 55%;
  padding-left: 150px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #tarifes .container .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #tarifes .container .info {
    padding-left: 0px;
  }
}
#tarifes .container .info:before {
  content: '';
  left: 50px;
  top: 0px;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/cards.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #tarifes .container .info:before {
    left: 10px;
    top: -10px;
  }
}
#tarifes .container .info h1 {
  font-size: 35px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  min-height: 30px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 1620px) {
  #tarifes .container .info h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #tarifes .container .info h1 {
    font-size: 25px !important;
    padding-left: 90px !important;
    min-height: 60px !important;
  }
}
#tarifes .container .info ul {
  list-style: inside !important;
}
#tarifes .container .info p,
#tarifes .container .info li {
  width: 100% !important;
  color: #ffffff !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
}
#tarifes .container .info p:last-child,
#tarifes .container .info li:last-child {
  margin-bottom: 0px !important;
}
#tarifes .container .gallery {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#tarifes .container .gallery .block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}
#tarifes .container .gallery .block figure {
  width: 100%;
  height: 282px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #tarifes .container .gallery .block {
    padding: 0;
  }
}
#tarifes .container .gallery .block h3 {
  color: #ffffff !important;
  font-size: 25px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 25px !important;
  text-transform: uppercase !important;
}
#tarifes .container .gallery .block img {
  width: 100%;
}
#tarifes .container .gallery .block:first-child {
  width: 35%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #tarifes .container .gallery .block:first-child {
    width: 100%;
  }
}
#tarifes .container .gallery .block:last-child {
  width: 65% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-flow: row wrap !important;
}
@media screen and (max-width: 1024px) {
  #tarifes .container .gallery .block:last-child {
    padding: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  #tarifes .container .gallery .block:last-child {
    padding: 15px 0px !important;
    width: 100% !important;
  }
}
#tarifes .container .gallery .block:last-child .prices {
  margin-top: 50px !important;
  padding-right: 50px !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  font-family: 'Source Sans Pro', sans-serif !important;
}
@media screen and (max-width: 1024px) {
  #tarifes .container .gallery .block:last-child .prices {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 990px) {
  #tarifes .container .gallery .block:last-child .prices {
    margin-top: 0px !important;
    padding-right: 30px !important;
  }
}
#tarifes .container .gallery .block:last-child .prices ul {
  list-style: inside !important;
  padding-left: 30px !important;
  margin-bottom: 50px !important;
}
#tarifes .container .gallery .block:last-child .prices p,
#tarifes .container .gallery .block:last-child .prices li,
#tarifes .container .gallery .block:last-child .prices td {
  font-weight: 300 !important;
  width: 100% !important;
  margin: 20px 0 !important;
}
@media screen and (max-width: 990px) {
  #tarifes .container .gallery .block:last-child .prices p,
  #tarifes .container .gallery .block:last-child .prices li,
  #tarifes .container .gallery .block:last-child .prices td {
    font-size: 18px !important;
  }
}
#tarifes .container .gallery .block:last-child .prices p {
  line-height: 28px;
}
#tarifes .container .gallery .block:last-child .prices td {
  padding: 10px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
}
#tarifes .container .gallery .block:last-child .prices td:first-child {
  width: 60% !important;
}
#tarifes .container .gallery .block:last-child .prices td:last-child {
  width: 100% !important;
}
#tarifes .container .gallery .block:last-child .prices li {
  line-height: 22px !important;
  font-size: 16px !important;
}
#about {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  background: #e8e0d7;
}
#about .container {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 1024px) {
  #about .container {
    margin-top: 100px;
  }
}
#about .container img {
  width: 100%;
  margin: 30px 0 50px 0;
  max-height: 100%;
}
#about .container .block {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  #about .container .block {
    width: 100%;
  }
}
#about .container .block h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1620px) {
  #about .container .block h1 {
    font-size: 30px;
  }
}
#about .container .block p {
  width: 100% !important;
  color: #000000 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: justify !important;
  margin-bottom: 25px;
}
#about .container .block p:last-child {
  margin-bottom: 0px;
}
#about .container .block:first-child {
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1620px) {
  #about .container .block:first-child {
    padding-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  #about .container .block:first-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .container .block:first-child {
    padding: 10px !important;
  }
}
#about .container .block:last-child {
  margin-top: 50px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1620px) {
  #about .container .block:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 990px) {
  #about .container .block:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about .container .block:last-child {
    padding: 0px !important;
    margin-top: 0px;
  }
}
#gallery {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
  z-index: 10;
  position: relative;
  padding: 50px 0px;
  background: #e8e0d7;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #gallery {
    padding: 50px 2% 0 !important;
  }
}
#gallery .container {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
#gallery .picture {
  width: 24%;
  margin-right: 1.33333%;
  float: left;
  margin-bottom: 30px;
}
#gallery .picture figure {
  width: 100%;
  height: 186px;
  overflow: hidden;
}
#gallery .picture:nth-child(4n +4) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #gallery .picture {
    width: 100%;
    margin-right: 0%;
  }
}
#gallery .picture img {
  width: 100%;
}
#newsletter {
  padding: 30px 0;
  width: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: rgba(53, 174, 251, 0.76);
  display: flex;
  align-items: center;
  float: left;
  clear: left;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  #newsletter {
    padding: 30px 0;
  }
}
#newsletter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  #newsletter .container {
    flex-flow: row wrap;
  }
}
#newsletter .container .text {
  display: flex;
  flex-flow: row wrap;
  width: 25%;
}
@media screen and (max-width: 990px) {
  #newsletter .container .text {
    width: 100%;
    margin-right: 0;
    flex-flow: column wrap;
    text-align: center;
  }
}
#newsletter .container .text h2 {
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 1620px) {
  #newsletter .container .text h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container .text h2 {
    margin-bottom: 20px !important;
  }
}
#newsletter .container form {
  height: 70px;
  width: 75%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1620px) {
  #newsletter .container form {
    height: 60px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container form {
    width: 100%;
    flex-flow: row wrap;
    height: auto !important;
  }
}
#newsletter .container form .item-form {
  width: 26% !important;
  margin-right: 0%;
}
@media screen and (max-width: 990px) {
  #newsletter .container form .item-form {
    width: 100% !important;
    margin-right: 0;
  }
}
#newsletter .container form input[type="text"] {
  border: none;
  width: 100%;
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  position: relative;
  font-weight: 400;
  box-sizing: border-box;
  background: #d6d6d6;
}
@media screen and (max-width: 1620px) {
  #newsletter .container form input[type="text"] {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container form input[type="text"] {
    margin-bottom: 10px;
  }
}
#newsletter .container form input::-webkit-input-placeholder,
#newsletter .container form textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
#newsletter .container form input:-moz-placeholder,
#newsletter .container form textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#newsletter .container form input::-moz-placeholder,
#newsletter .container form textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#newsletter .container form input:-ms-input-placeholder,
#newsletter .container form textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
#newsletter .container form button {
  background: #1b2026;
  color: #ffffff;
  text-align: center;
  width: 18%;
  height: 70px;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#newsletter .container form button:hover {
  opacity: 0.9;
  color: #000000;
  background: #ffffff;
}
@media screen and (max-width: 1620px) {
  #newsletter .container form button {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  #newsletter .container form button {
    width: 100%;
  }
}
footer {
  clear: left;
  float: left;
  background: url(../images/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1025px) {
  footer {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: #1b2026;
    height: auto;
    float: left;
    clear: left;
  }
}
footer #information {
  min-height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  footer #information {
    align-items: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  footer #information {
    flex-flow: row wrap;
    padding: 20px 2% !important;
  }
}
footer #information .block {
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer #information .block {
    flex-flow: row wrap;
    justify-content: center;
  }
}
footer #information .block img {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  footer #information .block img {
    margin-right: 0px;
  }
}
footer #information .block p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 990px) {
  footer #information .block p {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer #information .block p {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
  }
}
footer #information .social {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 200px;
}
footer #information .social .social-networks {
  margin-bottom: 20px;
  display: flex;
}
footer #information .social .social-networks a {
  margin-right: 20px;
}
footer #information .social .social-networks a img {
  width: 45px;
  max-height: 100%;
}
footer #information .social .social-networks a:nth-child(3) {
  margin-right: 0px;
}
footer #information .social #portalTransparencia {
  width: 200px;
  margin-left: 0px;
  margin-bottom: 0px;
}
footer #copyrights {
  width: 100%;
  background: #000000;
  height: 80px;
}
@media screen and (max-width: 1620px) {
  footer #copyrights {
    height: 60px;
  }
}
@media screen and (max-width: 990px) {
  footer #copyrights {
    float: left;
    clear: left;
    display: flex;
    flex-flow: column wrap;
    height: auto !important;
    jutify-content: center;
    align-items: center;
    padding: 10px 0;
  }
}
footer #copyrights .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 990px) {
  footer #copyrights .container {
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 767px) {
  footer #copyrights .container {
    flex-flow: row wrap !important;
    height: auto !important;
    justify-content: center;
  }
}
footer #copyrights h6 {
  height: auto;
  width: 50%;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 1620px) {
  footer #copyrights h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  footer #copyrights h6 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    line-height: 18px;
  }
}
footer #copyrights img {
  width: 50px;
  max-height: 100%;
}
#full {
  width: 100% !important;
  background: #e8e0d7 !important;
  padding-bottom: 50px !important;
}
#paginacao {
  height: 100px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#paginacao .active {
  color: #ffffff !important;
  border: 1px solid black !important;
  background-color: #000000 !important;
  margin: 100px 0 !important;
}
#paginacao a {
  display: block !important;
  min-width: 35px !important;
  min-height: 35px !important;
  line-height: 40px !important;
  vertical-align: middle !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  text-align: center !important;
  font-size: 12px !important;
  font-family: 'Arial', sans-serif !important;
  margin: 0px 5px !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  font-style: normal !important;
}

#publicacoes {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 0 10px;
}
#publicacoes ul {
  position: relative;
  float: left;
  width: 100%;
}
#publicacoes ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#publicacoes ul li a {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
#publicacoes ul li a .data {
  position: relative;
  float: left;
  width: 180px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.1);
}
#publicacoes ul li a .data p {
  line-height: 40px;
  text-align: center;
  color: #000000;
}
#publicacoes ul li a .resumo {
  position: relative;
  float: right;
  width: calc(100% - 200px);
}
#publicacoes ul li a .resumo h2 {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
#publicacoes ul li a .resumo p {
  color: #000000;
}

#publicacao {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
#publicacao header {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#publicacao header h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}
#publicacao article {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#publicacao footer {
  position: relative;
  float: left;
  width: 100%;
  background: none;
}
#publicacao footer ul {
  position: relative;
  float: left;
  width: 100%;
}
#publicacao footer ul li {
  position: relative;
  float: left;
  width: 250px;
  margin-right: 20px;
  margin-top: 20px;
}
#publicacao footer ul li:nth-child(4n+1) {
  clear: both;
}
#publicacao footer ul li:last-child {
  margin-right: 0;
}
#publicacao footer ul li a {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 10px;
  text-decoration: none;
}
#publicacao footer ul li a:hover {
  background-color: rgba(0,0,0,0.15);
}
#publicacao footer ul li a img {
  position: relative;
  float: left;
  height: 80px;
  margin-right: 10px;
}
#publicacao footer ul li a h2 {
  color: #000;
  line-height: 20px;
  margin-top: 10px;
}
#hotels .information .right {
  padding: 50px 40px !important;
}
#hotels .information .right .social {
  padding-top: 10px;
}
#hotels .information .right .social a img {
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  #publicacao footer ul li:nth-child(4n+1) {
    clear: initial;
  }
  #publicacao footer ul li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 845px) {
  #publicacao footer ul li:nth-child(4n+1) {
    clear: initial;
  }
  #publicacao footer ul li:nth-child(3n+1) {
    clear: initial;
  }
  #publicacao footer ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  #portal .container.portal {
    width: calc(100% - 20px);
  }
  #portal .container.portal .list {
    padding: 5px 0;
  }
  #portal .container.portal .list a {
    margin: 5px 10px;
    width: calc(100% - 20px);
  }
}

/* = RESPONSIVIDADE ============================================================ */
@media screen and (max-width: 1024px) {

  .container {
    padding: 0 20px !important;
  }

  header#fixed .container {
    height: 70px;
  }
  
  header nav .logo {
    padding: 0;
  }

  #blog .container {
    padding: 50px 20px !important;
  }
  #blog a {
    width: 100%;
    margin-right: unset;
  }
  #blog a figure {
    height: 250px;
    overflow: hidden;
  }
  #blog a figure img {
    height: 100%;
    max-height: unset;
    object-fit: cover;
  }

  #visitors {
    padding: 50px 10px !important;
  }
  #visitors .visitor {
    width: calc(50% - 20px);
    margin-right: unset;
    margin: 10px;
  }
  #visitors .visitor figure {
    height: 250px;
  }
  
  #banner-top {
    min-height: 60vh !important;
  }
  #banner-top .slider {
    min-height: 60vh !important;
  }
  #banner-top .slider .slide {
    min-height: 60vh !important;
  }
  #banner-top .slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  footer #information {
    display: unset;
    justify-content: unset;
  }
  footer #information .social {
    width: 100%;
    justify-content: space-around;
  }
  footer #information .social .social-networks {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer #information .social .botoes {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer #information .social .botoes a {
    margin: 0 10px;
  }

  .fb-plugin {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

}
@media screen and (max-width: 768px) {
  #visitors {
    padding: 50px 20px !important;
  }
  #visitors .visitor {
    width: 100%;
    margin: 20px 0;
  }
}
