#resort .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resort .flex-column .text-center {
  text-align: center;
}
#resort .flex-column h2 {
  font-family: 'lato-regular';
  color: #707070;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 40px;
}
#resort .flex-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
}
#resort .flex-column .graphic--icon.g43 {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
#resort .flex-row i {
  color: #FF8D00;
  font-size: 46px;
  text-align: center;
}
#resort .flex-row a {
  text-decoration: underline;
}
#resort .flex-row .graphic--icon.g42 {
  width: 40px;
  height: 40px;
  margin-bottom: 9px;
}
#resort .flex-row .graphic--icon.g40 {
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
}
#resort .flex-row .graphic--icon.g39 {
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
}
#resort .flex-row .graphic--icon.g43 {
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
}
#resort .flex-row .icon-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
#resortBanner {
  background: #fff;
}
#resortBanner .media-carousel {
  overflow-x: hidden;
}
#resortBanner .media-carousel .owl-stage {
  /*display: flex;*/
}
#resortBanner .media-carousel .owl-prev {
  position: absolute;
  height: 100%;
  top: 0;
  width: 30px;
  font-size: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#resortBanner .media-carousel .owl-next {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 30px;
  font-size: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#resortBanner .media-carousel .item iframe {
  width: 100%;
  height: 500px;
}
#resortRooms .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#resortRooms .resort-card {
  text-align: center;
  font-size: 12px;
  position: relative;
  min-height: 260px;
  /*max-height: 260px;*/
}
#resortRooms .resort-card .box-price {
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  /*added this*/
  flex-direction: column;
  /*added this*/
  justify-content: flex-end;
}
#resortRooms .resort-card .box-price .price {
  text-align: right;
  font-size: 14px;
  color: #21c1f1;
  min-height: 43px;
}
#resortRooms .resort-card .box-price .price span {
  color: #787878;
  font-weight: bold;
  font-family: 'lato-bold';
}
#resortRooms .resort-card .box-price small {
  font-size: 13px;
  text-align: right;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
#resortRooms .resort-card .box-price .quantity-text {
  display: inline-block;
  line-height: 30px;
  top: -10px;
  position: relative;
}
#resortRooms .resort-card .box-price .special--select.skin2 {
  display: inline-block;
  width: 30%;
  height: 30px;
  margin-left: 10px;
}
#resortRooms .resort-card .box-price .type1 {
  padding: 10px;
  font-size: 14px;
}
#resortRooms .resort-card h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2rem;
}
#resortRooms .resort-card p {
  font-size: 12px;
}
#resortAmenities .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resortAmenities .flex-column .text-center {
  text-align: center;
}
#resortAmenities .flex-column h3 {
  font-weight: normal;
  font-family: 'lato-regular';
  color: #707070;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#resortAmenities .flex-column p {
  color: #21c1f1;
  font-size: 18px;
}
#resortAmenities .amenities-icons {
  display: flex;
  flex-wrap: wrap;
}
#resortAmenities .amenities-icons .card-amenities-icons {
  /*margin: 10px 25px;
    padding: 5px;*/
  margin-bottom: 15px;
  box-sizing: border-box;
}
#resortAmenities .amenities-icons .card-amenities-icons p {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #787878;
}
#resortAmenities .amenities-icons .card-amenities-icons img {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 62px;
}
#resortPromotion .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resortPromotion .flex-column .bg-gray {
  background: #f7f7f7;
}
#resortPromotion .flex-column .bg-gray .promotion-card .promo-heading {
  display: flex;
}
#resortPromotion .flex-column .bg-gray .promotion-card .promo-heading i {
  background: #21c1f1;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#resortPromotion .flex-column .bg-gray .promotion-card .promo-heading h4 {
  color: #21c1f1;
  font-size: 14px;
}
#resortPromotion .flex-column .bg-gray .promotion-card a {
  color: #9c9c9c;
  font-size: 12px;
  margin-left: 25px;
  text-decoration: underline;
  cursor: pointer;
}
#resortPromotion .flex-column .promo-wrap {
  padding: 10px 0px;
}
#resortPromotion .flex-column .bg-gray .promotion-card .terms {
  font-size: 12px;
  display: none;
}
#resortPromotion .flex-column .bg-gray .promotion-card .terms p {
  font-size: 12px;
}
#resortActivities .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resortActivities .flex-column .text-center {
  text-align: center;
}
#resortActivities .flex-column h2 {
  font-family: 'lato-regular';
  color: #707070;
  text-transform: uppercase;
  font-size: 30px;
}
#resortActivities .flex-column p {
  margin-bottom: 20px;
}
#resortActivities .flex-column ul {
  text-align: left;
}
.resort-card .jump-info-text {
  min-height: 85px;
}
.resort-card .jump-tarifa {
  min-height: 64px;
}
#resortRooms .resort-card-02 {
  background: transparent;
  border-bottom: 1px solid rgba(120, 120, 120, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#resortRooms .resort-card-02 .room-image figure {
  background-color: red;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
}
#resortRooms .resort-card-02 .room-image img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  max-height: 250px;
  min-height: 150px;
  /*height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
#resortRooms .resort-card-02 .room-text-ocupaccy {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#resortRooms .resort-card-02 .room-text-ocupaccy img {
  width: 40%;
}
#resortRooms .resort-card-02 .room-text-info {
  font-family: 'lato-regular';
  color: #707070;
}
#resortRooms .resort-card-02 .room-text-info p {
  text-align: left;
}
#resortRooms .resort-card-02 .room-text-info span {
  color: #21c1f1;
  border-left: 1px solid rgba(120, 120, 120, 0.6);
  padding-left: 5px;
}
#resortRooms .resort-card-02 .room-text-info small {
  color: #EC5454;
}
#resortRooms .resort-card-02 .room-text-info .room-text-ocupaccy {
  font-family: 'lato-bold';
  color: #707070;
}
#resortRooms .resort-card-02 .room-text-info .room-text-ocupaccy small {
  font-family: 'lato-regular';
  color: #707070;
}
#resortRooms .resort-card-02 .room-text-info a {
  font-family: 'lato-regular';
  font-size: 12px;
}
#resortRooms .resort-card-02 .room-text-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
}
#resortRooms .resort-card-02 .room-text-price p {
  text-align: right;
}
#resortRooms .resort-card-02 .room-text-price .nights {
  color: #21c1f1;
  font-family: 'lato-bold';
  font-size: 18px;
}
#resortRooms .resort-card-02 .room-text-price .included {
  font-size: 14px;
}
#resortRooms .resort-card-02 .room-text-price .room-select {
  margin-top: 10px;
}
#resortRooms .resort-card-02 .room-text-price .room-select .quantity-text {
  display: inline-block;
  line-height: 30px;
  top: -10px;
  position: relative;
  font-size: 14px;
}
#resortRooms .resort-card-02 .room-text-price .room-select .special--select.skin2 {
  display: inline-block;
  width: 30%;
  height: 30px;
  margin-left: 10px;
}
#resortRooms .resort-card-02 .room-text-price .type1 {
  font-size: 14px;
}
#resortRooms .resort-card-note {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(120, 120, 120, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#resortBanner .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resortBanner .flex-column .text-center {
  text-align: center;
}
#resortComments {
  background: #dedede;
  padding: 20px 0px;
}
#resortComments .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resortComments .flex-column .text-center {
  text-align: center;
}
#resortComments .flex-column .text-center h3 {
  font-size: 18px;
}
#resortComments .flex-column .text-center p {
  font-size: 16px;
}
#resortComments .flex-column .text-center ul {
  font-size: 16px;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  display: table !important;
  max-width: 92%;
}
@media (max-width: 991px) {
  #resortRooms .resort-card {
    max-height: unset;
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  #resort .flex-row {
    display: unset;
  }
  #resort .flex-row .icon-card {
    margin: 20px 0px;
  }
  #resortPromotion .flex-column .bg-gray .promotion-card {
    box-sizing: border-box;
    padding: 20px;
  }
  #resortRooms .resort-card-02 .room-image {
    margin-bottom: 20px;
  }
  #resortRooms .resort-card-02 .room-image img {
    margin: 0 auto;
    width: 100%;
  }
}
.shopping-right {
  position: fixed;
}
.shopping-desktop.shopping-fixed {
  right: 10px;
  width: 300px !important;
}
#resortRooms .resort-card-02 .room-text-info .room-text-ocupaccy span.icon-count {
  font-family: 'lato-bold';
  color: #707070;
  border-left: none;
  padding-left: 0px;
}
#resortRooms .flex-column h3.heading {
  font-family: "montserrat-regular", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 30px;
  text-align: center;
}
#resortRooms .flex-column p.heading {
  font-family: "montserrat-regular", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  padding: 10px 0px;
}
#resortterms {
  background: #dedede;
  padding: 20px 0px;
}
#resortterms .flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#resortterms .flex-column .text-center {
  text-align: center;
}
#resortterms .flex-column .text-center h3 {
  font-size: 18px;
}
#resortterms .flex-column .text-center p {
  font-size: 16px;
}
#resortterms .flex-column .text-center ul {
  font-size: 16px;
}
.h2_resort {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 0px 20px;
}
.hero--options {
  z-index: 9999;
}
.data-resort h3 {
  display: none;
}
.videoWrapper iframe {
  margin-left: 0;
}
@media (max-width: 992px) {
  .menu-mobile ul > li .mm--down-block.active {
    max-height: 659px;
    border-top: 1px solid #4a4a4a;
  }
}
@media (max-width: 1199px) {
  #resortRooms .resort-card-02 .room-text-ocupaccy img {
    width: 68px;
  }
  #resortRooms .resort-card-02 .room-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}
@media (max-width: 991px) {
  .h2_resort {
    display: none;
  }
  .data-resort h3 {
    display: block;
  }
}
@media (max-width: 360px) {
  .modal--temporadas .modal-content.modal--mid {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  #resortRooms .resort-card-02 .room-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  #resortRooms .resort-card-02 .room-text-ocupaccy img {
    width: 68px;
  }
}
@media (max-width: 576px) {
  #resortRooms .resort-card-02 .room-text-info p {
    text-align: center;
  }
  #resortRooms .resort-card-02 .room-text-price {
    margin-top: 20px;
  }
}
@media (max-width: 399px) {
  #resortRooms .resort-card-02 .room-text-info {
    width: 100% !important;
  }
  #resortRooms .resort-card-02 .room-text-price {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .myAccount .general-table {
    display: table;
  }
}
@media (max-width: 414px) {
  .datepick-month table {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #av-daterange_mobile {
    display: block;
  }
  .datepick {
    min-width: 100%;
  }
}
@media (max-width: 736px) {
  .datepick-month-header {
    max-width: 95%;
  }
}
