body{
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.titulo{
    margin-top: 2em;
    margin-bottom: 2em;
    color: #2d7390 !important;
}

.subtitulo{
    font-size: 20px !important;
}

.font{
    font-size: 14px !important;
}

.descricao{
    font-size: 13px;
}

.data{
    font-size: 13px;
    margin-top: 10px;
}

@media(min-width:992px){
    .lista-col{
        padding-left: 33px;
    }

    .breadcrumbs{
        margin-top: -10px;
    }
}

@media(max-width:992px){
    .margin-top{
        margin-top: 1em;
    }
}

.btn {
    box-shadow: none !important;
    outline: 0;
}
a:link,
a:visited {
  color: #222;
}
a:hover,
a:focus {
  color: orange;
}
.list-group-item span {
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline;
  cursor: pointer;
  padding: 3px;
  position: absolute;
  right: 0;
  margin-top: 10px;
}
.list-group-item a.btn.collapsed span {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transition: .3s transform ease-in-out;
}
.list-group-item a.btn span {
  transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  transition: .3s transform ease-in-out;
}
.card{
    background-color: #f7f7f7;
}
