p{
    max-height: 45px;
    overflow: hidden;
}

.row h1 {
    text-align: center;
}

.h2-sec1 {
    width: 100px;
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    color: var(--text-100);
}

/* fim textos */
.pd-new {
    padding-top: 30px;
}

.pd-top-40 {
    padding-top: 130px;
}

.categorias {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.category-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.category-img:hover{
    box-shadow: 4px 4px 12px rgba(48, 48, 48, 0.429);
}

.nova-img {
    width: 261px;
    height: 154px;
    object-fit: contain;
}

.mod_col {
    width: 261px;
    max-width: 100%;
}

.col-pd-new {
    margin-top: 40px;
    cursor: pointer;
}

.pointer_new {
    cursor: pointer;
}

.pd-bottom {
    padding-bottom: 40px;
}

.card {
    background: var(--bg-100);
}

.new-mod-col {
    margin-top: 20px;
}

.ctn-nav-new {
    padding-top: 20vh;
}

@media only screen and (max-width: 1199.2px) {
    .nova-img {
        height: 150px;
    }
}

@media only screen and (max-width: 579px) {
    .nova-img {
        width: 192px;
        height: 123px;
    }

    .mod_col {
        width: 180px;
    }
}

@media only screen and (max-width: 432px) {
    .category-img {
        width: 100px;
        height: 100px;
    }
}

