div#carrusel_destacada {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 20px; */
}
article.item_destacada{
    margin: 0 20px;
}
.head_destacado {
    border-top: 1px solid #bc1324;
    padding-top: 5px;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
}

span.tipo_inmueble {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HALIS';
}
span.ciudad_inmueble {
    font-size: 14px;
    color: #000;
    font-family: 'HALIS';
}

article.item_destacada img {
    height: 380px;
    max-width: 460px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
article.item_destacada h3 {
    font-family: 'Scilla';
    font-size: 30px;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
}
article.item_destacada h4 {
    font-family: 'HALIS';
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

article.item_destacada button {
    border-radius: 0;
    background: #bc1324;
    border-color: #bc1324;
}

article.item_destacada button:hover {
    border-radius: 0;
    background: #000;
    border-color: #000;
}
.precio_item {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 15px;
}

.precio_item span {
    color: #000;
    font-weight: bold;
    font-family: 'HALIS';
}

article.item_destacada a:hover h3 {
    color: #bc1324;
}

@media only screen and (max-width: 991px) {
/* div#carrusel_destacada {
        grid-template-columns: 1fr 1fr;
        padding: 0 30px;
    } */
}

@media only screen and (max-width: 768px) {
     div#carrusel_destacada {
       /* grid-template-columns: 1fr;*/
        /*padding: 0 30px;*/
    } 
        article.item_destacada img {
            height: 280px;
            max-width: 300px;
            object-fit: cover;
            object-position: center;
            margin-bottom: 15px;
        }
}