/*--------------------------------------------------------------
# FAVORITE ICON
--------------------------------------------------------------*/
#favorite{
    color: red;
    font-size: 25px;
    margin-right: 7px;
    }
/*--------------------------------------------------------------
# LOGOUT ICON
--------------------------------------------------------------*/
#logouticon{
    color: blue;
    font-size: 20px;
    margin-left: 7px;
    margin-right: 11px;
    }
/*--------------------------------------------------------------
# IMG Responsive in EXPLORAR PRODUCTS
--------------------------------------------------------------*/
.img-container{
height:100%;
max-height:200px;
}

.img-container img{
display: block;
width: 100%;
height: 100%;
object-fit:cover;
}
