p {
  margin: 0;
}

/* Title */
.title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.accordion-button,
.btn-link-aulas span {
  font-size: 14px !important;
}

.title_acesso {
  display: inline;
  margin-right: 10px;
}

/* Product Cards */

.divProdutos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 10px;
  height: auto;
  align-content: center;
}

.descricao-aula {
  width: 100%;
  text-align: justify;
}

.div-curso,
.div-cursos {
  margin-bottom: 55px;
  display: block;
  text-align: center;
}

#title-curso {
  display: inline-block;
  text-align: center;
  font-size: 3rem;
}

.header {
  text-align: center;
}

.produtos-btn {
  width: calc(100% - 150px);
  text-align: right;
  margin-right: 20px;
}

.produtos-div {
  display: flex;
  width: 700px;
  height: 140px;
  justify-content: space-between;
  align-items: center;
}

.card-title {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

.card-product {
  background-color: #1b2362;
  padding: 0;
  box-shadow: 2px 2px 8px 0px #080b1e;
  margin-bottom: 20px;
  border-radius: 15px;
}

.card-product .card-body {
  padding: 5px;
}

.img-card-produtos {
  width: 130px;
  height: 130px;
  margin-right: 0px;
  margin-left: 5px;
  border-radius: 10px;
  display: flex;
}

.card-curso {
  background-color: #090e2e;
  margin: 5px;
  width: 300px;
  height: 300px;
}

.card-curso .card-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
}

.linksCurso {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 0px;
}

.title-curso {
  color: white;
}

.btn-text-cursos {
  margin-top: 1%;
  color: #292929f2;
  font-weight: bold;
  border-radius: 30px;
  background: linear-gradient(90deg, #fbff7f, #ecff11);
  margin-bottom: 0px;
  padding: 5px 10px;
}

.btn-bottom-button,
.btn-top-button {
  position: absolute;
  bottom: 60px;
  color: #34342c;
  background: linear-gradient(90deg, #fbff7f, #ecff11);
  left: 10px;
  border-radius: 50%;
  z-index: 1;
}

.btn-bottom-button:hover,
.btn-bottom-button:focus,
.btn-top-button:hover,
.btn-top-button:focus {
  color: #34342c;
}

/* Links */

.btn-cursos,
.btn-cursos:hover,
.btn-cursos:focus {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.btn-marcar-visto {
  color: #ffffff;
  background-color: #11173d;
  margin: 2px;
  border-radius: 30px;
}

.btn-marcar-visto.active {
  color: #1d9c00;
  background-color: #1d9c004a;
  margin: 2px;
  border-radius: 30px;
}

.btn-marcar-visto svg {
  color: #edeb31;
}

.btn-marcar-visto svg.active {
  color: #1d9c00;
}

.btn-link-aulas {
  color: white !important;
  text-decoration: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #111840 !important;
  cursor: pointer;
}

.icon-accordion {
  width: 24px;
  height: 24px;
}

.accordion-body a span {
  top: 2px;
  margin-left: 5px;
  position: relative;
}

.text-watched {
  color: #f5eacf;
  margin: 0 6px;
}

.watched {
  text-align: left;
  padding: 10px;
  margin: 0px;
  background-color: #262e69;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: auto;
  justify-content: space-evenly;
}

.watched progress {
  height: 80px;
  width: 100%;
}

#accordion-curso {
  width: 100%;
}

.accordion-body {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
}

.modal-body .card,
.modal-body .card .card-body {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  width: auto;
}

#modal_aviso .modal-content .modal-body,
#modal_curso .modal-content .modal-body {
  background-color: transparent;
  color: white;
  border: none;
}

#modal_aviso .modal-content,
#modal_curso .modal-content {
  background: linear-gradient(180deg, rgb(28, 38, 105) 0%, #0c112c 88%);
  color: white;
}

#modal_curso .modal-dialog .modal-content .modal-header {
  background-color: #090e2e;
  padding: 0;
  border: 0;
}

#videoaula-curso,
#card-body-tutorial {
  background-color: #090e2e;
  border: none;
  box-shadow: none;
}

.div-aulas-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px;
}

.btn-prev,
.btn-next {
  color: #edeb31;
}

.btn-prev:active,
.btn-next:active,
.btn-prev:hover,
.btn-next:hover,
.btn-prev:focus,
.btn-next:focus {
  color: #edeb31 !important;
  border-color: transparent !important;
}

.btn-prev span,
.btn-next span {
  top: 1px;
  position: relative;
  font-weight: bold;
}

.div-btns {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.div-descricao-aula {
  text-align: center;
  width: 40%;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-descricao-aula hr {
  width: 100%;
  margin: 1rem 0;
  color: #1b2362;
  border: 0;
  border-top: 3px solid;
  opacity: 1;
}

.btn-modal-close {
  color: black;
  font-weight: 600;
  background: linear-gradient(45deg, #fbff7f, #ecff11);
}

.btn-modal-close:hover,
.btn-modal-close:active,
.btn-modal-close:focus {
  color: black !important;
  background: linear-gradient(45deg, #fbff7f, #ecff11) !important;
}

.modal-body.container {
  padding: 10px;
}

.div-nome-aula,
.div-nome-aula h6 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.progress-zero {
  width: 100% !important;
  background-color: #e9ecef;
}

/* AvaliaÃ§Ã£o */

.div-avaliacao-cli {
  width: 40%;
  padding: 10px;
  background-color: #0a0d20;
  border-radius: 15px;
}

.btn-enviar-avaliacao {
  background-color: #11173d;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
}

.emoji-avaliacao {
  color: white;
  display: inline-block;
  padding: 5px;
}

.emoji-avaliacao.disabled {
  color: #edeb31;
}

textarea#input-comentario {
  background-color: #11173d;
  border: none;
  outline: 0;
  color: white;
  box-shadow: none;
}

#modal_curso .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

/* Media Queries */
@media (max-width: 900px) {

  .watched,
  .div-avaliacao-cli,
  .div-descricao-aula,
  .div-btns,
  .modal-body .card {
    width: auto;
  }

  .video-aula-iframe {
    height: 250px;
    width: 100%;
  }

  .produtos-div {
    display: flex;
    width: 100%;
    height: 130px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }

  #modal_curso .modal-content .modal-body {
    display: inline-block;
  }

  .divProdutos {
    display: flex;
    padding: 0 5px;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: inherit;
  }

  .title-container {
    flex-direction: column;
    align-items: center;
  }

  #title-curso {
    font-size: 1.5rem;
  }

  .img-card-produtos {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    display: flex;
    margin: 0px 0px 0 0px;
  }

  .card-curso {
    width: 100%;
  }

  .card-title {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
  }

  .modulo-nome-aula {
    margin: 0 1rem 1rem 1rem;
  }

  .produtos-btn {
    width: calc(100% - 130px);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 10px;
    align-items: center;
    margin-right: 0px;
  }
}

@media screen and (max-width:340px) {
  .img-card-produtos {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    margin: 0px 0px 0 0px;
  }

  .divProdutos {
    display: flex;
    padding: 0px 5px;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: inherit;
  }

  .produtos-btn {
    width: calc(100% - 100px);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 5px;
    align-items: center;
    margin-right: 0px;
  }

  .btn-text-cursos {
    margin-top: 5%;
    color: #292929f2;
    font-weight: bold;
    border-radius: 30px;
    background: linear-gradient(90deg, #fbff7f, #ecff11);
    margin-bottom: 0px;
    padding: 5px 5px;
  }

  .card-title {
    color: white;
    text-decoration: none;
    font-size: 12px;
  }

  .produtos-div {
    display: flex;
    width: 100%;
    height: 110px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }

  #title-curso,
  .title_acesso {
    font-size: 1rem !important;
  }

  .watched {
    text-align: left;
    padding: 5px;
    margin: 0px;
    background-color: #262e69;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: auto;
    justify-content: space-evenly;
  }

  .div-aulas-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px;
  }


  .accordion-button,
  .text-watched,
  .btn-link-aulas span {
    font-size: 14px !important;
  }


  .modulo-nome-aula h4 {
    font-size: 1rem;
  }

  .modulo-nome-aula {
    margin: 1rem 1rem 1rem 1rem;
  }

  #modal_curso .modal-content .modal-body {
    padding: 5px;
  }

  .btn-prev,
  .btn-next {
    font-size: 13px;
    padding: 5px;
  }

  .btn-marcar-visto {
    padding: 2px 12px;
  }

}

@media screen and (max-width:360px) {

  .btn-text-cursos,
  .accordion-button,
  .accordion-body a span {
    font-size: 14px !important;
  }
}