@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
.grid-1 {
  width: calc(8.3333333333% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-1 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.6666666667% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-2 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-3 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.3333333333% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-4 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.6666666667% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-5 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-6 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.3333333333% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-7 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.6666666667% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-8 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-9 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.3333333333% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-10 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.6666666667% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-11 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 8px);
  margin: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid-12 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.3333333333% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.6666666667% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.3333333333% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.6666666667% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.3333333333% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.6666666667% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.3333333333% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.6666666667% - 8px);
  margin: 4px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 8px);
  margin: 4px;
  float: left;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 96px 24px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .container {
    flex-direction: column;
    padding: 32px 16px;
  }
}

.container-clean {
  max-width: 1140px;
  margin: 0 auto;
  padding: 96px 24px;
}
@media screen and (max-width: 1024px) {
  .container-clean {
    flex-direction: column;
    padding: 32px 16px;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.stretch {
  align-self: stretch;
}

.line-height {
  line-height: 160%;
}

.text-decoration-line {
  text-decoration-line: underline;
}

canvas {
  position: absolute;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.desktop {
  display: block;
}
@media screen and (max-width: 620px) {
  .desktop {
    display: none;
  }
}

.overflow {
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  .mobile {
    display: none;
  }
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-start-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 620px) {
  .flex-space {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flex-space-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 620px) {
  .flex-space-row {
    flex-direction: row;
    align-items: flex-start;
  }
}

.flex-space-no-responsive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.w-120 {
  width: 120px;
}

header {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 24px;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header nav .nav-location {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
header nav .nav-location .city {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
header nav .nav-location p {
  color: #B3ACFC;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
}

.purple {
  color: #B3ACFC;
}

.box-social-media {
  display: flex;
  align-items: center;
  gap: 23px;
}
.box-social-media .title-social-media {
  color: #FBFCFF;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.socia-media {
  display: flex;
  flex-direction: row;
  gap: 10px;
  cursor: pointer;
}
.socia-media .mediasocial {
  cursor: pointer;
  display: flex;
  width: 46.909px;
  height: 46.909px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 34.244px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #060606;
}
.socia-media .mediasocial img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.all-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
  cursor: pointer;
}
.all-box .box {
  display: flex;
  flex-direction: column;
  /* REMOVIDO: width fixo de 364px para permitir que o Grid controle a largura */
  /* ALTERADO: de height para min-height para o card crescer se o texto for longo */
  min-height: 320px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #060606;
  padding: 20px;
  gap: 20px;
  transition: transform 0.3s ease;
}
.all-box .box:hover {
  transform: translateY(-5px);
  border-color: rgba(179, 172, 252, 0.5);
}
.all-box .box {
  /* Div dos ícones superiores */
}
.all-box .box > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.all-box .box > div:first-child img {
  width: 42px;
  height: 42px;
}
.all-box .box h3 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
}
.all-box .box p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
  /* Faz o parágrafo ocupar o espaço restante, empurrando as tags para baixo */
}
.all-box .box .tags-projects {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.all-box .box .tags-projects .tags {
  display: flex;
  height: 24px;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(179, 172, 252, 0.1);
  color: #B3ACFC;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.all-box-certifications {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 620px) {
  .all-box-certifications {
    flex-wrap: wrap;
  }
}
.all-box-certifications .box-certifications {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  gap: 16px;
  transition: all 0.3s ease;
  width: 558px;
  cursor: pointer;
  background: #060606;
}
.all-box-certifications .box-certifications:hover {
  transform: translateY(-5px);
  border: 1px solid #B3ACFC;
  box-shadow: 0 10px 30px rgba(179, 172, 252, 0.05);
}
.all-box-certifications .box-certifications .header-cert {
  margin-bottom: 10px;
}
.all-box-certifications .box-certifications .header-cert img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.all-box-certifications .box-certifications h3 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
}
.all-box-certifications .box-certifications h3 .purple {
  color: #B3ACFC;
}
.all-box-certifications .box-certifications p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;
  margin: 0;
}
.all-box-certifications .box-certifications .view-link {
  font-family: "Space Grotesk", sans-serif;
  color: #B3ACFC;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
  align-self: flex-start;
}

.footer {
  background: #060606;
  border-top: 1px solid rgba(179, 172, 252, 0.1);
  width: 100%;
}
.footer .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.footer .footer-column h4 {
  color: #FFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer .footer-column .social-links, .footer .footer-column .footer-nav {
  display: flex;
  gap: 24px;
}
.footer .footer-column .social-links a, .footer .footer-column .footer-nav a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer .footer-column .social-links a img, .footer .footer-column .footer-nav a img {
  width: 20px;
  height: 20px;
}
.footer .footer-column .social-links a.disabled, .footer .footer-column .footer-nav a.disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.footer .footer-column .social-links a.disabled:hover, .footer .footer-column .footer-nav a.disabled:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-column .social-links a:hover:not(.disabled), .footer .footer-column .footer-nav a:hover:not(.disabled) {
  color: #B3ACFC;
}
.footer .footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 48px 0 24px 0;
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

h1 {
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 44px;
  line-height: normal;
  font-weight: 500;
}
@media screen and (max-width: 620px) {
  h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
  }
}

h2 {
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  background: linear-gradient(90deg, #B3ACFC 0.3%, #A384FF 70.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  color: #FBFCFF;
  font-family: "Space Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h4 {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

p {
  color: #94a3b8;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 27px */
}

.number {
  color: #98FF98;
  font-family: "Space Grotesk";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.date {
  color: #84848c;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  flex-shrink: 0; /* Garante que a largura não será encolhida */
  width: 120px; /* Define uma largura fixa suficiente para as maiores datas */
  text-align: left; /* Alinha o texto das datas à direita */
  margin-right: 20px; /* Espaçamento entre a data e o texto */
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.line-height-130 {
  line-height: 130%;
}

.gap20 {
  gap: 20px;
}

.gap24 {
  gap: 24px;
}

.gap4 {
  gap: 4px;
}

.gap10 {
  gap: 10px;
}

.gap14 {
  gap: 14px;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-150 {
  margin-top: 150px;
}
@media screen and (max-width: 620px) {
  .mt-150 {
    margin-top: 0px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 620px) {
  .mb-150 {
    margin-top: 0px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 620px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}
@media screen and (max-width: 620px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 620px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}
@media screen and (max-width: 620px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mb-7 {
  margin-bottom: 72px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.fig2-wave1 {
  animation: fig-waves 5s ease infinite alternate;
}

.fig2-wave2 {
  animation: fig-waves 5s ease infinite 1s alternate;
}

.fig2-wave3 {
  animation: fig-waves 4s ease infinite 2s alternate;
}

.fig2-wave4 {
  animation: fig-waves 6s ease infinite 3s alternate;
}

.fig2-wave5 {
  animation: fig-waves 5s ease infinite 5s alternate;
}

@keyframes fig-waves {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(300px, 0, 0);
  }
}
.bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bg-hero::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0%, rgba(5, 6, 7, 0) 15%, rgba(5, 6, 7, 0) 30%, #000 100%);
}
.bg-hero .svg-bg-hero {
  width: 100%;
  transition: 0.5s ease;
  transform: rotate(40deg) scaleX(1.5) scaleY(1.1);
}
@media screen and (max-width: 1024px) {
  .bg-hero .svg-bg-hero {
    transform: rotate(40deg) scaleX(1.8) scaleY(1.5);
  }
}
@media screen and (max-width: 620px) {
  .bg-hero .svg-bg-hero {
    transform: rotate(40deg) scaleX(3) scaleY(2.5);
  }
}

/* Configuração do Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000; /* Cor escura baseada no seu SVG */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.2s ease, visibility 0.4s;
}

.loader-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.loader-logo {
  width: 80px; /* Ajuste conforme preferir */
  animation: pulse 1s infinite ease-in-out;
}

/* Barra de progresso rápida */
.loader-bar {
  width: 120px;
  height: 2px;
  background: rgba(105, 54, 245, 0.2); /* Roxo do seu tema */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.loader-bar::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: #B3ACFC; /* Roxo sólido */
  box-shadow: 0 0 15px #B3ACFC;
  animation: loading-fast 0.8s infinite linear;
}

/* Animações */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
@keyframes loading-fast {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
/* Classe para esconder */
.loader-hidden {
  opacity: 0;
  visibility: hidden;
}

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

::-moz-selection {
  background-color: #B3ACFC;
  color: #000000;
}

::selection {
  background-color: #B3ACFC;
  color: #000000;
}

a {
  text-decoration: none;
}

svg,
img {
  width: 100%;
}

img,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button,
input {
  border: 0;
}
button:focus,
input:focus {
  border: 0;
}

body {
  width: 100%;
  background-color: #000000;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #060606;
}

::-webkit-scrollbar-thumb {
  background-color: #B3ACFC;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */