/*
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
*/


.card-pesq{
    width: 90% !important;
    text-decoration: none;

}

.cod-prod-pesq{
    font-size: 12px;
    color: #00CF76;
    margin-top: 15px;
}

.btn-heart-card{

    color: #C7C7C7 !important;
}

.btn-heart-card .ui-state{

    color: red !important;
}

.valor-prod-card-dolar-pesq {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #00CF76 !important;
    margin-bottom: -16px;
}

.prod-nome-pesq{
    text-decoration: none;
    color: #454545 !important;
    font-family: Product Sans !important;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px !important;
    margin-top: -10px;
}

.valor-prod-card-real-pesq {
    color: #C7C7C7;
    font-size: 13px !important;
    font-weight: 700;
}

.img-card-pesq{
    width: 75%;
    border-bottom: 1px solid #F4F4F4;
}

.cod-prod-card {
    border-radius: 15px;
    background: #fff;
    margin: 8px;
    padding: 5px;
    text-align: center;
    width: 100%;
    min-height: 345px;
}

.aling-midle {
    color: #00CF76;
    -webkit-text-fill-color: #00CF76;
    font-weight: bold;
    display: flex;
    align-items: center;

}

.aling-midle .ui-widget{
    font-size: 16px !important;
    font-weight: 700;
}

.valor-prod-card-dolar{
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #00CF76 !important;
}

.valor-prod-card-real{
    color: #C7C7C7;
    font-size: 15px;
    font-weight: bold;
}

.valor-prod-card-real{
    color: #C7C7C7;
    font-size: 16px !important;
    font-weight: 700;
}

.prod-nome-card{

    text-decoration: none !important;
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px !important ;
    font-family: Product Sans !important;
    font-weight: 400;
    margin-top: -5px;
}

.span-card-prod{
    background-color: #F25050 !important;
    border-radius: 15px !important;
    color: white !important;
    width: 100px !important;
}

.span-card-prod-indis{
    background-color: #C7C7C7 !important;
    border-radius: 15px !important;
    color: white !important;
    width: 100px !important;
}

.output-card-prod{
    padding: 10px;
    padding: 14px;
    font-size: 14px;
}
.output-card-prod.ui-widget{
    font-size: 12px;
    font-weight: 600;
}

.aling-left{
    text-align: left !important;
}

.aling-center{
    text-align: center !important;
}

.aling-right{
    text-align: right !important;
}

.valor-prod-oferta{
    font-size: 14px !important;
    text-decoration-line: line-through !important;
    color:  rgba(199, 199, 199, 1) !important;
    font-weight: 400;
}
@media (min-width: 577px) {
    .img-card:hover {
        transform: scale(1.20);
    }

}
/*monitores pequenos */
@media (min-width: 769px) {

    .img-card{
        width: 100%;
        border-bottom: 1px solid #F4F4F4;
    }

    .card-prod {
        width: 100%;
    }
}

/*monitores médios */
@media (min-width: 993px) {


    .prod-nome-pesq{
        font-size: 14px;
    }

    .cod-prod-pesq{
        font-size: 15px;
    }

    .valor-prod-card-dolar-pesq {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #00CF76 !important;
        margin-bottom: 0px;
    }

    .valor-prod-card-real-pesq {
        color: #C7C7C7;
        font-size: 13px !important;
        font-weight: 700;
    }

}

/*monitores grandes */
@media (min-width: 1201px) {

}
/*monitores extra-grandes */
@media (min-width: 1401px) {

}