.banner-produto h1 {
  font-size: 1.6rem;
  font-family: 'Roboto Slab', serif; font-weight: 400;
  background-size: cover;
  background-position: center;
  
}

.banner-produto .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.banner-produto{ position: relative; min-height: 90px;}
.banner-produto .overlay{  z-index: 1; position: absolute;}

.banner-produto .container{z-index: 2; position: relative;}