h1, h2, h3, h4, h5, h6, p {
  font-family: Inter;
}

body {
  background-color: #020312;
}

.navbar .logo {
  width: 150px;
}

/*All section titles*/
.supertitle {
  color: rgba(255, 255, 255, 0.2);
  font-size: 130px;
}

.custom_p {
  font-size: 38px;
  color: #fff;
}

.main-container {
  width: 100%;
  height: auto;


  display: flex;
  flex-direction: column;
  justify-content: center; /* Centrado vertical */
  align-items: center;
  z-index: 100;
}

.content {
  /*background-color: gray;*/
  display: block;
  width: 90%;
  height: auto;
  margin-top: 18%;
}

.container {
  width: 100%;
  height: auto;
}

#banner {
  display: flex;
  justify-content: flex-end;
}

#banner-logo {
  width: 60%;
  margin-left: auto;
}

.parallax-layer {
  z-index: 0;
}

.sillon-parallax {
  position: absolute;
  top: 0%;
  left: 0%;
}

#vectores-parallax {
  position: absolute;
  top: 82%;
}

#icono-parallax {
  position: absolute;
  top: 750%;
}

#logo-como {
  width: 25%;
}

.extra-section-spacing {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.contacto-spacing {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.img-simple-center {
  display: block;
  margin: auto;
  border-radius: 25px;
}

.footer-img {
  max-width: 500px;
}

.contacto a {
  color: #16E7CF;
  font-size: 64px;
  text-decoration: underline;
  text-underline: #16E7CF;
  cursor: pointer;
}

.models {
  width: 450px;
  height: 450px;
}

.space-between-areas {
  height: 250px;
}

@media only screen and (max-width: 980px) {
  .supertitle {
    font-size: 45px;
  }

  .custom_p {
    font-size: 16px;
  }

  .extra-section-spacing {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contacto a {
    font-size: 16px;
  }

  .footer-img {
    max-width: 200px;
    width: 75%;
  }

  .contacto-spacing {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sillon-parallax {
    position: absolute;
    top: 0%;
    left: -30%;
  }

  .models {
    width: 450px;
    height: 450px;
  }
}

@media only screen and (max-width: 1450px) {
  #vectores-parallax {
    top: 200%;
  }

  #icono-parallax {
    top: 0%;
  }

  #banner-logo {
    width: 85%;
  }

  #imagenAR {
    width: 86%;
  }

  #logo-replica {
    display: none;
  }

  #logo-como {
    width: 50%;
  }
}
