@import url("https://fonts.googleapis.com/css?family=Baskervville:400,400i&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Baskervville', serif;
  font-weight: 300;
  overflow-x: hidden;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: black;
}

span {
  display: inline-block;
}

#web {
  display: flex;
  width: 100%;
  height: 100vh;
  background: url(../img/fondo.jpg) center bottom;
  background-size: cover;
  min-height: 667px;
}

#web .proximamente {
  font-size: 4rem;
  color: #a37d4e;
  position: absolute;
  left: 50%;
  top: 25vh;
  transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
  #web .proximamente {
    font-size: 2.5rem;
  }
}
