* {
    outline: none;
}
a,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 1124px!important;
    width: 100%;
}

.topo {
    background: #959595;
    height: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 9;
}
.topo .container {
    display: flex;
    justify-content: flex-end;
}
.topo a {
    font-size: 15px;
    color: #fff;
    background: #003552;
    padding: 7px 20px;
}
.topo a:hover {
    background: #c8161d;
}
.topo .fa {
    margin-right: 5px;
}

.nav.menu {
    border-bottom: 5px solid #00429b;
}
.navbar-default {
    background: #e8e8e8;
    border: none;
    height: 140px;
    border-radius: 0;
    margin-bottom: 0px;
}
.navbar-header .navbar-brand {
    height: 140px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.navbar-header img {
    transform: scale(1);
    transition: .5s;
    margin-left: 15px;
}
.navbar-header .navbar-brand:hover img {
    transform: scale(1.03);
}

.navbar-default .container:after,
.navbar-default .container:before {
    display: none;
}
.navbar-default .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul>li>ul {
    display: none;
    position: absolute;
    z-index: 999999;
    margin: 0;
    padding: 0;
    transition: all 0.25s linear;
    background: #00429b;
}
ul>li>ul.um {
    width: 980px!important;
}
ul>li>ul.dois {
    width: 805px!important;
}
ul>li:hover>ul {
     display: block;
}
ul>li>ul>li {
    display: inline-block;
    float: left;
    padding: 10px 0 10px 30px;
    margin: 30px 0;
    width: 33%;
    opacity: 1;
    border-right: 1px solid #003a88;
}
ul>li>ul>li:last-child {
    border-right: none;
}
ul>li>ul>a {
     margin-bottom: 10px;
     opacity: 1;
}
ul>li>ul>li>a {
    font-size: 14px;
    color: #fff;
    display: table;
    margin-bottom: 15px;
}
ul>li>ul>li>a:hover {
	font-weight: bold;
    color: #fff;
}

.redes-sociais {
    display: flex;
}
.redes-sociais a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #c8161d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.redes-sociais a:last-child {
    margin-right: 0;
}
.redes-sociais a:hover {
    background: #00429b;
}
.redes-sociais a i {
    font-size: 16px;
    color: #e8e8e8;
}

.navbar-default form {
    display: flex;
}
.navbar-default form input {
    font-size: 14px;
    color: #959595;
    width: 100%;
    max-width: 350px;
    height: 40px;
    background: transparent;
    border: 2px solid #959595;
    border-radius: 4px;
    padding-left: 10px;
    margin: 0 5px 0 0;
}
.navbar-default form button {
    font-size: 16px;
    color: #e8e8e8;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    background: #00429b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.navbar-default form button:hover {
    background: #c8161d;
}

#bs-example-navbar-collapse-1 {
    width: 100%;
    float: none;
    padding: 0;
    background: #003552;
    padding: 0 20px;
}
#bs-example-navbar-collapse-1 ul.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bs-example-navbar-collapse-1 ul.nav:after,
#bs-example-navbar-collapse-1 ul.nav:before {
    display: none;
}
#bs-example-navbar-collapse-1 ul.nav>li>a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 18px;
}
#bs-example-navbar-collapse-1 ul.nav>li>a:hover,
#bs-example-navbar-collapse-1 ul.nav>li>a:focus,
#bs-example-navbar-collapse-1 ul.nav>li>a:active {
    background: #00429b!important;
}
.submenu1 {
    width: 450px;
}
.submenu2 {
    width: 700px;
}
.dropdown-menu {
    background: #c8161d;
    transition: .5s;
}
.dropdown-menu>li {
    float: left;
}
.dropdown-menu>li>a {
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

span.barra {
    width: 2px;
    height: 16px;
    background: #094465;
}

.destaque {
    padding: 50px 0;
}
#owl-vitrine img {
    height: 500px;
    object-fit: cover;
    transform: scale(1);
    transition: .5s;
}
.destaque .conteudo {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.destaque .conteudo h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.destaque .conteudo span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}
#owl-vitrine a:hover img {
    transform: scale(1.05);
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    background: #c5c5c5;
    transition: .5s;
    margin: 0 5px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background-color: #c8161d;
}
.owl-dots .owl-dot:focus {
    outline: none;
}

.banner>a {
    display: table;
    margin-bottom: 10px;
}
.banner>a:last-child {
    margin-bottom: 0;
}
.banner img {
    width: 100%;
    height: 117px;
    object-fit: contain;
}
.bsaProContainerNew.bsa-pro-col-4 .bsaGridGutVer .bsaProItem {
    width: 100%!important;
    margin: 0 0 10px 0!important;
}

.noticias {
    padding-bottom: 50px;
}
.noticias h1 {
	font-size: 30px;
    font-weight: 700;
    color: #003552;
    text-transform: uppercase;
    display: table;
    /* border-bottom: 4px solid #a1a1a1; */
    /* padding: 0 30px 5px 0; */
    margin: 0 0 40px;
    margin-bottom: 10px!important;
}
.noticias h1>a {
    font-size: 14px;
    font-weight: 700;
    color: #c8161d;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}
.noticias h1>a:hover {
    color: #003552;
}
.noticias span {
    font-size: 11	px;
    font-weight: bold;
    color: #a1a1a1;
    text-transform: uppercase;
    display: table;
    border-bottom: 2px solid #a1a1a1;
    padding-bottom: 0;
    margin-bottom: 10px;
    transition: .5s;
}
.noticias h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: .5s;
    margin: 5px 0 40px;
}
.noticias a:hover h2,
.noticias a:hover span {
    color: #c8161d;
}

.listagem_not .item {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 40px;
    margin-bottom: 40px;
}
.listagem_not .item h2 {
	margin: 10px 0 20px!important;
}
.listagem_not .item p,
.listagem_not .item a {
	font-size: 14px;
	color: #333;
	margin: 0;
}
ul.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}
ul.pagination li>a.page-numbers,
ul.pagination li>span.page-numbers.dots {
    background: #00429b;
    color: #fff;
}

.simcal-event-details h2 span.simcal-event-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: initial;
    border: none;
}
.simcal-event-details h4 span.simcal-event-address.simcal-event-start-location {
    border: none;
}
.agenda-home button.simcal-events-toggle {
    display: none!important;
}
.agenda-home .simcal-default-calendar-list ul.simcal-events {
    margin: 0;
}
.agenda-home .simcal-default-calendar-list {
    padding: 0;
}
.agenda-home h4 {
    margin: 0 0 10px;
}

span.simcal-date-format {
    color: #fff!important;
}

section.interna h1,
section.interna h1>a,
section.interna h1>span.simcal-event-title {
    font-size: 18px!important;
    font-weight: bold;
    color: #c8161d!important;
    text-align: left;
    margin: 20px 0;
}
section.interna h2 {
    font-size: 14px!important;
    font-weight: bold!important;
	color: #333;
}
section.interna p {
    font-size: 14px!important;
	color: #333!important;
}
section.interna p>i {
    font-size: 12px!important;
	color: #333!important;
}

section.interna.noticias.artigos a h2 {
    margin-bottom: 5px;
}
section.interna.noticias.artigos a span {
    font-size: 10px;
    margin-bottom: 40px;
}

section.interna.noticias.not_int p>span {
    text-transform: inherit;
    font-size: 16px;
    color: #333;
    display: table;
}

.banner2 {
    padding-bottom: 60px;
}
.wp_bannerize.corpo {
    display: flex;
    justify-content: space-between;
}
.wp_bannerize.corpo>div {
    width: 49%;
}
.wp_bannerize.corpo img {
    width: 100%;
    margin-bottom: 0;
}

.na-midia {    
    padding: 50px 0;
}
.na-midia h1 {
    font-size: 30px;
    font-weight: 700;
    color: #c8161d;
    text-transform: uppercase;
    display: table;
    border-bottom: 4px solid #a1a1a1;
    padding: 0 30px 5px 0;
    margin: 0 0 40px;
}
.na-midia iframe {
    width: 100%;
    height: 300px;
}
.na-midia h2 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    transition: .5s;
    margin: 10px 0 0;
}

.eventos {
	background: #ececec;
    padding-top: 50px;
}
.interna.eventos .row {
    display: flex;
    flex-wrap: wrap;
}

.endereco {
    background: #00429b;
    padding: 40px 0;
}
.endereco h4,
.endereco a {
    color: #fff;
    margin: 0;
}
.endereco h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.endereco h4 span {
    font-weight: 700;
}
.endereco a {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
}
.endereco a:hover {
    font-weight: 700;
}
.endereco i {
    font-size: 24px;
    margin-right: 10px;
}

.mapa-site {
    background: #003552;
    padding: 60px 0;
}
.mapa-site li {
    margin-bottom: 10px;
}
.mapa-site a,
.mapa-site p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.mapa-site a:hover {
    font-weight: 700;
}

.rodape {
    background: #c8161d;
    padding: 20px 0;
}
.rodape .container:after,
.rodape .container:before {
    display: none;
}
.rodape .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rodape a,
.rodape p {
    font-size: 11px;
    color: #fff;
    margin: 0;
}
.rodape span {
    font-weight: 700;
}

.breadcrumb-block {
    background: #c8161d;
    padding: 30px 0;
}
.breadcrumb-block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-block .container:after,
.breadcrumb-block .container:before {
    display: none;
}
.breadcrumb-block h1 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.breadcrumb-block ul.list {
    display: flex;
    margin: 0;
}
.breadcrumb-block ul.list li {
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
}
.breadcrumb-block ul.list a {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.contato form input {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contato form textarea {
    width: 100%;
    height: 130px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contato form input.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	border: none;
	background: #00429b;
    width: auto;
    padding: 0 30px;
    display: table;
    margin-top: 10px;
}
section.interna.diretorias.contato p {
    font-size: 16px;
    color: #333;
    text-align: left;
}
section.interna.diretorias.contato span.wpcf7-form-control.wpcf7-radio {
    width: 100%;
    display: flex;
    justify-content: center;
}
section.interna.diretorias.contato span.wpcf7-form-control.wpcf7-radio input {
    /* border: none!important; */
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.interna.diretorias.contato img {
    margin: 20px auto;
    height: auto;
    object-fit: cover;
}
section.interna.noticias h2 {
	font-size: 16px;
    margin: 0 0 30px;
}
section.interna.noticias span {
    font-size: 14px;
    color: #666;
    display: inline-flex;
    margin-bottom: 0;
}

.not_int h1 {
    font-size: 20px;
    color: #002F66;
}
.not_int p {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.not_int span {
    border-bottom: none;
}
div#st-1 {
    position: relative;
    top: -30px;
}

section.interna.eventos h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
    margin: 10px 0 30px;
}

aside form {
    display: flex;
    margin-bottom: 40px;
}
aside form input.input {
    /*border: 1px solid #333;*/
}
aside form button {
    font-size: 16px;
    color: #e8e8e8;
    width: 40px;
    height: 32px;
    border: none;
    border-radius: 4px;
    background: #00429b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
}
aside h2 {
    margin: 0!important;
}
aside ol {
    padding: 0;
}
aside li {
	border-bottom: 1px solid #CCC;
    padding: 15px 0px;
}
aside li>a {
	font-size: 14px;
	color: #333;
}

.interna {
    padding: 60px 0;
}

section.interna.diretorias {
    text-align: center;
}
section.interna.diretorias img {
    margin: 30px auto 0;
    height: 180px;
    object-fit: cover;
}
section.interna.diretorias h1,
section.interna.diretorias.legislacao h1>a {
    font-size: 18px;
    font-weight: bold;
    color: #c8161d;
    text-align: left;
    margin: 20px 0;
}
section.interna.diretorias h2,
section.interna.diretorias.legislacao p>a {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
section.interna.diretorias p {
    font-size: 12px;
}

section.interna.diretorias.legislacao p {
    color: #000;
    text-align: left;
}

section.interna.diretorias.comissao {
    text-align: left;
}
section.interna.diretorias.comissao ul {
    padding-left: 20px;
}
section.interna.diretorias.comissao li {
    list-style: disc;
}
.info-list a {
    display: table;
    margin-bottom: 10px;
}

section.interna.diretorias.noticia {
    text-align: left;
}

.off {
    display: none !important;
}
.alert-danger {
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
}

.contato input {
    margin-bottom: 15px;
}
.contato .bt-enviar {
    font-size: 14px;
    color: #fff;
    background: #00429b;
    display: table;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.panel-default>.panel-heading a,
.panel-default>.panel-heading a:hover {
    display: table;
    width: 100%;
    padding: 15px;
    background: #00429b;
    color: #fff;
}
.collapse .table {
    padding: 15px;
}
.collapse .table-row {
    margin-bottom: 15px;
}

.img-evento {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-top: 5px;
}
.index_evento .img-evento {
    height: auto;
}

.jornal .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jornal a.btn-jornal {
    background: #c8161d;
    padding: 5px 10px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
	.noticias h1 {
	    font-size: 24px;
	}
    ul>li>ul>li {
        float: none;
        padding: 15px;
        width: 100%;
        border-right: none;
    }
    ul>li>ul {
        position: relative;
    }
    ul>li>ul.dois,
    ul>li>ul.um {
        width: 100% !important;
    }   
    .navbar-default .container {
        display: block;
        padding: 20px 15px;
    }
    .navbar-default {
        height: auto;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        background: #c8161d;
        background-size: cover;
        z-index: 300;
        position: relative;
        min-height: 300px;
        height: 100%;
        padding: 10px 30px;
        width: 100%;
        margin: 0 auto;
        top: -202px;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        padding: 15px 15px;
        margin-top: 35px;
        border-color: #00429b;
        background: #00429b;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .redes-sociais {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    .navbar-header {
        height: auto;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    .navbar-nav {
        width: 100%;
        height: auto!important;
        float: none;
        text-align: center;
        display: block!important;
        margin: 10px 0 0 0;
    }
    .navbar-nav>li>a {
        padding: 15px 10px!important;
    }
    #owl-vitrine img {
        height: 220px;
    }
    .destaque {
        padding: 30px 0;
    }
    .destaque .conteudo {
        padding: 3px 5px;
    }
    .destaque .conteudo span {
        font-size: 8px;
    }
    .destaque .conteudo h2 {
        font-size: 12px;
    }
    .banner {
        margin-top: 30px;
    }
    .banner>a {
        margin: 0 auto 5px;
    }
    .noticias {
        padding-bottom: 0px;
    }
    .noticias h2 {
        font-size: 16px;
    }
    .banner2 {
        padding-bottom: 20px;
    }
    .banner2 img {
        margin-bottom: 10px;
    }
    .wp_bannerize.corpo {
        display: block;
    }
    .wp_bannerize.corpo>div {
        width: 100%;
    }
    .wp_bannerize.corpo img {
        width: 100%;
        margin-bottom: 10px;
    }
    .na-midia {
        padding: 30px 0;
    }
    .eventos {
        padding-top: 30px;
    }
    .endereco h4 {
        font-size: 14px;
        margin: 0 0 30px;
    }
    .endereco a {
        margin-bottom: 30px;
    }
    .endereco {
        padding: 30px 0 0;
    }
    .mapa-site {
        padding: 30px 0;
    }
    .rodape .container {
        display: block;
    }
    .rodape p {
        margin: 0 0 20px;
    }
    .na-midia iframe {
        height: 200px;
    }
    .na-midia h2 {
        font-size: 12px;
        margin: 5px 0 0;
    }
    .bsaProItemInner__html img {
        margin: 0 auto 10px!important;
        display: table;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #bs-example-navbar-collapse-1 ul.nav>li>a {
        font-size: 12px;
    }
    .destaque .conteudo h2 {
        font-size: 30px;
    }
    #owl-vitrine img {
        height: 350px;
    }
    .banner img {
        height: 80px;
    }
    .noticias h2 {
        font-size: 16px;
    }
    .endereco h4,
    .endereco a,
    .mapa-site a {
        font-size: 11px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {

}