:root {
    --amarillo: #F4D030;
    --gris_oscuro: #212529;
}
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(--amarillo);
}
a:hover {
    color: var(--gris_oscuro);
}
/* p {
    color: #8e8e8e;
} */
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;    
}
.degradado {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
header.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding-bottom: 0;
}
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;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--amarillo);
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 700;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .container-home {
        width: 100%;
        max-width: 1760px;
        padding-right: 80px;
        padding-left: 80px;
    }
    .puntos-destacados .container-home {
        max-width: 1140px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
header.sticky .navbar-dark .navbar-nav .nav-link,
header.bg-white .navbar-dark .navbar-nav .nav-link,
header.sticky .navbar-dark .navbar-nav .nav-link,
header.bg-white .navbar-dark .navbar-nav .nav-link {
    color: var(--amarillo);
}
header.sticky .navbar-dark .navbar-nav .nav-link:hover,
header.bg-white .navbar-dark .navbar-nav .nav-link:hover,
header.sticky .navbar-dark .navbar-nav .nav-link:hover,
header.bg-white .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--gris_oscuro);
}
header .navbar-dark .navbar-toggler,
header .navbar-dark .navbar-toggler,
header .navbar-dark .navbar-toggler,
header .navbar-dark .navbar-toggler {    
    border-color: transparent;
}
header.sticky .navbar-dark .navbar-toggler,
header.bg-white .navbar-dark .navbar-toggler,
header.sticky .navbar-dark .navbar-toggler,
header.bg-white .navbar-dark .navbar-toggler {
    color: var(--gris_oscuro);
    border-color: transparent;    
}
header .navbar-dark .navbar-toggler .navbar-toggler-icon,
header .navbar-dark .navbar-toggler .navbar-toggler-icon,
header .navbar-dark .navbar-toggler .navbar-toggler-icon,
header .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");
}
header.sticky .navbar-dark .navbar-toggler .navbar-toggler-icon,
header.bg-white .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%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.cap-imatge {
    position: relative;
    display: table;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cap-imatge {
    height: 250px;
}
.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: table-cell;
    width: inherit;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.2);
}
.cap-frase, .cap-frase h1 {
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .cap-frase, .cap-frase h1 {
        font-size: 45px;
    }
}
.contenidor-carrusel-cercador {
    position: relative;
}
.portada-frase {    
    font-size: 24px;
    font-weight: 300;
    width: 75%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);    
}
.portada-frase p {
    color: #FFF;
}
@media (min-width: 576px) {
    .portada-frase {
        font-size: 48px;
    }
}
@media (min-width: 576px) {
    .portada-frase {
        font-size: 56px;
    }    
}
.portada-cercador {
    background: var(--gris_oscuro);    
    padding: 15px 0;
}
@media (min-width: 768px) {
    .portada-cercador {
        background: #333;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 15px 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;    
        z-index: 2;
    }
}
.banner-top .container {
    padding-right: unset!important;
    padding-left: unset!important;
    max-width: 960px!important;
}
.banner-top, .intro {
    background-color: var(--amarillo);
    padding: 30px 0;
}
.banner-top h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.banner-top h2, .banner-top .texto {
    color: var(--gris_oscuro);
}
.puntos-destacados {
    padding: 30px 0;
}
.puntos-destacados .texto {
    color: #9e9e9e;
    font-weight: 700;
}
.intro h2 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.intro .texto {
    text-align: center;
}
@media (min-width: 768px) {
    .banner-top, .puntos-destacados, .intro {
        padding: 60px 0;
    }
}
.puntos-destacados .titol {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--amarillo)
}
.puntos-destacados i {
    color: var(--gris_oscuro);
}
.apartamentos-destacados {
    width: 100%;
    max-width: 1760px;
    margin: 30px auto;
}
.apartamentos-destacados h2 {
    margin-bottom: 30px;
}
.apartamentos-destacados .titulo-apartamento {
    font-size: 16px;
    font-weight: 300;    
    margin-bottom: 0;
}
.apartamentos-destacados .titulo-apartamento a {    
    color: var(--gris_oscuro);
}
.apartamentos-destacados .contenedor > a {
    display: block;
    position: relative;
    height: 200px;
}
.apartamentos-destacados .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%);
}
.apartamentos-destacados .contenedor p strong {
    font-size: 28px;
}
.apartamentos-destacados .ubicacion {
    font-size: 15px;
    line-height: 20px;
    color: #8e8e8e;
    margin-bottom: 10px;
}
.apartamentos-destacados ul.caracteristicas {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #8e8e8e;
}
.apartamentos-destacados ul.caracteristicas li {
    margin: 0 5px!important;
}
@media (min-width: 768px) {
    .apartamentos-destacados {
        padding-left: 35px;
        padding-right: 35px;
        margin: 60px auto;
    }
} 
.destacados-footer {
    background-color: #fff;    
    margin: 30px 0;
}
.destacados-footer a {
    text-decoration: none;
}
.destacados-footer .contenedor {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}
.destacados-footer .frase {
    color: #565a5c;
    font-size: 18px;
    margin-bottom: 30px;
}
.destacados-footer .titulo {
    font-size: 18px;
}
.destacados-footer .texto {
    color: #565a5c;
    font-size: 14px;
}
@media (min-width: 768px) {
    .destacados-footer {
        margin: 60px 0;
    }
}
.banner-home-texto {
    background-color: var(--amarillo);
}
.banner-home-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}
@media (min-width: 768px) {
    .banner-home-img {
        min-height: 400px;
    }    
}
.banner-home-texto .titulo {
    color: #fff;
    font-size: 2rem;
}
.banner-home-texto .texto {
    color: #fff;
    font-size: 18px;
}
footer {
    background-color: #3a3a3c;
    padding: 30px 0;
}
footer a, footer a:hover {
    color: #9e9e9e;
    font-weight: 700;
}
footer .titol {    
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}
footer .footer-adress {
    color: #9E9E9E;
}
.contactar .footer-adress {
    color: var(--gris_oscuro);
    font-weight: 700;
}
.footer-phones, .footer-phones a, .footer-phones a:hover {
    color: var(--amarillo);
}
footer .tel, footer .whatsapp, footer .correo-electronico {
    display: block;
}
footer .copyright {    
    color: #999;
    font-size: 14px;
}
footer .enlaces {
    display: inline;
    font-size: 14px;
    font-weight: 700;
}
footer .enlaces a {
    color: var(--amarillo);
}
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: "";
}
aside .card .titulo {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px;
}
.extra-info .titulo, .extra-info .tel {
    margin-bottom: 0;
}

@media (min-width: 1367px) {
    .columna-listado {
        -ms-flex: 0 0 43.666667%;
        flex: 0 0 43.666667%;
        max-width: 43.666667%;        
    }
    .mapa-listado {
        -ms-flex: 0 0 56.333333%;
        flex: 0 0 56.333333%;
        max-width: 56.333333%;    
    }
}
.listado h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;    
}
.listado h3 a {
    color: var(--gris_oscuro);    
}
.listado .ubicacion {
    font-size: 15px;
    line-height: 20px;
    color: #8e8e8e;
    margin-bottom: 5px;
}
.listado p {
    font-size: 14px;
    font-weight: 300;
    color: #777;
}
.listado .card-body {
    padding: 0;
}
.listado .foto {
    display: block;
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
}
.listado .foto img {
    width: 100%;
}
@media (min-width: 768px) {
    .listado .foto img {
        width: auto;
        height: 220px;
        position: absolute;
        left: -10%;
    }
}
@media (min-width: 1200px) {
    .listado .foto img {
        width: 100%;
        height: initial;
        position: relative;
        left: initial;        
    }
}
.listado .contenedor-titulo-descripcion {
    padding: 10px;
}
@media (min-width: 768px) {
    .listado .contenedor-titulo-descripcion {
        padding: 30px 20px 0 0;
        border-right: 1px solid #ededed;
        height: 100%;
        line-height: 17px;
    }    
}
.listado i {
    color: #666;
}
.listado .precio-columna {
    text-align: center;
    padding: 10px;
}
.listado .precio-columna i {
    color: var(--amarillo);
}
.listado .precio-columna .precio-contenedor {
    display: flex;
    justify-content: space-between;
}
.listado .precio-columna .precio-contenedor .precio-concepto, .listado .precio-columna .precio-contenedor .precio {
    display: block;
}
.listado .precio-columna .precio-contenedor .precio {
    font-size: 20px;    
}
.listado .precio-columna .precio-contenedor .btn:hover {
    background-color: var(--amarillo);
    border-color: var(--amarillo);
}
@media (min-width: 768px) {
    .listado .precio-columna {
        display: table;
        width: 100%;
        height: 220px;
        margin-left: -15px;
        text-align: center;
        padding: 0;
    }
    .listado .precio-columna .precio-contenedor {
        display: table-cell;
        vertical-align: middle;
    }
    .listado .precio-columna .precio-contenedor .precio {        
        margin-bottom: 10px;
    }        
}
.listado .estrellas {
    margin-bottom: 20px;
}
.listado .estrellas ul li {
    margin-left: 4px;
    margin-right: 0!important;
}
.listado .estrellas ul li:first-child {
    margin-left: 0;
}
.caracteristicas {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.caracteristicas li {
    color: #666;
    margin-right: 30px!important;
}
.caracteristicas li span {
    font-size: 14px;
}
.caracteristicas-ficha {
    justify-content: space-between;    
}
.caracteristicas-ficha li {
    justify-content: space-between;
    margin-right: 0!important;    
}
@media (min-width: 768px) {
    .caracteristicas-ficha {
        justify-content: unset;
    }
    .caracteristicas-ficha li {
        margin-right: 30px!important;
    }    
}
.equipamiento .contenedor-titular {
    margin: 30px 0;
}
.equipamiento h4 {
    font-size: 14px;
    font-weight: bold;
}
.equipamiento ul  {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .equipamiento ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
.equipamiento ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #555555;    
}
.equipamiento ul li i {
    color: var(--amarillo);
}
.equipamiento ul.restriccions li i {
    color: #f44336;
}
.swiper-container, .swiper-slide img {
    width: 100%;
}
.opiniones .puntuacion {
    font-weight: 700;
    font-size: 26px;
    color: #ffb901;
}
.opiniones .puntuacion small {
    color: #212529;
    padding-left: 10px;
}
.opiniones i {
    color: #072f42;
}
.opiniones .concepto {
    font-size: 13px;
    color: #4c4c4c;
}
.testimonio .rating {
    font-weight: 700;
    color: #ffb901;
}
.testimonio .fecha {
    font-size: 12px;
    color: #555555;
}
.testimonio .texto, .testimonio .texto p {
    font-size: 14px;
}
.swiper-carrusel {
    width: 100%;
    height: 40vh;
}
.swiper-apartamentos-destacados {
    padding-left: 45px;
    padding-right: 45px;
}
.swiper-apartamentos-destacados .swiper-wrapper, .swiper-apartamentos-destacados .swiper-slide {
    height: initial;
}
.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'%23000000'%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'%23000000'%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 576px) {
    .swiper-carrusel {
        height: 100vh;
    }
}
.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;
}
.ui-datepicker {
    padding: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}
.ui-datepicker * {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker table {
    font-size: 13px;
    margin: 0;
}
.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #fff;
    color: #555;
    font-weight: 400;
    border-bottom: solid 1px #e5e5e5;
}
.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;
    border-bottom: solid 1px #e5e5e5;
}
.ui-datepicker .ui-datepicker-title {
    margin-top: 0.4em;
    margin-bottom: 0.3em;
    color: #555;
    font-size: 14px;
}
.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;
}
.ui-datepicker td {
    background: #fff;
    border: none;
    padding: 0;
}
.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(--amarillo);
    color: #fff;
    border-radius: 0;
}
.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 {
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
}
#ui-datepicker-div {
    z-index: 99999 !important;
}
.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}
.form_title h3 strong {
    background-color: var(--amarillo);
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.form_title h3 {
    margin: 0;
    padding: 0;
}
.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}
.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}
@media (max-width: 768px) {
    .step {
        padding: 20px 31px 20px 31px;
    }
}
.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: #666;
    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;
    }
}
.form-control {
    height: calc(1.5em + .8rem + 12px);
    padding: 0 1rem;
    color: #8e8e8e;
}
.custom-select {
    height: calc(1.5em + 1.3rem + 5px);
    padding: .5rem 1rem;
    color: #8e8e8e;
}
.btn {
    padding: 0.75rem 1.25rem;
}
.btn-warning {
    background-color: var(--amarillo);
    border-color: var(--amarillo);
    color: var(--gris_oscuro);
}
.btn-warning:hover {
    background-color: #f1c70d;
    border-color: #e5bd0c;
}
.portada-cercador label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
}
aside .buscador-disponibilidad label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;    
}
aside .buscador-disponibilidad .llegada, aside .buscador-disponibilidad .salida {
    background: #FFF url(../img/icono-calendario.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
}
aside .buscador-disponibilidad .llegada:hover, aside .buscador-disponibilidad .salida:hover {
    background: #FFF url(../img/icono-calendario2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--gris_oscuro);
}
/* aside .buscador-disponibilidad .custom-select {
    background: #FFF url(../img/icono-select.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
aside .buscador-disponibilidad .custom-select:hover {
    background: #FFF url(../img/icono-select2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--gris_oscuro);
} */
aside .buscador-disponibilidad .huespedes {
    background: #FFF url(../img/icono-personas.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
aside .buscador-disponibilidad .huespedes:hover {
    background: #FFF url(../img/icono-personas2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--gris_oscuro);
}
aside .buscador-disponibilidad .destino {
    background: #FFF url(../img/icono-destino.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
aside .buscador-disponibilidad .destino:hover {
    background: #FFF url(../img/icono-destino2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--gris_oscuro);
}

@media(min-width:991px) and (max-width:1199px) {
    aside .buscador-disponibilidad .llegada, 
    aside .buscador-disponibilidad .salida {
        background: #FFF;
    }
    aside .buscador-disponibilidad .llegada:hover, 
    aside .buscador-disponibilidad .salida:hover {
        background: #FFF;
    }
    aside .buscador-disponibilidad .huespedes {
        background: #FFF;
    }
    aside .buscador-disponibilidad .huespedes:hover {
        background: #FFF;
    }
    aside .buscador-disponibilidad .destino {
        background: #FFF;
    }
    aside .buscador-disponibilidad .destino:hover {
        background: #FFF;
    }  
}

.contenedor-cabecera-listado {
    padding: .75rem 1.25rem;
}
.contenedor-cabecera-listado .nav-pills .nav-link.active {
    background-color: transparent;
    color: #222;
}
.contenedor-cabecera-listado .nav-pills .nav-link {
    padding: 0;
}
.contenedor-cabecera-listado .num-apartamentos-disponibles {
    font-size: 14px;
}
.btn-outline-dark:hover {
    color: #FFF!important;
}
.grid-vista h3 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.grid-vista h3 a {
    color: var(--gris_oscuro);
}
.grid-vista ul.row {
    margin-right: -8px;
    margin-left: -8px;
}
.grid-vista ul.row li {
    padding-right: 8px;
    padding-left: 8px;
}
.grid-vista .allotjament-img {
    display: block;
    position: relative;
}
.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%);
}
aside .filtrar label {
    font-size: 14px;
}
.ficha h1 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 30px;
}
.ficha h2 {
    font-size: 24px;
    margin: 30px 0;
}
.ficha h3 {
    font-size: 18px;
    margin-bottom: 0;
}
aside .buscador-disponibilidad.sticky-top  {    
    position: relative;
}
@media (min-width: 768px) {
    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: #8e8e8e;
    }

    .table.calendarios-ficha td.dia-ocupado {
        background-color: #f6f6f6;
        text-decoration: line-through;
        color: #8e8e8e;
    }

    .table.calendarios-ficha td.dia-seleccionado {
        background-color: var(--gris_oscuro);
        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: .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: #8e8e8e;
            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(--gris_oscuro);
        }

.ordenar {
    cursor: pointer;
}

    .ordenar span {
        text-transform: uppercase;
        font-size: 11px;
        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;
}
.ficha .gero {
    font-weight: 300;
}
.ficha .gero strong {
    font-weight: 700;
}
.blog .card-title {
    margin-top: 15px;
}
.blog .card-title, .servicios .card-title {
    font-weight: 300;
    text-transform: uppercase;
}
.blog .card-title a, .servicios .card-title a {
    color: var(--gris_oscuro);
}
.pagina .texto {
    font-weight: 300;
}
.pagina .texto strong {
    font-weight: 700;
}
.listado-noticias-faqs .texto-intro, .contactar .texto-intro {
    font-weight: 300;
    margin-bottom: 30px;
}
.listado-noticias-faqs .texto-intro strong, .contactar .texto-intro strong {
    font-weight: 700;
}
.contactar label {
    font-weight: 700;
    color: var(--gris_oscuro);
}

/* Reserva iframe */

.reserva_iframe {
    width: 100%;
    min-height: 1270px;
    margin-top: 50px;
    overflow-y: scroll;
}

.map-img {
    max-width: 100%;
}
.contenedor-icono {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    overflow: hidden;
}
.contenedor-icono .icono {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contenedor-icono .icono img {
    width: 60px;
}


/* Partners */

.partners ul {
    flex-wrap: wrap;
    flex-direction: column;
}
@media (min-width: 768px) {
    .partners ul {        
        flex-direction: row;
    }
}
.partners ul img {
    height: 45px;
}