/*Ajuste moodle*/
:root {
  --primary: #1e3d79;
  --secondary: #6c8bd5;
  --backgroundsecondary: #e2e6f2;
}
body {
  font-family: "Inter", sans-serif;
  background-color: var(--backgroundcolor) !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0px !important;
}
/*Topo*/
#page-header {
  position: relative;
  background-image: url(https://edutec.unesp.br/public_content/acessibilidade-educacional/img/logo.png),
    url(https://edutec.unesp.br/public_content/acessibilidade-educacional/img/background-topo.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, right center;
  background-size: 350px auto, cover;
  min-height: 180px;
  padding-top: 50px;
  margin-top: -6px;
}
.w-100 {
  width: 100% !important;
}
.flex-wrap {
  margin-top: 70px;
}
/*Ajusta logo e imagem nas atividades */
.path-mod #page-header {
  background-size: 180px auto, auto auto;
  min-height: 110px;
  padding-top: 80px;
  margin-top: -70px;
}
.header-maxwidth {
  max-width: 100%;
}
.header-maxwidth h1 {
  display: none;
}
/*Menu principal e secundario*/
.secondary-navigation {
  padding-bottom: 0px;
}
.secondary-navigation .navigation {
  background-color: var(--backgroundsecondary);
  margin: 0px !important;
  padding: 0 0.5rem;
  border-bottom: 0px;
}
.secondary-navigation .nav-tabs .nav-item {
  background-color: var(--secondary);
}
.secondary-navigation .nav-tabs .nav-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.secondary-navigation .navigation .nav-tabs .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.secondary-navigation .nav-tabs .nav-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.secondary-navigation .nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: #ffffff;
  font-weight: bold;
}
.moremenu .nav-tabs {
  background-color: var(--backgroundsecondary);
}
.moremenu .nav-link {
  height: 40px;
}
.moremenu .nav-item .nav-link {
  color: #ffffff;
}
.moremenu .nav-link.active {
  border-bottom-color: var(--primary);
}
.tabs-wrapper {
  background-color: var(--backgroundsecondary);
}
.tabs-wrapper .nav-tabs .nav-item .nav-link {
  background-color: #ffffff;
}
.tabs-wrapper .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6 !important;
  margin-left: 40px !important;
}
#page.drawers div[role="main"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.format-onetopic .onetopic-tab-body {
  padding-top: 0px;
}
/*CSS Personalizado*/
h2 {
  font-size: 1.2rem;
}
.course-container {
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}
/* Header */
.course-header {
  padding: 20px;
}
.course-title {
  color: #0a2f6b;
  margin: 0;
}
.course-subtitle {
  color: #555;
}
/* Section title */
.section-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.section-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.section-heading {
  color: #0a2f6b;
  margin: 0;
}
/* Deadline */
.course-deadline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.deadline-number {
  background: #3b6cf4;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 20px;
}
/* Cards */
.section-card {
  background: linear-gradient(#f9fafb, #ffffff);
  padding: 20px;
  margin-top: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* Author */
.author-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-photo {
  width: 120px;
  border-radius: 50%;
}
/* Objective */
.objective-content {
  display: flex;
  gap: 40px;
}
.objective-image {
  max-width: 260px;
  border-radius: 8px;
}
/* Modules */
.module-list {
  padding-left: 20px;
}
.module-list li {
  margin-bottom: 10px;
}
/* Video */
.video-content img {
  max-width: 420px;
  border-radius: 12px;
}
/* Warning */
.warning-box {
  background: #f9f7f0;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
}
.footer-image {
  max-width: 80%;
  height: auto;
}
/*Agenda*/
.header-schedule-title {
  background: #113056;
  color: #ffffff;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 1px;
  padding: 10px;
  font-weight: bold;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.description-schedule {
  font-size: 18px;
  text-align: justify;
  padding-left: 1rem;
  padding-right: 1rem;
}
.descriptions {
  font-size: 18px;
  text-align: justify;
}
.activities-text {
    padding: 2% 0 0 0;
    text-align: justify;
}
.highlight-item {
  border-radius: 5px;
  margin-bottom: 2%;
}
.highlight-item:hover {
  -webkit-box-shadow: 0 0 75px -20px rgba(54, 74, 101, 0.9);
  -moz-box-shadow: 0 0 75px -20px rgba(54, 74, 101, 0.9);
  box-shadow: 0 0 75px -20px rgba(54, 74, 101, 0.9);
  border: 1px solid #f1f1f1;
  border-bottom: 5px solid #f5a622;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.limits-area-icon {
    position: relative;
    max-width: 15em;
    margin: auto;
    text-align: center;
}
/* Responsive */
@media (max-width: 768px) {
  .objective-content,
  .author-content {
    flex-direction: column;
    text-align: center;
  }
  .section-title {
    flex-direction: column;
    text-align: center;
  }
  .section-icon {
    width: 80px;
    height: 80px;
  }
}
