#categoria{
    width: 100%;
}

#categoria .slider.mod-slider{
    margin: 0;
    height: 500px;
    box-shadow: 50px 50px #eee;
}
#categoria .single-slide img{
    margin: 0;
    height: 500px;
    box-shadow: 50px 50px #eee;
    object-fit: cover;
}

#categoria .slick-slide{
    height: 500px !important;
}

#categoria .slick-slide img{
    min-height: 500px;
}


#categoria .slick-dots{
    right: 0;
}

.vermais img{
    width: 50px;
}

.vermais p{
    margin-bottom: 5px;
    color: black;
}

/*#categoria .text p:first-child{
    margin-bottom: 50px;
}*/

#categoria strong{
    font-weight: 600;
    font-size: 16pt;
}

#categoria .text ul{
    padding: 0;
}

#categoria .text li{
    list-style: none;
    font-weight: 600;
}

.item-slider{
    width: 300px;
    height: 300px;
    box-shadow: 30px 30px #202020;
}

.item-slider .slick-dots{
    right: 0;
}

.item-slider .slick-slide{
    height: 300px !important;
}

.item-slider .slick-slide img{
    min-height: 300px;
}

.item-slider.slider{
    margin-top: 0px;
}

#prod-item{
    width: 100%;
}


#prod-item h2{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    /*white-space: nowrap;*/
}

#prod-item h2 span{
    background: black;
    height: 2px;
    width: 50px;
    display: block;
    margin-right: 15px;
}

#prod-item h3{
    font-size: 35px;
    font-weight: 600;
}

#prod-item h4{
    font-weight: 600;
}

#prod-item p strong{
    font-weight: 600;
}

#prod-item .text{
    margin-bottom: 30px !important;
}

.buttonLink p{
    margin-bottom: 0;
}

#prod-item .bg-gray{
    background: #ededed;
}

#prod-item .bg-lt-gray{
    background: #f8f8f8;
}

@media screen and (max-width: 425px){
    .descriptionSlider{
        display: none;
    }
    #categoria .slider{
        height: 300px !important;
        margin-bottom: 50px !important;
    }
}
