

.contacto-modal{
  
}
.modal-title{
  font-weight: bold;
  line-height: 1;
  font-size:large;
}

@media only screen and (max-width: 600px) {
  .modal{
    padding-top: 10px !important;
  }
  
  .modal-content{
    width: 98% !important;
    padding: 5px;
    font-size: small;

  }
  .modal-footer .btn{
    width:100%;
    display: block;
  }
 .modal-footer .btn + .btn{
    width:100%;
    display: block;
    margin-left: 0px !important;
    margin-top: 10px;
    border-radius: 0;
  }
  
}