* {
    padding: 0;
    margin: 0
}

@font-face {
    font-family: fonteencontra;
    font-weight: 400;
    font-style: normal;
    src: url(../../../fonts/fonte-encontra.ttf)
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    --cor-principal: 43, 41, 106;
    --cor-segundaria: 255, 153, 0
}

#logo {
    font-family: fonteencontra;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

    padding: 16px 12px 16px 0px;
}
#logo .titulodotop {
    font-size: 36.4px;
}
.bars-menu{
    width: 35px;
    height: 5px;
    margin-bottom: 4px;
    background: #fff;
    box-sizing: border-box;
  }

#logo .titulodotop:hover{
text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .titulodotop {
        font-size: 33.6px;
    }
    .menu{
        padding: 5px 0 !important;
    }
}

#logo span.corlaranja {
    color: rgba(var(--cor-segundaria), 1)
}

.conteudo a {
    color: #333;
    text-decoration: underline
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
    clear: both
}

.menu {
    background: rgba(var(--cor-principal), 1);
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 7.5px 0;
    border-top: 3px solid rgba(var(--cor-segundaria), 1)
}

.menu a {
    padding: 11px 12px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px !important
}

.nav a {
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out
}

.nav a:hover {
    border-color: rgba(var(--cor-segundaria), 1);
background-color: #ffffff00 !important;
}

ul.nav {
    list-style: none;
    margin-top: 3px;
    text-align: right
}

ul.nav li {
    display: inline-block
}

#banner {
    position: relative;
    background-image: url(../imgs/banner.svg);
    background-color: rgba(var(--cor-segundaria), 1);
    background-position: center;
    background-repeat:no-repeat;
    background-size: 85%;
    padding: 80px 0;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    overflow: hidden;
}
#banner::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

#banner .row {
    text-align: center;
    position: relative;
    z-index: 1;
}

#banner .row p {
    padding: 13px 0
}

.conteudo {
    position: relative;
    padding: 24px 0 94px 0;
}

.conteudo .col {
    vertical-align: top
}

.conteudo .titulo {
    font-size: 36px;
    font-weight: 700;
    color: rgba(var(--cor-segundaria), 1)
}

.conteudo h2 {
    font-weight: 700;
    color: #333;
    font-size: 25px
}

.conteudo h3 {
    font-weight: 700;
    color: #333;
    font-size: 29px
}

.conteudo h4 {
    font-weight: 700;
    font-size: 24px;
    color: #007bbf
}

.conteudo h1, .conteudo h2, .conteudo h3, .conteudo h4 {
    margin: 15px 0
}

.conteudo p, .conteudo span, .conteudo ul {
    font-weight: 400;
    font-size: 1em;
    margin: 15px 0 0 0;
    line-height: 24px;
    color: #333
}

.conteudo ul {
    list-style: square
}

.conteudo ul {
    list-style-position: inside
}

.post{
    width: 70%;
}

.sidebar{
    border: 1px solid rgba(var(--cor-principal), .4);
    margin-left: 10px;
    border-radius: 5px;
    width: calc(30% - 32px);
    padding: 10px;
    height: fit-content;
}

.sidebar ul{
    list-style: none;
}

.sidebar ul li::before{
    content: '»';
    display: inline-block;
    margin-right: 10px;
}

.avaliacao {
    border: 1px solid #ccc;
    margin: 20px 0
}

.avaliacao h3 {
    text-align: center;
    margin: 15px 0;
    font-size: 30px
}

.lista_posts{
    width: calc(100% - 23px);
    padding: 10px;
    border-bottom: 1px dashed rgba(var(--cor-principal), .4);
    display: flow-root;
}
.lista_posts .title{
    margin-top: 0;
    font-size: 23px;
}
.lista_posts .title a{
    color: rgba(var(--cor-segundaria), 1);
}
.lista_posts :where(#featured-thumbnail){
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    float: left;
    margin-right: 20px;
    
}
.lista_posts :where(#featured-thumbnail) img{
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.lista_posts .readMore a{
    padding: 10px;
    display: block;
    background: rgba(var(--cor-principal),1);
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px 0 0;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.lista_posts .readMore a:hover{
    text-decoration: none;
    background-color: rgba(var(--cor-segundaria), 1);
}
.lista_posts:not(:last-child){
    margin-bottom: 20px;
}

footer {
    background: rgba(var(--cor-principal), 1)
}

.linksRodape {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    text-align: center
}

.linksRodape .col-sm-3 {
    width: 25%
}

.linksRodape a {
    color: #fff;
    text-decoration: none
}

.linksRodape a:hover {
    text-decoration: underline
}

.informativo {
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

.ano {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-bottom: 20px
}

.links-menu-mobile {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    top: 14px
}

.bar-1 {
    transform-origin: top left;
    transition: .5s
}

.bar-2 {
    opacity: 100%;
    transition: 1s
}

.bar-3 {
    transform-origin: bottom left;
    transition: .5s
}

.bar1-x {
    transform: rotate(45deg) translate(4px, -4px) !important;
    transition: .5s
}

.bar2-x {
    opacity: 0;
    transition: .5s
}

.bar3-x {
    transform: rotate(-45deg) translate(0, 7px) !important;
    transition: .5s
}

p.accordion {
    font-weight: 700;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    outline: 0;
    transition: .4s
}

.accordion:hover:after, .active {
    background-color: #f5f5f5
}

.active.accordion:after {
    transform: rotate(180deg)
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.accordion:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 20px;
    color: #757575;
    float: right;
    margin-right: 10px;
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 100%;
    transition: all .3s
}



@media screen and (max-width:322px) {
    .menu a {
        font-size: 17px !important;
        padding: 10px 12px !important
    }
.menu{
    padding: 5px 0;
}
    .row {
        display: block
    }

    .conteudo .titulo {
        font-size: 32px
    }

    .conteudo h2 {
        font-size: 22px
    }

    .conteudo h2, .conteudo h3, .conteudo p, .conteudo ul {
        margin: 20px 0 0 0
    }
}

@media screen and (min-width:325px) and (max-width:490px) {
    .row {
        display: block
    }
    .menu{
        padding: 12px 0;
    }
    .conteudo .titulo {
        font-size: 32px
    }

    .conteudo h2 {
        font-size: 22px
    }

    .tablepress {
        margin: 0 -15PX;
        width: calc(100% + 30PX)
    }

    #tablepress-3 .row-10 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media screen and (min-width:10px) and (max-width:500px) {
    
    .post{
        width: 100%;
    }
    .sidebar{
        width: calc(100% - 23px);
    }
    .sidebar{
        margin-left: 0;
        margin-top: 20px;
    }

    #banner {
        font-size: 50px;
        padding: 23px 0
    }
    .conteudo .titulo{
        margin-top: 0;
    }
    .conteudo h1, .conteudo h2, .conteudo h3, .conteudo h4{
        margin-top: 15px;
    }
    .links-menu-mobile {
        display: block
    }

    ul.nav {
        height: 0;
        overflow: hidden;
        transition: height .3s;
        background: rgba(var(--cor-segundaria), 1);
        width: calc(100% + 30px);
        margin: 0 -15px;
        position: relative;
        top: 15px
    }

    ul.nav.navigation--ativo {
        height: 152px;
        padding: 10px 0;
    }
    .menu .col-sm-9 {
        max-width: 100%
    }

    ul.nav li {
        display: grid;
        line-height: 1
    }

    .menu{
        padding: 7px 0;
    }

    .menu a {
        padding: 8px 9px !important;
        color: #fff !important;
        text-align: left !important
    }

    .linksRodape .col-sm-3 {
        width: 75%;
        text-align: left;
        margin: auto
    }

    .linksRodape a:before {
        content: "»";
        margin-right: 5px
    }

    .informativo {
        text-align: justify
    }

    p.accordion {
        width: 100%;
        display: flow-root
    }

    .panel {
        padding: 0
    }

    .accordion:before {
        margin-bottom: 15px
    }
    .lista_posts :where(#featured-thumbnail){
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .lista_posts{
        border: 1px dashed rgba(var(--cor-principal), .4);
    }
}