.text-to-read {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
}

.section-info-curso {
  padding-bottom: 20px;
}

.title-section-curso {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.fullbg {
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.team-item {
  padding-left: 10px;
  padding-right: 10px;
}

.team-thumb {
  height: 310px;
}

.section_customer {
  padding-top: 60px;
}

#contact .text-success,
#contact .text-danger {
  display: block;
  text-align: center;
}

.content-menu{
  background-color: #ddd;
  padding: 10px;
}

.content-cursos{
  padding-left: 30px;
}

.titulo-topico-aula{
  background-color: #8CB849 !important;
  border-color: #8CB849 !important;
  color: #fff !important;
}
.content-image-subtopico{
  padding: 20px 0px;
  margin: auto;
}
.content-image-subtopico img{
  display: block;
  margin: auto;
}

.content-action-topico{
  margin-top: 20px;
}

.content-video-subtopico{
  margin-top: 20px;
}

.content-audio-subtopico{
  margin-top: 20px;
}

.pergunta-avaliacao{
  padding-bottom: 30px;
}

.panel-heading-avaliacao {
  background-color: #8CB849 !important;
  color: #fff !important;
}

.item-subtopico p {
    font-size:16px !important;
    text-align: justify !important;
    margin-bottom: 10px !important;
    font-weight: 300 !important;
    color: #111 !important;
}

p{
    color: #111 !important;
}

.pergunta-respondida {
    background-color: #eeeeee !important;
}

.alternativa-correta {
    background-color: #7FFFD4 !important;
}

.alternativa-errada {
    background-color: #F08080 !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.avatar-depoimento{height:120px; width:120px; vertical-align: middle;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;}
.top-nav-collapse{background-color:#fff !important;}
