.contador_superficies_box {
  position: absolute;
  z-index: 401;
  top: 12px;
  /* top: 18px; */
  /* margin: 0 auto; */
  /* left: 0; */
  /* right: 0; */
  right: 72px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;

  background: white;
  padding: 8px 16px;
  width: fit-content;

  border-radius: 4px;
  box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.15);
}

.contador_superficies_box div p:first-child {
  color: var(--corporate-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.contador_superficies_box div p:last-child {
  color: var(--medium_grey_2);
  font-size: 12px;
  font-weight: 500;
}
