* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
path {
    transition: 0.5s;
}
a,
a:hover,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 0.5s;
}
b,
strong {
    font-weight: 700 !important;
}
.container {
    max-width: 1200px !important;
    width: 100%;
}

/* Geral */
h1.titulo-geral {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #25a31b;
    display: table;
    margin: 0 auto 40px;
}
h1.titulo-geral span {
    font-weight: 400;
}
h1.titulo-geral:after {
    display: block;
    content: "";
    width: 60%;
    height: 1px;
    background: #25a31b;
    border-radius: 50px;
    position: relative;
    top: 3px;
    margin: 0 auto;
    transition: 0.5s;
}
.btn-ver-mais {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 15px 40px;
    display: table;
    margin: 40px auto 0;
}
.btn-ver-mais:hover {
    background: #fff;
    color: #0054ad;
}
div.owl-theme .owl-dots.disabled {
    display: none !important;
}
div.owl-theme .owl-dots .owl-dot.active span,
div.owl-theme .owl-dots .owl-dot:hover span {
    width: 35px;
    background: #25a31b;
    border: 1px solid #25a31b;
}
div.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #25a31b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: 0.5s;
    border-radius: 30px;
}
div.owl-theme .owl-nav button {
    background: unset !important;
    position: absolute;
    top: 40%;
    margin: 0 !important;
    transform: scale(1);
    transition: 0.6s;
}
div.owl-theme .owl-nav button:hover {
    transform: scale(1.05);
}
div.owl-theme .owl-nav button.owl-prev {
    left: 0;
}
div.owl-theme .owl-nav button.owl-next {
    right: 0;
}

img.bg-topo {
    position: absolute;
    z-index: -1;
}
img.bg-topo.topo-esquerda {
    left: 0;
}
img.bg-topo.topo-direita {
    right: 0;
}

/* header */
header.fixar {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 40px;
    border: none;
}
header.fixar .navbar-brand img {
    max-width: 90px;
}
header.fixar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 14px;
}
header.fixar .navbar-nav .nav-item .btn-facaparte {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
}
header.fixar img.bg-topo {
    height: 40px;
}
header.fixar .navbar-brand img {
    height: 38px;
}
header.fixar .redes-sociais {
    display: none;
}
header.fixar form input {
    height: 30px;
    transition: 0.5s;
}
header.fixar form button {
    height: 30px;
}

header {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-bottom: 10px solid #25a31b;
}
header .navbar-brand {
    margin-right: 0.4rem;
    transition: 0.5s;
    font-size: 0;
}
header .navbar-brand img {
    transition: 0.5s;
}
header .navbar-nav {
    align-items: center;
}
header .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #4f4f4f;
    text-align: center;
    position: relative;
    display: table;
}
header .navbar-nav .nav-item .nav-link::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #70a484;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    opacity: 0;
    transition: 0.5s;
}
header .navbar-nav .nav-item:hover .nav-link::after {
    opacity: 1;
}
header .navbar-nav .nav-item .nav-link:hover {
    font-weight: bold;
}
header .navbar-nav .nav-item .btn-facaparte {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    display: table;
    background: #f37021;
    border-radius: 15px;
    padding: 10px;
}
header .navbar-nav .nav-item .btn-facaparte:hover {
    color: #f37021;
    background: #fff;
}
.nav-item form input {
    background: #ffffff;
    border: 1px solid #25a31b;
    border-right: none;
    border-radius: 30px 0 0 30px;
    width: 130px;
    height: 40px;
    padding-left: 20px;
    transition: 0.5s;
}
.nav-item form button {
    background: #ffffff;
    border: 1px solid #25a31b;
    border-left: none;
    border-radius: 0 30px 30px 0;
    height: 40px;
    margin-left: -4px;
    padding-right: 10px;
}
header .navbar-nav .dropdown-menu {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    background: #25a31b;
    border-radius: 5px;
    border: none;
}
header .navbar-nav .dropdown-menu a {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}
header .navbar-nav .dropdown-item:focus,
header .navbar-nav .dropdown-item:hover {
    background-color: #1a7e12;
}

header .redes-sociais {
    display: flex;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 10px;
}
header .redes-sociais a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #25a31b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
header .redes-sociais a .fa {
    font-size: 18px;
    color: #fff;
}
header .redes-sociais a:hover {
    background: #1a7e12;
}
#page-content.fixed-header {
    padding-top: 180px;
}

/* VITRINE */

.vitrine img.img-fluid {
    height: 450px;
    object-fit: cover;
}
.vitrine .owl-carousel {
    position: relative;
}
.vitrine div.owl-vitrine .owl-nav.disabled + .owl-dots {
    display: table;
    margin: -39px auto 0;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50px;
    position: relative;
    padding: 10px 15px 2px;
    top: -10px;
}

.acesso-rapido {
    padding: 60px 0;
}
.acesso-rapido-link {
    padding: 10px;
    max-width: 13%;
    width: 100%;
}
.acesso-rapido img {
    margin: 0 auto;
    display: table;
    transform: scale(1);
    transition: 0.5s;
}
.acesso-rapido h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #4f4f4f;
    transition: 0.5s;
    margin: 30px 0 0;
}
.acesso-rapido a:hover img {
    transform: scale(1.1);
}
.acesso-rapido a:hover h4 {
    color: #25a31b;
}

.noticias {
    background: url(../img/bg-noticias.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 60px 0;
}
.noticias h1.titulo-geral {
    color: #fff;
}
.noticias h1.titulo-geral:after {
    background: #fff;
}
.noticias figure {
    width: 100%;
    height: 230px;
    border-radius: 0px 30px 0px 0px;
    overflow: hidden;
    margin: 0;
}
.noticias a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 0px 30px 0px 0px;
    transform: scale(1);
    transition: 0.5s;
}
.noticias .conteudo {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 30px;
    padding: 20px;
    height: 220px;
}
.noticias span {
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}
.noticias h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0054ad;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin: 5px 0;
}
.noticias p {
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f;
    margin: 0;
}
.noticias a:hover img {
    transform: scale(1.1);
}


ul.listacesta {
    left: 20px;
    position: relative;
}

ul.listacesta li{
    list-style: disc;
    margin-bottom: 10px;
}

ul.listacesta li::marker{
    color: #27457F;
}

ul.listacesta li a  {
    color: #27457F;
}

section.redes-sociais {
    padding: 60px 0;
}
section.redes-sociais a {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #25a31b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}
section.redes-sociais a .fa {
    font-size: 36px;
    color: #fff;
}
section.redes-sociais a:hover {
    background: #1a7e12;
}

.endereco {
    margin-bottom: -1px;
}
.endereco .mapa {
    height: 420px;
}
.endereco h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
}
.endereco p {
    margin: 0;
}
.endereco p,
.endereco p a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
}
.endereco p {
    padding-left: 33px;
}
.informacoes {
    background: url(../img/bg-endereco.svg);
    background-size: cover;
    background-position: right;
    padding: 30px;
    height: 420px;
}
.informacoes .btn-ver-mais {
    margin: 20px 0 0 33px;
}
.informacoes:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
    border-right: 30px solid #25a31b;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
}

.menu {
    height: auto;
    background: #333333;
    padding: 30px 0;
}
.menu a.navbar-brand.logo {
    width: 100%;
    height: 136px;
    background: #fff;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}
.menu a.navbar-brand.logo-gov {
    width: 100%;
    height: 136px;
    background: #f7f7f7;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}
.menu a.navbar-brand.logo img {
    width: 52%;
    height: auto;
}
.menu a.navbar-brand.logo-gov img {
    width: 76%;
}
.menu ul {
    margin-bottom: 25px;
}
.menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
}
.menu .nav-link:hover {
    font-weight: 600;
}
.menu h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
}


.whats-btn {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
    background-color: #25a31b;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -khtml-border-radius: 5px!important;
    transition: .5s;
}

.whats-btn p {
    color: white;
    font-size: 14px;
    margin: 5px 3px;
    background: transparent;

}


.btn-footer {
    min-width: 185px;
    text-align: center;
}

footer p {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
    background: #1c1c1c;
    padding: 10px 15px;
    margin: 0;
}
footer .menu li a.btn-fale-conosco {
    margin: 20px 15px 0;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 12px 20px;
    display: table;
}
footer .menu li a.btn-fale-conosco:hover {
    background-color: #ffffff;
    color: #212529;
}

.vitrine-interna {
    height: 200px;
    margin-bottom: 60px;
}
.vitrine-interna img.img-fluid {
    height: 200px;
    object-fit: cover;
}

.interna p {
    font-size: 16px;
    line-height: 26px;
    color: #4f4f4f;
    margin-bottom: 15px;
}

.noticia-listagem figure {
    width: 100%;
    height: 230px;
    border-radius: 0px 30px 0px 0px;
    overflow: hidden;
    margin: 0;
}
.noticia-listagem a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 0px 30px 0px 0px;
    transform: scale(1);
    transition: 0.5s;
}
.noticia-listagem .conteudo {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 30px;
    padding: 20px;
    height: 280px;
}
.noticia-listagem span {
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}
.noticia-listagem h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0054ad;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin: 5px 0;
}
.noticia-listagem p {
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f;
    margin: 0;
}
.noticia-listagem a:hover img {
    transform: scale(1.1);
}

.pagination {
    justify-content: center;
}
.pagination a.page-link {
    font-size: 16px;
    line-height: 18px;
    color: #4f4f4f;
}
.pagination .page-item.active .page-link {
    background-color: transparent;
    border-color: #25a31b;
    color: #25a31b;
    font-weight: bold;
}

.interna span {
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}
.interna h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #0054ad;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin: 5px 0 30px;
}

.interna input.form-control {
    height: 50px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.interna textarea.form-control {
    height: 130px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.interna button {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    background: #0054ad;
    border: 1px solid #0054ad;
    border-radius: 5px;
    padding: 15px 40px;
    display: table;
    margin: 40px auto 0;
}
.interna button:hover {
    background: #fff;
    color: #0054ad;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    section.noticias .container {
        max-width: 1000px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
    header form input {
        width: 90px;
    }
    section.noticias .container {
        max-width: 800px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-brand img {
        width: 80px;
    }
    header.fixar .navbar-brand img {
        width: auto;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0 5px;
    }
    header form input {
        width: 80px;
        padding-left: 10px;
    }
    header form button {
        padding-right: 0px;
    }
    header .redes-sociais {
        top: 0;
    }
    .menu .nav-link {
        font-size: 12px;
        padding: 4px;
    }
}
@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
    .image-align-left {
        float: left;
        margin-right: 1em;
    }
    .image-align-right {
        float: right;
        margin-left: 1em;
    }
}
@media (max-width: 767px) {
    div.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 2px;
    }
    div.owl-theme .owl-dots .owl-dot.active span,
    div.owl-theme .owl-dots .owl-dot:hover span {
        width: 20px;
    }
    div.owl-theme .owl-nav button img {
        width: 15px;
    }
    h1.titulo-geral {
        font-size: 28px;
        line-height: 38px;
    }
    h1.titulo-geral:after {
        height: 3px;
    }
    .menu-mobile {
        position: fixed;
        z-index: 9999;
        width: 90%;
        height: 100vh;
        right: -100%;
        top: 0;
        background: rgba(37, 163, 27, 0.95);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
        overflow: scroll;
    }
    .menu-mobile.active {
        right: 0;
    }
    .menu-mobile .card {
        border: none;
    }
    #close-menu-mobile {
        width: 58px;
        height: 51px;
        background: #fff;
        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;
    }
    #close-menu-mobile i {
        font-size: 30px;
        color: #25a31b;
    }
    .menu-mobile .card-body {
        padding: 0;
    }
    .menu-mobile ul.d-table.navbar-nav {
        padding-left: 30px;
    }
    .menu-mobile .nav-link {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        position: relative;
        display: table;
        padding: 10px;
    }
    header.fixar {
        position: relative;
        height: 95px;
    }
    header {
        height: 95px;
        border-bottom: 5px solid #25a31b;
    }
    img.bg-topo {
        height: 90px;
    }
    nav.container.navbar.navbar-expand-md {
        justify-content: space-between;
    }
    header .navbar-brand img {
        max-width: 70px;
    }
    header i.fa.fa-bars {
        color: #25a31b;
        font-size: 35px;
    }
    header .navbar .redes-sociais {
        display: none;
    }
    li.nav-item form {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .menu-mobile .redes-sociais {
        display: flex;
    }
    .menu-mobile .redes-sociais a {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }
    .menu-mobile .redes-sociais a .fa {
        font-size: 18px;
        color: #25a31b;
    }
    .vitrine {
        height: 215px;
    }
    .vitrine img.img-fluid {
        height: 215px;
    }
    .vitrine div.owl-vitrine .owl-nav.disabled + .owl-dots {
        padding: 2px 15px 2px;
        top: 0px;
    }
    .acesso-rapido {
        padding: 30px 0 0;
    }
    .acesso-rapido-link {
        max-width: 33%;
    }
    .acesso-rapido .icon-img {
        height: 50px;
    }
    .acesso-rapido h4 {
        font-size: 11px;
        line-height: 13px;
        margin: 10px 0 30px;
    }
    .noticias {
        background: url(../img/bg-noticias-mobile.png) no-repeat;
        background-size: cover;
        background-position: right;
        padding: 30px 0;
    }
    .noticias div.owl-theme .owl-dots .owl-dot.active span,
    .noticias div.owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
        border: 1px solid #fff;
    }
    .noticias div.owl-theme .owl-dots .owl-dot span {
        border: 1px solid #fff;
    }
    .noticia .conteudo {
        height: auto;
    }
    .noticia-listagem .conteudo {
        height: auto;
    }
    section.redes-sociais {
        padding: 30px 0;
    }
    section.redes-sociais a {
        width: 50px;
        height: 50px;
        margin: 0 10px;
    }
    section.redes-sociais a .fa {
        font-size: 26px;
    }
    .endereco {
        margin-bottom: 0;
    }
    .endereco iframe,
    .endereco .mapa {
        height: 230px;
    }
    .endereco h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .endereco p,
    .endereco p a {
        font-size: 14px;
        line-height: 18px;
    }
    .informacoes {
        height: auto;
    }
    footer .menu li a.btn-fale-conosco {
        margin: 12px auto;
    }
    .menu {
        height: auto;
    }
    .menu .col-md-2 {
        display: flex;
    }
    .menu a.navbar-brand.logo,
    .menu a.navbar-brand.logo-gov {
        width: 50%;
        height: 130px;
        margin-top: -15px;
        margin-right: 0;
    }
    .menu ul.d-flex.m-0.justify-content-between {
        display: block !important;
        padding: 30px 0 15px;
    }
    .menu a.navbar-brand.logo-gov img,
    .menu a.navbar-brand.logo img {
        width: auto;
        height: 100px;
    }
    .menu h2,
    .menu li,
    .menu li a {
        text-align: center;
    }
    footer p {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 5px;
    }
}
