body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.wide {
  margin: 30px 6px;
  padding: 13px 31px;
  border: 2px solid white;
  border-radius: 15px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}
.button.wide.green {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #1abc9c;
  color: #1abc9c;
}
.section-menu {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
}
.navbar {
  padding: 15px;
  background-color: transparent;
}
.navlink {
  margin-top: 20px;
  border-left-style: none;
  border-left-width: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
}
.navlink:hover {
  color: rgba(255, 255, 255, 0.70);
}
.navlink.w--current {
  color: white;
}
.navlink.w--open {
  margin-bottom: -18px;
}
.brand-block.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.brand-block.w--current:hover {
  opacity: 0.7;
}
.logo-image {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logo-image:hover {
  opacity: 0.7;
}
.section-hero {
  height: 600px;
  padding-top: 0px;
  background-image: url('../images/img_hero.jpg');
  background-position: 0% 51%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-hero.historico {
  background-image: url('../images/img_hero[bg02].jpg');
  background-position: 0% 34%;
}
.section-hero.reserva {
  background-image: url('../images/img_hero[bg08].jpg');
  background-position: 0% 40%;
}
.section-hero.projetos {
  background-image: url('../images/img_hero[bg03].jpg');
  background-position: 0% 66%;
}
.section-hero.publicacao {
  background-image: url('../images/img_hero[bg06].jpg');
}
.section-hero.contato {
  background-image: url('../images/img_hero[bg04].jpg');
  background-position: 0% 21%;
}
.section-hero.veredas {
  background-image: url('../images/img_hero[bg04].jpg');
  background-position: 0% 35%;
}
.section-hero.abiotico {
  background-image: url('../images/img_hero[bg08].jpg');
}
.section-hero.biotico {
  background-image: url('../images/img_hero[bg07].jpg');
  background-position: 0% 33%;
}
.section-parceiros {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px none white;
  background-color: #7a6f57;
  background-image: url('../images/section_bg_maps.jpg');
  background-position: 86% 94%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}
.container-hero {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.2);
}
.h1-chamada-hero {
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
.container-parceiros {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}
.h2-white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.h2-white.title {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 40px;
}
.section-links {
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.h3-titles {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 27px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}
.h3-titles.green {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1abc9c;
  line-height: 35px;
  text-transform: none;
}
.section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #474747;
}
.text-footer {
  color: white;
  font-size: 13px;
  text-align: center;
}
.texto-default {
  margin-top: 10px;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}
.texto-default.branco {
  margin-top: 0px;
  color: white;
}
.texto-default.cinza {
  margin-right: 20px;
  margin-bottom: 14px;
  margin-left: 20px;
  text-align: center;
}
.texto-default.cinza.esq {
  text-align: left;
}
.dropdown-links {
  margin-bottom: 1px;
  margin-left: 22px;
  border-style: solid solid solid dotted;
  border-width: 0px 0px 0px 1px;
  border-color: white;
  background-color: transparent;
  opacity: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-links.w--current {
  color: rgba(255, 255, 255, 0.70);
}
.dropdown-list.w--open {
  background-color: rgba(255, 255, 255, 0);
}
.section-table {
  display: block;
  margin: 30px auto;
  float: none;
  text-align: center;
}
.embed-style {
  display: block;
  margin: 20px auto 25px;
  text-align: center;
}
.container-contato {
  margin-bottom: 120px;
}
.button-wide-submit {
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 31px;
  border: 2px solid #1abc9c;
  border-radius: 15px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #1abc9c;
  font-size: 17px;
}
.thumb-mapa {
  margin-bottom: 30px;
  text-align: center;
}
.section-reservas {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.title-container {
  display: block;
  margin-top: 116px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.div-title-block {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px;
  border-bottom: 1px dotted white;
  background-color: transparent;
  text-align: center;
}
.img-arrow {
  margin-top: 29px;
}
.arrow-link-block {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.arrow-link-block:hover {
  padding-top: 10px;
  opacity: 0.8;
}
.galeria-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
.icon-block {
  position: relative;
  left: -221px;
  top: -75px;
  right: 220px;
  bottom: 34px;
  display: block;
  float: right;
  clear: none;
}
.maps-column {
  text-align: right;
}
.maps-column.left {
  text-align: left;
}
.section-idioma {
  height: 30px;
  background-color: black;
}
.container-idioma {
  height: 30px;
}
.idiomadiv {
  display: block;
  float: right;
  clear: none;
}
.flagdiv {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: left;
}
@media (max-width: 991px) {
  .menu-block-small {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .menu-block-small.w--open {
    background-color: transparent;
  }
  .navbar-small {
    margin-top: 0px;
    background-color: #3b3b3b;
  }
  .icon-block {
    left: -70px;
    top: -95px;
  }
  .maps-column {
    text-align: center;
  }
  .maps-column.left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .icon-block {
    left: -218px;
    right: 26px;
  }
}
@media (max-width: 479px) {
  .icon-block {
    left: -7px;
    top: -156px;
    right: 3px;
  }
}