/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2026 | 19:47:41 */
.modal {
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background: linear-gradient(135deg, #7d6bae 0%, #a99bd0 100%);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    overflow-y: auto;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.modal-header { position: relative; padding: 20px; color: white; }
.close-button {
    position: absolute; top: -20px; right: 10px; padding: 10px 18px;
    background-color: #ff0000; color: white; border: none; cursor: pointer;
    font-size: 16px; font-weight: bold; line-height: 1; outline: none; border-radius: 5px;
}
.close-button:hover, .close-button:focus { color: black; text-decoration: none; }
.text-purple { color: #2f2448; font-size: 1rem; font-family: 'Arial', sans-serif; font-weight: 500; }
.result-message { background-color: rgba(255, 255, 255, 0.95); border-radius: 8px; padding: 18px; line-height: 1.45; }
.result-message p, .result-message ul { margin-bottom: 10px; }
.result-message a { color: #5b3fa2 !important; font-weight: 700; }
.bird-container { display: flex; justify-content: center; align-items: center; }
.text-large { color: #ffffff; font-size: 1.8rem; font-family: 'Arial', sans-serif; font-weight: 1000; }
.modal-body { padding: 2px 16px; }
.modal-img { max-width: 100%; max-height: 300px; height: auto; }
@media screen and (max-width: 768px) {
    .row { flex-direction: column; }
    .col-12 { margin-bottom: 15px; }
}
#cedulaInput, #consultaBtn, #reloadButton, #captchain { padding: 10px; margin: 5px; font-size: 1.5rem; cursor: pointer; }
#consultaBtn, #reloadButton { cursor: pointer; background-color: #877FAF; color: white; border: none; border-radius: 5px; }
#btnOpenModal:hover { background-color: #543D70; color: #fff; }
.container { display: flex; flex-direction: column; align-items: center; margin-top: 5rem; }
.captcha-container { margin-bottom: 1rem; }
.form-container { display: flex; justify-content: center; align-items: center; }
#cedulaInput { margin-right: 0.5rem; }