body {
  font-family: 'Inter', sans-serif;
}

.pagelayout-course.path-course-view #page.drawers .main-inner,
.pagelayout-incourse.path-course-view #page.drawers .main-inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pagelayout-course.path-course-view #region-main-box,
.pagelayout-course.path-course-view #region-main,
.pagelayout-incourse.path-course-view #region-main-box,
.pagelayout-incourse.path-course-view #region-main {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================
   BANNER APENAS NA PÁGINA DO CURSO
   ========================= */
.pagelayout-course.path-course-view #page-header,
.pagelayout-incourse.path-course-view #page-header {
	background-color: #e7c5bc;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 80px 300px 30px 40px !important; /* espaço para a logo à direita */
    min-height: 80px !important;
    border-radius: 0 !important;
    background: url("https://edutec.unesp.br/public_content/Curso-Defectologia-Vigotski/imgs/banner%20topo.png") center center / cover no-repeat !important;
	margin-top: -18px !important;
}

/* mantém o conteúdo do header acima das camadas visuais */
.pagelayout-course.path-course-view #page-header .page-context-header,
.pagelayout-course.path-course-view #page-header .page-header-headings,
.pagelayout-course.path-course-view #page-header .header-actions-container,
.pagelayout-course.path-course-view #page-header .singlebutton,
.pagelayout-course.path-course-view #page-header .btn,
.pagelayout-incourse.path-course-view #page-header .page-context-header,
.pagelayout-incourse.path-course-view #page-header .page-header-headings,
.pagelayout-incourse.path-course-view #page-header .header-actions-container,
.pagelayout-incourse.path-course-view #page-header .singlebutton,
.pagelayout-incourse.path-course-view #page-header .btn {
    position: relative;
    z-index: 3;
}

/* título */
.pagelayout-course.path-course-view #page-header .page-header-headings,
.pagelayout-incourse.path-course-view #page-header .page-header-headings {
    max-width: 100%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #4a827e;
        border-color: #dee2e6 #dee2e6 #fff;
}

.pagelayout-course.path-course-view #page-header .page-header-headings h1,
.pagelayout-incourse.path-course-view #page-header .page-header-headings h1 {
    color: #fff !important;
    text-shadow: 1px 1px 3px #2b4546;
    margin: 0;
}

.secondary-navigation .navigation {
    border: 1px solid #fff !important;
}

.pagelayout-course.format-onetopic .nav-tabs {
    background: #e9e9e9;
    border-radius: 1px;
    gap: 6px;
    border: none;
}

.pagelayout-course.format-onetopic .nav-tabs .nav-link {
    border: none !important;
    border-radius: 14px 14px 1px 1px !important;
    padding: 8px 18px;
    color: #333 !important;
    font-weight: 500;
}

/* ativo */
.pagelayout-course.format-onetopic .nav-tabs .nav-link.active {
    background: #4a827e !important;
    color: #fff !important;
}

/* responsivo */
@media (max-width: 768px) {
    .pagelayout-course.path-course-view #page-header,
    .pagelayout-incourse.path-course-view #page-header {
        padding: 40px 160px 40px 20px !important;
        min-height: 180px !important;
    }

    .pagelayout-course.path-course-view #page-header::after,
    .pagelayout-incourse.path-course-view #page-header::after {
        width: 120px;
        height: 50px;
        right: 20px;
    }

    .pagelayout-course.path-course-view #page-header .page-header-headings,
    .pagelayout-incourse.path-course-view #page-header .page-header-headings {
        max-width: 100%;
    }
}

/* ACESSIBILIDADE - TEXTO SOMENTE PARA LEITOR DE TELA */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
}


/* =========================
   ESPAÇAMENTO PADRÃO
   ========================= */
.content-section p {
  margin-bottom: 12px;
}

/* =========================
   RESPONSIVO
   ========================= */
@media (max-width: 768px) {
  .content-section {
    margin: 15px;
    font-size: 14px;
  }

  .box-conteudos-disciplina {
    padding: 14px;
  }

  .btn-atividade {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   FAIXA DE LOGOS
   ========================= */
.footer-logos {
  background: linear-gradient(to right, #dae8e9, #fff);
  padding: 40px 20px;
  text-align: center;
}

/* imagens */
.footer-logos img {
  margin: 0 30px;
  border-radius: 0;
  overflow: visible;
  vertical-align: middle;
}

/* tamanhos individuais */
.logo-unesp {
  height: 75px;
}

.logo-fmb {
  height: 95px;
}

.logo-cdep3 {
  height: 60px;
}

.logo-capes {
  height: 75px;
}

.logo-uab {
  height: 70px;
}

/* responsivo */
@media (max-width: 768px) {
  .footer-logos img {
    margin: 10px;
    height: 60px !important;
  }
}

.titulo-agenda {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #4b2a8c; /* roxo */
  margin: 30px 0 20px;
  position: relative;
}

.titulo-agenda::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #6a1fb5; /* roxo mais vibrante */
  margin: 10px auto 0;
  border-radius: 2px;
}

.format-onetopic .section-navigation .nextsection {
    display: inline-block;
    padding: 10px 16px;
    background-color: #6a1fb5;
    color: #ffffff !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.format-onetopic .section-navigation .nextsection a {
    padding: 10px 16px;
    color: #ffffff !important;
}

.format-onetopic .section-navigation .nextsection:hover {
    background-color: #4b2a8c;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.format-onetopic .section-navigation .prevsection {
    display: inline-block;
    padding: 10px 16px;
    background-color: #6a1fb5;
    color: #ffffff !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.format-onetopic .section-navigation .prevsection a {
    padding: 10px 16px;
    color: #ffffff !important;
}

.format-onetopic .section-navigation .prevsection:hover {
    background-color: #4b2a8c;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.bloco-titulo img,
.curso-info img {
  height: 22px;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}



/* =========================
   CONTAINER
   ========================= */
   
.curso-template {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 1.1em !important;
}

/* =========================
   TÍTULO
   ========================= */
.curso-titulo {
  color: #0f5c4d;
  font-size: 26px;
  margin-bottom: 20px;
}

/* =========================
   INFO PRAZO
   ========================= */
.curso-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.curso-info .icone {
  font-size: 24px;
}

/* =========================
   BLOCOS
   ========================= */
.bloco {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.bloco-titulo {
  color: #0f5c4d;
  font-size: 20px;
  margin-bottom: 15px;
}

/* =========================
   AUTORIA
   ========================= */
.autoria-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.avatar {
  width: 120px;
  height: 120px;
  background: #cfd8dc;
  border-radius: 50%;
}

.autor-nome {
  font-weight: bold;
}

/* =========================
   OBJETIVO
   ========================= */
.objetivo-box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.img-placeholder {
  width: 200px;
  height: 120px;
  background: #cfd8dc;
  border-radius: 10px;
}

/* =========================
   LISTA
   ========================= */
.lista-modulos {
  margin-top: 10px;
  padding-left: 20px;
}

.lista-modulos li {
  margin-bottom: 8px;
}

/* =========================
   VÍDEO
   ========================= */
.video-box img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.video-legenda {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

/* =========================
   RESPONSIVO
   ========================= */
@media (max-width: 768px) {
  .objetivo-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .autoria-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================
   CONTAINER
   ========================= */
.modulo-template {
  max-width: 1400px;
  margin: 0 auto;
}

/* TÍTULO */
.modulo-titulo {
  font-size: 24px;
  color: #0f5c4d;
  margin-bottom: 20px;
}

/* INTRO */
.modulo-intro {
  margin-bottom: 25px;
}

/* BLOCO */
.modulo-bloco {
  margin-bottom: 20px;
}

/* DESTAQUE */
.modulo-destaque {
  background: #f0f7f6;
  border-left: 4px solid #0f5c4d;
  padding: 15px;
  margin: 20px 0;
  border-radius: 6px;
}

/* ATIVIDADE */
.modulo-atividade {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 6px;
}