@font-face {
  font-family: 'TitilliumWeb-Black';
  src: url('../fonts/Titillium_Web/TitilliumWeb-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../fonts/Titillium_Web/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-BoldItalic';
  src: url('../fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'TitilliumWeb-ExtraLight';
  src: url('../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-ExtraLightItalic';
  src: url('../fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'TitilliumWeb-Italic';
  src: url('../fonts/Titillium_Web/TitilliumWeb-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url('../fonts/Titillium_Web/TitilliumWeb-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-LightItalic';
  src: url('../fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url('../fonts/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-SemiBold';
  src: url('../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-SemiBoldItalic';
  src: url('../fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

header {
  background-image: url('../assets/platform/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 446px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.person {
  bottom: 0;
  width: 420px;
}

.container {
  /* max-width: 1034px; */
  max-width: 890px;
}

.title {
  font-size: 146px !important;
  margin-right: -46px;
  line-height: 0.8;
  font-family: 'TitilliumWeb-Black', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}

.title span {
  font-size: 122px !important;
}

header p {
  font-family: 'TitilliumWeb-Regular', sans-serif;
  font-size: 23px;
}
.text-link{
  color: #FFD600;
}
button {
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  color: #ffdd00;
  background-color: black;
  border: none;
  border-radius: 30px;
  padding: 2px 14px;
  text-transform: uppercase;
}

.second-section img {
  width: 120px;
}

.margin-fix {
  margin-top: 50px !important;
}

.first-section h1 {
  font-size: 27px;
}

.inscricoes {
  border-left: 10px solid #ffdd00;
}

.circle::before {
  content: " ";
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #00a5a6;
  border-radius: 50%;
}

.bg-dark {
  background-color: black !important;
  border-radius: 23px;
  color: white;
  padding: 28px;
  min-height: 370px;
}

.bg-dark img {
  width: 70px;
}

.bg-dark h1 {
  font-size: 23px;
  font-family: 'TitilliumWeb-Black', sans-serif;
  text-transform: uppercase;
  font-style: italic;
}

.btn-secondary {
  border: none;
  background-color: #ffdd00;
  padding: 5px 40px;
  font-size: 29px;
  font-family: 'TitilliumWeb-Black', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  border-radius: 40px;
}

.learn-button {
  border: none;
  background-color: black;
  color: #ffdd00;
  padding: 5px 40px;
  font-size: 29px;
  font-family: 'TitilliumWeb-Black', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  border-radius: 40px;
}

.btn-terciary {
  border: none;
  background-color: #00a5a6;
  padding: 5px 40px;
  font-size: 20px;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  text-transform: uppercase;
  border-radius: 40px;
  color: white;
}

.btn-terciary-yellow {
  border: none;
  background-color: #ffdd00;
  padding: 5px 40px;
  font-size: 20px;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
  text-transform: uppercase;
  border-radius: 40px;
  color: black;
}

.third-section img {
  width: 340px;
}

.info img {
  width: 40px;
  margin-right: 12px;
}


.info h1 {
  font-size: 19px;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;

}

.work {
  font-family: 'TitilliumWeb-Black', sans-serif;
  text-transform: uppercase;
  font-style: italic;
}

.como-funciona {
  background-color: #ffdd00;
  border-radius: 40px;
  font-family: 'Arial', sans-serif;
  padding-top: 40px;
}

.title-minor {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  color: #000;
  margin-bottom: 25px;
  font-family: 'TitilliumWeb-Black', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;

}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.info-block img.icon {
  width: 32px;
  height: auto;
  margin-top: 5px;
}

.info-block h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: -5px;
}

.info-block p {
  margin: 5px 0 0;
  font-size: 15px;
  color: #000;
  font-family: 'TitilliumWeb-Light', sans-serif;

}

.final-text {
  font-size: 14px;
  margin-top: 20px;
  color: #000;
  font-family: 'TitilliumWeb-Light', sans-serif;

}

.img-fluid {
  max-width: 320px;
  height: auto;
}

.final-text strong {
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
}

.info-tutor {
  margin-top: 50px;
}

.mentors {
  padding: 40px 20px;
  background: #fff;
  font-family: sans-serif;
}

.mentors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mentor-card {
  position: relative;
  background-color: #1e1e1e;
  border-radius: 20px;
  overflow: hidden;
  color: white;
}

.mentor-card img {
  width: 101%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.mentor-info {
  position: absolute;
  top: 35px;
  left: 20px;
  z-index: 2;

}

.mentor-info-custom p {
  margin-top: -5px !important;
}

.mentor-info h1 {
  font-size: 20px;
  font-family: 'TitilliumWeb-Black', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #ffdd00;
}

.mentor-info p {
  color: white;
  font-size: 15px;
  line-height: 1.4;
  font-family: 'TitilliumWeb-Light', sans-serif;
  font-size: 15px;
  margin-top: 30px;
}

.yellow-card {
  background: #FFD600;
  color: black;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  text-align: left;
}

.yellow-card h2 {
  font-size: 24px;
  font-weight: 800;
}

.yellow-card p {
  font-size: 19px;
  font-family: 'TitilliumWeb-Light', sans-serif;
}

.faq {
  background-color: #000;
  color: white;
  padding: 2rem;
  font-family: sans-serif;
}

.faq-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 29px;
  font-family: 'TitilliumWeb-Black', sans-serif;
  text-transform: uppercase;
  font-style: italic;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid white;
}

.accordion {
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accordion-item {
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;

}

.accordion-header {
  width: 100%;
  padding: 1.2rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: transparent;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header.active {
  border-bottom: 1px solid white;
  border-radius: 0px;
}

.accordion-body {
  padding: 1rem 1.2rem;
  background-color: transparent;
  font-size: 1rem;
  color: #e0e0e0;
}

.arrow {
  transition: transform 0.3s ease;
}

.arrow.rotated {
  transform: rotate(180deg);
}

footer {
  background-color: #FFD600;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 17px;
  }

  .title {
    font-size: 96px !important;
  }

  .title span {
    font-size: 68px !important;
  }

  .content p {
    font-size: 27px;
  }

  .content button,
  .btn-terciary,
  .btn-secondary {
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 18px !important;
  }

  .learn-button {
    width: 95%;
    padding: 12px;
    text-align: center;
    font-size: 18px !important;
  }

  .image-area img {
    display: none;
  }

  .margin-fix {
    margin-top: 25px !important;
  }

  .mentors-grid {
    display: block;
  }

  .mentor-card {
    margin-bottom: 14px;
  }

  .yellow-card {
    padding: 20px;
  }

  .faq {
    padding: 0 !important;
  }

  .faq-title {
    padding-top: 41px;
    margin: 0;
  }
.faq .my-5{
  display: none !important;
}
  .btn-terciary-yellow {
    margin-bottom: 41px;
  }
  .mentors .mb-5{
    margin-bottom: 0px !important;
  }
}