@import url("https://fonts.googleapis.com/css?family=Raleway:700|Roboto:300");
@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Roboto:wght@100;500;900&display=swap');
.bg-2 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", serif;
  background: #000529;
  overflow: hidden;
}

.hero {
   height: 100%;
  align-items: left;
  color: white;
}

.hero-content {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25%;
  margin-bottom: 25%;
  
}

.hero-content strong {
  font-family: "Roboto", serif;
  color: white;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: 10;
  font-weight: 900;
  
}

h1 {
   color: white;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: 10;
  margin-bottom: 32px;
  font-weight: 300;
}
h1 span {
  display: inline-block;
}

h2 {
  font-size: 20px;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 20px;
  letter-spacing: 0.02em;
}

#contenedor {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}

.highlight {
  color: #2746ff;
}