.bg-fundacion {
  background-image: url('/Themes/DeaceroThemeV3/Content/images/acerca-de/fundacion/fundacion-deacero.webp');
  background-size: cover;
  background-position: center;
}

.img-description-box {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  width: auto;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  z-index: 99;
}

.card-fundacion-lineas-accion {
  min-height: 400px;
}
.btn-fundacion-informe {
  background-color: var(--White);
}

.bi-flag::before {
  content: "\f3cc";
  margin-top: 15px;
}

.bi-rainbow::before {
  content: "\f50d";
  margin-top: 15px;
}

.circle {
  width: 300px;
    height: 300px;
    background: #f6f6f6;
    border-radius: 100%;
    font-size: 100px;
}

@media (max-width:768px) {
  .circle {
    width: 200px;
      height: 200px;
  }
}

@media (max-width: 425px) {
  .card-lineas-accion {
    max-height: 400px !important;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .card-fundacion {
    min-height: 588px;
  }
  .card-resultados {
    min-height: 275px;
  }
}

@media (min-width:992px) and (max-width: 1399px) {
  .card-fundacion {
    min-height: 480px;
  }
  .card-resultados {
    min-height: 250px;
  }
}

/** tarjetas con hover**/
.card-fundacion-lineas-accion-info {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

.card-fundacion-lineas-accion:hover .card-fundacion-lineas-accion-info {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.card-gradient {
    opacity: 0;
    transition: 0.25s all;
}
.card-fundacion-lineas-accion:hover .card-gradient {
  opacity: 1;
}
.card-gradient-filantropia {
  background: linear-gradient(0deg, #D13C37, transparent);
}
.card-gradient-atencion-social {
  background: linear-gradient(0deg, #88B64B, transparent);
}
.card-gradient-colaboradores {
  background: linear-gradient(0deg, #E09E47, transparent);
}
.card-gradient-voluntariado {
  background: linear-gradient(0deg, #2EADA3, transparent);
}
.card-gradient-comunidades {
  background: linear-gradient(0deg, #6E3F90, transparent);
}

@media (max-width:475px) {
  .card-fundacion-lineas-accion .card-fundacion-lineas-accion-info {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  }

  .card-fundacion-lineas-accion-info {
    max-height: 0;
  }

  .card-fundacion-lineas-accion .card-gradient {
    opacity: 1;
  }

  .card-gradient-filantropia {
    background: linear-gradient(0deg, #D13C37, transparent);
  }

  .card-gradient-atencion-social {
    background: linear-gradient(0deg, #88B64B, transparent);
  }

  .card-gradient-colaboradores {
    background: linear-gradient(0deg, #E09E47, transparent);
  }

  .card-gradient-voluntariado {
    background: linear-gradient(0deg, #2EADA3, transparent);
  }

  .card-gradient-comunidades {
    background: linear-gradient(0deg, #6E3F90, transparent);
  }
}