/*
  BANNER v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.imgbanner{
  height:100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 2px 3px 20px 1px rgba(76, 39, 21, 0.5);
  background-blend-mode: multiply;
  background-image: linear-gradient(224deg, rgba(250, 250, 250, 0) 62%, #231f20 0%);
}


/* Banner Cards */
.banner__produtos .owl-stage-outer{
  padding:5px;
}

.produtobanner{
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgb(160 97 65 / 60%);
  background-color: #fafafa;
}

.produtosbanner__cartao--title {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.produtosbanner__cartao--content {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  min-height: 42px;
}

.produtosbanner__img {
  width:100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgba(160, 97, 65, 0.6);
  background-color: #fafafa;
}

.produtosbanner__img img {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.produtosbanner__cartao--data {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #4c2715;
}   

.produtosbanner__cartao--data p {
  text-transform: uppercase;
}

.produtosbanner__cartao--sabermais {
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fcb94d;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 5px;
  border: solid 1px #4c2715;
  background-color: #4c2715;
  transition: all .3s ease-in-out;
}

.produtosbanner__cartao--sabermais:hover {
  color: #4c2715;
  background-color: transparent;
}

.imgbanner__content h2{
  margin-bottom:0;
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fafafa;
}

.imgbanner__content h3{
  margin-bottom:0;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fafafa;
}

.imgbanner__content h4{
  margin-bottom:0;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fafafa;
}

.custom-position{
  position:relative;
  z-index:2;
  transform:translateY(-50%);
}

@media only screen and (max-width: 767px){
  .imgbanner__content h2{
    font-size:50px;
  }

  .imgbanner__content h3 {
    font-size: 30px;
  }

  .imgbanner__content h4 {
    font-size: 20px;
  }
}