.overlayFraccion {
  color: red;
  font-size: 26px;
}

.overlayManzana {
  color: yellow;
  font-size: 20px;
}

.overlayLote {
  font-size: 10px;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 2px 5px;
  display: inline-block;
  text-align: center;
}

.overlayMedio {
  background: white;
  color: black;
  border-radius: 8px;
  font-size: 12px;
  display: none;
}

.pointer {
  cursor: pointer;
}

.filaSeleccionada {
  background-color: #e10514 !important;
  color: white !important;
}

.gm-ui-hover-effect {
  margin: -15px !important;
  width: 50px !important;
  height: 50px !important;
}

.bgTitulo {
  background-color: #e10514;
  color: white;
  font-weight: bold;
}

@media (max-width: 576px) {
  .font-mobile-xx-small {
    font-size: 10px;
  }
  .btn,
  .btn-sm {
    padding: 2px;
  }
}
