@charset "UTF-8";
@font-face {
  font-family: "OutfitLight";
  src: url("../fonts/Outfit/OutfitLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OutfitRegular";
  src: url("../fonts/Outfit/OutfitRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OutfitMedium";
  src: url("../fonts/Outfit/OutfitMedium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OutfitSemiBold";
  src: url("../fonts/Outfit/OutfitSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OutfitBold";
  src: url("../fonts/Outfit/OutfitBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rolleteqaku";
  src: url("../fonts/Rolleteqaku/RolleteqakuRegular-83GA.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.color-text {
  color: #3F5263 !important;
}

html, body {
  color: #3F5263;
}

@media (min-width: 1200px) {
  body:not(.page-home) {
    padding-top: 74px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 74px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1474px;
  }
}
@media (min-width: 1400px) {
  .container.boxed {
    max-width: 1224px;
  }
}

a {
  color: #3F5263;
  text-decoration: none;
}
a:hover {
  color: #219495;
  text-decoration: none;
}

.link {
  color: #2ABDBF;
  text-decoration: none;
  position: relative;
}
.link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 79px;
  height: 1px;
  background-color: #2ABDBF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link:hover::after {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "OutfitBold", sans-serif;
  color: #3F5263;
}

h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  line-height: 1.1;
}

h5 {
  font-size: 16px;
  line-height: 1.1;
}

h6 {
  font-size: 14px;
  line-height: 1.1;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 49px;
  height: 49px;
  background-color: #fff;
  color: #2ABDBF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  background-color: #fafafa;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 80px;
  }
}

.social.layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social.layout1 .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #2ABDBF;
}
.social.layout1 .social-item i {
  font-size: 18px;
}
.social.layout1 .social-item:not(:last-child) {
  margin-right: 10px;
}
.social.layout1 .social-item:hover {
  background-color: #2ABDBF;
  color: #fff;
}
.social.layout1.transparent .social-item {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.social.layout1.transparent .social-item:hover {
  background-color: #2ABDBF;
  color: #fff;
}
.social.layout1.primary .social-item {
  background-color: #2ABDBF;
  color: #fff;
}
.social.layout1.primary .social-item:hover {
  background-color: #219495;
  color: #fff;
}

.section-banner {
  text-align: center;
}

.pagination-simple {
  padding: 30px 0 0px;
}
.pagination-simple nav div:first-child {
  display: none !important;
}
.pagination-simple nav div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pagination-simple nav .pagination {
  margin: auto;
}
.pagination-simple nav .pagination .page-item {
  margin: 5px;
}
.pagination-simple nav .pagination .page-item .page-link {
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3F5263;
}
.pagination-simple nav .pagination .page-item.active .page-link {
  background-color: #2ABDBF;
  border-color: #2ABDBF;
  color: #fff;
}

.wrapper-form-book {
  position: relative;
  z-index: 2;
}
.wrapper-form-book .box-container {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
}
.wrapper-form-book .box-container .form-group {
  position: relative;
}
.wrapper-form-book .box-container .form-group::after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: -2.5px;
  width: 1px;
  height: 25px;
  background-color: #ddd;
}
.wrapper-form-book .box-container .form-group.kids::after, .wrapper-form-book .box-container .form-group.submit::after {
  display: none;
}
.wrapper-form-book .box-container .form-group.date-range {
  width: 300px;
}
.wrapper-form-book .box-container .form-group.adults, .wrapper-form-book .box-container .form-group.kids {
  width: 175px;
}
.wrapper-form-book .box-container .form-group small {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
}

.modal-book-mobile .modal-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-book-mobile .modal-content .modal-header {
  border-bottom: 0;
}
.modal-book-mobile .modal-content .modal-footer {
  border-top: 0;
}
.modal-book-mobile .modal-content .modal-body {
  padding-top: 75px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-book-mobile .modal-content .btn-close-modal {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  border-radius: 50%;
}
.modal-book-mobile .modal-content .btn-close-modal:hover {
  background-color: #2ABDBF;
  color: #fff;
}
.modal-book-mobile .modal-content .contact-form.layout1 .form-control,
.modal-book-mobile .modal-content .contact-form.layout1 .form-select {
  border-radius: 0;
}
.modal-book-mobile .modal-content .contact-form .btn {
  width: 100%;
  border-radius: 0;
}
.modal-book-mobile .modal-content .wrapper-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 60px;
}
@media (max-width: 767px) {
  .modal-book-mobile .modal-content .wrapper-close {
    top: 30px;
  }
}
.modal-book-mobile .modal-content small {
  font-size: 12px;
  padding: 0 5px;
}

.icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.icon-gluten-free {
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/icon-gluten-free.svg");
}
.icon.icon-brand-luxury {
  width: 53px;
  height: 53px;
  background-image: url("../images/brand/brand-luxury.svg");
}
.icon.icon-scroll-to-top {
  width: 13px;
  height: 16px;
  background-image: url("../images/icons/icon-scroll-to-top.svg");
}
.icon.icon-card-location-light {
  width: 10px;
  height: 14px;
  background-image: url("../images/icons/icon-card-location-light.svg");
}
.icon.icon-card-persons-light {
  width: 26px;
  height: 22px;
  background-image: url("../images/icons/icon-card-persons-light.svg");
}
.icon.icon-card-bedrooms-light {
  width: 25px;
  height: 22px;
  background-image: url("../images/icons/icon-card-bedrooms-light.svg");
}
.icon.icon-card-bathrooms-light {
  width: 21px;
  height: 22px;
  background-image: url("../images/icons/icon-card-bathrooms-light.svg");
}
.icon.icon-gallery {
  width: 14px;
  height: 14px;
  background-image: url("../images/icons/icon-gallery.svg");
}
.icon.icon-detail-location {
  width: 15px;
  height: 18px;
  background-image: url("../images/icons/icon-detail-location.svg");
}
.icon.icon-detail-guests {
  width: 26px;
  height: 22px;
  background-image: url("../images/icons/icon-detail-guests.svg");
}
.icon.icon-detail-bedrooms {
  width: 15px;
  height: 24px;
  background-image: url("../images/icons/icon-detail-bedrooms.svg");
}
.icon.icon-detail-beds {
  width: 25px;
  height: 22px;
  background-image: url("../images/icons/icon-detail-beds.svg");
}
.icon.icon-detail-bathrooms {
  width: 21px;
  height: 22px;
  background-image: url("../images/icons/icon-detail-bathrooms.svg");
}
.icon.icon-amenity-regadera {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-regadera.svg");
}
.icon.icon-amenity-juegos {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-juegos.svg");
}
.icon.icon-amenity-vajilla {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-vajilla.svg");
}
.icon.icon-amenity-cubiertos {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-cubiertos.svg");
}
.icon.icon-amenity-ventilador-techo {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-ventilador-techo.svg");
}
.icon.icon-amenity-utensilios {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-utensilios.svg");
}
.icon.icon-amenity-nevera {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-nevera.svg");
}
.icon.icon-amenity-copas {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-copas.svg");
}
.icon.icon-amenity-licuadora {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-licuadora.svg");
}
.icon.icon-amenity-tostadora {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-tostadora.svg");
}
.icon.icon-amenity-escaleras {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-escaleras.svg");
}
.icon.icon-amenity-secadora {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-secadora.svg");
}
.icon.icon-amenity-parqueo {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-parqueo.svg");
}
.icon.icon-amenity-limpieza {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-limpieza.svg");
}
.icon.icon-amenity-wifi {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-wifi.svg");
}
.icon.icon-amenity-e-concierge {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-e-concierge.svg");
}
.icon.icon-amenity-villas {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-villas.svg");
}
.icon.icon-amenity-spa {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-spa.svg");
}
.icon.icon-amenity-golf {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-golf.svg");
}
.icon.icon-amenity-tumbonas {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-tumbonas.svg");
}
.icon.icon-amenity-staff {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-staff.svg");
}
.icon.icon-amenity-equipajes {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-equipajes.svg");
}
.icon.icon-amenity-playa {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-playa.svg");
}
.icon.icon-amenity-piscina {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-piscina.svg");
}
.icon.icon-amenity-gym {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-gym.svg");
}
.icon.icon-amenity-tenis {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-tenis.svg");
}
.icon.icon-amenity-carrito-golf {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-carrito-golf.svg");
}
.icon.icon-amenity-excursiones {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-excursiones.svg");
}
.icon.icon-amenity-helipuerto {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-helipuerto.svg");
}
.icon.icon-amenity-salones {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-salones.svg");
}
.icon.icon-amenity-cafetera {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-cafetera.svg");
}
.icon.icon-amenity-lavadora {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-lavadora.svg");
}
.icon.icon-amenity-frigorifico {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-frigorifico.svg");
}
.icon.icon-amenity-aseo {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-aseo.svg");
}
.icon.icon-amenity-aire {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-aire.svg");
}
.icon.icon-amenity-ventilador {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-ventilador.svg");
}
.icon.icon-amenity-tv {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-tv.svg");
}
.icon.icon-amenity-ropa {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-ropa.svg");
}
.icon.icon-amenity-ducha {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-ducha.svg");
}
.icon.icon-amenity-satelite {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-satelite.svg");
}
.icon.icon-amenity-terraza {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-terraza.svg");
}
.icon.icon-amenity-cocina {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-cocina.svg");
}
.icon.icon-amenity-escritorio {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-escritorio.svg");
}
.icon.icon-amenity-toallas {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-toallas.svg");
}
.icon.icon-amenity-secador-pelo {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-secador-pelo.svg");
}
.icon.icon-amenity-plancha {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-plancha.svg");
}
.icon.icon-amenity-caja-fuerte {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-caja-fuerte.svg");
}
.icon.icon-amenity-despertador {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-despertador.svg");
}
.icon.icon-amenity-balcon {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-balcon.svg");
}
.icon.icon-amenity-deportes-acuaticos {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-deportes-acuaticos.svg");
}
.icon.icon-amenity-restaurante {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-restaurante.svg");
}
.icon.icon-amenity-tienda {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-tienda.svg");
}
.icon.icon-amenity-ecoturismo {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-ecoturismo.svg");
}
.icon.icon-amenity-muebles {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-muebles.svg");
}
.icon.icon-amenity-seguridad {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-seguridad.svg");
}
.icon.icon-amenity-microondas {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-microondas.svg");
}
.icon.icon-amenity-balcon {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-balcon.svg");
}
.icon.icon-amenity-bano {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-bano.svg");
}
.icon.icon-amenity-cunas {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-cunas.svg");
}
.icon.icon-amenity-jardin {
  width: 60px;
  height: 60px;
  background-image: url("../images/icons/amenities/icon-amenity-jardin.svg");
}

.btn {
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "OutfitBold", sans-serif;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn span, .btn i {
  margin: 0 2.5px;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-primary {
  background-color: #2ABDBF;
  color: #fff;
  border-color: #2ABDBF;
}
.btn.btn-primary:hover {
  background-color: #219495;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2ABDBF;
}
.btn.btn-primary.btn-degree {
  background-color: rgb(86, 225, 184);
  background: rgb(86, 225, 184);
  background: linear-gradient(106deg, rgb(86, 225, 184) 0%, rgb(42, 189, 194) 50%);
  border: 0 !important;
}
.btn.btn-primary.btn-degree:hover {
  background-color: #219495;
  background: #219495;
  background: linear-gradient(106deg, #219495 0%, #219495 50%);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-outline-primary {
  background-color: transparent;
  color: #2ABDBF;
  border-color: #2ABDBF;
  border-width: 2px;
}
.btn.btn-outline-primary:hover {
  background-color: #2ABDBF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2ABDBF;
  color: #fff;
}
.btn.btn-gray {
  background-color: #f5f5f5;
  color: #999999;
}
.btn.btn-gray:hover {
  background-color: gainsboro;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-light {
  color: #3F5263;
}
.btn.btn-book-modal-mobile {
  width: 100%;
  border: 0;
  border-radius: 0;
}

.box {
  padding: 30px 40px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.box .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.box .box-info {
  font-family: "OutfitRegular", sans-serif;
  font-size: 16px;
  color: #999999;
  line-height: 1.4;
}
.box .box-info h3 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 22px;
  color: #3F5263;
  margin-bottom: 10px;
  line-height: 1;
}
.box.box-transparent {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.card.layout1 {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.card.layout1 hr {
  border-top: 1px solid #ddd;
  margin: 20px 0;
}
.card.layout1 .card-body {
  padding: 24px 34px 34px;
}
.card.layout1 .card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card.layout1 .card-price .from, .card.layout1 .card-price .per-night {
  font-family: "OutfitRegular", sans-serif;
  font-size: 17px;
  color: #3F5263;
  line-height: 1;
  margin-bottom: 3px;
  margin-right: 4px;
}
.card.layout1 .card-price .price {
  font-family: "OutfitBold", sans-serif;
  font-size: 30px;
  color: #3F5263;
  line-height: 1;
  margin-right: 4px;
}
.card.layout1 .card-title {
  font-family: "OutfitRegular", sans-serif;
  font-size: 22px;
  color: #3F5263;
  margin-bottom: 10px;
}
.card.layout1 .card-text {
  font-family: "OutfitRegular", sans-serif;
  font-size: 13px;
  color: #999999;
  margin: 10px 0 10px;
}
.card.layout1 .card-text b, .card.layout1 .card-text strong {
  font-family: "OutfitMedium", sans-serif;
  font-size: 15px;
}

.contact-form.layout1 .form-control,
.contact-form.layout1 .form-select {
  font-family: "OutfitRegular", sans-serif;
  font-size: 17px;
  color: #3F5263;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.contact-form.layout1 .form-control::-webkit-input-placeholder, .contact-form.layout1 .form-select::-webkit-input-placeholder {
  color: #999999;
}
.contact-form.layout1 .form-control::-moz-placeholder, .contact-form.layout1 .form-select::-moz-placeholder {
  color: #999999;
}
.contact-form.layout1 .form-control:-ms-input-placeholder, .contact-form.layout1 .form-select:-ms-input-placeholder {
  color: #999999;
}
.contact-form.layout1 .form-control::-ms-input-placeholder, .contact-form.layout1 .form-select::-ms-input-placeholder {
  color: #999999;
}
.contact-form.layout1 .form-control::placeholder,
.contact-form.layout1 .form-select::placeholder {
  color: #999999;
}
.contact-form.layout1 .form-control:focus,
.contact-form.layout1 .form-select:focus {
  border-color: #2ABDBF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form.layout1 .form-control.is-invalid,
.contact-form.layout1 .form-select.is-invalid {
  border-color: #dc3545;
}
.contact-form.layout1 .form-control.datepicker {
  padding-right: 30px;
  background-image: url("../images/icons/icon-input-datepicker-primary.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}
.contact-form.layout1 .form-select {
  position: relative;
  padding-right: 30px;
  background-image: url("../images/icons/icon-input-caret-primary.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
}

.contact-form.layout2 .form-control,
.contact-form.layout2 .form-select {
  font-family: "OutfitRegular", sans-serif;
  font-size: 15px;
  color: #3F5263;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form.layout2 .form-control::-webkit-input-placeholder, .contact-form.layout2 .form-select::-webkit-input-placeholder {
  color: #999999;
}
.contact-form.layout2 .form-control::-moz-placeholder, .contact-form.layout2 .form-select::-moz-placeholder {
  color: #999999;
}
.contact-form.layout2 .form-control:-ms-input-placeholder, .contact-form.layout2 .form-select:-ms-input-placeholder {
  color: #999999;
}
.contact-form.layout2 .form-control::-ms-input-placeholder, .contact-form.layout2 .form-select::-ms-input-placeholder {
  color: #999999;
}
.contact-form.layout2 .form-control::placeholder,
.contact-form.layout2 .form-select::placeholder {
  color: #999999;
}
.contact-form.layout2 .form-control:focus,
.contact-form.layout2 .form-select:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form.layout2 .form-control.is-invalid,
.contact-form.layout2 .form-select.is-invalid {
  border-color: #dc3545;
}
.contact-form.layout2 .form-control.datepicker {
  padding-right: 30px;
  background-image: url("../images/icons/icon-input-datepicker-primary.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}
.contact-form.layout2 .form-select {
  position: relative;
  padding-right: 30px;
  background-image: url("../images/icons/icon-input-caret-primary.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
}

.navbar.layout1 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar.layout1 .container-fluid {
  max-width: 1920px;
}
.navbar.layout1 .navbar-brand .brand-light {
  max-height: 48px;
}
.navbar.layout1 .navbar-brand .brand-default {
  display: none;
  max-height: 48px;
}
.navbar.layout1 .navbar-nav .nav-item {
  position: relative;
}
.navbar.layout1 .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar.layout1 .navbar-nav .nav-item .nav-link {
  font-family: "OutfitSemiBold", sans-serif;
  font-size: 18px;
  color: #fff;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.navbar.layout1 .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.navbar.layout1 .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar.layout1 .navbar-nav .nav-item .nav-link:hover::after {
  width: calc(100% - 3rem);
}
.navbar.layout1 .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none !important;
}
@media (max-width: 1499px) {
  .navbar.layout1 .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 16px;
  }
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  border-radius: 0px;
  padding: 25px 35px 30px 25px;
  margin-top: 16px;
  min-width: 240px;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.4rem 1rem;
  font-size: 17px;
  color: #3F5263;
  font-family: "OutfitRegular", sans-serif;
  line-height: 1.2;
  text-wrap: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, .navbar.layout1 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2ABDBF;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu {
  width: 100vw;
  left: 0;
  right: 0;
  top: 58px;
  -webkit-transform: none;
          transform: none;
  padding: 50px 35px 30px 35px;
  position: fixed;
  border-left: 0;
  border-right: 0;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu li {
  display: block;
  width: 100%;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item .image img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item .title {
  font-family: "OutfitRegular", sans-serif;
  font-size: 17px;
  color: #3F5263;
  margin: 0 10px;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item .title b, .navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item .title span {
  display: block;
  margin-bottom: 5px;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item .title b {
  font-family: "OutfitSemiBold", sans-serif;
}
.navbar.layout1 .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown-item:hover {
  background-color: #f4f5f6;
}
.navbar.layout1 .wrapper-lang .dropdown .dropdown-toggle.btn {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  font-family: "OutfitSemiBold", sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 0 15px 0 0;
}
.navbar.layout1 .wrapper-lang .dropdown .dropdown-toggle.btn.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.navbar.layout1 .wrapper-lang .dropdown .dropdown-toggle::after {
  margin-left: unset;
  vertical-align: unset;
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
  width: 11px;
  height: 6px;
  background-image: url(../images/icons/icon-caret-menu-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.navbar.layout1 .wrapper-lang .dropdown .dropdown-menu {
  min-width: 0;
}
.navbar.layout1 .wrapper-lang.mobile {
  display: none;
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .navbar.layout1 .wrapper-lang.mobile {
    display: block;
  }
}
.navbar.layout1 .wrapper-social {
  margin-right: 15px;
}
.navbar.layout1.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.1);
          box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.1);
}
.navbar.layout1.scrolled .navbar-brand .brand-light {
  display: none;
}
.navbar.layout1.scrolled .navbar-brand .brand-default {
  display: block;
}
.navbar.layout1.scrolled .navbar-nav .nav-item .nav-link {
  color: #3F5263;
}
.navbar.layout1.scrolled .navbar-nav .nav-item .nav-link::after {
  background-color: transparent;
}
.navbar.layout1.scrolled .navbar-nav .nav-item .nav-link:hover {
  color: #2ABDBF;
}
.navbar.layout1.scrolled .navbar-nav .nav-item .nav-link:hover::after {
  width: calc(100% - 3rem);
}
.navbar.layout1.scrolled .wrapper-lang .dropdown .dropdown-toggle.btn {
  color: #3F5263;
}
.navbar.layout1.scrolled .wrapper-lang .dropdown .dropdown-toggle.btn.btn-light {
  color: #3F5263;
}
.navbar.layout1.scrolled .wrapper-lang .dropdown .dropdown-toggle::after {
  background-image: url(../images/icons/icon-caret-menu.svg);
}
.navbar.layout1.scrolled .wrapper-social .social.layout1.transparent .social-item {
  background-color: #2ABDBF;
  color: #fff;
}
.navbar.layout1.scrolled .wrapper-social .social.layout1.transparent .social-item:hover {
  background-color: #219495;
  color: #fff;
}
.navbar.layout1:not(.navbar-home) {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.1);
          box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.1);
}
.navbar.layout1:not(.navbar-home) .navbar-brand .brand-light {
  display: none;
}
.navbar.layout1:not(.navbar-home) .navbar-brand .brand-default {
  display: block;
}
.navbar.layout1:not(.navbar-home) .navbar-nav .nav-item .nav-link {
  color: #3F5263;
}
.navbar.layout1:not(.navbar-home) .navbar-nav .nav-item .nav-link::after {
  background-color: transparent;
}
.navbar.layout1:not(.navbar-home) .navbar-nav .nav-item .nav-link:hover {
  color: #2ABDBF;
}
.navbar.layout1:not(.navbar-home) .navbar-nav .nav-item .nav-link:hover::after {
  width: calc(100% - 3rem);
}
.navbar.layout1:not(.navbar-home) .wrapper-lang .dropdown .dropdown-toggle.btn {
  color: #3F5263;
}
.navbar.layout1:not(.navbar-home) .wrapper-lang .dropdown .dropdown-toggle.btn.btn-light {
  color: #3F5263;
}
.navbar.layout1:not(.navbar-home) .wrapper-lang .dropdown .dropdown-toggle::after {
  background-image: url(../images/icons/icon-caret-menu.svg);
}
.navbar.layout1:not(.navbar-home) .wrapper-social .social.layout1.transparent .social-item {
  background-color: #2ABDBF;
  color: #fff;
}
.navbar.layout1:not(.navbar-home) .wrapper-social .social.layout1.transparent .social-item:hover {
  background-color: #219495;
  color: #fff;
}
@media (max-width: 1279px) {
  .navbar.layout1 .wrapper-social {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar.layout1 {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.1);
            box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.1);
  }
  .navbar.layout1 .navbar-brand .brand-light {
    display: none;
  }
  .navbar.layout1 .navbar-brand .brand-default {
    display: block;
  }
  .navbar.layout1 .navbar-nav .nav-item .nav-link {
    color: #3F5263;
  }
  .navbar.layout1 .navbar-nav .nav-item .nav-link::after {
    background-color: transparent;
  }
  .navbar.layout1 .navbar-nav .nav-item .nav-link:hover {
    color: #2ABDBF;
  }
  .navbar.layout1 .navbar-nav .nav-item .nav-link:hover::after {
    width: calc(100% - 3rem);
  }
  .navbar.layout1 .wrapper-lang .dropdown .dropdown-toggle.btn {
    color: #3F5263;
  }
  .navbar.layout1 .wrapper-lang .dropdown .dropdown-toggle.btn.btn-light {
    color: #3F5263;
  }
  .navbar.layout1 .wrapper-lang .dropdown .dropdown-toggle::after {
    background-image: url(../images/icons/icon-caret-menu.svg);
  }
  .navbar.layout1 .wrapper-social .social.layout1.transparent .social-item {
    background-color: #2ABDBF;
    color: #fff;
  }
  .navbar.layout1 .wrapper-social .social.layout1.transparent .social-item:hover {
    background-color: #219495;
    color: #fff;
  }
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1031;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar {
  position: fixed;
  left: -350px;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1033;
}
.sidebar.active {
  left: 0;
}
.sidebar .sidebar-close-btn {
  position: absolute;
  right: -20px;
  top: 15px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #2ABDBF;
  cursor: pointer;
  padding: 0;
}
.sidebar .sidebar-close-btn::before, .sidebar .sidebar-close-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
}
.sidebar .sidebar-close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sidebar .sidebar-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.sidebar .sidebar-close-btn:hover::before, .sidebar .sidebar-close-btn:hover::after {
  background-color: #eee;
}
.sidebar .sidebar-content {
  padding: 10px 20px 20px;
  color: #3F5263;
}
.sidebar .sidebar-content .sidebar-logo {
  margin-bottom: 25px;
}
.sidebar .sidebar-content .sidebar-logo img {
  max-height: 48px;
}
.sidebar .sidebar-content .sidebar-social {
  padding: 15px 0;
}
.sidebar .sidebar-content .menu-item {
  font-family: "OutfitRegular", sans-serif;
  padding: 10px 0;
  color: #3F5263;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidebar .sidebar-content .menu-item:hover {
  color: #219495;
}
.sidebar .sidebar-content .menu-item.has-submenu {
  position: relative;
}
.sidebar .sidebar-content .menu-item.has-submenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/icon-caret-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar .sidebar-content .submenu {
  display: none;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
  padding: 0px 15px 0px 15px;
  border-left: 2px solid #2ABDBF;
}
.sidebar .sidebar-content .submenu .submenu-item {
  font-family: "OutfitRegular", sans-serif;
  color: #3F5263;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidebar .sidebar-content .submenu .submenu-item:hover {
  color: #219495;
}
.sidebar .sidebar-content .submenu.show {
  display: block;
  max-height: 500px; /* Ajustar según sea necesario */
}

.sidebar-toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1032;
  padding: 10px;
}
.sidebar-toggle-btn .icon {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #3F5263;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sidebar-toggle-btn.active .icon {
  background-color: #3F5263;
}
.sidebar-toggle-btn.active .icon:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.sidebar-toggle-btn.active .icon:nth-child(2) {
  opacity: 0;
}
.sidebar-toggle-btn.active .icon:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
@media (min-width: 1200px) {
  .sidebar-toggle-btn {
    display: none;
  }
}

body.menu-active {
  overflow: hidden;
}

.footer.layout1 {
  padding: 80px 0 80px;
  background-color: #f5f6f7;
  font-family: "OutfitRegular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3F5263;
}
.footer.layout1 .footer-logo {
  margin-bottom: 20px;
}
.footer.layout1 .footer-menu {
  min-width: 225px;
}
@media (max-width: 1599px) {
  .footer.layout1 .footer-menu {
    min-width: 175px;
  }
}
@media (max-width: 1399px) {
  .footer.layout1 .footer-menu {
    min-width: 150px;
  }
}
.footer.layout1 .footer-social {
  min-width: 225px;
  padding-top: 20px;
}
@media (max-width: 1599px) {
  .footer.layout1 .footer-social {
    min-width: 175px;
  }
}
@media (max-width: 1399px) {
  .footer.layout1 .footer-social {
    min-width: 150px;
  }
}
.footer.layout1 .footer-newsletter {
  padding-top: 20px;
}
.footer.layout1 h4 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #3F5263;
  margin-bottom: 10px;
}
.footer.layout1 .nav-footer .nav-link {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "OutfitRegular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3F5263;
}
.footer.layout1 .nav-footer .nav-link:hover {
  color: #2ABDBF;
}
@media (max-width: 1399px) {
  .footer.layout1 .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer.layout1 {
    text-align: center;
  }
  .footer.layout1 .social.layout1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.layout1 .newsletter-container.layout1 {
    margin: auto;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2ABDBF;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.section-slider.layout1 {
  position: relative;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
}
.section-slider.layout1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.section-slider.layout1 .content .info h1 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 71px;
  letter-spacing: -1.5px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1599px) {
  .section-slider.layout1 .content .info h1 {
    font-size: 51px;
  }
}
@media (max-width: 991px) {
  .section-slider.layout1 .content .info h1 {
    font-size: 41px;
  }
}
@media (max-width: 575px) {
  .section-slider.layout1 .content .info h1 {
    font-size: 26px;
  }
}
.section-slider.layout1 .content .info h1 i {
  font-family: "Rolleteqaku", sans-serif;
  font-size: 160px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 0.5;
  color: #fff;
  display: block;
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .section-slider.layout1 .content .info h1 i {
    font-size: 115px;
  }
}
@media (max-width: 991px) {
  .section-slider.layout1 .content .info h1 i {
    font-size: 84px;
  }
}
@media (max-width: 575px) {
  .section-slider.layout1 .content .info h1 i {
    font-size: 56px;
  }
}
.section-slider.layout1 .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/misc/bg-degree.avif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}
.section-slider.layout1 .owl-hero .owl-item .hero-img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  .section-slider.layout1 .owl-hero .owl-item .hero-img {
    height: calc(100vh - 74px);
    max-height: calc(100vh - 74px);
  }
}
@media (max-width: 991px) {
  .section-slider.layout1 .owl-hero .owl-item .hero-img {
    max-height: 75vh;
  }
}
@media (max-width: 767px) {
  .section-slider.layout1 .owl-hero .owl-item .hero-img {
    max-height: 50vh;
  }
}
.section-slider.layout1 .owl-video .item {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.section-slider.layout1 .owl-video .item iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 16:9 aspect ratio -> (16/9) * 100vh */
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none; /* Evita que el usuario pause el video */
}
.section-slider.layout1 .wrapper-form-book {
  position: absolute;
  width: 100%;
  bottom: 100px;
}
@media (max-width: 991px) {
  .section-slider.layout1 .wrapper-form-book {
    display: none;
  }
}
.section-slider.layout1 .video-hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1; /* Para que el video quede de fondo */
}
.section-slider.layout1 .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* Cubre todo el espacio sin bandas negras */
}
.section-slider.layout1 .video-hero .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .section-slider.layout1 .video-hero {
    height: 75vh;
    width: 100%;
  }
  .section-slider.layout1 .video-hero video {
    min-height: 75vh;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-slider.layout1 .video-hero {
    height: 50vh;
  }
  .section-slider.layout1 .video-hero video {
    min-height: 50vh;
  }
}

.section-properties {
  padding: 80px 0 80px;
}
@media (max-width: 575px) {
  .section-properties {
    padding: 40px 0 40px;
  }
}
.section-properties .intro {
  margin-bottom: 40px;
}
.section-properties .intro p {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #3F5263;
}
@media (max-width: 1199px) {
  .section-properties .intro p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .section-properties .intro p {
    font-size: 16px;
  }
}
.section-properties .intro h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  letter-spacing: -1px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .section-properties .intro h2 {
    font-size: 29px;
  }
}
@media (max-width: 575px) {
  .section-properties .intro h2 {
    font-size: 24px;
  }
}
.section-properties .intro h2 span {
  color: #2ABDBF;
}
.section-properties .owl-properties .owl-stage-outer {
  padding-bottom: 45px;
}
.section-properties .owl-properties .owl-item {
  width: 360px !important;
}
@media (min-width: 576px) {
  .section-properties .owl-properties .owl-item {
    width: 561px !important;
  }
}
@media (min-width: 1200px) {
  .section-properties .owl-properties .owl-item {
    width: 731px !important;
  }
}
.section-properties .owl-properties .owl-item .item {
  position: relative;
}
.section-properties .owl-properties .owl-item .hero-img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .section-properties .owl-properties .owl-item .hero-img {
    height: 330px;
  }
}
.section-properties .owl-properties .owl-item .content {
  position: absolute;
  bottom: -60px;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.section-properties .owl-properties .owl-item .content .info {
  width: 100%;
  max-width: 389px;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  font-family: "OutfitRegular", sans-serif;
  font-size: 20px;
  color: #3F5263;
}
@media (max-width: 575px) {
  .section-properties .owl-properties .owl-item .content .info {
    font-size: 17px;
  }
}
.section-properties .owl-properties .owl-item .content .info a {
  text-decoration: none;
  font-family: "OutfitRegular", sans-serif;
  font-size: 17px;
  color: #2ABDBF;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 575px) {
  .section-properties .owl-properties .owl-item .content .info a {
    font-size: 14px;
  }
}
.section-properties .owl-properties .owl-item .content .info a:hover {
  color: #3F5263;
}
.section-properties .owl-properties .owl-item.active.center .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-villas {
  padding: 40px 0 120px;
}
@media (max-width: 575px) {
  .section-villas {
    padding: 20px 0 60px;
  }
}
.section-villas .intro {
  margin-bottom: 40px;
}
.section-villas .intro p {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #3F5263;
}
@media (max-width: 1199px) {
  .section-villas .intro p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .section-villas .intro p {
    font-size: 16px;
  }
}
.section-villas .intro h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  letter-spacing: -1px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .section-villas .intro h2 {
    font-size: 29px;
  }
}
@media (max-width: 575px) {
  .section-villas .intro h2 {
    font-size: 24px;
  }
}
.section-villas .intro h2 span {
  color: #2ABDBF;
}

.card-villa {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 450px;
  position: relative;
  margin: auto;
  z-index: 1;
}
.card-villa .card-image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.card-villa .card-image .post-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 2;
}
.card-villa .content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25%, rgba(0, 0, 0, 0.6166841737)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6166841737) -25%, rgba(0, 0, 0, 0) 50%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 10px;
  z-index: 3;
}
.card-villa .content .info {
  z-index: 4;
}
.card-villa .content .info .post-title {
  font-family: "OutfitBold", sans-serif;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0;
}
@media (max-width: 575px) {
  .card-villa .content .info .post-title {
    font-size: 18px;
  }
}
.card-villa .content .info .post-location {
  font-family: "OutfitBold", sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .card-villa .content .info .post-location {
    font-size: 14px;
  }
}
.card-villa .content .info .post-location span {
  margin: 0 5px;
}
.card-villa .content .info .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
.card-villa .content .info .post-details .post-detail {
  font-family: "OutfitMedium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .card-villa .content .info .post-details .post-detail {
    font-size: 14px;
  }
}
.card-villa .content .info .post-details .post-detail span {
  margin: 0 5px;
}
.card-villa .content .badge-luxury {
  position: absolute;
  top: -15px;
  left: 20px;
  z-index: 4;
}
.card-villa:hover .card-image .post-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1199px) {
  .card-villa {
    max-width: 400px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .card-villa {
    max-width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .card-villa {
    max-width: 300px;
    height: 300px;
  }
}

.owl-villas .owl-item {
  padding: 15px 0;
}

.card-category {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  max-width: 280px;
  height: auto;
}
.card-category .post-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.card-category .content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card-category .content .info {
  text-align: center;
  width: 100%;
}
.card-category .content .info .post-title {
  font-family: "OutfitSemiBold", sans-serif;
  font-size: 27px;
  color: #ffffff;
  margin: 0 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.card-category:hover .post-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card-category.rectangular {
  max-width: 280px;
  height: 390px;
}
.card-category.square {
  max-width: 340px;
  height: 264px;
}
.card-category.square .content .info {
  text-align: left;
}
.card-category.square .content .info .post-title {
  font-size: 26px;
}
@media (max-width: 1399px) {
  .card-category.square .content .info .post-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .card-category.square .content .info .post-title {
    font-size: 18px;
  }
}
.card-category.square.big {
  max-width: 720px;
  height: 553px;
}
.card-category.square.big .content .info .post-title {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .card-category.square.big .content .info .post-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .card-category.square.big .content .info .post-title {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .card-category.square.big {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .card-category.square.big {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .card-category.square.big {
    max-width: 100%;
    height: 384px;
  }
}
@media (max-width: 575px) {
  .card-category.square.big {
    max-width: 340px;
    height: 264px;
  }
}

.newsletter-container.layout1 {
  width: 300px;
}
.newsletter-container.layout1 .newsletter-form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input {
  width: 100%;
  padding: 10px 100px 10px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "OutfitRegular", sans-serif;
  font-size: 14px;
  color: #3F5263;
  position: relative;
  z-index: 2;
  height: 46px;
  background-color: #fff;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input::-webkit-input-placeholder {
  color: #999999;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input::-moz-placeholder {
  color: #999999;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input:-ms-input-placeholder {
  color: #999999;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input::-ms-input-placeholder {
  color: #999999;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input::placeholder {
  color: #999999;
}
.newsletter-container.layout1 .newsletter-form .newsletter-input:focus {
  border-color: #2ABDBF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newsletter-container.layout1 .newsletter-form .newsletter-button {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  font-family: "OutfitBold", sans-serif;
  font-size: 14px;
  color: #2ABDBF;
  border: none;
  background-color: transparent;
  padding: 0;
  z-index: 3;
}
.newsletter-container.layout1 .newsletter-form .newsletter-button:hover {
  color: #219495;
}

.section-home-1 {
  padding: 100px 0 80px;
  background-color: rgba(63, 82, 99, 0.1);
}
.section-home-1 .box {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 30px;
}
.section-home-1 .box .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}
.section-home-1 .box .box-info {
  text-align: center;
}
.section-home-1 .box .box-info .box-title {
  font-family: "OutfitMedium", sans-serif;
  font-size: 22px;
  color: #3F5263;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .section-home-1 .box .box-info .box-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .section-home-1 .box .box-info .box-title {
    font-size: 18px;
  }
}
.section-home-1 .box .box-info .box-text {
  font-family: "OutfitRegular", sans-serif;
  font-size: 16px;
  color: #999999;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1399px) {
  .section-home-1 .box .box-info .box-text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .section-home-1 .box .box-info .box-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-home-1 {
    padding: 80px 0 60px;
  }
  .section-home-1 .box {
    padding: 30px 10px;
  }
  .section-home-1 .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-home-1 {
    padding: 40px 0 40px;
  }
  .section-home-1 .box {
    padding: 0px 0px;
  }
}
@media (max-width: 575px) {
  .section-home-1 {
    padding: 50px 0 40px;
  }
}

.section-home-categories {
  padding: 80px 0 60px;
}
@media (max-width: 575px) {
  .section-home-categories {
    padding: 40px 0 30px;
  }
}
.section-home-categories .intro {
  margin-bottom: 40px;
}
.section-home-categories .intro p {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #3F5263;
}
@media (max-width: 1199px) {
  .section-home-categories .intro p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .section-home-categories .intro p {
    font-size: 16px;
  }
}
.section-home-categories .intro h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  letter-spacing: -1px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .section-home-categories .intro h2 {
    font-size: 29px;
  }
}
@media (max-width: 575px) {
  .section-home-categories .intro h2 {
    font-size: 24px;
  }
}
.section-home-categories .intro h2 span {
  color: #2ABDBF;
}

.section-expedition-book {
  padding: 60px 0 120px;
}
.section-expedition-book .image {
  position: relative;
}
.section-expedition-book .image > img {
  border-radius: 10px;
}
.section-expedition-book .image .floating {
  position: absolute;
  bottom: -70px;
  right: -285px;
}
@media (max-width: 1399px) {
  .section-expedition-book .image .floating {
    bottom: -100px;
  }
}
@media (max-width: 1199px) {
  .section-expedition-book .image .floating {
    right: -200px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book .image .floating {
    right: 0;
  }
}
@media (max-width: 767px) {
  .section-expedition-book .image .floating {
    bottom: -40px;
  }
}
@media (max-width: 575px) {
  .section-expedition-book .image .floating {
    bottom: -25px;
  }
}
.section-expedition-book .image .floating > img {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .section-expedition-book .image .floating > img {
    max-height: 280px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book .image .floating > img {
    max-height: 220px;
  }
}
@media (max-width: 767px) {
  .section-expedition-book .image .floating > img {
    max-height: 180px;
  }
}
@media (max-width: 575px) {
  .section-expedition-book .image .floating > img {
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  .section-expedition-book .image {
    padding-right: 80px;
  }
}
.section-expedition-book .info {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #999999;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .section-expedition-book .info {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-expedition-book .info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book .info .title img {
    max-height: 53px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .section-expedition-book .info .title img {
    max-height: 43px;
  }
}
.section-expedition-book .info h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 33px;
  color: #3F5263;
}
@media (max-width: 1399px) {
  .section-expedition-book .info h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-expedition-book .info h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .section-expedition-book .info {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book .info {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book {
    padding: 50px 0 80px;
  }
}
@media (max-width: 575px) {
  .section-expedition-book {
    padding: 40px 0 10px;
  }
}
.section-expedition-book.page {
  padding: 90px 0 270px;
}
.section-expedition-book.page .image .floating {
  bottom: -140px;
}
@media (max-width: 1399px) {
  .section-expedition-book.page .image .floating {
    bottom: -140px;
  }
}
@media (max-width: 575px) {
  .section-expedition-book.page .image .floating {
    bottom: -40px;
  }
}
@media (max-width: 1199px) {
  .section-expedition-book.page {
    padding: 70px 0 150px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book.page {
    padding: 50px 0 80px;
  }
}
@media (max-width: 991px) {
  .section-expedition-book.page .info {
    padding-top: 60px;
  }
}

.section-tripadvisor {
  padding: 60px 0 40px;
}
.section-tripadvisor .section-title {
  margin-bottom: 30px;
}
.section-tripadvisor .section-title h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-tripadvisor .section-title h2 {
    font-size: 29px;
  }
}
@media (max-width: 575px) {
  .section-tripadvisor .section-title h2 {
    font-size: 24px;
  }
}
.section-tripadvisor .section-title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #3F5263;
}
@media (max-width: 1199px) {
  .section-tripadvisor .section-title .subtitle {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .section-tripadvisor .section-title .subtitle {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-tripadvisor .section-title .subtitle img {
  margin-left: 5px;
}

.section-instagram {
  padding: 40px 0 80px;
}
.section-instagram .section-title {
  margin-bottom: 30px;
  font-family: "OutfitRegular", sans-serif;
  font-size: 14px;
  color: #3F5263;
  text-align: center;
}
.section-instagram .section-title a {
  font-family: "OutfitBold", sans-serif;
}

.page-contact .section-page-title {
  padding: 60px 0 40px;
  text-align: center;
}
.page-contact .section-page-title h1 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .page-contact .section-page-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .page-contact .section-page-title h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-contact .section-page-title h1 {
    font-size: 24px;
  }
}
.page-contact .section-contact {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-contact .section-contact .container {
    max-width: 1184px;
  }
}
.page-contact .section-contact .intro {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #999999;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .page-contact .section-contact .intro {
    font-size: 16px;
  }
}
.page-contact .section-contact .intro h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 33px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .page-contact .section-contact .intro h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .page-contact .section-contact .intro h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-contact .section-contact .intro h2 {
    font-size: 20px;
  }
}
.page-contact .section-contact .contact-info {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #999999;
  text-align: center;
}
@media (max-width: 575px) {
  .page-contact .section-contact .contact-info {
    font-size: 16px;
  }
}
.page-contact .section-contact .contact-info a {
  color: #999999;
}
.page-contact .section-contact .contact-info a:hover {
  color: #2ABDBF;
}
.page-contact .section-contact .contact-info a.color-text {
  color: #3F5263;
}
.page-contact .section-contact .contact-info a.color-text:hover {
  color: #2ABDBF;
}
.page-contact .section-contact .contact-info a.text-underline {
  text-decoration: underline;
}
.page-contact .section-contact .contact-info .contact-icon {
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .section-form {
  padding: 40px 0 100px;
}
@media (min-width: 992px) {
  .page-contact .section-form .container {
    max-width: 810px;
  }
}
.page-contact .section-form h3 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 28px;
  color: #3F5263;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .page-contact .section-form h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .page-contact .section-form h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .page-contact .section-form h3 {
    font-size: 20px;
  }
}
.page-contact .section-form .btn {
  width: 100%;
  max-width: 380px;
}

.page-management-program .section-management {
  padding: 60px 0 80px;
}
@media (min-width: 1600px) {
  .page-management-program .section-management .container {
    max-width: 1424px;
  }
}
.page-management-program .section-management .info {
  width: 100%;
  max-width: 500px;
  font-family: "OutfitRegular", sans-serif;
  font-size: 17px;
  color: #999999;
}
@media (max-width: 575px) {
  .page-management-program .section-management .info {
    font-size: 16px;
  }
}
.page-management-program .section-management .info h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .page-management-program .section-management .info h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-management-program .section-management .info h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-management-program .section-management .info h2 {
    font-size: 24px;
  }
}
.page-management-program .section-management .info h3 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 39px;
  color: #2ABDBF;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .page-management-program .section-management .info h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-management-program .section-management .info h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-management-program .section-management .info h3 {
    font-size: 24px;
  }
}
.page-management-program .section-management .info h4 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 22px;
  color: #3F5263;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .page-management-program .section-management .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .page-management-program .section-management .info h4 {
    font-size: 18px;
  }
}
.page-management-program .section-management .info .btn {
  font-size: 20px;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 575px) {
  .page-management-program .section-management .info .btn {
    font-size: 18px;
  }
}

.page-offers .section-title {
  padding: 60px 0 20px;
  text-align: center;
}
.page-offers .section-title h1 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .page-offers .section-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-offers .section-title h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-offers .section-title h1 {
    font-size: 24px;
  }
}
.page-offers .section-offers {
  padding: 20px 0 80px;
}
@media (min-width: 1600px) {
  .page-offers .section-offers .container {
    max-width: 1424px;
  }
}
.page-offers .section-offers .row-offer {
  padding: 40px 0;
}
.page-offers .section-offers .row-line hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0 0;
  opacity: 1;
}
.page-offers .section-offers .row-line:last-child {
  border-bottom: 0;
}
.page-offers .section-offers .info {
  width: 380px;
  max-width: 100%;
  font-family: "OutfitRegular", sans-serif;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 575px) {
  .page-offers .section-offers .info {
    font-size: 15px;
  }
}
.page-offers .section-offers .info h2 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .page-offers .section-offers .info h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-offers .section-offers .info h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-offers .section-offers .info h2 {
    font-size: 24px;
  }
}
.page-offers .section-offers .info h3 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 18px;
  color: #3F5263;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .page-offers .section-offers .info h3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .page-offers .section-offers .info h3 {
    font-size: 16px;
  }
}
.page-offers .section-offers .info p {
  margin: 10px 0;
}
.page-offers .section-offers .info .btn {
  font-size: 20px;
  width: 100%;
  max-width: 380px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .page-offers .section-offers .info .btn {
    font-size: 18px;
  }
}
.page-offers .section-offers .image {
  width: 100%;
  max-width: 860px;
  height: 484px;
}
.page-offers .section-offers .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .page-offers .section-offers .image {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .page-offers .section-offers .image {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .page-offers .section-offers .image {
    height: 240px;
  }
}

@media (min-width: 1600px) {
  .page-long-stay .container {
    max-width: 1424px;
  }
}
.page-long-stay .section-long-stay {
  padding: 60px 0 40px;
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay {
    padding: 30px 0 20px;
  }
}
.page-long-stay .section-long-stay .row-long-stay {
  padding: 60px 0;
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay .row-long-stay {
    padding: 40px 0;
  }
}
.page-long-stay .section-long-stay .row-line hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0 0;
  opacity: 1;
}
.page-long-stay .section-long-stay .info {
  width: 100%;
  max-width: 500px;
  font-family: "OutfitRegular", sans-serif;
  font-size: 17px;
  color: #999999;
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay .info {
    font-size: 16px;
  }
}
.page-long-stay .section-long-stay .info h2 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .page-long-stay .section-long-stay .info h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-long-stay .section-long-stay .info h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay .info h2 {
    font-size: 24px;
  }
}
.page-long-stay .section-long-stay .info h3 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 39px;
  color: #2ABDBF;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .page-long-stay .section-long-stay .info h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-long-stay .section-long-stay .info h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay .info h3 {
    font-size: 24px;
  }
}
.page-long-stay .section-long-stay .info h4 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 22px;
  color: #3F5263;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .page-long-stay .section-long-stay .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay .info h4 {
    font-size: 18px;
  }
}
.page-long-stay .section-long-stay .info .btn {
  font-size: 20px;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 575px) {
  .page-long-stay .section-long-stay .info .btn {
    font-size: 18px;
  }
}
.page-long-stay .section-accomodations {
  padding: 20px 0 80px;
}
.page-long-stay .section-accomodations h2 {
  font-family: "OutfitMedium", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1399px) {
  .page-long-stay .section-accomodations h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-long-stay .section-accomodations h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-long-stay .section-accomodations h2 {
    font-size: 24px;
  }
}
.page-long-stay .section-accomodations .box.box-accomodation {
  min-height: 265px;
}
.page-long-stay .section-accomodations .box.box-accomodation .box-icon {
  height: 80px;
}
.page-long-stay .section-accomodations .box.box-accomodation .box-info {
  text-align: center;
}

.section-archive-villas {
  padding: 60px 0 90px;
}
.section-archive-villas .intro {
  margin-bottom: 50px;
  font-size: 18px;
  color: #999999;
  font-family: "OutfitRegular", sans-serif;
}
@media (max-width: 767px) {
  .section-archive-villas .intro {
    font-size: 14px;
  }
}
.section-archive-villas .intro h1 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .section-archive-villas .intro h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .section-archive-villas .intro h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-archive-villas .intro h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .section-archive-villas .container {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .section-archive-villas .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .section-archive-villas .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .section-archive-villas .container {
    max-width: 1474px;
  }
}

.page-villas-single .villa-banner {
  position: relative;
  z-index: 1;
  height: calc(100vh - 75px);
}
.page-villas-single .villa-banner .owl-banner {
  position: relative;
  z-index: 2;
}
.page-villas-single .villa-banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: calc(100vh - 75px);
  z-index: 4;
}
.page-villas-single .villa-banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0;
  z-index: 5;
}
.page-villas-single .villa-banner .content .btn {
  font-size: 16px;
  font-family: "OutfitRegular", sans-serif;
}
@media (max-width: 1599px) {
  .page-villas-single .villa-banner {
    height: calc(90vh - 75px);
  }
  .page-villas-single .villa-banner .banner-img {
    height: calc(90vh - 75px);
  }
}
@media (max-width: 1365px) {
  .page-villas-single .villa-banner {
    height: calc(80vh - 75px);
  }
  .page-villas-single .villa-banner .banner-img {
    height: calc(80vh - 75px);
  }
}
@media (max-width: 1199px) {
  .page-villas-single .villa-banner {
    height: calc(70vh - 75px);
  }
  .page-villas-single .villa-banner .banner-img {
    height: calc(70vh - 75px);
  }
}
@media (max-width: 767px) {
  .page-villas-single .villa-banner {
    height: calc(50vh - 75px);
  }
  .page-villas-single .villa-banner .banner-img {
    height: calc(50vh - 75px);
  }
}
.page-villas-single .villa-content {
  z-index: 2;
}
.page-villas-single .villa-content .villa-info {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #999999;
  padding: 50px 0 100px;
}
.page-villas-single .villa-content .villa-info .block-title {
  font-family: "OutfitBold", sans-serif;
  font-size: 27px;
  color: #3F5263;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .page-villas-single .villa-content .villa-info .block-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .page-villas-single .villa-content .villa-info .block-title {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .page-villas-single .villa-content .villa-info .block-title {
    font-size: 18px;
  }
}
.page-villas-single .villa-content .villa-info .wrapper-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.page-villas-single .villa-content .villa-info .wrapper-block-title .block-title {
  margin-bottom: 0;
}
.page-villas-single .villa-content .villa-info .wrapper-block-title .btn {
  font-family: "OutfitRegular", sans-serif;
}
.page-villas-single .villa-content .villa-info hr {
  border-top: 1px solid #ddd;
  margin: 30px 0;
}
@media (max-width: 575px) {
  .page-villas-single .villa-content .villa-info hr {
    margin: 15px 0;
  }
}
.page-villas-single .villa-content .villa-info p, .page-villas-single .villa-content .villa-info ul {
  margin-bottom: 20px;
}
.page-villas-single .villa-content .villa-info .villa-name .title {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-villas-single .villa-content .villa-info .villa-name .title .icon {
  margin-right: 10px;
  width: 53px;
  height: 53px;
}
@media (max-width: 1399px) {
  .page-villas-single .villa-content .villa-info .villa-name .title {
    font-size: 30px;
  }
  .page-villas-single .villa-content .villa-info .villa-name .title .icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .page-villas-single .villa-content .villa-info .villa-name .title {
    font-size: 28px;
  }
  .page-villas-single .villa-content .villa-info .villa-name .title .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .page-villas-single .villa-content .villa-info .villa-name .title {
    font-size: 24px;
  }
  .page-villas-single .villa-content .villa-info .villa-name .title .icon {
    width: 35px;
    height: 35px;
  }
}
.page-villas-single .villa-content .villa-info .villa-name .location {
  font-family: "OutfitMedium", sans-serif;
  font-size: 18px;
  color: #3F5263;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-villas-single .villa-content .villa-info .villa-name .location i {
  margin-right: 7.5px;
}
@media (max-width: 767px) {
  .page-villas-single .villa-content .villa-info .villa-name .location {
    font-size: 14px;
  }
}
.page-villas-single .villa-content .villa-info .villa-name .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.page-villas-single .villa-content .villa-info .villa-name .details .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.page-villas-single .villa-content .villa-info .villa-name .details .detail i {
  margin-right: 10px;
}
.page-villas-single .villa-content .villa-info .villa-name .details .detail span {
  font-family: "OutfitMedium", sans-serif;
  font-size: 18px;
  color: #3F5263;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-villas-single .villa-content .villa-info .villa-name .details .detail span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-villas-single .villa-content .villa-info .villa-name .details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-villas-single .villa-content .villa-info .villa-name .details .detail {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
}
.page-villas-single .villa-content .villa-info .villa-description {
  padding: 0 0;
}
.page-villas-single .villa-content .villa-info .villa-amenities {
  padding: 0 0 30px;
}
.page-villas-single .villa-content .villa-info .villa-amenities ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.page-villas-single .villa-content .villa-info .villa-amenities ul li {
  background-image: url(../images/icons/icon-amenitites-check.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 15px;
  padding-left: 25px;
  margin: 12.5px 0;
}
@media (max-width: 575px) {
  .page-villas-single .villa-content .villa-info .villa-amenities ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.page-villas-single .villa-content .villa-info .villa-gallery .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.page-villas-single .villa-content .villa-info .villa-gallery .gallery .gallery-item {
  display: block;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
}
.page-villas-single .villa-content .villa-info .villa-gallery .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-villas-single .villa-content .villa-info .villa-gallery .gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .page-villas-single .villa-content .villa-info .villa-gallery .gallery {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .page-villas-single .villa-content .villa-info .villa-gallery .gallery .gallery-item {
    height: 150px;
  }
}
@media (min-width: 991px) {
  .page-villas-single .villa-content .villa-info {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .page-villas-single .villa-content .villa-info {
    padding: 20px 0 50px;
    font-size: 16px;
  }
}
.page-villas-single .villa-content .villa-form {
  width: 100%;
  max-width: 467px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  position: relative;
  top: -85px;
}
.page-villas-single .villa-content .villa-form .form-container {
  width: 100%;
  max-width: 448px;
  padding: 10px 0 10px;
}
.page-villas-single .villa-content .villa-form-wrapper {
  position: relative;
  height: 100%;
}
.page-villas-single .villa-content .villa-form-wrapper .villa-form.sticky {
  position: fixed;
  top: 85px;
  width: 100%;
  max-width: 467px;
}
.page-villas-single .villa-content .villa-form-wrapper .villa-form.bottom {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) {
  .page-villas-single .villa-content .villa-form-wrapper {
    display: none;
  }
}
@media (max-width: 1599px) {
  .page-villas-single .villa-content .villa-form,
  .page-villas-single .villa-content .villa-form-wrapper,
  .page-villas-single .villa-content .villa-form-wrapper .villa-form.sticky {
    max-width: 416px;
  }
}
@media (max-width: 1499px) {
  .page-villas-single .villa-content .villa-form,
  .page-villas-single .villa-content .villa-form-wrapper,
  .page-villas-single .villa-content .villa-form-wrapper .villa-form.sticky {
    max-width: 356px;
  }
}

.section-archive-properties {
  padding: 60px 0 90px;
}
.section-archive-properties .intro {
  margin-bottom: 50px;
  font-size: 18px;
  color: #999999;
}
@media (max-width: 767px) {
  .section-archive-properties .intro {
    font-size: 14px;
  }
}
.section-archive-properties .intro h1 {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .section-archive-properties .intro h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .section-archive-properties .intro h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-archive-properties .intro h1 {
    font-size: 24px;
  }
}

.page-properties-single .property-banner {
  position: relative;
  z-index: 1;
  height: calc(100vh - 75px);
}
.page-properties-single .property-banner .owl-banner {
  position: relative;
  z-index: 2;
}
.page-properties-single .property-banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: calc(100vh - 75px);
  z-index: 4;
}
.page-properties-single .property-banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0;
  z-index: 5;
}
.page-properties-single .property-banner .content .btn {
  font-size: 16px;
  font-family: "OutfitRegular", sans-serif;
}
@media (max-width: 1599px) {
  .page-properties-single .property-banner {
    height: calc(90vh - 75px);
  }
  .page-properties-single .property-banner .banner-img {
    height: calc(90vh - 75px);
  }
}
@media (max-width: 1365px) {
  .page-properties-single .property-banner {
    height: calc(80vh - 75px);
  }
  .page-properties-single .property-banner .banner-img {
    height: calc(80vh - 75px);
  }
}
@media (max-width: 1199px) {
  .page-properties-single .property-banner {
    height: calc(70vh - 75px);
  }
  .page-properties-single .property-banner .banner-img {
    height: calc(70vh - 75px);
  }
}
@media (max-width: 767px) {
  .page-properties-single .property-banner {
    height: calc(50vh - 75px);
  }
  .page-properties-single .property-banner .banner-img {
    height: calc(50vh - 75px);
  }
}
.page-properties-single .property-content {
  z-index: 2;
}
.page-properties-single .property-content .property-info {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #999999;
  padding: 50px 0 100px;
}
.page-properties-single .property-content .property-info .block-title {
  font-family: "OutfitBold", sans-serif;
  font-size: 27px;
  color: #3F5263;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .page-properties-single .property-content .property-info .block-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .page-properties-single .property-content .property-info .block-title {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .page-properties-single .property-content .property-info .block-title {
    font-size: 18px;
  }
}
.page-properties-single .property-content .property-info .wrapper-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.page-properties-single .property-content .property-info .wrapper-block-title .block-title {
  margin-bottom: 0;
}
.page-properties-single .property-content .property-info .wrapper-block-title .btn {
  font-family: "OutfitRegular", sans-serif;
}
.page-properties-single .property-content .property-info hr {
  border-top: 1px solid #ddd;
  margin: 30px 0;
}
@media (max-width: 575px) {
  .page-properties-single .property-content .property-info hr {
    margin: 15px 0;
  }
}
.page-properties-single .property-content .property-info p, .page-properties-single .property-content .property-info ul {
  margin-bottom: 20px;
}
.page-properties-single .property-content .property-info .property-name .title {
  font-family: "OutfitRegular", sans-serif;
  font-size: 39px;
  color: #3F5263;
  margin: 10px 0;
}
@media (max-width: 1399px) {
  .page-properties-single .property-content .property-info .property-name .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .page-properties-single .property-content .property-info .property-name .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-properties-single .property-content .property-info .property-name .title {
    font-size: 24px;
  }
}
.page-properties-single .property-content .property-info .property-name .location {
  font-family: "OutfitMedium", sans-serif;
  font-size: 18px;
  color: #3F5263;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-properties-single .property-content .property-info .property-name .location i {
  margin-right: 7.5px;
}
@media (max-width: 767px) {
  .page-properties-single .property-content .property-info .property-name .location {
    font-size: 14px;
  }
}
.page-properties-single .property-content .property-info .property-description {
  padding: 20px 0 0;
}
.page-properties-single .property-content .property-info .property-amenities .amenity .amenity-icon {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .page-properties-single .property-content .property-info .property-amenities .amenity .amenity-icon {
    height: 60px;
  }
  .page-properties-single .property-content .property-info .property-amenities .amenity .amenity-icon .icon {
    width: 40px;
    height: 40px;
  }
}
.page-properties-single .property-content .property-info .property-amenities .amenity .amenity-name {
  font-family: "OutfitRegular", sans-serif;
  font-size: 18px;
  color: #999999;
  text-align: center;
}
@media (max-width: 767px) {
  .page-properties-single .property-content .property-info .property-amenities .amenity .amenity-name {
    font-size: 14px;
  }
}
.page-properties-single .property-content .property-info .property-amenities .amenity.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7.5px 0;
}
.page-properties-single .property-content .property-info .property-amenities .amenity.inline .amenity-icon {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  opacity: 1;
}
.page-properties-single .property-content .property-info .property-amenities .amenity.inline .amenity-icon i {
  width: 28px;
  height: 28px;
}
.page-properties-single .property-content .property-info .property-amenities .amenity.inline .amenity-name {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 575px) {
  .page-properties-single .property-content .property-info .property-amenities .row-amenities .colitem-4,
  .page-properties-single .property-content .property-info .property-amenities .row-amenities .colitem-5 {
    display: none;
  }
}
.page-properties-single .property-content .property-info .property-accommodations .info {
  padding: 0 0 20px;
}
.page-properties-single .property-content .property-info .property-accommodations .accommodations .card-accommodation {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 240px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}
.page-properties-single .property-content .property-info .property-accommodations .accommodations .card-accommodation .accommodation-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-properties-single .property-content .property-info .property-accommodations .accommodations .card-accommodation .accommodation-content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-25%, rgba(0, 0, 0, 0.6166841737)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6166841737) -25%, rgba(0, 0, 0, 0) 50%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-properties-single .property-content .property-info .property-accommodations .accommodations .card-accommodation .accommodation-content .accommodation-info .title {
  font-family: "OutfitRegular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0;
}
@media (max-width: 575px) {
  .page-properties-single .property-content .property-info .property-accommodations .accommodations .card-accommodation .accommodation-content .accommodation-info .title {
    font-size: 16px;
  }
}
.page-properties-single .property-content .property-info .property-accommodations .accommodations .card-accommodation:hover .accommodation-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-properties-single .property-content .property-info .property-bars .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  max-height: 300px;
}
.page-properties-single .property-content .property-info .property-bars .info {
  padding: 30px 0 20px;
}
.page-properties-single .property-content .property-info .property-bars .info h4 {
  margin-top: 25px;
  margin-bottom: 5px;
}
.page-properties-single .property-content .property-info .property-bars .info .badge-gluten-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.page-properties-single .property-content .property-info .property-bars .info .badge-gluten-free .icon {
  margin-right: 10px;
}
.page-properties-single .property-content .property-info .property-bars .info .badge-gluten-free span {
  font-family: "OutfitRegular", sans-serif;
  font-size: 15px;
  color: #3F5263;
}
.page-properties-single .property-content .property-info .property-bars .info b, .page-properties-single .property-content .property-info .property-bars .info strong {
  font-family: "OutfitMedium", sans-serif;
  font-size: 18px;
  color: #3F5263;
}
.page-properties-single .property-content .property-info .property-gallery {
  padding: 0 0 15px;
}
.page-properties-single .property-content .property-info .property-gallery .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.page-properties-single .property-content .property-info .property-gallery .gallery .gallery-item {
  display: block;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
}
.page-properties-single .property-content .property-info .property-gallery .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-properties-single .property-content .property-info .property-gallery .gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .page-properties-single .property-content .property-info .property-gallery .gallery {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .page-properties-single .property-content .property-info .property-gallery .gallery .gallery-item {
    height: 150px;
  }
}
.page-properties-single .property-content .property-info .property-activities {
  padding: 0 0 15px;
}
.page-properties-single .property-content .property-info .property-activities .activity {
  margin-bottom: 30px;
}
.page-properties-single .property-content .property-info .property-activities .activity .activity-image {
  width: 100%;
  height: 210px;
  max-width: 280px;
  overflow: hidden;
  border-radius: 10px;
}
.page-properties-single .property-content .property-info .property-activities .activity .activity-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-properties-single .property-content .property-info .property-activities .activity .activity-name {
  font-family: "OutfitRegular", sans-serif;
  font-size: 16px;
  color: #999999;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .page-properties-single .property-content .property-info .property-activities .activity .activity-name {
    font-size: 14px;
  }
}
.page-properties-single .property-content .property-info .property-activities .activity:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-properties-single .property-content .property-info .property-maps .map {
  width: 100%;
  height: 352px;
  border-radius: 0px;
  margin: 0px 0;
}
.page-properties-single .property-content .property-info .property-maps .map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0px;
}
@media (min-width: 991px) {
  .page-properties-single .property-content .property-info {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .page-properties-single .property-content .property-info {
    padding: 20px 0 50px;
    font-size: 16px;
  }
}
.page-properties-single .property-content .property-form {
  width: 100%;
  max-width: 467px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  position: relative;
  top: -75px;
}
.page-properties-single .property-content .property-form .form-container {
  width: 100%;
  max-width: 448px;
  padding: 10px 0 10px;
}
.page-properties-single .property-content .property-form-wrapper {
  position: relative;
  height: 100%;
}
.page-properties-single .property-content .property-form-wrapper .property-form.sticky {
  position: fixed;
  top: 85px;
  width: 100%;
  max-width: 467px;
}
.page-properties-single .property-content .property-form-wrapper .property-form.bottom {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) {
  .page-properties-single .property-content .property-form-wrapper {
    display: none;
  }
}
@media (max-width: 1599px) {
  .page-properties-single .property-content .property-form,
  .page-properties-single .property-content .property-form-wrapper,
  .page-properties-single .property-content .property-form-wrapper .property-form.sticky {
    max-width: 416px;
  }
}
@media (max-width: 1499px) {
  .page-properties-single .property-content .property-form,
  .page-properties-single .property-content .property-form-wrapper,
  .page-properties-single .property-content .property-form-wrapper .property-form.sticky {
    max-width: 356px;
  }
}