html {
  scroll-behavior: smooth;
}

.intro-fondo {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('media/teatro-colon.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  filter: blur(2px);
}

.intro-texto {
  text-align: center;
  color: #f8f8f9;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 45%;
  padding: 40px 0;
}

.contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 10vh;
  padding: 4rem;
  background: linear-gradient(to right, rgb(131, 77, 155), rgb(155, 77, 202));
}

.descripcion {
  text-align: justify;
  color: #f8f8f9;
  vertical-align: middle;
  width: 80%;
}


#mapa {
  height: 75vh;
  width: 90%;
  margin: 10vh auto;

}

.footer {
  margin-top: 15px;
  text-align: center;
}

/* Mas grande que celular */
@media (min-width: 40.0rem) {
  .intro-fondo {
    height: 100vh;
  }

  .intro-texto {
    top: 50%;
  }
}
