.featured-properties {max-width: var(--container-width);margin: 0 auto;padding-left: 15px;padding-right: 15px;padding-bottom: 40px;position: relative;user-select:none;}.featured-properties::after {content: '';position: absolute;bottom: 18px;left: 5%;right: 5%;height: 50px;z-index: -1;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70% );}.carousel-container {position: relative;overflow: hidden;transition: height 0.4s ease-in-out;}.carousel-track {display: flex;transition: transform 0.5s ease-in-out;}.carousel-track.is-dragging {transition: none;}.carousel-slide {min-width: 100%;padding: 0 25px;}.property-card a {display: flex;overflow: hidden;}.slide-image {flex: 1 1 47%;background-color: var(--secondary-color);border-radius: 15px 0 0 0;position: relative;}.slide-image img {width: 100%;height: 100%;object-fit: cover;border-radius: 15px 0 15px 0;}.slide-image .tarja-personalizada{position: absolute;left: 0;top: 25px;padding: 5px 12px;font-size: 0.9rem;}.slide-details {flex: 0 0 53%;padding: 30px;display: flex;flex-direction: column;border: 1px #e9e9e9 solid;border-left: 0;border-radius: 0 8px 8px 0;background-color: #fff;}.carousel-slide .property-title {font-size: clamp(1.2rem, 4vw, 1.6rem);font-weight: 700;color: #333;line-height: 1.3;}.carousel-slide .property-location {color: #999;margin: 5px 0 15px 0;}.carousel-slide .property-location i{margin-right: 5px;}.carousel-slide .property-price{color: #333;}.carousel-slide .property-price b {font-size: clamp(1.4rem, 4vw, 1.6rem);font-weight: 700;margin-bottom: 15px;}.carousel-slide .property-price span {display: table;font-weight: bold;font-size: 1rem;}.carousel-slide .property-price small{font-size: 1rem;}.carousel-slide .property-description {font-size: 0.9rem;color: #666;line-height: 1.4rem;flex-grow: 1;}.carousel-slide .property-features {display: flex;gap: 20px;margin: 20px 0;font-size: 0.9rem;color: #555;}.carousel-slide .property-features i {margin-right: 8px;}.carousel-btn {position: absolute;top: 50%;transform: translateY(-50%);background-color: rgba(255, 255, 255, 0.9);border: 1px solid var(--border-color);border-radius: 50%;width: 50px;height: 50px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);cursor: pointer;font-size: 1.2rem;color: var(--primary-color);transition: all 0.3s ease;}.carousel-btn:hover {color: var(--secondary-color);}.prev-carousel-btn {left: 0;}.next-carousel-btn {right: 0;}.featured-properties-crm *{box-sizing: border-box;}.featured-properties-crm{margin: 10px 0 20px;max-width: 100%;}.featured-properties-crm, .featured-properties-crm .carousel-slide{padding: 0;}.featured-properties-crm .carousel-btn{display: none;}@media(max-width: 992px) {.featured-properties{padding-bottom: 0;}.featured-properties::after{display: none;}.property-card a{flex-direction: column;min-height: auto;}.carousel-slide {padding: 0;}.slide-details {padding: 25px 45px;border: 1px var(--border-color) solid;border-top: 0;border-radius: 0 0 10px 10px;}.carousel-btn {width: 42px;height: 42px;border-radius: 5px;}.prev-carousel-btn {left: -5px;}.next-carousel-btn {right: -5px;}.featured-properties-crm{margin: 30px 0;max-width: 900px;}.featured-properties-crm, .featured-properties-crm .carousel-slide{padding: 0;}.featured-properties-crm .property-card a{flex-direction: row;}.featured-properties-crm .slide-image {flex: 0 0 35%;}.featured-properties-crm .slide-details {flex: 0 0 58%;}.featured-properties-crm .carousel-btn{display: none;}}@media(max-width: 768px) {.slide-details {padding: 20px 40px;border-top: 0;}.carousel-slide .property-description{display: none;}.property-features {flex-direction: column;gap: 0;}.carousel-btn {width: 36px;height: 36px;}.prev-carousel-btn {left: -5px;}.next-carousel-btn {right: -5px;}}