/* Importa estilos CSS padrão dos componentes */
@import url('../core.css');

/************************
   Classes auxiliares
***********************/
/* Estilo para a seção de header página */
.navigation {
  padding: 10px 50px 10px 100px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: baseline;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.navigation .brand {
  width: 5rem !important;
}

.navigation.ativo {
  background-color: var(--sf-color-dark-focus);
}

.navigation nav.ativo {
  display: flex !important;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100vh;
  border-right: 1px solid var(--sf-color-gray);
  background: var(--sf-color-dark-focus);
  width: 300px;
  z-index: 100;
  flex-direction: column-reverse;
}

.navigation nav.ativo ul {
  flex-direction: column;
  padding: 20px 0 0 20px;
  align-items: flex-start;
}

.navigation nav {
  display: flex;
  flex-direction: column;
}

.navigation nav .content-search {
  width: 100%;
  display: none;
  position: relative;
}

.navigation nav .content-search.ativo {
  display: unset;
}

.nav-primary.ativo {
  background-color: var(--sf-color-dark-focus);
}

@media(max-width: 960px) {
  .contentHero .content {
    margin-left: 10px !important;
  }

}

.contentHero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 100px 10px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: cover;
  background-attachment: fixed;
}

.contentHero .content {
  width: 100%;
  margin-left: 100px;
}

.content h6 {
  padding-left: 10px;
  border-left: 4px solid var(--sf-color-brand);

}

.content h6 span {
  background-color: var(--sf-color-brand);
  color: #fff;
  padding: 2px;
  font-weight: normal !important;
}

.content h1 {
  font-weight: 700;

}

.content p {
  color: var(--sf-color-gray);
  max-width: 750px;
  font-weight: 400;
}

.content button a {
  font-weight: 600;
  padding: 0 50px;
}

.content .list-descCurso li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.content .list-descCurso li span {
  font-weight: 600;
  color: #ffff !important;
}

/* Estilo para a seção de login na página */
.content-login .login-api {
  padding: 13px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--sf-color-gray);
  background-color: var(--sf-color-dark-strong);
}

/* Estilo para o cabeçalho da seção de login ou cadastro */
.content-login .header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-login .header small {
  color: var(--sf-color-gray);
}

/* Estilo para a imagem na seção de login ou cadastro */
.content-login img {
  width: 40%;
  align-self: center;
}

/* Estilo para o título principal da seção de login cadastro */
.content-login h2 {
  font-weight: 600;
  color: var(--sf-color-brand);
}

/* Estilo para a parte do título que está em destaque na seção de login cadastro */
.content-login h2 span {
  font-weight: 500;
  color: #063358 !important;
}

/* Estilo para o rodapé da seção de login cadastro */
.content-login .footer p,
.content-login .footer small {
  color: var(--sf-color-gray);
}

/* Estilo para os links no rodapé da seção de login cadastro */
.content-login .footer a {
  color: var(--sf-color-brand);
  font-weight: 400;
}

/* Class para páginas */
.container-wrap {
  position: relative;
  padding: 100px 60px 50px 100px;
  display: flex;
  flex-direction: column;
}

.headLine {
  text-transform: uppercase;
  color: var(--sf-color-brand) !important;
}

.headLine span {
  font-weight: bold;
  color: var(--sf-color-brand-hover) !important;
}

/*******************
   Componentes
********************/

/* Seção Home 1 */
.sectionHome1 {
  gap: 20px;
  background-color: var(--sf-color-dark-focus);
}

/* Seção Home 3 */
.sectionHome3 {
  padding-top: 10px !important;
}

.sectionHome3 .group-card {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 10px;
}

/* Seção Home 4 */
.sectionHome4 {
  align-items: center;
  background-color: var(--sf-color-dark);
}

.sectionHome4 .headLine {
  color: var(--sf-color-brand-hover) !important;
}

/*Seção Home 5 */
.sectionHome5 {
  background-color: var(--sf-color-dark-focus) !important;
}

.sectionHome5 .contentBeneficios h5 {
  font-weight: bold;
}

.sectionHome5 .contentBeneficios h2 {
  font-weight: 700;
  max-width: 750px;
  color: var(--sf-color-brand) !important;
}

.sectionHome5 .contentBeneficios h2 span {
  color: var(--sf-color-brand) !important;
  font-weight: 600;
}

.sectionHome5 .contentBeneficios p {
  color: var(--sf-color-brand) !important;
  font-weight: 400;
}

.sectionHome5 .contentBeneficios .BeneficiosList {

  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 40px;
}

.sectionHome5 .contentBeneficios .BeneficiosList .boxBeneficio {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--sf-color-brand) !important;
  background-color: var(--sf-color-dark);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}



.sectionHome5 .contentBeneficios .BeneficiosList .boxBeneficio:nth-of-type(2) {
  color: var(--sf-color-brand);
  background-color: var(--sf-color-dark-focus);
}

.BeneficiosParceiro {
  padding-left: 20px;
  border-left: 4px solid var(--sf-color-brand);
  color: var(--sf-color-brand);
  font-weight: 450;
}

/* Lista de perguntas frequentes */
.list-fq {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  padding-bottom: 4em;
  margin-top: 20px;
  color: #000 !important;
}

.fq-item {
  border-radius: 4px 4px 0 0;
  background: #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-content: baseline;
  padding: 1em;
  font-size: 1em;
  text-decoration: none;
}

.fq-item span {
  font-weight: 500;
  color: #000 !important;
}

.item-fq i {
  font-weight: 500;
  color: #000 !important;
}


.fq-item:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: var(--sf-color-brand);
}

.fq-item:hover .item-fq i {
  color: #fff !important;
}

.fq-item:hover span {
  color: #fff !important;
}

.list-fq .card {
  text-align: left;
  border-radius: 0 0 4px 4px !important;
}

/* Rodapé */
footer {
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 50px;
  background: #03243f !Important;
  width: 100%;
}

footer .redes-socias {

  display: flex;
  gap: 1em;
}

footer .redes-socias li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  color: var(--sf-color-brand) !important;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

footer .redes-socias li:hover {
  background: var(--sf-color-brand) !important;
  color: #b59240;
}

footer .redes-socias li span i {
  color: #b59240 !important;
}

footer .redes-socias li:hover span i {
  color: #b59240 !important;
}

footer .mapa-site-list ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

footer .mapa-site-list ul li {
  width: 40%;
}

footer ul li a {
  color: var(--sf-color-gray) !important;
  font-weight: 400;
}

footer ul li a:hover {
  color: var(--sf-color-gray-strong) !important;
}

footer .copy-session {
  border-top: 1px solid #042d4f;
  padding: 2rem 0 0rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
  flex-wrap: wrap;
  color: 979494;
}

footer .copy-session ul {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

footer .copy-session ul li a {
  text-decoration: none;
  color: var(--sf-color-gray-strong);
  font-weight: 500;
}

footer .copy-session span {
  font-weight: 500;
  color: var(--sf-color-gray-strong);
}

/* Seção de Cursos */
.sectionCurso {
  gap: 20px;
  background-color: var(--sf-color-dark-focus);
}

.sectionCurso .header {
  display: flex;
  justify-content: space-between;
}

.sectionCurso .header p {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--sf-color-brand) !important;
}

.sectionCurso .header a {
  color: var(--sf-color-brand);
  font-weight: 500;
}

.sectionCurso .header p small {
  font-weight: 600;
  color: var(--sf-color-gray-strong);
}

/* Detalhe do Curso */
.sectionCursoDetalhe {
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionCursoDetalhe .contentHeader {
  background: var(--sf-gradient-dark);
  padding: 100px 60px 50px 100px;
}

.sectionCursoDetalhe .contentHeader .infoResumoCurso span {

  font-weight: 400;
}

.sectionCursoDetalhe .contentHeader .footer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.sectionCursoDetalhe .contentHeader .footer .btn a {
  font-weight: bold;
}

.sectionCursoCompra {
  margin-top: 50px;
  color: var(--sf-color-brand-hover) !important;
}

.content-apresentacao {
  color: var(--sf-color-brand-hover) !important;
}

.sectionCursoCompra ul {
  display: flex;
  padding: 10px;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;

}

.sectionCursoCompra ul li {
  display: flex;
  flex-wrap: wrap;
  color: var(--sf-color-gray-light) !important;
  justify-content: space-between;
}

.sectionCursoCompra ul span {
  color: var(--sf-color-gray-strong) !important;

}

.sectionCursoCompra ul li:last-child span {
  color: var(--sf-color-gray-strong) !important;
  font-weight: bold;
}

.sectionCursoCompra .contentBtnCompra {
  background: var(--sf-color-dark-strong);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

  border: 1px solid var(--sf-color-gray-strong);
}

.sectionCursoCompra .contentBtnCompra span,
.sectionCursoCompra .contentBtnCompra i {
  color: var(--sf-color-success) !important;
}

.sectionCursoCompra .contentBtnCompra i {
  font-size: 2rem;
}

.sectionCursoCompra .cardCompraItem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sectionCursoCompra .cardCompraItem .posterCompra {
  height: 250px;
  width: 250px;
  border: none !important;
  background: var(--sf-color-gray);
}

.sectionCursoCompra .cardCompraItem h6 {
  max-width: 250px;
}

.sectionCursoCompra .cardCompraItem p small {
  font-weight: bold;
}

/* Slide de detalhes do curso */
.cursosDetalheSlide {
  background: #000
    /*var(--sf-color-dark-focus)*/
  ;
  position: absolute;
  padding: 10px;
  right: 0;
  width: 40%;
}

.cursosDetalheSlide .carousel-custom-indicators i {
  color: #fff !important;
}

.cursosDetalheSlide .carousel-custom-indicators i {
  border-color: #fff !important;
}


.container-conta {

  padding: 100px 50px 20px 100px;
  display: flex;
}

/*Aluo section*/
.contentPerfilFoto {
  height: 200px;
  background: var(--sf-color-gray);
}

.nav-drawer {
  position: absolute;
  display: none !important;
  flex-direction: column;
  right: 0;
  top: 45px;
  background: var(--sf-color-dark-focus);
  margin-right: 50px;
  gap: 10px !important;
  padding: 20px !important;
  align-items: flex-start !important;
}

.nav-drawer.ativo {
  display: flex !important;
}

.nav-drawer li:last-child {
  width: 100%;
  align-self: center;
  padding: 10px;
  border-top: 1px solid var(--sf-color-gray);
}

.nav-drawer #drawerAction {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-drawer li:first-child {
  display: none !important;
}

.content-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.notificacaoContent {
  display: flex;
  gap: 10px;
  padding-top: 20px;
  flex-direction: column;
}

.headerCursosFrequentados {
  border-bottom: 1px solid var(--sf-color-gray);
}

.headerCursosFrequentados ul {

  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 40px;
}

.headerCursosFrequentados ul li {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;

  background: var(--sf-color-dark-strong);
}

.headerCursosFrequentados ul li:first-child span:last-child {
  color: var(--sf-color-gray-strong) !important;
}

.headerCursosFrequentados ul li:last-child span {
  color: var(--sf-color-success) !important;
}

.container-conta .group {
  padding: 0 !important;
  gap: 30px !important;
}

/*Instrutuor section*/
.list-alunos-curso {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.list-alunos-curso .box {
  align-items: center;
  color: var(--sf-color-gray) !important;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.list-alunos-curso .box img {
  width: 100px;
  height: 100px;
  background-color: var(--sf-color-dark-strong);
}

.list-alunos-curso .box ul li span {

  color: #fff;
  font-weight: 600;
}

.list-alunos-curso .box ul li small {
  font-weight: bold;
}

/*Aula contentect*/
.sectionCursoAula {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 20px;
}

/* Responsividade */
@media (min-width: 1242px) {
  .sectionCursoAula {
    grid-template-columns: 70% 30%;
    grid-template-rows: auto 1fr;
    padding: 100px 50px;
  }

  /* O segundo elemento ocupa toda a altura */
  .sectionCursoAulaContent {
    grid-row: span 2;
  }
}

.sectionCursoAulaContentVideo {
  display: flex;
  flex-direction: column;

}

.sectionCursoAulaContentVideo .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sectionCursoAulaContentVideo .header h4 {
  color: var(--sf-color-brand);
}

.sectionCursoAulaContentVideo .header a {
  background: var(--sf-color-dark-focus);
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
}

.sectionCursoAulaContentVideo .header a:hover {
  background: var(--sf-color-dark-strong);
}

.sectionCursoAulaContentVideo .header a span {
  font-weight: 400;
}

.sectionCursoAulaContentVideo .header a span,
.sectionCursoAulaContentVideo .header a i {
  color: var(--sf-color-success) !important;
}

.container-video,
.video-controls,
.video-timer,
.options {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionCursoAulaContentVideo .footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.sectionCursoAulaContentVideo .footer .link-aula {
  padding: 10px;
  color: var(--sf-color-gray);
  background: var(--sf-color-dark-strong) !important;
}

.sectionCursoAula .sectionCursoAulaComunicacao {
  display: flex;
  flex-direction: column;
}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .contentHader {

  display: flex;
  justify-content: space-around;
}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .contentHader a {
  color: var(--sf-color-gray);
  padding: 10px;
  text-align: center;
  width: 50%;
  font-weight: 500;
  background: var(--sf-color-dark-strong) !important;

}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .contentHader a.active {
  color: var(--sf-color-brand);
  border-bottom: 1px solid var(--sf-color-brand);
}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .link-user {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--sf-color-gray);
}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .link-user img {
  background: var(--sf-color-gray);
  width: 50px;
  height: 50px;
}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .link-user span {
  color: var(--sf-color-gray-strong) !important;
}

.sectionCursoAula .sectionCursoAulaComunicacao .accordion .link-user p {
  font-size: 13px !important;
  font-weight: 400;
}

.container-video {
  width: 100%;
  user-select: none;
  overflow: hidden;
  border-radius: 5px;
  background: #000;
  aspect-ratio: 16 / 9;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.container-video.fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  border-radius: 0px;
}

.wrapper-video {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  bottom: -15px;
  transition: all 0.08s ease;
}

.container-video.show-controls .wrapper-video {
  opacity: 1;
  bottom: 0;
  transition: all 0.13s ease;
}

.wrapper-video::before {
  content: "";
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: calc(100% + 35px);
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.video-timeline {
  height: 7px;
  width: 100%;
  cursor: pointer;
}

.video-timeline .progress-area {
  height: 3px;
  position: relative;
  background: var(--sf-color-dark-focus);
}

.progress-area span {
  position: absolute;
  left: 50%;
  top: -25px;
  font-size: 13px;
  color: #fff;
  pointer-events: none;
  transform: translateX(-50%);
}

.progress-area .progress-bar {
  width: 0%;
  height: 100%;
  position: relative;
  background: var(--sf-color-brand);
}

.progress-bar::before {
  content: "";
  right: 0;
  top: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
  border-radius: 50%;
  background: var(--sf-color-brand);
  transform: translateY(-50%);
}

.progress-bar::before,
.progress-area span {
  display: none;
}

.video-timeline:hover .progress-bar::before,
.video-timeline:hover .progress-area span {
  display: block;
}

.wrapper-video .video-controls {
  padding: 5px 20px 10px;
}

.video-controls .options {
  width: 100%;
}

.video-controls .options:first-child {
  justify-content: flex-start;
}

.video-controls .options:last-child {
  justify-content: flex-end;
}

.options button {
  height: 40px;
  width: 40px;
  font-size: 19px;
  border: none;
  cursor: pointer;
  background: none;
  color: #efefef;
  border-radius: 3px;
  transition: all 0.3s ease;
  outline: none !important;
}

.options button :where(i, span) {
  height: 100%;
  width: 100%;
  line-height: 40px;
}

.options button:hover :where(i, span) {
  color: #fff;
}

.options button:active :where(i) {
  transform: scale(0.9);
}

.options button i {
  font-size: 23px;

}

.options input {
  height: 4px;
  margin-left: 3px;
  max-width: 75px;
  accent-color: var(--sf-color-brand);
}

.options .video-timer {
  color: #efefef;
  margin-left: 15px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.playback-content {
  display: flex;
  position: relative;
}

.playback-content .speed-options {
  position: absolute;
  list-style: none;
  left: -40px;
  bottom: 40px;
  width: 95px;
  overflow: hidden;
  opacity: 0;
  border-radius: 4px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.13s ease;
}

.playback-content .speed-options.show {
  opacity: 1;
  pointer-events: auto;
}

.speed-options li {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  margin: 2px 0;
  padding: 5px 0 5px 15px;
  transition: all 0.1s ease;
}

.speed-options li:where(:first-child, :last-child) {
  margin: 0px;
}

.speed-options li:hover {
  background: #dfdfdf;
}

.speed-options li.active {
  color: #fff;
  background: var(--sf-color-brand);
}

.container-video video {
  width: 100%;
}

.sectionCursoAulaContent .timeline {
  position: relative;
  height: auto;
}

.sectionCursoAulaContent .timeline .modulo {
  position: relative;
  cursor: pointer;
}

.sectionCursoAulaContent .timeline .content h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.sectionCursoAulaContent .timeline .modulo.ativo .item .content ul {
  display: unset !important;
}

.sectionCursoAulaContent .timeline .modulo.ativo .item {
  border-left: 1px solid var(--sf-color-gray);
}

.sectionCursoAulaContent .timeline .modulo .item .content ul {
  display: none !important;
}

.sectionCursoAulaContent .timeline .modulo .item {
  position: relative;
  min-height: 60px;
  padding: 0 20px 10px 40px;
  margin-left: 20px;
  width: 100%;


}

.sectionCursoAulaContent .timeline .modulo:last-child .item {
  border-left: 1px solid transparent;
}

.sectionCursoAulaContent .timeline .item span {
  position: absolute;
  top: -2px;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  background: var(--sf-color-gray);
}

.sectionCursoAulaContent .timeline .modulo.visto span {
  background: var(--sf-color-brand);
}

.sectionCursoAulaContent .timeline .modulo ul {
  display: flex;
  flex-direction: column;
}

.sectionCursoAulaContent .timeline .modulo ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sectionCursoAulaContent .timeline .modulo ul li a:hover {
  color: var(--sf-color-brand) !important;
}

.sectionCursoAulaContent .timeline .modulo ul li.videoAtual a {
  color: var(--sf-color-brand) !important;
}

.sectionCursoAulaContent .timeline .modulo ul li.videoAtual i {
  color: var(--sf-color-brand) !important;
}

.sectionCursoAulaContent .timeline .modulo ul li.visto a {
  color: var(--sf-color-success) !important;
}

.sectionCursoAulaContent .timeline .modulo ul li.visto i {
  color: var(--sf-color-success) !important;
}

.sectionCursoAulaContent .timeline .modulo ul li a i {
  color: var(--sf-color-gray);
  background: var(--sf-color-dark);
  padding: 2px;
  border-radius: 50%;
}

.sectionCursoAulaContent .timeline .modulo ul li small strong {
  color: var(--sf-color-gray);
  font-weight: 400;
  font-size: .7rem;
}

@media screen and (max-width: 540px) {
  .wrapper-video .video-controls {
    padding: 3px 10px 7px;
  }

  .options input,
  .progress-area span {
    display: none !important;
  }

  .options button {
    height: 30px;
    width: 30px;
    font-size: 17px;
  }

  .options .video-timer {
    margin-left: 5px;
  }

  .video-timer .separator {
    font-size: 14px;
    margin: 0 2px;
  }

  .options button :where(i, span) {
    line-height: 30px;
  }

  .options button span {
    font-size: 21px;
  }

  .options .video-timer,
  .progress-area span,
  .speed-options li {
    font-size: 12px;
  }

  .playback-content .speed-options {
    width: 75px;
    left: -30px;
    bottom: 30px;
  }

  .speed-options li {
    margin: 1px 0;
    padding: 3px 0 3px 10px;
  }

  .right .pic-in-pic {
    display: none;
  }
}

.content-detalhe-curso h4 {
  color: var(--sf-color-brand-hover) !important;
}

/* Media queries */
@media screen and (max-width: 960px) {
  footer {
    padding: 50px 10px;
    width: 100%;
  }

  footer .mapa-site-list ul li {
    width: 100%;
  }

  .sectionCursoDetalhe .contentHeader {
    padding: 50px 20px 20px 10px;
  }

  .cursosDetalheSlide {
    display: none;
  }

  .container-wrap {
    padding: 50px 10px 20px 10px;
  }

  .sectionHome3 .group {
    gap: 5px !important;
  }

  .sectionHome3,
  .sectionHome5 {
    padding: 50px !important;
  }

  .container-conta {
    padding: 100px 20px;
  }

}

@media screen and (max-width: 320px) {
  .sectionHome3 .group {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .sectionHome3 .group {
    justify-content: center;
  }

  .carousel-custom-indicators {
    display: none !important;
  }

  .sectionHome1,
  .sectionHome2,
  .sectionCurso {
    padding: 0;
  }

  .sectionHome1 .headLine,
  .sectionHome2 .headLine,
  .sectionCurso .headLine,
  .sectionCurso .header {
    margin: 20px;
  }

  .sectionHome5 .contentBeneficios h2 {
    max-width: unset;
  }

  .sectionHome5 .contentBeneficios .BeneficiosList {

    position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 40px;
  }

  .sectionCursoCompra .cardCompraItem .posterCompra {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-drawer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .nav-drawer li:first-child {
    display: unset !important;
  }

  .sectionCursoAula {
    margin-top: 50px !important;
    flex-wrap: wrap;
  }

}


/*section usuário */
.stepAddCurso {
  height: 400px !important;
}

.stepAddCurso .body {

  height: 90%;
}

.EditCursoPoster img {
  background: var(--sf-color-gray);
  height: 250px;
  width: 250px !important;
}

.actionEditCurso {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 !important;
  justify-content: space-between;
}

.contentIntroInstrutor .contentBeneficio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contentIntroInstrutor .contentBeneficio img {
  width: 20%;
  align-self: center;
}