.texto_subtitulo{
    text-align: justify;
    width: 100%;
    color: #666666 !important;
    font-size: 1.2rem;
    font-weight: 600;
}

.texto_parrafo, ol{
    text-align: justify;
    width: 100%;
    color: #666666 !important;
    font-size: 1.05rem;
}

.boton_whatsapp{
    left: 90%;
    position: sticky;
    top: 50%;
    background-color: green;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    z-index: 10;
}

.boton_whatsapp_detalle_inmueble{
    position: relative;
    background-color: green;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 10;
}

.boton_subir{
    left: 91.5%;
    position: sticky;
    top: 80%;
    background-color: #336699;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 10;
}

.card_destacados{
    border: 2px solid #336699;
    background-color: #f0f0f0;
    width: 17rem;
    padding-bottom: 20px;
    transition: 0.5s ease-in-out;
}
.card_destacados:hover{
    background-color: #e4f0fc;
    transform: scale(1.03);
}

.card_destacados_titulo{
    font-weight: bold;
    font-size: 16px;
}
.card_destacados_texto{
    font-weight: bold;
    font-size: 15px;
    color:#336699 !important;
}
.card_destacados_texto_slide{
    font-weight: bold;
    font-size: 15px;
    color:#336699 !important;
}
.card_destacados_precio{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.boton_conoce_mas{
    background-color: #336699;
    color: white;
    width: 80%;
    transition: 0.5s ease-in-out;
}
.boton_conoce_mas:hover{
    background-color: #336699;
    color: white;
}


.card_destacados_img{
    width: 100%;
    aspect-ratio: 4 / 3; /* Proporción 4:3 */
    object-fit: cover;   /* Evita la distorsión y recorta si es necesario */
}

#div_inmuebles_destacados_arriendos{
    /* Para navegadores WebKit como Chrome, Safari y Edge */
    &::-webkit-scrollbar {
      display: none;
    }
    /* Para Firefox */
    scrollbar-width: none;
    /* Para Internet Explorer y versiones antiguas de Edge */
    -ms-overflow-style: none;
}

#div_inmuebles_destacados_ventas{
    /* Para navegadores WebKit como Chrome, Safari y Edge */
    &::-webkit-scrollbar {
      display: none;
    }
    /* Para Firefox */
    scrollbar-width: none;
    /* Para Internet Explorer y versiones antiguas de Edge */
    -ms-overflow-style: none;
}

 .contacto_whatsapp_home{
    text-decoration: none; 
    color: grey;
 }

.boton_slider_inmuebles {
    background-color: #336699;
    border-radius: 50px;
    width: 40px !important;
    height: 40px;
    margin-top: 250%;
}

.boton_slider_inmuebles:hover {
    background-color: #336699;
}


@media screen and (max-width: 768px) {
    
    .boton_whatsapp{
        left: 70%;
        position: sticky;
        top: 50%;
        background-color: green;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        z-index: 10;
    }
    
    .boton_subir{
        left: 75%;
        position: sticky;
        top: 80%;
        background-color: #336699;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        z-index: 10;
    }

}