::selection {
    background: #415989;
    color: #fff;
}

::-moz-selection {
    background: #415989;
    color: #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    top: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    margin: 0px;
    line-height: 1.5;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    font-family: 'Poppins', 'Noto Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    min-height: 100vh;
}

html {
    margin: 0;
    font-size: 13px;
    position: center;
    min-height: 100%;
    max-width: 2560px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    margin: 0 auto !important;
    background: #f5f7fa;
}

.row {
    margin: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    --bs-gutter-x: 0.75rem !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px 5px 3px 3px;
    font-weight: 600;
}

h2 {
    color: #2e466e;
    font-size: 24px;
    padding: 0 0 21px 5px;
    margin: 10px 0 0 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

h3 {
    color: #2e466e;
    font-weight: 600;
}

h4 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 8px;
    font-weight: 400;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 20px;
    margin-top: 130px;
}

.a:hover {
    font-weight: bolder;
    font-style: italic;
}

div {
    margin:0px;
    padding:0px;
}

label {
    font-size: small;
    font-weight: bold;
}

.border-top {
    border-top: 0.25rem solid #e5e5e5;
}

.border-bottom {
    border-bottom: 0.25rem solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 4px 8px rgba(46, 70, 110, 0.15);
}

.fundoUsuarioLogado {
    min-height: 99px;
    background: linear-gradient(135deg, #2e466e 0%, #415989 100%);
    background-image: url('/Imagens/logado/fundoTop.png'), linear-gradient(135deg, #2e466e 0%, #415989 100%);
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    box-shadow: 0 4px 12px rgba(46, 70, 110, 0.2);
    position: relative;
}

.fundoUsuarioLogado::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #415989 0%, #5a7cb8 50%, #415989 100%);
}

