.sustentabilidad-banner {
  position: relative;
}

  .sustentabilidad-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

.blue-cover-block:after {
  content: '';
  background: var(--Blue600);
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.icon-circle-group {
    overflow: hidden;
}

.pacto-onu-background::after {
  content: "";
  background: linear-gradient(90deg, white 51%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
}
.sust-row-img.pacto-onu-background img.object-fit-cover {
    top: 0;
}

#certificationCarousel {
    width: 60%;
}

.card-negocio-responsable {
  border-color: #0f2d6f;
}

.card-medio-ambiente {
  border-color: #3ccd5a;
}

.card-sociedad {
  border-color: #ed6b1b;
}
.card-scroller {
  height: 125vh !important;
}
@media(max-width:1360px) {
  #certificationCarousel {
    width: 80%;
  }
}
  @media(max-width:991px) {
    .card-scroller {
      height: 140vh !important;
      margin: 0 !important;
    }
/*
    .card {
      width: 100% !important;
    }*/

    .absolute-bg {
      position: relative !important;
    }

    .blue-cover-block:after {
      height: 111%;
      width: 150%;
      left: -30% !important;
    }

    #certificationCarousel {
      width: 90%;
    }
  }

  @media (max-width: 768px) {
    .sust-row-img.pacto-onu-background img.object-fit-cover {
      position: absolute !important;
    }

    .sust-row-img.pacto-onu-background img.object-fit-cover {
      position: absolute !important;
      bottom: 0;
      top: auto;
    }

    .pacto-onu-background::after {
      bottom: 0;
      background: linear-gradient(180deg, white 51%, transparent);
    }

    .card-scroller {
      height: 100vh !important;
      margin: 0 !important;
    }

    .card {
      width: 100% !important;
    }
    #certificationCarousel {
      width: 100%;
    }
  }
