/* Section Descrição */

#descricao {
  background-color: #eaeaee;
  padding: 50px 0;
}

#descricao .title-section { margin-top: 0; }

#descricao .description-section { margin-top: 48px; }


/* Section Na Pratica */

#pratica {
  padding: 50px 0;
  overflow: hidden;
}


#pratica .red { color: #cc092f }

#pratica .mg-top-text { margin-top: 48px }

#pratica .font20px { font-size: 20px }

#pratica .text-bold { font-family: OpenSans Bold}

.divider-section { width: 70%; }

.bibliotecas{
  width: 80%;
  margin: 0 auto;
}
.bibliotecas tr{
  font-family: "Montserrat";
  text-align: left;
}

.bibliotecas th,
.bibliotecas td{
  padding: 10px;
}

.text-center{
  text-align: center;
}