.lista-preco{
    text-align: center;
    margin-bottom: 65px;
}

.lista-preco-table{
    min-width: 50%;
    width: 90%;
    display: table;
    margin: 0 auto;
}

.lista-preco-header td:nth-child(4){
    padding: 0px 25px;
}

.lista-preco-table tr{
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #777;
}

img{
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.lista-preco-table td{
    text-align: center;
}

.header-price{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

.section-price{
    width: 100%;
    display: flex;
}

.cont-est{
    width: 100%;
    height: 60px;
}

.prc-tm{
    width: 100%;
    height: 50%;
    display: flex;
}

.prc-est{
    width: 100%;
    height: 50%;
    display: flex;
}

.pd-prc{
    width: 25%;
    height: 100%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}