.listado-main .form-response p {
    text-align: left;
}

/* header */
.cbp-hrmenu>ul>li>a {
    text-transform: uppercase;
}

/* noticias */
.noticias-img img {
    aspect-ratio: 17 / 11;
}

/* single-noticia */
.deta-noti-cnt p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 400;
    font-style: normal;
    color: #1C2E3D;
    margin: 0;
    margin-bottom: 20px;
}

.wp-block-image .wp-element-caption {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.11px;
    color: rgba(28, 46, 61, 0.39);
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
}

/* agenda */
.agenda-rgt .listado-list ul li:first-child {
    flex: 0 1 100%;
}

.listado-img img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

.calendar .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default.ui-state-active {
    color: #fff;
    font-weight: 700;
}

.calendar .ui-datepicker-calendar .ui-datepicker-current-day:after {
    position: absolute;
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    z-index: -1;
    border-radius: 50%;
    left: -1px;
    top: -1px;
    opacity: 1;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.5s ease;
    background: #1C2E3D;
}

/* single-experiencia */
.calendario-slider .swiper-slide .hme-noticias-img img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

.ficha-de-info ul li a {
    float: unset;
}

/* single-villa */
.flexslider .slides img {
    aspect-ratio: 19 / 8;
    object-fit: cover;
}

/* single-villa */
/* .descubre-hme .descubre-img img {
    aspect-ratio: 18 / 25;
    object-fit: cover;
} */
.descubre-hme .descubre-img.home img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

/* experiencias */
.listado-fil .nice-select.open .list {
    max-height: 300px;
    overflow-y: auto;
}

@media screen and (max-width:767px) {
    .listado-fil .nice-select.open .list {
        max-height: 250px;
    }
}


.noticias-slider .swiper-slide .hme-noticias-img img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

/* single-noticia */
.galeria-list ul li .galeria-img img {
    aspect-ratio: 19 / 14;
    object-fit: cover;
}

.fortunatus-lft {
    flex-basis: 280px;
}

@media screen and (max-width: 767px) {
    .inner-banner-cnt {
        padding: 17px;
    }
}

/** VILLAS DISTRIBUIDORA **/
.otras-villas-inner .swiper-slide {
    aspect-ratio: 3 / 5;
}

.descubre-hme {
    height: 100%;
}

.descubre-hme a {
    height: 100%;
}

.descubre-hme .descubre-img {
    height: 100%;
}

.descubre-hme .descubre-img img {
    height: 100%;
    object-fit: cover;
}

.otras-villas.desktop .swiper-pagination-bullets {
    display: none;
}

/** SINGLE VILLA **/
.hme-map.single-villa {
    height: auto;
}