/* ========================================================
   NOVO TEMA PARA SUBTITLE 
   ======================================================== */

   /* POMIN GESTAO */
.Subtitle {

  box-shadow: none;
  text-shadow: none;

  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px; 
  position: relative;
}


.Subtitle.text-primary {
  border-bottom: 2px solid #4A6D3A;
}
.Subtitle.text-primary .Text {
  color: #4A6D3A;
}


.Subtitle.text-secondary {
  border-bottom: 2px solid #4A4A4A; 
}
.Subtitle.text-secondary .Text {
  color: #E6E6E6; 
}


.Subtitle.text-success {

  border-bottom: 2px solid #28a745;
}
.Subtitle.text-success .Text {
  color: #28a745;
}


.Subtitle.text-danger {

  border-bottom: 2px solid #D9534F;
}
.Subtitle.text-danger .Text {
  color: #D9534F;
}



.Subtitle .Text {

  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px; 
}

.Subtitle .Icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


.modal-body > .Subtitle:first-child {
  margin-top: 0;
}


/*# sourceMappingURL=Subtitle.css.map */