#mapa-detalle {
    height: 250px;
}

#mapa-detalle-2 {
    height: 500px;
}

#mapa-lista {
    /* position: fixed !important;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0; */
    width: 100%;
    height: 100%;
}

.img-marker {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.hidden_destacado {
    display: none;
}
.img-list{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.alt30 {
    height: 30px;
}
.rojo{
    color: #e12220;
}
.txtend{
    text-align: end;
}
.fgris{
    background-color: #dfdfdf;
}
@media only screen and (max-width: 700px) {
    .vistapc{
        display: none;
    }
}

span.bwhatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 70%;
    cursor: pointer;
}
.h-190px{
    height: 190px !important;
}
.h-300px{
    height: 190px !important;
}
.pagactual{
    background-color: #e12221;
    color: #ffffff !important;
}