* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #F5F5F5;
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

/* Geral */
h1.titulo-geral {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #3C4858;
    display: table;
    margin: 0 auto 20px;
}
h1.titulo-geral:after {
    content: "";
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
    border-radius: 30px;
    width: 30px;
    height: 1px;
    display: table;
    margin: 5px auto 0;
}
.btn-geral {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 40px;
    display: table;
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
    border: 1px solid #3C4858;
    border-radius: 60px;
}
.btn-geral:hover {
    color: #3C4858;
    background: transparent;
    border: 1px solid #3C4858;
}

/* header */
header.fixar {
    position:fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    background: url(../img/bg-header.jpg) no-repeat;
}
header.fixar .topo {
    display: none!important;
}
header.fixar ul.w-100.mt-5.navbar-nav.justify-content-end {
    margin: 0!important;
}
header.fixar .navbar-brand {
    padding: 0;
}
header.fixar .navbar-brand img {
    height: 30px;
}
header.fixar nav.navbar.navbar-expand-md {
    height: 40px;
}
header.fixar .navbar-nav li.nav-item img {
    height: 25px;
}
header.fixar + .page-content {
    padding-top: 120px;
}

header {
    background: url(../img/bg-header.jpg) no-repeat;
    width: 100%;
    height: 90px;
}
nav.navbar.navbar-expand-md {
    position: relative;
    z-index: 9;
    background: transparent;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
header .navbar-brand img {
    transform: scale(1);
    transition: .5s;
}
header .navbar-brand:hover img {
    transform: scale(1.05);
}
header .navbar-nav {
    align-items: center;
}
header .navbar-nav li.nav-item {
    margin-left: 10px;
}
header .navbar-nav li.nav-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
header .navbar-nav li.nav-item img {
    transform: scale(1);
    transition: .5s;
}
header .navbar-nav li.nav-item a:hover img {
    transform: scale(1.05);
}
header a#open-menu {
    margin-left: 40px;
}

#google_translate_element {
    display: none;
}

.menu-desktop {
    position: fixed;
    z-index: 9999;
    width: 50%;
    height: 100vh;
    right: -50%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transition: .5s;
}
.menu-desktop.active {
    right: 0;
}
#close-menu {
    font-size: 30px;
    color: #fff;
    width: 57px;
    height: 50px;
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
    box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    margin: 30px 0;
}
.menu-desktop ul {
    padding-left: 70px;
}
.menu-desktop ul>li>a {
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    color: #000000;
    padding: 10px 20px 10px 20px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    border-left: 7px solid #3C4858;
}
.menu-desktop ul>li>a:hover {
    font-weight: 400;
}
.menu-desktop li.item-logo a {
    border: 1px solid #314351;
    border-radius: 15px;
    padding: 10px 20px!important;
    display: table!important;
}
.menu-desktop li.item-logo img {
    width: 100px;
    margin-right: 10px;
}
.menu-desktop li.item-logo a:hover {
    background: rgba(49, 67, 81, 0.2);
}

header .form-control {
    background: transparent;
    width: 280px;
    height: 40px;
    padding: 0.7rem 3rem 0.5rem;
    border: 1px solid #fff!important;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    
}
header.fixar .form-control {
    height: 28px;
}
header .form-control::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
header .form-control:focus {
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c5c5c545;
}
header .search {
    align-items: center;
    position: relative;
    left: 40px;
}
header form#searchform {
    margin-right: 10px;
}

.local {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 8px;
    position: absolute;
    z-index: 99;
}
.vitrine-noticias .item .local img {
    border-radius: 0;
    width: 60px;
    height: auto;
}
.vitrine-noticias .item.item-menor .local img {
    width: 52px;
    height: auto;
}
section.noticias .item .local img {
    border-radius: 0;
    width: 40px;
    height: auto;
}
.local.rio-grande-do-norte {
    background: linear-gradient(90deg, #F7EC08 0%, #F7E90B 27.65%, #F7E20F 46.21%, #F7D813 62.1%, #F8CA18 76.48%, #F8B81B 89.71%, #FAA51D 100%);
}
.local.paraiba {
    background: linear-gradient(90deg, #A1CD3A 0%, #98C33B 15.34%, #84B13F 36.03%, #659843 59.75%, #397A44 85.55%, #146943 100%);
}
.local.piaui {
    background: linear-gradient(90deg, #E36E25 0%, #992422 100%);
}
.local.pernambuco {
    background: linear-gradient(90deg, #4EB648 0%, #4CB147 21.26%, #46A544 39.74%, #3B9340 57.17%, #2D7C39 73.97%, #1B612F 90.17%, #0C4F27 100%);
}
.local.alagoas {
    background: linear-gradient(90deg, #0890A9 0%, #0B8AA3 16.68%, #0E7C94 37.56%, #0E667D 60.68%, #074C61 85.23%, #013A4F 100%);
}

.vitrine-noticias {
    padding: 15px 0 30px;
}
.vitrine-noticias .item img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}
.vitrine-noticias .conteudo {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 71.61%);
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: -450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 10px;
    padding: 20px;
}
.vitrine-noticias span.data {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
}
.vitrine-noticias h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 5px 0;
}
.vitrine-noticias p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.vitrine-noticias a.btn-noticia-destaque {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    display: table;
    padding: 5px 20px;
}
.vitrine-noticias a.btn-noticia-destaque:hover {
    background: #fff;
    color: #000;
}
.vitrine-noticias .item.item-menor img {
    height: 225px;
}
.vitrine-noticias .item-menor .conteudo {
    height: 225px;
    padding: 10px;
    margin-top: -225px;
}
.vitrine-noticias .item-menor a {
    font-size: 12px;
    line-height: 14px;
}
.vitrine-noticias .item-menor p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}
.vitrine-noticias .item-menor h2 {
    font-size: 12px;
    line-height: 14px;
}
.vitrine-noticias span.data {
    font-size: 12px;
    line-height: 12px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    height: 15px;
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
}
.vitrine-noticias .btn-geral {
    margin: 20px auto 0;
}

section.noticias .item figure {
    width: 45%;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
section.noticias .item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1);
    transition: .5s;
    margin-bottom: 10px;
}
section.noticias .item:hover img {
    transform: scale(1.05);
}
section.noticias .item .conteudo {
    width: 55%;
    height: 200px;
    border-radius: 0px 10px 10px 0px;
    background: #FFFFFF;
    padding: 15px;
}
section.noticias .item span.data {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #061D23;
    margin: 15px 0 0;
}
section.noticias .item h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #061D23;
    margin: 0 0 10px;
}
section.noticias .item p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #061D23;
    margin: 0;
}
section.noticias a.ver-mais {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #061D23;
}
section.noticias a.ver-mais:hover {
    font-weight: 400;
}
section.noticias a.btn-geral {
    margin: 30px auto 0;
}

.page-link {
    color: #061D23;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    background-color: #061D23;
    border-color: #061D23;
}

#transparencia a.item {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #3C4858;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#transparencia a.item img {
    width: auto;
    height: 80px;
    display: table;
    margin: 0 auto 15px;
}

section.destaques {
    background: url(../img/bg-destaques.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 50px;
}
section.destaques a.item {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #3C4858;
    text-align: center;
    display: block;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
}
section.destaques a.item img {
    height: 80px;
    display: table;
    margin: 0 auto 15px;
}

.sobre {
    padding: 50px 0;
}
.sobre h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    color: #3C4858;
    margin: 0 0 20px;
}
.sobre p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #4F4F4F;
    margin: 0 0 20px;
}
a.estado rect,
a.estado circle,
a.estado path {
    transition: .6s;
}
a.estado:hover rect {
    fill: #3C4858;
}
a.estado:hover circle,
a.estado:hover path {
    transform: translateY(10px);
}
a.estado.estado-baixo:hover path {
    transform: translateY(-10px)!important;
}

.sobre2 {
    padding: 0 0 50px;
}
.sobre2 .box {
    background: var(--3-c-4858, linear-gradient(165deg, #3C4858 0%, #1B2635 100%));
    padding: 30px 40px;
}
.sobre2 .box h2,
.sobre2 .box p {
    color: #fff;
}
.sobre2 .box p {
    margin-bottom: 0;
}

.contato {
    background: url(../img/bg-contato.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.contato p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
}
.contato p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
}
.contato input.form-control {
    border: 1px solid #3C4858;
    border-radius: 50px;
    background: transparent;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 48px;
}
.contato textarea.form-control {
    border: 1px solid #3C4858;
    border-radius: 15px;
    background: transparent;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 150px;
}
.contato form button.btn-geral {
    margin: 0 auto;
}

footer {
    padding: 60px 0;
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
}
footer h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 20px;
}
footer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: table;
    margin: 0 0 20px;
}
footer p span {
    font-weight: bold;
}
footer input.form-control {
    border: 1px solid #fff;
    border-radius: 50px;
    background: transparent;
    padding-left: 15px;
    margin-bottom: 5px;
    height: 48px;
}
footer button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #061D23;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
}
.menu-footer ul {
    width: 50%;
    float: left;
}
.menu-footer ul>li {
    margin-bottom: 10px;
}
.menu-footer ul>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.menu-footer ul>li>a:hover {
    font-weight: 600;
}
.redes-footer {
    display: flex;
    justify-content: center;
}
.redes-footer a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.redes-footer a i {
    font-size: 24px;
    color: #1B2635;
}


.interna {
    padding: 50px 0;
    background: #EBEBEB;
}
.interna .box-interna {
    border-radius: 10px;
    border: 1px solid var(--gray-5, #E0E0E0);
    background: #FFF;
    padding: 30px;
}
.interna .conteudo h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 28px;
    color: #3C4858;
    margin: 0 0 20px;
    box-sizing: inherit!important;
    -webkit-tap-highlight-color: inherit!important;
    line-height: inherit!important;
    font-family: inherit!important;
    background-color: inherit!important;
}
.interna .conteudo h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    color: #3C4858;
    margin: 0 0 20px;
    box-sizing: inherit!important;
    -webkit-tap-highlight-color: inherit!important;
    line-height: inherit!important;
    font-family: inherit!important;
    background-color: inherit!important;
}
.interna .conteudo p,
.interna .conteudo li,
.interna .conteudo ul {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #4F4F4F!important;
    margin: 0 0 15px!important;
    box-sizing: inherit!important;
    -webkit-tap-highlight-color: inherit!important;
    line-height: inherit!important;
    font-family: inherit!important;
    background-color: inherit!important;
}
.interna .conteudo ul {
    margin: 0!important;
}
.interna .conteudo a {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #3C4858;
    margin: 0 0 15px;
}
.interna .conteudo ul {
    padding-left: 30px;
}
.interna .conteudo li {
    list-style: disc!important;
}

aside li {
    margin-bottom: 30px;
}
aside li>a {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #3C4858;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 10px;
    display: table;
    width: 100%;
}

a.wp-block-button__link.has-background {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 40px;
    display: table;
    background: linear-gradient(90.84deg, #3C4858 25.93%, #1B2635 79.83%);
    border: 1px solid #3C4858;
    border-radius: 60px;
}
a.wp-block-button__link.has-background:hover {
    color: #3C4858;
    background: transparent;
    border: 1px solid #3C4858;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}
@media (min-width: 768px) and (max-width: 991px) {
    header a#open-menu {
        margin-right: 20px;
    }
    header .form-control {
        width: 160px;
    }
}
@media(max-width: 767px) {
    .btn-geral {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        display: table;
        margin: 0 auto;
    }
    h1.titulo-geral {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto 20px;
    }
    header,
    nav.navbar.navbar-expand-md {
        height: 100px;
    }
    header .navbar-brand img {
        width: 150px;
    }
    header.fixar {
        position: relative;
        height: 100px;
    }
    header.fixar + .page-content {
        padding-top: 0;
    }
    header .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    div#navbarSupportedContent {
        position: absolute;
        right: 0;
    }
    .menu-desktop {
        width: 100%;
        right: -100%;
        overflow: scroll;
    }
    #close-menu {
        margin: 20px 0;
    }
    .menu-desktop ul {
        padding-left: 10px;
    }
    .menu-desktop ul>li>a {
        margin: 15px 0;
    }
    .vitrine-noticias {
        padding: 15px 0 30px;
    }
    .owl-vitrine {
        margin-bottom: 15px;
    }
    .vitrine-noticias .item img {
        height: 260px;
    }
    .vitrine-noticias .conteudo {
        height: 260px;
        margin-top: -260px;
        padding: 15px;
    }
    .vitrine-noticias a {
        font-size: 12px;
        line-height: 14px;
        padding: 5px 20px;
    }
    .vitrine-noticias p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .vitrine-noticias h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .vitrine-noticias .item.item-menor.mb-4 {
        margin-bottom: 5px!important;
    }
    .vitrine-noticias span.data {
        font-size: 10px;
        line-height: 10px;
    }
    .vitrine-noticias .item-menor h2 {
        font-size: 11px;
        line-height: 12px;
    }
    .vitrine-noticias .item-menor p {
        font-size: 11px;
        line-height: 13px;
    }
    .vitrine-noticias .item-menor a {
        font-size: 11px;
        line-height: 12px;
    }
    .vitrine-noticias .item.item-menor img {
        height: 180px;
    }
    .vitrine-noticias .item-menor .conteudo {
        height: 180px;
        margin-top: -180px;
    }
    section.noticias .item {
        margin-bottom: 15px;
    }
    section.noticias .item figure,
    section.noticias .item img {
        height: 150px;
    }
    section.noticias .item .conteudo {
        height: 150px;
        padding: 10px 5px;
    }
    section.noticias .item h4 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 5px;
    }
    section.noticias .item p {
        font-size: 12px;
        line-height: 18px;
    }
    section.noticias a.ver-mais {
        display: table;
        margin-bottom: 15px;
    }
    section.noticias a.btn-geral {
        margin: 10px auto 0;
    }
    section.destaques {
        padding: 30px 0 15px;
    }
    section.destaques a.item {
        font-size: 16px;
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    section.destaques a.item img {
        height: 50px;
        margin: 0 auto 10px;
    }
    .sobre {
        padding: 30px 0 0;
    }
    .sobre h1.titulo-geral {
        margin-top: 15px;
    }
    .sobre img.img-fluid.mb-5 {
        margin-bottom: 15px!important;
    }
    .sobre h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .sobre p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .sobre .btn-geral {
        margin: 0 auto 20px;
    }
    .sobre svg {
        height: 360px;
    }
    .sobre2 .box {
        padding: 20px 15px;
    }
    section.sobre2 {
        padding-top: 0;
    }
    section.destaque a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px;
        margin: 15px auto 0;
    }
    .contato {
        padding: 30px 0;
    }
    .contato p {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .contato input.form-control {
        padding-left: 15px;
        margin-bottom: 5px;
        height: 35px;
    }
    .contato textarea.form-control {
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 5px;
        height: 80px;
    }
    footer {
        padding: 30px 0 60px;
    }
    footer img.img-fluid {
        margin: 0 auto 20px;
        display: table;
    }
    footer h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    footer p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 20px;
    }
    #transparencia a.item {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 5px;
        height: auto;
    }
    #transparencia a.item img {
        height: 40px;
        margin: 0 auto 5px;
    }
}