.modal-dialog {
  margin: auto;
  top: 30%; }
.modal {
  color: #595959; }
.modal .modal-title {
  font-size: 36px;
  text-align: center;
  padding-top: 15px; }
.modal .modal-content {
  padding: 0 30px; }
.modal .modal-header {
  border-bottom: 1px solid #e6e7e9;
  position: relative; }
.modal .modal-header :after {
  content: "";
  position: absolute;
  width: 90px;
  height: 4px;
  background-color: #ffcb00;
  left: 45px;
  bottom: 0; }
.modal .modal-header button {
  background-color: #ffcb00;
  padding: 5px 15px;
  border-radius: 5px; }
.btn_modal.btnPrincipal {
    min-width: 180px;
    font-size: 13px !important;
    padding: 10px !important;}
@media (max-width: 768px){
.modal-footer {
    text-align: center !important; }
.modal-header .close {
    margin-right: -20px; }
.modal .modal-header button {
    padding: 5px 10px; }
}