.modal-dialog.modal-notify.modal-info .modal-header {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    background-color: #f1f1f1;
    color: #0032a1;
}
.modal-body {
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}
.modal-footer {
    margin-top: 0px;
    padding: 0px 20px 20px;
    text-align: center;
    border: 0px;
}
.table-popup-footer {
    padding: 20px 20px 20px 20px;
    text-align: center;
    border: 0px;
    font-family: 'Lato', sans-serif;    
}
.div-buttons {
    padding: 0px 10px 10px 10px;
    text-align: center;
    border: 0px;
    font-family: 'Lato', sans-serif;    
}

.btn-reservar {
    background-color: #cf0e61;
    color: #ffffff;
    border-radius: 3px;
    border-color: #cf0e61;
    border-width: 1px;
    box-shadow: 0 8px 6px -6px rgba(100,100,100,0.7);
    padding: 10px 12px;
    font-family: 'Lato', sans-serif;    
    font-size: 14px;
    font-weight: 600;
}
.btn-reservar:hover {
    background-color: #db3d81;
}
.btn-reservar-2 {
    background-color: #0032a1;
    color: #ffffff;
    border-radius: 3px;
    border-color: #0032a1;
    border-width: 1px;
    box-shadow: 0 8px 6px -6px rgba(100,100,100,0.7);
    padding: 10px 12px;
    font-family: 'Lato', sans-serif;    
    font-size: 14px;
    font-weight: 600;    
}
.btn-reservar-2:hover {
    background-color: #1c48a7;
}
.btn-no-thanks {
    background-color: #ffffff;
    color: #7e7e7e;
    border-radius: 0px;
    border-color: #b3b3b3;
    box-shadow: 0 8px 6px -6px rgba(100,100,100,0.3);
    padding: 10px 12px;
}
.heading {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.modal-body p{
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}
.no-soy-clienta{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0px;
    margin-left: 0px;
    color: #cf0e61;
    font-size: 20px;
}
.soy-clienta{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0px;
    margin-left: 0px;
    color: #0032a1;
    font-size: 20px;
}
.no-thanks{
    font-family: 'Lato', sans-serif;   
    color: #272727;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}
.vector-by{
    margin-top: 10px;
    margin-bottom: 0px;
    color: #494949;
    font-family: 'Lato', sans-serif;  
    font-size: 10px;
    line-height: 13px;
}
.vector-by-link {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #494949;
    font-family: 'Lato', sans-serif;  
    font-size: 10px;
    line-height: 13px;
    text-decoration: none;
}
@media (min-width: 768px){
.modal-dialog {
    width: 500px;
    }
    .modal-body p{
        margin-right: 30px;
        margin-left: 30px;
    }    
}

.modal {
    z-index: 2000;
}