#estadisticas {
  /* border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent); */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  padding-bottom: 20px;
}
#estadisticas .container-fluid {
  background-color: #e4e2df;
}
.c1 {
  max-width: 60rem;
}
#estadisticas .text-black {
  color: #0b132b;
}
#estadisticas .bg-white2 {
  background-color: #ffffff86;
}
.img-estadistica {
  height: 70px;
  width: auto;
}

#estadisticas .cards {
  transition: transform 0.3s ease;
}
/*solo en dispositivos que no sean tactiles se activa el hover*/
@media (hover: hover) and (pointer: fine) {
  #estadisticas .cards:hover {
    transform: scale(1.06);
  }
}

.c2 {
  position: relative;
  bottom: 60px;
}
@media (max-width: 768px) {
  .img-estadistica {
    height: 50px;
  }
}

@media (max-width: 400px) {
  .img-estadistica {
    height: 35px;
  }
}
