@charset "UTF-8";

@font-face {
    font-family: 'Insaniburger';
    src: url('../fonts/Insaniburger.eot');
    src: url('../fonts/Insaniburger.eot?#iefix') format('embedded-opentype'), url('../fonts/Insaniburger.woff2') format('woff2'), url('../fonts/Insaniburger.woff') format('woff'), url('../fonts/Insaniburger.ttf') format('truetype'), url('../fonts/Insaniburger.svg#Insaniburger') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    list-style: none;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    background-color: #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px
}

.clear {
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.entry h1 {
    font-size: 36px
}

a {
    color: #1711c2;
    text-decoration: none;
}

.wrapper-outer {
    position: relative
}

#wrapper.wide-layout {
    background: whitesmoke;
    position: relative;
}

#slide-out,
.inner-wrapper {
    -moz-transition: -moz-transform .5s ease, opacity .5s ease;
    -o-transition: -o-transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
}

#slide-out-open {
    display: none;
    margin: 0;
    top: 10px;
    left: 5px;
    opacity: 1;
    height: 29px;
    width: 35px;
    background: #6e6262;
    border-radius: 4px;
    position: fixed;
    z-index: 1000
}

#slide-out-open span {
    left: 4px
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
    top: 5px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 27px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

#slide-out-open span:before {
    top: 8px
}

#slide-out-open span:after {
    top: 16px
}

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

::-moz-selection {
    background: #0e93eb;
}

::selection {
    background: #0e93eb;
}

::-webkit-scrollbar-track {
    background: #d6d6d6fa;
    box-shadow: inset 1px 1px 2px #e0e0e0;
    border: 1px solid #c5c4c4;
    border-radius: 8px;
}

#main-nav,
.cat-box-content,
#sidebar .widget-container,
.post-listing,
#commentform {
    border-bottom-color: #2496d4;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #676767 !important;
    border-radius: 8px;
}

.menu-ativo:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}

#slide-out {
    background: linear-gradient(285deg, #2196f3, #0e6289, #12485b);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1500;
    width: 80%;
    color: #ddd;
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fa,
.fa-stack {
    box-sizing: border-box;
}

.flat-social {
    display: flex;
    overflow-y: hidden;
}

.flat-social li {
    list-style: none !important;
    margin: 0;
}

header#theme-header {
    margin-top: 0;
    background: linear-gradient(0deg, #2196F3, #0f88b1);
    position: relative;
}

.logo {
    float: left;
}

.header-content {
    width: 1010px;
    padding: 20px 15px;
    margin: 0 auto;
    min-height: 140px;
}

#main-nav {
    margin: 0 auto;
    background: #fbfbfb;
    min-height: 52px;
    border-bottom: 5px solid #2496d4;
    padding: 2px 0;
    background: linear-gradient(0deg, #d8d4d4, #fdfcfc);
}

#main-nav .container {
    width: 1010px;
    margin: 0 auto;
    position: relative;
}

#wrapper.wide-layout #main-nav .main-menu {
    margin: 0 !important;
}

#main-nav ul li a {
    line-height: 47px;
    padding: 0 10px;
    color: #676767;
}

#main-nav ul li,
#main-nav ul li a {
    display: inline-block;
    height: 44px;
    position: relative;
}

#main-nav ul li:first-child,
#main-nav ul li:first-child a {
    border: 0;
}

#main-nav ul ul li,
#main-nav ul ul li:first-child {
    border-bottom-color: #F2F8FC;
}

#main-nav ul li {
    font-size: 16px;
    float: left;
    border: solid #d5d5d5;
    border-width: 0 0 0 3px;
    min-width: 90px;
    text-align: center;
}

#main-nav ul li ul li {
    text-align: start;
}

#main-nav ul ul.sub-menu {
    width: 200px;
    z-index: 250;
}

#main-nav .menu-sub-content {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 205;
    border-top: 2px solid #2496d4;
    background: #fff;
    color: #999;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .2);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.div-right {
    float: right
}

.busca-button {
    background: transparent;
    font-size: 23px;
    margin: 7px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

#main-content {
    background: transparent;
    margin: 0 auto 25px;
    position: relative;
    padding: 24px 0;
    -webkit-transform: none;
    max-width: 1010px;
    display: flex;
}

.conteudo {
    max-width: 720px;
    flex: 71%;
    margin-right: 10px;
    padding: 5px;
}

.full-conteudo {
    display: block;
    width: 100%;
    max-width: unset;
}

#sidebar {
    flex: 29%;
    max-width: 310px;
}

#crumbs {
    margin-bottom: 10px;
    clear: both;
    padding: 5px;
    background: #188fd1;
    color: white;
}

#crumbs span.delimiter {
    padding: 0 3px;
}

#crumbs a {
    color: white;
    ;
}

.post-listing.post {
    border-radius: 8px 8px 0 0;
    margin-bottom: 40px;
    border-bottom-color: #2496d4;
}

#sidebar .widget-container,
.cat-box-content,
.post-listing {
    background: #fff;
    border-bottom: 4px solid #2496d4;
    -webkit-box-shadow: 0 0 4px #7e7e7e;
    -moz-box-shadow: 0 0 4px #7e7e7e;
    box-shadow: 0 0 4px #7e7e7e;
}

.post-inner {
    padding: 15px;
}

.confira-social-links {
    margin: -2px 0;
    float: right;
}

.confira-social-links ul li {
    float: left;
    margin: 1px 5px 0;
    font-size: 18px;
    border: none !important;
}

.confira-social-links ul li a {
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 25px;
    background: 0 0;
    border-radius: 30%;
    color: #ffffff;
    border: none !important;
}

#header-right {
    margin: auto;
    text-align: center;
    padding: 15px;
}

.logo img {
    max-width: 220px;
    height: auto;
    vertical-align: middle;
}


.widget {
    clear: both;
    margin-bottom: 25px;
}

.widget-container {
    margin-bottom: 15px;
    padding: 10px;
    clear: both;
}

.widget-top {
    height: auto;
}

.topbox-tax h3 {
    margin-bottom: 5px;
    font-size: 19px;
}

.widget-pesquisa input,
.widget-pesquisa select {
    border: 1px solid #c7c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .9em;
    padding: 0.9em;
    width: 100%;
    margin-bottom: 7px;
    background-color: #f1f1f1;
}

.widget-scroll {
    max-height: 323px;
    overflow: auto;
    margin: 5px auto;
}

.widget-container li {
    padding: 0 0 5px;
    line-height: 18px;
    overflow: hidden;
}

.widget-scroll a {
    display: block;
    padding: 10px 6px 9px;
    font-size: 1.2em;
    background: #f7f7f7;
    margin-bottom: 1px;
    margin-right: 2px;
    border-left: 2px solid #025887;
    border-radius: 0 14px 14px 0;
    color: #025887;
    transition: transform 250ms;
    text-decoration: none !important;
}

.widget-scroll a:hover {
    text-decoration: none;
    background: #676767;
    border-color: #cddc39;
    color: #fff;
    transition: background-color .5s ease
}

.lista-ultimos {
    max-height: unset !important;
}

.item-list .post-thumbnail,
.timeline .post-thumbnail {
    float: left;
    margin-bottom: 0
}

.post-thumbnail {
    margin-right: 15px;
    position: relative;
    line-height: 0;
}

.archive-meta h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.resumo {
    color: #868686;
    font-size: 16px;
    padding: 5px;
}

.post-inner p.post-meta {
    border-bottom: 2px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
    color: #3c3b3b;
    margin: 7px 0;
    font-size: 90%;
    min-height: 23px;
}

.post-inner p.post-meta span {
    margin-right: 10px;
}

.post-inner p.post-meta span i {
    margin-right: 2px;
}

.entry {
    line-height: 22px;
    margin-top: 10px;
}

.entry p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 26px;
}

.share-post {
    clear: both;
    margin: 0;
    padding: 8px 0 6px 10px;
    background: #247eb1;
}

.share-post span.share-text {
    background: #2496d4;
    margin: -8px 10px -10px -9px;
    display: block;
    float: left;
    color: #fff;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    font-size: 14pt;
}

.share-post li {
    list-style: none !important;
    margin: 0;
    width: auto !important;
    float: left;
}

.share-post .flat-social a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px;
    margin: 0 6px 2px 0;
    display: inline-block;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#informe-erro,
#informe-erro a i {
    background: #FFE9A6;
    float: right;
    padding: 4px;
    height: 25px;
    margin: -35px 0px;
    border-radius: 4px;
    font-size: 15px;
    color: #676565;
}

.item-list {
    border-bottom: 4px dashed #f2f2f2;
    padding: 10px 15px 25px;
    clear: both;
}

.item-list p.post-meta {
    margin: 10px 0;
}

p.post-meta span {
    display: inline-block;
    margin-right: 10px;
}

a.more-link {
    color: #fff !important;
    float: right;
    font-size: 18px;
    background-color: #2496d4;
    padding: 6px 10px;
    height: 34px;
    border-radius: 4px;
}

.entry h2,
.entry h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: fantasy;
}

.link-interno {
    color: #4c4c4c;
}

.link-interno:hover {
    color: #2496d4;
}

#main-nav ul li.mega-menu a,
#main-nav ul li.menu-item-has-children a {
    padding-right: 20px;
}

.menuTextPrincipal {
    text-transform: uppercase;
    font-family: 'Insaniburger';
    font-weight: normal;
    font-style: normal;
}


.containerbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;


}

.containerbox h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1em;
    font-family: Helvetica;
    font-weight: 400
}

.containerbox h1 {
    font-size: 36px
}

.containerbox h2 {
    font-size: 30px
}

.containerbox h3 {
    font-size: 24px
}

.containerbox h4 {
    font-size: 18px
}

.containerbox h5 {
    font-size: 14px
}

.containerbox h6 {
    font-size: 12px
}

#matematica {
    background-color: #dbec32;
}

#portugues {
    background-color: #59ec77;
}

#administracao {
    background-color: #cea0ff;
}

#raciocinio-logico {
    background-color: #e46464;
}

#informatica {
    background-color: #54d4ff;
}

#historia {
    background-color: #f7508f;
}

#geografia {
    background-color: #cba278;
}

#fisica {
    background-color: #ddd;
}

#biologia {
    background-color: #e4e4ed;
}

#quimica {
    background-color: #d1eeff;
}

#busca-geral {
    width: 100%;
}

.imagem:hover {
    opacity: 0.7;
}

.verquestao a {
    color: #fff;
    font-size: 16px;
    display: block;
    background-color: #2496d4;
    width: 100%;
    height: 30px;
    padding: 5px;

}

html {
    font-size: 62.5%;
}

.post-inner p.post-meta {
    padding: unset
}

.pesquisa {
    text-align: center;
}


.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    width: 1em;
}

.title-materia {
    background: #1c92e0;
    display: block;
    color: white;
    position: absolute;
    padding: 4px;
}

.leia-link {
    width: 100%;
    color: #FFF !important;
    float: left;
    margin-top: 4px;
    padding-top: 5px;
    padding-bottom: 2px;
    background: #2496d4;
    text-align: center;
    border-radius: 3px;
    height: 25px;
}

.lista-ultimas a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#maisposts {
    border-bottom: solid 2px #f2f8fc;
    color: #525758;
}

#maisposts:hover {
    color: #333;
}

.first-news {
    background: #fff;
    box-sizing: border-box;
}

.widget-container {
    border-top: 2px solid #2496d4;
}

#sidebar {
    margin: 2.2em 0;
}

@media only screen and (max-width:530px) {

    #border-nordeste {
        background: #23baff;
    }

    #border-sudeste {
        background: #5adb43;
    }

    #border-sul {
        background: #eccb1e;
    }

    #border-centro-oeste {
        background: #35ead8;
    }

    #border-norte {
        background: #86bbb6;
    }

    #border-nacional {
        background: #f77777;
    }
}

.anuncio-inicio {
    width: 100%;
    border-top: 2px solid #2496d4;
    border-bottom: 4px solid #2496D4;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
    margin-bottom: 15px;
    min-height: 150px;
    background: #acc5c5;
}

.imagem-destaque {
    margin: 0 auto;
    height: 150px;
    border: solid 1px #efefef;
    border-radius: 8px;
    box-shadow: 0px 1px 1px #CACACA;
    text-align: center;
    background-color: hsla(0, 0%, 100%, 0.4);
}

.imagem-destaque img {
    margin-top: 5px;
    max-height: 140px;
}

.entry p {
    font-size: 18px;
}

.cat-box-content h2 {
    font-size: 26px;
}


.box-categoria::-webkit-scrollbar-thumb {
    background: #848484ab !important;
}

.box-categoria::-webkit-scrollbar-track {
    background: #fff !important;
    border: 0;
}

.box-categoria::-webkit-scrollbar {
    height: 5px;
}


.simulado-medio a {
    font-size: 18px;
}

.simulado-medio {
    margin: 10px 0px;
}

.simulado-superior {
    margin: 10px 0px;
}

.simulado-superior a {
    font-size: 18px;
}

.listascargos .one.column,
.listascargos .one.columns {
    width: 60px;
}

.listascargos .two.columns {
    width: 140px;
}

.listascargos .three.columns {
    width: 220px;
}

.listascargos .four.columns {
    width: 300px;
}

.listascargos .five.columns {
    width: 380px;
}

.listascargos .six.columns {
    width: 460px;
}

.listascargos .seven .columns {
    width: 540px;
}

.listascargos .eight.columns {
    width: 620px;
}

.listascargos .nine.columns {
    width: 700px;
}

.listascargos .ten.columns {
    width: 780px;
}

.listascargos .eleven.columns {
    width: 860px;
}

.listascargos .twelve.columns {
    width: 940px;
}

.listascargos .one-half.column {
    width: 460px;
}

/* ((960/2) - 20) = 460 */
.listascargos .one-third.column {
    width: 295px;
}

/* ((960/3) - 20) = 300 */
.listascargos .two-thirds.column {
    width: 620px;
}

/* (((960/3) *2) - 20) = 620 */
.listascargos .one-quarter.column {
    width: 220px;
}

/* ((960/4) - 20) = 220 */
.listascargos .three-quarters.column {
    width: 700px;
}

/* (((960/4) *3) - 20) = 700 */
.listascargos .one-fifth.column {
    width: 172px;
}

/* ((960/5) - 20) = 172 */
.listascargos .two-fifths.column {
    width: 364px;
}

/* (((960/5) *2) - 20) = 364 */
.listascargos .three-fifths.column {
    width: 556px;
}

/* (((960/5) *3) - 20) = 556 */
.listascargos .four-fifths.column {
    width: 748px;
}

/* (((960/5) *4) - 20) = 748 */
/* Offsets */
.listascargos .offset-by-one {
    margin-left: 80px;
}

.listascargos .offset-by-two {
    margin-left: 160px;
}

.listascargos .offset-by-three {
    margin-left: 240px;
}

.listascargos .offset-by-four {
    margin-left: 320px;
}

.listascargos .offset-by-five {
    margin-left: 400px;
}

.listascargos .offset-by-six {
    margin-left: 480px;
}

.listascargos .offset-by-seven {
    margin-left: 560px;
}

.listascargos .offset-by-eight {
    margin-left: 640px;
}

.listascargos .offset-by-nine {
    margin-left: 720px;
}

.listascargos .offset-by-ten {
    margin-left: 800px;
}

.listascargos .offset-by-eleven {
    margin-left: 880px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/*****************************
12 Column
((768/12) - 20) = 44
*****************************/

.listascargos {

    margin: 0 auto;
}

.row {
    margin: 1em 0;
}

.column,
.columns {
    float: left;
    margin: 10px;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.one-third p {
    text-align: center;
    background: #178ecf;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    color: white;
    border-bottom: solid 2px #adadad;
    border-radius: 5px 5px 0px 0px
}

.one-third li a {
    display: block;
    padding: 10px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
}

.one-third li a:hover {
    background: #aee28d;
}

#cargostodos {
    margin: 10px 0px;
}

#vertodos {
    background: #a1dc7d;
    text-align: center;
    width: 200px;
    float: right;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    opacity: 0.8;
}

#vertodos:hover {
    opacity: 1;
}

footer#theme-footer {
    position: relative;
    color: #fff;
    background: linear-gradient(90deg, #4290c7, #1bb7ff, #0d5973);
    padding: 20px 0;
    margin-top: 20px;
    -webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -8px 0 rgba(0, 0, 0, .1)
}

footer#theme-footer a {
    color: #FFF;
    display: block;
    min-height: 30px;
    padding: 7px;
}

footer#theme-footer a:hover {
    color: #bdbdbd
}

#footer-widget-area {
    width: 1045px;
    padding: 8px;
    margin: 0 auto
}

.footer-widgets-box {
    float: left;
    margin-right: 4%
}

.colunas-root {
    display: flex;
    max-width: 1044px;
    margin: 0 auto;
}

.flex-direito {
    flex: 48%;
    margin-right: 5px;
}

.flex-esquerdo {
    flex: 48%;
    margin-left: 5px;
}

.coluna h4 {
    font-size: 23px;
    background: #15577e;
}

.coluna h5 {
    font-size: 20px;
}

.coluna {
    border-radius: 8px;
    background: #173e54;
}

.search-mobile {
    margin: 15px 10px;
    height: 30px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-top-color: #d1d1d1;
    border-left-color: #d1d1d1;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: inset 0 2px 5px #eee
}

.search-mobile #s-mobile {
    background: 0 0;
    float: right;
    margin: 0;
    padding: 7px 12px;
    width: 100%;
    color: #444;
    border: 0
}

.search-mobile button.search-button {
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    padding: 0;
    width: 40px;
    font-size: 18px;
    color: #666
}

.search-mobile button.search-button:hover {
    color: #000
}

#slide-out .social-icons {
    margin-bottom: 15px;
    text-align: center;
}

#slide-out .social-icons a {
    color: #ccc;
    font-size: 22px;
    padding: 0 4px
}

#slide-out .social-icons a:hover {
    color: #FFF
}

#mobile-menu {
    border-top: 3px solid #484848
}

#slide-out #mobile-menu .mega-menu-block {
    padding: 0;
    background: 0 0;
    min-height: inherit
}

#slide-out #mobile-menu .sub-menu-columns-item,
#slide-out #mobile-menu ul ul {
    display: none;
    background: #7b7b7b;
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative
}

#slide-out #mobile-menu ul li.menu-item-has-children svg.mobile-arrows {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 8px;
    cursor: pointer;
    display: block;
    background: #5f5e5e;
    border-radius: 25%;
    padding: 1px;
    width: 25px;
    height: 25px;
}

#slide-out #mobile-menu a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    border-bottom: 2px solid #a09a9a;
}

#slide-out #mobile-menu a:hover {
    background: #111;
    color: #FFF
}

#slide-out #mobile-menu ul ul a {
    font-size: 14px;
    padding-left: 30px
}

#slide-out #mobile-menu ul ul ul a {
    font-size: 12px;
    padding-left: 50px
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-left: 60px
}

#slide-out-open {
    display: none;
    margin: 0;
    position: fixed;
    top: 30px;
    left: 5px;
    opacity: 1;
    height: 30px;
    width: 40px;
    background: #888585;
    border-radius: 4px;
    z-index: 505
}

#slide-out-open span {
    left: 6px
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
    top: 5px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 28px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

#slide-out-open span:before {
    top: 8px
}

#slide-out-open span:after {
    top: 16px
}

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.js-nav #mobile-menu {
    display: block
}

#slide-out,
.inner-wrapper {
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
    -moz-transition: -moz-transform .5s ease, opacity .5s ease;
    -o-transition: -o-transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease
}

.js-nav #slide-out-open span {
    top: 14px;
    animation: fa-spin .2s 2 linear;
    transform: rotate(45deg)
}

.js-nav #slide-out-open span:after {
    top: 0;
    transform: rotate(-90deg)
}

.js-nav #slide-out-open span:before {
    opacity: 0
}

.js-nav .inner-wrapper {
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}


.item-materias {
    background: #2496d4 !important;
    width: 277px;
    margin: 20px 10px;
    display: inline-block;
    border-radius: unset;
}

.item-materias img {
    border-radius: 0 0 8px 8px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 2px;
}

.coluna h5 a:hover {
    color: #4285bf;
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.divide {
    border: 4px solid transparent;
    border-bottom-color: #2496d4;
    border-right-color: #2496d4;
    padding: 0;
    margin-right: 5px;
}

.footer-bottom {
    position: relative;
    background: #2e2e2e;
    line-height: 35px;
    border-top: 1px solid #444;
    color: #ccc;
    padding: 15px 10px;
}

.footer-bottom .social-icons {
    float: right;
    margin: 3px 15px 0;
    line-height: 0
}

.footer-bottom a {
    color: #ccc
}

.footer-bottom a:hover {
    color: #FFF
}

#topcontrol {
    z-index: 999;
    background: #2a5e7a;
    width: 40px;
    height: 40px;
    font-size: 24px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    overflow: auto;
    opacity: .7;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    text-align: center;
}

#topcontrol svg {
    width: 25px;
    height: 37px;
    color: #fff;
}

#topcontrol:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF
}

#topcontrol:hover {
    opacity: 1
}

.container {
    width: 1045px;
    margin: 0 auto;
}

.js-nav #slide-out {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

#cookie-notice {
    top: 220px;
    position: fixed;
    right: -1000px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all .25s;
    z-index: 12;
    border-radius: 10px;
    max-width: 500px;
}

#cookie-notice .conteudo-notificao {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
}

#cookie-notice .cookie-text {
    font-family: "MuseoSans 500", sans-serif;
    font-size: var(--text-sm);
    margin-bottom: 1rem;
    padding: 0;
    margin: 10px;
}

#cookie-notice .btn {
    margin: .25rem;
    background-color: #CDDC39;
    color: #333;
    border-radius: 5px;
    border: 1px solid #8BC34A;
    padding: 8px 24px;
    cursor: pointer;
}

#cookie-close {
    position: absolute;
    top: .5rem;
    right: 1rem;
    border: none;
    background-color: transparent;
    color: #F44336;
    padding: 5px;
    line-height: 1;
}

.cookie-text a {
    color: #0484ca;
}


@media only screen and (max-width: 1020px) {
    .listascargos .one-third.column {
        width: 45%;
    }

    .row {
        margin: 1em auto;
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .listascargos {
        width: 768px;
    }

    .listascargos .column,
    .listascargos .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }

    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }

    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }

    .listascargos .one.column,
    .listascargos .three.columns {
        width: 172px;
    }

    .listascargos .one-third.column {
        width: 236px;
    }

    /* ((768/3) - 20) = 236 */
    .listascargos .two-thirds.column {
        width: 492px;
    }

    /* (((768/3) *2) - 20) = 492 */
    .listascargos .three-quarters.column {
        width: 556px;
    }

    /* (((768/4) *3) - 20) = 556 */
    .listascargos .three-fifths.column {
        width: 440.8px;
    }

    /* (((768/5) *3) - 20) = 440.8 */
    /* Offsets */
    .listascargos .offset-by-three {
        margin-left: 192px;
    }

    .listascargos {
        width: 100%;
    }

    .listascargos .columns,
    .listascargos .column {
        margin: 0;
    }

    .listascargos .one-third.column,
    .listascargos .two-thirds.column {
        width: 100%;
    }

    /* Offsets */
    .listascargos .offset-by-three {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .row {
        width: 100%;
    }
}

.verdiciplina {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.verdiciplina a {
    background: #0dbf32;
    padding: 8px;
    width: 40%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 20px;
    margin: auto;
}

.verdiciplina a:hover {
    background: #2496d4;
}

.inicio-pesquisa {
    width: 100%;
    margin: 5px auto;
}

.inicio-pesquisa input {
    margin-bottom: 4px !important;
    padding-left: 29px !important;
}

.box-cargos ul {
    margin-bottom: 5px;
}

.resetBusca {
    position: absolute;
    right: unset !important;
}

.info_app {
    background: #f5f5f5;
    min-height: 100px;
    z-index: 10000;
    border-bottom: solid 2px #888585;
    padding: 10px;
    position: fixed;
    bottom: -200px;
    transition: .3s;
    color: #0e0e0e;
}

.info_app p {
    padding: 10px 0;
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    font-size: 18px;
}

.info_app i {
    font-size: 40px;
    color: #9cca2c;
    padding: 5px 10px;
}

.info_app h2 {
    text-align: center;
    font-size: 25px;
    font-family: Insaniburger;
    color: #0c78b5;
}

.botoes {
    text-align: center;
    margin: 10px auto;
}

.botoes li {
    display: inline;
    padding: 10px;
}

.botao-negativo {
    background: transparent;
    color: #90ea82;
    border: solid 2px #90ea82;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 15px;
    text-align: center;
}

.botao-positivo {
    background: #4480da;
    color: #ffffff;
    border: solid 2px #509dde;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 15px;
    text-align: center;
}

.botao-positivo:hover {
    background: transparent;
    color: #509dde;
}


@media only screen and (max-width:1060px) {

    #main-content,
    .header-content,
    .colunas-root,
    .container {
        width: 100% !important;
    }
}

@media only screen and (max-width:900px) {
    #wrapper {
        background-color: #fff;
        width: 100% !important
    }

    #wrapper header#theme-header {
        margin-top: 0;
        width: 100% !important;
        -webkit-box-shadow: 0 0 3px #cacaca !important;
        -moz-box-shadow: 0 0 3px #cacaca !important;
        box-shadow: 0 0 3px #cacaca !important
    }

    .header-content {
        padding-right: 0;
        padding-left: 0;
    }

    #main-nav {
        display: none;
    }

    #slide-out-open {
        display: block
    }

    #wrapper #main-content {
        width: 99% !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        margin-top: 10px;

    }

    .logo {
        margin-left: 56px;
    }

    #sidebar,
    .conteudo {
        width: 100%;
        display: block;
        flex: unset;
        margin-right: unset;
        max-width: unset;
        padding: 10px;
    }

    #main-content {
        display: block
    }

    .stories-bola {
        max-width: unset;
    }
}


@media only screen and (max-width:800px) {}

@media only screen and (max-width: 728px) {
    .verdiciplina a {
        width: 100%;
    }

    #raciocinio-logico {
        display: none;
    }
}


@media only screen and (max-width:700px) {
    .logo {
        float: none !important;
        text-align: center;
        margin: 0 auto;
        clear: both
    }

    .pesquisa-top {
        display: none
    }

    .colunas-root {
        display: block
    }

    .colunas-root>.coluna {
        margin: 10px
    }

}

@media only screen and (max-width: 690px) {

    #raciocinio-logico {
        display: block;

    }

    #cargos {
        width: 100%;
    }

    .resetBusca {
        right: 10px;
    }
}

@media only screen and (max-width:590px) {
    .menu li>a span {
        display: none
    }

    .header-content {
        padding: 5px 15px;
        min-height: unset
    }

    #slide-out-open {
        top: 5px
    }

    #crumbs {
        padding: 5px
    }

    header#theme-header {
        border-bottom: solid 2px #888585
    }

    #sidebar,
    .conteudo {
        padding: 2px;
    }
}

@media only screen and (max-width:500px) {
    #crumbs {
        display: none;
    }

}

@media only screen and (max-width:450px) {
    .logo img {
        max-width: 180px;
    }
}

@media only screen and (max-width:400px) {
    .logo img {
        max-width: 140px;
    }

    #slide-out-open {
        top: 18px;
    }
}