@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
:root {
  --corporativo_1: #082321;
  --corporativo_2: #c3cb82;
  --corporativo_2-dark: #91994c;
  --gris-claro: #f6f6f3;
  --swiper-navigation-size: 34px;
  --bs-body-color: #363636;

  --shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
html,
body {
  height: 100%;
}
body > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
body > form > #vue {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
a {
  color: var(--corporativo_2);
  text-decoration: none;
}
a:hover {
  color: var(--corporativo_1);
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--corporativo_1);
  font-weight: 700;
}
.bg-gris-claro {
  background-color: var(--gris-claro);
}
.bg-oscuro {
  background-color: #2c2a27;
}
.pt-60 {
  padding-top: 30px !important;
}
.py-60 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-100 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pb-100 {
  padding-bottom: 50px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 15px !important;
}
.mb-40 {
  margin-bottom: 20px !important;
}

@media (min-width: 1200px) {
  .pt-60 {
    padding-top: 60px !important;
  }
  .py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
.blend-mode {
  mix-blend-mode: multiply;
}
header {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1040;
  transition: 0.75s ease;
}
.degradado {
  background-color: rgba(14, 56, 52, 1);
}
header.sticky {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
  background-color: var(--corporativo_1);
  padding-bottom: 0;
}
header.bg-white {
  box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
}
header #logo .logo_normal {
  display: block;
}
header #logo .logo_sticky,
header.sticky #logo .logo_normal,
header.bg-white #logo .logo_normal {
  display: none;
}
header.sticky #logo .logo_sticky,
header.bg-white #logo .logo_sticky {
  display: block;
}
.navigation-container {
  background-color: var(--corporativo_1);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.875rem;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--corporativo_2);
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--corporativo_2);
  width: fit-content;
}
.navbar-nav .nav-link.active:after {
  content: " ";
  background-color: var(--corporativo_2);
  display: block;
  height: 2px;
  width: 100%;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1400px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

header .navbar-dark .navbar-toggler {
  border-color: transparent;
}
header.sticky .navbar-dark .navbar-toggler,
header.bg-white .navbar-dark .navbar-toggler {
  color: var(--corporativo_1);
  border-color: transparent;
}
header
  .navbar-dark
  .navbar-toggler
  .navbar-toggler-icon
  header.sticky
  .navbar-dark
  .navbar-toggler
  .navbar-toggler-icon,
header.bg-white .navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.cap-imatge {
  height: 150px;
}
.cap-nom-preu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  padding: 20px 0;
}
.cap-nom-preu h1 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: lighter;
}
.cap-nom-preu span {
  font-size: 2rem;
}
.cap-frase {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background-image: radial-gradient(
      circle at 13% 47%,
      rgba(140, 140, 140, 0.03) 0%,
      rgba(140, 140, 140, 0.03) 25%,
      transparent 25%,
      transparent 100%
    ),
    radial-gradient(
      circle at 28% 63%,
      rgba(143, 143, 143, 0.03) 0%,
      rgba(143, 143, 143, 0.03) 16%,
      transparent 16%,
      transparent 100%
    ),
    radial-gradient(
      circle at 81% 56%,
      rgba(65, 65, 65, 0.03) 0%,
      rgba(65, 65, 65, 0.03) 12%,
      transparent 12%,
      transparent 100%
    ),
    radial-gradient(
      circle at 26% 48%,
      rgba(60, 60, 60, 0.03) 0%,
      rgba(60, 60, 60, 0.03) 6%,
      transparent 6%,
      transparent 100%
    ),
    radial-gradient(
      circle at 97% 17%,
      rgba(150, 150, 150, 0.03) 0%,
      rgba(150, 150, 150, 0.03) 56%,
      transparent 56%,
      transparent 100%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(25, 25, 25, 0.03) 0%,
      rgba(25, 25, 25, 0.03) 36%,
      transparent 36%,
      transparent 100%
    ),
    radial-gradient(
      circle at 55% 52%,
      rgb(195, 203, 130) 0%,
      rgb(195, 203, 130) 6%,
      transparent 6%,
      transparent 100%
    ),
    linear-gradient(90deg, rgb(195, 203, 130), rgb(195, 203, 130));
}
.cap-frase h1 {
  max-width: 800px;
  padding: 0 15px;
}
.cap-frase,
.cap-frase h1 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cap-imatge {
    width: 93%;
    display: block;
    margin: 2.5rem auto;
    border-radius: 1.2rem;
  }
  .cap-frase {
    height: 100%;
    border-radius: 1.2rem;
  }
  .cap-frase,
  .cap-frase h1 {
    font-size: 32px;
  }
  @media (min-width: 1200px) {
    .cap-imatge {
      height: 15.625rem;
    }
    .cap-frase h1 {
      font-size: 36px;
    }
  }
  .swiper-carrusel {
    display: block;
    margin: 38px auto;
    width: 96% !important;
    border-radius: 1.25rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 100) !important;
  }
}
.como-funciona-swiper-buttons {
  position: inherit;
}
.contenidor-carrusel-cercador {
  position: relative;
}
.swiper-carrusel .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.portada-frase {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50% -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .swiper-carrusel .swiper-slide::before {
    width: 48vw !important;
  }
  .portada-frase {
    width: 30vw;
    max-width: 800px;
    position: absolute;
    left: 101px;
    -ms-transform: translate(0 -50%);
    transform: translate(0, -50%);
  }
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
  background-color: var(--corporativo_1);
}
.centered-swiper-buttons {
  position: inherit;
  margin-right: 15px;
}
.review-container-buttons {
    max-width: 100px;
}
.portada-frase h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.portada-frase p {
  color: #fff;
}
.portada-cercador {
  background-color: rgba(14, 56, 52, 1);
}
.selector-buscador {
  position: absolute;
  top: -2.15rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  z-index: 1;
}
.partners {
  margin-top: 5rem;
}
@media (min-width: 576px) {
  .portada-frase h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .portada-frase h1 {
    font-size: 40px;
  }
  .portada-cercador {
    bottom: 60px;
    z-index: 2;
    padding: 30px 40px;
    margin-top: -2.1rem;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 0%);
    border-radius: 1.25rem;
  }
}
.swiper-reviews {
  border-radius: 1.25rem;
}
@media (min-width: 992px) {
  .portada-frase h1 {
    font-size: 48px;
  }
  .swiper-reviews {
    position: absolute;
    margin-top: -9.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }
  .puntos-footer {
    margin-bottom: 4rem;
  }
  .review-container-buttons {
    max-width: auto;
    margin-top: 0px;
}
  .centered-swiper-buttons {
    position: absolute;
    margin-right: 0;
  }
}
.puntos-destacados {
  text-align: center;
  border-radius: 1.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 60px 60px -50px 60px;
}
.slider-destacados {
  border-radius: 1.25rem;
}
.puntos-destacados .titol {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--corporativo_2);
}
.puntos-destacados i {
  font-weight: 200;
  position: absolute;
  top: 48px;
  transform: translate(-50%, -50%);
}
.iconos-puntos-destacados {
  background-color: var(--corporativo_2);
  margin: 0 auto;
  color: var(--corporativo_1);
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
}
.image-puntos {
  position: relative;
  border-radius: 1.25rem 1.25rem 0 0;
}
.image-destacados {
  border-radius: 1.25rem 1.25rem 0 0;
}
.tab-destacados {
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid rgba(8, 35, 33, .9);
    width: fit-content;
    display: block;
    margin: 1.5rem auto;
    padding: 0 1rem;
}
.apartamentos-destacados {
    background-color: #f6f6f3;
}
.apartamentos-destacados > .contenedor {
  width: 100%;
  max-width: 110rem;
  margin: 30px auto;
}
.apartamentos-destacados h2 {
  margin-bottom: 30px;
  text-align: center;
}
.apartamentos-destacados .titulo-apartamento {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.apartamentos-destacados .titulo-apartamento a {
  color: var(--corporativo_1);
}
.apartamentos-destacados a .contenedor {
  position: relative;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.apartamentos-destacados a:hover {
  text-decoration: none;
}
.precio {
  font-size: 26px;
  font-weight: 700;
  text-align: right;
  color: var(--corporativo_1);
}
.concepto {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}
.price-container {
  width: fit-content;
  height: fit-content;
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.moneda {
  font-weight: 400;
}
.apartamentos-destacados .contenedor p strong {
  font-size: 28px;
}
.ubicacion {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px;
  top: 0;
  margin: 0;
  border-radius: 1.25rem 0;
  color: #fff;
  background-color: var(--corporativo_1);
}
.ubicacion-alquiler {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px;
  top: 0;
  margin: 0;
  border-radius: 1.25rem 0;
  color: #fff;
  background-color: var(--corporativo_3);
}
.apartamentos-destacados .caracteristicas {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 0 8px 0;
  color: var(--corporativo_1);
}
.apartamentos-destacados .caracteristicas small {
  margin-right: 4px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .apartamentos-destacados {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.fa-location-dot::before {
  content: "\f3c5";
}

.destacados-footer {
  background-color: #fff;
  margin: 30px 0;
}
.destacados-footer a {
  text-decoration: none;
}
.destacados-footer .contenedor {
  box-shadow: 0 0 16px 0 rgba(23, 26, 15, 0.05) !important;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 16px 0 rgba(23, 26, 15, 0.05) !important;
}
.destacados-footer .contenedor:hover {
  -webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.destacados-footer .frase {
  color: var(--corporativo_1);
  font-size: 18px;
  margin-bottom: 30px;
}
.destacados-footer .titulo {
  font-size: 22px;
}
.destacados-footer .texto {
  color: var(--corporativo_1);
}
.destacados-footer .card-img-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 235px;
}
@media (min-width: 768px) {
  .destacados-footer {
    margin: 30px 0;
  }
}
.redes-sociales > li {
  background-color: #fff;
  border-radius: 50%;
}
.redes-sociales > li:not(:last-child) {
  margin-right: 1rem;
}
.redes-sociales > li:first-child {
  background-color: #3f729b;
  padding: 0 11.5px;
  border-radius: 50%;
}
.redes-sociales > li:nth-child(2) {
  background-color: #ff0080;
  padding: 0 9.5px;
  border-radius: 50%;
}
.fa-instagram {
  padding-top: 4px;
}

.banner-home-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
  width: 18.75rem;
  border-radius: 50% !important;
  display: block;
  margin: 0 auto;
}
.banner-image-container {
  top: 80px;
  margin-bottom: 80px;
}
.shape {
  position: absolute;
  top: -30px;
  left: 280px;
  width: 6.25rem;
  height: 6.25rem;
  background: transparent;
  border: 2px solid var(--corporativo_2);
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation: appShape 4s linear infinite;
  display: block;
  z-index: 9;
}
.shape-small {
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: transparent;
  border: 2px solid var(--corporativo_2) !important;
  border: 0;
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation: appShape 4s linear infinite;
  display: block;
  z-index: 99;
  -webkit-animation: appShape 4s linear infinite;
  -webkit-border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  -moz-border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  -ms-border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  -o-border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  z-index: -1;
}
@media (min-width: 768px) {
  .banner-image-container {
    margin-top: -100px;
    margin-bottom: 0;
  }
  .shape {
    right: 15.625rem;
    left: inherit;
    width: 9.375rem;
    height: 9.375rem;
  }
}
@keyframes appShape {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
.ratio:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.circle-detail {
  width: 100px;
  height: 100px;
  border: 2px solid var(--corporativo_2);
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 280px;
}
.circle-detail-2 {
  width: 100px;
  height: 100px;
  border: 2px solid var(--corporativo_2);
  background-color: var(--corporativo_2);
  border-radius: 50%;
  position: absolute;
  bottom: -400px;
  right: 50px;
}
@media (min-width: 768px) {
  .banner-home-img {
    min-height: 25rem;
    min-width: 25rem;
  }
  .circle-detail {
    min-width: 200px;
    min-height: 200px;
  }
}
.banner-home-texto .titulo {
  color: var(--bs-body-color);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.banner-home-texto .texto {
  color: var(--bs-body-color);
  font-size: 18px;
  margin-bottom: 40px;
}
.ratio {
  position: relative;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio:before {
  display: block;
  padding-top: 50%;
  content: "";
}
.partners ul {
  flex-wrap: wrap;
  flex-direction: column;
}
.partners ul li img {
  height: 50px;
}
@media (min-width: 768px) {
  .partners ul {
    flex-direction: row;
  }
}
footer {
  background-color: var(--corporativo_1);
  padding: 50px 0 30px 0;
  color: #fff;
}
footer .border-top {
  border-color: #a5a5a5;
}
footer a {
  color: #fff;
  transition: all 0.2s;
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
footer .titol {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
footer .tel,
footer .whatsapp,
footer .correo-electronico {
  display: block;
}
footer .copyright {
  color: #fff;
  font-size: 14px;
}
footer .enlaces {
  display: inline;
  font-size: 14px;
  font-weight: 700;
}
footer .enlaces a {
  color: #fff;
}
footer .pago-seguro {
  color: #999;
}
.breadcrumbs {
  background-color: #333;
  padding: 10px 0;
  font-size: 12px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  color: #888;
}
.breadcrumbs ul li:first-child {
  padding-left: 20px;
}
.breadcrumbs ul li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f015";
  position: absolute;
  left: 0;
  top: 1px;
  color: #fff;
}
.breadcrumbs ul li a {
  color: #fff;
  opacity: 0.7;
}
.breadcrumbs ul li a:hover {
  color: #fff;
  opacity: 1;
}
.breadcrumbs ul li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}
.breadcrumbs ul li:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 2px;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}
.card {
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
}
.card-puntos {
  border: 0px;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  border-radius: 1.25rem;
}



.image-puntos:before,
.image-puntos:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.image-puntos:before,
.image-puntos:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.image-puntos:before {
  width: 0;
  height: 3px;
}

.image-puntos:after {
  height: 0;
  width: 3px;
}

.image-puntos:hover:before,
.image-puntos.hover:before,
.image-puntos:hover:after,
.image-puntos.hover:after {
  opacity: 1;
}

.image-puntos:hover:before,
.image-puntos.hover:before {
  width: 60px;
}

.image-puntos:hover:after,
.image-puntos.hover:after {
  height: 60px;
}

.image-puntos:hover {
    filter: grayscale(80%);
}

aside .card .titulo {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.extra-info .titulo,
.extra-info .tel {
  margin-bottom: 0;
}

.listado .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.listado .card a {
  text-decoration: none;
}
.listado .card-body.contenido {
  padding: 0;
}
.llistat-premium-imagen {
  border-radius: 1.25rem 1.25rem 0 0;
}
@media (min-width: 768px) {
  .listado .card-body.contenido {
    padding: 1.25rem;
  }
  .llistat-premium-imagen {
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
.container-buscador-listado {
  margin: 2.5rem;
}
.llistat-premium-card {
  border-radius: 1.5rem;
}

@media (min-width: 1200px) {
  .container-buscador-listado {
    padding: 2.5rem;
    width: 60%;
    display: block;
    margin: 0 auto;
    background-color: var(--gris-claro);
    border-radius: 1.5rem;
    margin-top: -6.25rem;
    margin-bottom: 3.75rem;
    box-shadow: var(--shadow);
  }
  .apartamentos-destacados {
    padding-top: 200px !important;
}
}
.listado .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listado h3 {
  font-size: 20px;
  font-weight: 700;
}
.listado p {
  color: var(--corporativo_1);
}
.listado .caracteristicas i,
.grid-vista .caracteristicas i {
  color: var(--corporativo_1);
}
.listado .caracteristicas i + small,
.grid-vista .caracteristicas i + small {
  color: var(--corporativo_1);
}
.caracteristicas-list {
  border-radius: 0 0 1.25rem 1.25rem;
}
.listado .contenedor-precios,
.grid-vista .contenedor-precios {
  text-align: right;
  color: var(--corporativo_1);
}
.listado .literal-precio-mes,
.grid-vista .literal-precio-mes {
  color: #999;
  font-size: 13px;
}
.listado .precio-mes,
.grid-vista .precio-mes {
  font-weight: 700;
  font-size: 18px;
  color: var(--corporativo_2);
  position: relative;
  padding-right: 10px;
}
.listado .contenedor-precios .concepto,
.grid-vista .contenedor-precios .concepto,
.list-vista .precio-concepto {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
  color: #999;
}
.listado .precio-mes::after,
.grid-vista .precio-mes::after,
.list-vista .precio-mes::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "|";
  font-weight: 300;
  font-size: 12px;
  display: inline;
  color: #999;
}
.listado .contenedor-precios .precio,
.grid-vista .contenedor-precios .precio {
  font-size: 18px;
  font-weight: 700;
}
.listado .contenedor-precios .moneda,
.grid-vista .contenedor-precios .moneda {
  font-weight: 400;
}
.listado .estrellas {
  margin-left: 20px;
}
.listado .estrellas ul li {
  margin-left: 4px;
  margin-right: 0 !important;
}
.listado .estrellas i {
  color: var(--corporativo_2);
}
.listado .estrellas ul li:first-child {
  margin-left: 0;
}
.caracteristicas {
  justify-content: space-around;
  padding: 5px;
  background-color: rgba(195, 203, 130, 0.8);
}
.border-radius {
  border-radius: 0 0 1.25rem 1.25rem;
}
.me-2 {
  font-size: 20px;
}
.caracteristicas-ficha {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.caracteristicas-ficha li {
  color: #666;
  margin-right: 15px;
}
.caracteristicas-ficha li span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .caracteristicas-ficha {
    margin-top: 0;
  }
  .caracteristicas-ficha li {
    margin-right: 30px;
  }
}
.equipamiento .contenedor-titular {
  margin: 30px 0;
}
.equipamiento h4 {
  font-size: 14px;
  font-weight: bold;
}
.equipamiento ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .equipamiento ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.equipamiento ul li,
.restricciones ul li {
  font-size: 14px;
  line-height: 1.8;
  color: var(--bs-body-color);
}
.equipamiento ul li i,
.restricciones ul li i.fa-check {
  color: var(--corporativo_1);
}
.equipamiento ul.restriccions li i,
.restricciones ul li i.fa-times {
  color: #f44336;
}
.ficha .distribucion h3 {
  margin-bottom: 5px;
}
.distribucion .texto,
.normas .texto {
  font-size: 14px;
  line-height: 1.8;
  color: var(--bs-body-color);
}
.swiper-container,
.swiper-slide img {
  width: 100%;
}

.swiper-carrusel {
  width: 100%;
  height: 40vh;
}
.swiper-apartamentos-destacados {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.swiper-apartamentos-destacados .swiper-slide a {
  text-decoration: none;
}
.swiper-apartamentos-destacados .swiper-wrapper,
.swiper-apartamentos-destacados .swiper-slide {
  height: initial;
}
.swiper-apartamentos-destacados .swiper-slide {
  background-color: #fff;
}
.swiper-apartamentos-destacados .swiper-slide img {
  width: 100%;
  height: 11.5625rem;
  object-fit: cover;
}
.apartamentos-destacados a .contenedor .foto {
  overflow: hidden;
}
.apartamentos-destacados a .contenedor img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.apartamentos-destacados a:hover .contenedor img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.apartamentos-destacados a .contenedor .cuerpo {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .swiper-apartamentos-destacados .swiper-slide img {
    height: 200px;
  }
  .portada-frase h1 {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .swiper-apartamentos-destacados .swiper-slide img {
    height: 250px;
  }
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffb431'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffb431'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
  right: -20px;
}
.swiper-button-prev {
  left: -20px !important;
}
.fa-quote-right::before {
  content: "\f10e";
  color: var(--corporativo_2);
  font-size: 3.125rem;
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
}
@media (min-width: 576px) {
  .swiper-carrusel {
    height: 60vh;
  }
}
.leyenda-calendarios {
  padding: 1em 0;
}
.leyenda-calendarios ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.leyenda-calendarios ul li {
  float: left;
  margin-right: 10px;
}
.leyenda-calendarios span {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  padding: 4px;
}
.leyenda-calendarios span.diesEscollits {
  color: #fff;
  background-color: #85c99d;
}
.leyenda-calendarios span.diesDisponibles {
  color: #000;
}
.leyenda-calendarios span.diesNoDisponibles {
  color: #a3a2a2;
  text-decoration: line-through;
  background-color: #e8e8e8;
}
.bg-white {
  background: white;
}
.form_title {
  margin-bottom: 10px;
}
.form_title h3 {
  margin: 0;
  padding: 0;
}
.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}

.self-building-square-spinner,
.self-building-square-spinner * {
  box-sizing: border-box;
}
.self-building-square-spinner {
  height: 40px;
  width: 40px;
  top: calc(-10px * 2 / 3);
  margin: auto;
}
.self-building-square-spinner .square {
  height: 10px;
  width: 10px;
  top: calc(-10px * 2 / 3);
  margin-right: calc(10px / 3);
  margin-top: calc(10px / 3);
  background: var(--corporativo_2);
  float: left;
  position: relative;
  opacity: 0;
  animation: self-building-square-spinner 6s infinite;
}
.self-building-square-spinner .square:nth-child(1) {
  animation-delay: calc(300ms * 6);
}
.self-building-square-spinner .square:nth-child(2) {
  animation-delay: calc(300ms * 7);
}
.self-building-square-spinner .square:nth-child(3) {
  animation-delay: calc(300ms * 8);
}
.self-building-square-spinner .square:nth-child(4) {
  animation-delay: calc(300ms * 3);
}
.self-building-square-spinner .square:nth-child(5) {
  animation-delay: calc(300ms * 4);
}
.self-building-square-spinner .square:nth-child(6) {
  animation-delay: calc(300ms * 5);
}
.self-building-square-spinner .square:nth-child(7) {
  animation-delay: calc(300ms * 0);
}
.self-building-square-spinner .square:nth-child(8) {
  animation-delay: calc(300ms * 1);
}
.self-building-square-spinner .square:nth-child(9) {
  animation-delay: calc(300ms * 2);
}
.self-building-square-spinner .clear {
  clear: both;
}
@keyframes self-building-square-spinner {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
    top: 0;
  }
  50.9% {
    opacity: 1;
    top: 0;
  }
  55.9% {
    opacity: 0;
    top: inherit;
  }
}
.portada-cercador label {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--corporativo_2);
}
aside .buscador-disponibilidad label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
input.llegada,
input.salida {
  background: #fff url(../img/icono-calendario.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
}
input.llegada:hover,
input.salida:hover {
  background: #fff url(../img/icono-calendario2.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
  border: 1px solid var(--corporativo_1);
}
.portada-cercador input.llegada,
.portada-cercador input.salida {
  background: transparent url(../img/icono-calendario.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
}
.portada-cercador input.llegada:hover,
.portada-cercador input.salida:hover {
  background: #fff url(../img/icono-calendario2.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
  border: 1px solid var(--corporativo_2);
  color: #000;
}
.portada-cercador .form-control {
  color: #fff;
}
.form-control {
  font-size: 0.875rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.7rem 1rem;
}
.form-select {
  font-size: 0.875rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
select option {
  color: #171a0f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  aside input.llegada,
  aside input.salida,
  aside input.llegada:hover,
  aside input.salida:hover,
  aside select.huespedes,
  aside select.huespedes:hover {
    background-image: none;
  }
}
.portada-cercador select.huespedes {
  background: transparent url(../img/icono-personas.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  color: #fff;
}
.portada-cercador select.huespedes:hover {
  background: #fff url(../img/icono-personas2.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
  border: 1px solid var(--corporativo_2);
  color: #000;
}
select.huespedes {
  background: #fff url(../img/icono-personas.svg) right 0.75rem center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
select.huespedes:hover {
  background: #fff url(../img/icono-personas2.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
  border: 1px solid var(--corporativo_1);
}
.portada-cercador select.destino {
  background: transparent url(../img/icono-destino.svg) right 0.75rem center
    no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  color: #fff;
}
.portada-cercador select.destino:hover {
  background: #fff url(../img/icono-destino2.svg) right 0.75rem center no-repeat;
  background-size: 24px 24px;
  border: 1px solid var(--corporativo_2);
  color: #000;
}
select.destino {
  background: #fff url(../img/icono-destino.svg) right 0.75rem center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
select.destino:hover {
  background: #fff url(../img/icono-destino2.svg) right 0.75rem center no-repeat;
  background-size: 24px 24px;
  border: 1px solid var(--corporativo_1);
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-chart-mixed::before {
  content: "\f643";
}
.btn {
  padding: 0.7rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 50rem !important;
  text-transform: uppercase;
}
.btn-1 {
  font-weight: 500;
  color: #fff !important;
  background-color: var(--corporativo_1);
}
.btn-1:hover {
  color: var(--corporativo_1) !important;
  background-color: #fff;
  border: 1px solid var(--corporativo_1);
}
.btn-2 {
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--bs-body-color);
  background-color: var(--corporativo_2);
}
.btn-2:hover {
  color: var(--corporativo_2-dark) !important;
  background-color: #fff;
  border: 1px solid var(--corporativo_2-dark);
}
.btn-2-outline {
  color: var(--corporativo_2-dark);
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid var(--corporativo_2-dark);
}
.btn-2-outline:hover {
  color: var(--bs-body-color);
  border: 1px solid var(--corporativo_2) !important;
  background-color: var(--corporativo_2);
  border: 0;
}
.btn-tab {
  border-radius: 0.375rem 0.375rem 0 0;
  background-color: rgba(14, 56, 52, 1);
  color: #fff;
  padding: 0.4rem 1.5rem 0.4rem 1.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(14, 56, 52, 1);
}

.btn-inactive {
  font-weight: 500;
  color: var(--corporativo_1);
  background-color: var(--corporativo_2);
  border: 1px solid var(--corporativo_2);
}
.btn-inactive:hover {
  color: var(--corporativo_2-dark) !important;
  border: 1px solid var(--corporativo_2-dark) !important;
  background-color: #fff;
}
.contenedor-cabecera-listado {
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
}
.contenedor-cabecera-listado .nav-pills .nav-link.active {
  background-color: transparent;
  color: #222;
}
.contenedor-cabecera-listado .nav-pills .nav-link {
  padding: 0;
  color: var(--corporativo_2);
  cursor: pointer;
}
.contenedor-cabecera-listado .num-apartamentos-disponibles {
  font-size: 14px;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
.grid-vista h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.grid-vista .allotjament-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.grid-vista .allotjament-img:hover {
  text-decoration: none;
}
.grid-vista .allotjament-img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .grid-vista .allotjament-img img {
    height: 225px;
  }
  .caracteristicas-list {
    border-radius: 0 0 1.25rem 0;
  }
}
@media (min-width: 992px) {
  .grid-vista .allotjament-img img {
    height: 200px;
  }
  .apartamentos-destacados {
    padding-top: 250px !important;
}
}
@media (min-width: 1200px) {
  .grid-vista .allotjament-img img {
    height: 250px;
  }
  .swiper-carrusel {
    height: 80vh;
  }
  .apartamentos-destacados {
    padding-top: 200px !important;
  }
}
.grid-vista .allotjament-img .contenedor-precio {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  text-align: right;
  padding-top: 20px;
  padding-right: 1rem;
  margin-bottom: 0;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.caracteristicas-allotjament {
  background-color: var(--corporativo_2);
  border-radius: 1.25rem;
}
.total-numero-reviews {
  font-size: 14px;
}
.grid-vista > ul.row {
  margin-right: -5px;
  margin-left: -5px;
}
.grid-vista > ul.row > li {
  padding-right: 5px;
  padding-left: 5px;
}
.grid-vista > ul.row > li .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.grid-vista .pie {
  margin-top: 15px;
}
aside .filtrar label {
  font-size: 14px;
}
.ficha h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.ficha h2 {
  font-size: 20px;
  margin: 30px 0;
}
.ficha h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.ficha .desde .precio {
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .ficha .desde .precio {
    font-size: 30px;
  }
}
aside .buscador-disponibilidad.sticky-top {
  position: relative;
}
aside .buscador-disponibilidad .table-sm td {
  padding: 0.3rem 0;
}
.buscador-disponibilidad {
  background-color: var(--gris-claro);
}
.ficha #map {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .ficha h1 {
    font-size: 34px;
  }
  .ficha h2 {
    font-size: 24px;
  }
  .ficha h3 {
    font-size: 18px;
  }
  .ficha #map {
    height: 450px;
  }
  aside .buscador-disponibilidad.sticky-top {
    top: 120px;
    position: -webkit-sticky;
    position: sticky;
  }
}
.table.calendarios-ficha thead th,
.table.calendarios-ficha th,
.table.calendarios-ficha td {
  border: none;
  text-align: center;
}
.table.calendarios-ficha tbody th {
  font-size: 14px;
  font-weight: 400;
}
.table.calendarios-ficha td.dia-libre {
  border: 1px solid #e5e5e5;
  color: #a5a5a5;
}

.table.calendarios-ficha td.dia-ocupado {
  background-color: #f6f6f6;
  text-decoration: line-through;
  color: #a5a5a5;
}

.table.calendarios-ficha td.dia-seleccionado {
  background-color: var(--corporativo_1);
  color: #fff;
}
.swiper-disponibilidad .swiper-button-next.swiper-button-black,
.swiper-disponibilidad .swiper-button-prev.swiper-button-black {
  top: 6%;
  border-radius: 5px;
  border: 1px #e5e5e5 solid;
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  background-size: 20px 20px;
}

.swiper-disponibilidad .swiper-button-prev.swiper-button-black {
  left: 0;
}

.swiper-disponibilidad .swiper-button-next.swiper-button-black {
  right: 0;
}
.ficha .table.calendarios-ficha {
  border-collapse: initial;
}

.table.calendarios-ficha td {
  border-radius: 5px;
  padding: 6px;
}
@media (min-width: 1200px) {
  .table.calendarios-ficha td {
    border-radius: 5px;
    padding: 0.75rem;
  }
}
.leyenda-calendarios {
  display: flex;
  align-items: center;
}

.leyenda-calendarios .no-disponible,
.leyenda-calendarios .disponible,
.leyenda-calendarios .fecha-seleccionada {
  display: flex;
  align-items: center;
  color: #a5a5a5;
  margin-right: 30px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .leyenda-calendarios .no-disponible,
  .leyenda-calendarios .disponible,
  .leyenda-calendarios .fecha-seleccionada {
    margin-bottom: 0;
  }
}

.leyenda-calendarios .cuadrado {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  margin-right: 15px;
}

.leyenda-calendarios .no-disponible .cuadrado {
  background-color: #f6f6f6;
}

.leyenda-calendarios .disponible .cuadrado {
  border: 1px solid #e5e5e5;
}

.leyenda-calendarios .fecha-seleccionada .cuadrado {
  background-color: var(--corporativo_1);
}

.ordenar {
  cursor: pointer;
  font-weight: 500;
}

.ordenar span {
  font-size: 0.813rem;
  color: #3a4142;
  padding-right: 5px;
}

.ordenar .fletxes {
  position: relative;
  width: 10px;
  height: 16px;
  display: inline-block;
}

.ordenar .fletxes .fas,
.ordenar .fletxes .fal {
  position: absolute;
  left: 0;
  color: var(--tercer);
}

.estrellas div ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

.map-img {
  max-width: 100%;
}
.whatsapp-widget {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

/* Propietarios*/

.como-funciona h2 {
  text-align: center;
  margin-bottom: 30px;
}
.como-funciona .contenedor {
  width: 100%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}
.como-funciona .tarjeta {
  background-color: var(--corporativo_1);
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  position: relative;
}
.propietaris-intro-img {
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: -9;
}
.como-funciona-texto {
  position: absolute;
  margin: 0 10px;
  height: 0;
	top: -30px;
  color: #fff;
	transition: 0.5s;
	opacity: 0;
}

.como-funciona .tarjeta:hover .como-funciona-texto {
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.como-funciona .tarjeta:hover .como-funciona-img {
  opacity: .2;

}
.como-funciona-titular h3 {
  color: var(--corporativo_2);
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.swiper-como-funciona {
  padding-left: 45px;
  padding-right: 45px;
}
.swiper-como-funciona .swiper-slide {
  height: auto;
  margin: 2.5rem 0;
}
.swiper-como-funciona .swiper-slide .imagen {
  text-align: center;
}
.swiper-como-funciona .swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.fa-check::before {
  content: "\f00c"; }
@media (min-width: 768px) {
  .swiper-como-funciona .swiper-slide img {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .swiper-como-funciona .swiper-slide img {
    height: 175px;
  }
}
@media (min-width: 1400px) {
  .swiper-como-funciona .swiper-slide img {
    height: 190px;
  }
}
.swiper-como-funciona .swiper-slide .tarjeta-cuerpo {
  padding: 15px;
}

.como-funciona h3 {
  font-size: 16px;
}
.propietarios .preguntas-frecuentes {
  background-color: var(--gris-claro);
}
section > .preguntas-frecuentes {
  max-width: 800px;
  margin: 0 auto;
}
.pagina-propietaris-form {
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
.preguntas-frecuentes > .container,
.contactenos > .container {
  max-width: 800px;
  margin: 0 auto;
}
.preguntas-frecuentes .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.preguntas-frecuentes .accordion-button:focus {
  box-shadow: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ddcba4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-item .accordion-button {
  font-weight: 700;
}
.btn-link {
  color: var(--corporativo_1);
}
.btn-link:hover {
  color: var(--corporativo_2);
  text-decoration: none;
}
.nuestro-equipo .foto {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.nuestro-equipo .foto img {
  border-radius: 50%;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.nuestro-equipo .nombre {
  font-size: 20px;
}
.nuestro-equipo .texto {
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nuestro-equipo .texto {
    width: 100%;
  }
  .swiper-slide-one-slide {
    padding: 0 2.5rem 0 2.5rem;
  }
}
.gero ul li {
  margin-bottom: 15px;
}
.gero.check ul {
  list-style: none;
  padding-left: 0;
}

.gero.check ul li {
  background: url(../images/circle-check-solid.svg) left 8px no-repeat;
  padding-left: 30px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

/* Error 404 */

.pag-error-404 {
  width: 100%;
}

.pag-error-404 .h1-error {
  font-size: 38px;
  color: #000;
}
.pag-error-404 .background-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
  height: 100%;
}
.pag-error-404 .background-404::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.pag-error-404 .gero h2,
.pag-error-404 .gero p {
  text-align: center !important;
  color: #000 !important;
}
.pag-error-404 .gero h2 {
  margin-top: 20px;
  font-size: 20px;
}
.pag-error-404 .gero p {
  line-height: 1.1;
  max-width: 500px;
  margin: 0 auto;
}
.pag-error-404 .boton {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .pag-error-404 .background-404 {
    padding: 100px 0;
  }
  .pag-error-404 .h1-error {
    font-size: 100px;
  }
  .pag-error-404 .gero h2 {
    margin-top: 50px;
    font-size: 30px;
  }
}
.gero,
.gero p,
.gero span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color) !important;
}
.gero table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
.gero table td,
.gero table th,
table td,
table th {
  padding: 10px;
}
.gero table tr:nth-child(even) {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.03);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--corporativo_2);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--corporativo_2);
  box-shadow: none;
}
.blog-listado img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.blog-listado h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}
.blog-listado a {
  transition: all 0.2s;
  text-decoration: none;
}
.blog-listado a:hover {
  text-decoration: none;
}
.blog-listado .card-text {
  color: var(--bs-body-color);
  margin-bottom: 1rem;
}
.blog-listado .card-text div:not(:first-child),
.blog-listado .card-text p:not(:first-child) {
  display: none;
}
.blog-listado .card-text > div:nth-child(1),
.blog-listado .card-text > p:nth-child(1) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-listado .card-text {
  color: var(--bs-body-color);
}
.blog-listado .card-text p,
.blog-listado .card-text div {
  margin-bottom: 1rem;
}
.blog-listado .card-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--corporativo_2-dark);
}
.texto-intro {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  font-size: 18px;
  text-align: center;
}

/* Form-Check */

.form-check input[type="checkbox"] {
  float: left;
  margin-left: -1.5em;
}

.form-check input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check input[type="checkbox"]:active {
  filter: brightness(90%);
}
.form-check input[type="checkbox"]:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check input[type="checkbox"]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check input[type="checkbox"]:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check input[type="checkbox"]:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check input[type="checkbox"][type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check input[type="checkbox"]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check input[type="checkbox"][disabled] ~ .form-check-label,
.form-check input[type="checkbox"]:disabled ~ .form-check-label {
  opacity: 0.5;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .d-xxl-block {
    display: block !important;
  }
}
.banner-top {
  padding: 30px 0;
  background-color: var(--gris-claro);
}
.banner-top .container,
.intro .container {
  max-width: 800px;
}
.intro {
  margin: 60px auto;
}
.banner-top .texto-banner-top,
.intro .frase {
  font-size: 18px;
}
@media (min-width: 768px) {
  .banner-top {
    padding: 60px 0;
  }
}
.footer-adress,
.footer-phones {
  position: relative;
  padding: 0px 0px 0px 22px;
}
.footer-adress i,
.footer-phones i {
  position: absolute;
  left: 0;
  top: 8px;
}
.footer-adress,
.footer-phones {
  line-height: 2;
}
.listado-basico .buscador-disponibilidad .card-body,
.listado-basico .filtrar .card-body {
  padding: 0;
}
.listado-basico .buscador-disponibilidad.card,
.listado-basico .buscador-disponibilidad .card-header,
.listado-basico .filtrar.card,
.listado-basico .filtrar .card-header {
  background-color: transparent;
}
.listado-basico .buscador-disponibilidad .form-control,
.listado-basico .buscador-disponibilidad .form-select {
  border-color: transparent;
}
.listado-basico .buscador-disponibilidad .card-header,
.listado-basico .filtrar .card-header {
  text-transform: uppercase;
  color: var(--corporativo_2);
}
.listado-basico .badge {
  color: var(--corporativo_2);
  border: solid 1px var(--gris-claro);
  background-color: var(--gris-claro);
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .listado-basico .badge {
    margin-bottom: 0;
  }
}
button:focus {
  outline: 0;
}
.idiomas a {
  font-size: 14px;
}
.buscador-disponibilidad .form-control:disabled,
.buscador-disponibilidad .form-control[readonly],
.buscador-listado .form-control:disabled,
.buscador-listado .form-control[readonly] {
  background-color: #fff;
}
.navbar-brand.logo_normal img {
  height: 30px;
}
.navbar-brand.logo_sticky img {
  height: 30px;
}
@media (min-width: 768px) {
  .navbar-brand.logo_normal img {
    height: 70px;
  }
  .navbar-brand.logo_sticky img {
    height: 70px;
  }
}
.dropdown-item {
  font-size: 14px;
}
.whatsapp-widget-text {
  display: none !important;
}
.propietarios .form-control {
  border: 1px solid #ced4da;
}
.propietarios .formulario-contacto > h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.propietarios aside .card {
  border: 0;
}
.propietarios aside .card a {
  color: var(--bs-body-color);
}
.propietarios aside .card a:hover {
  text-decoration: none;
}
.contactar .form-control {
  border-color: transparent;
}
.contactar aside .card {
  border: 0;
}
.contactar aside .card a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.contactar aside .card a:hover {
  text-decoration: none;
}
.contactar aside .card-header {
  border-bottom: 0;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.05);
}
.faqs > .container {
  max-width: 800px;
  margin: 0 auto;
}
.accordion {
  --bs-accordion-active-color: var(--corporativo_2);
  --bs-accordion-active-bg: #fff8e6;
  --bs-accordion-btn-focus-border-color: var(--corporativo_2);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 185, 1, 0.25);
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffb901'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-item .accordion-button {
  font-weight: 700;
}
.btn.nueva-busqueda {
  font-size: 0.875rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}
input.btn.nueva-busqueda[value="Nieuwe zoekopdracht"], input.btn.nueva-busqueda[value="Nouvelle recherche"] {
  font-size: 11px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;  
  letter-spacing: -.5px;
}
@media (min-width: 992px) {
  .btn.nueva-busqueda {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.nueva-busqueda {
    font-size: 12px;
    line-height: 1.9;
  }
}
@media (min-width: 1200px) {
  .btn.nueva-busqueda {
    font-size: 13px;
  }
  .pagina-propietaris-form {
    margin-top: -170px
  }
}
@media (min-width: 1400px) {
  .btn.nueva-busqueda {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  input.btn.nueva-busqueda[value="Nieuwe zoekopdracht"], input.btn.nueva-busqueda[value="Nouvelle recherche"] {
    font-size: 12px;
  }
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
}
.pagina .foto img {
  width: 100%;
  object-fit: cover;
}

/* Noticies Blog */

.noticias .card-img-top {
  height: 230px;
  object-fit: cover;
}

.noticias a {
  color: var(--corporativo_1);
  text-decoration: none;
}

.noticias a:hover {
  text-decoration: none;
}

.noticias .card-title {
  font-size: 22px;
}

.noticias .dia {
  font-size: 20px;
}

.noticias .mes {
  font-size: 12px;
  text-transform: uppercase;
}

.noticias .any {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 2px;
}

.noticias article {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .noticias .card-title {
    font-size: 28px;
  }
}

.noticias .card-text > div:nth-child(1),
.noticias .card-text > p:nth-child(1) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ver-mas {
  font-weight: 500;
  text-decoration: none;
  color: var(--corporativo_2);
  transition: color 0.15s;
}

a:hover .ver-mas {
  color: var(--corporativo_1);
}

/* Testimonios */

.testimonios .estrellas {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
}

.testimonios .estrellas i {
  color: var(--corporativo_2);
  font-size: 14px;
}

.testimonios .concepto {
  line-height: 2;
}
.testimonios .total-opiniones {
  font-size: 24px;
  font-weight: 700;
  color: var(--primario);
}
.testimonios .nota-review {
  font-size: 24px;
  font-weight: 700;
  color: var(--corporativo_2-dark);
}
.testimonios-comentarios {
  color: #fff;
}
.testimonios-nombre {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
}
.testimonios-fecha {
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--corporativo_2);
}
.testimonio .rating {
  font-size: 20px;
  font-weight: 700;
  color: var(--corporativo_2-dark);
  margin-bottom: 15px;
}
.testimonio .nombre {
  font-weight: 500;
}
.testimonio .fecha {
font-size: 14px;}
.swiper-carrusel .swiper-button-next,
.swiper-carrusel .swiper-button-prev {
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--corporativo_2) !important;
}
.swiper-disponibilidad .swiper-button-next,
.swiper-disponibilidad .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 34 * 27);
  top: 25px;
}

.swiper-slide-one-slide {
  width: 100% !important;
  text-align: center;
}
.alert-stay {
  color: #842029;
  font-weight: 500;
  width: fit-content;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 14px;
}
.tarifas .precio {
  font-weight: 700;
}
.tarifas .nombre {
  font-size: 0.875rem;
}
.bg-secundario {
  background-color: #f6f6f3;
}

#ctl00_Pagina_imageReviews {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.titularReviews {
    color: var(--corporativo_2);
}
.swiper-landings a {
    color: #fff;
    text-decoration: none;
}

.swiper-landings .img {
  background-image: url(http://enjoyhouses.com.icnea.net/news/G109F0x350.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  position: relative;
}

.swiper-landings h3 {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.stars ul {
  display: flex;
  justify-content: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fa-star:before{content:"\f005"}
.nav-link,
.nav-link:active,
.nav-link:hover {
  color: var(--corporativo_1);
}

/* Reserva iframe */
.reserva_iframe {
  width: 100%;
  height: 1950px;
}
@media (min-width: 768px) {
  .reserva_iframe {
    height: 1450px;
  }
}

.nav-unshown {
  display: none;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 5px 0 5px -2px #f1f1f1;
}
#nav-content .cerrar-filtros {
  position: absolute;
  right: 25px;
}
#leaflet-map {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.leaflet-top.leaflet-left {
  display: none;
}

.leaflet-popup-close-button {
  display: none !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-content {
  border-radius: 0 !important;
  margin: auto !important;
}

.leaflet-popup-content-wrapper {
  text-align: center !important;
}
.leaflet-popup-content p {
  margin: 10px 0;
}
.info-window .map-img {
  height: 225px;
  object-fit: cover;
}
.info-window h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.info-window {
  font-family: "Montserrat", sans-serif;
}
.info-window .title {
  font-size: inherit;
  line-height: inherit;
  color: var(--corporativo_1);
  text-decoration: none;
}
.info-window .map-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--corporativo_1);
  margin-bottom: 10px;
}
.col-listado-premium .badge {
  color: var(--corporativo_1);
  border: solid 1px var(--corporativo_2);
  background-color: var(--corporativo_2);
  padding: 0.5em 1em;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .col-listado-premium .badge {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .col-listado-premium {
    max-width: 831px;
  }
}
.filtros .titulo-bloque.numero-alojamientos {
  font-weight: 700;
}
.filtros .titulo-bloque {
  font-weight: 600;
}
.filtros label {
  font-size: 14px;
}
.alert-danger {
  width: fit-content;
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
.leaflet-container a.btn {
  color: #fff !important;
  line-height: 1;
}
.info-window .caracteristicas {
  font-size: 14px;
}
/* ------------------
* Css Datepicker *
------------------ */

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-widget.ui-widget-content {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
}
.ui-datepicker {
  width: 17em;
  padding: 0;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.ui-datepicker table {
  width: 100%;
  font-size: 13px;
  margin: 0;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #fff;
  color: #555;
  font-weight: 400;
  position: relative;
  padding: 0.2em 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #e5e5e5;
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker thead {
  background: #fff;
  color: #555;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  width: 20px;
  height: 20px;
  top: 10px;
  border: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 10px;
}
.ui-datepicker .ui-datepicker-next span {
  background: url(../img/fletxa-cal-dreta.png);
  width: 20px;
  height: 20px;
}
.ui-datepicker .ui-datepicker-prev span {
  background: url(../img/fletxa-cal-esquerra.png);
  width: 20px;
  height: 20px;
}
.ui-datepicker th {
  padding: 0.75em 0;
  color: #555;
  font-weight: normal;
  border: none;
  border-top: 1px solid #fff;
  text-align: center;
}
.ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-decoration: none;
}
.ui-widget-content a {
  color: #333;
}
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  font-weight: 400;
  color: #393536;
  border-radius: 0;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: var(--corporativo_2);
  color: #fff;
  border-radius: 100%;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #ccc;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
}
#ui-datepicker-div {
  z-index: 99999 !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-datepicker .ui-icon {
  text-indent: -99999px;
  overflow: hidden;
}
.ui-icon {
  vertical-align: middle;
}

/* ------------------
* Css Font Awesome *
------------------ */
/*!
 * Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
}
.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-expand:before {
  content: "\f065";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-air-conditioner:before {
  content: "\f8f4";
}
.fa-check:before {
  content: "\f00c";
  color: var(--corporativo_2-dark);
}
.fa-oven:before {
  content: "\e01d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-times:before {
  content: "\f00d";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-phone:before {
  content: "\f095";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-list::before {
  content: "\f03a";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-circle::before {
  content: "\f111";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-light-300.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}

.fal,
.fa-light {
  font-weight: 300;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fontawesome/webfonts/fa-thin-100.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-thin-100.ttf") format("truetype");
}

.fat,
.fa-thin {
  font-weight: 100;
}
@media (min-width: 768px) {
  .selector-buscador {
    position: absolute;
    top: -2.18rem;
  }
  .puntos-destacados {
    border-radius: 1.25rem;
    width: 90%;
    outline-offset: 0.3rem;
    outline: 0.2px solid rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
}
.text-ellisis-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.social-network {
  margin: 0 0 0 0;
  padding: 0;
}

.social-network li {
  cursor: pointer;
}

.social-network a {
  color: var(--corporativo_1) !important;
}

.social-network li svg {
  width: 20px;
  height: 20px;
  color: var(--corporativo_1);
}
.social-network li svg:hover {
  color: var(--corporativo_2) !important;
}

#copy-link {
  position: relative;
}

#copy-link .banner-copied {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.2rem 0.6rem;
  color: #333;
  background: #f4f4f4;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
  font-size: 14px;
  pointer-events: none;
  transition: 150ms;
  opacity: 0;
}

.custom-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dark {
  color: var(--corporativo_1);
}