.modal .logo a img {
    width: 30px; 
}
.modal-body {
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); 
}
.modal .modal-content .modal-body .close-btn {
    color: #000;
}
.modal .modal-content .modal-body .promo-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
}
.btn {
    border-radius: 4px;
    border: none; 
}
.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}
.custom-select {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
}
.custom-select:active, .custom-select:focus, .custom-select:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
}
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.logo img {
    width: 70px; 
}
.justificado{
    text-align: justify!important;
}
.center{
    text-align: center!important;
} 
.btn-der{
    justify-content: flex-end!important;
}
.img-modal{
    max-height: 400px!important;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}