* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}

a {
  text-decoration: none;
  color: white;
  transition: all 0.4s;
}

li {
  list-style-type: none;
}

abbr {
  text-decoration: none;
}

strong {
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}
html body {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-family: "Robot", sans-serif;
}
html body strong {
  color: #5840BA;
}

.main__title {
  font-size: 1.5rem;
  padding-bottom: 30px;
}
.main .purple {
  color: #5840BA;
}
.main .hero {
  display: flex;
  margin: 70px;
  height: calc(100vh - 55px);
}
@media (max-width: 769px) {
  .main .hero {
    flex-direction: column;
    align-items: center;
    height: unset;
    margin: 28px;
  }
}
.main .hero__title {
  max-width: 700px;
  font-size: 3.75rem;
  padding-top: 10%;
}
@media (max-width: 769px) {
  .main .hero__title {
    text-align: center;
    margin-bottom: 15%;
  }
}
.main .hero__img {
  max-width: 70%;
  display: flex;
  justify-content: end;
}
@media (max-width: 769px) {
  .main .hero__img {
    justify-content: center;
    max-width: 90vw;
  }
}
.main .modules {
  margin: 70px;
  margin-bottom: 140px;
}
@media (max-width: 769px) {
  .main .modules {
    margin: 28px;
  }
}
.main .modules__list {
  display: flex;
  justify-content: space-between;
}
.main .modules__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30%;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  font-weight: bold;
  color: #383B3E;
  font-size: 30px;
  background-color: #F8F9FD;
  position: relative;
}
@media (max-width: 769px) {
  .main .modules__link {
    font-size: 1.2rem;
  }
}
.main .modules__link::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 10px;
  max-width: 360px;
  width: 100%;
  height: 70px;
  background-color: #5840BA;
  z-index: -1;
  bottom: -13px;
  left: 10px;
}
.main .about {
  margin: 70px;
}
.main .about__card {
  max-width: 700px;
  width: 100%;
  height: 370px;
  background-color: #F8F9FD;
  color: #383B3E;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
}
.main .about__card.card--left {
  margin: 120px 0 140px;
  float: right;
}
.main .about__card:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 70px;
  top: 20px;
  left: -15px;
  border-top-left-radius: 10px;
  background-color: #5840BA;
}
.main .about__card:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 80px;
  left: -15px;
  z-index: -1;
  border-top-left-radius: 10px;
  background-color: #463394;
  transform: rotate(-90deg);
}
.main .about__text {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
}
.main .about__span {
  position: absolute;
  align-self: flex-end;
  bottom: 20px;
  font-weight: bold;
}
.main .layout {
  clear: right;
  background-color: #5840BA;
  display: flex;
  justify-content: space-around;
  height: 400px;
  padding: 3rem 5rem 3rem 6rem;
}
@media (max-width: 769px) {
  .main .layout {
    padding: 1rem 1.7rem 1rem 2rem;
    height: 250px;
  }
}
.main .layout__img {
  max-width: 50%;
  width: 100%;
  background-color: #F8F9FD;
  height: 100%;
  border-radius: 10px;
}
.main .layout__text {
  max-width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
}
.main .layout__title {
  max-width: 500px;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .main .layout__title {
    font-size: 30px;
    text-align: center;
  }
}
.main .layout__link {
  position: absolute;
  bottom: -70px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 2rem;
  font-size: 35px;
  font-weight: bold;
  color: #383B3E;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .main .layout__link {
    padding: 1rem;
    font-size: 20px;
    text-align: center;
    bottom: -50px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
}
@media (max-width: 769px) {
  .header {
    padding: 1em;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 1em;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  width: 60%;
  gap: 30px;
}
@media (max-width: 769px) {
  .header-nav {
    justify-content: space-between;
    width: 100%;
  }
}
.header-nav-logo {
  display: flex;
  align-items: center;
}
.header-nav-logo h1 {
  font-size: 23px;
}
.header-nav-logo img {
  margin-right: 10px;
  height: 38px;
  width: 38px;
}
.header-nav .menu-mobile {
  display: none;
}
@media (max-width: 769px) {
  .header-nav .menu-mobile {
    display: block;
  }
}
.header-nav .menu-mobile ion-icon {
  color: #fff;
  font-size: 65px;
}
.header-nav .menu-mobile ion-icon:nth-child(1) {
  transition: all 1s linear;
}
.header-nav .menu-mobile ion-icon.active:nth-child(1) {
  display: none;
}
.header-nav .menu-mobile ion-icon.active:nth-child(2) {
  display: block;
}
.header-nav .menu-mobile ion-icon:nth-child(2) {
  display: none;
  transition: all 1s linear;
  animation: descendoTexto 0.2s linear;
}
@keyframes descendoTexto {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes winner {
  0% {
    opacity: 0;
    display: none;
    transform: translateX(-45deg);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateX(45deg);
  }
}
.header-nav ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 769px) {
  .header-nav ul {
    display: none;
  }
  .header-nav ul.active {
    display: flex;
    width: 35vh;
    height: 45vh;
    position: absolute;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    background-color: #191919;
    border: 1px solid #fff;
    padding: 2.5em;
    top: 80px;
    right: 0;
    z-index: 1;
    animation: descendo 1s linear;
  }
  @keyframes descendo {
    0% {
      -webkit-height: 0;
      height: 0;
      width: 0;
      opacity: 0;
    }
    30% {
      width: 35vh;
    }
    45% {
      -webkit-height: 45vh;
      height: 45vh;
      opacity: 1;
    }
  }
}
.header-nav ul .mobile {
  display: none;
}
@media (max-width: 769px) {
  .header-nav ul .mobile {
    display: block;
  }
}
.header-nav ul li a {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 769px) {
  .header-nav ul li a {
    margin-bottom: 10px;
  }
}
.header-nav ul li a ion-icon {
  font-size: 25px;
  padding-right: 7px;
}
.header-nav ul li a:hover {
  color: #5840BA;
}
.header-nav ul li a img {
  margin-right: 10px;
  width: 1.4em;
  height: 1.4em;
}
.header-sign {
  display: flex;
  gap: 10px;
  padding-right: 20px;
}
@media (max-width: 769px) {
  .header-sign {
    display: none;
  }
  .header-sign.active {
    display: block;
  }
}
.header-sign a {
  font-size: 20px;
  display: flex;
}
.header-sign a ion-icon {
  font-size: 25px;
  padding-right: 5px;
}
.header-sign a:hover {
  color: #5840BA;
}
.header-sign a a:last-of-type p {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.header-sign a a:last-of-type p:hover {
  border-color: #5840BA;
}

.footer {
  margin: 140px 0 0;
  text-align: center;
  padding: 1rem;
}

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