@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Slab:wght@300;400;700&display=swap');
:root {
    --azul: #2677c6;
    --naranja: #f85c5c;
    --gris-claro: #fafafa;
}
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: 'Open Sans', sans-serif;
}
a {
    color: var(--azul);
}
a:hover {
    color: var(--naranja);
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--azul);
    font-family: 'Roboto Slab', serif;
    font-weight: 400;    
}
.titulo-section {
    font-size: 2rem;
    color: var(--azul);    
    text-align: center;
}
.bg-gris-claro {
    background-color: var(--gris-claro);
}
.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;
    }
}
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1040;    
}
header .navbar {
    padding: .2rem 1rem;
}
.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;
    font-size: 0.875rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--naranja);
}

.navbar-dark .navbar-nav .nav-link.active {
    color: var(--naranja)!important;
}
@media (min-width: 768px) {
    header .navbar {
        padding: 0.5rem 1rem;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {        
        font-weight: 700;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 1400px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1rem;
    }
}
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(--azul);
}
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(--azul);
    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;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 150px;
    margin-top: 66px;
}
.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: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.cap-frase h1 {
    max-width: 800px;
    padding: 0 15px;
}
.cap-frase, .cap-frase h1 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .cap-frase, .cap-frase h1 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .cap-imatge {
        margin-top: 103px;
    }
}
.contenidor-carrusel-cercador {
    position: relative;
}
.portada-frase {
    font-size: 24px;
    font-weight: 400;
    width: 75%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 45px;
    text-align: center;
    color: #ffffff;    
}
.swiper-carrusel .swiper-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
}
.swiper-carrusel .swiper-button-next, .swiper-carrusel .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
}
.portada-frase p {
    color: #FFF;
}

.portada-cercador {
    background: var(--azul);    
    padding: 15px 0;
}
@media (min-width: 576px) {
    .portada-frase {
        font-size: 36px;
        top: 35%;
    }
    .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;
    }    
}
@media (min-width: 768px) {
    .portada-frase {
        font-size: 46px;
        top: 50%;
        margin-top: 0;
    }
    .swiper-carrusel .swiper-button-next, .swiper-carrusel .swiper-button-prev {        
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .portada-frase {
        font-size: 58px;
    }
}
.puntos-destacados {
    margin: 30px 0;    
}
.puntos-destacados .foto-redonda {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .puntos-destacados {
        margin: 60px 0;
    }
}
.puntos-destacados .titol {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;    
    margin-bottom: 10px;
    color: var(--azul);
}
.puntos-destacados i {
    color: var(--azul);
}
.apartamentos-destacados {
    background-color: var(--gris-claro);
}
.apartamentos-destacados > .contenedor {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}
.apartamentos-destacados h2 {
    margin-bottom: 30px;
}
.apartamentos-destacados .titulo-apartamento {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.apartamentos-destacados .titulo-apartamento a {    
    color: var(--azul);
}
.apartamentos-destacados .contenedor > a {
    display: block;
    position: relative;
}
.apartamentos-destacados .contenedor .precio {    
    font-size: 26px;
    font-weight: 700;
    text-align: right;
    color: var(--azul);
}
.apartamentos-destacados .contenedor .precio .concepto {    
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
}
.apartamentos-destacados .contenedor .precio .moneda {    
    font-weight: 400;
}
.apartamentos-destacados .contenedor p strong {
    font-size: 28px;
}
.apartamentos-destacados .ubicacion {
    font-size: 14px;
    line-height: 1.2;
    color: #a5a5a5;
    margin: 15px 0;
}
.apartamentos-destacados .caracteristicas {
    margin-top: 20px;
    margin-bottom: 0;    
}
.apartamentos-destacados .caracteristicas small {
    margin-right: 4px;    
}
@media (min-width: 768px) {
    .apartamentos-destacados {
        padding-left: 35px;
        padding-right: 35px;        
    }
} 
.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;
}
.destacados-footer .frase {
    color: var(--azul);
    font-size: 18px;
    margin-bottom: 30px;
}
.destacados-footer .titulo {
    font-size: 22px;
}
.destacados-footer .texto {
    color: #212529;   
}
.destacados-footer .card-img-top {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 235px;
}
@media (min-width: 768px) {
    .destacados-footer {
        margin: 60px 0;
    }
}
.banner-home {
    background-color: var(--azul);
}
.banner-home-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}
@media (min-width: 768px) {
    .banner-home-img {
        min-height: 500px;
    }    
}
.banner-home-texto .titulo {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-home-texto .texto {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}
.partners ul {
    flex-wrap: wrap;
    flex-direction: column;
}
.partners ul li img {
    max-width: 100%;
    max-height: 80px;
}
@media (min-width: 768px) {
    .partners ul {        
        flex-direction: row;
    }    
}
footer {
    background-color: var(--azul);
    padding: 50px 0 30px 0;
    color: #FFF;
}
footer .border-top {
    border-color: #a5a5a5;
}
footer a {
    color: #FFF;
}
footer a:hover {
    color: #ff9b9b;
    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: #FFF;
}
.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 {    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.extra-info .titulo, .extra-info .tel {
    margin-bottom: 0;
}
.listado .card-body.contenido {
    padding: 0;
}
@media (min-width: 768px) {
    .listado .card-body.contenido {
        padding: 1.25rem;
    }    
}
.listado .foto img {
    object-fit: cover;
    height: 100%;
}
.listado h3 {
    font-size: 24px;    
}
.listado h3 a {
    color: var(--azul);
}
.listado .ubicacion {
    font-size: 15px;
    line-height: 20px;
    color: #a5a5a5;
}
.listado p {
    font-size: 14px;    
}

.listado .precio, .grid-vista .precio {
    text-align: right;
    color: var(--azul);
}
.listado .precio .concepto, .grid-vista .precio .concepto, .list-vista .precio-concepto {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
}
.listado .precio .cantidad, .grid-vista .precio .cantidad {
    font-size: 26px;
    font-weight: 700;    
}
.listado .precio .moneda, .grid-vista .precio .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(--naranja);
}
.listado .estrellas ul li:first-child {
    margin-left: 0;
}
.caracteristicas-ficha {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.caracteristicas-ficha li {
    color: #666;
    margin-right: 30px!important;
}
.caracteristicas-ficha li span {
    font-size: 14px;
}
.caracteristicas-ficha-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, .restricciones ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #212529;    
}
.equipamiento ul li i, .restricciones ul li i.fa-check {
    color: var(--azul);
}
.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: #212529;
}
.swiper-container, .swiper-slide img {
    width: 100%;
}
.opiniones .puntuacion {
    font-weight: 700;
    font-size: 26px;
}
.opiniones .puntuacion small {
    color: #212529;
    padding-left: 10px;
}
.valoracions .nom {
    font-weight: 600;
}
.opiniones i.fas {
    color: var(--naranja);;
}
.opiniones .concepto {
    font-size: 13px;
    color: #4c4c4c;
}
.testimoni {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
}
.testimoni .contenedor-rating {
    text-align: right;
}
.testimoni .contenedor-rating i {
    color: var(--naranja);
}
.testimoni .rating {
    font-weight: bold;
}

.testimoni .data {
    font-size: 14px;
    color: #666;
    display: block;
}

.testimoni .texte {
    display: block;
}
.swiper-carrusel {
    width: 100%;
    height: 40vh;
}
.swiper-apartamentos-destacados,
.swiper-apartamentos-oferta {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 40px;
}
    .swiper-apartamentos-destacados .swiper-wrapper,
    .swiper-apartamentos-destacados .swiper-slide,
    .swiper-apartamentos-oferta .swiper-wrapper,
    .swiper-apartamentos-oferta .swiper-slide  {
        height: initial;
    }
    .swiper-apartamentos-destacados .swiper-slide,
    .swiper-apartamentos-oferta .swiper-slide  {
        padding: 15px;
        background-color: #FFF;
    }
        .swiper-apartamentos-destacados .swiper-slide img,
        .swiper-apartamentos-oferta .swiper-slide img  {
            height: 100%;
            object-fit: cover;
        }
.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'%23f85c5c'%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'%23f85c5c'%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(--azul);
    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 {
    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: #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: #a5a5a5;
}
.custom-select {
    height: calc(1.5em + 1.3rem + 5px);
    padding: .5rem 1rem;
    color: #a5a5a5;
}
.btn {
    padding: 0.75rem 1.25rem;
}
.portada-cercador label {    
    font-size: 14px;
    color: #FFF;
}
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 .75rem center no-repeat;
    background-size: 24px 24px;
    color:#a5a5a5;
}
input.llegada:hover, input.salida:hover {
    background: #FFF url(../img/icono-calendario2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--azul);
}
.portada-cercador input.llegada, .portada-cercador input.salida {
    background: transparent url(../img/icono-calendario.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    color:#ccc;
}
.portada-cercador input.llegada:hover, .portada-cercador input.salida:hover {
    background: #FFF url(../img/icono-calendario2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--naranja);
    color: #a5a5a5;
}
.portada-cercador .form-control {
    color: #FFF;
} 
/* 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(--azul);
} */
.portada-cercador select.huespedes {
    background: transparent url(../img/icono-personas.svg) right .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 .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--naranja);
    color: #a5a5a5;
}
select.huespedes {
    background: #FFF url(../img/icono-personas.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
select.huespedes:hover {
    background: #FFF url(../img/icono-personas2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--azul);
}
.portada-cercador select.destino {
    background: transparent url(../img/icono-destino.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    color: #ccc;
}
.portada-cercador select.destino:hover {
    background: #FFF url(../img/icono-destino2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--naranja);
    color: #a5a5a5;
}

select.destino {
    background: #FFF url(../img/icono-destino.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
select.destino:hover {
    background: #FFF url(../img/icono-destino2.svg) right .75rem center no-repeat;
    background-size: 24px 24px;
    border: 1px solid var(--azul);
}
.btn-azul {
    font-weight: 700;
    color: #FFF !important;
    background-color: var(--azul);
    border-color: var(--azul);
}
.btn-azul:hover {    
    background-color: #2167ad;
    border-color: #2167ad;
}
.btn-naranja {
    font-weight: 700;
    color: #FFF;
    background-color: var(--naranja);
    border-color: var(--naranja);
}
.btn-naranja:hover {
    color: #FFF;
    background-color: #d99c02;
    border-color: #d99c02;
}
.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: 20px;
    font-weight: 400;
    margin-top: 15px;
}
.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%);
}
.grid-vista > ul.row {
    margin-right: -5px;
    margin-left: -5px;
}
.grid-vista > ul.row > li {
    padding-right: 5px;
    padding-left: 5px;
}
aside .filtrar label {
    font-size: 14px;
}
.ficha h1 {
    font-size: 34px;
}
.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: #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(--azul);
        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: #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(--azul);
        }

.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;
}
/* Reserva iframe */
.reserva_iframe {
    width: 100%;
    min-height: 1962px;
    margin-top: 50px;
    overflow-y: scroll;
}

.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;
}
.swiper-como-funciona {
    padding-left: 45px;
    padding-right: 45px;
}
.swiper-como-funciona .swiper-slide {
    height: auto;
}
.swiper-como-funciona .swiper-slide .imagen {
    text-align: center;
}
.swiper-como-funciona .swiper-slide img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.swiper-como-funciona .swiper-slide .tarjeta-cuerpo {
    padding: 15px;
}
.como-funciona h3 {
    font-size: 18px;
    line-height: 1.5;
}
.btn-link {
    color: var(--azul);
}
.btn-link:hover {
    color: var(--naranja);
    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) {
    /* Reserva iframe */
    .reserva_iframe {
        width: 100%;
        min-height: 1470px;
        margin-top: 50px;
        overflow-y: scroll;
    }
    .nuestro-equipo .texto {
        width: 100%;
    }
}
.gero ul li {
    margin-bottom: 15px;
}
.gero.check ul {
    list-style: none;
    padding-left: 0;
}

    .gero.check ul li {
        background: url(../img/i_check_small.png) left 8px no-repeat;
        padding-left: 30px;
        font-size: 18px;
        opacity: .9;
        line-height: 30px;
        margin-bottom: 15px;
    }

.gero, .gero p, .gero span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #212529 !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,.03);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--naranja);
}
.form-control:focus, .custom-select:focus {
    border-color: var(--naranja);
    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 h2 a {
    color: var(--azul);
}
.blog-listado .card-text {
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.texto-intro {
    margin-bottom: 2rem;
}

/* 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(--azul);
 }
 .banner-top h2 {
     color: #FFF;
     font-size: 24px;
 }
 .banner-top .container, .intro .container {
     max-width: 800px;
 }
 .intro {
    margin: 60px auto;
 }
 .banner-top .texto-banner-top, .intro .frase {
     font-size: 18px;
 }
 .texto-banner-top {
     color: #FFF;
 }

 .footer-adress, .footer-phones {
    position: relative;        
    padding: 0px 0px 0px 22px;    
    
 }
 .footer-adress i, .footer-phones i, .footer-phones img {
    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 .custom-select {
     border-color: transparent;
 }
 .listado-basico .buscador-disponibilidad .card-header,
 .listado-basico .filtrar .card-header {
     text-transform: uppercase;
     color: var(--naranja);
 }
 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 {
     width: 50px;
 }
 .navbar-brand.logo_sticky img {
    width: 50px;
}
@media (min-width: 768px) {
    .navbar-brand.logo_normal img {
        width: 85px;
    }
    .navbar-brand.logo_sticky img {
       width: 105px;
   }
}
.ficha .precio-desde {
    font-size: 2rem;    
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: var(--azul);
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.formulario-servicios .container {
    max-width: 800px;
}
.swiper-reviews-home {
    padding-left: 45px;
    padding-right: 45px;
}
header .navbar-brand {
    padding: 0;
}
.top-bar {
    display: none;
    background: var(--azul);
}
@media (min-width: 375px) {
    .top-bar {
        display: block;
    }
}
.top-bar a { 
    color:#FFF !important;
    font-size: 13px; 
}
.top-bar a:hover {
    color:#FFF !important;
}
.top-bar a i {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .portada-cercador .btn-azul {
        background-color: #2167ad;
        border-color: #2167ad;
    }
    .portada-cercador .btn-azul:hover {
        background-color: #18528d;
        border-color: #18528d;
    }
}
.container > .texto-intro {
    max-width: 800px;
    margin: 0 auto 30px;    
}


/* Error 404 */

.pag-error-404 {
    width: 100%;
    margin-top: 88px;
}

.pag-error-404 .h1-error {
    font-size: 38px;
    color: #000;
  }
  .pag-error-404 .background-404 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;  
    text-align: center;
    padding: 30px 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: 50px;
    font-size: 30px;
  }
  .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 {
        margin-top: 110px;
    }
    .pag-error-404 .background-404 {
        padding: 100px 0;  
    }
    .pag-error-404 .h1-error {
        font-size: 100px;
    }
}