﻿/* Header */
p {
    margin: 0 0 10px !important;
}

.text-center a, .table a, .data-list a, .row a {
    text-decoration: underline;
}

h3 {
    font-size: 1.725em;
}

h4 {
    font-size: 1.3em;
}

header {
    color: #FFF;
    background-color: var(--sistema-header-background);
}

header .brasao {
    text-align: center;
}

    header .brasao img {
        -webkit-filter: drop-shadow(2px 2px 2px #222);
        -moz-filter: drop-shadow(2px 2px 2px #222);
        filter: drop-shadow(2px 2px 2px #222);
    }

header h1 {
    font-size: 2.0em !important;
}

header h2 {
    font-size: 1.75em;
}

header h1,
header h2,
header h3 {
    margin-top: 0;
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    -moz-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}

header .brasao img {
    height: 7em;
    margin-bottom: 0.5em;
}

header nav.acessibility ul li a {
    color: #EFEFEF;
    text-decoration: none;
}

header .navbar {
    min-height: 28px !important;
}

@media screen and (max-width: 992px) {
    header {
        font-size: 0.9em;
        padding-top: 0.5em;
    }

        header h1 {
            font-size: 2.0em;
        }

        header h2 {
            font-size: 1.75em;
        }

        header h3 {
            font-size: 1.5em;
        }

        header .brasao img {
            height: 4.5em;
        }
}

/* Footer */

footer a img {
    height: 20px;
}
