.btn:hover, .btn-cta:hover {
  background: var(--Orange700);
}

.btn:hover {
  color: var(--White);
}

.bg-neutrum-lightGreen {
  background: var(--neutrumLightGreen);
  color: var(--neutrumGreen) !important;
}

.bg-blue-400 {
  background-color: var(--Blue400);
}

.btn-play-sustentabilidad {
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 60px;
  top: calc(58% - 60px);
  left: calc(52% - 60px);
  color: var(--White);
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
#popupModal .modal-body {
    height: 600px;
}
@media(max-width:990px) {
  img .agenda-deacero-icons {
    width: 100%;
    height: 550px;
  }
  img.object-fit-contain.logo-fundacion {
    width: 200px;
    height: 60px;
  }
}
@media(max-width:990px) {
  .btn-sust-home-width {
      width: 100%;
  }
}