

h1, h2, h3{
    color: #666666;
}

h1{
    font-size: 1.7em;
    margin-bottom: 40px;
}

h2{
    font-size: 1.4em;
    margin-bottom: 20px;
}

h3{
    font-size: 1.2em;
    margin-bottom: 30px;
    margin-top: 30px;
}

h4{
    font-size: 1em;
    margin: 0;
    color: #666666;
}

.h4{
    font-size: 1em;
    margin: 0;
    color: #666666;
}

.header{
    background-color:#313380;
}

section{
    line-height: 2;
    border-bottom: 0.5px solid #bbb;
    padding-top: 40px;
    padding-bottom: 20px;
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

p{
    margin-bottom: 20px;
}

.searchbox{
    font-size: 1.2em;
}

.page-option{
    margin-right: 10px;
    cursor: pointer;
}

.page-option.selecionado{
    font-weight: bold;
    color: #313380;
    border-style: none none solid none;
    border-color: #313380;
}

.linha-divisoria{
    background-color: #e6e6e6;
    height: 2px;
    width: 100vw;
}

.container-valores{
    margin-top: 30px;
    margin-bottom: 30px;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    text-decoration: none;
    color: black;
}