.master-column-wrapper {
  overflow: hidden;
}

#carousel-banner-neutrum {
  height: 450px;
}

.banner-neutrum-gradient {
  background: linear-gradient(90deg, var(--neutrumGreen) 35%, transparent);
}

#carousel-banner-neutrum:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: url(../images/neutrum/neutrum-figure-2.svg);
  right: -200px;
  bottom: -100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
}

#carousel-banner-neutrum .carousel-indicators button, #carousel-productos-neutrum .carousel-indicators button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  opacity: 1 !important;
  background-clip: inherit !important;
}

#carousel-banner-neutrum .carousel-indicators button.active, #carousel-productos-neutrum .carousel-indicators button.active  {
  background-color: var(--White) !important;
}

.engineering-mesh-figure {
  pointer-events: none;
  position: absolute;
  z-index: 99;
  top: -150px;
  left: -100px;
  width: 580px;
}


.reja-background {
  bottom: -48px;
  right: -360px;
  width: 700px;
  height: 500px;
}

.neutrum-logos-row img {
  min-height: 80px;
  min-width: 180px;
  object-fit: contain;
  margin-bottom: 30px;
}
i.bi-dash-circle-fill {
  transition: 0.3s all
}

a.collapsed + i.bi-dash-circle-fill::before {
    content: "\f4f9" !important;
    color: var(--neutrumGreen) !important;
}
@media (max-width: 1400px) {
  #section-conoce-mas-sustentabilidad h2 {
    width: 75%;
  }
}

@media (max-width: 1280px){

  .engineering-mesh-figure {
    left: 10px;
    width: 380px;
  }
}

@media (max-width: 1200px){

  .engineering-mesh-figure {
    top: -150px;
    left: -170px;
  }
}


@media (max-width: 991px) {
    .engineering-mesh-figure {
        display: none;
    }
    .reja-background {
      position: relative !important;
      width: 100%;
      height: 100%;
      bottom: 0px;
      right: 0px;
    }
    .cta-plan-descarbonizacion {
      position: absolute !important;
      text-align: center !important;
    }
}

@media (max-width: 768px) {
  #carousel-banner-neutrum:after {
    width: 300px;
    height: 250px;
    right: -160px;
    bottom: -40px;
  }
  #section-conoce-mas-sustentabilidad h2 {
    width: 100%;
    text-align: center;
  }
}