.theme-ciudad {
  background-image:
    linear-gradient(145deg, rgba(15, 33, 45, 0.16), rgba(8, 25, 34, 0.68)),
    url("city-background.jpg");
  background-position: center;
  background-size: cover;
}

.theme-ciudad p,
.theme-ciudad h4,
.theme-ciudad .preview-place {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.78);
}
