:root {
  --maroon: #6d3628;
  --dark-orange: #f88d28;
  --ivory: #fbf8ea;
  --light-sky-blue: #8dc6e8;
  --white: white;
  --dark-orange-2: #f08a2f;
  --sienna: #af603d;
  --dark-khaki-hover: #b9b408;
  --white-2: #fbfbf7;
  --maroon-2: #743728;
  --yellow: #ffeb2b;
  --seashell: #fff0e8;
  --black: black;
  --gold: #dfd914;
  --silver: #c9c9c9;
  --grey: #8f8f8f;
  --gainsboro: #dfdfdf;
  --fff0e8: #fbf8ea;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: var(--maroon);
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-orange);
}

.section-header {
  margin-bottom: 90px;
}

.upper-head {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: #03926e;
}

.section-title {
  color: #18394c;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Circularstd, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.smaller {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 38px;
}

.section-title.less-space {
  margin-top: 0;
}

.section-subhead {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead.narrower {
  width: 70%;
}

.section-subhead.narrower-middle {
  color: #556f80;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 22%, rgba(6, 20, 12, .2) 58%), url('../images/restaurant.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 197px;
  padding-bottom: 0;
  overflow: hidden;
}

.circular-shape {
  background-color: #d4c1aa;
  border-radius: 80%;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: flex;
  position: relative;
  bottom: -157px;
  left: 56px;
}

.circular-shape.green-pastel {
  background-color: #edfdfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 164px;
  padding-left: 60px;
  padding-right: 60px;
  bottom: -180px;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-family: Averta, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.cta-2.colour5.bigger:hover {
  background-color: #028362;
}

.amenities-holder {
  border: 1px solid rgba(8, 24, 25, .23);
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.amenities-holder.vertical {
  border-style: none;
  flex-direction: column;
  margin-top: 50px;
}

.amenities-holder.vertical.less-width {
  width: 80%;
}

.amenity-block {
  text-align: center;
  width: 25%;
  margin-bottom: 0;
  padding: 40px 2.5%;
}

.amenity-block.line-right {
  border-left: 1px solid rgba(8, 24, 25, .23);
}

.amenity-block.line-left {
  border-right: 1px solid rgba(8, 24, 25, .23);
}

.amenity-title {
  color: #fff;
  margin-top: 21px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.amenity-title.dark {
  color: #18394c;
  margin-top: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.amenity-title.light {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.nav-right-2 {
  align-items: center;
  margin-top: 16px;
  display: block;
}

.category-section {
  background-color: #fff;
  padding: 150px 10%;
}

.categories-holder {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.individual-category {
  width: 21%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.category-img {
  background-color: #f5f5f5;
  background-image: url('../images/home-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.category-img._2 {
  background-image: url('../images/oXMVetBmIOfVcw6KKF9IIuESc.jpeg');
  background-position: 50%;
}

.category-img._3 {
  background-image: url('../images/outdoor.jpg');
}

.category-img._4 {
  background-image: url('../images/OW8U8ESiUZyDNCu0kxqTm6TkoA.jpeg');
  background-position: 50%;
}

.category-img._5 {
  background-image: url('../images/xMw3HLNMyGaKTsbpp7QFL1a5c.jpeg');
}

.category-img._6 {
  background-image: url('../images/kitchen.jpg');
}

.category-img._7 {
  background-image: url('../images/candles.jpg');
  background-position: 50%;
}

.category-img._8 {
  background-image: url('../images/right-img.jpg');
}

.category-name {
  color: #293b46;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.category-info {
  color: #4a6575;
  font-family: Avenir, sans-serif;
}

.centred-cta {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hiw-number {
  color: rgba(255, 255, 255, .12);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 0;
  margin-right: 30px;
  font-family: Tiempos headline, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

.hiw-number.darker {
  opacity: 1;
  color: rgba(116, 148, 140, .16);
  font-family: Avenir, sans-serif;
  font-size: 72px;
  transform: rotate(-90deg);
}

.paragraph-light {
  color: #b7cfcd;
  margin: 10px 0 0;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-light.darker {
  color: #556f80;
  font-size: 17px;
  line-height: 21px;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 20px;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.social-icon-link-2.last {
  margin-right: 0;
}

.footer---updated-link {
  opacity: .85;
  color: #0b3646;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer---updated-link:hover, .footer---updated-link.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set {
  color: rgba(11, 54, 70, .8);
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}

.footer---updated-link.second-set:hover {
  color: #03926e;
}

.footer---updated-link.second-set.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set.last {
  margin-right: 0;
}

.lower-footer-links.wide {
  border-top: 1px solid rgba(13, 75, 111, .12);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.footer-text---lighter-2 {
  color: rgba(11, 54, 70, .64);
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.checkboxes-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 35px 12% 15px 20%;
  display: flex;
}

.plan-checkbox {
  color: #313b53;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Averta, sans-serif;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.left {
  width: 40%;
}

.plan-text {
  color: #435f72;
  text-align: left;
  margin-left: 9px;
  font-weight: 400;
}

.hiw-section {
  background-color: #fff;
  border-top: 1px rgba(21, 66, 111, .07);
  border-bottom: 1px rgba(21, 66, 111, .07);
  padding-top: 140px;
  padding-bottom: 170px;
}

.split-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 10%;
  display: flex;
}

.split-left {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}

.content-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.split-right {
  width: 50%;
  padding-left: 10%;
}

.green-features {
  background-color: #153834;
  padding: 30px 10%;
}

.hiw-block {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hiw-block.middle {
  border-top: 1px solid rgba(21, 66, 111, .07);
  border-bottom: 1px solid rgba(21, 66, 111, .07);
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.features-content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.amenity-title-2 {
  color: #cce6e3;
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.scrollable-nav {
  background-color: #fff;
  padding: 22px 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px rgba(39, 46, 53, .14);
}

.nav-bar {
  background-color: #fbf8ea;
  padding: 30px 100px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 2px;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.scrolling-nav {
  background-color: #fbf8ea;
  padding: 20px 100px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px rgba(39, 46, 53, .14);
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.footer-logo {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.web-links-2.right {
  align-items: center;
  padding-bottom: 40px;
}

.footer-link {
  opacity: .85;
  color: #465a70;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Averta, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.last {
  margin-right: 0;
}

.footer {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 12% 30px;
  display: flex;
  box-shadow: 0 -1px 3px rgba(39, 46, 53, .06);
}

.sec-caracteristcas {
  padding: 20px 0;
}

.h4-marrom {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.txt-marrom {
  color: var(--maroon);
  text-align: left;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.sec--caracteristicas {
  text-align: center;
  padding: 40px 100px 60px;
}

.h4-marrom-29 {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.heading-4 {
  color: var(--maroon);
  margin-bottom: 20px;
  font-family: Goldendream ibiobi, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.div-asferiassaosuas {
  text-align: center;
  padding: 292px 100px 50px;
}

.golden_dream-120px {
  color: var(--maroon);
  margin-bottom: 26px;
  font-family: Goldendream ibiobi, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 150px;
}

.div-cont-asfer {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.div-img-rci {
  background-image: url('../images/rci-omundo_te_espera-texto.png'), url('../images/img-mudo_te_espera.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
  height: 600px;
}

.div-j-_ouviu_falar_rci {
  text-align: center;
  padding: 50px 100px;
}

.sec-tradi-o_em_sofistica-o {
  padding: 50px 70px;
}

.div-img-trad_sofis {
  background-image: url('../images/PoloSerrAzul_Slider02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.div-cont-trad-sofis {
  text-align: center;
}

.sec-contato {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 100px;
  display: flex;
}

.div-azul {
  background-color: var(--light-sky-blue);
  text-align: center;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 80px;
}

.text-field {
  border-style: none solid solid;
  border-width: 1px 1px 2px;
  border-color: black rgba(0, 0, 0, 0) var(--maroon);
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.text-field:hover {
  color: #fff;
}

.text-field:focus {
  color: var(--white);
}

.text-field::placeholder {
  color: #fff;
}

.button-enviar {
  background-color: var(--maroon);
  color: var(--light-sky-blue);
  border-radius: 20px;
  padding: 12px 120px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.button-enviar:hover {
  background-color: #461c11;
}

.colunas {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-cont-titulo-inferior {
  margin-top: 16px;
  padding-bottom: 49px;
}

.div-cont-titulo-superior {
  padding: 35px 0 0;
}

.div-cont-txt-rci {
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.h1 {
  color: var(--dark-orange-2);
  text-align: left;
  border: 1px #000;
  margin-bottom: 2px;
  margin-right: 4px;
  font-family: Serifa, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: inline;
}

.h2-marrom {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 25px;
}

.h4-marrom-32 {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
}

.bold-text {
  line-height: 28px;
}

.txt-marrom-center16 {
  color: var(--maroon);
  text-align: center;
  font-family: Serifa, sans-serif;
  font-size: 20px;
}

.div-cont-imgs-empresas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.txt-marrom-10-italico {
  color: var(--maroon);
  text-align: left;
  margin-bottom: 20px;
  font-family: Serifa, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.radio-button {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.div-radio {
  text-align: left;
  display: inline-block;
}

.div-block {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.columns {
  margin-top: 39px;
}

.txt-marrom-center-italico {
  color: var(--maroon);
  text-align: center;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  font-style: italic;
}

.div-block-2 {
  padding-left: 0;
  padding-right: 100px;
}

.div-car-hospitalidade-acomo {
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-2 {
  margin-top: 10px;
  margin-right: 10px;
}

.body {
  background-color: var(--ivory);
  object-fit: fill;
  overflow: visible;
}

.txt-marrom-16 {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.div-linha-laranja {
  border: 1px solid var(--dark-orange);
  width: 34%;
  margin: 10px auto;
  padding-bottom: 0;
}

.text-field-distancia {
  border: 2px solid var(--dark-orange);
  background-color: var(--ivory);
  text-align: center;
  width: 30%;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Serifa, sans-serif;
  display: inline;
}

.image-5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-3-copy {
  white-space: normal;
  margin-left: 100px;
  padding-left: 0;
  padding-right: 100px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-3-copy {
  float: right;
  text-align: left;
  margin-top: 224px;
  margin-left: 0;
  padding-left: 24px;
  position: relative;
  top: 395px;
  left: 0;
}

.div-block-5 {
  margin-top: 686px;
  padding-top: 62px;
  display: inline-block;
  position: relative;
}

.sec-associado01 {
  background-image: url('../images/ibi.png'), url('../images/ibi.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  height: 700px;
}

.text-block {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 16px;
}

.div-texto-duplo {
  text-align: left;
  height: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.column-2 {
  text-align: right;
}

.column-3 {
  text-align: left;
}

.txt-marrom-16-center {
  color: var(--maroon);
  text-align: center;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-conttextos-empr {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: 6%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-cont-titulo-inferior-2 {
  padding-bottom: 2px;
}

.success-message {
  color: var(--white);
  background-color: #46a373;
  font-family: Serifa, sans-serif;
  font-weight: 700;
}

.msg-erro {
  color: var(--white);
  background-color: #ac2a2a;
  border-radius: 10px;
  font-family: Serifa, sans-serif;
  font-weight: 700;
}

.msg-sucesso-tempo {
  color: var(--white);
  background-color: #46a373;
  margin-top: 21px;
  font-family: Serifa, sans-serif;
  font-weight: 700;
}

.msg-erro-tempo {
  color: var(--white);
  background-color: #ac2a2a;
  font-family: Serifa, sans-serif;
  font-weight: 700;
}

.div-cont-titulo-superior-copy {
  padding: 35px 0 0;
}

.h4-marrom-tt-esp {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.text-block-paises {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  display: inline;
}

.text-block-milhoes {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 25px;
  display: inline;
}

.text-block-hoteis-e-resorts {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 19px;
}

.text-block-associados {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 20px;
}

.sec-footer {
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  background-color: var(--maroon);
  padding: 73px 100px 50px;
}

.column-8 {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 120px;
  padding-right: 30px;
  display: flex;
}

.column-9 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 120px;
  display: flex;
}

.link-block-social {
  margin-right: 10px;
}

.sec-obrigado {
  background-image: url('../images/obrigado.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  margin-bottom: 30px;
}

.div-cont-obrigado {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.title-obrigado {
  color: var(--ivory);
  margin-bottom: 47px;
  font-family: Goldendream ibiobi, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 90px;
}

.txt-obrigado {
  color: var(--ivory);
  font-family: Serifa, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.txt-tel-obrigado {
  color: var(--light-sky-blue);
  margin-top: 16px;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-7, .div-block-8 {
  display: inline-block;
}

.form {
  display: none;
}

.txt-branco-12-tt {
  color: var(--white);
  text-transform: uppercase;
  font-family: Serifa, sans-serif;
  font-size: 9px;
}

.link-block {
  text-decoration: none;
}

.link-block:visited {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.h4-marrom-tt-espa {
  color: var(--maroon);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Serifa, sans-serif;
  font-size: 22px;
}

.sec-associado-resp {
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.div-txt-resp {
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  position: relative;
}

.image-7 {
  margin-bottom: 10px;
}

.txt-branco-10 {
  color: var(--white);
  text-transform: capitalize;
  font-family: Serifa, sans-serif;
  font-size: 10px;
}

.txt-email-italico-10 {
  color: var(--white);
  margin-left: 8px;
  font-family: Serifa, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: inline;
}

.div-block-22 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.h4-marrom-tt-espa-copy {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Serifa, sans-serif;
  font-size: 22px;
  display: inline;
}

.div-block-26 {
  text-align: left;
  margin-top: 10px;
}

.h2-marrom-bold-copy {
  color: var(--maroon);
  margin-bottom: 25px;
  font-family: Serifa, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.bold-text-2 {
  font-size: 50px;
}

.h4-marrom-29-copy {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.div-legenda {
  height: 60px;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-31 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.div-block-32 {
  margin-top: 57px;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.column-16 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.columns-6 {
  display: flex;
}

.text-block-familias {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.image-13 {
  width: 100%;
  min-width: 250px;
}

.div-cont-img-empr {
  float: none;
  clear: both;
  display: inline;
}

.brand-div-desk, .brand-div-mobile {
  color: #102c38;
  align-items: center;
  margin-top: 2px;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div-mobile.w--current {
  display: none;
}

.linkblock-whatsapp {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.h4-marrom-40-phone {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Serifa, sans-serif;
  font-size: 55px;
  display: inline-block;
}

.column-19, .column-20, .column-21, .column-22 {
  padding-left: 0;
  padding-right: 0;
}

.div-cont-asfer-emp-praias, .div-cont-asfer-emp-sempar {
  text-align: center;
  width: 420px;
  min-width: auto;
  max-width: 420px;
  padding-left: 0;
  padding-right: 0;
}

.txt-marrom-italic {
  color: var(--maroon);
  text-align: left;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.txt-marrom-16-center-quebra {
  color: var(--maroon);
  text-align: center;
  margin-bottom: 15px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-cookie {
  background-color: var(--dark-orange);
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  padding: 20px 17px 17px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-branco-14 {
  color: var(--white);
  text-transform: none;
  font-family: Serifa, sans-serif;
  font-size: 12px;
}

.button-cookie {
  background-color: var(--maroon);
  color: var(--light-sky-blue);
  border-radius: 20px;
  align-self: center;
  padding: 12px 10px;
  font-family: Serifa, sans-serif;
  font-size: 14px;
}

.button-cookie:hover {
  background-color: #461c11;
}

.div-block-37 {
  text-transform: none;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-38 {
  width: 80%;
  margin-right: 30px;
}

.image-18 {
  display: none;
}

.sec-topo-politica-privacidade {
  background-color: var(--ivory);
  height: 100px;
}

.sec-politica-privacidade {
  background-color: var(--ivory);
  height: auto;
  padding: 50px 70px;
}

.txt-marrom-bold {
  color: var(--maroon);
  text-align: left;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.sec-cadastro {
  background-color: var(--ivory);
  padding: 0 100px 50px;
}

.div-block-39 {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.txt-marrom-15 {
  color: var(--maroon);
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
}

.form-2 {
  margin-top: 15px;
}

.txt-field-label {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  border: 1px solid var(--maroon);
  color: var(--maroon);
  border-radius: 5px;
  height: 60px;
  font-family: Serifa, sans-serif;
}

.text-field-2::placeholder {
  color: var(--maroon);
}

.h4-marrom-normal {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.h6-marrom-tt {
  color: var(--maroon);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Serifa, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.column-23 {
  padding-left: 0;
  padding-right: 5px;
}

.column-24 {
  padding-left: 5px;
  padding-right: 0;
}

.radio-button-cadastro {
  color: var(--maroon);
  text-align: left;
  font-family: Serifa, sans-serif;
  font-size: 15px;
}

.button-cadastro {
  border: .5px solid var(--maroon);
  background-color: #e06c39;
  border-radius: 5px;
  margin-top: 22px;
  padding: 15px 30px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
}

.button-cadastro:hover {
  background-color: #cf734a;
}

.columns-7, .div-block-40 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-41 {
  display: flex;
}

.radio-button-cadastro2 {
  color: var(--maroon);
  text-align: left;
  margin-right: 15px;
  font-family: Serifa, sans-serif;
  font-size: 15px;
}

.columns-8 {
  margin-top: 15px;
}

.success-msg-cadastro {
  color: #fff;
  text-align: center;
  background-color: #10a76b;
  border-radius: 5px;
  padding: 20px 30px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.msg-erro-cadastro {
  color: var(--white);
  text-align: center;
  background-color: #ac2a2a;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Serifa, sans-serif;
  font-weight: 700;
}

.button-anexararquivo {
  border: .5px solid var(--maroon);
  background-color: var(--sienna);
  border-radius: 5px;
  margin-top: 22px;
  padding: 7px 10px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
}

.button-anexararquivo:hover {
  background-color: #b15a33;
}

.select {
  border: 1px solid var(--maroon);
  background-color: var(--white);
  color: var(--maroon);
  border-radius: 5px;
  width: 30%;
  height: 60px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-politicaprivacidade {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-politicaprivacidade:hover {
  color: var(--sienna);
}

.div-link-pol-privacidade {
  margin-top: 25px;
  display: inline-block;
}

.link-pp {
  color: var(--white);
  font-family: Serifa, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-pp:hover {
  color: rgba(255, 255, 255, .6);
}

.column-26 {
  display: none;
}

.div-polpriv {
  text-align: center;
  margin-top: 14px;
}

.txt-marrom-15-center, .txt-marrom-15-copy {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

.checkbox-field-copy {
  text-align: center;
  display: inline-block;
}

.div-link-pol-privacidade-copy {
  margin-top: 25px;
  display: block;
}

.div-whats {
  text-decoration: none;
  display: inline-block;
}

.numero-whats {
  color: var(--maroon);
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 20px;
  padding: 0;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.numero-whats:hover, .numero-whats.w--current {
  color: var(--dark-orange);
}

.image-20 {
  display: none;
}

.div-block-42 {
  margin-top: 41px;
}

.hero-section-slider {
  height: auto;
  margin-top: 0;
  padding: 0 0%;
  position: static;
}

.slider-home {
  height: 520px;
  margin-top: 0;
}

.slide-1 {
  background-image: url('../images/vitrine4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.txt-branco-18 {
  color: var(--white);
  text-transform: none;
  font-family: Serifa, sans-serif;
  font-size: 22px;
}

.div-cont-slider {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-logo-banner {
  margin-bottom: 24px;
}

.div-txt-banner {
  padding-bottom: 74px;
}

.link-block-home {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.slide_2 {
  background-image: url('../images/vitrine3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-46 {
  margin-bottom: 64px;
}

.div-button-aguarde {
  background-color: #f18c30;
  border-radius: 10px;
  margin-top: 17px;
  padding: 7px 12px;
}

.div-button-aguarde:hover {
  background-color: #d87419;
}

.txt-aguarde {
  color: var(--maroon);
  padding: 0;
  font-family: Serifa, sans-serif;
  font-size: 16px;
}

.txt-branco-16 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.txt-branco-28 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
}

.slide_3 {
  background-image: url('../images/vitrine2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide_4 {
  background-image: url('../images/vitrine1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.txt-baixaragora {
  color: #fff;
  padding: 0;
  font-family: Serifa, sans-serif;
  font-size: 16px;
}

.div-block-47 {
  margin-bottom: 214px;
}

.div-button-aguarde--ama {
  background-color: #dfd914;
  border-radius: 10px;
  margin-top: 17px;
  padding: 7px 12px;
}

.div-button-aguarde--ama:hover {
  background-color: var(--dark-khaki-hover);
}

.txt-marrom-17 {
  color: var(--maroon);
  text-align: center;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-block-48 {
  text-align: center;
  width: 100%;
}

.left-arrow {
  margin-left: 20%;
  display: none;
}

.right-arrow {
  margin-right: 20%;
  display: none;
}

.hero-section-slider-copy {
  height: 0;
  margin-top: 0;
  padding: 0 0%;
  position: static;
}

.div-block-49 {
  background-color: var(--maroon);
  color: var(--maroon);
  height: 5px;
  margin-top: 0;
}

.sec-erro {
  background-color: var(--ivory);
  background-image: linear-gradient(rgba(175, 96, 61, .9), rgba(175, 96, 61, .9)), url('../images/vitrine4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-top: 100px;
  display: flex;
}

.txt-branco-erro {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
}

.link-block-home-copy {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.slider-removido, .slide-nav {
  display: none;
}

.txt-marrom-17-bold {
  color: var(--maroon);
  text-align: center;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.txt-marrom-30-medium-copy {
  color: var(--maroon);
  text-align: center;
  margin-top: 2px;
  margin-bottom: 12px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 22px;
}

.div-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.div-imagem-espaco {
  background-image: url('../images/espaco-ibobi.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.txt-marrom-28-medium {
  color: var(--maroon);
  text-align: center;
  margin-top: 2px;
  margin-bottom: 12px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 22px;
}

.sec-promo01 {
  background-color: var(--white-2);
  background-image: url('../images/vitrine-promo-17-01-22.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
}

.div-block-51 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  display: flex;
}

.text-span {
  color: var(--dark-orange);
}

.sec-form-promo {
  background-color: var(--maroon-2);
}

.div-block-53 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 47px 10% 74px;
  font-family: Serifa, sans-serif;
  display: flex;
}

.div-block-54 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-field-promo {
  background-color: var(--ivory);
  color: var(--maroon-2);
  text-align: center;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 8px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-promo::placeholder {
  color: var(--maroon);
  font-size: 16px;
  font-weight: 500;
}

.div-block-55 {
  padding-top: 12px;
}

.checkbox-promo {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Serifa, sans-serif;
}

.form-block {
  width: 100%;
  margin-top: 29px;
}

.bold-text-5 {
  font-size: 18px;
}

.button-quero-participar {
  background-color: var(--yellow);
  color: var(--maroon-2);
  border-radius: 18px;
  width: auto;
  padding: 14px 30px;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
  position: relative;
  top: -1px;
}

.button-quero-participar:hover {
  background-color: rgba(255, 235, 43, .77);
}

.sec-resort-promo {
  background-image: url('../images/bolinhas-promo-19-01-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1700px;
}

.sec-amenidades-promo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-amen-promo {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 80px;
  display: flex;
}

.div-block-57 {
  width: 80%;
  padding: 71px;
}

.div-txt-amen-promo {
  margin-top: 17px;
}

.div-img-amen-promo {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.txt-marrom-14 {
  color: var(--maroon);
  text-align: center;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline;
}

.h1-golden-dreams50-copy {
  color: var(--maroon-2);
  margin-left: 128px;
  font-family: Golden dream, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  display: inline;
}

.sec-footer-promo {
  background-color: var(--maroon-2);
}

.div-cont-footer-promo-desk {
  flex-direction: column;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 82px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.txt-branco-15-bold {
  color: var(--white);
  text-transform: none;
  font-family: Serifa, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.txt-branco-15-bold-copy {
  color: var(--white);
  text-transform: none;
  font-family: Serifa, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-59 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-social-promo {
  margin-right: 10px;
}

.link-politicaprivacidade--branco {
  color: #fff;
  font-family: Serifa, sans-serif;
  font-size: 13px;
  font-weight: 100;
  text-decoration: none;
  display: block;
}

.link-politicaprivacidade--branco:hover {
  color: rgba(255, 255, 255, .55);
}

.div-block-60 {
  margin-top: 35px;
}

.sec-ir01 {
  background-color: #a9cbe9;
  margin-top: -12px;
  padding-top: 0;
}

.div-block-61 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 25px;
}

.image-22 {
  margin-top: -12px;
}

.sec-ir02-desk {
  display: block;
}

.div-cont-ir02 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.h1-golden-dreams55 {
  color: var(--maroon-2);
  margin-top: -12px;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Golden dream, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.div-img-proximos-passos {
  width: 80%;
}

.div-block-62 {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-top: 41px;
  display: block;
  position: relative;
  top: -36px;
}

.div-block-63 {
  text-align: center;
  position: relative;
  top: 31px;
}

.div-ir-marrom-desk {
  background-color: var(--maroon-2);
}

.div-diarias-desk {
  flex-direction: column;
  align-items: center;
  margin-top: -68px;
  display: flex;
  position: relative;
  top: 57px;
}

.div-block-65 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 17px;
  padding-bottom: 21px;
  display: flex;
}

.txt-branco-30-normal {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.txt-marrom-17-copy {
  color: var(--maroon);
  text-align: center;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-cont-footer-promo-mob {
  flex-direction: column;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 82px;
  display: none;
}

.txt-marrom-20-bold-center {
  color: var(--maroon);
  text-align: left;
  padding-right: 49px;
  font-family: Serifa, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.button-inscrevase-ja {
  background-color: var(--maroon);
  color: var(--light-sky-blue);
  border-radius: 20px;
  padding: 12px 120px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.button-inscrevase-ja:hover {
  background-color: #461c11;
}

.section-4, .div-amenidades-mob {
  display: none;
}

.h1-golden-dreams50-promo {
  color: var(--maroon-2);
  margin-left: 0;
  font-family: Golden dream, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  display: inline;
}

.txt-branco-30-bold {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.txt-branco-20 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 20px;
}

.checkbox {
  border-style: solid;
  border-width: 1px 3px 1px 1px;
  border-color: var(--dark-orange);
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
  margin-top: 23px;
}

.div-img-form {
  text-align: right;
}

.resort-promo-mob {
  display: none;
}

.sec-form-promo-mob {
  background-color: var(--maroon-2);
  display: none;
}

.div-block-53-mob {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 47px 10% 74px;
  display: flex;
}

.sec-promo01-mob-copy {
  background-color: var(--white-2);
  display: none;
}

.txt-marrom-30-bold-mob {
  color: var(--maroon);
  text-align: center;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline;
}

.div-block-52-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-diarias_gratis-desk {
  padding-top: 0;
  padding-bottom: 0;
}

.h4-marrom-29-bold-copy {
  color: var(--maroon);
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.div-ir-marrom-mob {
  background-color: var(--maroon-2);
  display: none;
}

.div-diarias_gratis-mob {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-61-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 25px;
}

.txt-branco-30-normal-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.div-diarias-mob {
  flex-direction: column;
  align-items: center;
  margin-top: -87px;
  display: none;
  position: relative;
  top: 44px;
}

.sec-ir02-mob {
  display: none;
}

.div-cont-ir02-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.div-block-63-copy {
  position: relative;
  top: 31px;
}

.h4-marrom-29-bold-mob {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.h1-golden-dreams55-mob {
  color: var(--maroon-2);
  margin-left: 0;
  font-family: Golden dream, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  display: inline;
}

.div-block-62-mob {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  display: block;
  position: relative;
  top: -72px;
}

.div-block-71, .div-block-72, .sec-amen-promo2 {
  display: none;
}

.div-amen-promo-mob02 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 80px;
  display: flex;
}

.txt-marrom-14-bold {
  color: var(--maroon);
  text-align: center;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline;
}

.sec-ideal-mob {
  display: none;
}

.sec-numero_da_sorte {
  background-color: var(--maroon-2);
  height: 100vh;
}

.div-cont-ns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.txt-branco-50-bold {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.bold-text-6 {
  color: var(--dark-orange);
}

.button {
  background-color: var(--light-sky-blue);
  border-radius: 20px;
  margin-top: 7px;
  padding: 20px 40px;
  font-family: Serifa, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.link-promocao {
  color: var(--light-sky-blue);
}

.sec-regras-promo {
  background-color: var(--ivory);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 50px 10%;
  display: flex;
}

.div-block-74 {
  width: 70%;
}

.success-message-2 {
  color: #fff;
  background-color: #509775;
  font-weight: 700;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #9b2727;
  margin-top: 32px;
  font-weight: 700;
}

.h4-marrom-20 {
  color: var(--maroon);
  letter-spacing: 1px;
  font-family: Serifa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.txt-marrom-16-20 {
  color: var(--maroon);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.txt-marrom-bold-16-20 {
  color: var(--maroon);
  text-align: left;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.div-tabela {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 3.25fr 1fr 1fr 1fr 1fr 1fr;
}

.div-tab-celula {
  border: 1px solid rgba(116, 55, 40, .25);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 5px 10px;
  display: flex;
}

.bold-text-7 {
  font-weight: 400;
}

.txt-marrom-12-16 {
  color: var(--maroon);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.grid-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2.5fr 3.25fr;
}

.text-field-promo-tel {
  background-color: var(--ivory);
  color: var(--maroon-2);
  text-align: center;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 8px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-promo-tel::placeholder {
  color: var(--maroon);
  font-size: 16px;
  font-weight: 500;
}

.tooltip-trigger {
  background-color: var(--ivory);
  color: #eb9581;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.tooltip {
  background-color: var(--ivory);
  opacity: 0;
  text-align: left;
  object-fit: fill;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  max-width: 60%;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  display: block;
  position: absolute;
  overflow: visible;
}

.tooltip:hover {
  opacity: 1;
  background-color: #fbf8ea;
}

.tooltip-arrow {
  z-index: 0;
  background-color: rgba(251, 248, 234, 0);
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: 3px;
  right: auto;
  transform: rotate(45deg);
}

.tooltip-arrow:hover {
  background-color: rgba(251, 248, 234, 0);
}

.link-promocao-2 {
  color: var(--dark-orange-2);
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-bottom: 8px;
  margin-left: 4px;
  display: none;
}

.text-block-5 {
  color: var(--maroon-2);
  padding-top: 4px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6 {
  color: var(--maroon-2);
}

.div-block-79 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: block;
}

.div-block-81 {
  margin-top: 7px;
}

.link-block-2 {
  position: static;
  top: -50px;
  right: -8px;
}

.link-block-3 {
  position: relative;
  top: 65px;
}

.txt-branco-15-normal {
  color: var(--white);
  text-transform: none;
  font-family: Serifa, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-bolinhas-mob {
  display: none;
}

.div-block-58-desk {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.div-block-58-mob {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: none;
}

.txt-marrom-17-copy-copy {
  color: var(--maroon);
  text-align: center;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-promo-home-desk, .div-promo-home-mob {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 100px;
  display: none;
}

.h4-marrom-28 {
  color: var(--maroon);
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.txt-branco-40-bold-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.txt-marrom-15-tt {
  color: var(--maroon);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Serifa, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-85 {
  margin-top: 14px;
}

.div-marrom-topo {
  background-color: var(--maroon);
  height: 60px;
}

.bold-text-9 {
  font-weight: 700;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-89 {
  flex-direction: column;
  align-items: center;
  padding-top: 39px;
  display: flex;
}

.image-26 {
  margin-top: -26px;
}

.div-40 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 19px;
  margin-bottom: -113px;
  display: flex;
}

.txt-marrom-copy {
  color: var(--maroon);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.h4-marrom-28-copy {
  color: var(--maroon);
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

.image-27 {
  position: relative;
  top: -140px;
  left: -265px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.div-block-91 {
  position: relative;
  left: -59px;
}

.image-28 {
  margin-top: -21px;
}

.div-block-92 {
  flex-direction: column;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.txt-branco-15 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-txt-form {
  margin-bottom: 8px;
  padding-top: 18px;
  padding-bottom: 12px;
}

.txt-branco-10-copy {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-family: Serifa, sans-serif;
  font-size: 10px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .75fr;
  margin-top: 16px;
}

.txt-branco-38-bold-copy {
  color: #a9cbe9;
  text-align: center;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: inline;
}

.txt-branco-20-copy-copy {
  color: #fff;
  font-family: Serifa, sans-serif;
  font-size: 20px;
}

.txt-branco-15-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.txt-branco-10-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-family: Serifa, sans-serif;
  font-size: 10px;
}

.div-block-94 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-31 {
  margin-bottom: 100px;
}

.image-32 {
  max-width: 80%;
}

.image-33 {
  margin-bottom: 40px;
}

.image-34 {
  max-width: 80%;
}

.sec-topo-socios {
  background-color: var(--ivory);
  height: 100px;
}

.sec-socios {
  background-color: var(--ivory);
  height: auto;
  padding: 50px 70px;
}

.grid-11 {
  grid-template-columns: 1fr 1fr;
}

.div-cont-socio {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.h4-marrom-socio {
  color: var(--maroon);
  margin-bottom: 0;
  font-family: Serifa, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-95 {
  margin-top: 40px;
}

.div-block-96 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-97 {
  width: 80%;
}

.div-banner-flutua {
  z-index: 1000;
  opacity: 1;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-banner-flutua:hover {
  background-color: rgba(0, 0, 0, .6);
}

.div-fechar {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.x {
  opacity: .65;
  color: #ececec;
}

.link-block-4 {
  text-align: center;
  flex: none;
  width: auto;
  height: auto;
}

.div-block-98 {
  width: 90%;
}

.button-espaco-exclusivo {
  background-color: var(--maroon);
  color: var(--light-sky-blue);
  border-radius: 20px;
  padding: 12px 60px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  display: inline;
}

.button-espaco-exclusivo:hover {
  background-color: #461c11;
}

.div-espa-o-exclusivo-desk {
  padding-top: 0;
}

.div-espa-o {
  height: 100px;
}

.div-block-100 {
  margin-top: 25px;
}

.div-espa-o-exclusivo-mob {
  padding-top: 0;
  display: none;
}

.txt-marrom-13 {
  color: var(--maroon);
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
}

.grid-whatsapp {
  grid-template-columns: 1fr 1fr;
}

.div-cont-whatsapp {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 30px;
  display: flex;
}

.sec-resortdasorte01 {
  background-color: var(--light-sky-blue);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-cont-resortedasorte {
  height: auto;
  padding: 50px 0;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-104 {
  text-align: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 16px;
}

.item-list {
  color: var(--maroon);
  margin-bottom: 16px;
  font-family: Serifa, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list {
  margin-top: 25px;
  list-style-type: disc;
  display: inline-block;
}

.div-form-resort_da_sorte {
  background-color: var(--maroon);
  border-radius: 20px;
  padding: 20px;
}

.txt-field-rs {
  border-radius: 5px;
  height: 30px;
}

.field-label-rs, .checkbox-rs {
  color: #fff;
  font-family: Serifa, sans-serif;
}

.button-particoe {
  background-color: var(--maroon);
  color: var(--light-sky-blue);
  border-radius: 20px;
  padding: 12px 120px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.button-particoe:hover {
  background-color: #461c11;
}

.button-participe {
  background-color: var(--dark-orange-2);
  color: var(--ivory);
  border-radius: 20px;
  padding: 12px 120px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.button-participe:hover {
  background-color: #461c11;
}

.section-5 {
  background-color: var(--ivory);
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.h4-marrom-32-copy {
  color: var(--maroon);
  font-family: Serifa, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}

.txt-branco-25-bold {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Serifa, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-cont-sorteio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  display: block;
}

.txt-marrom-17-bold-copy {
  color: var(--maroon);
  text-align: center;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.txt-marrom-20-dir {
  color: var(--maroon);
  text-align: left;
  margin-bottom: 2px;
  padding-right: 0;
  font-family: Serifa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: inline;
}

.div-data-sorteio {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

.txt-marrom-20-normal {
  color: var(--maroon);
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline;
}

.button-regulamento-promo {
  background-color: var(--maroon);
  color: var(--ivory);
  border-radius: 4px;
  padding: 16px 20px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
}

.button-regulamento-promo:hover {
  background-color: #461c11;
}

.div-block-105 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.div-block-106 {
  margin-top: 62px;
}

.div-block-107 {
  background-color: var(--light-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-108 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 37px;
  display: flex;
}

.txt-marrom-20-normal-copy {
  color: var(--maroon);
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.txt-marrom-20-normal-heigh10-center {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.div-block-109 {
  text-align: center;
  margin-top: 31px;
}

.div-block-110 {
  width: 70%;
}

.body-2 {
  background-color: var(--ivory);
}

.div-conteiner-70 {
  width: 70%;
}

.div-block-111 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-marrom-20-normal-center {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Serifa, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

.msg-sucesso {
  color: #fff;
  background-color: #55805c;
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Serifa, sans-serif;
  font-weight: 500;
}

.div-block-112 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-113 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  display: flex;
}

.h4-marrom-30-premiacao {
  color: var(--maroon);
  padding-left: 0;
  font-family: Serifa, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-114 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 47px;
  display: flex;
}

.cell-3, .cell-3-copy {
  align-items: center;
  display: flex;
}

.div-block-115 {
  max-width: 900px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-img-cyan-resort {
  background-image: url('../images/cyan-resort.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
}

.txt-marrom--2col {
  color: var(--maroon);
  text-align: left;
  column-count: 2;
  margin-top: 10px;
  font-family: Serifa, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.div-cols-cyan {
  text-align: center;
  padding: 40px 100px 60px;
}

.div-block-116 {
  margin-bottom: 35px;
}

.div-resort-parceiro {
  text-align: center;
  padding: 30px 100px;
}

.h4-marrom-29-copy-copy {
  color: var(--maroon);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Serifa, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.txt-marrom-10-italico-copy {
  color: var(--maroon);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Serifa, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  display: flex;
}

html.w-mod-js [data-ix="fade-on-load-1"], html.w-mod-js [data-ix="fade-on-load-2"], html.w-mod-js [data-ix="fade-on-load-3"], html.w-mod-js [data-ix="fade-on-scroll-1"], html.w-mod-js [data-ix="fade-on-scroll-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-left: 5px;
    margin-right: 15px;
  }

  .nav-bar {
    padding-bottom: 30px;
  }

  .div-img-rci {
    background-image: url('../images/rci-omundo_te_espera-texto.png'), url('../images/img-mudo_te_espera.png');
  }

  .sec-tradi-o_em_sofistica-o {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-azul {
    max-width: 1000px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .h1 {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    display: inline;
  }

  .sec-associado01 {
    background-image: url('../images/ibi.png'), url('../images/ibi.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .div-texto-duplo {
    flex-direction: column;
    justify-content: flex-start;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .column-8 {
    padding-left: 120px;
    padding-right: 30px;
  }

  .column-9 {
    padding-left: 30px;
    padding-right: 120px;
  }

  .div-block-22 {
    grid-template-rows: auto auto minmax(auto, 1fr) auto auto;
  }

  .bold-text-2 {
    font-size: 45px;
  }

  .text-block-familias {
    font-size: 16px;
  }

  .image-13 {
    width: auto;
    max-width: 100%;
  }

  .column-22 {
    padding-right: 0;
  }

  .div-cont-asfer-emp-praias, .div-cont-asfer-emp-sempar {
    width: 470px;
    max-width: 470px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-cont-imagem {
    margin-bottom: 20px;
  }

  .bold-text-4 {
    font-size: 40px;
    line-height: 30px;
    display: inline-block;
  }

  .div-cookie {
    z-index: 1000;
    background-color: var(--dark-orange);
    width: 80%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .txt-branco-14 {
    font-size: 14px;
  }

  .button-cookie {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    display: flex;
  }

  .div-block-37 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .div-block-38 {
    margin-right: 30px;
  }

  .sec-cadastro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-whats {
    align-items: center;
    text-decoration: none;
    display: inline-block;
  }

  .numero-whats {
    margin-left: 5px;
    margin-right: 15px;
    line-height: 22px;
    text-decoration: none;
    display: inline;
  }

  .image-20 {
    margin-top: -8px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-section-slider {
    background-image: none;
    height: auto;
  }

  .slider-home {
    height: 520px;
    margin-top: 0;
  }

  .txt-branco-18, .txt-branco-16, .txt-branco-28 {
    font-size: 25px;
    font-weight: 400;
  }

  .txt-marrom-17 {
    padding-right: 0;
  }

  .hero-section-slider-copy {
    background-image: none;
    height: auto;
  }

  .txt-branco-erro {
    font-size: 25px;
    font-weight: 400;
  }

  .txt-marrom-17-bold, .txt-marrom-30-medium-copy, .txt-marrom-28-medium {
    padding-right: 0;
  }

  .sec-promo01 {
    background-image: url('../images/vitrine-promo-17-01-22.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 700px;
    display: block;
  }

  .button-quero-participar {
    margin-bottom: 20px;
  }

  .sec-resort-promo {
    background-image: url('../images/bolinhas-promo-19-01-22.jpg');
    height: 1700px;
  }

  .sec-amenidades-promo {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-amen-promo {
    align-items: flex-start;
  }

  .div-block-57 {
    width: 80%;
  }

  .txt-marrom-14 {
    padding-right: 0;
  }

  .txt-branco-15-bold, .txt-branco-15-bold-copy {
    font-size: 14px;
  }

  .div-block-61 {
    padding-top: 10px;
    padding-bottom: 0;
    top: 20px;
  }

  .image-22 {
    margin-top: -17px;
  }

  .sec-ir02-desk {
    display: block;
  }

  .div-cont-ir02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .h1-golden-dreams55 {
    margin-top: 24px;
    margin-bottom: 28px;
    margin-left: 0;
    font-size: 60px;
    display: block;
  }

  .div-img-proximos-passos {
    width: 80%;
  }

  .div-block-62 {
    margin-top: -4px;
  }

  .div-block-63 {
    position: relative;
    top: 26px;
  }

  .div-ir-marrom-desk {
    background-color: var(--maroon-2);
  }

  .div-diarias-desk {
    flex-direction: column;
    align-items: center;
    margin-top: -110px;
    display: flex;
    position: relative;
    top: 80px;
  }

  .div-block-65 {
    flex-direction: row;
    align-items: center;
    margin-top: 2px;
    padding-top: 29px;
    padding-bottom: 20px;
    display: flex;
  }

  .txt-branco-30-normal {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .txt-marrom-17-copy {
    padding-right: 0;
    font-weight: 700;
  }

  .txt-marrom-20-bold-center {
    padding-right: 47px;
  }

  .section-4 {
    display: none;
  }

  .txt-branco-30-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-img-form {
    text-align: right;
  }

  .resort-promo-mob, .sec-form-promo-mob, .sec-promo01-mob-copy {
    display: none;
  }

  .txt-marrom-30-bold-mob {
    padding-right: 0;
  }

  .h4-marrom-29-bold-copy {
    font-weight: 700;
  }

  .div-ir-marrom-mob {
    background-color: var(--maroon-2);
    display: none;
  }

  .div-block-61-copy {
    padding-top: 10px;
    padding-bottom: 0;
    top: 20px;
  }

  .txt-branco-30-normal-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-diarias-mob {
    flex-direction: column;
    align-items: center;
    margin-top: -110px;
    display: none;
    position: relative;
    top: 80px;
  }

  .div-cont-ir02-mob {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-63-copy {
    position: relative;
    top: 26px;
  }

  .h4-marrom-29-bold-mob {
    font-weight: 700;
  }

  .h1-golden-dreams55-mob {
    margin-left: 0;
    font-size: 60px;
  }

  .div-block-62-mob {
    margin-top: -4px;
  }

  .div-amen-promo-mob02 {
    align-items: flex-start;
  }

  .txt-marrom-14-bold {
    padding-right: 0;
  }

  .div-cont-ns {
    font-family: Serifa, sans-serif;
    font-size: 60px;
  }

  .txt-branco-50-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
  }

  .success-message-2 {
    color: #fff;
    background-color: #509775;
    font-family: Serifa, sans-serif;
  }

  .tooltip-arrow {
    width: 20px;
    height: 20px;
    top: -25px;
    bottom: 0;
    left: 3px;
  }

  .link-block-2 {
    position: relative;
    top: -58px;
  }

  .link-block-3 {
    position: relative;
    top: -19px;
    right: 12px;
  }

  .txt-branco-15-normal {
    font-size: 14px;
  }

  .txt-marrom-17-copy-copy {
    padding-right: 0;
    font-weight: 700;
  }

  .h4-marrom-28 {
    font-weight: 700;
  }

  .txt-branco-40-bold-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }

  .txt-marrom-15-tt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
  }

  .h4-marrom-28-copy {
    font-weight: 700;
  }

  .div-block-92 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .txt-branco-38-bold-copy {
    padding-right: 0;
  }

  .image-31 {
    margin-bottom: 100px;
  }

  .image-32 {
    max-width: 80%;
  }

  .image-33 {
    margin-bottom: 40px;
  }

  .image-34 {
    max-width: 80%;
  }

  .div-cont-socio {
    padding: 30px;
  }

  .div-banner-flutua {
    background-color: rgba(0, 0, 0, .6);
    display: flex;
  }

  .div-espa-o-exclusivo-mob {
    display: none;
  }

  .div-cont-whatsapp {
    padding: 30px;
  }

  .list {
    display: inline-block;
  }

  .txt-branco-25-bold {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }

  .txt-marrom-17-bold-copy, .txt-marrom-20-dir {
    padding-right: 0;
  }

  .h4-marrom-30-premiacao {
    padding-left: 0;
  }

  .div-block-114 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-115 {
    padding: 30px 0;
  }
}

@media screen and (min-width: 1440px) {
  .h4-marrom {
    margin-bottom: 5px;
  }

  .sec-tradi-o_em_sofistica-o {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-azul {
    max-width: 1000px;
    margin-left: 120px;
    margin-right: 120px;
  }

  .h1 {
    margin-top: 10px;
    font-size: 48px;
  }

  .sec-associado01 {
    background-image: url('../images/ibi.png'), url('../images/ibi.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }

  .div-texto-duplo {
    height: 80px;
    padding-top: 5px;
    display: block;
  }

  .text-block-paises {
    display: inline-block;
  }

  .text-block-milhoes {
    flex: none;
    display: inline-block;
  }

  .text-block-associados {
    font-size: 22px;
  }

  .column-8 {
    padding-left: 120px;
    padding-right: 30px;
  }

  .column-9 {
    padding-left: 30px;
    padding-right: 120px;
  }

  .div-block-22 {
    grid-row-gap: 19px;
    grid-template-rows: auto auto minmax(auto, 1fr) auto auto;
  }

  .text-block-familias {
    font-size: 19px;
  }

  .image-13 {
    width: 500px;
    max-width: 100%;
  }

  .column-22 {
    padding-right: 0;
  }

  .div-cont-asfer-emp-praias {
    flex-direction: column;
    flex: 0 auto;
    width: 470px;
    max-width: 470px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-cont-asfer-emp-sempar {
    width: 470px;
    max-width: 470px;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-marrom-italic {
    margin-top: 0;
    font-style: italic;
    font-weight: 400;
  }

  .div-seg-texto {
    margin-top: 10px;
  }

  .div-cookie {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h4-marrom-normal, .h6-marrom-tt {
    margin-bottom: 5px;
  }

  .hero-section-slider {
    background-position: 0 30%, 50% 0, 0 0;
  }

  .slider-home {
    height: 520px;
    margin-top: 0;
  }

  .txt-branco-18 {
    font-size: 24px;
  }

  .div-logo-banner {
    margin-bottom: 35px;
  }

  .div-txt-banner {
    padding-bottom: 62px;
  }

  .slide_2 {
    background-image: url('../images/vitrine3.jpg');
  }

  .txt-branco-16, .txt-branco-28 {
    font-size: 24px;
  }

  .slide_3 {
    background-image: url('../images/vitrine2.jpg');
  }

  .slide_4 {
    background-image: url('../images/vitrine1.jpg');
  }

  .hero-section-slider-copy {
    background-position: 0 30%, 50% 0, 0 0;
  }

  .sec-erro {
    height: 400px;
  }

  .txt-branco-erro {
    font-size: 24px;
  }

  .sec-promo01 {
    background-image: url('../images/vitrine-promo-17-01-22.jpg');
    background-position: 50%;
    background-size: cover;
    height: 930px;
    display: block;
  }

  .div-block-53 {
    padding-bottom: 42px;
  }

  .sec-resort-promo {
    background-image: url('../images/bolinhas-promo-19-01-22.jpg');
    height: 3000px;
  }

  .sec-amenidades-promo {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-57 {
    width: 80%;
  }

  .h1-golden-dreams55 {
    margin-top: 38px;
    line-height: 60px;
    position: relative;
    top: 9px;
  }

  .div-block-62 {
    font-size: 62px;
    line-height: 65px;
    top: -103px;
  }

  .div-diarias-desk {
    margin-top: -146px;
  }

  .txt-branco-30-normal {
    font-size: 30px;
  }

  .section-4 {
    display: none;
  }

  .txt-branco-30-bold {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .div-img-form {
    text-align: right;
  }

  .resort-promo-mob, .sec-form-promo-mob {
    display: none;
  }

  .div-block-53-mob {
    padding-bottom: 42px;
  }

  .sec-promo01-mob-copy, .div-ir-marrom-mob {
    display: none;
  }

  .txt-branco-30-normal-copy {
    font-size: 30px;
  }

  .div-diarias-mob {
    margin-top: -146px;
  }

  .div-block-62-mob {
    font-size: 62px;
    line-height: 65px;
    top: -103px;
  }

  .txt-branco-50-bold {
    font-size: 50px;
    line-height: 50px;
  }

  .div-tab-celula {
    align-items: flex-start;
  }

  .tooltip-arrow {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    top: -21%;
    left: 7px;
  }

  .txt-branco-40-bold-copy {
    font-size: 40px;
  }

  .txt-marrom-15-tt {
    font-size: 13px;
  }

  .bold-text-10 {
    font-size: 30px;
  }

  .image-31 {
    text-align: left;
    max-width: 100%;
    margin-bottom: 120px;
  }

  .image-32 {
    max-width: 80%;
  }

  .image-33 {
    margin-bottom: 40px;
  }

  .image-34 {
    max-width: 80%;
  }

  .h4-marrom-socio {
    margin-bottom: 5px;
  }

  .div-banner-flutua:hover {
    background-color: rgba(0, 0, 0, .6);
  }

  .div-espa-o-exclusivo-mob {
    display: none;
  }

  .list {
    display: inline-block;
  }

  .txt-branco-25-bold {
    font-size: 24px;
  }

  .h4-marrom-30-premiacao {
    padding-left: 0;
    display: inline-block;
  }

  .div-block-114 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-115 {
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .nav-link:hover {
    background-color: rgba(141, 198, 232, .22);
    display: block;
  }

  .section-subhead.narrower-middle {
    width: 90%;
  }

  .section-3 {
    padding-top: 7px;
  }

  .circular-shape.green-pastel {
    left: 37px;
  }

  .amenities-holder.vertical.less-width {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .amenity-block {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .amenity-block.line-right {
    border-top: 1px solid rgba(8, 24, 25, .23);
    border-left-style: none;
  }

  .amenity-block.line-right._2 {
    border-right: 1px solid rgba(8, 24, 25, .23);
  }

  .amenity-block.line-left {
    border-bottom: 1px rgba(8, 24, 25, .23);
    border-right-style: solid;
  }

  .amenity-title.light {
    margin-top: 0;
  }

  .nav-right-2 {
    background-color: #fbf8ea;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .06);
  }

  .category-section {
    padding: 100px 5%;
  }

  .individual-category {
    width: 46%;
  }

  .centred-cta {
    margin-top: 20px;
  }

  .hiw-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .split-holder {
    flex-direction: column-reverse;
    margin-left: 5%;
    margin-right: 5%;
  }

  .split-left {
    width: 90%;
    margin-top: 69px;
    padding-right: 0;
  }

  .content-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

  .split-right {
    width: 100%;
    padding-left: 0%;
  }

  .green-features {
    padding: 20px 5%;
  }

  .nav-bar {
    padding: 10px 50px;
  }

  .brand-div {
    margin-top: 11px;
  }

  .scrolling-nav {
    padding: 10px 50px;
  }

  .menu-button {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button.w--open {
    background-color: var(--ivory);
    color: #1d3857;
    transform: rotate(90deg);
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 35px;
  }

  .web-links-2.right {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-link.left {
    margin-left: 0;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sec-caracteristcas {
    padding-left: 0;
    padding-right: 0;
  }

  .sec--caracteristicas {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-asferiassaosuas {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .golden_dream-120px {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 110px;
    line-height: 80px;
  }

  .div-cont-asfer {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-img-rci {
    background-image: url('../images/rci-omundo_te_espera-texto.png'), url('../images/img-mudo_te_espera.png');
    height: 400px;
  }

  .div-j-_ouviu_falar_rci {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sec-tradi-o_em_sofistica-o {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .sec-contato {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-azul {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-cont-titulo-superior {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-marrom, .h4-marrom-32 {
    line-height: 32px;
  }

  .div-cont-imgs-empresas {
    margin-bottom: 14px;
  }

  .txt-marrom-10-italico, .div-radio {
    text-align: center;
    display: block;
  }

  .div-block-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-car-hospitalidade-acomo {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .icon {
    color: var(--dark-orange-2);
  }

  .div-block-3-copy {
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .image-3-copy {
    display: block;
  }

  .sec-associado01 {
    height: 400px;
  }

  .text-block {
    font-size: 21px;
  }

  .div-conttextos-empr {
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-cont-titulo-superior-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-hoteis-e-resorts {
    font-size: 22px;
    display: block;
  }

  .text-block-associados {
    font-size: 22px;
  }

  .sec-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .column-8 {
    padding-left: 40px;
  }

  .column-9 {
    padding-right: 40px;
  }

  .div-block-7 {
    margin-bottom: 25px;
    display: block;
  }

  .div-block-8 {
    margin-bottom: 25px;
    display: flex;
  }

  .sec-associado-resp {
    padding: 50px;
    display: block;
  }

  .div-block-22 {
    grid-column-gap: 22px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto minmax(127px, 1fr) auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    display: grid;
  }

  .div-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    height: auto;
    display: grid;
  }

  .h2-marrom-bold-copy {
    text-align: left;
    font-size: 32px;
  }

  .div-block-29 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    display: flex;
    position: static;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .div-block-32 {
    margin-top: 23px;
  }

  .div-block-33 {
    margin-bottom: 35px;
  }

  .columns-6 {
    flex-direction: column;
    display: flex;
  }

  .text-block-familias {
    font-size: 20px;
  }

  .image-13 {
    width: 100%;
    min-width: 200px;
    margin-right: 0;
    padding-right: 10px;
  }

  .brand-div-desk {
    margin-top: 11px;
  }

  .brand-div-desk.w--current {
    display: none;
  }

  .brand-div-mobile {
    margin-top: 11px;
  }

  .brand-div-mobile.w--current {
    display: block;
  }

  .column-17, .column-18 {
    margin-bottom: 20px;
  }

  .div-cont-asfer-emp-praias, .div-cont-asfer-emp-sempar {
    text-align: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-cookie {
    flex-direction: column;
    width: 90%;
  }

  .button-cookie {
    font-size: 14px;
  }

  .div-block-37 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-38 {
    width: 100%;
    margin-right: 0;
  }

  .image-18 {
    display: block;
  }

  .sec-topo-politica-privacidade {
    margin-top: -65px;
  }

  .sec-politica-privacidade {
    margin-top: 85px;
  }

  .image-19 {
    display: none;
  }

  .sec-cadastro {
    padding-top: 39px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-41 {
    flex-direction: column;
  }

  .select {
    width: 40%;
  }

  .div-whats {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .numero-whats {
    text-align: center;
    margin: 0 0 0 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .numero-whats:hover {
    background-color: rgba(141, 198, 232, .22);
    display: block;
  }

  .hero-section-slider {
    background-image: url('../images/novotel01.jpg'), linear-gradient(to right, rgba(5, 12, 20, .68), rgba(255, 255, 255, 0));
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .slider-home {
    height: auto;
    margin-top: 0;
  }

  .slide-1 {
    position: static;
  }

  .div-cont-slider {
    height: 350px;
  }

  .link-block-home {
    width: 100%;
    display: block;
  }

  .slide_2 {
    position: static;
  }

  .div-block-46 {
    margin-bottom: 50px;
  }

  .slide_3, .slide_4 {
    position: static;
  }

  .div-block-47 {
    margin-bottom: 148px;
  }

  .txt-marrom-17 {
    padding-right: 0;
  }

  .div-block-48 {
    width: 100%;
  }

  .left-arrow {
    margin-left: 10%;
  }

  .right-arrow {
    margin-right: 10%;
  }

  .hero-section-slider-copy {
    background-image: url('../images/novotel01.jpg'), linear-gradient(to right, rgba(5, 12, 20, .68), rgba(255, 255, 255, 0));
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .sec-erro {
    margin-top: 70px;
  }

  .link-block-home-copy {
    width: 100%;
    display: block;
  }

  .txt-marrom-17-bold {
    padding-right: 0;
  }

  .txt-marrom-30-medium-copy {
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .div-100 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .txt-marrom-28-medium {
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .sec-promo01 {
    background-image: url('../images/vitrine-promo-17-01-22.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 500px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-amen-promo {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-57 {
    padding: 50px 0;
  }

  .txt-marrom-14 {
    padding-right: 0;
  }

  .h1-golden-dreams50-copy {
    margin-left: 0;
  }

  .image-22 {
    margin-top: -22px;
  }

  .sec-ir02-desk {
    display: block;
  }

  .h1-golden-dreams55 {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .div-img-proximos-passos {
    margin-top: 17px;
  }

  .div-block-62 {
    margin-top: 30px;
    top: -54px;
  }

  .div-diarias-desk {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .txt-marrom-17-copy {
    padding-right: 0;
  }

  .div-cont-footer-promo-mob {
    display: none;
  }

  .txt-marrom-20-bold-center {
    padding-right: 0;
  }

  .div-amenidades-mob {
    display: none;
  }

  .h1-golden-dreams50-promo {
    margin-left: 0;
  }

  .sec-form-promo-mob {
    display: none;
  }

  .sec-promo01-mob-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .txt-marrom-30-bold-mob {
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .div-diarias_gratis-mob {
    display: none;
  }

  .div-diarias-mob {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  .div-block-62-mob {
    top: -54px;
  }

  .div-amen-promo-mob02 {
    align-items: flex-start;
    width: 100%;
  }

  .txt-marrom-14-bold {
    padding-right: 0;
  }

  .sec-ideal-mob {
    display: none;
  }

  .sec-regras-promo {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-74 {
    width: 100%;
  }

  .div-block-58-desk {
    justify-content: center;
  }

  .div-block-58-mob {
    justify-content: center;
    display: none;
  }

  .txt-marrom-17-copy-copy {
    padding-right: 0;
  }

  .div-promo-home-desk, .div-promo-home-mob {
    margin-top: 85px;
  }

  .h4-marrom-28, .h4-marrom-28-copy {
    font-size: 25px;
    line-height: 25px;
  }

  .txt-branco-38-bold-copy {
    padding-right: 0;
  }

  .image-30 {
    padding-top: 0;
  }

  .image-31 {
    max-width: 80%;
  }

  .image-32 {
    max-width: 100%;
  }

  .image-33 {
    max-width: 80%;
  }

  .image-34 {
    max-width: 100%;
  }

  .sec-topo-socios {
    margin-top: -65px;
  }

  .sec-socios {
    margin-top: 36px;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr;
  }

  .div-banner-flutua {
    z-index: 1000;
    background-color: rgba(0, 0, 0, .6);
  }

  .link-block-4 {
    width: auto;
  }

  .button-espaco-exclusivo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-espa-o-exclusivo-desk {
    display: none;
  }

  .div-espa-o {
    height: 80px;
  }

  .div-espa-o-exclusivo-mob {
    background-color: var(--seashell);
    padding: 52px 90px 50px;
    display: block;
  }

  .div-block-103 {
    padding-top: 22px;
  }

  .txt-marrom-13 {
    font-size: 13px;
    line-height: 16px;
  }

  .grid-whatsapp {
    grid-template-columns: 1fr 1fr;
  }

  .div-cont-resortedasorte {
    margin-top: 0;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .h4-marrom-32-copy {
    line-height: 32px;
  }

  .div-cont-sorteio {
    text-align: center;
  }

  .txt-marrom-17-bold-copy, .txt-marrom-20-dir {
    padding-right: 0;
  }

  .div-data-sorteio, .cell, .cell-2 {
    align-items: center;
  }

  .h4-marrom-30-premiacao {
    text-align: center;
    padding-left: 0;
    line-height: 32px;
  }

  .div-block-114 {
    margin-bottom: 45px;
  }

  .cell-3 {
    justify-content: center;
    padding-top: 48px;
    display: flex;
  }

  .cell-3-copy {
    display: flex;
  }

  .div-block-115 {
    max-width: 600px;
  }

  .div-cols-cyan, .div-resort-parceiro {
    padding-left: 50px;
    padding-right: 50px;
  }

  .txt-marrom-10-italico-copy {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 20px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-3 {
    background-position: 0 0, 100%;
    padding-top: 0;
  }

  .circular-shape.green-pastel {
    width: 800px;
    height: 800px;
    padding-top: 119px;
    bottom: -213px;
    left: -118px;
  }

  .nav-bar, .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .sec-caracteristcas {
    padding: 30px 0;
  }

  .sec--caracteristicas {
    padding: 30px;
  }

  .h4-marrom-29 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-asferiassaosuas {
    padding: 30px;
  }

  .div-cont-asfer {
    margin-bottom: 30px;
  }

  .div-img-rci {
    background-image: url('../images/rci-omundo_te_espera-texto.png'), url('../images/img-mudo_te_espera.png');
    background-size: cover, cover;
    background-attachment: scroll, scroll;
    height: 300px;
  }

  .div-j-_ouviu_falar_rci {
    padding: 30px;
  }

  .sec-tradi-o_em_sofistica-o {
    padding: 30px 30px 10px;
  }

  .sec-contato {
    padding: 30px;
  }

  .div-azul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-marrom {
    font-size: 26px;
  }

  .h4-marrom-32 {
    font-size: 28px;
  }

  .txt-marrom-10-italico {
    text-align: center;
  }

  .div-block-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-car-hospitalidade-acomo {
    margin-bottom: 20px;
  }

  .text-field-distancia {
    width: 60%;
  }

  .div-block-3-copy {
    margin-left: 0;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .sec-associado01 {
    height: 300px;
  }

  .column-2, .column-3 {
    text-align: left;
  }

  .div-conttextos-empr {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-5 {
    text-align: left;
  }

  .text-block-hoteis-e-resorts {
    display: block;
  }

  .sec-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    margin-bottom: 25px;
  }

  .div-block-8 {
    justify-content: center;
    margin-bottom: 25px;
  }

  .txt-branco-12-tt {
    margin-left: 0;
  }

  .sec-associado-resp {
    padding: 30px;
  }

  .div-txt-resp {
    padding-top: 0;
  }

  .txt-branco-10 {
    text-transform: none;
    margin-left: 0;
  }

  .div-block-22 {
    grid-column-gap: 22px;
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2-marrom-bold-copy {
    font-size: 30px;
  }

  .h4-marrom-29-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-29 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-32 {
    margin-top: 25px;
  }

  .div-block-33 {
    margin-bottom: 40px;
  }

  .column-16 {
    align-items: center;
  }

  .image-13 {
    padding-right: 0;
  }

  .h4-marrom-40-phone {
    font-size: 50px;
  }

  .div-cont-asfer-emp-praias, .div-cont-asfer-emp-sempar {
    margin-bottom: 0;
  }

  .div-block-34 {
    display: flex;
  }

  .div-cookie {
    display: none;
  }

  .txt-branco-14 {
    margin-left: 0;
  }

  .sec-politica-privacidade {
    margin-top: 71px;
    padding: 30px 50px;
  }

  .sec-cadastro {
    padding: 40px 30px;
  }

  .column-23 {
    padding-right: 0;
  }

  .column-24 {
    padding-left: 0;
  }

  .radio-button-cadastro {
    width: 100%;
  }

  .column-25 {
    display: none;
  }

  .select {
    width: 50%;
  }

  .numero-whats {
    font-size: 20px;
  }

  .hero-section-slider {
    background-position: 50% 0, 0 0;
    height: auto;
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-home {
    height: 350px;
    margin-top: 0;
  }

  .txt-branco-18 {
    text-align: center;
    margin-left: 0;
  }

  .div-cont-slider {
    display: flex;
  }

  .link-block-home {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-46 {
    margin-bottom: 50px;
  }

  .txt-branco-16 {
    text-align: center;
    margin-top: 1px;
    margin-left: 0;
  }

  .txt-branco-28 {
    text-align: center;
    margin-left: 0;
  }

  .div-block-47 {
    margin-bottom: 168px;
  }

  .txt-marrom-17 {
    padding-right: 0;
    font-size: 17px;
  }

  .div-block-48 {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .hero-section-slider-copy {
    background-position: 50% 0, 0 0;
    height: auto;
    margin-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-branco-erro {
    text-align: center;
    margin-left: 0;
  }

  .link-block-home-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .txt-marrom-17-bold {
    padding-right: 0;
    font-size: 17px;
  }

  .txt-marrom-30-medium-copy {
    padding-right: 0;
  }

  .div-100 {
    padding-left: 50px;
  }

  .txt-marrom-28-medium {
    padding-right: 0;
  }

  .sec-promo01 {
    background-image: url('../images/vitrine-promo-mobi-17-01-22.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    height: 1450px;
  }

  .sec-resort-promo {
    display: none;
  }

  .sec-amenidades-promo {
    display: block;
  }

  .grid-2 {
    grid-template-rows: auto auto;
  }

  .div-block-57 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .txt-marrom-14 {
    padding-right: 0;
    font-size: 17px;
  }

  .h1-golden-dreams50-copy {
    text-align: center;
  }

  .div-cont-footer-promo-desk {
    display: none;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .txt-branco-15-bold, .txt-branco-15-bold-copy {
    margin-left: 0;
  }

  .sec-ir02-desk {
    display: block;
  }

  .h1-golden-dreams55 {
    font-size: 40px;
  }

  .div-block-62 {
    top: -47px;
  }

  .div-block-63 {
    top: 20px;
  }

  .div-diarias-desk {
    margin-top: -97px;
    top: 50px;
  }

  .div-block-65 {
    margin-top: 7px;
  }

  .txt-branco-30-normal {
    text-align: center;
    margin-left: 0;
  }

  .txt-marrom-17-copy {
    padding-right: 0;
    font-size: 17px;
  }

  .div-cont-footer-promo-mob {
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .div-block-66 {
    margin-top: 19px;
  }

  .div-block-67 {
    background-color: #f18c30;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .txt-branco-40-bold-copy {
    text-align: center;
    margin-left: 0;
    font-size: 40px;
  }

  .txt-marrom-20-bold-center {
    text-align: center;
    padding-right: 0;
    font-weight: 700;
  }

  .div-block-68 {
    margin-top: 11px;
    padding-bottom: 30px;
  }

  .button-inscrevase-ja {
    color: #fff;
    background-color: #e536bd;
    margin-bottom: 14px;
    padding: 16px 40px;
    font-size: 30px;
    font-weight: 700;
  }

  .button-inscrevase-ja:hover {
    background-color: #e536bd;
  }

  .section-4 {
    display: block;
  }

  .h1-golden-dreams50-promo {
    text-align: center;
  }

  .txt-branco-30-bold {
    text-align: center;
    margin-left: 0;
  }

  .div-img-form {
    text-align: right;
  }

  .sec-form-promo-mob {
    display: none;
  }

  .txt-marrom-30-bold-mob {
    padding-right: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .h4-marrom-29-bold-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .div-ir-marrom-mob, .div-diarias_gratis-mob {
    display: none;
  }

  .txt-branco-40-bold-copy, .txt-branco-30-normal-copy {
    text-align: center;
    margin-left: 0;
  }

  .div-diarias-mob {
    margin-top: -97px;
    display: none;
    top: 50px;
  }

  .div-cont-ir02-mob {
    display: none;
  }

  .div-block-63-copy {
    top: 20px;
  }

  .h4-marrom-29-bold-mob {
    font-size: 18px;
    line-height: 26px;
  }

  .h1-golden-dreams55-mob {
    font-size: 32px;
  }

  .div-block-62-mob {
    top: -47px;
  }

  .sec-amen-promo2 {
    display: none;
  }

  .txt-marrom-14-bold {
    padding-right: 0;
    font-size: 17px;
  }

  .sec-ideal-mob {
    display: none;
  }

  .txt-branco-50-bold {
    text-align: center;
    margin-left: 0;
  }

  .sec-regras-promo {
    margin-top: 0;
    padding: 0 50px 30px;
  }

  .div-block-74 {
    width: 100%;
  }

  .h4-marrom-20 {
    font-size: 22px;
    line-height: 26px;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3.25fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .txt-marrom-12-16 {
    font-size: 11px;
    line-height: 14px;
  }

  .grid-6-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3.25fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .link-block-3 {
    left: -10px;
  }

  .txt-branco-15-normal {
    margin-left: 0;
  }

  .div-bolinhas-mob {
    background-color: var(--white-2);
    display: block;
  }

  .div-block-58-desk {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  .div-block-58-mob {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .txt-marrom-17-copy-copy {
    margin-top: 19px;
    padding-right: 0;
    font-size: 17px;
  }

  .image-25 {
    background-color: var(--white);
  }

  .div-promo-home-mob {
    display: none;
  }

  .h4-marrom-28 {
    font-size: 18px;
    line-height: 18px;
  }

  .txt-branco-40-bold-copy, .txt-marrom-15-tt {
    text-align: center;
    margin-left: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .h4-marrom-28-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .image-27 {
    left: -186px;
  }

  .div-block-91 {
    left: -6px;
  }

  .txt-branco-10-copy {
    text-transform: none;
    margin-left: 0;
  }

  .txt-branco-38-bold-copy {
    padding-right: 0;
    font-size: 40px;
  }

  .txt-branco-10-copy-copy {
    text-transform: none;
    margin-left: 0;
  }

  .image-30 {
    margin-top: -12px;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-31 {
    text-align: left;
    max-width: 130%;
  }

  .image-32 {
    max-width: 130%;
  }

  .image-33 {
    max-width: 150%;
  }

  .image-34 {
    max-width: 180%;
  }

  .sec-socios {
    margin-top: 44px;
    padding: 30px 50px;
  }

  .div-cont-socio {
    padding: 20px;
  }

  .button-espaco-exclusivo {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 18px;
  }

  .div-espa-o-exclusivo-desk {
    display: none;
  }

  .div-espa-o-exclusivo-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-101 {
    background-color: #fff0e8;
  }

  .div-block-102 {
    padding: 25px 10%;
  }

  .div-block-103 {
    padding-top: 21px;
  }

  .txt-marrom-13 {
    font-size: 13px;
    line-height: 18px;
  }

  .grid-whatsapp {
    grid-template-columns: 1fr;
  }

  .div-cont-whatsapp {
    padding: 20px;
  }

  .div-cont-resortedasorte {
    margin-top: 44px;
    padding: 30px 50px;
  }

  .list {
    margin-left: 0;
    padding-left: 19px;
  }

  .h4-marrom-32-copy {
    font-size: 28px;
  }

  .txt-branco-25-bold {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
  }

  .txt-marrom-17-bold-copy, .txt-marrom-20-dir {
    padding-right: 0;
    font-size: 17px;
  }

  .div-block-106 {
    margin-top: 16px;
  }

  .div-conteiner-70 {
    width: 90%;
  }

  .h4-marrom-30-premiacao {
    font-size: 28px;
  }

  .cell-3 {
    padding-top: 14px;
  }

  .cell-3-copy {
    padding-bottom: 32px;
  }

  .div-block-115 {
    max-width: 550px;
  }

  .div-cols-cyan {
    padding: 30px 50px;
  }

  .div-resort-parceiro {
    padding: 30px;
  }

  .h4-marrom-29-copy-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .txt-marrom-10-italico-copy {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-subhead.narrower {
    width: 90%;
  }

  .section-subhead.narrower-middle {
    width: 95%;
    font-size: 19px;
  }

  .circular-shape.green-pastel {
    border-radius: 0%;
    width: 100%;
    height: auto;
    padding: 90px 20px;
    bottom: 0;
    left: 0;
  }

  .amenity-block {
    border-bottom: 1px solid rgba(8, 24, 25, .23);
    width: 100%;
  }

  .amenity-block.line-right {
    border-top-style: none;
  }

  .amenity-block.line-right._2 {
    border-top-style: none;
    border-right-style: none;
  }

  .amenity-block.line-right.last {
    border-bottom-style: none;
  }

  .amenity-block.line-left {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .individual-category {
    width: 100%;
  }

  .hiw-number.darker {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 44px;
    transform: none;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lower-footer-links.right-links {
    margin-top: 17px;
  }

  .checkboxes-div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .plan-checkbox, .plan-checkbox.left {
    justify-content: center;
    width: 100%;
  }

  .hiw-section {
    padding-bottom: 10px;
  }

  .split-left {
    width: 100%;
  }

  .hiw-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-bar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 9px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link.last {
    margin-right: 20px;
  }

  .footer-link.left {
    margin-left: 20px;
  }

  .sec-caracteristcas {
    padding: 30px 0 20px;
  }

  .h4-marrom, .txt-marrom {
    text-align: left;
  }

  .sec--caracteristicas {
    padding: 20px;
  }

  .heading-4 {
    font-size: 45px;
  }

  .div-asferiassaosuas {
    padding: 20px;
  }

  .golden_dream-120px {
    font-size: 60px;
    line-height: 60px;
  }

  .div-img-rci {
    background-image: url('../images/rci-omundo_te_espera-texto.png'), url('../images/img-mudo_te_espera.png');
    background-position: 50%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
    height: 180px;
  }

  .div-j-_ouviu_falar_rci, .sec-tradi-o_em_sofistica-o {
    padding: 20px;
  }

  .div-img-trad_sofis {
    background-position: 50% 0;
  }

  .sec-contato {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-azul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-enviar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-cont-txt-rci {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-marrom {
    font-size: 20px;
    line-height: 28px;
  }

  .h4-marrom-32 {
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text {
    line-height: 18px;
  }

  .txt-marrom-center16 {
    text-align: left;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-car-hospitalidade-acomo {
    text-align: left;
    align-items: flex-start;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .sec-associado01 {
    height: 150px;
  }

  .column-2, .column-3, .txt-marrom-16-center {
    text-align: left;
  }

  .div-conttextos-empr {
    padding-top: 10px;
    padding-right: 0;
  }

  .column-5 {
    text-align: left;
  }

  .sec-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    text-align: left;
    padding: 30px 40px;
  }

  .div-block-8 {
    justify-content: flex-start;
  }

  .h4-marrom-tt-espa {
    text-align: left;
  }

  .sec-associado-resp {
    padding: 20px;
  }

  .div-txt-resp {
    padding-top: 0;
  }

  .image-7 {
    margin-bottom: 15px;
  }

  .txt-branco-10 {
    text-align: left;
  }

  .txt-email-italico-10 {
    margin-left: 0;
  }

  .div-block-22 {
    grid-template-columns: 1fr;
  }

  .h2-marrom-bold-copy {
    font-size: 25px;
  }

  .div-legenda {
    height: 50px;
  }

  .column-16 {
    align-items: flex-start;
  }

  .h4-marrom-40-phone {
    font-size: 28px;
  }

  .txt-marrom-italic, .txt-marrom-16-center-quebra {
    text-align: left;
  }

  .div-cookie {
    display: none;
  }

  .button-cookie {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sec-politica-privacidade {
    margin-top: 53px;
    padding: 20px 30px;
  }

  .txt-marrom-bold {
    text-align: left;
  }

  .sec-cadastro {
    padding-top: 40px;
  }

  .txt-marrom-15, .h4-marrom-normal, .h6-marrom-tt {
    text-align: left;
  }

  .div-block-41 {
    display: block;
  }

  .success-msg-cadastro {
    padding-left: 15px;
    padding-right: 15px;
  }

  .select {
    width: 100%;
  }

  .txt-marrom-15-center, .txt-marrom-15-copy {
    text-align: left;
  }

  .hero-section-slider {
    justify-content: space-between;
    height: auto;
    margin-top: 13px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .txt-branco-18 {
    text-align: center;
    font-size: 18px;
  }

  .link-block-home {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-46 {
    margin-bottom: 45px;
  }

  .txt-branco-16 {
    text-align: center;
    margin-top: 6px;
    font-size: 16px;
    line-height: 16px;
  }

  .txt-branco-28 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-47 {
    margin-bottom: 139px;
  }

  .txt-marrom-17 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-48 {
    width: 100%;
  }

  .hero-section-slider-copy {
    justify-content: space-between;
    height: auto;
    margin-top: 13px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .txt-branco-erro {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .link-block-home-copy {
    padding-left: 15%;
    padding-right: 15%;
  }

  .txt-marrom-17-bold, .txt-marrom-30-medium-copy, .txt-marrom-28-medium {
    text-align: center;
    padding-right: 0;
  }

  .sec-promo01 {
    display: none;
  }

  .div-block-51 {
    background-image: url('../images/vitrine-promo-mobi-17-01-22.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 900px;
  }

  .text-span {
    font-size: 18px;
  }

  .sec-form-promo {
    display: none;
  }

  .div-block-54 {
    text-align: center;
    width: 100%;
  }

  .text-field-promo {
    font-size: 14px;
  }

  .text-field-promo::placeholder {
    font-size: 14px;
  }

  .form-block {
    margin-top: 26px;
  }

  .button-quero-participar {
    width: 100%;
  }

  .sec-resort-promo {
    display: none;
  }

  .grid-2 {
    grid-template-columns: .5fr 1fr 1fr;
  }

  .div-block-57 {
    display: block;
  }

  .div-txt-amen-promo {
    margin-top: 10px;
  }

  .txt-marrom-14 {
    text-align: center;
    padding-right: 0;
    font-size: 15px;
  }

  .div-block-61 {
    width: 100%;
  }

  .image-22 {
    margin-top: -11px;
  }

  .sec-ir02-desk {
    display: none;
  }

  .div-cont-ir02 {
    display: block;
  }

  .div-img-proximos-passos {
    width: 100%;
  }

  .div-ir-marrom-desk, .div-diarias-desk {
    display: none;
  }

  .div-block-65 {
    padding-top: 14px;
    padding-bottom: 29px;
    display: none;
  }

  .txt-branco-30-normal {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .txt-marrom-17-copy {
    text-align: center;
    padding-right: 0;
    display: none;
  }

  .div-block-67 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .txt-marrom-20-bold-center {
    text-align: center;
    padding-right: 0;
  }

  .button-inscrevase-ja {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
  }

  .div-amenidades-mob {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .h1-golden-dreams50-promo {
    line-height: 40px;
  }

  .txt-branco-30-bold {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .txt-branco-20 {
    font-size: 12px;
  }

  .resort-promo-mob, .sec-form-promo-mob {
    display: block;
  }

  .div-block-53-mob {
    padding-bottom: 12px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-69 {
    margin-top: 26px;
  }

  .sec-promo01-mob-copy {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .txt-marrom-30-bold-mob {
    text-align: center;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-52-copy {
    margin-top: -34px;
    margin-bottom: 16px;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    top: 0;
  }

  .div-block-70 {
    margin-bottom: -66px;
  }

  .div-diarias_gratis-desk {
    display: none;
  }

  .div-ir-marrom-mob {
    margin-top: -28px;
    display: block;
  }

  .div-diarias_gratis-mob {
    padding-bottom: 20px;
    display: block;
  }

  .div-block-61-copy {
    width: 100%;
  }

  .txt-branco-40-bold-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .txt-branco-30-normal-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .div-diarias-mob {
    margin-top: 0;
    margin-bottom: 8px;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
    position: static;
  }

  .sec-ir02-mob {
    display: block;
  }

  .div-cont-ir02-mob {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-63-copy {
    text-align: center;
    top: 0;
  }

  .h4-marrom-29-bold-mob {
    margin-top: 23px;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
  }

  .image-23 {
    width: 100%;
  }

  .h1-golden-dreams55-mob {
    font-size: 50px;
    line-height: 40px;
  }

  .div-block-62-mob {
    height: auto;
    margin-top: -4px;
    margin-bottom: 0;
    padding-bottom: 43px;
    position: static;
    top: 0;
  }

  .div-block-71 {
    flex-direction: column;
    align-items: flex-end;
    margin-top: -65px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
  }

  .image-24 {
    margin-bottom: -32px;
  }

  .div-block-72 {
    background-color: var(--maroon-2);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -99px;
    padding-bottom: 22px;
    display: none;
  }

  .sec-amen-promo2 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .txt-marrom-14-bold {
    text-align: center;
    padding-right: 0;
    font-size: 14px;
  }

  .sec-ideal-mob {
    display: block;
  }

  .div-block-73 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 30px;
    display: none;
  }

  .txt-branco-50-bold {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .sec-regras-promo {
    margin-top: 0;
    padding: 20px 5%;
  }

  .div-block-74 {
    width: 100%;
  }

  .txt-marrom-16-20 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .txt-marrom-bold-16-20 {
    text-align: left;
  }

  .div-tabela {
    width: auto;
  }

  .grid-6 {
    justify-items: stretch;
  }

  .div-tab-celula {
    padding-left: 5px;
    padding-right: 5px;
  }

  .txt-marrom-12-16 {
    text-align: left;
    font-size: 9px;
    line-height: 12px;
  }

  .grid-6-copy {
    justify-items: stretch;
  }

  .div-block-75 {
    margin-top: -15px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-field-promo-tel {
    font-size: 14px;
  }

  .text-field-promo-tel::placeholder {
    font-size: 14px;
  }

  .tooltip-trigger {
    background-color: var(--ivory);
  }

  .div-block-58-desk {
    background-color: #fbfbf7;
  }

  .div-block-58-mob {
    background-color: #fbfbf7;
    padding-bottom: 22px;
  }

  .txt-marrom-17-copy-copy {
    text-align: center;
    padding-right: 0;
    display: block;
  }

  .div-promo-home-desk, .div-promo-home-mob {
    display: none;
  }

  .txt-branco-40-bold-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .txt-marrom-15-tt {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-marrom-topo, .div-block-86 {
    display: none;
  }

  .text-span-2 {
    color: var(--yellow);
  }

  .text-span-3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
  }

  .txt-marrom-copy {
    text-align: left;
  }

  .div-block-93 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 19px;
    display: flex;
  }

  .image-29 {
    width: 100%;
    margin-top: -69px;
  }

  .txt-branco-15 {
    font-size: 16px;
  }

  .txt-branco-10-copy {
    text-align: left;
  }

  .txt-branco-38-bold-copy {
    color: var(--yellow);
    text-align: center;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .txt-branco-20-copy-copy {
    font-size: 16px;
  }

  .txt-branco-15-copy {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .txt-branco-10-copy-copy {
    text-align: center;
  }

  .sec-socios {
    margin-top: 31px;
    padding: 20px 30px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .h4-marrom-socio {
    text-align: left;
  }

  .div-banner-flutua {
    width: 100%;
    margin-left: 0;
    display: flex;
    left: 0%;
  }

  .button-espaco-exclusivo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-espa-o-exclusivo-mob {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .txt-marrom-13 {
    text-align: center;
  }

  .grid-whatsapp {
    grid-template-columns: 1fr;
  }

  .div-cont-resortedasorte {
    margin-top: 31px;
    padding: 20px 0;
  }

  .list {
    margin-left: 0;
  }

  .button-particoe, .button-participe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h4-marrom-32-copy {
    font-size: 20px;
    line-height: 22px;
  }

  .txt-branco-25-bold {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .txt-marrom-17-bold-copy, .txt-marrom-20-dir {
    text-align: center;
    padding-right: 0;
  }

  .txt-marrom-20-normal {
    text-align: left;
  }

  .button-regulamento-promo {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .txt-marrom-20-normal-copy {
    text-align: left;
  }

  .txt-marrom-20-normal-heigh10-center {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .txt-marrom-20-normal-center {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .h4-marrom-30-premiacao {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-114 {
    margin-bottom: 26px;
  }

  .txt-marrom--2col {
    text-align: left;
    column-count: 1;
  }

  .div-cols-cyan, .div-resort-parceiro {
    padding: 20px;
  }
}

#w-node-_9303d053-3384-c7e4-5225-656a21ee72aa-ba18e796, #w-node-_9303d053-3384-c7e4-5225-656a21ee72b5-ba18e796, #w-node-_9303d053-3384-c7e4-5225-656a21ee72c0-ba18e796, #w-node-_9303d053-3384-c7e4-5225-656a21ee72cb-ba18e796 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9303d053-3384-c7e4-5225-656a21ee72d9-ba18e796 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9303d053-3384-c7e4-5225-656a21ee72ef-ba18e796, #w-node-_9303d053-3384-c7e4-5225-656a21ee72fa-ba18e796, #w-node-c540ad25-9a55-0aec-cee3-5334888b28dd-9a444ac8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6494f62d-4ffd-cc06-1097-18d6ccd1b68d-9a444ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b4c03c5-1b3f-dc28-800f-3f6807af74cb-9a444ac8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c172bb12-ee5a-8d31-13e8-9418ccae6c5b-9518e7a4 {
  justify-self: start;
}

#w-node-c41df4e7-c75e-a5f8-0b7c-f76ff45ec99a-9518e7a4 {
  align-self: end;
}

#w-node-b262ec86-ce18-28d6-d120-503e377971a8-37797181 {
  align-self: center;
  justify-self: start;
}

#w-node-_0a2d9f37-8b66-d6b8-66a9-cb7134210fb3-7018e7ad {
  align-self: center;
  justify-self: center;
}

#w-node-_01734389-da8c-dbfd-f8c8-f0234502aedb-7018e7ad {
  justify-self: auto;
}

#w-node-_0b918a18-4033-d383-a725-d874357d695b-7018e7ad {
  align-self: center;
  justify-self: center;
}

#w-node-_0b918a18-4033-d383-a725-d874357d696d-7018e7ad {
  justify-self: auto;
}

#w-node-_2f19d8e0-9a98-9262-ed6b-537a5d0a6fa6-7018e7ad {
  align-self: center;
  justify-self: center;
}

#w-node-_2f19d8e0-9a98-9262-ed6b-537a5d0a6fb8-7018e7ad {
  justify-self: auto;
}

#w-node-c944f1a3-0453-5eac-a575-eb69b6991a2f-7018e7ad {
  align-self: center;
  justify-self: center;
}

#w-node-c944f1a3-0453-5eac-a575-eb69b6991a41-7018e7ad {
  justify-self: auto;
}

#w-node-_78481fc7-37cb-672d-3929-dfe4b7595a08-7018e7ad {
  align-self: center;
  justify-self: center;
}

#w-node-_78481fc7-37cb-672d-3929-dfe4b7595a1a-7018e7ad {
  justify-self: auto;
}

#w-node-_3252a305-7956-e1af-2963-03c82e59c070-7018e7ad {
  align-self: auto;
  justify-self: auto;
}

#w-node-_76aa0fe5-ec3d-a661-ae68-92c9e78af9f6-2618e7af, #w-node-_76aa0fe5-ec3d-a661-ae68-92c9e78af9f9-2618e7af, #w-node-dcb37815-d9ab-109d-2cc2-08c3f58262bc-2618e7af, #w-node-dcb37815-d9ab-109d-2cc2-08c3f58262bf-2618e7af, #w-node-_888504a6-d832-1801-e7e7-0b07212198f5-2618e7af, #w-node-_888504a6-d832-1801-e7e7-0b07212198f8-2618e7af, #w-node-_90bffa59-5726-007b-5574-1bf96153bc46-2618e7af, #w-node-_90bffa59-5726-007b-5574-1bf96153bc49-2618e7af, #w-node-_359ba0c0-84d0-8064-792a-1ac948a95bae-2618e7af, #w-node-_359ba0c0-84d0-8064-792a-1ac948a95bb1-2618e7af, #w-node-_7fe9d63d-81ea-1045-d132-87f712802dec-2618e7af, #w-node-_7fe9d63d-81ea-1045-d132-87f712802def-2618e7af, #w-node-_6021ccae-c0c4-4f58-a0ac-a9fe5c5b8c6f-2618e7af, #w-node-_9ff0b961-e298-f025-f3cf-3e212dec5885-2618e7af, #w-node-_4c084bd5-6063-303f-9a3e-2f6ecbddb639-2618e7af, #w-node-_4c084bd5-6063-303f-9a3e-2f6ecbddb63c-2618e7af, #w-node-d527c72c-e313-9573-b634-bdfa4471fdfc-2618e7af, #w-node-d527c72c-e313-9573-b634-bdfa4471fdff-2618e7af, #w-node-f2b5146f-ea52-5db7-4058-27d8ff2f2548-2618e7af, #w-node-f2b5146f-ea52-5db7-4058-27d8ff2f254b-2618e7af, #w-node-f365617a-b6c6-203b-2fe9-d3c428ab3628-2618e7af, #w-node-f365617a-b6c6-203b-2fe9-d3c428ab362b-2618e7af, #w-node-_258f847c-cb0b-3cff-304b-7c5f37eea44f-2618e7af, #w-node-_258f847c-cb0b-3cff-304b-7c5f37eea452-2618e7af, #w-node-_991e5673-bee9-ff7c-09a0-fe6f59351e3f-2618e7af, #w-node-_991e5673-bee9-ff7c-09a0-fe6f59351e42-2618e7af, #w-node-_5041a37e-e5d7-8774-b631-b7e2edfa4455-2618e7af, #w-node-_5041a37e-e5d7-8774-b631-b7e2edfa4458-2618e7af, #w-node-d3f6f395-04e8-d307-5860-9ff4427faacd-2618e7af, #w-node-d3f6f395-04e8-d307-5860-9ff4427faad0-2618e7af, #w-node-_4cb81545-9959-772b-9488-d3a2a5e8e81a-2618e7af, #w-node-_4cb81545-9959-772b-9488-d3a2a5e8e81d-2618e7af, #w-node-_3f5f43de-0503-edb0-f942-696aa83300cf-2618e7af, #w-node-_3f5f43de-0503-edb0-f942-696aa83300d2-2618e7af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6021ccae-c0c4-4f58-a0ac-a9fe5c5b8c6f-cacb6560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9ff0b961-e298-f025-f3cf-3e212dec5885-cacb6560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9adb0a38-a3aa-40da-ed85-dfed7b86d1ea-cacb6560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9adb0a38-a3aa-40da-ed85-dfed7b86d1ef-cacb6560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cafe0473-b333-4842-8c48-8776e9c22dc2-7e41a4e1, #w-node-_546bbd02-4a40-69b4-16a5-538f03653702-7e41a4e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_9303d053-3384-c7e4-5225-656a21ee72b5-ba18e796 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_01734389-da8c-dbfd-f8c8-f0234502aedb-7018e7ad, #w-node-_0b918a18-4033-d383-a725-d874357d696d-7018e7ad, #w-node-_2f19d8e0-9a98-9262-ed6b-537a5d0a6fb8-7018e7ad, #w-node-c944f1a3-0453-5eac-a575-eb69b6991a41-7018e7ad, #w-node-_78481fc7-37cb-672d-3929-dfe4b7595a1a-7018e7ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9303d053-3384-c7e4-5225-656a21ee72b5-ba18e796 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b262ec86-ce18-28d6-d120-503e377971a8-37797181 {
    justify-self: start;
  }

  #w-node-_01734389-da8c-dbfd-f8c8-f0234502aedb-7018e7ad, #w-node-_0b918a18-4033-d383-a725-d874357d696d-7018e7ad, #w-node-_2f19d8e0-9a98-9262-ed6b-537a5d0a6fb8-7018e7ad, #w-node-c944f1a3-0453-5eac-a575-eb69b6991a41-7018e7ad, #w-node-_78481fc7-37cb-672d-3929-dfe4b7595a1a-7018e7ad {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9303d053-3384-c7e4-5225-656a21ee72b5-ba18e796, #w-node-_9303d053-3384-c7e4-5225-656a21ee72cb-ba18e796, #w-node-_9303d053-3384-c7e4-5225-656a21ee72d9-ba18e796 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cafe0473-b333-4842-8c48-8776e9c22dc2-7e41a4e1, #w-node-_546bbd02-4a40-69b4-16a5-538f03653702-7e41a4e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eccbb587-586b-b1aa-fa51-edd2ffb635a1-9518e7a4 {
    justify-self: end;
  }

  #w-node-_546bbd02-4a40-69b4-16a5-538f03653702-7e41a4e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LT-95-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Golden dream';
  src: url('../fonts/Golden-Dream.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Goldendream ibiobi';
  src: url('../fonts/GoldenDream_Ibiobi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Thin.otf') format('opentype'), url('../fonts/Averta-Extrathin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype'), url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serifa';
  src: url('../fonts/serifa-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serifa';
  src: url('../fonts/serifa-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serifa';
  src: url('../fonts/serifa-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serifa';
  src: url('../fonts/serifa-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}