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

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

::selection,
::-moz-selection {
  background: #cbacf9;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  -webkit-tap-highlight-color: #000;
}

body {
  background: #000319;
  font-family:'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}

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

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .container {
    max-width: 760px;
  }
}

@media screen and (max-width: 759px) {
  .container {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

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

[class^="grid-"] {
  min-height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-1 { width: calc(8.33333% - 20px); }
.grid-2 { width: calc(16.66667% - 20px); }
.grid-3 { width: calc(25% - 20px); }
.grid-4 { width: calc(33.33333% - 20px); }
.grid-5 { width: calc(41.66667% - 20px); }
.grid-6 { width: calc(50% - 20px); }
.grid-7 { width: calc(58.33333% - 20px); }
.grid-8 { width: calc(66.66667% - 20px); }
.grid-9 { width: calc(75% - 20px); }
.grid-10 { width: calc(83.33333% - 20px); }
.grid-11 { width: calc(91.66667% - 20px); }
.grid-12 { width: calc(100% - 20px); }
.grid-2-4 { width: calc(20% - 20px); }

@media screen and (min-width: 1200px) {
  .grid-l-1 { width: calc(8.33333% - 20px); }
  .grid-l-2 { width: calc(16.66667% - 20px); }
  .grid-l-3 { width: calc(25% - 20px); }
  .grid-l-4 { width: calc(33.33333% - 20px); }
  .grid-l-5 { width: calc(41.66667% - 20px); }
  .grid-l-6 { width: calc(50% - 20px); }
  .grid-l-7 { width: calc(58.33333% - 20px); }
  .grid-l-8 { width: calc(66.66667% - 20px); }
  .grid-l-9 { width: calc(75% - 20px); }
  .grid-l-10 { width: calc(83.33333% - 20px); }
  .grid-l-11 { width: calc(91.66667% - 20px); }
  .grid-l-12 { width: calc(100% - 20px); }
  .grid-l-2-4 { width: calc(20% - 20px); }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .grid-m-1 { width: calc(8.33333% - 20px); }
  .grid-m-2 { width: calc(16.66667% - 20px); }
  .grid-m-3 { width: calc(25% - 20px); }
  .grid-m-4 { width: calc(33.33333% - 20px); }
  .grid-m-5 { width: calc(41.66667% - 20px); }
  .grid-m-6 { width: calc(50% - 20px); }
  .grid-m-7 { width: calc(58.33333% - 20px); }
  .grid-m-8 { width: calc(66.66667% - 20px); }
  .grid-m-9 { width: calc(75% - 20px); }
  .grid-m-10 { width: calc(83.33333% - 20px); }
  .grid-m-11 { width: calc(91.66667% - 20px); }
  .grid-m-12 { width: calc(100% - 20px); }
  .grid-m-2-4 { width: calc(20% - 20px); }
}

@media screen and (max-width: 759px) {
  .grid-s-1 { width: calc(8.33333% - 20px); }
  .grid-s-2 { width: calc(16.66667% - 20px); }
  .grid-s-3 { width: calc(25% - 20px); }
  .grid-s-4 { width: calc(33.33333% - 20px); }
  .grid-s-5 { width: calc(41.66667% - 20px); }
  .grid-s-6 { width: calc(50% - 20px); }
  .grid-s-7 { width: calc(58.33333% - 20px); }
  .grid-s-8 { width: calc(66.66667% - 20px); }
  .grid-s-9 { width: calc(75% - 20px); }
  .grid-s-10 { width: calc(83.33333% - 20px); }
  .grid-s-11 { width: calc(91.66667% - 20px); }
  .grid-s-12 { width: calc(100% - 20px); }
  .grid-s-2-4 { width: calc(20% - 20px); }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.secao {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .secao {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 10px !important;
}
.pt-2 {
  padding-top: 20px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #000421;
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
}

@media (max-width: 768px) {
  .header {
    text-align: center;
  }
}

.header .container {
  position: static;
}

.header-content {
  position: relative;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header-content {
    position: static;
    justify-content: center;
    padding: 0;
  }
}

.header-logo {
  font-weight: 500;
  color: #f9f9f9;
  font-size: 15.3px;
  transition: 0.3s ease-out;
}

.header-logo:hover {
  color: #cbacf9;
}

.header-direita {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header-direita {
    height: 0px;
  }
}

.header-botoes {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .header-botoes {
    width: 100%;
    text-align: center;
    display: none;
  }
}

.header-botoes .btn {
  margin-left: 10px;
  padding: 12px 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .header-botoes .btn {
    font-size: 12px;
  }
}

.header-telefones {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px;
  border-radius: 0px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .header-telefones {
    display: none;
  }
}

.header-telefones a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #212121;
  margin: 0 5px;
}

.header-telefones a i {
  margin-right: 3px;
  color: #cbacf9;
}

.home-full .header-full:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  box-shadow: none;
}

.home-full .header-full:not(.active) .btn-terciario {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.home-full .header-full:not(.active) .btn-terciario:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #cbacf9;
}

.home-full .header-full:not(.active) .header-telefones {
  background-color: rgba(255, 255, 255, 0.1);
}

.home-full .header-full:not(.active) .header-telefones a {
  color: #fff;
}

.home-full .header-full:not(.active) .header-telefones a i {
  color: #cbacf9;
}

.fdx-menu.lateral li {
  position: relative;
}

@media (max-width: 768px) {
  .fdx-menu.lateral {
    display: none;
  }
}

.fdx-menu.lateral a {
  display: inline-block;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 15.3px;
  line-height: 100%;
  font-weight: 500;
  text-transform: none;
  transition: 0.3s ease-out;
}

@media (max-width: 1024px) {
  .fdx-menu.lateral a {
    font-size: 12px;
  }
}

.fdx-menu.lateral a:hover {
  color: #cbacf9;
}

.lateral .fdx-menu-1-level {
  display: flex;
  align-items: baseline;
}

.lateral .fdx-menu-1-level > li {
  line-height: 0;
  padding: 0 13px;
}

@media (max-width: 1024px) {
  .lateral .fdx-menu-1-level > li {
    padding: 0 10px;
  }
}

.lateral .fdx-menu-1-level > li:first-child {
  padding-left: 0px;
}

.lateral .fdx-menu-1-level > li:last-child {
  padding-right: 0px;
}

.lateral .fdx-menu-1-level > li > a {
  position: relative;
  z-index: 2;
  color: #f9f9f9;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}



.titulo {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #f9f9f9;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .titulo {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .titulo {
    font-size: 28px;
  }
}

.titulo.white {
  color: #fff;
}

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

@media (max-width: 768px) {
  .titulo.left {
    text-align: center;
  }
}

.titulo.left::after {
  right: initial;
  left: 0;
  margin: 0;
}

.titulo b {
  color: #cbacf9;
}

.subtitulo {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .subtitulo {
    font-size: 16px;
  }
}

.subtitulo.primary {
  color: #cbacf9;
}

.subtitulo.white {
  color: #fff;
}

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

@media (max-width: 768px) {
  .subtitulo.left {
    text-align: center;
  }
}

.subtitulo b,
.subtitulo strong {
  font-weight: bold;
}

.subtitulo.top-tit {
  margin-bottom: 4px;
}

.texto {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
}

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

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

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

.texto h1,
.texto h2 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.texto h1 {
  font-size: 26px;
}

.texto h2 {
  font-size: 22px;
}

.texto b,
.texto strong {
  font-weight: bold;
}

.texto em {
  font-style: italic !important;
}

.texto ul {
  list-style: disc outside none !important;
  padding-left: 18px;
  margin-bottom: 20px;
}

.texto ol {
  list-style: decimal outside none !important;
  padding-left: 18px;
  margin-bottom: 20px;
}

.texto li {
  margin-bottom: 5px;
}

.texto li:last-child {
  margin-bottom: 0px;
}

.texto p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.texto p:last-child {
  margin-bottom: 0px;
}

.texto img {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  margin-bottom: -10px;
}

.texto a:not(.btn) {
  position: relative;
  color: #cbacf9;
  background: linear-gradient(currentColor, currentColor) left bottom no-repeat;
  background-size: 0% 2px;
  transition: 0.3s ease-out;
}

.texto a:not(.btn):hover,
.texto a:not(.btn):focus {
  background-size: 100% 2px;
}

.texto blockquote {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 20px;
  border-left: 4px solid #cbacf9;
}

.texto blockquote::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0.07;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  color: #212121;
  text-align: center;
  padding: 18px 32px;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background: rgba(0, 0, 0, 0.15);
}

.btn[disabled] {
  opacity: 0.5;
  cursor: default;
}

.btn i {
  margin-right: 10px;
}

.btn.btn-i-r i {
  margin-right: 0px;
  margin-left: 10px;
}

.btn.outline {
  background: none;
  border: 1px solid #ddd;
  color: #f9f9f9;
}

.btn.outline:hover,
.btn.outline:focus,
.btn.outline:active,
.btn.outline.active {
  background: #ddd;
  color: #212121;
}

.btn.btn-primario {
  background: #e0e0ff;
  color: #040402;
}

.btn.btn-primario:hover,
.btn.btn-primario:focus,
.btn.btn-primario:active,
.btn.btn-primario.active {
  background: #b483f6;
}

.btn.btn-primario.active:hover {
  background: #cbacf9;
}

.btn.btn-primario.outline {
  background: none;
  border: 1px solid #cbacf9;
  color: #cbacf9;
}

.btn.btn-primario.outline:hover,
.btn.btn-primario.outline:focus,
.btn.btn-primario.outline:active,
.btn.btn-primario.outline.active {
  background: #cbacf9;
  color: #fff;
}

.btn.btn-secundario {
  background: rgb(171, 121, 221);
  color: #fff;
}

.btn.btn-secundario:hover,
.btn.btn-secundario:focus,
.btn.btn-secundario:active,
.btn.btn-secundario.active {
  background: #975cd3;
}

.btn.btn-secundario.active:hover {
  background: rgb(171, 121, 221);
}

.btn.btn-secundario.outline {
  background: none;
  border: 1px solid rgb(171, 121, 221);
  color: rgb(171, 121, 221);
}

.btn.btn-secundario.outline:hover,
.btn.btn-secundario.outline:focus,
.btn.btn-secundario.outline:active,
.btn.btn-secundario.outline.active {
  background: rgb(171, 121, 221);
  color: #fff;
}

.btn.btn-terciario {
  background: rgba(203, 172, 249, 0.1);
  color: #cbacf9;
}

.btn.btn-terciario:hover,
.btn.btn-terciario:focus,
.btn.btn-terciario:active,
.btn.btn-terciario.active {
  background: #cbacf9;
  color: #000;
}

.apresentacao {
  padding-top: 140px;
  padding-bottom: 110px;
  color: #fff;
}

@media (min-width: 1025px) {
  .apresentacao {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .apresentacao {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.apresentacao .mascara {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
}

@media (max-width: 768px) {
  .apresentacao .mascara {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
  }
}

.apresentacao.bg-image {
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aps-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

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

.aps-titulo {
  float: none;
  font-size: 64px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .aps-titulo {
    font-size: 32px;
  }
}

.aps-titulo b,
.aps-titulo strong {
  color: #cbacf9;
}

@media (min-width: 1025px) {
  .aps-titulo br {
    display: none;
  }
}

.aps-subtitulo {
  float: none;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(228, 236, 255);
}

@media (max-width: 768px) {
  .aps-subtitulo {
    font-size: 16px;
  }
}

.aps-subtitulo b,
.aps-subtitulo strong {
  color: #cbacf9;
}

.aps-texto {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 768px) {
  .aps-texto {
    font-size: 16px;
  }
}

.aps-texto b,
.aps-texto strong {
  font-weight: 600;
}

.aps-texto ul {
  list-style: none !important;
  padding-left: 0px;
}

@media (max-width: 768px) {
  .aps-texto ul {
    padding-left: 20px;
  }
}

.aps-texto ul li {
  position: relative;
  text-align: left;
}

.aps-texto ul li::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: 8px;
  height: 15px;
  border-bottom: 2px solid #cbacf9;
  border-right: 2px solid #cbacf9;
  transform: rotate(45deg);
}

.aps-btn {
  margin-top: 30px;
  text-align: left;
}

@media (max-width: 768px) {
  .aps-btn {
    margin-top: 20px;
    text-align: center;
  }
}

.aps-infos .btn-container {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .aps-infos .btn-container {
    margin-top: 10px;
  }
}

.aps-form-card {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  color: #212121;
  overflow: hidden;
}

@media (max-width: 768px) {
  .aps-form-card {
    margin-bottom: 20px;
  }
}

.aps-form-titulo {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #cbacf9;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .aps-form-titulo {
    font-size: 20px;
  }
}

.aps-form-subtitulo {
  margin-top: -7px;
  margin-bottom: 25px;
}

.aps-form-btn {
  margin-top: 20px;
}

.aps-form-small {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.2;
}

.aps-form-card .campo-container .campo:not(:focus) {
  border-color: #ccc;
}

.aps-form-card .campo-container.campo-icon label.icon i {
  color: #cbacf9;
}

.aps-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 768px) {
  .aps-image {
    margin-bottom: 20px;
  }
}

.aps-image img {
  transition: 0.5s ease-in-out;
}

.aps-image:hover img {
  transform: scale(1.2);
}

.photo-ap {
  max-width: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  border: 3px solid rgba(203, 172, 249, 0.12);
}
.stats-container {
  margin-top: 60px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #04071d 0%, #0c0e23 100%);
  color: #ded1f1;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.stat-item {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-number, .contador-sufix {
  font-size: 69px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #cbacf9;
  text-stroke: 1px #cbacf9;
  stroke-width: 1px;
  margin-bottom: 5px;
}

.stat-text {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 19px;
  font-weight: 400;
  justify-content: center;
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    padding: 30px 40px;
    align-items: flex-start;
    margin-top: 40px;
  }
  .stat-item {
    margin: 20px 0;
  }
  .stat-number {
    font-size: 3.5em;
  }
  .stat-text br {
    display: none;
  }
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.skill-block {
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: #0c0e23;
  border-radius: 24px;
  transition: transform 0.3s, border-color 0.3s;
  display: flex;
  gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
.skill-block {
  width: 100%;
}
}

@media only screen and (max-width: 600px) {
.skill-block {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
}

.skill-block:hover {
  transform: translateY(-5px);
  border-color: #8a2be2; /* Efeito hover em roxo neon */
}

.skill-icon {
  width: 60px;
  height: 60px;
  background-color: #b9b6d917;
  border-radius: 50%;
  margin-bottom: 15px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.skill-icon img {
  width: 30px;
}
.skill-title {
  font-size: 1.4em;
  color: #f9f9f9; /* Roxo claro para destaque */
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
}

.skill-title small {
  font-size: 14px;
  font-weight: 500;
}

.skill-description {
  font-size: 0.95em;
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .skill-block {
    width: calc(50% - 15px); /* 2 blocos por linha em telas médias */
  }
}

@media (max-width: 600px) {
  .skill-block {
    width: 100%; /* 1 bloco por linha em telas pequenas */
  }
  .skills-section {
    padding: 40px 20px;
  }
  .skill-title {
    font-size: 18px;
  }
}

.left-courses {
  position: sticky;
    top: 90px;
}

@media (max-width: 768px) {
.left-courses {
  position: static;
  margin-bottom: 40px;
}
}

.pag-inst-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blocos-subtitulo {
  font-weight: 300;
}

@media screen and (max-width: 759px) {
  .carrossel-blocos {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.carrossel-blocos .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.bloco-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #f9f9f9;
  padding: 20px;
}

@media screen and (max-width: 759px) {
  .bloco-item {
    text-align: center;
  }
}

.bloco-item[href='#'] {
  cursor: default;
}

.bloco-item-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bloco-item-img img {
  flex-shrink: 0;
  width: 45px;
}

.bloco-item-infos {
  margin-top: 15px;
}

.bloco-item-tit {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.bloco-item-txt {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(190, 193, 221);
  font-weight: 400;
}

@media screen and (max-width: 759px) {
  .bloco-item-txt {
    font-size: 14px;
  }
}

.bloco-item-btn {
  margin-top: 15px;
}

@keyframes bloco-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(203, 172, 249, 0.1);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(203, 172, 249, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(203, 172, 249, 0);
  }
}

.bloco-item:hover .bloco-item-img {
  animation: bloco-pulse 1s;
}

.skills {
  padding: 80px 20px;
  text-align: center;
}

.skills h2 {
  font-size: 40px;
  margin-bottom: 60px;
}

.skills h2 span {
  color: #b18cff;
}

.skills-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top:50px;
}

.skill-card {
      padding: 40px 32px;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, #04071D 0%, #0C0E23 100%);
}

.skill-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;

  img {
    max-width: 50px;
    transition: all cubic-bezier(.645, .045, .355, 1) 0.2s;
  }
}

.skill-card:hover img {
    transform: scale(0.9);
}

.skill-name {
  font-size: 16px;
  font-weight: bold;
  color: #f9f9f9;
}

/* Responsivo */
@media (max-width: 768px) {
  .skill-card {
    width: 160px;
    height: 240px;
  }
  
.skill-img img {
  max-width: 65px;
}
}

.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
  background-color: #000421;
  color: #c0c0c0;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
}


.footer b,
.footer strong {
  font-weight: 400;
  color: #c0c0c0;
}

.footer a {
  color: #c0c0c0;
}

.footer a:hover {
  color: #cbacf9;
}

.footer-bar {
  position: relative;
  padding: 20px 10px;
}
@media screen and (max-width: 759px) {
  .footer {
    padding-top: 40px;
  }
  
.footer-bar {
    margin-top: 20px;
}
}



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

@media screen and (max-width: 759px) {
  .redes-sociais {
    justify-content: center;
  }
}

.redes-sociais a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  line-height: 100%;
  border-radius: 50%;
  border: 2px solid #cbacf9;
  background-color: transparent;
  color: #cbacf9;
  font-size: 20px;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 759px) {
  .redes-sociais a {
    margin: 0 4px;
  }
}

.redes-sociais a:hover {
  background: #cbacf9;
  color: #000;
}

.redes-sociais svg {
  width: 0.95em;
  color: currentColor;
}

.btn-lg {
  padding: 20px 40px;
  font-size: 18px;
}

@media screen and (max-width: 759px) {
  .btn-lg {
    padding: 14px 22px;
    font-size: 14px;
  }
}

.progress-wrap {
  position: fixed;
  right: 22px;
  bottom: 45px;
  height: 54px;
  width: 54px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1.5px rgba(192, 151, 233, 0.14);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

@media screen and (max-width: 759px) {
  .progress-wrap {
    height: 54px;
    width: 54px;
    right: 20px;
    bottom: 100px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

@media screen and (max-width: 759px) {
  .progress-wrap i {
    font-size: 22px;
  }
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0.5;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  opacity: 1;
  background-image: linear-gradient(298deg, rgba(192, 151, 233, 0.24), rgba(192, 151, 233, 0.56));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 54px;
  width: 54px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgb(171, 121, 221);
  stroke-width: 3;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  #cursor,
  #cursor-border {
    display: none;
  }
}

@media screen and (max-width: 759px) {
  #cursor,
  #cursor-border {
    display: none;
  }
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 30px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: rgba(203, 172, 249, 0.25);
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 998;
}

#cursor-border.hovered {
  background: rgba(203, 172, 249, 0.4);
  --size: 55px;
}

/* Estado inicial: invisível e deslocado para baixo */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

/* Estado ativo: visível e na posição original */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

html, body {
  scroll-behavior: auto; /* deixa o JS controlar */
}

.portfolio-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio {
  overflow: hidden;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 600px) {
.portfolio {
  margin-bottom: 20px;
}
.portfolio:last-child {
  margin-bottom: 0px;
}
}

.portfolio:hover img {
  transform: scale(1.1);
}
.portfolio-image {
  overflow: hidden;
  border-radius: 24px;
}
.portfolio-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: .3s ease-out;
}

.portfolio-content {
  padding: 25px;
  text-align: center;
}

.portfolio-title {
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #f9f9f9;
}

.portfolio-subtitle {
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  color: rgb(190, 193, 221);
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
.hide-tablet {
    display: none;
}
}

@media only screen and (max-width: 600px) {
.hide-mobile {
    display: none !important;
}
}