html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0px;
    color: #566869;
    font-family: 'Ubuntu', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-bar {
    background: #489ceb;
    color: #FFF;
    text-align: right;
    padding: 6px;
    padding-right: 20px;

    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.sub-left a {
    float: left;
    color: #FFF;
    text-decoration: underline;
    margin-left: 10px;
}

.sub-right {
    float: right;
}

.home-menu {
    padding-left: 5px;
}

section {
    margin-top: 120px;
    flex: 1 0 auto;
}

header {
    background: #FFF;
    height: 90px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    position: fixed;
    width: 100%;
    top: 36px;
    z-index: 2;
}

header a img {
    margin-left: 5px;
}

.boxs-content {
    background: #f2f3f4;
    padding: 20px;
    font-size: 1.125rem;
    width: 100%;
    box-sizing: border-box;
}

.boxs {
    /*background: #A9BFBF;*/
    background: #f2f3f4;
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}

.boxs .institutional, .boxs .system, .boxs .politics {
    width: 250px;
    max-width: calc(100% - 20px);
    text-align: center;
    margin-top: 70px;
    height: 250px;
    margin-right: 10px;
    color: #FFF;
    font-weight: bolder;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    box-sizing: border-box;
}

footer {
    background: #5A7778;
    min-height: 180px;
    padding-top: 25px;
    padding-left: 20px;
    flex-shrink: 0;
}

.div-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 29px;
    background: #526869;
    color: white;
    text-align: left;
    font-size: 15px;
    min-height: 55px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.content-privacy, .content-form {
    margin-top: -10px;
    position: relative;
    background-color: #FFF;
}

.content-form {
    width: auto;
    box-sizing: border-box;
    padding: 35px;
    margin: 20px 15%;
    box-shadow: 0 0 1em #8fa3a3;
}

.contact-banner {
    margin-top: 120px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    line-height: 0;
}

.contact-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.content-form .row {
    margin-left: 0;
    margin-right: 0;
}

.content-form .row > [class*="col"] {
    min-width: 0;
}

.content-form .form-control,
.content-form .form-select {
    max-width: 100%;
}

#html_element {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 599px) {
    .boxs {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
    }

    .boxs .institutional, .boxs .system, .boxs .politics {
        margin-top: 20px;
    }

    .div-footer {
        margin-right: 0;
        text-align: center;
        min-height: 90px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .content-form {
        margin: 20px 15px;
        padding: 20px;
    }

    .footer-space {
        display: none;
    }

    .content-privacy {
        margin-top: 0px;
        position: relative;
        background-color: #FFF;
    }

    .col-md-4 {
        margin-top: 40px
    }

    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.boxs a {
    color: #489CEB;
}

.boxs .politics a {
    color: white;
}

article h1 {
    margin-top: 75px;
}

.institutional, .system {
    background: #EAF8FF;
    border: 1px solid #489CEB;
}

.politics {
    background: #489CEB;
}

.logo_image {
    position: absolute;
    left: 15px;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    height: 42px;
    margin-top: 12px;
}

.contact {
    color: #FFF;
    font-weight: bolder;
    margin-left: 10px;
}

.locale {
    color: #FFF;
    margin-left: 10px;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    font-weight: bolder;
}

.locale:hover {
    color: #FFF;
}

.link-footer {
    color: white;
    text-decoration: underline;
}

a.link-footer:hover {
    color: white;
}

.separator {
    width: 50px;
    margin-left: 11px;
    margin-top: 10px;
}

.politics-content {
    padding: 15px;
    background: #EAF8FF;
    border: 1px solid #489CEB;
    border-radius: 10px;
}

.politics-item {
    margin: 27px;
    margin-top: 22px;
    display: none;
}

.politics-item-1 {
    margin-top: 25px;
    display: none;
}

h2 {
    margin-top: 15px;
    color: #1B1E42
}

h4 {
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
}

h5 {
    font-weight: bolder;
    color: #f2f3f4;
    margin-top: 40px;
    font-size: 22px;
}

table {
    background: #f2f3f4;
    color: #566869;
    width:100%;
    border: 1px solid #CCC;
}

table tr {
    border: 1px solid #CCC;
}

table tr td, table tr th {
    padding: 10px;
}

.pbo {
	font-weight: bold;
	font-size: 18px;
}

.politics-privacy {
    font-size: 15px;
}

.politics-item table {
    background-color: #DBF1FC;
}

.politics-item table, .politics-item table tr {
    border: none;
    border-left: 3px solid #489CEB;
}

.politics-item table tr td {
    padding: 20px;
}

.politics-content h4 {
    color: #489CEB;
    font-weight: bolder;
}

.politics-content h5 {
    color: #489CEB;
}

.brazil-flag {
    margin-top: -3px;
}

.close {
    display: none;
}

@media (max-width: 420px) {
    #html_element {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 234px;
        height: 78px;
    }
}

@media (max-width: 376px) {
    #html_element {
        transform: scale(0.67);
        -webkit-transform: scale(0.67);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 204px;
        height: 68px;
    }
}

@media (max-width: 320px) {
    #html_element {
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 182px;
        height: 61px;
    }
}

@media (max-width: 300px) {
    #html_element {
        transform: scale(0.50);
        -webkit-transform: scale(0.50);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 152px;
        height: 51px;
    }
}