@font-face {
  font-family: "Circular";
  src: url(/fonts/CIRCULARSTD-LIGHT.OTF);
}
@font-face {
  font-family: "Circular bold";
  src: url(/fonts/CIRCULARSTD-BLACK.OTF);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Circular";
}
body .header .header__container .header__container--logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  body .header .header__container .header__container--logos {
    padding-left: 2rem;
  }
}
body .header .header__container .header__container--logos img:nth-of-type(1) {
  padding-bottom: 2rem;
}
body .header .header__container .header__container--logos img:nth-of-type(2) {
  height: 3rem;
}
body .header .header__container .header__container--logos span {
  font-size: 2.5rem;
  font-weight: bold;
}
body .hero {
  background: linear-gradient(90deg, rgb(84, 105, 248) 0%, rgb(133, 79, 251) 100%);
}
body .hero .hero__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body .hero .hero__container {
    flex-direction: column;
  }
}
body .hero .hero__container .hero__container--text {
  font-weight: 900;
  color: white;
  font-size: 6.5rem;
  font-family: "Circular Bold";
}
@media (max-width: 768px) {
  body .hero .hero__container .hero__container--text {
    font-size: 4rem;
    padding-top: 4rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  body .hero .hero__container .hero__container--img img {
    height: 30rem;
  }
}
body .info {
  margin-top: 5rem;
  font-size: 3.5rem;
}
body .info .info__container .info__container--title {
  text-align: justify;
}
@media (max-width: 768px) {
  body .info .info__container .info__container--title {
    text-align: left;
    font-size: 3rem;
    padding-left: 2rem;
  }
}
body .info .info__container .info__container--title span {
  color: #5469f8;
  font-weight: bold;
  font-family: "Circular Bold";
}
body .info .info__container .info__container--content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body .info .info__container .info__container--content {
    flex-direction: column;
    font-size: 3rem;
    padding-left: 2rem;
  }
}
body .info .info__container .info__container--content .text {
  width: 75%;
  text-align: justify;
}
@media (max-width: 768px) {
  body .info .info__container .info__container--content .text {
    width: 100%;
    text-align: left;
  }
}
body .contacto {
  margin-top: 5rem;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  body .contacto {
    font-size: 3rem;
    padding-left: 2rem;
  }
}
body .contacto .contacto__container--form {
  margin-top: 10rem;
}
body .contacto .contacto__container--form form .form--input {
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
}
body .contacto .contacto__container--form form .form--input:last-of-type {
  flex-direction: row;
}
@media (max-width: 768px) {
  body .contacto .contacto__container--form form .form--input:last-of-type {
    flex-direction: column;
  }
}
body .contacto .contacto__container--form form .form--input:last-of-type input {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  body .contacto .contacto__container--form form .form--input:last-of-type input {
    margin-top: unset;
  }
}
body .contacto .contacto__container--form form .form--input label {
  font-weight: bold;
  font-family: "Circular Bold";
}
body .contacto .contacto__container--form form .form--input input {
  border: none;
  border-bottom: 3px solid black;
  width: 90%;
  outline: none;
}
@media (max-width: 768px) {
  body .contacto .contacto__container--form form .form--input input {
    width: 100%;
  }
}
body .contacto .contacto__container--form form input[type=submit] {
  background-color: #5469f8;
  color: white;
  border: none;
  width: auto;
  margin: 0 auto;
  border-radius: 4rem;
  padding: 5px 2rem;
  font-size: 3rem;
  font-weight: bold;
  transition: all 0.2s ease-in;
}
body .contacto .contacto__container--form form input[type=submit]:hover {
  background-color: rgb(3, 19, 127);
}
body .footer {
  background-color: #5469f8;
  color: white;
  margin-top: 5rem;
}
body .footer a {
  color: white;
  text-decoration: none;
  font-weight: 100;
}
body .footer .footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
}

#bodybg, #bodybg2 {
  height: 130vh;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.lottiesucces {
  height: 10rem;
  margin-top: 3rem;
  display: none;
}

canvas {
  position: absolute;
  opacity: 40%;
  width: 100vw;
  z-index: -1;
}

.enviado {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
