.texto-imagen {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: auto;
  left: 0;
  color: white;
  font-weight: 700;
  font-size: 1.5em;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.78);
  cursor: pointer; }
  .texto-imagen:hover {
    color: #94C300; }

.pandemia {
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
  background-color: darkred;
  color: white;
  padding: 5px 20px 5px 20px;
  margin-top: 10px;
  text-align: center;
  border-radius: 10px; }

/*# sourceMappingURL=estilos.css.map */
