.p--body {
  font-family: poppins, sans-serif;
  color: #4c1502;
  line-height: 1.5em;
}

.p--header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding-right: 20px;
  padding-left: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.p--container-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.p--menu-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--link-menu-top {
  margin-right: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--menu-right-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mr--container-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--logo-menu {
  width: 11%;
}

.mr--container-main-menu {
  position: relative;
  width: 57%;
}

.mr--link-main-menu {
  margin-right: 20px;
  font-family: plantin, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--container-action-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--container-phone {
  margin-right: 30px;
  color: #fff;
  font-weight: 700;
}

.mr--btn-book-top {
  padding: 10px 32px;
  border: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.p--main-slide {
  position: relative;
  z-index: 1;
}

.p--img-slide {
  width: 100%;
}

.p--overlay-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.55);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 60, 60, 0.8)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(0, rgba(17, 51, 73, 0)), to(transparent));
  background-image: linear-gradient(180deg, rgba(60, 60, 60, 0.8), rgba(255, 255, 255, 0) 50%, rgba(17, 51, 73, 0) 0, transparent);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--info-slide {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 60px;
}

.p--title-slide {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: lora, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.p--text-slide {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.9em;
  text-align: center;
}

.p--text-slide.mb25 {
  margin-bottom: 25px;
}

.p--text-slide.mb15 {
  margin-bottom: 15px;
}

.p--link-slide {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--container-link-slide {
  text-align: center;
}

.p--section-introduction {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.p--container-section {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.p--container-introduction-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--col-left-introduction-h {
  width: 48%;
}

.p--col-right-introduction-h {
  width: 48%;
}

.p--title-introduction-h {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: poppins, sans-serif;
  color: #4c1502;
  font-weight: 400;
}

.p--subtitle-introduction-h {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #f79165;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.p--text-introduction-h {
  margin-bottom: 40px;
  font-family: nimbus-sans, sans-serif;
  color: #4c1502;
  font-size: 15px;
  line-height: 1.9em;
}

.p--container-btns-introduction-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.p--btn-explore-introduction-h {
  margin-right: 10px;
  padding: 10px 32px;
  border-radius: 1px;
  background-color: #74523f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--btn-play-introduction-h {
  padding: 10px 32px;
  color: #496985;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--img-video-introduction-h {
  width: 100%;
  height: 280px;
  opacity: 0;
}

.p--container-img-video-introduction-h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  mix-blend-mode: multiply;
}

.p--icon-play-video {
  position: absolute;
}

.div-block {
  width: 100px;
  height: 100px;
}

.p--container-text-video-introduction-h {
  padding-right: 40px;
  padding-left: 40px;
  color: #4c1502;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.p--title-section {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: lora, sans-serif;
  color: #4c1502;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--container-info-section-center {
  margin-bottom: 62px;
  text-align: center;
}

.p--text-section {
  color: #4c1502;
  font-size: 16px;
  line-height: 1.9em;
}

.p--container-cards-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p--container-card-promo {
  width: 32%;
  margin-right: 14px;
  margin-bottom: 40px;
}

.p--container-img-card-promo {
  margin-bottom: 32px;
}

.p--img-item-item-promo {
  width: 100%;
}

.p--title-card {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.p--container-price-card-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--from-price-promo {
  color: #f79165;
  font-style: italic;
  letter-spacing: 1.4px;
}

.p--number-price-promo {
  display: inline-block;
  color: #4c1502;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.p--separator-price {
  width: 100px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(247, 145, 101, 0.2);
}

.p--span-price-promo {
  font-size: 16px;
}

.p--call-actions-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 336px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--btn-primary {
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #74523f;
  border-radius: 1px;
  color: #74523f;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--btn-secondary {
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #2b6991;
  border-radius: 1px;
  color: #2b6991;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--section-book-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #244a62;
  background-image: url('../img/bg-reservation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--container-form-book-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 536px;
  padding: 56px 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.p--title-form-book {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.p--input-form-book-room {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #506882;
  border-radius: 1px;
}

.p--btn-secondary-fill {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 1px;
  background-color: #2b6991;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--legend-form-book {
  color: #4c1502;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  font-weight: 300;
}

.p--subtitle-section {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #f79165;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--container-card-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--container-card-suite.mb0 {
  margin-bottom: 0px;
}

.p--container-img-card-suite {
  width: 536px;
}

.p--container-info-card-suite {
  width: 504px;
}

.p--title-card-suites {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4c1502;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}

.p--amenities-card-suites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  text-transform: uppercase;
}

.p--amenity-card-suites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #74523f;
}

.p--text-card-suites {
  margin-bottom: 30px;
  color: #4c1502;
  line-height: 32px;
}

.p--container-price-card-suites {
  margin-bottom: 20px;
}

.p--from-price-card-suites {
  margin-bottom: 10px;
  color: #f79165;
  font-size: 10px;
  line-height: 14px;
  font-style: italic;
  letter-spacing: 1.4px;
}

.p--per-price-card {
  display: inline-block;
  margin-left: 10px;
  color: #496985;
  font-size: 10px;
  text-transform: uppercase;
}

.p--section-dining-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/bg-breakfast.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--col-left-dining-h {
  width: 590px;
  margin-right: 50px;
}

.p--subtitle-dining-h {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--title-dining-h {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: lora, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.p--text-dining-h {
  margin-bottom: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

.p--btn-read-more-dining-h {
  margin-right: 10px;
  padding: 10px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
  background-color: #fff;
  color: #496985;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--btn-see-dining-h-2 {
  padding: 10px 32px;
  background-color: #2b6991;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--legend-dining-h {
  color: #fff;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.p--info-dining-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--col-right-dining-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p--img-dining-h {
  width: 100%;
}

.mr--container-info-img-dining {
  width: 168px;
}

.mr--title-img-dining-h {
  font-family: plantin, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.mr--text-img-dining-h {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.p--container-card-restaurant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--card-restaurant {
  width: 49%;
}

.p--img-card-restaurant {
  width: 100%;
}

.mr--title-card-restaurant {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: plantin, sans-serif;
  color: #1a3247;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.mr--text-card-restaurant {
  margin-bottom: 22px;
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--link-card-restaurant {
  color: #496985;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.p--section-real-estate-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
  padding-bottom: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/bg-our-history.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--title-real-estate-h {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.p--subtitle-top {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ffdfd1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--link-real-estate-h {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--section-wb {
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.p--title-wb {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: lora, sans-serif;
  color: #4c1502;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.p--items-wb {
  position: relative;
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 90px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(80, 104, 130, 0.2);
  border-radius: 2px;
  background-color: #fff;
}

.p--item-wb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 352px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--title-item-wb {
  margin-bottom: 6px;
  color: #4c1502;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.p--text-item-wb {
  color: #4c1502;
  font-size: 13px;
  line-height: 24px;
}

.p--container-title-wb {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.p--center-title-wb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p--call-actions-card-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 336px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--container-faqs-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--tab-faqs-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr--title-tab-faqs-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  color: #3f6075;
  font-weight: 700;
}

.p--footer-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--footer-link-top {
  margin-right: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--container--footer-menu-top {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(80, 104, 130, 0.2);
  background-color: rgba(247, 145, 101, 0.55);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--container-inside {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.p--footer-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff9f6;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--container-logo-footer {
  width: 352px;
}

.p--address-footer {
  color: #ac5936;
  font-size: 13px;
  font-style: italic;
}

.p--logo-footer {
  width: 207px;
  margin-bottom: 30px;
}

.p--container-menus-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 672px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--menu-footer {
  width: 24%;
}

.p--title-menu-footer {
  margin-bottom: 12px;
  color: #4c1502;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.p--link-menu-footer {
  width: 100%;
  margin-bottom: 10px;
  color: #4c1502;
  line-height: 24px;
  text-decoration: none;
}

.mr--footer-copy {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #74523f;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.mr--container-footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--text-copy {
  color: #fff;
  font-size: 13px;
  font-style: italic;
}

.mr--link-design {
  text-decoration: none;
}

.mr--container-menu-mobile {
  display: none;
}

.mr--logo-mmb {
  width: 11%;
}

.p--btn-primary-full {
  display: none;
}

.mr--call-actions-card-center-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 336px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--title-section-center {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: plantin, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--subtitle-top-center {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f79165;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p--address-footer-mb {
  display: none;
  color: #16364b;
  font-size: 13px;
  font-style: italic;
}

.mr--container-submenu-mobile {
  display: none;
}

.mr--container-form-menu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 536px;
  padding: 56px 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mr--footer-copy-menu-mobile {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #244a62;
}

.mr--text-copy-menu-mobile {
  color: #fff;
  font-size: 13px;
  font-style: italic;
}

.p--icon-item-wb {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mr--introduction-page {
  position: relative;
  z-index: 1;
  height: 520px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--container-img-introduction-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 105, 133, 0.4)), to(rgba(73, 105, 133, 0.4))), url('../img/slide.jpg');
  background-image: linear-gradient(180deg, rgba(73, 105, 133, 0.4), rgba(73, 105, 133, 0.4)), url('../img/slide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mr--img-introduction-page {
  width: 100%;
  height: 280px;
  border-radius: 2px;
  opacity: 0;
}

.mr--container-introduction-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--title-introduction-page {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: plantin, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.mr--text-introduction-page {
  margin-bottom: 32px;
  color: #fff;
  line-height: 32px;
}

.mr--legend-introduction-page {
  color: #cde0ed;
  font-size: 13px;
  font-style: italic;
}

.mr--section-amenities-l {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.mr--title-amenities-l {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: plantin, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--container-amenities-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--img-amenities-l {
  width: 536px;
  height: 356px;
  opacity: 0;
}

.mr--item-odd-amenities-l {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.mr--item-even-amenities-l {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  background-color: rgba(198, 219, 237, 0.2);
}

.mr--section-map {
  height: 556px;
}

.mr--col-left-amenities-l {
  width: 48%;
}

.mr--col-right-amenities-l {
  width: 48%;
}

.mr--col-right-introduction-amenities-l {
  width: 48%;
}

.p--btn-explore-amenities-l {
  margin-right: 10px;
  padding: 10px 32px;
  border-radius: 1px;
  background-color: #74523f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.mr--col-left-introduction-page {
  width: 48%;
}

.mr--info-img-introduction-page {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.mr--title-info-ip {
  margin-bottom: 8px;
  font-family: plantin, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.mr--text-info-ip {
  margin-bottom: 32px;
  color: #fff;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.mr--btn-white-introduction-page {
  margin-right: 10px;
  padding: 10px 32px;
  border-radius: 1px;
  background-color: #fff;
  color: #496985;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--container-info-section {
  margin-bottom: 62px;
  text-align: left;
}

.p--section-amenities-room {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff5f1;
}

.p--container-info-section-amenities-room {
  margin-bottom: 32px;
  text-align: left;
}

.p--legend-img-amenities-room {
  margin-top: 16px;
  color: #4c1502;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
}

.p--container-img-amenities-room {
  margin-right: 40px;
}

.p--img-amenities-room {
  width: 100%;
}

.p--container-info-amenities-room {
  width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p--container-amenities-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--amenity-room {
  margin-bottom: 10px;
  color: #3f6075;
  line-height: 32px;
}

.p--amenities-room {
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--container-img-introduction-suites {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 105, 133, 0.03)), to(#1b3e54)), url('../img/slide.jpg');
  background-image: linear-gradient(180deg, rgba(73, 105, 133, 0.03), #1b3e54), url('../img/slide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mr--col-right-introduction-suites {
  width: 48%;
}

.mr--introduction-page-suites {
  position: relative;
  z-index: 1;
  height: 520px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--introduction-dining {
  position: relative;
  z-index: 1;
  height: 640px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--col-right-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mr--col-left-real-estate {
  width: 600px;
}

.mr--btn-introduction-page {
  margin-top: 32px;
  margin-right: 10px;
  padding: 10px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
  background-color: #fff;
  color: #496985;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--title-introduction-re {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: plantin, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--col-left-introduction-re {
  width: 536px;
  margin-right: 108px;
}

.mr--img-introduction-re {
  width: 100%;
  height: 402px;
  opacity: 0;
}

.mr--section-introduction-re {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  background-color: rgba(198, 219, 237, 0.2);
}

.mr--form-re {
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, #244a62, #244a62);
}

.mr--col-left-form-re {
  width: 444px;
}

.mr--title-form-re {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: plantin, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.mr--subtitle-re {
  margin-bottom: 16px;
  color: #91b6ce;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mr--col-right-form-re {
  width: 536px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(4, 17, 26, 0.32);
}

.mr--title-enjoy-re {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: plantin, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--item-enjoy-re {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 414px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--legend-introduction-page-re {
  color: #cde0ed;
  font-size: 13px;
  font-style: italic;
}

.mr--container-info-img-re {
  width: 168px;
}

.mr--text-img-re {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.mr--text-img-mobile-re {
  display: none;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.mr--subtitle-introduction-re {
  display: none;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #F79165;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.mr--text-introduction-re {
  margin-bottom: 40px;
  color: #3f6075;
  font-size: 15px;
  line-height: 32px;
}

.mr--col-right-introduction-re {
  width: 48%;
}

.mr--container-introduction-re {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--container-enjoy-re {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--container-text-re {
  padding-right: 40px;
  padding-left: 40px;
  color: #3f6075;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.mr--text-item-re {
  color: #3f6075;
  font-size: 13px;
  line-height: 24px;
}

.mr--col-left-enjoy-re {
  width: 48%;
}

.mr--container-img-introduction-deals {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-image: url('../img/slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mr--text-introduction-page-deals {
  margin-bottom: 20px;
  color: #fff;
  line-height: 32px;
}

.mr--item-legend-introduction-deals {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}

.mr--introduction-page-deals {
  position: relative;
  z-index: 1;
  height: 520px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--container-text-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--col-left-amenities {
  width: 45%;
}

.mr--text-amenities {
  color: #3f6075;
}

.mr--col-right-amenities {
  width: 45%;
}

.mr--container-section-amenities {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.mr--section-introduction-amenities {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.mr--section-hotel-amenities {
  background-color: #244961;
}

.mr--container-items-hotel-amenities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.mr--img-item-hote-amenities {
  width: 536px;
  height: 356px;
  margin-right: 32px;
}

.mr--info-item-hotel-amenities {
  padding-top: 32px;
  padding-bottom: 20px;
}

.mr--title-item-hotel-amenities {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: plantin, sans-serif;
  color: #1a3247;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.mr--item-hotel-amenities {
  margin-bottom: 10px;
  color: #3f6075;
  font-size: 15px;
}

.mr--introduction-auto {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--container-introduction-page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--info-center-introduction-page {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mr--item-odd {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.mr--item-even {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  background-color: rgba(198, 219, 237, 0.2);
}

.mr--btn-book-red {
  margin-right: 10px;
  padding: 10px 32px;
  border-radius: 1px;
  background-color: #a43d1a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--title-item-why {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: plantin, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--container-btns-why {
  margin-bottom: 32px;
}

.mr--legend-introduction-page-about {
  color: #fff;
  font-size: 13px;
  font-style: italic;
}

.mr--text-develop-about {
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
}

.mr--title-tab-faqs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  color: #3f6075;
  font-weight: 700;
}

.mr--tab-faqs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr--img-faqs {
  width: 536px;
  opacity: 0;
}

.mr--container-img-faqs {
  background-image: url('../img/slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mr--container-section-no-padding {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-filter {
  padding: 40px 20px;
  font-family: plantin, sans-serif;
  color: #4C1502;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 200px;
}

.btn-filter.active {
  border-bottom: 3px solid #F79165;
  color: #F79165;
  text-decoration: underline;
}

.mr--container-gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mr--container-menu-gallery {
  border-bottom: 1px solid rgba(152, 181, 204, 0.4);
}

.mr--introduction-campaign-detail {
  position: relative;
  z-index: 1;
}

.mr--img-campaign-detail {
  width: 100%;
  height: 520px;
}

.mr--container-info-campaign-detail {
  width: 536px;
}

.mr--container-section-campaing-detail {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 20px;
}

.mr--info-campaing-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr--col-left-campaing-detail {
  width: 720px;
}

.mr--title-campaing-detail {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: plantin, sans-serif;
  color: #3f6075;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.mr--text-campaing-detail {
  width: 404px;
  margin-bottom: 30px;
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--container-form-campaing-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 352px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mr--btn-secondary-phone {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 1px;
  background-color: #496985;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--container-price-campaing-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p--title-inclusions-campaing-detail {
  margin-bottom: 20px;
  color: #AC5936;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.mr--item-inclusions {
  margin-bottom: 10px;
  color: #3f6075;
  font-size: 15px;
}

.mr--container-cards-values {
  height: 445px;
  margin-top: 140px;
  background-color: rgba(62, 147, 205, 0.16);
}

.mr--container-center-cards-values {
  position: relative;
  top: -100px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--item-value {
  width: 352px;
}

.mr--img-item-value {
  width: 100%;
}

.mr--title-value {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  color: #244a62;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.mr--container-info-section-values {
  margin-bottom: 62px;
  text-align: center;
}

.mr--text-section-values {
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--container-section-values {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mr--slide-suite {
  position: relative;
  z-index: 1;
}

.mr--overlay-slide-suite {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0)));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0));
}

.mr--container-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--card-feature {
  width: 312px;
  text-align: center;
}

.mr--title-feature {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3f6075;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
}

.mr--img-card-feature {
  width: 260px;
  height: 260px;
  margin-bottom: 32px;
}

.mr--container-title-suite {
  width: 100%;
}

.mr--container-section-suite {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mr--title-suite {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: plantin, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.mr--subtitle-suite {
  margin-bottom: 32px;
  font-family: plantin, sans-serif;
  color: #3f6075;
  font-style: italic;
}

.mr--amenities-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr--item-amenity-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.mr--text-suite {
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--img-main-suite {
  width: 720px;
  height: 405px;
  margin-bottom: 16px;
}

.mr--container-thumbs-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--img-thumb-suite {
  width: 168px;
  height: 95px;
}

.mr--btn-secondary-phone-suite {
  width: 100%;
  margin-top: 86px;
  margin-bottom: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 1px;
  background-color: #496985;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--container-prices-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--container-price-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.mr--number-old-price {
  display: inline-block;
  color: #4C1502;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: line-through;
}

.mr--number-price {
  display: inline-block;
  color: #3c6179;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}

.mr--info-cols-suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr--container-submenu {
  position: absolute;
  display: none;
  padding: 56px 92px;
  background-color: #fff;
}

.mr--title-submenu {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.mr--container-items-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr--link-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  margin-right: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mr--img-link-submenu {
  width: 168px;
  height: 126px;
  margin-bottom: 20px;
}

.mr--title-link-submenu {
  font-family: plantin, sans-serif;
  color: #1a3247;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.mr--link-submenu-explore-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 356px;
  height: 126px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #496985;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--link-submenu-explore-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  height: 126px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #496985;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--link-submenu-explore-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 534px;
  height: 126px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #496985;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--icon-link-explore {
  margin-left: 5px;
}

.mr--title-info-dining {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.mr--img-introduction-dining {
  width: 100%;
  height: 220px;
  border-radius: 2px;
  opacity: 0;
}

.mr--container-img-introduction-dining {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 105, 133, 0.03)), to(#1b3e54)), url('../img/slide.jpg');
  background-image: linear-gradient(180deg, rgba(73, 105, 133, 0.03), #1b3e54), url('../img/slide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mr--container-introduction-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--col-right-introduction-dining {
  width: 443px;
}

.mr--col-left-dining {
  width: 590px;
}

.mr--img-dining-a {
  width: 444px;
  height: 333px;
}

.mr--col-left-dining-a {
  width: 430px;
  margin-right: 40px;
}

.mr--container-dining-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mr--col-mid-dining-a {
  width: 420px;
  margin-right: 16px;
}

.mr--title-dining-a {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--text-dining-a {
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--col-right-dining-a {
  background-image: url('../img/slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mr--img-col-right-dining-a {
  width: 168px;
  height: 333px;
  opacity: 0;
}

.mr--section-all-dining {
  height: 835px;
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  background-image: url('../img/slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mr--img-all-dining {
  width: 444px;
  height: 333px;
  margin-bottom: 16px;
}

.mr--container-text-all-dining {
  color: #3f6075;
  font-style: italic;
  font-weight: 300;
}

.mr--section-fine-dining {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.mr--img-fine-dining {
  width: 430px;
  height: 286px;
  margin-bottom: 20px;
}

.mr--col-right-fine-dining {
  width: 618px;
}

.mr--subtitle-fine-dining {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #F79165;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mr--title-fine-dining {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--container-img-fine-dining {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.mr--legend-fine-dining {
  padding-right: 20px;
  padding-left: 20px;
  color: #3f6075;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.mr--big-fine-dining {
  margin-top: 56px;
}

.mr--img-big-fine-dining {
  width: 100%;
  height: 466px;
}

.mr--text-big-fine-dining {
  padding: 35px 40px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: rgba(198, 219, 237, 0.2);
  color: #496985;
  line-height: 24px;
}

.mr--hours-dining {
  margin-top: 56px;
}

.mr--title-hours-dining {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--container-hours-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--item-hours-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mr--icon-hours-dining {
  width: 168px;
  height: 112px;
  margin-right: 16px;
  background-color: #91b6ce;
}

.mr--title-item-hours-dining {
  margin-bottom: 10px;
  color: #496985;
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
}

.mr--text-item-hours-dining {
  margin-bottom: 16px;
  color: #496985;
  font-size: 15px;
  line-height: 32px;
}

.mr--link-item-hours-dining {
  color: #496985;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.mr--container-offers-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--col-left-offers-dining {
  width: 680px;
  margin-right: 56px;
}

.mr--title-offers-dining {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--col-right-offers-dining {
  width: 352px;
}

.mr--img-offers-dining {
  width: 352px;
  height: 352px;
}

.mr--container-img-offers-dining {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.mr--container-bar-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--quote-offers-dining {
  padding: 40px 60px;
  border: 1px solid #506882;
  border-radius: 2px;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
}

.mr--section-menu-dining {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
}

.mr--legend-introduction-dining {
  color: #cde0ed;
  font-size: 13px;
  font-style: italic;
}

.mr--info-img-introduction-dining {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.mr--container-text-dinning-a {
  display: none;
  color: #3f6075;
  font-style: italic;
  font-weight: 300;
}

.mr--tiitle-assist-concierge {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: plantin, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.mr--img-assist-concierge {
  width: 100%;
  height: 402px;
}

.mr--container-img-introduction-no-bg {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.mr--container-img-introduction-concierge {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.mr--img-introduction-concierge {
  width: 100%;
  height: 280px;
  border-radius: 2px;
}

.mr--img-arrive-concierge {
  width: 536px;
  height: 678px;
  opacity: 0;
}

.mr--title-arrive-concierge {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--col-right-arrive-concierge {
  width: 352px;
}

.mr--container-arrive-concierge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--col-left-arrive-concierge {
  width: 536px;
  margin-right: 40px;
}

.mr--section-introduction-concierge {
  border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  background-color: rgba(198, 219, 237, 0.2);
}

.mr--container-btns-concierge {
  margin-bottom: 32px;
}

.mr--introduction-page-concierge {
  position: relative;
  z-index: 1;
  height: 520px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--col-right-introduction-concierge {
  width: 48%;
}

.mr--container-introduction-concierge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--container-section-no-padding-lr {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mr--img-item-no-bg {
  width: 536px;
  height: 356px;
}

.mr--introduction-page-gym {
  position: relative;
  z-index: 1;
  height: 520px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.mr--col-left-no-padding-lr {
  width: 48%;
}

.mr--col-left-pool {
  width: 536px;
  margin-right: 40px;
}

.mr--img-pool {
  width: 536px;
  height: 356px;
  margin-bottom: 20px;
}

.mr--container-pool-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr--title-pool-service {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: plantin, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--text-pool-service {
  padding-top: 56px;
  padding-right: 100px;
  padding-left: 100px;
}

.mr--title-pool-city {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--text-pool-service-city {
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.mr--container-img-pool-service {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.mr--col-right-pool-service {
  width: 618px;
}

.mr--container-img-pool-city {
  margin-top: 56px;
}

.mr--text-section-simple {
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--logo-restaurant {
  width: 200px;
  margin-bottom: 20px;
}

.mr--container-categories-dining {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--item-categories-dining {
  width: 140px;
  height: 133px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 74, 98, 0.64)), to(rgba(36, 74, 98, 0.64))), url('../img/slide.jpg');
  background-image: linear-gradient(180deg, rgba(36, 74, 98, 0.64), rgba(36, 74, 98, 0.64)), url('../img/slide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mr--img-item-categories-dining {
  width: 140px;
  height: 133px;
  opacity: 0;
}

.mr--container-info-all-inclusive {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mr--title-all-inclusive-slide {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: plantin, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

.mr--text-all-inclusive-slide {
  width: 536px;
  margin-bottom: 78px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.mr--img-link-all-inclusive-slide {
  width: 20px;
  height: 30px;
}

.mr--info-all-inclusive-slide {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 32px;
}

.mr--container-bottom-all-inclusive-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.mr--text-bottom-all-slide {
  color: #f9fbfc;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.mr--btn-scroll-slide {
  position: absolute;
  left: 0%;
  top: -25%;
  right: 0%;
  bottom: 0%;
}

.mr--subtitle-all-inclusive-slide {
  margin-bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mr--title-reserve-all-inclusive {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--text-reserve-all-inclusive {
  width: 536px;
  margin-bottom: 30px;
  color: #3f6075;
  font-size: 16px;
  line-height: 32px;
}

.mr--btn-see-menus {
  padding: 10px 32px;
  border: 1px solid #506882;
  border-radius: 1px;
  color: #496985;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--legend-dining-azulea {
  margin-bottom: 40px;
  color: #3f6075;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.mr--title-introduction-azulea {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--text-big-recommendation {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 40px 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #496985;
  line-height: 24px;
  text-align: center;
}

.mr--title-big-recommendation {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #113349;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--title-terms {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #113349;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.mr--legend-text-big-all-inclusirve {
  margin-top: 56px;
}

.p--container-logo-wb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(198, 219, 237, 0.2);
}

.p--img-logo-wb {
  width: 100%;
}

.p--call-actions-card-wb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 336px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--from-price-card-suites-detail {
  color: #3c6179;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mr--number-price-promo-all-inclusive {
  display: inline-block;
  color: #294a5f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.mr--container-form-suite-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 352px;
  padding-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mr--container-gallery-suite-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.mr--container-img-gallery-sd {
  margin-right: 16px;
  margin-bottom: 16px;
}

.mr--img-sd {
  width: 168px;
  height: 168px;
}

.mr--col-right-suite-detail {
  width: 352px;
}

.mr--btn-gallery-suite-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  background-color: #496985;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mr--gallery-suite-detail-mb {
  display: none;
}

.mr--img-introduction-contact {
  width: 100%;
  height: 280px;
  border-radius: 2px;
  opacity: 0;
}

.mr--container-form-contact {
  width: 536px;
  height: 584px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fbfc;
}

.mr--container-introductiion-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mr--introduction-page-contact {
  position: relative;
  z-index: 1;
  height: 520px;
  margin-bottom: 348px;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), to(rgba(17, 51, 73, 0))), -webkit-gradient(linear, left top, left bottom, from(#244a62), to(#244a62));
  background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0)), linear-gradient(180deg, #244a62, #244a62);
}

.p--nav-quote-phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.p--nav-call-mobile-flex {
  display: none;
}

.p--nav-dropdown-toggle {
  padding-right: 15px;
  padding-left: 15px;
}

.p--navbar-container {
  max-width: 100%;
}

.p--language-mobile {
  display: none;
}

.p--nav-dropdown-list.w--open {
  top: 71px;
  background-color: #fff;
}

.p--nav-quote-btn {
  margin-left: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #fff;
  background-color: transparent;
}

.p--nav-dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
}

/* .p--nav-dropdown-link:hover {
  background-color: #f2f3f8;
} */

.p--nav-dropdown-toggle-icon {
  display: none;
}

.p--nav-socials {
  position: relative;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--nav-quote-phone {
  position: relative;
  top: 3px;
  margin-left: 0px;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
}

.p--nav-menu {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p--navbar-brand {
  top: 10px;
}

.p--nav-socials-flex {
  display: none;
}

.p--nav-mobile-links {
  display: none;
}

.p--nav-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: lora, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.p--nav-dropdown-toggle-text {
  font-family: lora, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.p--navbar-brand-img {
  width: 100%;
  max-width: 138px;
}

.p--navbar {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.p--link-menu-top2 {
  margin-left: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.p--navbar-brand-img-colored {
  display: none;
  width: 100%;
  max-width: 138px;
}

.p--nav-copyright {
  display: none;
}

.p--nav-quote-icon-colored {
  display: none;
}

.p--container {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.p--separator1 {
  height: 30px;
}

.p--flex-center-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--reserve-now-title {
  color: #4c1502;
  font-size: 16px;
  font-weight: 700;
}

.p--reserve-now-form-block {
  margin-bottom: 0px;
}

.p--reserve-now-form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p--reserve-now-form-input {
  margin-left: 15px;
  border: 1px solid #74523f;
  font-size: 12px;
  text-align: center;
}

.p--reserve-now-form-submit {
  height: 38px;
  margin-left: 15px;
  padding: 0px 30px;
  background-color: #2b6991;
  color: #fff;
  font-size: 12px;
}

.p--reserve-now-title-bold {
  color: #f79165;
}

.p--play-icon-text {
  color: #74523f;
  line-height: 1em;
}

.p--play-icon-btn {
  margin-right: 8px;
}

.p--play-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--img100 {
  width: 100%;
}

.p--separator2 {
  height: 45px;
}

.p--separator3 {
  height: 60px;
}

.p--centered {
  text-align: center;
}

.p--centered.pt15 {
  padding-top: 15px;
}

.p--h2 {
  margin-top: 0px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--h2.pb20 {
  margin-bottom: 20px;
}

.p--h2.pb15 {
  margin-bottom: 15px;
}

.p--h2.pb10 {
  margin-bottom: 10px;
}

.p--h2.mb10 {
  margin-bottom: 10px;
}

.p--h2.mb25 {
  margin-bottom: 25px;
}

.p--h2.mb20 {
  margin-bottom: 20px;
}

.p--h2.mb30 {
  margin-bottom: 30px;
}

.p--h2.mb50 {
  margin-bottom: 50px;
}

.p--h2.mb0 {
  margin-bottom: 0px;
}

.p--text {
  color: #4c1502;
  font-size: 15px;
  line-height: 1.9em;
}

.p--text.mb20 {
  margin-bottom: 20px;
}

.p--text.mb30 {
  margin-bottom: 30px;
}

.p--text.mb25 {
  margin-bottom: 25px;
}

.p--btn-light {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #74523f;
  background-color: transparent;
  color: #74523f;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p--inner-container-small {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.p--map-container {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--separator4 {
  height: 80px;
}

.text-block-7 {
  color: #74523f;
}

.p--number-price-promo2 {
  display: inline-block;
  color: #ac5936;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.p--per-price-card2 {
  display: inline-block;
  margin-left: 10px;
  color: #ac5936;
  font-size: 10px;
  text-transform: uppercase;
}

.p--amenity-card-suites-img {
  margin-right: 8px;
}

.p--section-suites-more {
  color: #ac5936;
  font-weight: 700;
}

.p--section-suites-more {
  text-transform: uppercase;
}

.p--h3 {
  margin-top: 0px;
  font-family: lora, sans-serif;
  color: #74523f;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--h3.pb20 {
  margin-bottom: 20px;
}

.p--h3.pb15 {
  margin-bottom: 15px;
}

.p--h3.pb10 {
  margin-bottom: 10px;
}

.p--h3.mb10 {
  margin-bottom: 10px;
}

.p--h3.mb20 {
  margin-bottom: 20px;
}

.p--h3.mb25 {
  margin-bottom: 25px;
}

.p--h3.mb30 {
  margin-bottom: 30px;
}

.p--h3.mb15 {
  margin-bottom: 15px;
}

.p--container-section-mb {
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.p--services-btn {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #74523f;
  background-color: transparent;
  color: #74523f;
  font-weight: 700;
  text-transform: uppercase;
}

.p--icon-item-img-wb {
  width: 75px;
  height: 75px;
}

.p--offers-container {
  background-color: #ffdfd1;
}

.p--hotel-item {
  width: 49%;
}

.p--hotel-item-img {
  width: 100%;
}

.p--hotel-item-info {
  padding: 20px 25px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--hotel-item-title {
  margin-bottom: 15px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 20px;
  text-transform: uppercase;
}

.p--hotel-item-hotel {
  color: #4c1502;
  font-size: 16px;
}

.p--hotel-item-description {
  margin-bottom: 15px;
  color: #4c1502;
}

.p--hotel-item-link {
  color: #ac5936;
  font-weight: 700;
  text-transform: uppercase;
}

.m-news-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-news-item-description {
  margin-bottom: 15px;
  color: #4c1502;
  line-height: 1.9em;
  font-weight: 400;
}

.m-news-item-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.m-news-item-more {
  color: #ac5936;
  font-weight: 600;
}

.m-news-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: lora, sans-serif;
  color: #4c1502;
  font-size: 34px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.m-news-left {
  width: 100%;
  padding-right: 35px;
}

.m-news-item-data-right {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.m-news-item-data-links {
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
}

.m-news {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.m-centered {
  text-align: center;
}

.m-news-item-data {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-news-item-img-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.m-news-right {
  max-width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m-h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #a2a9ad;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}

.m-h3.mb0 {
  margin-bottom: 0px;
}

.m-news-item-img {
  width: 100%;
}

.p--h4 {
  margin-top: 0px;
  color: #f79165;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--h4.mb0 {
  margin-bottom: 0px;
  font-size: 12px;
}

.p--h4.mb10 {
  margin-bottom: 10px;
}

.p--map-container2 {
  width: 100%;
  height: 550px;
  background-image: url('../img/map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--reserv-form-container {
  border-bottom: 1px solid rgba(116, 82, 63, 0.2);
}

.p--info-slide2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--flex-left {
  width: 100%;
}

.p--flex-left.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p--flex-right.flex-grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--flex-right.flex-grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--services-container {
  width: 550px;
  max-width: 100%;
  padding-left: 50px;
}

.p--btn-brown {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #74523f;
  background-color: #74523f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p--concierge-container {
  width: 550px;
  max-width: 100%;
  padding-left: 50px;
}

.p--service-transport-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--service-transport-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--service-transport-item-icon {
  margin-bottom: 25px;
}

.p--service-transport-item-title {
  margin-bottom: 10px;
  color: #4c1502;
  font-weight: 700;
}

.p--service-transport-item-description {
  color: #4c1502;
  font-size: 13px;
  text-align: center;
}

.p--container-card-suite-mb0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--container-card-suite-mb0.mb0 {
  margin-bottom: 0px;
}

.p--amenity-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--amenity-room-icon {
  margin-right: 10px;
}

.p--amenity-room-text {
  color: #4c1502;
  line-height: 1.5em;
}

.p--drinks-container {
  width: 700px;
  max-width: 100%;
  padding-right: 40px;
}

.p--section-dining-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/bg-breakfast.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--h2-copy {
  margin-top: 0px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--h2-copy.pb20 {
  margin-bottom: 20px;
}

.p--h2-copy.pb15 {
  margin-bottom: 15px;
}

.p--h2-copy.pb10 {
  margin-bottom: 10px;
}

.p--h2-copy.mb10 {
  margin-bottom: 10px;
}

.p--h2-copy.mb25 {
  margin-bottom: 25px;
}

.p--h2-copy.mb20 {
  margin-bottom: 20px;
}

.p--h2-copy.mb30 {
  margin-bottom: 30px;
}

.p--h2-copy.mb50 {
  margin-bottom: 50px;
}

.p--landscape-container {
  padding: 30px;
  background-color: #fff5f1;
}

.p--landscape-description {
  color: #ac5936;
  line-height: 1.7em;
}

.p--cobalt-container {
  width: 640px;
  max-width: 100%;
  padding-left: 40px;
}

.p--snacks-container {
  width: 660px;
  max-width: 100%;
  padding-left: 40px;
}

.p--schedule-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--schedule-item-icon-wrapper {
  margin-right: 18px;
}

.p--schedule-item-title {
  margin-bottom: 10px;
  color: #4c1502;
  font-size: 15px;
  font-weight: 700;
}

.p--schedule-item-hours {
  margin-bottom: 10px;
  color: #4c1502;
  font-size: 15px;
}

.p--schedule-item-link {
  color: #ac5936;
  font-size: 13px;
  font-weight: 700;
}

.p--breakfast-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #cfedf6;
}

.p--breafkast-item-left {
  padding-right: 260px;
}

.p--breakfast-item-title {
  margin-bottom: 15px;
  color: #4c1502;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.p--breakfast-item-description {
  color: #4c1502;
  line-height: 1.9em;
}

.p--breakfast-item-price {
  color: #f79165;
  font-size: 20px;
  font-weight: 700;
}

.p--see-suites-btn {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  color: #ac5936;
  font-weight: 700;
  text-transform: uppercase;
}

.p--text-slide-italic {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.9em;
  font-style: italic;
  text-align: center;
}

.p--bg-color1 {
  background-color: #fff5f1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--separator5 {
  height: 110px;
}

.p--help-container {
  width: 550px;
  max-width: 100%;
  padding-right: 40px;
}

.p--flex-top-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--help-disclaimer {
  color: #ac5936;
  font-style: italic;
}

.p--text-quote {
  color: #ac5936;
  font-size: 14px;
  line-height: 1.6em;
  font-style: italic;
}

.p--text-quote.mb20 {
  margin-bottom: 20px;
}

.p--text-quote.mb30 {
  margin-bottom: 30px;
}

.p--text-quote.mb25 {
  margin-bottom: 25px;
}

.p--contact-form-container {
  max-width: 100%;
  background-color: #313a45;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--contact-form-content-container {
  width: 100%;
  max-width: 100%;
  padding-right: 80px;
}

.p--contact-form-title {
  margin-top: 0px;
  color: #ffdfd1;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--contact-form-title.mb0 {
  margin-bottom: 0px;
  font-size: 12px;
}

.p--contact-form-title.mb10 {
  margin-bottom: 10px;
}

.p--contact-form-title-big {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.p--contact-form-text {
  color: #fff;
  line-height: 1.9em;
}

.p--cform-wrapper {
  width: 536px;
  max-width: 100%;
  padding: 20px 0px 40px 0px;
  border-radius: 4px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--cform-input {
  margin-bottom: 20px;
  border: 1px solid #2b6991;
  color: #2b6991;
  font-style: italic;
  text-align: center;
}

.p--cform-disclaimer {
  color: #4c1502;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.p--cform-submit {
  width: 100%;
  margin-bottom: 20px;
  background-color: #2b6991;
  text-transform: uppercase;
}

.p--paramar-location-container {
  position: relative;
  width: 550px;
  max-width: 100%;
  padding-left: 40px;
}

.p--amenities-list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p--amenity-list-item {
  width: 25%;
  margin-bottom: 45px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.p--amenity-list-item-icon {
  margin-bottom: 20px;
}

.p--amenity-list-item-text {
  color: #4c1502;
  font-weight: 700;
}

.p--inner-container-medium {
  width: 100%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}

.p--separator0 {
  height: 20px;
}

.p--room-amenities {
  background-color: #ffdfd1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--room-amenities-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p--room-amenity-img-wrapper {
  background-image: url('../img/room-inside.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p--room-amenity-content {
  width: 100%;
  padding: 30px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--room-amenity-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--room-amenity-list-item-icon {
  margin-right: 15px;
  fill: #f79165;
}

.p--room-amenity-img {
  width: 536px;
}

.p--room-amenity-title-small {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--room-amenity-title-small.pb20 {
  margin-bottom: 20px;
}

.p--room-amenity-title-small.pb15 {
  margin-bottom: 15px;
}

.p--room-amenity-title-small.pb10 {
  margin-bottom: 10px;
}

.p--room-amenity-title-small.mb10 {
  margin-bottom: 10px;
}

.p--room-amenity-title-small.mb25 {
  margin-bottom: 25px;
}

.p--room-amenity-title-small.mb20 {
  margin-bottom: 20px;
}

.p--room-amenity-title-small.mb30 {
  margin-bottom: 30px;
}

.p--room-amenity-title-small.mb50 {
  margin-bottom: 50px;
}

.p--hospitality-container {
  position: relative;
  width: 644px;
  max-width: 100%;
  padding-right: 100px;
}

.p--travel-text-container {
  position: relative;
  max-width: 100%;
  padding-right: 70px;
}

.p--travel-text-title {
  margin-top: 0px;
  color: #ac5936;
  font-size: 16px;
}

.p--flex-travel-col-left {
  width: 50%;
}

.p--flex-travel-col-left.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p--flex-travel-col-right {
  width: 50%;
}

.p--flex-travel-col-right.flex-grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--flex-travel-col-right.flex-grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--subtitle-slide {
  margin-bottom: 10px;
  color: #ffdfd1;
  text-align: center;
  text-transform: uppercase;
}

.p--reservation-item.with-background {
  background-color: rgba(255, 223, 209, 0.3);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--reservation-item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--reservation-item-right {
  width: 100%;
  max-width: 530px;
  padding-left: 40px;
}

.p--reservation-item-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: poppins, sans-serif;
  color: #ac5936;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.p--reservation-item-text {
  margin-bottom: 20px;
  color: #4c1502;
  line-height: 1.9em;
}

.p--btn-blue {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #74523f;
  background-color: #2b6991;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p--values-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--values-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.p--values-item-left {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #f79165;
  font-size: 15px;
  line-height: 1.9em;
  font-weight: 700;
}

.p--values-item-right {
  color: #4c1502;
  font-size: 15px;
  line-height: 1.9em;
}

.p--main-slide-fixed {
  position: relative;
  z-index: 1;
  height: 520px;
}

.p--faq-question-img {
  margin-top: 3px;
}

.p--faq-question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--faq-questions {
  width: 100%;
  max-width: 560px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--faq-question-text {
  padding-right: 15px;
  color: #4c1502;
  font-size: 15px;
  font-weight: 700;
}

.p--faq-img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p--faq-img {
  width: 100%;
}

.p--faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #b9d2dc;
}

.p--faq-question-img-opened {
  position: absolute;
  top: 11px;
  display: none;
}

.p--faq-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
}

.p--faq-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #1d2538;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}

.link {
  color: #215f77;
}

.p--faq-response {
  display: none;
  margin-bottom: 25px;
  color: #4c1502;
  font-size: 13px;
  line-height: 1.9em;
}

.p--faq-question-icons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--main-slide-fixed-small {
  position: relative;
  z-index: 1;
  height: 370px;
}

.p--gallery-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p--gallery-btn {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  font-family: poppins, sans-serif;
  color: #4c1502;
  font-size: 20px;
  text-transform: uppercase;
}

.p--gallery-btn.active {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #f79165;
  color: #f79165;
}

.p--line {
  width: 100%;
  height: 1px;
  background-color: rgba(116, 82, 63, 0.4);
}

.p--overlay-slide-blue {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.55);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 60, 60, 0.6)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(0, rgba(17, 51, 73, 0)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#2B6991), to(#2B6991));
  background-image: linear-gradient(180deg, rgba(60, 60, 60, 0.6), rgba(255, 255, 255, 0) 50%, rgba(17, 51, 73, 0) 0, transparent), linear-gradient(180deg, #2B6991, #2B6991);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--slide-btn-blue {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #2b6991;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p--design-by-container {
  position: relative;
  width: 550px;
  max-width: 100%;
  padding-right: 60px;
}

.p--at-arrival-container {
  position: relative;
  width: 550px;
  max-width: 100%;
  padding-left: 40px;
}

.p--btn-light-white {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p--valid-reserv-quote {
  color: #ac5936;
  font-size: 20px;
  font-style: italic;
}

.p--spa-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--spa-item-left {
  width: 444px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--spa-item-img {
  width: 100%;
}

.p--spa-item-right {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.p--spa-item-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5em;
}

.p--spa-item-description {
  margin-bottom: 40px;
  line-height: 1.9em;
}

.p--spa-item-description.mb0 {
  margin-bottom: 0px;
}

.p--spa-item-pricing {
  margin-bottom: 5px;
  color: #f79165;
}

.p--pool-container {
  position: relative;
  width: 550px;
  max-width: 100%;
  padding-left: 40px;
}

.p--pool-view-container {
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 25px 0px;
  text-align: center;
}

.p--pool-view-title {
  margin-top: 0px;
}

.p--landscape-description-darker {
  color: #4c1502;
  line-height: 1.7em;
}

.p--info-slide-hidden-desktop {
  display: none;
}

.p--contact-page-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: -250px auto 200px;
  padding-right: 25px;
  padding-left: 25px;
}

.p--contact-page-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--contact-page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: lora, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.p--contact-page-description {
  width: 100%;
  max-width: 520px;
  font-family: nimbus-sans, sans-serif;
  color: #fff;
  line-height: 1.9em;
}

.p--contact-page-form-wrapper {
  width: 100%;
  min-width: 420px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.48);
}

.p--contact-page-form-input {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(116, 82, 63, 0.6);
  border-radius: 3px;
}

.p--contact-page-form-textarea {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(116, 82, 63, 0.6);
}

.p--contact-page-form-submit {
  width: 100%;
  border-radius: 30px;
  background-color: #3f6075;
}

.p--content-wp {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 25px;
}

.m-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #4c1502;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.p--content-wp-container {
  color: #012236;
}

.p--content-wp-text {
  width: 720px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #4c1502;
  line-height: 1.9em;
}

.p--main-slide-fixed-short {
  position: relative;
  z-index: 1;
  height: 366px;
}

.p--overlay-slide-brown {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 285px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#492d11), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(0, rgba(17, 51, 73, 0)), to(transparent));
  background-image: linear-gradient(180deg, #492d11, rgba(255, 255, 255, 0) 50%, rgba(17, 51, 73, 0) 0, transparent);
}

.p--room-title {
  margin-top: 0px;
  font-family: lora, sans-serif;
  color: #4c1502;
  font-size: 32px;
  line-height: 1.8em;
  font-weight: 400;
  text-align: left;
}

.m-room-feature {
  display: inline-block;
  margin-right: 30px;
  color: #a2a9ad;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.p--amenity-card-suites-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #74523f;
}

.p--room-subtitle {
  margin-bottom: 30px;
  font-style: italic;
}

.m-reserve-now-whatsapp {
  color: #e84039;
  text-align: center;
}

.m-event-detail-info-wrapper {
  margin-bottom: 30px;
}

.m-event-detail-info-list-item {
  margin-bottom: 10px;
}

.m-our-services-icon {
  margin-right: 40px;
}

.m-reserv-now-title {
  margin-bottom: 20px;
  color: #415364;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.m-our-services-text {
  color: #415364;
  font-size: 15px;
}

.p--lightbox-small-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--lightbox-img {
  width: 100%;
}

.p--room-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p--lightbox-wrapper {
  margin-bottom: 45px;
}

.m-reserve-now-btn-reserve {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 35px;
  background-color: #e84039;
  text-align: center;
}

.m-reserve-title {
  margin-bottom: 15px;
  color: #003a5d;
  font-size: 20px;
  font-weight: 700;
}

.p--lightbox-item-big {
  width: 100%;
  margin-bottom: 15px;
}

.p--room-content {
  line-height: 1.9em;
}

.m-reserv-now-subtitle {
  color: #d5b49e;
}

.m-event-detail-info-list-text {
  font-size: 12px;
  font-weight: 600;
}

.p--room-container-left {
  padding-right: 15px;
}

.m-reserv-now-box {
  margin-bottom: 70px;
  padding: 35px 30px;
  border: 1px solid #bed1db;
  border-radius: 10px;
}

.p--room-container-right {
  width: 100%;
  max-width: 352px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m-event-detail-info-list {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.p--lightbox-item {
  width: 24%;
  margin-bottom: 15px;
}

.m-our-services-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f2f3f8;
}

.p--room-reserve-title {
  margin-bottom: 35px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.p--room-prices-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p--room-prices-left {
  margin-right: 20px;
  text-align: center;
}

.p--room-prices-right {
  margin-left: 20px;
  text-align: center;
}

.p--room-price {
  color: rgba(116, 82, 63, 0.6);
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
}

.p--room-price-from {
  color: rgba(116, 82, 63, 0.6);
  font-size: 10px;
  text-transform: uppercase;
}

.p--room-price2 {
  color: #4c1502;
  font-size: 20px;
  font-weight: 700;
}

.p--room-price-from2 {
  color: #4c1502;
  font-size: 10px;
  text-transform: uppercase;
}

.p--room-book-input {
  margin-bottom: 20px;
  border: 1px solid #2b6991;
}

.p--room-book-submit {
  width: 100%;
  margin-bottom: 10px;
  background-color: #3f6075;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--room-book-quote {
  color: #4c1502;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.p--room-call-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 25px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #74523f;
  text-align: center;
  text-decoration: none;
}

.p--room-call-btn-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.p--room-see-gallery-btn-text {
  color: #fff;
  text-transform: uppercase;
}

.p--room-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p--room-gallery-item {
  width: 48%;
  margin-bottom: 15px;
}

.p--room-gallery-item-img {
  width: 100%;
}

.p--room-see-gallery-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #74523f;
  text-align: center;
  text-decoration: none;
}

.p--room-see-gallery-btn-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.p--main-slide-fixed-landing {
  position: relative;
  z-index: 1;
  height: 185px;
}

.p--title-card-suites2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ac5936;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.p--amenities-card-suites2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  text-transform: uppercase;
}

.p--text-card-suites2 {
  margin-bottom: 30px;
  color: #ac5936;
  line-height: 32px;
}

.p--container-card-suite-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p--container-card-suite-centered.mb0 {
  margin-bottom: 0px;
}

.p--book-room-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.p--book-room-right {
  width: 495px;
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p--book-room-container {
  padding: 40px;
  border: 1px solid #4c1502;
  border-radius: 7px;
}

.p--book-room-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: lora, sans-serif;
  color: #ac5936;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.p--room-prices-flex-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p--room-prices-left-landing {
  margin-right: 20px;
  text-align: center;
}

.p--room-price-landing {
  color: rgba(116, 82, 63, 0.6);
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
}

.p--room-price-from-landing {
  color: rgba(116, 82, 63, 0.6);
  font-size: 10px;
  text-transform: uppercase;
}

.p--room-prices-right-landing {
  margin-left: 20px;
  text-align: center;
}

.p--room-prices-btn-landing {
  width: 100%;
  margin-bottom: 20px;
  background-color: #2b6991;
  text-align: center;
  text-transform: uppercase;
}

.p--room-prices-quote {
  margin-bottom: 15px;
  color: #4c1502;
  font-style: italic;
  text-align: center;
}

.p--room-call-now-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #74523f;
  text-align: center;
  text-decoration: none;
}

.p--room-call-now-btn-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.p--room-call-now-btn-text {
  color: #fff;
  text-transform: uppercase;
}

.p--landing-values-wrapper {
  margin-top: 180px;
  background-color: #ffdfd1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.p--added-values-item {
  width: 32.3%;
}

.p--added-values-img {
  width: 100%;
}

.p--added-values-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #74523f;
  font-size: 18px;
  font-weight: 700;
}

.p-added-values-items {
  position: relative;
  top: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .p--header {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .p--container-header-top {
    display: none;
  }

  .mr--container-header-menu {
    display: none;
  }

  .p--title-slide {
    font-size: 27px;
  }

  .p--text-slide {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .p--container-introduction-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--col-left-introduction-h {
    width: 100%;
    text-align: left;
  }

  .p--col-right-introduction-h {
    width: 100%;
    margin-bottom: 20px;
  }

  .p--container-btns-introduction-h {
    display: none;
  }

  .p--container-card-promo {
    width: 338px;
    margin-right: 10px;
  }

  .p--call-actions-card {
    width: 100%;
  }

  .p--container-card-suite {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p--container-img-card-suite {
    width: 100%;
    margin-bottom: 32px;
  }

  .p--container-info-card-suite {
    width: 100%;
  }

  .p--container-price-card-suites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p--from-price-card-suites {
    margin-right: 10px;
  }

  .p--col-left-dining-h {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .p--subtitle-dining-h {
    margin-bottom: 10px;
  }

  .p--title-dining-h {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.5em;
  }

  .p--btn-read-more-dining-h {
    background-color: transparent;
    color: #fff;
  }

  .p--info-dining-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--col-right-dining-h {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #98b5cc;
  }

  .mr--title-img-dining-h {
    margin-bottom: 10px;
  }

  .p--container-img-dining-h {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .p--container-card-restaurant {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p--card-restaurant {
    width: 49%;
  }

  .p--item-wb {
    width: 100%;
    margin-bottom: 40px;
  }

  .mr--title-tab-faqs-h {
    width: 48%;
  }

  .p--container--footer-menu-top {
    padding-right: 36px;
    padding-left: 36px;
  }

  .p--footer-bottom {
    padding: 50px 36px;
  }

  .p--container-logo-footer {
    margin-right: 20px;
  }

  .p--menu-footer {
    margin-right: 10px;
  }

  .mr--footer-copy {
    padding-right: 36px;
    padding-left: 36px;
  }

  .mr--container-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 51, 73, 0.8)), color-stop(52%, rgba(17, 51, 73, 0.08)), to(rgba(17, 51, 73, 0)));
    background-image: linear-gradient(180deg, rgba(17, 51, 73, 0.8), rgba(17, 51, 73, 0.08) 52%, rgba(17, 51, 73, 0));
    box-shadow: 4px 0 4px 0 rgba(26, 50, 71, 0.08);
  }

  .mr--logo-mmb {
    width: 140px;
  }

  .mr--lang-mmb {
    margin-right: 30px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-decoration: none;
  }

  .mr--container-lang-mmb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mr--container-submenu-mobile {
    display: none;
    background-color: #fff;
  }

  .mr--container-phone-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9fbfc;
  }

  .mr--link-menu-mobile {
    width: 60%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    color: #113349;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mr--container-item-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(80, 104, 130, 0.2);
  }

  .mr--icon-link-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mr--submenu-mobile {
    display: none;
    background-color: #f9fbfc;
  }

  .mr--link-submenu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(80, 104, 130, 0.2);
    color: #496985;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
  }

  .mr--img-submenu-mobile {
    width: 78px;
    height: 78px;
    margin-right: 20px;
  }

  .mr--socials-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding: 20px 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(80, 104, 130, 0.2);
    background-color: #f9fbfc;
  }

  .mr--link-social-menu-mobile {
    color: #3c6179;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mr--footer-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mr--link-footer-menu-mobile {
    width: 49%;
    margin-bottom: 24px;
    color: #244a62;
    line-height: 24px;
    text-decoration: none;
  }

  .mr--container-form-menu-mobile {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mr--footer-copy-menu-mobile {
    padding-right: 36px;
    padding-left: 36px;
    background-color: #f9fbfc;
  }

  .mr--text-copy-menu-mobile {
    color: #4C1502;
  }

  .mr--introduction-page {
    margin-bottom: 180px;
  }

  .mr--container-introduction-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--legend-introduction-page {
    display: none;
  }

  .mr--container-amenities-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--section-map {
    display: none;
  }

  .mr--col-left-amenities-l {
    width: 100%;
    text-align: left;
  }

  .mr--col-right-amenities-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .mr--col-right-introduction-amenities-l {
    width: 100%;
    margin-top: 40px;
  }

  .mr--col-left-introduction-page {
    width: 100%;
    text-align: left;
  }

  .mr--info-img-introduction-page {
    bottom: -120px;
    width: 100%;
  }

  .mr--title-info-ip {
    color: #3f6075;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.28px;
  }

  .mr--text-info-ip {
    color: #3f6075;
  }

  .p--container-img-amenities-room {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .p--container-info-amenities-room {
    width: 100%;
  }

  .p--container-amenities-room {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mr--col-right-introduction-suites {
    width: 100%;
    margin-top: 100px;
  }

  .mr--introduction-page-suites {
    margin-bottom: 180px;
  }

  .mr--introduction-dining {
    height: auto;
  }

  .mr--col-right-dining {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px none #98b5cc;
  }

  .mr--col-left-real-estate {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .mr--btn-introduction-page {
    display: none;
    background-color: transparent;
    color: #fff;
  }

  .mr--title-introduction-re {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }

  .mr--col-left-introduction-re {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .mr--form-re {
    height: auto;
  }

  .mr--col-left-form-re {
    width: 100%;
    text-align: left;
  }

  .mr--col-right-form-re {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px none #98b5cc;
  }

  .mr--item-enjoy-re {
    width: 100%;
    margin-bottom: 40px;
  }

  .mr--container-info-img-re {
    width: 100%;
    text-align: center;
  }

  .mr--text-img-re {
    display: none;
  }

  .mr--text-img-mobile-re {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }

  .mr--subtitle-introduction-re {
    display: block;
    margin-bottom: 16px;
  }

  .mr--text-introduction-re {
    font-size: 14px;
    text-align: left;
  }

  .mr--col-right-introduction-re {
    display: none;
    width: 100%;
  }

  .mr--container-introduction-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--container-enjoy-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--col-left-enjoy-re {
    width: 100%;
    text-align: left;
  }

  .mr--introduction-page-deals {
    margin-bottom: 180px;
  }

  .mr--container-section-amenities {
    padding-right: 36px;
    padding-bottom: 50px;
    padding-left: 36px;
  }

  .mr--container-items-hotel-amenities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--img-item-hote-amenities {
    width: 100%;
  }

  .mr--info-item-hotel-amenities {
    padding-right: 32px;
    padding-left: 32px;
  }

  .mr--title-item-hotel-amenities {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 22px;
  }

  .mr--container-introduction-page-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--info-center-introduction-page {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .mr--legend-introduction-page-about {
    text-align: center;
  }

  .mr--text-develop-about {
    text-align: center;
  }

  .mr--title-tab-faqs {
    width: 100%;
  }

  .mr--tab-faqs {
    width: 100%;
  }

  .mr--container-img-faqs {
    display: none;
  }

  .mr--container-section-no-padding {
    padding: 50px 36px;
  }

  .mr--img-campaign-detail {
    height: 520px;
  }

  .mr--container-info-campaign-detail {
    width: 100%;
    margin-top: 100px;
  }

  .mr--container-section-campaing-detail {
    padding: 50px 36px;
  }

  .mr--col-left-campaing-detail {
    width: 100%;
  }

  .mr--col-right-campaing-detail {
    width: 100%;
  }

  .mr--title-campaing-detail {
    font-size: 24px;
    line-height: 32px;
  }

  .mr--text-campaing-detail {
    width: 100%;
  }

  .mr--container-form-campaing-detail {
    margin-right: auto;
    margin-left: auto;
  }

  .mr--container-price-campaing-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mr--container-center-cards-values {
    padding-right: 32px;
    padding-left: 32px;
  }

  .mr--container-info-section-values {
    margin-bottom: 0px;
    text-align: left;
  }

  .mr--text-section-values {
    display: none;
  }

  .mr--container-section-values {
    padding: 50px 36px 0px;
  }

  .mr--container-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mr--card-feature {
    width: 49%;
  }

  .mr--container-section-suite {
    padding: 50px 36px;
  }

  .mr--title-suite {
    font-size: 24px;
    line-height: 32px;
  }

  .mr--item-amenity-suite {
    width: 24%;
    margin-right: 0px;
  }

  .mr--text-suite {
    width: 100%;
  }

  .mr--container-thumbs-suite {
    margin-bottom: 32px;
  }

  .mr--btn-secondary-phone-suite {
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mr--container-price-suite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mr--info-cols-suite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--title-info-dining {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.28px;
  }

  .mr--img-introduction-dining {
    height: 300px;
  }

  .mr--container-introduction-dining {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--col-right-introduction-dining {
    width: 100%;
    margin-top: 56px;
  }

  .mr--col-left-dining {
    width: 100%;
    text-align: left;
  }

  .mr--col-left-dining-a {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .mr--container-dining-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--col-mid-dining-a {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .mr--text-dining-a {
    font-size: 14px;
  }

  .mr--col-right-dining-a {
    display: none;
  }

  .mr--section-all-dining {
    height: auto;
  }

  .mr--img-fine-dining {
    width: 100%;
  }

  .mr--col-right-fine-dining {
    width: 100%;
    margin-bottom: 56px;
  }

  .mr--title-fine-dining {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
  }

  .mr--legend-fine-dining {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mr--hours-dining {
    margin-top: 0px;
  }

  .mr--title-hours-dining {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
  }

  .mr--container-hours-dining {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--item-hours-dining {
    margin-bottom: 22px;
  }

  .mr--container-offers-dining {
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--col-left-offers-dining {
    width: 100%;
    margin-right: 0px;
  }

  .mr--title-offers-dining {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 1.6px;
  }

  .mr--col-right-offers-dining {
    width: 100%;
    margin-bottom: 40px;
  }

  .mr--container-bar-dining {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--quote-offers-dining {
    padding: 20px;
    font-size: 14px;
    line-height: 27px;
  }

  .mr--info-img-introduction-dining {
    width: 100%;
  }

  .mr--container-text-dinning-a {
    display: block;
  }

  .mr--container-big-hours-dining {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--col-right-arrive-concierge {
    width: 100%;
    text-align: left;
  }

  .mr--container-arrive-concierge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--col-left-arrive-concierge {
    width: 100%;
    margin-bottom: 40px;
  }

  .mr--container-btns-concierge {
    display: none;
  }

  .mr--introduction-page-concierge {
    height: auto;
  }

  .mr--col-right-introduction-concierge {
    width: 100%;
  }

  .mr--container-introduction-concierge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--container-section-no-padding-lr {
    padding: 50px 36px;
  }

  .mr--introduction-page-gym {
    height: 450px;
    margin-bottom: 180px;
  }

  .mr--col-left-no-padding-lr {
    width: 100%;
    text-align: left;
  }

  .mr--col-left-pool {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .mr--img-pool {
    width: 100%;
  }

  .mr--container-pool-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--title-pool-service {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
  }

  .mr--col-right-pool-service {
    width: 100%;
    margin-bottom: 56px;
  }

  .mr--container-categories-dining {
    display: none;
  }

  .mr--info-all-inclusive-slide {
    padding-right: 36px;
    padding-left: 36px;
  }

  .mr--btn-scroll-slide {
    display: none;
  }

  .mr--title-reserve-all-inclusive {
    font-size: 24px;
    line-height: 32px;
  }

  .mr--text-reserve-all-inclusive {
    width: 100%;
  }

  .mr--legend-dining-azulea {
    font-size: 14px;
    text-align: left;
  }

  .mr--title-introduction-azulea {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }

  .mr--container-big-recommendation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mr--text-big-recommendation {
    width: auto;
  }

  .p--container-logo-wb {
    display: none;
  }

  .mr--from-price-card-suites-detail {
    margin-right: 10px;
  }

  .mr--container-form-suite-detail {
    margin-right: auto;
    margin-left: auto;
  }

  .mr--container-img-gallery-sd {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .mr--col-right-suite-detail {
    width: 100%;
  }

  .mr--btn-gallery-suite-detail {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mr--gallery-suite-detail {
    display: none;
  }

  .mr--gallery-suite-detail-mb {
    display: block;
    margin-top: 56px;
  }

  .mr--container-introductiion-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--introduction-page-contact {
    margin-bottom: 500px;
  }

  .p--nav-call-mobile-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2b6991;
    color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .p--nav-dropdown-toggle {
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #e9e3e0;
    color: #4c1502;
    font-size: 18px;
  }

  .p--nav-socials-line {
    width: 100%;
    height: 1px;
    margin-right: 20px;
    padding: 0px;
    border-bottom: 1px solid #b9d2dc;
  }

  .p--navbar-container {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--nav-dropdown {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
  }

  .p--language-mobile {
    position: absolute;
    left: auto;
    top: 21px;
    right: 70px;
    bottom: 0%;
    display: block;
    color: #303030;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
  }

  .p--nav-dropdown-list.w--open {
    position: relative;
    top: 0px;
  }

  .p--nav-call-mobile-address {
    padding-right: 15px;
    font-family: poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .p--nav-call-mobile-icon {
    margin-right: 5px;
  }

  .p--nav-dropdown-link {
    padding-left: 35px;
    background-color: #f0f0f0;
  }

  .p--nav-dropdown-toggle-icon {
    display: block;
  }

  .p--nav-quote-round-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .p--nav-socials {
    top: 0px;
    margin-bottom: 0px;
  }

  .p--nav-menu {
    top: 0px;
    overflow: auto;
    width: 100%;
  }

  .p--nav-secondary-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .p--nav-menu-button-icon {
    color: #081f2d;
  }

  .p--navbar-brand {
    top: 7px;
    margin-left: 30px;
  }

  .p--nav-quote-round {
    width: 100%;
    border-radius: 25px;
    background-color: #e84039;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }

  .p--nav-socials-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffdfd1;
  }

  .p--nav-call-mobile-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p--nav-socials-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p--nav-social-link {
    margin-right: 20px;
    color: #4c1502;
    text-decoration: none;
  }

  .p--nav-mobile-links {
    display: block;
    padding: 35px 25px;
    background-color: #fff;
    color: #b9d2dc;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .p--nav-secondary-link {
    margin-right: 30px;
    margin-bottom: 20px;
    color: #74523f;
    text-decoration: none;
  }

  .p--nav-quote-wrapper {
    display: none;
  }

  .p--nav-menu-btn {
    margin-right: 25px;
    padding-right: 0px;
    padding-left: 5px;
  }

  .p--nav-menu-btn.w--open {
    margin-right: 25px;
    padding-right: 0px;
    background-color: transparent;
  }

  .p--nav-link {
    padding: 15px 25px;
    border-bottom: 1px solid #e9e3e0;
    background-color: #fff;
    font-family: poppins, sans-serif;
    color: #4c1502;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .p--nav-dropdown-toggle-text {
    font-family: poppins, sans-serif;
    color: #4c1502;
    font-weight: 700;
  }

  .p--navbar-brand-img {
    display: none;
    max-width: 103px;
  }

  .p--navbar {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--navbar-brand-img-colored {
    display: block;
    max-width: 103px;
  }

  .p--nav-call-mobile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
  }

  .p--nav-beachfront-text {
    margin-bottom: 40px;
    color: #4c1502;
    font-size: 13px;
    font-style: italic;
  }

  .p--nav-social-link-text {
    color: #4c1502;
    font-size: 10px;
    text-transform: uppercase;
  }

  .p--nav-reserv-text {
    margin-bottom: 10px;
    font-family: lora, sans-serif;
    color: #ac5936;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
  }

  .p--nav-form-input {
    margin-bottom: 15px;
    border: 1px solid #ac5936;
    color: #ac5936;
    font-style: italic;
    text-align: center;
  }

  .p--nav-form-submit {
    width: 100%;
    background-color: #2b6991;
    font-size: 13px;
    text-transform: uppercase;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .p--nav-footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p--nav-footer-link {
    margin-right: 20px;
    margin-left: 20px;
    color: #f79165;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .p--nav-copyright {
    display: block;
    padding: 20px 25px;
    background-color: #74523f;
    color: #ffdfd1;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .p--map-container {
    height: 300px;
  }

  .m-news-left {
    width: 100%;
  }

  .p--map-container2 {
    height: 300px;
  }

  .p--info-slide2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p--service-transport-item-icon {
    width: 80px;
  }

  .p--container-card-suite-mb0 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p--drinks-container {
    width: 450px;
  }

  .p--section-dining-h2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .p--cobalt-container {
    width: 450px;
  }

  .p--snacks-container {
    width: 450px;
  }

  .p--schedule-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--breafkast-item-left {
    padding-right: 150px;
  }

  .p--text-slide-italic {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .p--separator5 {
    height: 80px;
  }

  .p--help-container {
    width: 450px;
  }

  .p--cform-wrapper {
    width: 400px;
  }

  .p--paramar-location-container {
    width: 450px;
  }

  .p--room-amenity-img {
    width: 350px;
  }

  .p--hospitality-container {
    width: 450px;
  }

  .p--travel-text-container {
    padding-right: 30px;
  }

  .p--main-slide-fixed {
    height: 400px;
  }

  .p--faq-questions {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--faq-img-wrapper {
    display: none;
  }

  .p--main-slide-fixed-small {
    height: 400px;
  }

  .p--design-by-container {
    width: 450px;
  }

  .p--at-arrival-container {
    width: 450px;
  }

  .p--spa-item-left {
    width: 350px;
  }

  .p--pool-container {
    width: 450px;
  }

  .p--pool-view-container {
    padding-top: 15px;
  }

  .p--info-slide-hidden-desktop {
    display: block;
  }

  .p--contact-page-container {
    margin-top: 50px;
  }

  .p--contact-page-left {
    display: none;
  }

  .p--contact-page-right {
    margin-right: auto;
    margin-left: auto;
  }

  .p--room-title {
    font-size: 28px;
  }

  .p--amenity-card-suites-detail {
    margin-right: 20px;
  }

  .p--room-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--room-container-left {
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .p--room-container-right {
    max-width: 100%;
  }

  .p--main-slide-fixed-landing {
    height: 60px;
  }

  .p--container-card-suite-centered {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p--book-room-right {
    width: 410px;
  }
}

@media screen and (max-width: 767px) {
  .p--info-slide {
    padding-bottom: 20px;
  }

  .p--title-slide {
    margin-top: 0px;
    font-size: 22px;
    line-height: 35px;
  }

  .p--title-introduction-h {
    font-size: 30px;
    line-height: 1.5em;
  }

  .p--title-section {
    font-size: 24px;
  }

  .p--container-card-promo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .p--container-price-card-promo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p--separator-price {
    margin-right: 10px;
    margin-left: 10px;
  }

  .p--card-restaurant {
    width: 100%;
    margin-bottom: 20px;
  }

  .p--section-real-estate-h {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .p--title-real-estate-h {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .p--subtitle-top {
    margin-bottom: 15px;
  }

  .p--items-wb {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p--footer-right-menu-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p--container-logo-footer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .p--address-footer {
    display: none;
  }

  .p--container-menus-footer {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p--container-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--menu-footer {
    width: 49%;
    margin-right: 0px;
  }

  .p--btn-primary-full {
    display: inline-block;
    padding: 10px 25px;
    background-color: #74523f;
    color: #fff;
    text-decoration: none;
  }

  .p--footer-left-menu-top {
    display: none;
  }

  .p--subtitle-top-center {
    margin-bottom: 15px;
  }

  .p--address-footer-mb {
    display: block;
    color: #ac5936;
  }

  .p--img-amenities-room {
    width: 100%;
    height: auto;
  }

  .mr--col-right-introduction-suites {
    margin-top: 40px;
  }

  .mr--container-info-campaign-detail {
    margin-top: 40px;
  }

  .mr--col-left-campaing-detail {
    width: 100%;
    margin-bottom: 32px;
  }

  .mr--col-right-campaing-detail {
    width: 100%;
  }

  .mr--container-form-campaing-detail {
    width: auto;
  }

  .mr--card-feature {
    width: 100%;
    margin-bottom: 56px;
  }

  .mr--item-amenity-suite {
    width: 49%;
    margin-bottom: 10px;
  }

  .mr--img-main-suite {
    width: 100%;
    height: 233px;
  }

  .mr--img-thumb-suite {
    height: 59px;
  }

  .mr--col-right-introduction-dining {
    margin-top: 40px;
  }

  .mr--img-big-fine-dining {
    height: 300px;
  }

  .mr--img-assist-concierge {
    height: 350px;
  }

  .mr--text-pool-service {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mr--text-all-inclusive-slide {
    width: 100%;
    margin-bottom: 32px;
  }

  .mr--container-form-suite-detail {
    width: auto;
  }

  .mr--col-right-suite-detail {
    width: 100%;
  }

  .mr--container-form-contact {
    width: 100%;
  }

  .p--flex-center-space-between.flex-break-landscape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--flex-center-space-between.flex-break-landscape-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p--reserve-now-title {
    margin-bottom: 20px;
  }

  .p--reserve-now-form {
    width: 100%;
  }

  .p--reserve-now-form-block {
    max-width: 100%;
  }

  .p--reserve-now-form-box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--reserve-now-form-input {
    width: 100%;
    margin-left: 0px;
  }

  .p--reserve-now-form-submit {
    width: 100%;
    margin-left: 0px;
  }

  .p--separator3 {
    height: 50px;
  }

  .p--h2 {
    font-size: 24px;
  }

  .p--h2.mb10 {
    font-size: 22px;
  }

  .p--h2.mb20 {
    font-size: 24px;
  }

  .p--text {
    font-size: 14px;
  }

  .p--text.mb20 {
    font-size: 14px;
  }

  .p--text.mb25 {
    font-size: 14px;
  }

  .p--map-container {
    height: 250px;
  }

  .p--separator4 {
    height: 50px;
  }

  .p--h3 {
    font-size: 24px;
  }

  .p--h3.mb10 {
    font-size: 22px;
  }

  .p--icon-item-img-wb {
    width: 60px;
    height: 60px;
  }

  .p--hotel-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .p--hotel-item-title {
    font-size: 16px;
  }

  .p--hotel-item-hotel {
    font-size: 13px;
  }

  .m-news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-news-item-wrapper {
    width: 100%;
  }

  .m-news-title {
    font-size: 22px;
  }

  .m-news-left {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .m-news-item-data {
    padding-left: 25px;
  }

  .m-news-right {
    padding-left: 0px;
  }

  .p--map-container2 {
    height: 250px;
  }

  .p--info-slide2 {
    padding-bottom: 20px;
  }

  .p--flex-right {
    width: 100%;
  }

  .p--services-container {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .p--btn-brown {
    font-size: 12px;
  }

  .p--concierge-container {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .p--service-transport-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--service-transport-item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .p--drinks-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--h2-copy {
    font-size: 24px;
  }

  .p--h2-copy.mb10 {
    font-size: 22px;
  }

  .p--h2-copy.mb20 {
    font-size: 24px;
  }

  .p--cobalt-container {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .p--snacks-container {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .p--schedule-item-icon {
    width: 150px;
  }

  .p--breafkast-item-left {
    padding-right: 50px;
  }

  .p--breakfast-item-title {
    font-size: 16px;
  }

  .p--breakfast-item-price {
    font-size: 16px;
  }

  .p--separator5 {
    height: 50px;
  }

  .p--help-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--flex-top-space-between.flex-break-landscape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--flex-top-space-between.flex-break-landscape-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p--text-quote {
    font-size: 14px;
  }

  .p--text-quote.mb20 {
    font-size: 14px;
  }

  .p--text-quote.mb25 {
    font-size: 14px;
  }

  .p--contact-form-content-container {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .p--cform-wrapper {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .p--paramar-location-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--amenity-list-item {
    width: 30%;
  }

  .p--room-amenities-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--room-amenity-title-small {
    font-size: 20px;
  }

  .p--room-amenity-title-small.mb10 {
    font-size: 22px;
  }

  .p--room-amenity-title-small.mb20 {
    font-size: 24px;
  }

  .p--hospitality-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--travel-text-container {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .p--flex-travel-col-left {
    width: 100%;
  }

  .p--flex-travel-col-right {
    width: 100%;
  }

  .p--subtitle-slide {
    display: none;
  }

  .p--reservation-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p--reservation-item-right {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .p--btn-blue {
    font-size: 12px;
  }

  .p--values-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p--values-item-left {
    font-size: 14px;
  }

  .p--values-item-right {
    font-size: 14px;
  }

  .p--main-slide-fixed {
    height: 300px;
  }

  .p--main-slide-fixed-small {
    height: 300px;
  }

  .p--gallery-btn {
    font-size: 16px;
  }

  .p--slide-btn-blue {
    font-size: 12px;
  }

  .p--design-by-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--at-arrival-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--valid-reserv-quote {
    font-size: 16px;
  }

  .p--spa-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p--spa-item-left {
    width: 100%;
  }

  .p--spa-item-right {
    padding-left: 0px;
  }

  .p--spa-item-title {
    font-size: 18px;
  }

  .p--spa-item-description {
    margin-bottom: 20px;
  }

  .p--pool-container {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--pool-view-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .p--contact-page-right {
    width: 100%;
  }

  .p--contact-page-form-wrapper {
    width: 100%;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p--contact-page-form-block {
    width: 100%;
  }

  .p--content-wp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m-heading {
    font-size: 20px;
  }

  .p--main-slide-fixed-short {
    height: 300px;
  }

  .p--room-title {
    font-size: 24px;
  }

  .p--lightbox-wrapper {
    margin-bottom: 30px;
  }

  .p--book-room-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p--book-room-right {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .p--landing-values-wrapper {
    margin-top: 0px;
    padding-top: 25px;
  }

  .p--added-values-item {
    width: 48%;
    margin-bottom: 25px;
  }

  .p-added-values-items {
    top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .p--info-slide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p--title-slide {
    font-size: 20px;
    line-height: 30px;
  }

  .p--text-slide {
    display: none;
    line-height: 30px;
  }

  .p--title-introduction-h {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .p--subtitle-introduction-h {
    font-size: 10px;
    line-height: 14px;
  }

  .p--btn-explore-introduction-h {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .p--btn-play-introduction-h {
    width: 100%;
  }

  .p--title-section {
    font-size: 20px;
    line-height: 28px;
  }

  .p--text-section {
    font-size: 14px;
    line-height: 28px;
  }

  .p--container-price-card-promo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p--btn-primary {
    width: 40%;
  }

  .p--btn-secondary {
    width: 40%;
  }

  .p--section-book-room {
    padding: 50px 25px;
    background-color: #fff;
  }

  .p--container-form-book-room {
    padding-right: 36px;
    padding-left: 36px;
  }

  .p--title-card-suites {
    font-size: 18px;
    line-height: 24px;
  }

  .p--col-right-dining-h {
    border-bottom-style: none;
  }

  .p--container-img-dining-h {
    margin-bottom: 0px;
  }

  .p--section-wb {
    background-position: 0px 0px, 180px 50%;
    background-size: auto, 250px;
  }

  .p--title-wb {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .p--items-wb {
    position: static;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
  }

  .p--item-wb {
    margin-bottom: 10px;
  }

  .p--title-item-wb {
    font-weight: 400;
    text-transform: none;
  }

  .p--text-item-wb {
    display: none;
  }

  .p--container-title-wb {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .p--center-title-wb {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p--call-actions-card-center {
    width: 100%;
  }

  .mr--title-tab-faqs-h {
    width: 100%;
  }

  .p--footer-right-menu-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p--footer-link-top {
    margin-right: 0px;
    letter-spacing: 1.5px;
  }

  .p--menu-footer {
    width: 100%;
  }

  .mr--container-footer-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mr--text-copy {
    margin-bottom: 10px;
    text-align: center;
  }

  .p--btn-primary-full {
    display: block;
  }

  .mr--call-actions-card-center-m {
    display: none;
  }

  .mr--title-section-center {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .p--subtitle-top-center {
    text-align: left;
  }

  .mr--container-submenu-mobile {
    overflow: auto;
    height: 90vh;
  }

  .mr--container-form-menu-mobile {
    padding-right: 36px;
    padding-left: 36px;
    background-size: auto, 70%;
  }

  .mr--text-copy-menu-mobile {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }

  .mr--img-introduction-page {
    height: 210px;
  }

  .mr--title-introduction-page {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--text-introduction-page {
    line-height: 28px;
  }

  .mr--title-amenities-l {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--img-amenities-l {
    height: 275px;
  }

  .p--btn-explore-amenities-l {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .mr--btn-white-introduction-page {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .mr--col-right-introduction-suites {
    margin-top: 0px;
  }

  .mr--introduction-page-suites {
    height: 339px;
  }

  .mr--title-introduction-re {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
  }

  .mr--img-introduction-re {
    height: 257px;
  }

  .mr--title-form-re {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--title-enjoy-re {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--item-enjoy-re {
    margin-bottom: 32px;
  }

  .mr--text-img-mobile-re {
    display: block;
  }

  .mr--subtitle-introduction-re {
    font-size: 10px;
    line-height: 14px;
  }

  .mr--text-introduction-re {
    font-size: 14px;
  }

  .mr--container-text-re {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .mr--col-left-enjoy-re {
    margin-bottom: 24px;
  }

  .mr--text-introduction-page-deals {
    line-height: 28px;
  }

  .mr--introduction-page-deals {
    height: 464px;
  }

  .mr--container-items-legend-deals {
    margin-bottom: 40px;
  }

  .mr--container-text-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--col-left-amenities {
    width: 100%;
    margin-bottom: 20px;
  }

  .mr--col-right-amenities {
    width: 100%;
  }

  .mr--section-introduction-amenities {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mr--section-privileged {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .mr--container-items-hotel-amenities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--img-item-hote-amenities {
    height: 227px;
  }

  .mr--btn-book-red {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .mr--title-item-why {
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--title-tab-faqs {
    width: 100%;
  }

  .mr--container-info-campaign-detail {
    margin-top: 0px;
  }

  .mr--container-section-campaing-detail {
    top: 100px;
  }

  .mr--section-values {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .mr--text-section-values {
    font-size: 14px;
    line-height: 28px;
  }

  .mr--text-suite {
    font-size: 14px;
  }

  .mr--img-introduction-dining {
    height: 210px;
  }

  .mr--col-right-introduction-dining {
    margin-top: 0px;
  }

  .mr--img-dining-a {
    height: 275px;
  }

  .mr--img-all-dining {
    height: 257px;
  }

  .mr--img-fine-dining {
    height: 227px;
  }

  .mr--container-img-fine-dining {
    margin-bottom: 40px;
  }

  .mr--img-big-fine-dining {
    height: 177px;
  }

  .mr--text-big-fine-dining {
    padding: 32px 20px;
  }

  .mr--img-offers-dining {
    height: 275px;
  }

  .mr--tiitle-assist-concierge {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--img-assist-concierge {
    height: 257px;
  }

  .mr--img-introduction-concierge {
    height: 210px;
  }

  .mr--img-arrive-concierge {
    width: 100%;
    height: 523px;
  }

  .mr--title-arrive-concierge {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .mr--col-right-arrive-concierge {
    padding-right: 36px;
    padding-left: 36px;
  }

  .mr--col-left-arrive-concierge {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .mr--container-section-no-padding-lr {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mr--img-item-no-bg {
    height: 275px;
  }

  .mr--col-left-no-padding-lr {
    padding-right: 36px;
    padding-left: 36px;
  }

  .mr--img-pool {
    height: 227px;
  }

  .mr--container-pool-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mr--text-pool-service {
    padding: 32px 20px;
  }

  .mr--title-pool-city {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
  }

  .mr--text-pool-service-city {
    font-size: 14px;
    text-align: left;
  }

  .mr--col-right-pool-service {
    padding-right: 36px;
    padding-left: 36px;
  }

  .mr--container-img-pool-city {
    margin-top: 0px;
  }

  .mr--text-section-simple {
    font-size: 12px;
    line-height: 24px;
  }

  .mr--logo-restaurant {
    width: 100%;
  }

  .mr--title-all-inclusive-slide {
    font-size: 25px;
    line-height: 30px;
  }

  .mr--text-all-inclusive-slide {
    line-height: 30px;
  }

  .mr--info-all-inclusive-slide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mr--text-reserve-all-inclusive {
    font-size: 14px;
  }

  .mr--btn-see-menus {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .mr--legend-dining-azulea {
    font-size: 14px;
  }

  .mr--title-introduction-azulea {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
  }

  .mr--text-big-recommendation {
    padding: 32px 0px 0px;
    text-align: left;
  }

  .mr--title-big-recommendation {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1.6px;
  }

  .mr--title-terms {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 1.6px;
  }

  .mr--legend-text-big-all-inclusirve {
    margin-top: 0px;
  }

  .p--container-items-wb {
    width: 100%;
  }

  .p--call-actions-card-wb {
    display: none;
  }

  .mr--img-introduction-contact {
    height: 210px;
  }

  .mr--introduction-page-contact {
    margin-bottom: 600px;
  }

  .p--nav-reserv-text {
    font-size: 16px;
  }

  .p--h2 {
    font-size: 20px;
  }

  .p--h2.mb20 {
    font-size: 20px;
  }

  .p--map-container {
    height: 200px;
  }

  .p--h3 {
    font-size: 20px;
  }

  .p--icon-item-img-wb {
    width: 40px;
    height: 40px;
  }

  .m-news-item-wrapper {
    margin-bottom: 40px;
  }

  .m-news-title {
    font-size: 20px;
  }

  .p--map-container2 {
    height: 200px;
  }

  .p--info-slide2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p--h2-copy {
    font-size: 20px;
  }

  .p--h2-copy.mb20 {
    font-size: 20px;
  }

  .p--schedule-item-icon {
    width: 100px;
  }

  .p--schedule-item-hours {
    font-size: 13px;
  }

  .p--breafkast-item-left {
    padding-right: 10px;
  }

  .p--text-slide-italic {
    display: none;
    line-height: 30px;
  }

  .p--cform-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p--amenity-list-item {
    width: 50%;
  }

  .p--amenity-list-item-icon {
    width: 80px;
  }

  .p--room-amenity-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p--room-amenity-title-small {
    font-size: 20px;
  }

  .p--room-amenity-title-small.mb20 {
    font-size: 20px;
  }

  .p--main-slide-fixed {
    height: 150px;
  }

  .p--faq-question-text {
    font-size: 13px;
  }

  .p--faq-response {
    display: none;
    font-size: 11px;
  }

  .p--main-slide-fixed-small {
    height: 150px;
  }

  .p--main-slide-fixed-short {
    height: 150px;
  }

  .m-reserve-now-btn-reserve {
    font-size: 12px;
  }

  .p--title-card-suites2 {
    font-size: 18px;
    line-height: 24px;
  }

  .p--book-room-container {
    padding: 20px;
  }

  .p--added-values-item {
    width: 100%;
  }
}

