* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
/*::-webkit-scrollbar {
		width: 15px;
	}
::-webkit-scrollbar-track {
	background-color: rgb(231, 221, 221);
}
::-webkit-scrollbar-thumb {
	background-color: #0DCAF0;
}*/
body,
html {
  min-height: 100vh;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 18px;
}
.breadcrumb {
  background-color: transparent;
  padding: 10px 0;
  margin: 0;
  color: #3012da;
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #1520bb;
  text-decoration: none;
}
.container-1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 5px;
  color: white;
}
.bainner-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 5px;
  color: white;
}
.bainner-content h2 {
  color: white;
  font-size: 24px !important;
}

.redes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 98px;
  color: white;
}
.sub-redes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 15px;
  color: white;
}
.circuloRedes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.social-icon {
  color: white;
  font-size: 3rem !important;
  margin-right: 10px;
  text-decoration: none;
}
.social-icon:hover {
  color: white;
}
.conteudos {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  color: white;
  width: 335px;
  margin-left: 400px;
}
.btn-int {
  margin-right: 145px;
  margin-top: 30px;
}
.csf-content {
  background-color: #3218c2;
  padding: 10px;
  font-size: 1.5rem;
  margin-top: -24px;
  height: 100px;
}
.category-title {
  color: white;
}
.catego {
  background-color: #0f0597;
  border-bottom: 5px solid #333 !important;
  height: 55px;
  color: white;
  margin-top: -10px;
}
.date-time {
  text-align: right;
  color: white;
  font-size: 0.9rem;
  margin-top: -20px;
}
.card-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  margin-top: 30px;
}

.secCard {
  margin-top: 35px;
}

.tituloCard {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #231f20;
  margin-bottom: 10px;
}

.bolsaParagrapho {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #555;
}

/* Layout dos Cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.custom-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  width: 260px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.custom-card:hover {
  transition: all ease-in-out 0.3s;
  transform: translateY(-10px);
  box-shadow: 0 14px 8px rgba(0, 0, 0, 0.1);
}
.custom-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.custom-card-body {
  padding: 15px;
}
.custom-card-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.custom-card-text {
  font-size: 17px;
  color: #666;
  margin-bottom: 15px;
}
.btn-ver-mais {
  display: inline-block;
  text-decoration: none;
  background-color: #0dcaf0;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
.btn-ver-mais:hover {
  background-color: #0067b8;
  color: white;
  text-decoration: none;
}

.btn {
  background: linear-gradient(90deg, #000000, #3533cd, #000000) !important;
}

/* Paginação */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.pagination button {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 14px;
}
.pagination button:hover {
  background-color: #0067b8;
}
.pagination button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Responsividade */
@media (max-width: 768px) {
  .tituloCard {
    font-size: 20px;
  }
  .custom-card {
    width: 90%;
  }
}

.ul-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  text-align: start;
}
/* Banner Section */
.banner {
  position: relative;
  background-image: url("../images/ifg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 610px;
  padding: 70px 0;
  color: #fff;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.888);
  z-index: 1;
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contentBanner {
    text-align: center !important;
  }
    .contentBanner p {
    text-align: center !important;
    font-size: 1.5rem !important;
  }
  .banner {
    text-align: center;
    padding: 50px 20px;
    min-height: 310px;
  }

  .banner-title,
  .banner-highlight {
    font-size: 12rem;
  }

  .banner-text,
  .banner-subtitle {
    font-size: 12px;
  }

  .circuloRedesMain {
    justify-content: center;
  }
}
.banner-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.banner-highlight {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.banner-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  opacity: 0.85;
}

.banner-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .banner-highlight {
    font-size: 1.6rem;
  }

  .banner-title {
    font-size: 1.3rem;
  }

  .banner-text {
    font-size: 12px;
  }
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.85),
    transparent %
  );
  animation: pulse 6s infinite alternate;
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}

.banner-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.banner-subtitle {
  font-size: 15px;
  color: #dcdcdc;
  margin-top: 10px;
}

.banner-highlight {
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
  text-shadow: 0 0 8px #2421b8;
}

.banner-text {
  font-size: 16px;
  line-height: 1.6;
  color: #f2f2f2;
  text-align: justify;
}

/* Redes sociais */
.circuloRedesMain {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.circuloRedes {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.circuloRedes:hover {
  transform: scale(1.15);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.social-icon {
  margin-left: 10px;
  color: #fff !important;
  font-size: 2.4rem !important;
  transition: 0.3s ease;
}

.circuloRedes:nth-child(1) i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circuloRedes:nth-child(2) i {
  color: #25d366 !important;
}

.circuloRedes:nth-child(3) i {
  color: #1877f2 !important;
}

.circuloRedes:nth-child(4) i {
  color: #ff0000 !important;
}

.circuloRedes:hover i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.btn-int {
  margin-top: 20px;
  transition: transform 0.3s ease;
}

.btn-int:hover {
  background-color: #0dcaf0 !important;
  transform: scale(1.15);
}

/* Responsividade */
@media (max-width: 768px) {
  .banner {
    padding: 50px 20px;
    text-align: center;
  }

  .banner-title,
  .banner-highlight {
    font-size: 22px;
  }

  .circuloRedesMain {
    justify-content: center;
  }
}

/* Seccao de Bolsas */
.secBolsas {
  background: #f8f8f8;
  padding: 55px;
  border-radius: 5px;
  margin: auto;
  margin-top: 85px;
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}
.area-estudo {
  margin-bottom: 15px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.grid-item {
  border: 2px solid #42a9fd;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: #0067b8;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.grid-item:hover {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  border: 0px solid #42a9fd;
  color: white;
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

/* Quem Somos */
.quemSomos {
  margin: auto;
  margin-top: -95px;
  background: white;
  padding: 20px;
  border: 0px solid black;
}
.titleTeam {
  color: #231f20;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.grid-containers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-content: center;
  padding: 10px;
  margin-top: 45px;
}

.team-member {
  text-align: center;
  border-radius: 5px;
}

.team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3533cd;
}

.team-member h4 {
  font-size: 16px;
  color: #000;
  margin: 8px 0 3px 0;
}

.team-member p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .team-member img {
    width: 100px;
    height: 100px;
  }

  .team-member h4 {
    font-size: 14px;
  }

  .team-member p {
    font-size: 12px;
  }
}

/* Nossa Missao */
.secNossaMission {
  margin-top: -15px;
  padding: 20px;
  background: white;
}
.titleMission {
  color: #0073e6;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
.missionList {
  list-style: none;
  padding: 0;
}
.missionList li {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  color: white;
  margin: 10px 0;
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.missionList li::before {
  content: "✔";
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .container {
    padding: 15px;
  }
  .titleMission {
    font-size: 20px;
  }
  .missionList li {
    font-size: 16px;
  }
}

/* Politicas de Bolsa */
.SecPoliticas {
  margin-top: 15px;
}
.containerPolitica {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.titulo-principal {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0073e6;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
}

.titulo-principal::after {
  content: "";
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  display: block;
  margin: 5px auto 0;
  border-radius: 5px;
}

/* Lista Estilizada */
.politicaLista {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.politicaLista li {
  background: white;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.politicaLista li::before {
  content: "✔";
  color: linear-gradient(90deg, #000000, #3533cd, #000000);
  font-weight: bold;
  font-size: 18px;
  margin-top: -35px !important;
}

/* Responsividade */
@media (max-width: 768px) {
  .titlePolitica {
    font-size: 20px;
  }
  .politicaLista li {
    font-size: 14px;
    padding: 12px 15px;
  }
}

.titlePolitica {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 20px;
  text-align: center;
}

.paragPolitica {
  font-size: 16px;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
  text-align: center;
}

.paragPoliticacaixa {
  font-size: 16px;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
  text-align: justify;
}

/* Bloco de Destaque */
.caixa-destaque {
  background: white;
  padding: 25px;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left !important;
  position: relative;
}

.caixa-destaque::before {
  content: "“";
  font-size: 40px;
  color: linear-gradient(90deg, #000000, #3533cd, #000000);
  position: absolute;
  top: -10px;
  left: 5px;
}

/* Responsividade */
@media (max-width: 768px) {
  .container-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    padding: 5px;
    color: #eee;
    border: 0px solid red !important;
  }
  .quem-somos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid transparent;
    width: 230px;
    height: 260px;
    padding: 15px;
    margin-left: 145px;
    margin-top: -95px;
    border-radius: 25px;
    background: linear-gradient(white, white) padding-box,
      linear-gradient(90deg, #000000, #3533cd, #000000) border-box;
  }
  .quem-somos h1 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #000000, #3533cd, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  .bar-div {
    width: 160px !important;
    height: 3px;
    background-color: #eee;
    display: block;
    border-radius: 5px;
    transform: rotate(180deg) !important;
    margin-left: -5px !important;
    margin-top: 30px;
    border-radius: 25px;
  }
  .info-quem-somos {
    border: 0px solid red;
    width: 885px;
    padding: 10px;
    text-align: center;
    margin-left: -85px;
  }
  .info-quem-somos {
    border: 0px solid red;
    width: 485px !important;
    padding: 10px;
    text-align: center !important;
    margin-left: 0px !important;
  }
  .info-quem-somos h1 {
    font-size: 28px !important;
  }
  .info-quem-somos p {
    font-size: 14px !important;
  }
  .titlePolitica {
    font-size: 22px;
  }
  .paragPolitica {
    font-size: 14px;
  }
  .caixa-destaque {
    padding: 15px;
  }
}
/* FAQ */
.secFaq {
  background: linear-gradient(135deg, #1e1e2f, #2d2bb3, #1e1e2f);
  padding: 55px;
  margin-top: 30px;
  padding-bottom: 75px;
}
.faq {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-container {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-text {
  color: white;
  text-align: center;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  display: none;
  padding-top: 10px;
  font-size: 16px;
  color: #555;
}
.faq-question::after {
  content: "+";
  font-size: 20px;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-question::after {
  content: "-";
}

/* CTA */
.secCTA {
  border: 0 solid black;
  margin-top: -1px;
  background: white;
  padding-bottom: 25px;
}
.cta-container {
  text-align: center;
  background: linear-gradient(135deg, #1e1e2f, #2d2bb3, #1e1e2f);
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin: 20px auto;
  max-width: 900px;
  box-shadow: 0 0 25px rgba(45, 43, 179, 0.5);
}

.cta-container h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.cta-container p {
  font-size: 20px;
  margin-bottom: 20px;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% 100%;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(53, 51, 205, 0.3);
}
.cta-button i {
  font-size: 1.2em;
}

.cta-button:hover {
  color: white;
  background-position: 100% 0;
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(53, 51, 205, 0.6);
}

/* Rodape */
footer {
  width: 100%;
  height: 350px;
  border: 0px solid black;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--header);
}

.redesFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.redesFooter a {
  /*width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 100%;*/
  margin: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.redesFooter a i {
  color: #eee;
  font-size: 2rem;
}

.redesFooter a:hover {
  text-decoration: none;
}
.redesFooter a:hover i {
  color: #231f20;
}
footer p {
  font-size: 1.8rem;
  text-align: center;
  width: 420px;
  font-weight: 400;
  color: #eee;
  margin-top: 40px;
}

.assinatura {
  margin-top: 10px;
}
.assinatura a {
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  text-decoration: none;
  font-weight: bold;
  color: #eee;
}

.assinatura span:first-child {
  color: #eee;
  font-size: 1.8rem;
}

.contactos {
  margin-top: 50px;
}
.contactos span {
  color: #eee;
  font-size: 1.8rem;
}
.heart-icon {
  color: #e63946;
  font-size: 1.2em;
  margin: 0 5px;
  transition: transform 0.3s ease-in-out;
}
.heart-icon:hover {
  transform: scale(1.2);
}

.redesFooter a {
  /*width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 6px;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  animation: float 4s ease-in-out infinite;
}

.redesFooter a i {
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes neonPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

.redesFooter a:hover i {
  color: #fff;
}

@media (max-width: 768px) {
  .redesFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.redesFooter a {
  margin: 0px -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
  footer p {
    font-size: 1.5rem !important;
    width: 90%;
  }
  .redesFooter a i {
    color: #eee;
    font-size: 2rem;
  }
    .qs-text {
    font-size: 12px;
  }

  .redesFooter a:hover {
    text-decoration: none;
  }
  .redesFooter a:hover i {
    color: #231f20;
  }
  .contactos {
    color: #eee;
    font-size: 1.8rem;
    text-align: center !important;
  }
  .conexao {
    color: #eee;
    font-size: 1.8rem;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  footer p {
    font-size: 1rem;
    width: 90%;
  }
    .qs-text {
    font-size: 12px;
  }
  .redesFooter a i {
    color: #eee;
    font-size: 2rem;
  }
  .redesFooter a {
    width: 40px;
    height: 40px;
  }

  .redesFooter a i {
    color: #eee;
    font-size: 1rem;
  }
  .contactos span {
    color: #eee;
    font-size: 1.8rem;
    text-align: center !important;
  }
}
@media (max-width: 350px) {
  .redesFooter a i {
    border: 0px solid red;
    color: #eee;
    font-size: 2rem;
  }
  .redesFooter {
    flex-wrap: wrap;
  }
}

/* Estilos para o BTN de Voltar ao Topo */
#btnTopo {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(90deg, #000000, #3533cd);
  color: white;
  border: none;
  padding: 10px 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 30px;
  z-index: 1000;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
#btnTopo:hover {
  background-color: #eaf5e2;
}

.iconFaq {
  background: #eaf5e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: -15px;
}

.iconFaq i {
  color: #b3cdf6;
  font-size: 24px;
}

/*.destaqueMenu:hover{
		color: white !important;
		border-bottom: 2px solid #0067b8 !important;
		transition: all .4s ease !important;
	}*/

/* --- Quem Somos --- */
.quem-somos-novo {
  width: 100%;
  padding: 70px 20px;
  margin-top: -45px;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}

.qs-container {
  max-width: 1250px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.qs-left {
  flex: 1;
  min-width: 300px;
}

.qs-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 5px;
}

.qs-line {
  width: 75px;
  height: 6px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 25px;
}

.qs-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: justify;
}

.qs-right {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 300px;
}

.qs-card {
  width: 330px;
  padding: 35px 25px;
  border-radius: 25px;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);

  border: 2px solid rgba(255, 255, 255, 0.25);
  text-align: center;

  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);

  transition: 0.3s;
}

.qs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.35);
}

.qs-card i {
  font-size: 4rem;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.qs-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.qs-card p {
  font-size: 16px;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .qs-container {
    flex-direction: column;
    text-align: center;
  }

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

  .qs-line {
    margin: 10px auto 25px auto;
  }
}

@media (max-width: 500px) {
  .qs-title {
    font-size: 28px;
  }

  .qs-text {
    font-size: 12px;
  }

  .qs-card {
    width: 90%;
  }
}

.section-nossos-servicos {
  margin-top: -15px;
  padding-bottom: 35px;
}
.services-titles {
  font-size: 32px;
  margin-bottom: 20px;
  color: #231f20;
  text-align: center;
}

.service-paragraph {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #555;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.service-card {
  background-color: #f3f1f1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 2px solid #3533cd;
}

.cursos-ifg {
  cursor: pointer;
}

.service-icon {
  font-size: 3rem;
  color: linear-gradient(90deg, #000000, #3533cd, #000000);
  margin-bottom: 15px;
}

.service-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: start !important;
}

.service-description {
  font-size: 1.4rem;
  color: #555;
}

.section-jobs {
  margin-top: 60px;
  padding-bottom: 30px;
}

.title-jobs {
  font-size: 32px;
  color: #0099cc;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  margin: 10px auto 30px;
}

.job-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.job-card {
  background-color: #f3f1f1;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.job-card:hover {
  transform: translateY(-5px);
}

.job-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

.job-info {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 15px;
}

.job-info i {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
  margin-right: 5px;
}

.job-link {
  font-size: 1.3rem;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.job-link:hover {
  text-decoration: underline;
}

.gradient-text {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}

/* Fundo do modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Conteúdo */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 18px;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.4s ease;
  border-top: 6px solid #3533cd;
}

/* Botão fechar (X) */
.close {
  color: #ff0000;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease;
}
.close:hover {
  color: #b30000;
  transform: rotate(90deg) scale(1.2);
}

/* Título principal */
.modal-content h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(45deg, #000000, #3533cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

/* Lista dos cursos */
.cursos-lista {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

/* Cada curso */
.curso-item {
  background: #f9f9ff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}
.curso-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(53, 51, 205, 0.35);
}

.curso-item i {
  font-size: 42px;
  background: linear-gradient(45deg, #000000, #3533cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

/* Título e descrição do curso */
.curso-item h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.curso-item p {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}

.curso-item button {
  margin-top: 15px;
  background: linear-gradient(45deg, #000000, #3533cd);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}
.curso-item button:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.saber-mais-btn {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
  border: 2px solid #3533cd;
  border-radius: 30px;
  padding: 3px 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.saber-mais-btn i {
  font-size: 1.1rem;
}

.saber-mais-btn:hover {
  background: linear-gradient(45deg, #000000, #3533cd);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  box-shadow: 0 0 15px #3533cd;
  transform: scale(1.05);
}

.saber-mais-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.6s ease;
}

.saber-mais-btn:hover::before {
  left: 100%;
}

.cards-section {
  background: #f9f9fb;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.cards-section .section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 7px solid #3533cd;
}

.card.show {
  transform: translateY(0);
  opacity: 1;
}

.card-icon {
  font-size: 2.8rem;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(53, 51, 205, 0.4), 0 0 20px rgba(0, 0, 0, 0.3);
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.card h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
}

.card p {
  color: #444;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}

.contato-lista-section {
  background: #f9f9fb;
  padding: 70px 20px;
}

.contato-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.contato-agend {
  text-align: start !important;
}

.gradient-text {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite;
  margin-bottom: 15px;
}

.descricao {
  color: #333;
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 25px;
  text-align: justify;
}

.info-lista {
  list-style: none;
  padding: 0;
}

.info-lista li {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-lista i {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite;
}

.contato-form {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
}

.contato-form p {
  color: #555;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.contato-form input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1.5rem;
  transition: border-color 0.3s ease;
}

.contato-form input:focus {
  outline: none;
  border-color: #3533cd;
}

.btn-enviar {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.btn-enviar:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-enviar.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.btn-enviar:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.btnlink {
  background-color: #3533cd !important;
  color: #fff;
}

.page-btn {
  background: linear-gradient(90deg, #000, #3533cd, #000);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.spinner-border-sm {
  border-width: 0.15em;
  margin-left: 5px;
  vertical-align: text-bottom;
}

.section-historia-premium {
  padding: 80px 20px;
  border-radius: 20px;
  margin: 60px auto;
  margin-top: -15px;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(135deg, #000000, #3f3ded, #000000) border-box;
}

.section-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: 800;
}

.missaoViVa {
  text-align: center;
  font-size: 1.8em !important;
  margin-bottom: 20px;
  font-weight: 800;
}

.gradient-text {
  background: linear-gradient(90deg, #000000, #3533cd);
  -webkit-background-clip: text;
  color: transparent;
}

.historia-intro {
  text-align: center;
  font-size: 1.25em;
  max-width: 800px;
  margin: 20px auto 40px auto;
  color: #333;
  font-weight: 500;
}

.historia-full {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s ease, opacity 0.7s ease;
  font-size: 1.1em;
  color: #333;
  line-height: 1.8;
}

.historia-full.show {
  max-height: 5000px;
  opacity: 1;
}

.btn-historia {
  display: block;
  margin: 25px auto 40px;
  margin-top: -25px;
  padding: 14px 40px;
  background: linear-gradient(90deg, #000000, #3533cd);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-historia:hover {
  background: linear-gradient(90deg, #000000, #3533cd);
}
.timeline-section {
  padding: 10px 20px;
  max-width: 1100px;
  position: relative;
}

.timeline-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
  letter-spacing: -1px;
}

.timeline {
  position: relative;
  padding: 40px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 95%;
  background: linear-gradient(90deg, #000000, #3533cd);
  transform: translateX(-50%);
  border-radius: 10px;
}

.timeline-item {
  position: relative;
  width: 100%;
  display: flex;
  margin: 50px 0;
  align-items: center;
}

.timeline-item.left {
  justify-content: flex-end;
  text-align: right;
}

.timeline-item.right {
  justify-content: flex-start;
  text-align: left;
}

.timeline-content {
  width: 42%;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  border-left: 4px solid #3533cd;
}

.timeline-item.left .timeline-content {
  border-left: none;
  border-right: 4px solid #3533cd;
}

.timeline-content h4 {
  font-size: 1.9rem;
  margin-bottom: 10px;
  color: #3533cd;
}

.timeline-content p {
  color: #333;
  line-height: 1.6;
  font-size: 1.5rem;
}

.timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(90deg, #000000, #3533cd);
  border: 4px solid #fff;
  box-shadow: 0 0 0 6px rgba(43, 124, 255, 0.25);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item {
    flex-direction: row;
    justify-content: flex-start;
  }

  .timeline-item.left,
  .timeline-item.right {
    text-align: left;
  }

  .timeline-dot {
    left: 0;
    transform: translateX(-50%);
  }

  .timeline-content {
    width: 100%;
    margin-left: 30px;
  }
}

.secMentores {
  margin-top: -10px;
}

nav {
  z-index: 1000;
}

.mentor-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  transform: translateY(20px);
}

.mentor-box.aparecer {
  opacity: 1;
  transform: translateY(0);
}

.mentor-foto {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.mentor-nome {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mentor-descricao {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.mentor-swiper {
  padding: 20px 0;
  z-index: 1;
}

.swiper-button-next {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
  text-align: center;
}
.swiper-button-prev {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
  text-align: center;
}

@media (max-width: 600px) {
  .mentor-box {
    padding: 30px 20px;
    border-radius: 18px;
      .qs-text {
    font-size: 12px;
  }
  }

  .mentor-nome {
    font-size: 24px;
  }

  .mentor-descricao {
    font-size: 16px;
  }

  .mentor-foto {
    width: 140px;
    height: 140px;
  }
  .swiper-button-next {
    width: 1px;
    height: 1px;
    background: linear-gradient(90deg, #000000, #3533cd, #000000);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: gradientMove 3s linear infinite;
    text-align: center;
  }
  .swiper-button-prev {
    width: 1px;
    height: 1px;
    background: linear-gradient(90deg, #000000, #3533cd, #000000);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: gradientMove 3s linear infinite;
    text-align: center;
  }
}

.gradient-text {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  animation: gradientMove 3s linear infinite;
  text-align: center;
}

.card-ifg {
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card-ifg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, #1e3a8a, #6d28d9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-ifg * {
  position: relative;
}

.card-ifg:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(30, 58, 138, 0.25);
}

.icon-ifg {
  background: linear-gradient(135deg, #1e3a8a, #6d28d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-ifg {
  background: linear-gradient(90deg, #1e3a8a, #6d28d9);
  border: none;
  color: #fff !important;
  transition: 0.3s ease;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.btn-ifg:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.redesFooter {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.icons-redes {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.icons-redes:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}

.buttonAgenda {
  background: linear-gradient(90deg, #000000, #3533cd, #000000);
  border: none;
  border-radius: 8px;
  padding: 5px 12px;
  font-weight: 700;
  font-size: 1.55rem;
  color: #fff !important;
  cursor: default;
  margin-bottom: 5px;
}