﻿body {
    background: #0b1220;
}

.bgTelas {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(1200px 600px at 10% 0%, rgba(255,255,255,.12), transparent 60%), radial-gradient(1200px 600px at 90% 100%, rgba(0,180,160,.12), transparent 60%);
}

.wrapperFull {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.titulosPaginasEspeciais {
    max-width: 900px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

    .titulosPaginasEspeciais h1 {
        font-weight: 800;
        font-size: clamp(26px, 4.8vw, 40px);
        margin: 0 0 .25rem;
    }

    .titulosPaginasEspeciais h2 {
        font-weight: 600;
        font-size: clamp(16px, 3vw, 22px);
        margin: 0 0 .5rem;
        opacity: .95;
    }

.iconTelaErro {
    font-size: 48px;
    color: #ffd166;
    margin-bottom: 8px;
}

.btn {
    border-radius: 999px;
    padding: .6rem 1.2rem;
}

.btn-primary {
    background: #2563eb;
    border-color: #2563eb;
}

    .btn-primary:hover {
        filter: brightness(1.05);
    }
