body {
    background: #f0f2f5;
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.modal-header-custom {
    height: 10px;
    background-color: #e10600;
}

.modal-body {
    text-align: center;
    padding: 30px 25px;
}

.mega-logo {
    max-width: 130px;
    margin-bottom: 15px;
}

.modal-body h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-body p {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 25px;
}

.btn-mega {
    background-color: #0b4ea2;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 14px;
    font-size: 16px;
}

.btn-mega:hover {
    background-color: #083e82;
    color: #fff;
}

.btn-outline-mega {
    border: 2px solid #dcdcdc;
    color: #333;
    font-weight: 600;
    border-radius: 10px;
    padding: 14px;
    font-size: 16px;
}

.btn-outline-mega:hover {
    background-color: #f5f5f5;
}

.btn-navegar {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
    background: transparent;
    border: none;
}

.btn-navegar:hover {
    text-decoration: underline;
    color: #343a40;
}