a{
    color: #333;
}
a:hover{
    color: black;
    text-decoration: none;
}


.bg-light{
    background-color: #F2F2F2!important;
}

/* archive inmuebles */
.inmuebles .title-container{
    font-size: 35px;
}
.inmuebles img.border{
    border-color: #211D1C!important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.inmuebles .price-container{
    top: 0;
    bottom: 0;
}
.inmuebles .card-footer{
    font-size: 12px;
}
.inmuebles .border-bottom{
    border-color: #211D1C!important;
}


/* GRAYSCALE IMG */
.card-inmueble img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.card-inmueble .img-container:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

/* SHADOW CARD GALLERY */
.card-inmueble .card-img-top, .shadow-gallery{
    border: 1px solid #211d1c!important;
}
.shadow-gallery{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/**************************/
/* MODAL */
/**************************/
.modal.and.carousel {
    position: fixed;
}
.modal.and.carousel .modal-content{
    background-color: #F2F2F2;
}
.modal.and.carousel .modal-body img {
    height: 60vh;
    object-fit: contain;
    object-position: center;
}
.modal.and.carousel .espejo{
    transform: scaleX(-1);
}
.modal.and.carousel .carousel-indicators > li {
    border-radius:50%;
    width:15px;
    height:15px;
    background-color:#d2d2d2;
}
/* BACKGROUNDS */
.bg-black{
    background-color: #211D1C;
}
