* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #4646f9;
  font-size: 1.6rem;
  background-image: url("../../assets/img/bg2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.grid-1 {
  width: calc(8.3333333333% - 20px);
}

.grid-2 {
  width: calc(16.6666666667% - 20px);
}

.grid-3 {
  width: calc(25% - 20px);
}

.grid-4 {
  width: calc(33.3333333333% - 20px);
}

.grid-5 {
  width: calc(41.6666666667% - 20px);
}

.grid-6 {
  width: calc(50% - 20px);
}

.grid-7 {
  width: calc(58.3333333333% - 20px);
}

.grid-8 {
  width: calc(66.6666666667% - 20px);
}

.grid-9 {
  width: calc(75% - 20px);
}

.grid-10 {
  width: calc(83.3333333333% - 20px);
}

.grid-11 {
  width: calc(91.6666666667% - 20px);
}

.grid-12 {
  width: calc(100% - 20px);
}

[class*=grid-] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  [class*=grid-] {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.offset-1 {
  margin-left: calc(8.3333333333% + 10px);
}

.offset-2 {
  margin-left: calc(16.6666666667% + 10px);
}

.offset-3 {
  margin-left: calc(25% + 10px);
}

.offset-4 {
  margin-left: calc(33.3333333333% + 10px);
}

.offset-5 {
  margin-left: calc(41.6666666667% + 10px);
}

.offset-6 {
  margin-left: calc(50% + 10px);
}

.offset-7 {
  margin-left: calc(58.3333333333% + 10px);
}

.offset-8 {
  margin-left: calc(66.6666666667% + 10px);
}

.offset-9 {
  margin-left: calc(75% + 10px);
}

.offset-10 {
  margin-left: calc(83.3333333333% + 10px);
}

.offset-11 {
  margin-left: calc(91.6666666667% + 10px);
}

.offset-12 {
  margin-left: calc(100% + 10px);
}

@media screen and (max-width: 760px) {
  .offset-1, .offset-2, .offset-3, .offset-4, .offset-5, .offset-6, .offset-7, .offset-8, .offset-9, .offset-10, .offset-11, .offset-12 {
    margin-left: 0;
  }
}
.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 760px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row:after, .row:before {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 760px) {
  .container {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container:after, .container:before {
  content: "";
  display: table;
  clear: both;
}

/*.container div {
    margin-bottom: 2rem;
    background-color: beige;
}

h1 {
  max-width: 100%;
  word-wrap: break-word;
} */
.elemento {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.elemento h1 {
  font-size: 18px;
  margin-top: 120px;
}
.elemento h1::after {
  content: "|";
  margin-left: 30px;
}

.elemento p {
  margin-top: 50px;
  max-width: 460px;
}

.elemento button {
  margin-top: 50px;
}

.imagem {
  margin-top: 80px;
  border-radius: 10rem 10rem 10rem 24rem;
  border: 1.2rem solid rgba(129, 118, 175, 0.1098039216);
}
@media screen and (max-width: 760px) {
  .imagem {
    margin-top: 0px;
    width: 90vw;
  }
}

.card {
  margin-top: 100px;
}

.card-item {
  text-align: center;
  background-image: linear-gradient(to top, #433D60, #211E2E);
  min-height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  border-radius: 40px;
  padding: 0 20px;
}
.card-item img {
  border-radius: 50%;
  margin-bottom: 20px;
  border: 10px solid rgba(14, 14, 14, 0.6039215686);
}
.card-item h2 {
  font-size: 24px;
  font-weight: bold;
  width: 160px;
  border-bottom: 1px solid #fff;
}
.card-item p {
  text-align: justify;
  max-width: 250px;
  margin-top: 20px;
}

header {
  height: 6vh;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu {
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.logo p {
  color: #fff;
  font-size: 2.2rem;
}
.logo p span {
  font-weight: bold;
}

.left-card {
  color: #fff;
}
.left-card h1 {
  font-weight: bold;
  font-weight: 600;
  font-size: 7rem;
  line-height: 100%;
  letter-spacing: -4px;
}
.left-card h1:nth-child(1) {
  background: linear-gradient(263.24deg, #9130f4 21.05%, #4646f9 77.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.left-card p {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 130%;
  letter-spacing: 0.04em;
  padding-bottom: 1rem;
}
@media screen and (max-width: 760px) {
  .left-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .left-card p {
    display: none;
  }
  .left-card .tittle {
    margin-bottom: 3rem;
  }
  .left-card h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 760px) {
  .right-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.right-card img {
  width: 100%;
  margin-left: 50px;
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  .right-card img {
    margin-left: 0px;
  }
}

.intro-container {
  height: 94vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .intro-container {
    flex-direction: column-reverse;
    height: 100vh;
  }
}

.info-card img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .info-card img {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */