img {
  height: 65px;
  margin-bottom: 15px;
}

#modal_alerta a {
  color: blue;
}

#modal_termo {
  top: inherit;
  bottom: inherit;
}

#modal_termo .modal-body {
  height: 400px;
  font-size: 12px;
  text-align: justify;
  padding: 10px 20px 10px 20px;
  overflow: auto;
}

#modal_termo .modal-body p.subtitulo,
#modal_termo .modal-body span {
  font-weight: bold;
}

#modal_termo .modal-body p.subtopico {
  margin-left: 20px;
}

#modal_termo .modal-body div {
  margin-bottom: 10px;
}

#modal_termo .modal-body p:not(.subtitulo) {
  margin-bottom: 0
}
