.elementor-17684 .elementor-element.elementor-element-ae28694{--display:flex;--margin-top:0px;--margin-bottom:61px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-51376ad */.alterestate-propiedad {
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .alterestate-carousel .slick-track{
        margin-left: -7px;
    }
    
        .alterestate-header {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

    .alterestate-propiedad:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .alterestate-imagen {
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .alterestate-imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .alterestate-propiedad:hover .alterestate-imagen img {
        transform: scale(1.05);
    }

    .alterestate-tipo {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #4CAF50;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: bold;
        z-index: 1;
    }

    .alterestate-detalles {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .alterestate-detalles h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        color: #333;
        line-height: 1.3;
    }

    .alterestate-ubicacion {
        display: flex;
        align-items: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .alterestate-ubicacion i {
        margin-right: 5px;
        color: #312783!important;
    }

    .alterestate-precio {
        font-weight: bold;
        font-size: 20px;
        color: #312783!important;
        margin-bottom: 15px;
    }

    .alterestate-caracteristicas {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
    }

    .caracteristica {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        color: #555;
    }

    .caracteristica i {
        color: #312783!important;
    }

    .alterestate-boton {
        display: inline-block;
        background-color: #312783!important;
        color: white;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        transition: background-color 0.3s ease;
        text-align: center;
        margin-top: auto;
    }

    .alterestate-boton:hover {
        background-color: #0b7dda;
        color: white;
    }

    /* Estilos del carrusel */
    .alterestate-carousel {
        margin: 0 -10px;
    }

    .alterestate-carousel .slick-slide {
        padding: 0 10px;
            height: 506px;
    display: flex
;
    margin-bottom: 20px;
    }

    .alterestate-carousel .slick-prev,
    .alterestate-carousel .slick-next {
        z-index: 10;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.alterestate-carousel .slick-prev:before, .alterestate-carousel .slick-next:before {
    font-size: 18px;
    color: #fff;
}

.alterestate-carousel .slick-next:before {
    margin-left: 5px;
}
    .alterestate-carousel .slick-prev {
        left: -5px;
    }

    .alterestate-carousel .slick-next {
        right: -5px;
    }
    
    /* Corregir bullets */
.alterestate-carousel .slick-dots li button:before {
    content: "•";  /* Usar el punto directamente */
    font-size: 12px;
    color: #312783;
    opacity: 0.25;
}

.alterestate-carousel .slick-dots li.slick-active button:before {
    color: #312783;
    opacity: 1;
}
    
    .page-link {
           background-color: #ffffff0a!important;
    border: none;
    line-height: auto!important;
    }
    
    a.page-link.next, a.page-link.prev {
    width: 100px!important;
}/* End custom CSS */