
.home{
	  margin-top: calc(-1 * var(--height-header));
}
.home_banner_container{
	position: relative;
	width: 100%; 
}
.home_banner_image{
	position: absolute; 
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 1;
}
.home_banner_overlay{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #7C9A4D 0%, #24291C 100%);
  opacity: 0.88;
  z-index:2;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.home_banner_text{
  position: relative;
  
  color: white; 
  z-index: 3;
	
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: calc(var(--height-header) + var(--height-header));
  padding-bottom: 16px;

}


.bbo-shop-section h2,
.bbo-shop-section p,
.bbo-shop-section a {
  color: white;
}

.bbo-about-section {
  background-color: #fff;
  color: #000;
}



.bbo-quadrante i {
  display: block;
  margin-bottom: 8px;
}
.bbo-quadrante h5 {
  margin-bottom: 8px;
}
.bbo-quadrante img{
	max-width: 200px; 
}

.bbo-accordion-section i {
  width: 24px;
}
.bbo-stats{
	background-color: #DD4338; 
}

.bbo-news-section .card-img-top {
  object-fit: cover;
  height: 200px;
}
@media (max-width: 575.98px) {
  .bbo-shop-section img {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}