/* ========================================
   CAPACITAÇÃO
   ======================================== */

/* --- SEÇÃO 1: INTRO --- */

#cap-intro {
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 60px;
}

#cap-intro .cap-paint-left {
  position: absolute;
  left: -74px;
  top: -20px;
  width: 324px;
  pointer-events: none;
  z-index: 0;
}

#cap-intro .cap-paint-left img {
  width: 100%;
  transform: scaleX(-1);
}

#cap-intro .cap-intro-text {
  padding-top: 74px;
}

#cap-intro .cap-intro-text p:first-child {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-purple);
  line-height: 1.64;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}

#cap-intro .cap-intro-text p:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-purple);
  line-height: 1.64;
  letter-spacing: -0.32px;
  margin-top: 0;
}

#cap-intro .cap-intro-text p {
  font-size: 16px;
  font-weight: 500;
  color: #69788d;
  line-height: 1.64;
  letter-spacing: -0.32px;
}

#cap-intro .cap-intro-right {
  display: flex;
  align-items: flex-start;
  padding-top: 9px;
  padding-left: 40px;
}

#cap-intro .cap-intro-img {
  width: 100%;
  max-width: 447px;
  display: block;
}

/* --- SEÇÃO 2: CURSO --- */

#cap-curso {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cap-section-img-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.cap-section-img {
  width: 100%;
  max-width: 630px;
  height: 315px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.cap-section-img-placeholder {
  width: 100%;
  max-width: 630px;
  height: 315px;
  background-color: #d9d9d9;
  border-radius: 20px;
}

.cap-section-text p:first-child {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-purple);
  line-height: 1.64;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}

.cap-section-text p {
  font-size: 16px;
  font-weight: 500;
  color: #69788d;
  line-height: 1.64;
  letter-spacing: -0.32px;
}

.cap-btn {
  display: inline-block;
  background-color: var(--color-purple);
  color: #fff;
  border-radius: 50px;
  height: 43px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  padding: 0 30px;
  text-decoration: none;
  margin-top: 20px;
  white-space: nowrap;
}

.cap-btn:hover {
  opacity: 0.85;
  color: #fff;
}

/* --- SEÇÃO 3: CONGRESSO --- */

#cap-congresso {
  padding-top: 100px;
  padding-bottom: 70px;
}

#cap-congresso .cap-paint-right {
  position: absolute;
  right: -40px;
  top: -200px;
  width: 341px;
  pointer-events: none;
  z-index: 0;
}

#cap-congresso .cap-paint-right img {
  width: 100%;
  transform: rotate(180deg);
}

/* --- SEÇÃO 4: DEPOIMENTOS --- */

#cap-depo {
  padding-top: 121px;
  padding-bottom: 60px;
}

#cap-depo .cap-depo-header {
  text-align: center;
  margin-bottom: 50px;
}

#cap-depo .cap-depo-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-purple);
  line-height: 1.64;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}

#cap-depo .cap-depo-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #69788d;
  line-height: 1.64;
  letter-spacing: -0.32px;
  margin: 0;
}

#cap-depo .cap-depo-carousel-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

#cap-depo .cap-depo-track-outer {
  flex: 1;
  overflow: hidden;
}

#cap-depo .cap-depo-track {
  display: flex;
  transition: transform 0.4s ease;
}

#cap-depo .cap-depo-slide {
  min-width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}

#cap-depo .cap-depo-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25.6px rgba(0, 0, 0, 0.11);
  padding: 24px 37px 24px 37px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
}

#cap-depo .cap-depo-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

#cap-depo .cap-depo-avatar {
  width: 101px;
  height: 101px;
  min-width: 101px;
  border-radius: 50%;
  border: 7px solid var(--color-purple);
  background-color: #d9d9d9;
  background-size: cover;
  background-position: center;
}

#cap-depo .cap-depo-avatar--empty {
  background-color: #d9d9d9;
}

#cap-depo .cap-depo-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cap-depo .cap-depo-name {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #461e77;
  line-height: 1.5;
  margin: 0;
}

#cap-depo .cap-depo-role {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  line-height: 1.5;
  margin: 0;
}

#cap-depo .cap-depo-quote {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: normal;
}

#cap-depo .cap-depo-quote p {
  margin: 0;
}

#cap-depo .cap-depo-arrow {
  background: none;
  border: 1.636px solid var(--color-purple);
  border-radius: 50px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  color: var(--color-purple);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}

#cap-depo .cap-depo-arrow:hover {
  background: var(--color-purple);
  color: #fff;
}

#cap-depo .cap-depo-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

#cap-depo .cap-depo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d9d9d9;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

#cap-depo .cap-depo-dot.active {
  background: var(--color-purple);
}

#cap-depo .cap-depo-empty {
  text-align: center;
  color: #69788d;
  font-size: 16px;
}

/* Responsivo */
@media (max-width: 992px) {
  #cap-intro .cap-intro-text {
    padding-top: 40px;
  }

  #cap-intro .cap-intro-right {
    padding-left: 0;
    padding-top: 20px;
    justify-content: center;
  }

  #cap-intro .cap-intro-img {
    max-width: 100%;
  }

  #cap-congresso {
    padding-top: 40px;
  }

  #cap-depo {
    padding-top: 60px;
  }

  #cap-depo .cap-depo-slide {
    min-width: 100%;
  }
}

