@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
    src : url("fonts/fontawesome-webfont.eot");
    src : url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2") format("woff2"),
        url("fonts/fontawesome-webfont.woff") format("woff"),
        url("fonts/fontawesome-webfont.ttf") format("truetype"),
        url("fonts/fontawesome-webfont.svg") format("svg");
}
html{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color:#e2e2e2;
}
body{
    width:658px;
    margin:0 auto;
    text-align: center;
}
section{
    width:100%;
}
.topo_sei{
    margin:60px 0;
}
.topo_sei img{
    width:98%;
    margin:0 auto;
    text-align:center;
}
.botoes{
    width:100%;
}
.botoes a:first-child{
    margin-right: 6%;
}
.botao{
    display:block;
    float:left;
    width: 43%;
    background-color:#a5b42f;
    color:white;
    text-decoration: none;
    padding:27px 0;
    border-radius:5px;
    font-size: 10pt;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 4%;
}
.botao:after{
    content: "\f101";
    font-family:"FontAwesome";
    float:right;
    font-weight: 500;
    margin-right: 8%;
    font-size: 16px;
}
.cadastro{
    display:inline-block;
    float:right;
    width: 100%;
    margin:15px 0 30px 0;
    font-size: 10pt;
}
.cadastro a,.cadastro p{
    float:right;
    margin:0;
    color:#0070a6;
}
.cadastro a{
    margin-right:10%;
    font-weight: bold;
    padding-left: 5px;
}
.perguntas_sei{
    margin-bottom:50px;
}
.perguntas_sei h1{
    color:#008ccf;
    font-size: 28px;
    text-decoration: underline;
    margin-bottom: 40px;
}
.perguntas_sei .lista_aba_nav{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.perguntas_sei .lista_aba_nav li{
    display: inline;
    width: 24%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 45px;
    background-color: #a5b42f;
    color: white;
    font-weight: bold;
    border-top-right-radius: 45px;
    border-top-left-radius: 10px;
    cursor: pointer;
}
.active{
    background-color: #008ccf !important;
}
.aba.ativo{
    display:block;
}
.aba {
    display:none;
}
.perguntasfrequentes{
    margin-bottom:5px;
    float:left;
    width:100%;
}
.perguntasfrequentes:last-child{
    margin-bottom: 50px;
}
.primeiro h3{
    border-top-left-radius: 0 !important;
}
.box-hamburguer h3,
.box-hamburguer2 h3{
    margin-left: 25px;
    text-align: left;
    font-size: 14px;
    background-color: #008ccf;
    color: white;
    margin: 0;
    padding: 10px 0px;
    width: 92%;
    float: left;
    cursor: pointer;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: 500;
    border-radius: 5px;
    line-height: 25px;
}
.box-hamburguer h3 i,
.box-hamburguer2 h3 i{
    float:right;
    line-height: 25px;
}
.box-hamburguer .resposta,
.box-hamburguer2 .resposta2{
    width:92%;
    text-align:left;
    background-color:#fff;
    color:#838383;
    font-size: 11pt;
    padding: 20px 4%;
    line-height: 1.4em;
    float:left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.box-hamburguer .resposta,
.box-hamburguer2 .resposta2{
    display:none;
}