body {
  /* background: linear-gradient(180deg, #061D57, #1C43A4); */
}

header.header-sate {
  position: fixed;
  background: radial-gradient(ellipse, #134AD3, #0D3495, #0C2E82, #0A266D);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 120px;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header-sate .container-header {
  width: 70%;
  display: flex;
  align-items: center;
}

.container-header .logo-sate {
  width: 200px;
  margin: 0 60px;
}

.logo-sate img {
  max-width: 100%;
}

.container-header .menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu ul li {
  margin: 0 20px;
}

.menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.menu ul li a:hover {
  color: #c2ae67;
}

.header-sate .profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
}

.profile p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.profile img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}

.main-sate {
  width: 90%;
  margin: 150px 5%;
}

.main-sate .page-title-sate {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.main-sate .card-course {
  width: 100%;
  border: 1px solid #0A266F;
  border-radius: 12px;
}

.card-course img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.card-course .card-course-footer {
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  padding: 0 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-course a {
  font-size: 16px;
  font-weight: 700;
  color: #0A266F;
  text-decoration: none;
}

footer.footer-sate {
  background-color: #fff;
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-sate .desc-footer {
  width: 80%;
  margin: 0 10%;
  padding: 20px 0;
}

.logo-footer img {
  width: 80%;
}

.group-social a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #061847;
  color: #fff;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

.group-social a i {
  font-size: 18px;
}

.desc-footer h3 {
  font-size: 18px;
  color: #0A266D;
  margin-bottom: 5px;
  margin-top: 20px;
}

.desc-footer p {
  margin: 0;
  cursor: pointer;
  color: #777;
  font-weight: 600;
}

.desc-footer h4 {
  font-size: 16px;
  color: #777;
  font-weight: 600;
}

.sate-modules {
  margin-top: 50px;
}

.sate-modules .slide .module-card:hover {
  /* margin: 0 20px; */
  transform: scale(1.02);
}

.slide .module-card img {
  object-fit: cover;
  margin-bottom: 10px;
}
.slide .module-card a {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}

.video-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.section-material {
  background-color: #0A2A7D;
  padding: 15px 25px;
  border-radius: 4px;
  margin-top: 16px;
}

.materials .material {
  display: flex;
  align-items: center;
  padding: 2px 0;
  color: #fff;
  font-size: 18px;
}

.material .icone i {
  font-size: 32px;
}

.material .content-material h3 {
  font-size: 16px;
  margin: 0 5px;
}

.material .content-material p {
  font-size: 12px;
  color: #fff;
  margin: 0 5px;
}

.content-videos {
  margin: 20px 0;
  background-color: #0A2A7D;
  padding: 20px;
}

.content-videos .sate-video {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.sate-video .thumb {
  width: 100px;
}
.sate-video .thumb img {
  width: 100px;

}
.sate-video .desc-video {
  margin: 0 12px;
}
.sate-video .desc-video a {
  color: #fff;
  text-decoration: none;
}

.over {
  overflow-y: auto;
  max-height: 600px;
}

.sate-opt {
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  background-color: #061D57;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 8px;
}
.sate-opt:hover {
  background-color: #0D3495;
}

@media(max-width: 1224px) {
  .over {
    max-height: 340px;
  }
}

@media(max-width: 992px) {
  header.header-sate {
    height: 80px;
  }

  .container-header .logo-sate {
    width: 120px;
    margin: 0 10px;
  }

  .container-header .menu {
    display: none;
  }

  .profile p {
    display: none;
  }

  .over {
    max-height: 500px;
  }

  .main-sate {
    margin: 100px 5%;
  }
}



/* Oculta o checkbox padrão */
.checkbox-container input[type="checkbox"] {
  display: none;
}

/* Estiliza o container do checkbox */
.checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

/* Cria a caixa customizada */
.checkbox-checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Estiliza a caixa quando o checkbox está selecionado */
.checkbox-container input[type="checkbox"]:checked + .checkbox-checkmark {
  background-color: #34f35e;
  border-color: #34f35e;
}

/* Cria o sinal de marcação dentro da caixa quando selecionado */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Estiliza o sinal de marcação quando o checkbox está selecionado */
.checkbox-container input[type="checkbox"]:checked + .checkbox-checkmark:after {
  display: block;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}

.over::-webkit-scrollbar {
  width: 5px; /* Largura da barra de rolagem vertical */
  height: 5px; /* Altura da barra de rolagem horizontal */
}

/* Fundo da barra de rolagem */
.over::-webkit-scrollbar-track {
  background: #f1f1f1; /* Cor do fundo da barra de rolagem */
  border-radius: 10px; /* Cantos arredondados do fundo */
}

/* "Polegar" (thumb) da barra de rolagem */
.over::-webkit-scrollbar-thumb {
  background: #888; /* Cor do polegar */
  border-radius: 10px; /* Cantos arredondados do polegar */
  transition: background 0.3s; /* Transição suave ao passar o mouse */
}

/* Cor do polegar ao passar o mouse */
.over::-webkit-scrollbar-thumb:hover {
  background: #555; /* Cor do polegar ao passar o mouse */
}

.btn-sate {
  background-color: #0A266D;
  color: #fff;
}
.btn-sate:hover, .btn-sate:focus {
  background-color: #134AD3;
  color: #fff;
}

.content-output {
  position: relative;
}
.content-output .output-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  color: #000;
}
.content-output .output-icon:hover {
  color: #05f;
}
.content-output:hover  {
  background-color: #ddd;
}

.image-sate {
  display: flex;
  justify-content: center;
}
.image-sate img {
  width: 100%;
  margin: 30px auto;
}



