@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Rama Gothic Rounded M";
  src: url("RamaGothicRoundedM-Regular.woff2") format("woff2"), url("RamaGothicRoundedM-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  background-color: #fff4e3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rama Gothic Rounded M";
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #555;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: none;
}

.fancybox-slide video {
  max-height: 70%;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

a {
  transition: all 0.5s ease;
}

* {
  box-sizing: border-box;
}

.parallax-mirror {
  z-index: 1 !important;
}

a.zap {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 50px;
  background-color: #32ec67;
  color: #fff;
  font-size: 3em;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  z-index: 999;
}

div#general {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general div.wrapper {
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
div#general div#mod {
  width: 80%;
  margin: 0 10%;
  position: fixed;
  display: none;
  z-index: 99;
  top: calc(50% - 250px);
  box-shadow: 1px 2px 9px 9px rgba(0, 0, 0, 0.22);
}
div#general div#mod .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: -70px;
  z-index: 10;
  position: absolute;
}
div#general div#mod .owl-dots .owl-dot {
  width: 60px;
  height: 7px;
  background-color: #fff;
  margin: 0 7px;
}
div#general div#mod .owl-dots .owl-dot.active {
  background-color: #e87e54;
}
div#general div#mod div.left {
  width: 50%;
  float: left;
  height: 550px;
  background: #e9e0d2;
  padding: 50px 5%;
  position: relative;
}
div#general div#mod div.left a.closemod {
  position: absolute;
  font-size: 3em;
  color: #e87e54;
  top: 30px;
  right: 30px;
}
div#general div#mod div.left h3 {
  color: #e87e54;
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
div#general div#mod div.left p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000;
  overflow: auto;
  max-height: 380px;
}
div#general div#mod div.right {
  width: 50%;
  float: left;
  height: 550px;
  background: #505050;
}
div#general div#mod div.right div.divers {
  height: 550px;
  width: 100%;
}
div#general div#mod div.right div.divers div.item {
  height: 550px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
div#general header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.5s ease;
}
div#general header a.menu {
  display: none;
  background-color: #fff;
  color: #0a7d96;
  font-size: 1.6em;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 7%;
}
div#general header div.langswitch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: transparent url(../img/sel.webp) no-repeat left center;
  padding-left: 30px;
  margin-left: 15px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
  margin-top: -15px;
  transition: all 0.5s ease;
}
div#general header div.langswitch small {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
div#general header div.langswitch div.drop {
  display: none;
  position: absolute;
  background-color: #0a7d96;
  padding: 15px 25px;
  top: 25px;
  left: 0;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
}
div#general header div.langswitch a {
  color: #fff;
  line-height: 1.3em;
}
div#general header div.langswitch a img {
  display: none;
}
div#general header#primary {
  height: 160px;
  background-color: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.587272409) 100%);
}
div#general header#primary a.logo {
  display: block;
  position: absolute;
  width: 120px;
  top: 30px;
  left: 30px;
}
div#general header#primary a.logo img {
  width: 100%;
  transition: all 0.5s ease;
}
div#general header#primary nav {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  position: relative;
}
div#general header#primary nav div.menu-menu-1-container {
  width: 100%;
}
div#general header#primary nav ul.menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.5s ease;
}
div#general header#primary nav ul.menu > li.menu-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  position: relative;
}
div#general header#primary nav ul.menu > li.menu-item a {
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}
div#general header#primary nav ul.menu > li.menu-item span {
  width: 0;
  height: 5px;
  left: 50%;
  bottom: 10px;
  position: absolute;
  background-color: #e87e54;
  transition: all 0.5s ease;
}
div#general header#primary nav ul.menu > li.menu-item:last-child a {
  color: #000;
  padding: 20px 35px;
  background-color: #63bdd1;
  margin-top: -17px;
}
div#general header#primary nav ul.menu > li.menu-item:last-child a:hover {
  background-color: #e87e54;
}
div#general header#primary nav ul.menu > li.menu-item:last-child span {
  display: none !important;
}
div#general header#primary nav ul.menu > li.menu-item:hover span {
  left: 0;
  width: 100%;
  height: 5px;
}
div#general header#primary nav ul.menu > li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  width: 200px;
  background-color: #0a7d96;
  padding: 10px;
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.23);
}
div#general header#primary nav ul.menu > li.menu-item ul.sub-menu li {
  margin-bottom: 15px;
}
div#general header#primary nav ul.menu > li.menu-item ul.sub-menu li span {
  display: none;
}
div#general header#primary nav ul.menu > li.menu-item ul.sub-menu li a {
  color: #fff;
  line-height: 1.3em;
}
div#general header#primary nav ul.menu > li.menu-item ul.sub-menu li a:hover {
  color: #000;
}
div#general header#primary nav ul.menu.menu-item-home a {
  font-size: 1.5em !important;
}
div#general header#primary.int {
  background: #e87e54 !important;
}
div#general header.roll#primary {
  height: 60px;
  background-color: #53b0c5;
}
div#general header.roll#primary div.langswitch {
  margin-top: 0;
}
div#general header.roll#primary a.logo {
  width: 45px;
  top: 10px;
}
div#general header.roll#primary ul.menu {
  margin-top: 18px;
}
div#general main {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div#general main section {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#destaque {
  height: 867px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div#general main section#destaque.single {
  height: 660px;
}
div#general main section#destaque div.heading {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background-color: #e87e54;
  padding: 15px 30px;
  left: 0;
  bottom: 20%;
  z-index: 9998;
}
div#general main section#destaque div.heading h1 {
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: 2px;
  color: #fff;
}
div#general main section#destaque div.heading span {
  background-color: #63bdd1;
  height: 12px;
  width: 95%;
  bottom: -12px;
  left: 0;
  position: absolute;
}
div#general main section.ref {
  height: 0;
}
div#general main section.ref.roll {
  height: 116px;
}
div#general main section#motor {
  background-color: #e87e54;
  padding: 30px 0;
  z-index: 999;
  position: relative;
  top: 0;
}
div#general main section#motor ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  transition: all 0.5s ease;
}
div#general main section#motor ul li {
  margin-right: 15px;
}
div#general main section#motor ul li select {
  border: 2px solid #fff;
  padding: 0 15px;
  color: #fff;
  font-size: 1.3em;
  background: transparent url(../img/sel.webp) no-repeat right center;
  height: 56px;
  line-height: 56px;
  width: 200px;
  text-transform: uppercase;
  font-weight: 100;
}
div#general main section#motor ul li input {
  border: 2px solid #fff;
  padding: 0 15px;
  color: #fff;
  font-size: 1.3em;
  background: transparent url(../img/input.webp) no-repeat right center;
  height: 56px;
  line-height: 56px;
  width: 200px;
  text-transform: uppercase;
  font-weight: 100;
}
div#general main section#motor ul li input::-moz-placeholder {
  color: #fff;
}
div#general main section#motor ul li input::placeholder {
  color: #fff;
}
div#general main section#motor ul li a#res-submit {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border: 2px solid #63bdd1;
  background-color: #63bdd1;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  letter-spacing: 1px;
}
div#general main section#motor ul li:last-child {
  margin-right: 0;
}
div#general main section#motor ul li.li-selectHotel {
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 2px;
  font-family: "Rama Gothic Rounded M";
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  height: 56px;
  line-height: 56px;
}
div#general main section#motor.roll {
  position: fixed;
  top: 60px;
  padding: 15px 0;
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
div#general main section#promo {
  background-color: #53b0c5;
  padding: 80px 0;
}
div#general main section#promo .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
div#general main section#promo .owl-dots .owl-dot {
  width: 60px;
  height: 7px;
  background-color: #fff;
  margin: 0 7px;
}
div#general main section#promo .owl-dots .owl-dot.active {
  background-color: #e87e54;
}
div#general main section#promo h2 {
  font-size: 5em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background: url(../img/waves.png) no-repeat center bottom;
  padding-bottom: 30px;
  background-size: 180px auto;
  margin-bottom: 80px;
  display: inline-block;
}
div#general main section#promo div.promos div.owl-item div.item {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-color: #e87e54;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: all 0.5s ease;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  left: 0;
  background-color: rgba(232, 126, 84, 0.8117647059);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.5s ease;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.left {
  width: 65%;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.left h4 {
  color: #fff;
  font-size: 3em;
  font-weight: 200;
  margin-bottom: 5px;
  text-transform: uppercase;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.left p {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.left small {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.right a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 15px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#promo div.promos div.owl-item div.item div.hidden div.right a:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#promo div.promos div.owl-item.center div.item, div#general main section#promo div.promos div.owl-item:hover div.item {
  opacity: 1;
}
div#general main section#promo div.promos div.owl-item.center div.item div.hidden, div#general main section#promo div.promos div.owl-item:hover div.item div.hidden {
  opacity: 1;
  bottom: 0;
}
div#general main section#galevs {
  background-color: #53b0c5;
  padding: 100px 0;
}
div#general main section#galevs .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
div#general main section#galevs .owl-dots .owl-dot {
  width: 60px;
  height: 7px;
  background-color: #fff;
  margin: 0 7px;
}
div#general main section#galevs .owl-dots .owl-dot.active {
  background-color: #e87e54;
}
div#general main section#galevs h2 {
  font-size: 5em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background: url(../img/waves.png) no-repeat center bottom;
  padding-bottom: 30px;
  background-size: 180px auto;
  margin-bottom: 80px;
  display: inline-block;
}
div#general main section#galevs div.galevs div.owl-item div.item {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-color: #e87e54;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: all 0.5s ease;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: -20px;
  opacity: 0;
  left: 10px;
  background-color: #e87e54;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.5s ease;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.left {
  width: 65%;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.left h4 {
  color: #fff;
  font-size: 3em;
  font-weight: 200;
  margin-bottom: 5px;
  text-transform: uppercase;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.left p {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.left small {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.right a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#galevs div.galevs div.owl-item div.item div.hidden div.right a:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#galevs div.galevs div.owl-item.center div.item, div#general main section#galevs div.galevs div.owl-item:hover div.item {
  opacity: 1;
}
div#general main section#galevs div.galevs div.owl-item.center div.item div.hidden, div#general main section#galevs div.galevs div.owl-item:hover div.item div.hidden {
  opacity: 1;
  bottom: -10px;
}
div#general main section#moreinfo {
  padding: 100px 0;
  background-color: #e87e54;
}
div#general main section#moreinfo div.wrapper {
  justify-content: space-between;
}
div#general main section#moreinfo div.left {
  width: 40%;
}
div#general main section#moreinfo div.left p {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
}
div#general main section#moreinfo div.left p strong {
  font-weight: bold;
}
div#general main section#moreinfo div.right {
  width: 50%;
}
div#general main section#moreinfo div.right p {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 50px;
}
div#general main section#moreinfo div.right p strong {
  font-weight: bold;
}
div#general main section#moreinfo div.right a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#moreinfo div.right a:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#moreinfo div.right table {
  margin-bottom: 50px;
}
div#general main section#moreinfo div.right table thead tr {
  background-color: #0a7d96;
  border-bottom: 2px solid #e87e54;
}
div#general main section#moreinfo div.right table thead tr th {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}
div#general main section#moreinfo div.right table tbody tr {
  background-color: #53b0c5;
  margin-bottom: 2px;
  border-bottom: 2px solid #e87e54;
}
div#general main section#moreinfo div.right table tbody tr td {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}
div#general main section#moreinfo div.right table tbody tr:nth-child(even) {
  background-color: #FFF4E3;
}
div#general main section#moreinfo div.right table tbody tr:nth-child(even) td {
  color: #000;
}
div#general main section#promoprincipal {
  padding: 100px 0;
  background-color: #026278;
}
div#general main section#promoprincipal div.wrapper {
  justify-content: space-between;
}
div#general main section#promoprincipal div.wrapper div.left {
  width: 48%;
  height: 0;
  padding-bottom: 48%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div#general main section#promoprincipal div.wrapper div.left img {
  position: absolute;
  bottom: -18px;
  right: -30px;
}
div#general main section#promoprincipal div.wrapper div.right {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
div#general main section#promoprincipal div.wrapper div.right h2 {
  color: #e87e54;
  font-size: 4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div#general main section#promoprincipal div.wrapper div.right small {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 40px;
}
div#general main section#promoprincipal div.wrapper div.right p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
div#general main section#promoprincipal div.wrapper div.right ul {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#promoprincipal div.wrapper div.right ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 20px;
  color: #fff;
}
div#general main section#promoprincipal div.wrapper div.right ul li i {
  color: #e87e54;
  margin-right: 5px;
}
div#general main section#promoprincipal div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#promoprincipal div.wrapper div.right a i {
  margin-left: 20px;
}
div#general main section#promoprincipal div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#natureza {
  padding: 100px 0;
  background-color: #53b0c5;
}
div#general main section#natureza h2 {
  font-size: 5em;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
div#general main section#natureza h2 img {
  position: absolute;
  bottom: -15px;
  margin-left: -120px;
  max-width: 150px;
}
div#general main section#natureza ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div#general main section#natureza ul li {
  width: 23%;
  margin: 0 1% 50px;
  height: 0;
  padding-bottom: 14%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
div#general main section#natureza ul li div.leg {
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 38%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.5s ease;
}
div#general main section#natureza ul li div.leg h3 {
  color: #fff;
  font-size: 3em;
  letter-spacing: 2px;
  transition: all 0.5s ease;
}
div#general main section#natureza ul li div.leg i {
  color: #ee865d;
  font-size: 2em;
  margin-top: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
div#general main section#natureza ul li:hover div.leg {
  padding-bottom: 40px;
}
div#general main section#natureza ul li:hover div.leg h3 {
  color: #ee865d;
}
div#general main section#natureza ul li:hover div.leg i {
  opacity: 1;
}
div#general main section#pravc {
  padding: 100px 0;
  background-color: #e87e54;
}
div#general main section#pravc h2 {
  font-size: 5em;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
div#general main section#pravc h2 img {
  position: absolute;
  bottom: -15px;
  margin-left: -120px;
  max-width: 150px;
}
div#general main section#pravc ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div#general main section#pravc ul li {
  width: 23%;
  margin: 0 1% 50px;
  height: 0;
  padding-bottom: 14%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
div#general main section#pravc ul li div.leg {
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 38%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.5s ease;
}
div#general main section#pravc ul li div.leg h3 {
  color: #fff;
  font-size: 3em;
  letter-spacing: 2px;
  transition: all 0.5s ease;
}
div#general main section#pravc ul li div.leg i {
  color: #ee865d;
  font-size: 2em;
  margin-top: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
div#general main section#pravc ul li:hover div.leg {
  padding-bottom: 40px;
}
div#general main section#pravc ul li:hover div.leg h3 {
  color: #ee865d;
}
div#general main section#pravc ul li:hover div.leg i {
  opacity: 1;
}
div#general main section#crianca {
  padding: 100px 0;
}
div#general main section#crianca h2 {
  font-size: 5em;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
div#general main section#crianca h2 img {
  position: absolute;
  bottom: -15px;
  margin-left: -120px;
  max-width: 150px;
}
div#general main section#crianca ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div#general main section#crianca ul li {
  width: 23%;
  margin: 0 1% 50px;
  height: 0;
  padding-bottom: 14%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
div#general main section#crianca ul li div.leg {
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 38%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.5s ease;
}
div#general main section#crianca ul li div.leg h3 {
  color: #fff;
  font-size: 3em;
  letter-spacing: 2px;
  transition: all 0.5s ease;
}
div#general main section#crianca ul li div.leg i {
  color: #ee865d;
  font-size: 2em;
  margin-top: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
div#general main section#crianca ul li:hover div.leg {
  padding-bottom: 40px;
}
div#general main section#crianca ul li:hover div.leg h3 {
  color: #ee865d;
}
div#general main section#crianca ul li:hover div.leg i {
  opacity: 1;
}
div#general main section#maispromo {
  padding: 100px 0;
}
div#general main section#maispromo div.wrapper {
  justify-content: space-between;
}
div#general main section#maispromo div.prom {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
div#general main section#maispromo div.prom div.left {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
div#general main section#maispromo div.prom div.left img {
  position: absolute;
  bottom: -18px;
  right: -30px;
  width: 170px;
}
div#general main section#maispromo div.prom div.right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
div#general main section#maispromo div.prom div.right h2 {
  color: #e87e54;
  font-size: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div#general main section#maispromo div.prom div.right small {
  color: #000;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 30px;
}
div#general main section#maispromo div.prom div.right p {
  color: #000;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
div#general main section#maispromo div.prom div.right ul {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#maispromo div.prom div.right ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 20px;
  color: #000;
}
div#general main section#maispromo div.prom div.right ul li i {
  color: #e87e54;
  margin-right: 5px;
}
div#general main section#maispromo div.prom div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#maispromo div.prom div.right a i {
  margin-left: 20px;
}
div#general main section#maispromo div.prom div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#oquefazer {
  padding: 100px 0;
}
div#general main section#oquefazer div.wrapper {
  justify-content: space-between;
}
div#general main section#oquefazer div.wrapper div.left {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
div#general main section#oquefazer div.wrapper div.left h1 {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.1em;
  color: #53b0c5;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  background: url(../img/waves_azul.png) no-repeat right bottom;
  background-size: 200px auto;
  padding-bottom: 50px;
}
div#general main section#oquefazer div.wrapper div.left h1 span {
  color: #ee865d;
  font-size: 1.5em;
}
div#general main section#oquefazer div.wrapper div.right {
  width: 45%;
}
div#general main section#oquefazer div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
}
div#general main section#oquefazer div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#oquefazer div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#oquefazer div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#allincl {
  padding: 30px 0 0;
  min-height: 780px;
}
div#general main section#allincl div.wrapper {
  justify-content: space-between;
}
div#general main section#allincl div.getimg {
  width: 900px;
  height: 600px;
  position: absolute;
  left: calc(50% - 960px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 6;
}
div#general main section#allincl div.colorblue {
  width: 840px;
  height: 200px;
  background-color: #53b0c5;
  position: absolute;
  left: calc(50% - 960px);
  margin-top: 440px;
  z-index: 5;
}
div#general main section#allincl img.casal {
  position: absolute;
  width: 480px;
  right: calc(50% - 1000px);
  margin-top: 56px;
}
div#general main section#allincl div.left {
  width: 45%;
}
div#general main section#allincl div.right {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general main section#allincl div.right h2 {
  font-size: 4em;
  color: #53b0c5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
}
div#general main section#allincl div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
}
div#general main section#allincl div.right p strong {
  font-weight: bold;
}
div#general main section#allincl div.right a {
  border: 2px solid #53b0c5;
  text-transform: uppercase;
  color: #53b0c5;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#allincl div.right a:hover {
  background-color: #53b0c5;
  color: #fff;
}
div#general main section#descanso {
  background-color: #e87e54;
  padding: 100px 0 250px;
  margin-bottom: 280px;
}
div#general main section#descanso div.wrapper {
  flex-direction: column;
}
div#general main section#descanso div.wrapper img.waves {
  position: absolute;
  right: 0;
  top: -90px;
}
div#general main section#descanso div.wrapper div.infs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 6;
}
div#general main section#descanso div.wrapper h2 {
  color: #fff;
  font-size: 4.5em;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
div#general main section#descanso div.wrapper p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 50px;
  color: #fff;
  max-width: 80%;
}
div#general main section#descanso div.wrapper p strong {
  font-weight: bold;
}
div#general main section#descanso div.wrapper a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#descanso div.wrapper a:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#descanso .owl-prev {
  color: #fff;
  font-size: 8em;
  position: absolute;
  left: calc(50% - 570px);
  top: 100px;
}
div#general main section#descanso .owl-next {
  color: #fff;
  font-size: 8em;
  position: absolute;
  left: calc(50% - 200px);
  top: 100px;
}
div#general main section#descanso div.lazer {
  width: 100%;
  height: 600px;
  position: absolute;
  right: 0;
  bottom: -300px;
  z-index: 4;
}
div#general main section#descanso div.lazer div.item {
  width: 50%;
  height: 600px;
  position: relative;
  background-size: cover;
  left: 50%;
}
div#general main section#descanso div.lazer div.item h3 {
  position: absolute;
  left: -540px;
  width: 340px;
  top: 142px;
  text-align: center;
  color: #fff;
  font-size: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div#general main section#descanso div.lazer div.item div.foto {
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#general main section#depoimentos {
  padding: 100px 0 100px;
}
div#general main section#depoimentos div.wrapper {
  flex-direction: column;
}
div#general main section#depoimentos div.wrapper img.trip {
  position: absolute;
  left: calc(50% - 100px);
  top: 190px;
  width: 200px;
}
div#general main section#depoimentos div.wrapper h2 {
  color: #e9e0d2;
  font-size: 20em;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.4;
}
div#general main section#depoimentos div.wrapper .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
div#general main section#depoimentos div.wrapper .owl-dots .owl-dot {
  width: 60px;
  height: 7px;
  background-color: #e9e0d2;
  margin: 0 7px;
}
div#general main section#depoimentos div.wrapper .owl-dots .owl-dot.active {
  background-color: #e87e54;
}
div#general main section#depoimentos div.wrapper div.depo {
  width: 70%;
  margin: 50px 15% 0;
}
div#general main section#depoimentos div.wrapper div.depo div.item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general main section#depoimentos div.wrapper div.depo div.item p {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 40px;
}
div#general main section#depoimentos div.wrapper div.depo div.item h4 {
  font-size: 3em;
  text-align: center;
}
div#general main section#galeria {
  padding: 100px 0 80px;
}
div#general main section#galeria img.waves {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}
div#general main section#galeria .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
div#general main section#galeria .owl-dots .owl-dot {
  width: 60px;
  height: 7px;
  background-color: #e9e0d2;
  margin: 0 7px;
}
div#general main section#galeria .owl-dots .owl-dot.active {
  background-color: #e87e54;
}
div#general main section#galeria div.gal div.item {
  height: 600px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
div#general main section#galeria div.gal div.item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
div#general main section#prog {
  padding: 100px 0 0;
}
div#general main section#prog div.wrapper {
  justify-content: space-between;
}
div#general main section#prog div.wrapper img.galera {
  position: absolute;
  left: calc(50% - 880px);
  max-height: 500px;
  top: 50px;
}
div#general main section#prog div.wrapper div.left {
  width: 45%;
  min-height: 450px;
}
div#general main section#prog div.wrapper div.right {
  width: 45%;
  padding-top: 60px;
}
div#general main section#prog div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
}
div#general main section#prog div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#prog div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#prog div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#progcont {
  padding: 100px 0 0;
}
div#general main section#progcont div.wrapper {
  justify-content: space-between;
}
div#general main section#progcont div.wrapper img.galera {
  position: absolute;
  left: calc(50% - 540px);
  max-height: 500px;
  top: 50px;
}
div#general main section#progcont div.wrapper div.left {
  width: 45%;
  min-height: 450px;
}
div#general main section#progcont div.wrapper div.right {
  width: 45%;
  padding-top: 0px;
}
div#general main section#progcont div.wrapper div.right h2 {
  font-size: 4em;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #e87e54;
}
div#general main section#progcont div.wrapper div.right h3 {
  font-size: 4em;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #e87e54;
}
div#general main section#progcont div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 50px;
}
div#general main section#progcont div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#progcont div.wrapper div.right ul li {
  font-size: 1.2em;
  line-height: 1.5em;
}
div#general main section#progcont div.wrapper div.right ul li i {
  color: #e87e54;
  margin-right: 10px;
}
div#general main section#progcont div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#progcont div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#form {
  background-color: #e87e54;
  padding: 100px 0;
}
div#general main section#form div.wrapper {
  justify-content: center;
}
div#general main section#form h2 {
  font-size: 4em;
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: #fff;
}
div#general main section#form div.wpcf7 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div#general main section#form form {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#form form p {
  width: 100%;
}
div#general main section#form form input[type=text],
div#general main section#form form input[type=email],
div#general main section#form form input[type=tel] {
  width: 100%;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.4em;
  padding: 10px 25px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
div#general main section#form form input[type=text]::-moz-placeholder, div#general main section#form form input[type=email]::-moz-placeholder, div#general main section#form form input[type=tel]::-moz-placeholder {
  color: #fff;
}
div#general main section#form form input[type=text]::placeholder,
div#general main section#form form input[type=email]::placeholder,
div#general main section#form form input[type=tel]::placeholder {
  color: #fff;
}
div#general main section#form form textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.4em;
  padding: 15px 25px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
div#general main section#form form textarea::-moz-placeholder {
  color: #fff;
}
div#general main section#form form textarea::placeholder {
  color: #fff;
}
div#general main section#form form input[type=submit] {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #e87e54;
  background-color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  margin-top: 20px;
}
div#general main section#form form input[type=submit]:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#proghotel {
  padding: 100px 0 0;
}
div#general main section#proghotel div.wrapper {
  justify-content: space-between;
}
div#general main section#proghotel div.wrapper img.galera {
  position: absolute;
  left: calc(50% - 800px);
  max-height: 550px;
  top: 20px;
}
div#general main section#proghotel div.wrapper div.left {
  width: 45%;
  min-height: 450px;
}
div#general main section#proghotel div.wrapper div.right {
  width: 45%;
  padding-top: 60px;
}
div#general main section#proghotel div.wrapper div.right h2 {
  font-size: 4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
div#general main section#proghotel div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
}
div#general main section#proghotel div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#proghotel div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#proghotel div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#progeventos {
  padding: 100px 0 0;
}
div#general main section#progeventos div.wrapper {
  justify-content: space-between;
}
div#general main section#progeventos div.wrapper img.galera {
  position: absolute;
  left: calc(50% - 860px);
  max-height: 450px;
  bottom: 0px;
}
div#general main section#progeventos div.wrapper div.left {
  width: 45%;
  min-height: 450px;
}
div#general main section#progeventos div.wrapper div.right {
  width: 45%;
  padding-top: 60px;
}
div#general main section#progeventos div.wrapper div.right h2 {
  font-size: 4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
div#general main section#progeventos div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
}
div#general main section#progeventos div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#progeventos div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#progeventos div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#gastro {
  padding: 150px 0;
  background-color: #e87e54;
}
div#general main section#gastro div.wrapper {
  justify-content: space-between;
  margin-bottom: 100px;
}
div#general main section#gastro div.wrapper:last-child {
  margin-bottom: 0;
}
div#general main section#gastro div.wrapper.switch {
  flex-direction: row-reverse;
}
div#general main section#gastro div.wrapper div.left {
  width: 45%;
  height: 0;
  padding-bottom: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
div#general main section#gastro div.wrapper div.left img {
  position: absolute;
  bottom: -18px;
  right: -30px;
}
div#general main section#gastro div.wrapper.switch {
  flex-direction: row-reverse;
}
div#general main section#gastro div.wrapper.switch div.left img {
  left: -30px;
  bottom: -25px;
}
div#general main section#gastro div.wrapper div.right {
  width: 45%;
}
div#general main section#gastro div.wrapper div.right h2 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 3.5em;
  margin-bottom: 20px;
}
div#general main section#gastro div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
  color: #fff;
}
div#general main section#gastro div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#gastro div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#gastro div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#coliseum {
  padding: 150px 0;
  background: #53b0c5 url(../img/coliseum.webp) no-repeat left center;
  background-attachment: fixed;
  background-size: 50% auto;
}
div#general main section#coliseum img.waves {
  position: absolute;
  right: -60px;
  top: -90px;
  z-index: 9;
}
div#general main section#coliseum div.wrapper {
  justify-content: space-between;
  margin-bottom: 100px;
}
div#general main section#coliseum div.wrapper:last-child {
  margin-bottom: 0;
}
div#general main section#coliseum div.wrapper.switch {
  flex-direction: row-reverse;
}
div#general main section#coliseum div.wrapper div.left {
  width: 45%;
  height: 0;
  padding-bottom: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
div#general main section#coliseum div.wrapper div.left img {
  position: absolute;
  bottom: -18px;
  right: -30px;
}
div#general main section#coliseum div.wrapper.switch {
  flex-direction: row-reverse;
}
div#general main section#coliseum div.wrapper.switch div.left img {
  left: -30px;
  bottom: -25px;
}
div#general main section#coliseum div.wrapper div.right {
  width: 45%;
}
div#general main section#coliseum div.wrapper div.right h2 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 3.5em;
  margin-bottom: 20px;
}
div#general main section#coliseum div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
  color: #fff;
}
div#general main section#coliseum div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#coliseum div.wrapper div.right a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#coliseum div.wrapper div.right a:hover {
  background-color: #e87e54;
  border-color: #e87e54;
  color: #fff;
}
div#general main section#mapa {
  padding: 100px 0;
}
div#general main section#mapa a.mapa {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
div#general main section#mapa a.mapa img {
  width: 100%;
}
div#general main section#mapa p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 40px;
}
div#general main section#mapa a.bt {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
}
div#general main section#mapa a.bt:hover {
  background-color: #e87e54;
  border-color: #e87e54;
  color: #fff;
}
div#general main section#bares {
  background-color: #63bdd1;
  padding: 0;
}
div#general main section#bares img.waves {
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 6;
}
div#general main section#bares div.wrapper {
  flex-direction: column;
}
div#general main section#bares div.wrapper img.waves {
  position: absolute;
  right: 0;
  top: -90px;
}
div#general main section#bares div.wrapper div.infs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 6;
}
div#general main section#bares div.wrapper h2 {
  color: #fff;
  font-size: 4.5em;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
div#general main section#bares div.wrapper p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 50px;
  color: #fff;
  max-width: 80%;
}
div#general main section#bares div.wrapper p strong {
  font-weight: bold;
}
div#general main section#bares div.wrapper a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#bares div.wrapper a:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#bares .owl-prev {
  color: #fff;
  font-size: 8em;
  position: absolute;
  left: calc(50% - 570px);
  top: calc(50% - 82px);
}
div#general main section#bares .owl-next {
  color: #fff;
  font-size: 8em;
  position: absolute;
  left: calc(50% - 110px);
  top: calc(50% - 82px);
}
div#general main section#bares div.bares {
  width: 100%;
  height: 600px;
  z-index: 4;
}
div#general main section#bares div.bares div.item {
  width: 50%;
  height: 600px;
  position: relative;
  background-size: cover;
  left: 50%;
}
div#general main section#bares div.bares div.item div.inf {
  position: absolute;
  left: -510px;
  width: 380px;
  top: 142px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general main section#bares div.bares div.item div.inf h3 {
  text-align: left;
  color: #fff4e3;
  font-size: 4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
div#general main section#bares div.bares div.item div.inf p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 30px;
}
div#general main section#bares div.bares div.item div.inf a {
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#bares div.bares div.item div.inf a:hover {
  background-color: #fff;
  color: #e87e54;
}
div#general main section#bares div.bares div.item div.foto {
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#general main section#jantares {
  padding: 100px 0;
}
div#general main section#jantares div.wrapper {
  justify-content: space-between;
}
div#general main section#jantares div.wrapper .owl-dots {
  width: 100%;
  margin-top: 0;
  margin-left: 40px;
}
div#general main section#jantares div.wrapper .owl-dots .owl-dot {
  width: 60px;
  height: 10px;
  background-color: #e9e0d2;
  margin: 0 14px 0 0;
}
div#general main section#jantares div.wrapper .owl-dots .owl-dot.active {
  background-color: #e87e54;
}
div#general main section#jantares div.wrapper div.left {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div#general main section#jantares div.wrapper div.left h1 {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  flex-direction: column;
  font-size: 6em;
  line-height: 1.1em;
  color: #53b0c5;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  background: url(../img/waves_azul.png) no-repeat right bottom;
  background-size: 200px auto;
  padding-bottom: 50px;
}
div#general main section#jantares div.wrapper div.left h1 span {
  color: #ee865d;
  font-size: 1.5em;
}
div#general main section#jantares div.wrapper div.right {
  width: 60%;
}
div#general main section#jantares div.wrapper div.right div.jantares div.item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#jantares div.wrapper div.right div.jantares div.img {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
div#general main section#jantares div.wrapper div.right div.jantares div.img img {
  max-width: 115px;
  margin-bottom: 20px;
}
div#general main section#jantares div.wrapper div.right div.jantares div.img h4 {
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #63bdd1;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}
div#general main section#jantares div.wrapper div.right div.jantares div.txt {
  width: 65%;
}
div#general main section#jantares div.wrapper div.right div.jantares div.txt p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 85%;
  margin-bottom: 80px;
}
div#general main section#jantares div.wrapper div.right div.jantares div.txt p strong {
  font-weight: bold;
}
div#general main section#programacao {
  padding: 80px 0 0;
}
div#general main section#programacao div.wrapper div.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 480px;
  overflow: hidden;
  position: relative;
}
div#general main section#programacao div.wrapper div.wrap.open {
  height: auto;
}
div#general main section#programacao div.wrapper div.wrap a.croplink {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #FFF4E3;
  background: linear-gradient(0deg, rgb(255, 244, 227) 42%, rgba(0, 0, 0, 0) 100%);
  padding: 80px 0 30px;
  font-weight: bold;
  color: #e87e54;
  font-size: 2em;
  text-align: center;
  text-decoration: underline;
}
div#general main section#programacao div.wrapper div.wrap h2 {
  font-size: 4em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
div#general main section#programacao div.wrapper div.wrap h3 {
  font-size: 2.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #e87e54;
}
div#general main section#programacao div.wrapper div.wrap h3 span {
  background-color: #0a7d96;
  padding: 4px 7px;
  color: #fff;
  border-radius: 5px;
}
div#general main section#programacao div.wrapper div.wrap p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
div#general main section#programacao div.wrapper div.wrap p strong {
  font-weight: bold;
}
div#general main section#acomoda {
  padding: 150px 0;
}
div#general main section#acomoda.trilha {
  background: url(../img/trilha.webp) repeat-y center top;
  background-attachment: fixed;
}
div#general main section#acomoda div.wrapper {
  justify-content: space-between;
  margin-bottom: 180px;
}
div#general main section#acomoda div.wrapper:last-child {
  margin-bottom: 0;
}
div#general main section#acomoda div.wrapper.switch {
  flex-direction: row-reverse;
}
div#general main section#acomoda div.wrapper div.left {
  width: 65%;
  height: 0;
  padding-bottom: 42%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -20%;
}
div#general main section#acomoda div.wrapper div.left img {
  position: absolute;
  bottom: -18px;
  right: -30px;
}
div#general main section#acomoda div.wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
div#general main section#acomoda div.wrapper:nth-child(even) div.left {
  margin-right: -20%;
  margin-left: 0;
}
div#general main section#acomoda div.wrapper:nth-child(even) div.left img {
  left: -30px;
  bottom: -25px;
}
div#general main section#acomoda div.wrapper div.right {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div#general main section#acomoda div.wrapper div.right h2 {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  font-size: 3.5em;
  margin-bottom: 20px;
}
div#general main section#acomoda div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 25px;
  color: #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#acomoda div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section#acomoda div.wrapper div.right ul {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#acomoda div.wrapper div.right ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 20px;
}
div#general main section#acomoda div.wrapper div.right ul li i {
  color: #e87e54;
  margin-right: 5px;
}
div#general main section#acomoda div.wrapper div.right a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#acomoda div.wrapper div.right a i {
  margin-left: 20px;
}
div#general main section#acomoda div.wrapper div.right a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#acomoda div.wrapper.hidden {
  background-color: #53b0c5;
  padding: 80px;
}
div#general main section#acomoda div.wrapper.hidden div.beberibe {
  width: 100%;
}
div#general main section#acomoda div.wrapper.hidden div.beberibe div.item div.foto {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
div#general main section.trilha {
  padding: 150px 0;
  background: url(../img/trilha.webp) repeat-y center top;
  background-attachment: fixed;
}
div#general main section.trilha div.wrapper {
  justify-content: space-between;
  margin-bottom: 180px;
}
div#general main section.trilha div.wrapper:last-child {
  margin-bottom: 0;
}
div#general main section.trilha div.wrapper.switch {
  flex-direction: row-reverse;
}
div#general main section.trilha div.wrapper div.left {
  width: 65%;
  height: 0;
  padding-bottom: 42%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -20%;
}
div#general main section.trilha div.wrapper div.left img {
  position: absolute;
  bottom: -18px;
  right: -30px;
}
div#general main section.trilha div.wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
div#general main section.trilha div.wrapper:nth-child(even) div.left {
  margin-right: -20%;
  margin-left: 0;
}
div#general main section.trilha div.wrapper:nth-child(even) div.left img {
  left: -30px;
  bottom: -25px;
}
div#general main section.trilha div.wrapper div.right {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div#general main section.trilha div.wrapper div.right h2 {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  font-size: 3.5em;
  margin-bottom: 20px;
}
div#general main section.trilha div.wrapper div.right p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 25px;
  color: #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section.trilha div.wrapper div.right p strong {
  font-weight: bold;
}
div#general main section.trilha div.wrapper div.right ul {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
div#general main section.trilha div.wrapper div.right ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 20px;
}
div#general main section.trilha div.wrapper div.right ul li a {
  color: #000;
  text-decoration: underline;
}
div#general main section.trilha div.wrapper div.right ul li i {
  color: #e87e54;
  margin-right: 5px;
}
div#general main section.trilha div.wrapper div.right div.bts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section.trilha div.wrapper div.right a.bt {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section.trilha div.wrapper div.right a.bt i {
  margin-left: 20px;
}
div#general main section.trilha div.wrapper div.right a.bt:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section.trilha div.wrapper div.right a.bt2 {
  color: #e87e54;
  text-decoration: underline;
  text-align: left;
  padding: 0;
  font-size: 1.2em;
  margin: 15px 0 0 20px;
}
div#general main section.trilha div.wrapper div.right a.bt2 i {
  margin-right: 10px;
}
div#general main section.trilha.hidden {
  padding: 80px;
  background: #e87e54;
  display: none;
}
div#general main section.trilha.hidden .owl-dots {
  width: 100%;
  text-align: center;
  z-index: 10;
  position: relative;
  margin-top: 40px;
}
div#general main section.trilha.hidden .owl-dots .owl-dot {
  width: 60px;
  height: 7px;
  background-color: #fff;
  margin: 0 7px;
}
div#general main section.trilha.hidden .owl-dots .owl-dot.active {
  background-color: #026278;
}
div#general main section.trilha.hidden div.beberibe {
  width: 100%;
}
div#general main section.trilha.hidden div.beberibe div.item div.foto {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
div#general main section.trilha.hidden div.beberibe div.item div.inf h3 {
  font-size: 2.5em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
div#general main section.trilha.hidden div.beberibe div.item div.inf p {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #fff;
}
div#general main section#videorota {
  background-color: #e9e0d2;
  padding: 100px 0;
}
div#general main section#videorota div.wrapper {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
div#general main section#videorota div.wrapper h1 {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.1em;
  color: #53b0c5;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  background: url(../img/waves_azul.png) no-repeat right bottom;
  background-size: 200px auto;
  padding-bottom: 50px;
  margin-left: 70px;
  margin-bottom: 60px;
}
div#general main section#videorota div.wrapper h1 span {
  color: #ee865d;
  font-size: 1.5em;
}
div#general main section#videorota div.wrapper iframe {
  width: 1000px;
  height: 563px;
}
div#general main section#singlegal {
  padding: 0;
}
div#general main section#singlegal .owl-prev {
  color: #fff;
  font-size: 8em;
  position: absolute;
  left: 5%;
  top: calc(50% - 53px);
  z-index: 6;
}
div#general main section#singlegal .owl-next {
  color: #fff;
  font-size: 8em;
  position: absolute;
  right: 5%;
  top: calc(50% - 53px);
  z-index: 6;
}
div#general main section#singlegal div.singlegal {
  position: relative;
}
div#general main section#singlegal div.singlegal div.owl-item div.item {
  height: 0;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: relative;
  transition: all 0.5s ease;
}
div#general main section#singlegal div.singlegal div.owl-item div.item a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 126, 84, 0.5215686275);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 4em;
  opacity: 0;
}
div#general main section#singlegal div.singlegal div.owl-item div.item a:hover {
  opacity: 1;
}
div#general main section#singlegal div.singlegal div.owl-item.center div.item {
  opacity: 1;
}
div#general main section#room {
  padding: 100px 0 140px;
}
div#general main section#room div.wrapper {
  justify-content: space-between;
}
div#general main section#room div.wrapper div.left {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 50px;
  border-right: 2px solid #e87e54;
}
div#general main section#room div.wrapper div.left h2 {
  font-size: 5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
div#general main section#room div.wrapper div.left h2 img {
  position: absolute;
  width: 170px;
  bottom: -20px;
  left: -15px;
}
div#general main section#room div.wrapper div.left p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 40px;
}
div#general main section#room div.wrapper div.left p strong {
  font-weight: bold;
}
div#general main section#room div.wrapper div.left p small {
  font-size: 0.85em;
  font-style: italic;
}
div#general main section#room div.wrapper div.left ul {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#room div.wrapper div.left ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 20px;
}
div#general main section#room div.wrapper div.left ul li i {
  color: #e87e54;
  margin-right: 5px;
  font-size: 1.3em;
}
div#general main section#room div.wrapper div.left a {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
div#general main section#room div.wrapper div.left a i {
  margin-left: 20px;
}
div#general main section#room div.wrapper div.left a:hover {
  background-color: #e87e54;
  color: #fff;
}
div#general main section#room div.wrapper div.right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#room div.wrapper div.right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
div#general main section#room div.wrapper div.right ul li {
  font-size: 1.4em;
  line-height: 1.3em;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#room div.wrapper div.right ul li i {
  color: #e87e54;
  margin-right: 15px;
  font-size: 1.3em;
  min-width: 30px;
  text-align: center;
}
div#general main section#outras {
  padding: 100px 0;
  background-color: #53b0c5;
}
div#general main section#outras h2 {
  margin-bottom: 50px;
  font-size: 4em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div#general main section#outras ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
div#general main section#outras ul li {
  width: 19.8%;
  height: 0;
  padding-bottom: 15%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
div#general main section#outras ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
div#general main section#outras ul li a hgroup {
  width: 100%;
  padding: 50px;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 38%, rgba(0, 0, 0, 0) 100%);
}
div#general main section#outras ul li a hgroup h4 {
  font-size: 3em;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}
div#general main section#outras ul li a hgroup span {
  font-size: 1.2em;
  color: #fff;
  text-decoration: underline;
}
div#general footer {
  background-color: #0a7d96;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 80px 5%;
  justify-content: space-between;
  overflow: hidden;
}
div#general footer div.float {
  width: 30px;
  height: 400px;
  background-color: #e87e54;
  position: absolute;
  right: 0;
  top: -40px;
}
div#general footer img.waves {
  position: absolute;
  left: 0;
  bottom: -110px;
}
div#general footer div.left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 31%;
}
div#general footer div.left img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
div#general footer div.left p {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
}
div#general footer div.middle {
  max-width: 31%;
  padding-top: 60px;
}
div#general footer div.middle small {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-flex;
}
div#general footer div.middle p {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
}
div#general footer div.middle p a {
  color: #93ebff;
  text-decoration: underline;
}
div#general footer div.middle ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
div#general footer div.middle ul li {
  margin-right: 20px;
}
div#general footer div.middle ul li a {
  color: #fff;
  font-size: 2.5em;
}
div#general footer div.right {
  max-width: 31%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#general footer div.right h3 {
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
div#general footer div.right form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general footer div.right form input[type=text],
div#general footer div.right form input[type=email],
div#general footer div.right form input[type=tel] {
  width: 100%;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.4em;
  padding: 10px 25px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
div#general footer div.right form input[type=text]::-moz-placeholder, div#general footer div.right form input[type=email]::-moz-placeholder, div#general footer div.right form input[type=tel]::-moz-placeholder {
  color: #fff;
}
div#general footer div.right form input[type=text]::placeholder,
div#general footer div.right form input[type=email]::placeholder,
div#general footer div.right form input[type=tel]::placeholder {
  color: #fff;
}
div#general footer div.right form textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.4em;
  padding: 15px 25px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
div#general footer div.right form textarea::-moz-placeholder {
  color: #fff;
}
div#general footer div.right form textarea::placeholder {
  color: #fff;
}
div#general footer div.right form input[type=submit] {
  border: 2px solid #e87e54;
  text-transform: uppercase;
  color: #fff;
  background-color: #e87e54;
  padding: 15px 30px;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  margin-top: 20px;
}
div#general footer div.right form input[type=submit]:hover {
  background-color: #fff;
  color: #e87e54;
}

@media screen and (max-width: 768px) {
  html, div#general {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  html div.wrapper, div#general div.wrapper {
    width: 86% !important;
    padding: 0% !important;
    left: inherit !important;
    margin: 0 7% !important;
  }
  html header#primary a.logo, div#general header#primary a.logo {
    width: 60px;
    top: 20px;
  }
  html header#primary nav, html header#primary div.langswitch, div#general header#primary nav, div#general header#primary div.langswitch {
    display: none !important;
  }
  html header#primary nav ul, html header#primary div.langswitch ul, div#general header#primary nav ul, div#general header#primary div.langswitch ul {
    display: none;
  }
  html header#primary a.menu, div#general header#primary a.menu {
    display: block !important;
  }
  html main, div#general main {
    padding-top: 0px;
  }
  html main section#destaque, div#general main section#destaque {
    height: 220px;
    background-position: left center !important;
  }
  html main section#destaque.single, div#general main section#destaque.single {
    height: 320px;
    background-position: left center !important;
  }
  html main section#proghotel, div#general main section#proghotel {
    padding-top: 80px;
  }
  html main section#proghotel div.wrapper, div#general main section#proghotel div.wrapper {
    flex-direction: column-reverse;
  }
  html main section#proghotel div.wrapper div.right, div#general main section#proghotel div.wrapper div.right {
    width: 100%;
    padding-top: 0;
  }
  html main section#proghotel div.wrapper div.right p, div#general main section#proghotel div.wrapper div.right p {
    max-width: inherit;
  }
  html main section#proghotel div.wrapper div.left, div#general main section#proghotel div.wrapper div.left {
    width: 100%;
    height: 0;
    min-height: inherit;
  }
  html main section#proghotel div.wrapper img.galera, div#general main section#proghotel div.wrapper img.galera {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  html main section#coliseum, div#general main section#coliseum {
    padding-top: 90px;
    background-attachment: inherit;
    background-position: center bottom;
    padding-bottom: 270px;
    background-size: 80% auto;
  }
  html main section#coliseum img.waves, div#general main section#coliseum img.waves {
    max-width: 60%;
    top: -45px;
  }
  html main section#coliseum div.wrapper div.left, div#general main section#coliseum div.wrapper div.left {
    width: 100%;
    height: 0;
    display: none;
  }
  html main section#coliseum div.wrapper div.right, div#general main section#coliseum div.wrapper div.right {
    width: 100%;
  }
  html main section#coliseum div.wrapper div.right p, div#general main section#coliseum div.wrapper div.right p {
    max-width: inherit;
  }
  html main section#programacao div.wrapper div.wrap, div#general main section#programacao div.wrapper div.wrap {
    flex-direction: inherit;
  }
  html main section#programacao div.wrapper div.wrap h2, div#general main section#programacao div.wrapper div.wrap h2 {
    font-size: 3em;
  }
  html main section#motor, div#general main section#motor {
    position: relative !important;
  }
  html main section#motor form ul li, div#general main section#motor form ul li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 20px;
  }
  html main section#motor form ul li input, html main section#motor form ul li select, div#general main section#motor form ul li input, div#general main section#motor form ul li select {
    width: 100%;
  }
  html main section#motor form ul li.li-button, div#general main section#motor form ul li.li-button {
    width: 100%;
  }
  html main section#motor form ul li a#res-submit, div#general main section#motor form ul li a#res-submit {
    width: 100%;
    text-align: center;
  }
  html main section.trilha div.wrapper, div#general main section.trilha div.wrapper {
    margin-bottom: 50px !important;
  }
  html main section.trilha div.wrapper div.left, div#general main section.trilha div.wrapper div.left {
    width: 100%;
    margin-left: 0;
    padding-bottom: 60%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  html main section.trilha div.wrapper div.left img, div#general main section.trilha div.wrapper div.left img {
    max-width: 50%;
    bottom: -10px !important;
  }
  html main section.trilha div.wrapper div.right, div#general main section.trilha div.wrapper div.right {
    width: 100%;
  }
  html main section.trilha div.wrapper:nth-child(even), div#general main section.trilha div.wrapper:nth-child(even) {
    flex-direction: inherit;
  }
  html main section#promo div.promos div.item, div#general main section#promo div.promos div.item {
    padding-bottom: 100% !important;
  }
  html main section#promo div.promos div.item div.hidden, div#general main section#promo div.promos div.item div.hidden {
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(232, 126, 84, 0.7882352941) !important;
  }
  html main section#promo div.promos div.item div.hidden div.left, div#general main section#promo div.promos div.item div.hidden div.left {
    width: 100% !important;
  }
  html main section#promo div.promos div.item div.hidden div.right, div#general main section#promo div.promos div.item div.hidden div.right {
    width: 100% !important;
    margin-top: 20px !important;
  }
  html main section#promo div.promos div.item div.hidden div.right a, div#general main section#promo div.promos div.item div.hidden div.right a {
    font-size: 0.9em !important;
  }
  html main section#oquefazer div.wrapper div.left, div#general main section#oquefazer div.wrapper div.left {
    width: 100%;
    margin-bottom: 40px;
    justify-content: flex-start;
  }
  html main section#oquefazer div.wrapper div.left h1, div#general main section#oquefazer div.wrapper div.left h1 {
    font-size: 3em;
  }
  html main section#oquefazer div.wrapper div.right, div#general main section#oquefazer div.wrapper div.right {
    width: 100%;
  }
  html main section#oquefazer div.wrapper div.right p, div#general main section#oquefazer div.wrapper div.right p {
    max-width: 100%;
  }
  html main section#allincl, div#general main section#allincl {
    padding-bottom: 160px;
  }
  html main section#allincl div.wrapper div.getimg, div#general main section#allincl div.wrapper div.getimg {
    width: 100%;
    height: 200px;
    left: 0;
    border-bottom: 7px solid #53b0c5;
    position: relative;
  }
  html main section#allincl div.wrapper div.left, div#general main section#allincl div.wrapper div.left {
    display: none;
  }
  html main section#allincl div.wrapper div.right, div#general main section#allincl div.wrapper div.right {
    width: 100%;
  }
  html main section#allincl div.wrapper div.right p, div#general main section#allincl div.wrapper div.right p {
    max-width: 100%;
    margin-bottom: 40px;
  }
  html main section#allincl div.wrapper div.colorblue, div#general main section#allincl div.wrapper div.colorblue {
    display: none;
  }
  html main section#descanso, div#general main section#descanso {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  html main section#descanso div.wrapper img.waves, div#general main section#descanso div.wrapper img.waves {
    max-width: 60%;
    top: -40px;
  }
  html main section#descanso div.infs p, div#general main section#descanso div.infs p {
    max-width: 100%;
  }
  html main section#descanso .owl-prev, div#general main section#descanso .owl-prev {
    left: 10px;
  }
  html main section#descanso .owl-next, div#general main section#descanso .owl-next {
    left: inherit;
    right: 10px;
  }
  html main section#descanso div.lazer, div#general main section#descanso div.lazer {
    height: 300px;
    position: relative;
    bottom: inherit;
    margin-top: 80px;
  }
  html main section#descanso div.lazer div.item, div#general main section#descanso div.lazer div.item {
    width: 100%;
    height: 300px;
    left: inherit;
  }
  html main section#descanso div.lazer div.item h3, div#general main section#descanso div.lazer div.item h3 {
    width: 100%;
    text-align: center;
    left: inherit;
    bottom: 40px;
  }
  html main section#depoimentos div.wrapper h2, div#general main section#depoimentos div.wrapper h2 {
    font-size: 7em;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  html main section#depoimentos div.wrapper img.trip, div#general main section#depoimentos div.wrapper img.trip {
    top: 150px;
  }
  html main section#depoimentos div.wrapper div.depo, div#general main section#depoimentos div.wrapper div.depo {
    margin: 50px auto;
    width: 100%;
  }
  html main section#galeria, div#general main section#galeria {
    padding: 0 0 60px;
  }
  html main section#galeria img.waves, div#general main section#galeria img.waves {
    max-width: 60%;
    top: -40px;
  }
  html main section#galeria div.gal div.item, div#general main section#galeria div.gal div.item {
    height: 250px;
  }
  html footer, div#general footer {
    flex-direction: column;
    padding: 80px 7%;
  }
  html footer div.left, div#general footer div.left {
    width: 100%;
    max-width: inherit;
  }
  html footer div.middle, div#general footer div.middle {
    width: 100%;
    max-width: inherit;
    margin-bottom: 40px;
  }
  html footer div.right, div#general footer div.right {
    width: 100%;
    max-width: inherit;
  }
}/*# sourceMappingURL=style.css.map */