.tarjeta-destacado {
  min-width: 300px;
  position: relative;
}

.fondo-tarjeta-destacado {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 600px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.overlay-tarjeta-destacado {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffffd0;
  padding: 20px;
  font-weight: 500;
}

.overlay-tarjeta-destacado h3 {
  margin: 0 0 10px;
  font-size: 2em;
  font-weight: 400;
}
