.mob-style-Contador {
  padding-top: 45px;
  padding-bottom: 45px;
}
.mob-style-Contador .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.mob-style-Contador .badge.display-4 {
  line-height: 1.81;
  letter-spacing: 0.5px;
}

.mob-style-Contador .count {
  text-align: center;
  margin-bottom: 12px;
}

.mob-style-Contador .card {
  word-wrap: break-word;
  border-radius: 10px;
  height: 100%;
  justify-content: start;
  background-color: transparent;
  transition: all 0.3s;
}

.mob-style-Contador .mbr-fallback-image.disabled {
  display: none;
}
.mob-style-Contador .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.mob-style-Contador img{
  border-radius: 10px;
  max-width: 80%;
  width: fit-content;
}
.mob-style-Contador .btn_hover:hover{
  scale: 1.05;
}