/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 29 de ago. de 2023, 18:11:20
    Author     : Vedoble
*/
.img-clasmerc{
    width: 100px;
}

.card-image{
    background: transparent;
}

.pre-lk{
        text-decoration: none;
}
.desc-clasmerc-nome {
        display: initial;
        transition: color 0.25s;
        color: #7F7F7F;
        padding-top: 10px !important;
    }

@media (min-width: 577px) {

}
/*monitores pequenos */
@media (min-width: 769px) {

}

/*monitores médios */
@media (min-width: 993px) {

}

/*monitores grandes */
@media (min-width: 1201px) {
    .img-clasmerc{
        width: 135px;
    }

    .card-image{
        background: #f4f4f4;
        border-radius: 15px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 20px 10px;
        min-height: 180px !important;
        transition: filter 0.3s ease;
        margin-bottom: 15px;
    }


    .desc-clasmerc-nome {
        display: initial;
        transition: color 0.25s;
        color: #7F7F7F;
        padding-top: 10px !important;
    }

    .pre-lk:hover .desc-clasmerc-nome {
        color: #00CF76;
    }


    .card-image:hover{
        filter: brightness(75%);
    }


    .card-image:hover img{
        transform: scale(1.1);
        transition: 0.2s ease-in-out all;
    }

    .card-image img{
        transform: scale(1);
        transition: 0.2s ease-in-out all;
    }





}
/*monitores extra-grandes */
@media (min-width: 1401px) {

}