::selection {
    background: #374347;
    color: #fff;
}

::-moz-selection {
    background: #374347;
    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;
    background: #fff;
    font-family: 'Noto Sans','Helvetica','Arial',sans-serif;
    font-weight: 400;
}

html {
    margin:0;
    font-size: 13px;
    position: center;
    min-height: 100%;
    max-width: 2560px;
    margin-left: 0px;
    margin-right: 0px;
    border: solid;
    border-color: black;
    border-width: thin;
    margin: 0 auto !important /*deixar o container no centro*/
}

.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;
    /*font-weight: 300;*/
    line-height: 1.5px;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 5px 3px 3px;
}

h2 {
    color: #161616;
    font-size: 24px;
    padding: 0 0 21px 5px;
    margin: 10px 0 0 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-weight: bold;
}

h3 {
    color: #161616;
    font-weight: bold;
}

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 .25rem .75rem rgba(0, 0, 0, .05);
}

.fundoUsuarioLogado {
    min-height: 99px;
    background: linear-gradient(to bottom, #2e466e 5%, #415989 100%);
    background-color: #2e466e;
    background-image: url('/Imagens/logado/fundoTop.png');
    background-size: cover;
    display:flex;
}

