.produto{
    width: 100%;
    min-height: 350px !important;
    margin-bottom: 5%;
}
.produto-image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.produto-body{
    margin-top: 5%;
}
.produto-body h3{
    margin-bottom: 20px;
}
.slider-item{
    height: 500px !important;   
    width: 100%;
}
.hero-wrap{
    height: 500px !important;
}
.media{
    color: rgba(0,0,0,0.7);
    display: inline-block;
}
.media:hover{
    color: #f79f24 !important;
}
.color-orange{
    color: #f79f24 !important;
}
.image{
    width: 100% !important;
    height: 200px !important;
}
.bg-white{
    background-color: white !important;
}
.image-bg{
    width: 100% !important;
    height: 50vh !important;
}
.image-table{
    width: 100% !important;
    height: 450px !important;
}
.title{
    font-weight: 300;
}
.text-table{
    font-weight: bold;
}
.line{
    width: 90px;
    border-bottom: 2px solid #f79f24;
}
.m-0{
    margin: 0px;
    padding: 0px;
}
.table{
    border-bottom: 2px solid #f79f24 !important;
}
.table-width{
    width: 100%;
}   
.pm-0{
    margin: 0px;
    padding: 0px;
}
@media only screen and (max-width: 576px) {
    .d-span {
      display: none !important;
    }
}