body {
    font-family: "Source Sans Pro", sans-serif;
    background: #f8f8f8;
    outline-color: #b81f36;
    position: relative;
    overflow-x: hidden;
}

hr {
    border-top-color: #cecece;
}

.right_cab_lg {
    margin-top: 5px;
    text-align: right;
}

.right_cab_lg .item {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    margin-left: 30px;
    text-align: left;
}

.right_cab_lg .item .svg_l {
    height: 60px;
    width: 60px;
    padding: 10px;
    margin-right: 10px;
    float: left;
    color: #bf3e51;
    border-right: 1px solid #bf3e51;
}

.right_cab_lg .item.pesquisa_cabecalho .svg_l {
    color: #1169aa;
    border-right-color: #1169aa;
}

.tel_cab span {
    line-height: 120%;
    font-size: 14px;
    color: #2c597f;
    display: inline-block;
}

.tel_cab span strong {
    line-height: 140%;
    font-size: 18px;
    color: #bf3e51;
    display: block;
    font-weight: normal;
}

.subtitle svg,
.subtitle h2,
.subtitle a,
.subtitle_sec svg,
.subtitle_sec h2,
.subtitle_sec a,
.title h2 {
    background-color: #f8f8f8;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: url("../images/preloader.gif") center no-repeat #fff;
}

.navbar-toggle {
    min-height: 34px;
}

.icon-bar {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.navbar-toggle:not(.collapsed) .icon-bar + .icon-bar {
    margin: 0;
    height: 4px;
    border-radius: 4px;
}

.navbar-toggle:not(.collapsed) span:nth-child(2) {
    display: none;
}

.navbar-toggle:not(.collapsed) span:nth-child(3) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) span:nth-child(4) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px !important;
}

#menu.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#menu_acessibilidade {
    position: fixed;
    left: 0;
    top: 59px;
    z-index: 999;
}

#menu_acessibilidade.acess_right {
    left: unset;
    right: 0;
}

#menu_acessibilidade.open {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    left: 260px;
}

#menu_acessibilidade.acess_right.open {
    right: 260px;
    left: unset;
}

#menu_acessibilidade a {
    cursor: pointer;
}

#dropAcess {
    float: left;
    position: relative;
    height: 40px;
    width: 40px;
}

.acess_right #dropAcess {
    float: right;
}

#menu_acessibilidade .dropdown-menu,
#dropAcess {
    background: #315b82;
}

#dropAcess:focus {
    border: 1px solid #fff;
}

#dropAcess svg {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
}

#menu_acessibilidade .dropdown-menu {
    margin-right: 40px;
    margin-top: 0;
    top: 0;
    min-width: 260px;
    padding: 15px;
    text-align: left;
    margin-left: -260px;
}

#menu_acessibilidade.acess_right .dropdown-menu {
    margin-left: 40px;
    margin-right: -260px;
    right: 0;
}

#menu_acessibilidade.open .dropdown-menu {
    padding-left: 30px;
    padding-right: 30px;
}

.subtitle_acess {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

#menu_acessibilidade.open .dropdown-menu .botoes_fonte a {
    width: unset;
    float: left;
    margin-right: 15px;
}

#menu_acessibilidade .dropdown-menu a {
    display: inline-block;
    width: 100%;
    padding: 7px 0px;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#menu_acessibilidade .dropdown-menu .atalhos a {
    padding: 0px;
}

#menu_acessibilidade .dropdown-menu a:hover {
    color: #cae4ff;
}

#menu_acessibilidade .dropdown-menu a svg,
#menu_acessibilidade .dropdown-menu a span {
    float: left;
    color: inherit;
}

#menu_acessibilidade .dropdown-menu a svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

#menu_acessibilidade .dropdown-menu a span {
    line-height: 20px;
}

.owl-carousel .owl-item img {
    width: auto;
}

:disabled {
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline-color: #315b82;
}

.relative {
    position: relative;
}

.no_border {
    border: 0px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.inline_middle {
    display: inline-block;
    vertical-align: middle;
}

.inline_top {
    display: inline-block;
    vertical-align: top;
}

.transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.border10white {
    border: 10px solid #fff;
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-out {
    z-index: 1;
}

.owl-animated-in {
    z-index: 0;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.atalhos_cab {
    float: left;
}

.atalhos_cab a,
.atalhos_cab span {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.atalhos_cab a {
    margin-right: 5px;
}

.atalhos_cab a:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.atalhos_cab .texto_alt_atalho {
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 10px;
}

.atalhos_cab .texto_alt_atalho strong {
    font-weight: 600;
}

.atalhos_cab span {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.links_acessibilidade {
    float: right;
}

.links_acessibilidade a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.links_acessibilidade a:last-child {
    margin-right: 0;
}

.links_acessibilidade a:hover span {
    text-decoration: underline;
}

.links_acessibilidade svg {
    height: 30px;
    width: 30px;
    padding: 0px 4px;
}

.links_acessibilidade span {
    font-size: 13px;
}

.links_acessibilidade span,
.links_acessibilidade svg {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.logo_links {
    background-color: #f9f2e6;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    text-align: right;
}

.logo_links a.link {
    display: inline-block;
    vertical-align: top;
    margin-top: 38px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.logo_links a.logo_cab {
    padding: 0 15px 0 0;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

.svg_text_cab {
    display: inline-block;
    text-align: left;
}

.svg_text_cab svg,
.svg_text_cab span {
    display: inline-block;
    vertical-align: middle;
    line-height: 120%;
}

.svg_text_cab svg {
    color: #066095;
    height: 47px;
    width: 47px;
    margin-right: 5px;
}

.svg_text_cab.link_portal svg {
    width: 30px;
}

.svg_text_cab span {
    color: #065f93;
    font-size: 18px;
    font-weight: 600;
}

.svg_text_cab.telefone span {
    font-size: 16px;
    font-weight: normal;
}

.svg_text_cab.telefone strong {
    font-size: 23px;
    font-weight: 600;
}

.svg_text_cab.cab_pontos_agenda strong {
    font-size: 25px;
}

.redes_cab {
    float: right;
}

.redes_cab a {
    padding: 1px;
    margin: 0;
}

.redes_cab svg {
    color: #298cb5;
    height: 34px;
    width: 34px;
}

.submit_leis {
    background: #065f93;
    color: #fff;
    height: 32px;
    vertical-align: middle;
    border: none;
    width: 110px;
}

.escolha_ano #escolha_ano {
    margin-right: 10px;
}

.escolha_ano #escolha_tipo {
    margin-right: 10px;
    font-size: 14px;
    color: #777777;
    padding: 5px 20px 5px 5px;
}

.escolha_ano input {
    margin-right: 10px;
    font-size: 14px;
    padding: 4px 6px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: middle;
}

.conteudo_parlamentar #accordion a {
    font-weight: normal;
}

.conteudo_parlamentar #accordion .panel-title a:hover {
    text-decoration: none;
}

.conteudo_secao .anexos a {
    color: #737373;
    line-height: 30px;
}

.conteudo_secao .anexos span {
    color: #737373;
}

.conteudo_secao .anexos .titulo_anexos {
    display: block;
    text-align: center;
    margin: 15px 0;
    color: #919191;
}

.conteudo_secao .anexos ul {
    background-color: #f5f5f5;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #eaeaea;
    margin-top: 30px;
}

.conteudo_secao .anexos ul li {
    min-height: 60px;
    padding: 15px;
    border-top: 1px solid #eaeaea;
}

#accordion .anexos svg {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

#accordion .panel-default > .panel-heading {
    color: #777777;
    background-color: #f0f0f0;
    border-color: #c9c9c9;
    padding: 0;
}

#accordion .panel-default > .panel-heading a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #c9c9c9;
    color: #777777;
}

.exportar_dados_leis {
    margin-top: 20px;
    margin-bottom: 30px;
}

.perfil_completo span.perfil_number,
span.perfil_number,
.hidden-ancora,
.h1-hidden {
    height: 0px;
    float: left;
    width: 0px;
    text-indent: -9999px;
    display: inline-block;
    font-size: 0px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 90px;
    padding-top: 150px;
    background-image: url(../images/bg_breadcrumb.jpg);
    background-size: cover;
}

.breadcrumb .conteudo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    width: 100%;
    max-width: 540px;
    margin-bottom: -35px;
    background-color: #315b82;
    color: #fff;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.breadcrumb_portal {
    text-align: center;
    background-image: url(../images/bg_portal.jpg);
    background-position: center top;
    background-attachment: fixed;
    box-shadow: none;
}

.breadcrumb_portal {
    text-align: left;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb span {
    font-size: 13px;
    color: #ffffff;
}

.breadcrumb_portal.breadcrumb span,
.breadcrumb_portal.breadcrumb h1,
.breadcrumb.center_image span,
.breadcrumb.center_image h1 {
    text-shadow: 2px 2px 4px #444;
}

.breadcrumb:not(.center_image) .caminho {
    float: left;
}

.breadcrumb:not(.center_image) .caminho a:hover {
    color: #4ac5ea;
}

.breadcrumb.center_image .caminho a:hover {
    text-decoration: underline;
}

.breadcrumb h1,
.breadcrumb .titulo_int {
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 110%;
}

.breadcrumb_portal.breadcrumb h1,
.breadcrumb.center_image h1,
.breadcrumb.center_image .titulo_int {
    font-size: 33px;
    color: #fff;
    margin-top: 5px;
}

.breadcrumb .infos_right {
    float: right;
    margin-top: 5px;
    text-align: right;
}

.link_tempo_real {
    margin-top: 5px;
    border: 1px solid #dcb412;
    background-color: rgba(21, 51, 60, 0.42);
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.link_tempo_real:hover {
    background-color: rgba(21, 51, 60, 0.8);
}

.link_tempo_real svg {
    float: left;
    color: #dcb412;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    margin-top: 3px;
}

.link_tempo_real span {
    font-size: 14px;
    font-weight: 600;
    color: #fcc402;
    display: inline-block;
    text-align: center;
    line-height: 120%;
}

.breadcrumb .infos_contato .item {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 15px 15px 0;
}

.breadcrumb .infos_contato svg {
    color: #00aff0;
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 10px;
}

.breadcrumb .infos_contato span {
    float: left;
    line-height: 25px;
    font-size: 16px;
}

.list-docs-link,
.list-docs-link:visited {
    padding: 7px 30px;
    background-color: #fff;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    color: #aaaaaa;
    margin-bottom: 3px;
}

.list-docs-link:hover,
.list-docs-link.selected {
    color: #7faa00;
    text-decoration: underline;
}

.list-docs-link-box {
    margin-bottom: 15px;
}

.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}

.bgcolor_green1 {
    background-color: #a3b19e;
}

.bgcolor_green2 {
    background-color: #e0e2dd;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #6b9469;
}

.contents_svg_top {
    background-color: #a3b19e;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contents_svg_top svg,
.acessibilidade svg {
    color: #ffffff;
    padding: 11px;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.m-r-divs {
    float: right;
}

.edit_font svg {
    padding-left: 5px;
    padding-right: 5px;
}

#menu {
    border-bottom: none;
    background-color: #b81f36;
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
}

.scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999999;
    cursor: pointer;
}

.svg_to_top {
    height: 35px;
    width: 35px;
    color: #1d5681;
    float: left;
}

.navbar-nav {
    width: 100%;
}

.navbar .navbar-nav > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    position: relative;
}

.navbar .navbar-nav > li > a {
    color: #fff;
    line-height: 100%;
    padding: 30px 34px;
    font-weight: normal;
    background-color: transparent;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li.open > a {
    background-color: #a01127;
    color: #fff;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    border-bottom: 1px solid #b81f36;
}

.height_cab1 {
    max-height: 40px;
}

.pesquisa_submit_cab {
    width: 40px;
    height: 38px;
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("../images/lupa_busca.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

#pesquisa {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 40px;
}

#sessoes_cab {
    text-align: right;
}

#form_pesquisa {
    position: relative;
    width: 100%;
}

#form_pesquisa input {
    padding-left: 10px;
    height: 38px;
    width: 100%;
}

.pesquisa_submit_cab svg {
    position: absolute;
    right: 11px;
    top: 10px;
    height: 20px;
    width: 20px;
    padding-right: 5px;
}

.padrao1_h2 h2 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #737373;
    font-size: 35px;
}

.border10 img {
    border: 10px solid #ffffff;
}

.box-shadow-full {
    -webkit-box-shadow: 0px 0px 62px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 62px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 62px -7px rgba(0, 0, 0, 0.75);
}

#carousel_noticias img,
.listagem_int img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#carousel_noticias .foto,
.listagem_int .foto {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.item_tipo {
    height: auto;
    width: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.listagem_noticias .item_tipo {
    position: absolute;
    left: calc(40% - 35px);
    top: 15px;
    z-index: 1;
}

.listagem_int .titulo,
.listagem_int h3 {
    margin: 10px 0;
    font-size: 15px;
    color: #525252;
    font-weight: 600;
    height: 41px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noticia_menor.noticia h3 {
    height: 34px;
}

.listagem_int .item .titulo {
    margin-top: 0;
    margin-bottom: 0;
}

.noticia .resumo {
    font-size: 13px;
    line-height: 140%;
    font-style: italic;
    color: #666666;
    margin-bottom: 0;
    height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listagem_int .item:hover .titulo {
    color: #315b82;
}

.listagem_int .foto {
    margin-bottom: 5px;
}

.listagem_int .item .resumo {
    margin-top: 5px;
}

.listagem_int .item {
    margin-bottom: 40px;
}

.listagem_int .item.noticia {
    max-width: 320px;
}

.noticia_menor {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-bottom: 15px;
}

.noticia_menor img:not(.item_tipo) {
    width: 100%;
}

.noticia_menor .texto {
    margin-top: 30px;
}

.noticia_maior {
    padding-left: 0;
}

.noticia_maior a {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.noticia_maior a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(0,0,0,1)',GradientType=0 );
    z-index: 1;
}

.noticia_maior .foto {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.noticia_maior a:hover .foto {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.noticia_maior .conteudo {
    height: 395px;
    position: relative;
}

.noticia_maior .conteudo .texto {
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    bottom: 35px;
    z-index: 2;
}

.noticia_maior h3 {
    height: 50px;
}

.noticia_maior h3,
.noticia_maior .resumo {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.noticia_maior h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 23px;
}

.noticia_menor a {
    display: inline-block;
    width: 100%;
}

.noticia_menor .foto {
    float: left;
    width: 290px;
    height: 190px;
    margin-right: 15px;
    overflow: hidden;
}

.noticia_menor:hover img:not(.item_tipo) {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.noticia_menor .foto a,
.noticia_menor img:not(.item_tipo) {
    float: left;
    width: 100%;
}

.noticia_menor .texto {
    float: left;
    width: calc(100% - 305px);
}

.box-shadow-bt {
    -webkit-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.75);
}

.todas_noticias_index {
    margin-top: 3%;
    width: 100%;
    display: block;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 15px;
    color: #aaaaaa;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.todas_noticias_index:hover {
    background-color: #6b9469;
    border: 1px solid #6b9469;
    color: #fff;
}

.ver-mais {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ver-mais img {
    max-height: 300px;
    width: unset !important;
    margin-right: 15px;
}

.frame-wrapper {
    height: 1730px;
    overflow: hidden;
}

.frame-wrapper iframe {
    height: 1780px;
}

.border_bt_1C:after {
    content: "";
    margin-top: 10px;
    display: block;
    height: 1px;
    background-color: #ccc;
    width: 33%;
}

.border_bt_172 {
    border-bottom: 1px solid #727272;
    border-radius: 0;
}

.svg45 svg {
    color: #a3b19e;
    height: 45px;
    width: 45px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.borda_interna {
    outline-offset: -10px;
    outline: 1px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.svg_breadcrumb {
    color: #999;
    height: 14px;
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    margin-right: 5px;
}

.padrao_interna h1 {
    color: #cb241b;
    margin-top: 15px;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 5px;
    cursor: default;
}

.padrao_interna h2 {
    color: #7faa00;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}

.right_int {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
    color: #999999;
}

.data_noticia {
    display: inline-block;
    text-align: center;
    width: 90px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 25px;
    background-color: transparent;
    color: #666666;
    border: 1px solid #b81f36;
}

.data_noticia.data_e_sec {
    margin-bottom: 0;
    vertical-align: middle;
}

.data_noticia_int {
    width: 120px;
    font-size: 17px;
    line-height: 35px;
    background-color: #315b82;
    border: none;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.texto_not_int p,
.texto_not_int span,
.texto_not_int li {
    font-size: 14px;
    color: #727272;
    line-height: 160%;
    margin-bottom: 20px;
}

.texto_not_int {
    margin-top: 10px;
    margin-bottom: 50px;
}

.fotos_not_int {
    margin-bottom: 50px;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.fotos_not_int hr {
    width: 80%;
    margin-left: 10%;
    border-top-color: #bfbfbf;
    margin-top: 30px;
    margin-bottom: 40px;
}

.fotos_not_int .foto_not {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% / 5);
    float: left;
    margin-bottom: 10px;
}

.fotos_not_int img {
    border: 1px solid #bfbfbf;
}

.fotos_not_int a:hover img {
    border-color: #315b82;
}

.div_compartilhar {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    color: #666666;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none;
    margin-bottom: 35px;
}

.div_compartilhar .face {
    margin-left: 3px;
}

.div_compartilhar svg {
    cursor: pointer;
    width: 28px;
    height: 28px;
    color: #bbbbbb;
    display: inline-block;
    vertical-align: middle;
}

.div_compartilhar a:hover svg {
    color: #315b82;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li:not(:disabled) > a:hover,
.pagination > li:not(:disabled) > span:hover,
.pagination > li:not(:disabled) > a:focus,
.pagination > li:not(:disabled) > span:focus {
    color: #fff;
    background-color: #315b82;
    border-color: #315b82;
}

.pagination > li:not(.page-item) > a:hover,
.pagination > li:not(.page-item) > a:focus,
.pagination > li:not(.page-item) > span:hover,
.pagination > li:not(.page-item) > span:focus {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
}

.underline_ccc {
    margin-bottom: 0px;
}

.submenu_interna {
    border-bottom: 1px dotted #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.submenu_interna svg {
    height: 26px;
    width: 26px;
    display: inline-block;
    vertical-align: sub;
    color: #aaaaaa;
    margin-right: 10px;
}

.submenu_interna p {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.submenu_interna a {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
}

.submenu_interna h2 {
    color: #727272;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.link_ver {
    border: 1px solid #5a8c6e;
    background-color: #fff;
    padding: 7px;
    display: inline-block;
}

.escolha_ano .ano {
    color: #737373;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-right: 10px;
}

.escolha_ano #escolha_ano {
    font-size: 14px;
    color: #777777;
    padding: 5px 120px 5px 5px;
}

.escolha_ano_input {
    font-size: 14px;
    color: #777777;
    padding: 5px 120px 5px 5px;
}

.escolha_ano .selecao {
    font-size: 13px;
    font-weight: normal;
    color: #7faa00;
    margin-bottom: 0px;
    margin-left: 5px;
}

.exportar_dados {
    float: right;
    margin-top: 4px;
}

.exportar_dados svg {
    height: 25px;
    width: 25px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
    color: #d3d6cf;
    position: relative;
    cursor: pointer;
}

.exportar_dados svg:hover,
.download_arquivo svg:hover {
    color: #83957b;
}

.exportar_dados p {
    font-size: 13px;
    color: #737373;
    margin-right: 5px;
    margin-bottom: 0px;
}

#list-docs-pattern {
    margin-top: 45px;
    margin-bottom: 50px;
}

.sub_titulo_pergunta {
    font-size: 26px;
    color: #777777;
    margin-top: 30px;
}

.tooltip.bottom .tooltip-arrow {
    margin-left: -7px;
    border-width: 0 8px 5px;
    border-bottom-color: #227a94;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #227a94;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #227a94;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #227a94;
}

.tooltip-inner {
    padding: 5px 13px;
    color: #fff;
    font-size: 12px;
    background-color: #227a94;
    border-radius: 0px;
}

.tooltip.in {
    opacity: 1 !important;
}

.download_arquivo svg {
    height: 30px;
    width: 30px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    color: #d3d6cf;
    position: relative;
}

.download_arquivo {
    float: right;
    margin-top: 30px;
}

.download_arquivo p {
    margin-bottom: 0px;
}

.informacoes_selecionadas {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #cccccc;
}

.informacoes_selecionadas p {
    color: #737373;
    line-height: 150%;
    margin-right: 2px;
}

.informacoes_selecionadas .t1 {
    font-size: 16px;
    color: #525252;
    font-weight: 600;
}

.half_sm_full_xs {
    width: 50%;
    float: left;
}

.ver_mais1 a {
    margin-bottom: 0px;
    padding: 20px 30px;
    color: #737373;
    font-size: 16px;
    font-weight: 600;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
}

.ver_mais1 {
    margin-bottom: 70px;
    margin-top: 30px;
    padding-top: 45px;
    border-top: 1px solid #cccccc;
}

.data_not_rel {
    display: inline-block;
    vertical-align: top;
    background-color: #acacac;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 8px;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.caixa_not_rel h2 {
    display: inline-block;
    vertical-align: middle;
    color: #525252;
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
}

.caixa_not_rel {
    margin-bottom: 30px;
}

.texto_not_rel {
    color: #727272;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.caixa_not_rel:hover .data_not_rel {
    background-color: #5a8c6e;
}

.listagem_perguntas {
    margin-top: 20px;
    margin-bottom: 100px;
}

.listagem_perguntas p {
    margin-bottom: 0px;
    padding-right: 40px;
    position: relative;
}

.listagem_perguntas p small {
    display: block;
    margin-top: 10px;
}

.listagem_perguntas .botao_perguntas {
    display: block;
    width: 100%;
    background-color: #1d5681;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0 15px 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.listagem_perguntas .collapsed {
    margin-bottom: 10px;
    color: #535353;
    background-color: #f0f0f0;
}

.listagem_perguntas .well {
    min-height: 60px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}

.well p {
    font-size: 14px;
    color: #727272;
}

.botao_perguntas svg {
    height: 10px;
    width: 15px;
    color: #fff;
    float: right;
    position: absolute;
    top: 5px;
    right: 15px;
}

.botao_perguntas.collapsed svg {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    color: #c3c3c3;
}

.ouvidoria_title p {
    line-height: 150%;
    margin-top: 20px;
    font-size: 15px;
    color: #727272;
}

.ouvidoria_title a {
    color: inherit;
}

.ouvidoria_title a:hover {
    text-decoration: underline;
}

.form-padrao .label-file {
    display: block;
    margin-bottom: 25px;
}

.form-padrao .label-file p {
    color: #315b82;
    border-bottom: 1px solid #727272;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}

.ouvidoria .input,
.form-padrao .input {
    width: 100%;
    height: 48px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #777777;
    background: #ffffff;
}

.ouvidoria .input2_w,
.form-padrao .input2_w {
    width: 62.5%;
    float: left;
}
.ouvidoria .input3_w,
.form-padrao .input3_w {
    width: 36%;
    float: right;
}

.form-padrao .sub-form {
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
}

.form-cols .input {
    width: 100%;
    display: inline-block;
}

.formulario_ouvidoria {
    margin-bottom: 100px;
    margin-top: 50px;
}

.form-padrao .input.tamanhotext {
    height: 135px;
    padding-top: 8px;
}

.formulario_ouvidoria select {
    color: #ababab;
}

.formulario_ouvidoria .tamanhotext {
    height: 230px !important;
    padding-top: 8px;
}

.btnenviar {
    width: 140px;
    height: 40px;
    background-color: #fff;
    color: #7faa00;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.formulario_ouvidoria #arquivo {
    display: inline-block !important;
    font-size: 12px;
}

#txt_obrigatorio {
    font-size: 12px;
    color: #f95050;
}

.pedidos_realizados {
    width: 80%;
    display: block;
    padding: 20px 5px;
    text-align: center;
    background-color: #739c61;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.pedidos_realizados:hover {
    background-color: #618851;
}

.detalhe_cores .line {
    width: 33.33%;
    float: left;
    height: 3px;
    display: block;
}
.detalhe_cores.detalhe_alto .line {
    height: 8px;
}
.line.green1 {
    background-color: #69b15c;
}
.line.green2 {
    background-color: #a2ca7b;
}

.svg_casa_menu {
    width: 20px;
    height: 18px;
    color: #fff;
    display: block;
}

.dropdown .seta_menu {
    display: none;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 15px);
    background-color: #b81f36;
    z-index: 1001;
}

.dropdown-toggle:focus .seta_menu,
.dropdown a:hover .seta_menu,
.dropdown.open .seta_menu {
    display: block;
}

.item_acesso {
    float: left;
    width: calc(100% / 7);
    padding: 15px;
    padding-top: 30px;
    min-height: 132px;
}

.item_acesso span {
    color: #666666;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.item_acesso span small {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

.item_acesso svg {
    height: 25px;
    width: 25px;
    color: #6cbfce;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

a.item_acesso:hover {
    background-color: #eaeaea;
}

a.item_acesso:hover span,
a.item_acesso:hover span small,
a.item_acesso:hover svg {
    color: #065f93;
}

a.item_acesso:hover span {
    font-weight: 600;
}

#acesso_rapido_smxs ul {
    list-style-type: none;
    margin: 0px;
    padding: 10px 0;
}
.acesso_rapido_smxs {
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
    margin-top: 10px;
}

.acesso_rapido_smxs a {
    display: block;
    padding: 5px 15px;
    color: #999;
    font-size: 12px;
}

.acesso_rapido_smxs ul li a {
    display: block;
    padding: 5px 0;
}

.collapse,
.collapse.in,
.collapsing {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#acesso_rapido_smxs {
    margin: 0 15px;
}

.acesso_rapido_smxs .collapsed svg {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acesso_rapido_smxs svg {
    height: 10px;
    width: 15px;
    color: #a6b3a1;
    display: inline-block;
    float: right;
    margin-top: 4px;
}

.navbar .navbar-nav > li > a {
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.svg_link_home {
    height: 18px;
    width: 18px;
    float: left;
}

.titulo_resumo_not_int {
    text-align: center;
}

.conteudo_evento_int h1,
.noticias_int h1 {
    color: #315b82;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.titulo_resumo_not_int p {
    font-style: italic;
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.fonte_fotos {
    margin-top: 5px;
    font-style: italic;
    font-size: 13px;
    color: #666666;
}

.capa_noticia_int .capa {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.capa_noticia_int iframe {
    width: 100%;
    height: 400px;
}

#carouselOutrasNoticias {
    position: relative;
    width: calc(100% - 80px);
    margin-left: 40px;
}

#carouselBanners .owl-nav,
#carouselOutrasNoticias .owl-nav {
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    margin: 0;
    z-index: 10;
}

#carouselBanners .owl-nav [class*="owl-"],
#carouselOutrasNoticias .owl-nav [class*="owl-"] {
    position: absolute;
    top: -22px;
}

#carouselOutrasNoticias .owl-prev {
    left: -40px;
}
#carouselOutrasNoticias .owl-next {
    right: -40px;
}

#carouselBanners .owl-prev {
    left: 40px;
}
#carouselBanners .owl-next {
    right: 40px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#carouselBanners .owl-nav button,
#carouselOutrasNoticias .owl-nav button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border: none;
}

#carouselBanners .owl-nav svg,
#carouselOutrasNoticias .owl-nav svg {
    float: left;
    height: 43px;
    width: 26px;
    color: #d3d3d3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#carouselBanners .owl-nav svg {
    height: 44px;
    width: 44px;
    color: #b81f36;
    background-color: #fff;
    border: 1px solid #fff;
}

#carouselBanners .owl-nav [class*="owl-"]:hover svg {
    color: #fff;
    background-color: #b81f36;
    border-color: #b81f36;
}

#carouselOutrasNoticias h3 {
    color: #535353;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
}

#carouselOutrasNoticias .item:hover h3 {
    color: #315b82;
}

#carouselOutrasNoticias img:not(.item_tipo) {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 1px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 0;
}

.conteudo_parlamentar .panel {
    margin-bottom: 15px;
}

.subtitle_ws {
    color: #727272;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
}

.subtitle_ws strong {
    color: #136639;
    font-weight: 600;
}

.calendario_ex_presidentes {
    height: 20px;
    width: 22px;
    color: #7cbea8;
    margin-top: 5px;
    float: left;
}

.lista_anos {
    color: #8c8c8c;
    display: inline-block;
    width: calc(100% - 30px);
    float: right;
}

.accordion_anexos .panel-default {
    padding: 20px;
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.accordion_anexos .titulo {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0079c0;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.accordion_anexos .data {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    border-left: 1px solid #525252;
    color: #525252;
    font-size: 15px;
    font-weight: 600;
}

.accordion_anexos .resumo {
    font-size: 13px;
    color: #666666;
    font-style: italic;
    margin-bottom: 20px;
}

.conteudo_anexos p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 160%;
    font-style: italic;
    color: #666666;
}

.ver_anexos,
.ver_anexos:focus {
    color: #cad0db;
    border: 1px solid #cad0db;
    float: right;
    width: 100%;
    max-width: 160px;
    height: 40px;
    text-align: center;
    padding-left: 25px;
    padding-top: 12px;
    margin-top: 0;
}

.ver_anexos:not(.collapsed),
.ver_anexos:hover {
    color: #258bc8;
    border-color: #258bc8;
}

.accordion_anexos .anexos svg,
.ver_anexos svg {
    height: 15px;
    width: 15px;
    color: inherit;
    float: left;
    margin-right: 10px;
}

.ver_anexos span {
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    color: inherit;
    float: left;
}

.accordion_anexos .titulo_anexos {
    font-size: 15px;
    font-weight: 600;
    color: #258bc7;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
}

.accordion_anexos .anexos a {
    color: #525252;
    display: inline-block;
    margin-bottom: 5px;
}

.accordion_anexos .anexos a:hover {
    color: #258bc8;
}

.accordion_anexos .anexos a svg,
.accordion_anexos .anexos a span {
    color: inherit;
}

.accordion_anexos .anexos a span {
    float: left;
    line-height: 15px;
}

/* TOOLTIPS */
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #315b82;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #315b82;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #315b82;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #315b82;
}
.tooltip-inner {
    background-color: #315b82;
}

/*outros titulos e botoes AZUL ESCURO*/
.table_padrao thead tr td,
.btn-atualizar,
.btnenviar_acompanhamento svg,
.btn_avaliar_servico,
.btnenviar,
.escolha_ano .selecao,
.btn-exportar span,
.btn-exportar svg,
.accordion_anexos .item_ver_anexos svg {
    color: #315b82 !important;
}

.link_ver,
.btn-exportar:hover {
    border-color: #315b82 !important;
}

.pesquisa_cabecalho_lg .conteudo_b_google {
    width: 100%;
    max-width: 200px;
    padding: 0;
    text-align: left;
    margin-right: 1px;
    text-align: left;
    margin-right: 4px;
}

.input_b {
    float: left;
    color: #1168aa;
    font-size: 18px;
}

/* TOOLTIPS */
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2b6291;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #2b6291;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #2b6291;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #2b6291;
}
.tooltip-inner {
    background-color: #2b6291;
}

/*outros titulos e botoes AZUL ESCURO*/
.mesa_diretora_list h2,
.mesa_diretora_list .link_ver span,
.mesa_diretora_list .link_ver svg,
.not_rel_vereadores h3,
.content_noticia .content_right a:hover h2,
.titulo_resumo_not_int h2,
.compartilhe_noticia a:hover svg,
.subtitle_ws strong,
.table_padrao thead tr td,
.btn-atualizar,
.btnenviar_acompanhamento svg,
.btn_avaliar_servico,
.btnenviar,
.escolha_ano .selecao,
.btn-exportar span,
.btn-exportar svg,
.accordion_anexos .item_ver_anexos svg {
    color: #2b6291 !important;
}
.link_ver,
.btn-exportar:hover {
    border-color: #2b6291 !important;
}
.data_noticia_int,
.btn-buscar-lupa,
.vereadores_int .panel > .panel-heading button:not(.collapsed),
.vereadores_int .panel > .panel-heading button:hover {
    background-color: #2b6291 !important;
}
#form-busca-inline .buttons button {
    outline-color: #2b6291 !important;
}

.gsc-control-cse {
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    float: right !important;
    width: 100% !important;
}

.gsc-input-box {
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 3px;
}

form.gsc-search-box,
table.gsc-search-box {
    margin-bottom: 0 !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    border-radius: 50% !important;
    padding: 7px !important;
}

.gsc-search-button-v2 svg {
    height: 20px;
    width: 20px;
}

.gsc-search-button-v2 {
    border-color: #60788d !important;
    background-color: #60788d !important;
    margin-left: -20px !important;
}

.gsib_b {
    display: none !important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #2d597f !important;
    background-color: transparent !important;
}

.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #2d597f !important;
    background-color: #2d597f !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 34px !important;
    padding-right: 0px !important;
    font-size: 12px !important;
    background: none !important;
    text-indent: 0 !important;
}

.gsc-search-box .gsc-input > input:hover,
.gsc-input-box-hover,
.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus {
    box-shadow: none !important;
}

.gsib_a {
    padding: 0 18px 0 10px !important;
}

.horario_atendimento {
    text-align: center;
    padding: 10px 0;
    background-color: #1c618a;
}

.horario_atendimento span,
.horario_atendimento span strong {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.brasao_rodape {
    position: absolute;
    top: -50px;
    left: calc(50% - 65px);
}

.noticias_destaque .subtitle {
    margin-bottom: -55px;
}

#carouselBanners {
    position: relative;
}

#carouselBanners .owl-dots {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 40px;
}

#carouselBanners .owl-dot {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    color: #a6a6a6;
    background-color: #f3efde;
    line-height: 30px;
}

#carouselBanners .owl-dot.active {
    background-color: #b81f36;
    color: #fff;
}

.ver_todos {
    position: absolute;
    left: 50%;
    margin-left: 60px;
    bottom: 5px;
    z-index: 10;
}

.ver_todos a {
    float: none;
    padding-right: 0;
    padding-left: 0;
    line-height: 20px;
}

.ver_todos a img {
    margin: 0 5px 0 0;
}

#carouselPontos {
    position: relative;
}

#carouselPontos .foto {
    float: left;
    width: 50%;
}

#carouselPontos .texto {
    float: right;
    width: calc(50% - 95px);
    margin-right: 35px;
    margin-top: 75px;
    border-bottom: 1px solid #bfbfbf;
    min-height: 155px;
}

#carouselPontos .texto .titulo {
    line-height: 120%;
    font-size: 19px;
    font-weight: 600;
    color: #545454;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#carouselPontos .texto .resumo {
    line-height: 140%;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.nav_up_down .owl-nav {
    width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 10px;
    margin-top: -43px;
}

.nav_up_down .owl-nav [class*="owl-"] {
    display: block;
    width: 26px;
}

.nav_up_down .owl-nav div svg {
    color: #315b82;
    height: 43px;
    width: 26px;
}

.nav_up_down .owl-nav [class*="owl-"].disabled svg {
    opacity: 0.5 !important;
    cursor: default;
}

.cab_pontos_agenda {
    margin-bottom: 15px;
}

.agenda_index .conteudo {
    padding-left: 35px;
}

.agenda_index .item {
    margin-top: 10px;
    display: block;
}

.agenda_index .item span {
    display: inline-block;
    min-width: 55px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #315b82;
}

.agenda_index .item p {
    height: 27px;
    line-height: 35px;
    font-size: 15px;
    color: #555555;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.conteudo_turismo_int .div_compartilhar {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 30px;
    border-top: none;
}

.texto_justify {
    font-size: 16px;
    text-align: justify;
    color: #666666;
    line-height: 140%;
    margin-bottom: 20px;
}

.divisor {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top-color: #bfbfbf;
}

.conteudo_turismo_int .mapa_local iframe {
    width: 100%;
    height: 200px;
    border: 1px solid #bfbfbf;
}

.conteudo_turismo_int h1 {
    font-size: 32px;
    color: #525252;
}

.conteudo_turismo_int .subtitle_int {
    margin-top: 30px;
    text-align: left;
}

.conteudo_turismo_int .subtitle_int h2 {
    line-height: 80%;
}

.conteudo_turismo_int .subtitle:before {
    display: none;
}

.conteudo_turismo_int .extra_infos p {
    font-size: 16px;
    color: #666666;
    line-height: 180%;
    margin-bottom: 0;
}

.listagem_turismo .coluna {
    padding-left: 40px;
    padding-right: 40px;
}

.listagem_turismo .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    min-height: 210px;
    position: relative;
    border-left: 40px solid #fdfbf7;
    padding: 15px 35px;
}

.listagem_turismo .texto {
    width: 50%;
    float: right;
}

.listagem_turismo .foto {
    width: calc(50% + 25px);
    position: absolute;
    left: -40px;
    top: -20px;
    overflow: hidden;
}

.listagem_turismo .foto img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.listagem_turismo a:hover img:not(.item_tipo) {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.listagem_turismo .titulo {
    margin: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #666666;
    height: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listagem_turismo .resumo {
    font-size: 14px;
    line-height: 140%;
    font-style: italic;
    color: #666666;
    margin-bottom: 0;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.listagem_turismo .ver_mais {
    color: #a3a3a3;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 30px;
    bottom: 13px;
}

.listagem_turismo a:hover .ver_mais {
    color: #315b82;
}

.dados_mapa_site h2,
.dados_localizacao h2 {
    color: #065f93;
    border-bottom: 1px solid #065f93;
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
}

.dados_mapa_site a,
.dados_mapa_site li {
    font-size: 14px;
    color: #666666;
}

.dados_mapa_site a:hover {
    text-decoration: underline;
}

.content_busca_int {
    background-color: #f4f4f4;
    padding: 20px 125px;
    margin-bottom: 20px;
}

.content_busca_int .titulo {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 5px;
}

.content_busca_int .titulo svg {
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #f9c104;
}

.content_busca_int .titulo h2 {
    margin: 0;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #315b82;
}

.content_busca_int form {
    margin-left: -5px;
    margin-right: -5px;
}

.content_busca_int .item {
    float: left;
    width: calc(20% - 10px);
    margin: 0 5px;
}

.content_busca_int.busca_texto_ano .item.item_texto {
    width: calc(60% - 10px);
}

.content_busca_int.busca_3 .item.item_texto {
    width: calc(40% - 10px);
}

.content_busca_int.busca_2 .item {
    width: calc(33.3% - 10px);
}

.content_busca_int .item.no_label {
    margin-top: 25px;
}

.content_busca_int.busca_simples {
    padding: 0;
    background-color: transparent;
}

.content_busca_int.busca_simples .item {
    width: 120px;
}

.content_busca_int label,
.content_busca_int input,
.content_busca_int select {
    font-size: 15px;
    color: #525252;
    font-weight: 300;
}

.content_busca_int label {
    line-height: 25px;
    margin-bottom: 0;
}

.content_busca_int input,
.content_busca_int select {
    padding: 0 5px;
    width: 100%;
    height: 35px;
    float: left;
    background-color: transparent;
    border: 1px solid #bfbfbf;
}

.content_busca_int option {
    background-color: #f4f4f4;
}

.btn-exportar {
    border-radius: 3px;
    margin-left: 3px;
    border-color: #dddddd;
    background-color: transparent;
}

.btn-exportar:hover {
    border-color: #315b82;
    background-color: transparent;
}

.btn-exportar span {
    display: inline-block;
    vertical-align: middle;
    color: #315b82;
    font-size: 11px;
}

.btn-exportar svg {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    color: #315b82;
    height: 20px;
    width: 17px;
}

.btn-buscar-lupa {
    float: left;
    width: 100%;
    padding: 0 10px;
    background-color: #315b82;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-buscar-lupa svg {
    height: 35px;
    width: 22px;
    float: right;
    color: inherit;
}

.btn-buscar-lupa span {
    line-height: 35px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.remover_filtros {
    float: right;
    font-size: 13px;
    color: #666666;
    cursor: pointer;
    padding: 5px;
}

.remover_filtros:hover {
    text-decoration: underline;
}

.listagem_leis .conteudo_lei {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0 10px;
    min-height: 165px;
}

.listagem_leis .col_lei {
    margin-bottom: 50px;
}

.col_lei h2 {
    background-color: #f0f0f0;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    color: #0079c1;
    font-weight: 600;
    padding: 13px 10px;
}

.col_lei p {
    font-size: 14px;
    color: #666666;
    font-style: italic;
    height: 101px;
    overflow: hidden;
}

.col_lei p strong {
    font-size: 15px;
    color: #525252;
    font-style: normal;
}

.col_lei .download_button {
    border: 1px solid #bfbfbf;
    color: #525252;
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
}

.col_lei .download_button:hover,
.col_lei .download_button:focus {
    color: #258bc8;
}

.col_lei .download_button span,
.col_lei .download_button svg {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}

.col_lei .download_button span {
    font-size: 15px;
    font-weight: 600;
}

.col_lei .download_button svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.texto_int,
.texto_int p,
.texto_int li,
.texto_int span,
.texto_int td,
.texto_int th {
    font-size: 15px;
    color: #525252;
}

.texto_int p a[id]:target {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.subtitle_inline_image {
    margin-bottom: 30px;
}

.subtitle_inline_image img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: auto;
    margin-right: 5px;
}

.subtitle_inline_image h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    font-weight: 600;
    color: #315b82;
    margin: 0;
    height: unset;
}

.listagem_int .data_right_svg {
    float: right;
    width: 100%;
    margin-bottom: 5px;
}

.listagem_int .data_right_svg svg {
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 5px;
    color: #525252;
}

.listagem_int .data_right_svg span {
    line-height: 20px;
    float: right;
    font-size: 15px;
    color: #525252;
    font-weight: 600;
}

.listagem_int .evento .titulo {
    font-size: 17px;
    color: #525252;
    font-weight: 600;
    text-align: center;
}

.video_carousel iframe {
    width: 100%;
    height: 310px;
}

.conteudo_evento_int .div_compartilhar,
.conteudo_galeria_int .div_compartilhar {
    text-align: right;
}

.infosEvento {
    margin-bottom: 30px;
}

.infosEvento .item {
    margin-bottom: 15px;
}

.infosEvento .item.inline_svg {
    display: inline-block;
    vertical-align: top;
    min-width: 180px;
}

.infosEvento .item span {
    color: #666666;
    font-size: 16px;
    line-height: 120%;
}

.infosEvento .item.inline_svg span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.infosEvento .item svg {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #facf40;
}

.infosEvento .item a:hover svg,
.infosEvento .item a:hover span {
    color: #315b82;
}

.infosEvento .inscricao {
    margin-top: 20px;
}

.infosEvento .inscricao a {
    display: inline-block;
    line-height: 50px;
    color: #666666;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: 600;
    width: 165px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.infosEvento .inscricao a:hover {
    color: #fff;
    background-color: #315b82;
}

.listagem_videos iframe {
    width: 100%;
    height: 227px;
}

.listagem_videos .foto {
    position: relative;
}

.listagem_videos .foto:before,
.listagem_videos .foto:after {
    display: block;
    position: absolute;
    z-index: 1;
}

.listagem_videos .foto:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.listagem_videos .foto:after {
    content: url(../images/player_video.png);
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}

.dados_localizacao .iframe_localizacao {
    width: 100%;
    height: 500px;
}

.conteudo_secretaria .container {
    margin-bottom: 50px;
}

.subtitle.subtitle_sec {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.subtitle.subtitle_sec svg {
    height: 40px;
    width: 50px;
    padding-right: 10px;
    color: #315b82;
    float: left;
    margin-top: 8px;
}

.subtitle.subtitle_sec h2 {
    color: #315b82;
    font-size: 25px;
    margin: 0;
    padding-right: 15px;
    float: left;
    text-align: left;
}

.subtitle.subtitle_sec h2:after,
.subtitle.subtitle_sec h2:before {
    display: none;
}

.subtitle.subtitle_sec:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: -1;
}

.subtitle.subtitle_sec h2 small {
    color: #315b82;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}

.conteudo_secretaria .informacoes {
    background-color: #f4f4f4;
    padding: 25px 20px;
}

.conteudo_secretaria .informacoes .item {
    padding: 15px;
    border-bottom: 1px solid #bfbfbf;
    display: inline-block;
    width: 100%;
}

.conteudo_secretaria .informacoes .item:last-child {
    border-bottom: none;
}

.conteudo_secretaria .informacoes svg {
    height: 25px;
    width: 25px;
    color: #315b82;
    float: left;
    margin-right: 20px;
    margin-top: 9px;
}

.conteudo_secretaria .informacoes .conteudo {
    float: left;
    width: calc(100% - 45px);
}

.conteudo_secretaria .informacoes .conteudo p {
    font-size: 16px;
    line-height: 120%;
    color: #666666;
    margin-bottom: 0;
}

.conteudo_secretaria .informacoes .conteudo a:hover p {
    color: #386894;
}

.texto_sec .cargo {
    display: inline-block;
    font-size: 18px;
    color: #666666;
}

.texto_sec h2 {
    font-size: 26px;
    color: #525252;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
}

.texto_sec .descricao,
.texto_sec .descricao li,
.texto_sec .descricao p {
    font-size: 16px;
    line-height: 140%;
    color: #666666;
    text-align: justify;
}

.headingsLeftContent {
    width: 260px;
    float: left;
}

.accordion_inline .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

.accordion_inline .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 2px;
}

.accordion_inline .panel-heading a:not(.collapsed) {
    background-color: #315b82;
    color: #fff;
}

.accordion_inline .panel-collapse {
    width: calc(100% - 260px);
    float: right;
}

.accordion_inline .panel-body {
    padding: 15px 25px;
}

.conteudo_secretaria .accordion_inline .panel-body {
    padding-top: 0;
}

.conteudo_secretaria .accordion_inline .panel-body h3 {
    margin-top: 0;
    font-size: 23px;
    color: #525252;
}

.conteudo_secretaria .accordion_inline .panel-body p,
.conteudo_secretaria .accordion_inline .panel-body li {
    font-size: 15px;
    color: #666666;
}

.accordion_inline.panel-group {
    margin: 0;
}

.accordion_inline.panel-group .panel {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.listagem_arquivos_inline a {
    display: inline-block;
    width: 100%;
    padding: 2px;
    background-color: #ffffff;
}

.listagem_arquivos_inline a:nth-child(even) {
    background: #fbfbfb;
}

.listagem_arquivos_inline .nome,
.listagem_arquivos_inline .download {
    float: left;
    font-size: 13px;
    line-height: 14px;
    color: #535353;
}

.listagem_arquivos_inline .nome {
    width: calc(100% - 250px);
    padding: 15px;
    text-transform: uppercase;
}

.listagem_arquivos_inline .download {
    width: 250px;
    text-align: center;
    padding: 7px;
    border-left: 1px dotted #e0e0e0;
}

.listagem_arquivos_inline .download svg,
.listagem_arquivos_inline .download span {
    display: inline-block;
    vertical-align: middle;
}

.listagem_arquivos_inline .download svg {
    height: 30px;
    width: 30px;
    color: #e0e0e0;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.listagem_arquivos_inline a:hover .download,
.listagem_arquivos_inline a:hover .download svg {
    color: #1d5681;
}

.sessoes_logo {
    position: relative;
    z-index: 10;
    padding-top: 20px;
}

.content2,
.content3 {
    padding-bottom: 50px;
}

.content2 {
    margin-top: 10px;
}

.subtitle {
    margin-bottom: 30px;
    text-align: center;
}

.subtitle svg {
    float: left;
    height: 40px;
    width: 50px;
    padding-right: 10px;
    color: #315b82;
}

.subtitle_left {
    text-align: left;
    margin-bottom: 15px;
}

.subtitle h2,
.link_todas_noticias a {
    color: #289ebf;
    font-size: 28px;
    margin: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.subtitle_left h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
}

.subtitle_int {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.subtitle_int h2:after,
.subtitle_int h2:before {
    display: none;
}

.subtitle_int:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #bfbfbf;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -1;
}

.subtitle_int h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
    float: left;
    margin: 0;
    padding-right: 10px;
    color: #315b82;
}

.link_todas_noticias:hover a span,
.link_todas_noticias a:hover span {
    text-decoration: none;
}

.link_todas_noticias a {
    font-size: 14px;
}

.link_todas_noticias a span {
    color: inherit;
    font-size: inherit;
}

.subtitle h2:before,
.subtitle h2:after,
.link_todas_noticias a:before,
.link_todas_noticias a:after {
    content: "";
    background-color: #b8c0cf;
    height: 1px;
    width: 170px;
    position: absolute;
    top: 16px;
}

.subtitle_left h2:before {
    display: none;
}

.link_todas_noticias a:before,
.link_todas_noticias a:after {
    top: 11px;
}

.link_todas_noticias a:before,
.subtitle h2:before {
    left: -185px;
}

.link_todas_noticias a:after,
.subtitle h2:after {
    right: -185px;
}

.link_todas_noticias {
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 8px;
}

.noticia {
    border-left: 1px solid #dfe3ea;
    border-right: 1px solid #dfe3ea;
    color: #666666;
    margin-left: -1px;
    margin-bottom: 40px;
}

.noticia:hover .data_noticia {
    color: #fff;
    background-color: #b81f36;
}

.noticia .titulo {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    padding-bottom: 3px;
    height: 58px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.noticia .resumo {
    font-size: 13px;
    font-style: italic;
    color: #666666;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 3px;
    height: 49px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#carousel_destaques .noticia {
    border: none;
    margin: 0;
}

#carousel_noticias .noticia {
    border-left-color: #dfe3ea;
    border-right: none;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin-left: 0;
    margin-bottom: 0;
}

#carousel_noticias .owl-theme .owl-nav button {
    color: #fff;
    padding: 3px 5px !important;
}

#carousel_destaques .noticia:hover .titulo,
#carousel_destaques .noticia:hover .resumo,
.noticia:hover .titulo,
.noticia:hover .resumo {
    color: #106091;
}

.owl-theme .owl-nav [class*="owl-"]:not(.disabled),
.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
    background: #b81f36;
}

.breadcrumb_sec2 .caminho .frase {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-top: 15px;
}

.subtitle_sec.subtitle_sec2 svg {
    height: 43px;
    width: 43px;
    color: #b81f36;
}

.subtitle_sec.subtitle_sec2 h2 {
    font-size: 23px;
    color: #b81f36;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
}

.subtitle_sec.subtitle_sec2 h2 small {
    font-size: 15px;
    color: #676767;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    line-height: 100%;
}

.breadcrumb.breadcrumb_sec2 .infos_contato.infos_left .item:first-child {
    margin-right: 30px !important;
}

#cabConteudosSec .owl-item {
    display: table;
}

#cabConteudosSec .owl-nav svg {
    height: 34px;
    width: 31px;
    color: #1d5681;
}

#cabConteudosSec .owl-nav [class*="owl-"] {
    font-size: 0px;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

#cabConteudosSec a {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 30px;
    font-size: 15px;
    line-height: 120%;
    height: 34px;
    color: #fff;
    background-color: #1d5681;
}

#cabConteudosSec a.active {
    color: #1f5f8d;
    background-color: #d5e6e8;
    font-weight: 600;
}

.conteudoSec {
    display: none;
}

#cabConteudosSec {
    text-align: center;
}

.conteudo_secao .texto_int {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 0.01%;
    overflow-x: auto;
    text-align: justify;
}
.conteudo_secao .texto_int table {
    width: 100%;
    max-width: 100%;
}

.conteudo_secao .texto_int table td,
th {
    padding: 3px;
}

.acesso_rapido_sec {
    display: inline-block;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 20px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#F0F0F0',GradientType=0 );
}

.acesso_rapido_sec .title {
    border-bottom: 1px solid #cad0db;
    color: #315b82;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.acesso_rapido_sec .title svg {
    height: 33px;
    width: 33px;
    color: inherit;
    float: left;
    margin-right: 10px;
    margin-left: -5px;
}

.acesso_rapido_sec .title span {
    float: left;
    font-size: 18px;
    line-height: 33px;
    color: inherit;
    font-weight: 600;
}

.acesso_rapido_sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.acesso_rapido_sec li {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.acesso_rapido_sec a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    line-height: 120%;
    font-size: 14px;
}

.acesso_rapido_sec a.link-menu,
.acesso_rapido_sec a.link-menu:hover {
    background-color: transparent;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 30px;
    color: #315b82;
    font-weight: 600;
    text-transform: uppercase;
    cursor: default;
}

.acesso_rapido_sec a.link-item {
    padding-left: 20px;
    color: #666666;
    font-style: italic;
    border-bottom: 1px dotted #c0c1bb;
}

.acesso_rapido_sec ul li:last-child a.link-item {
    border-bottom: none;
    margin-bottom: 10px;
}

.acesso_rapido_sec a.link-item:hover {
    color: #315b82;
    border-bottom-color: #315b82;
}

.conteudo_404 {
    text-align: center;
    margin: 50px 0;
}

.conteudo_404 svg,
.conteudo_404 .texto {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.conteudo_404 svg {
    height: 102px;
    width: 90px;
    color: #205780;
    margin-right: 15px;
}

.conteudo_404 .texto h1 {
    font-size: 35px;
    font-weight: 600;
    color: #d83339;
    margin: 0;
}

.conteudo_404 .texto h2 {
    font-size: 23px;
    font-weight: 600;
    color: #7a7e7f;
    margin: 0 0 10px 0;
}

.conteudo_404 .texto p {
    font-size: 14px;
    color: #7b7e80;
    margin-bottom: 30px;
}
.conteudo_404 .texto a {
    font-size: 18px;
    color: #7b7e80;
}

.capa_roteiro_int img {
    max-width: 50%;
}

.capa_roteiro_int iframe,
#mapa_content iframe {
    width: 100%;
    height: 275px;
}

#mapaRoteiro {
    height: 350px;
    width: 100%;
}

.conecte {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.conecte span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.conecte svg {
    height: 20px;
    width: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #bcbcbc;
}

.conecte a:hover svg {
    color: #4fa036;
}

.nav_up_down .owl-nav svg {
    color: #315b82;
}

.cab_top {
    padding: 20px 0;
    border-top: 5px solid #2f5980;
    background: #fafff2;
    background: -moz-linear-gradient(top, #fafff2 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #fafff2 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fafff2 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafff2', endColorstr='#f8f8f8',GradientType=0 );
}

.div-content-botoes {
    position: relative;
    display: table;
    width: 100%;
}

.title_acesso {
    height: 100px;
    display: inline-block;
    width: 5000px;
    position: absolute;
    right: 95%;
    top: -10px;
    background-color: #b81f36;
    color: #fff;
    text-align: right;
    z-index: 2;
    font-size: 25px;
    color: #f8f8f8;
    padding-top: 20px;
    padding-right: 30px;
    line-height: 100%;
}

.title_acesso:after {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    border-width: 0px 0px 100px 35px;
    width: 0px;
    border-color: transparent transparent transparent #b81f36;
    height: 0px;
    float: left;
    line-height: 0px;
    border-style: solid;
}

.title_acesso:before {
    content: url(../images/seta_acesso.png);
    position: absolute;
    right: 0;
    top: 33px;
}

.title_acesso small {
    font-weight: 300;
    font-size: 18px;
}

.botoes_iniciais_index {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    background-color: #eaf0f4;
    line-height: 100%;
}

.botoes_iniciais_index svg {
    height: 20px;
    width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

.botoes_iniciais_index {
    text-align: right;
}

.botoes_iniciais_index a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #264664;
    height: 90px;
    width: 11.5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.botoes_iniciais_index a small {
    font-size: 12px;
}

.botoes_iniciais_index a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #fff;
    height: 50px;
    width: 1px;
}

.botoes_iniciais_index a:last-child:after {
    display: none;
}

.botoes_iniciais_index a:hover {
    color: #b81f35;
}

.botoes_iniciais_index a.destaque {
    background: #b81f36;
    color: #ffffff;
}

.botoes_iniciais_index a.destaque:hover {
    background: #2f5980;
}

.botoes_iniciais_index a.destaque:after {
    width: 0px;
}

/* CSS ACESSO RAPIDO SMALL INDEX BOTOES*/
.hide-fast-access .acesso_rapido_small {
    display: none;
}

.acesso_rapido_small {
    text-align: center;
    padding: 15px 0;
}

.acesso_rapido_small select {
    width: 100%;
    color: white;
    background: #b81f36;
    height: 32px;
    border: none;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .acesso_rapido_small {
        display: none;
    }
}

#carousel_noticias_home .owl-dots {
    position: absolute;
    width: 50%;
    right: -50%;
    top: 0;
}

#carousel_noticias_home .owl-dots button {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 4px;
    overflow: hidden;
    background-color: #faf7f1;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#carousel_noticias_home .owl-dots button:hover,
#carousel_noticias_home .owl-dots button.active {
    background-color: #264664;
    color: #fff;
}

#carousel_noticias_home .owl-dots button.active {
    left: -20px;
}

#carousel_noticias_home .owl-dots button:after,
#carousel_noticias_home .owl-dots button:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 5%;
    width: 90%;
    border-radius: 50%;
    height: 8px;
    background-color: #cacaca;
    opacity: 0.1;
}

#carousel_noticias_home .owl-dots button:before {
    top: unset;
    bottom: -4px;
}

#carousel_noticias_home.owl-carousel button.owl-dot {
    padding: 10px 15px !important;
}

.bottom_black_fade a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bottom_black_fade a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(0,0,0,1)',GradientType=0 );
    z-index: 10;
}

.bottom_black_fade a img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bottom_black_fade a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bottom_black_fade a .texto {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 50px;
    left: 15px;
    z-index: 20;
    color: #ffffff;
    font-size: 14px;
}

.secretaria {
    display: inline-block;
    color: #525252;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}

#carousel_noticias_home .secretaria {
    color: #fff;
}

.bottom_black_fade a .texto h3 {
    margin: 10px 0;
    font-size: 18px;
    height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noticias_index {
    margin-bottom: 25px;
}

.outras_noticias_index {
    margin-top: 50px;
}

.outras_noticias_index .title {
    text-align: center;
}

.outras_noticias_index .title h2 {
    font-size: 20px;
    color: #315a81;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.outras_noticias_index .title hr {
    margin-top: -26px;
    margin-bottom: 26px;
}

.outras_noticias_index .item {
    border-right: 1px solid #cecece;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.outras_noticias_index .item a {
    display: inline-block;
    width: 100%;
}

.outras_noticias_index div:nth-child(5) {
    border-right: none;
}

.outras_noticias_index .item .data {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}

.outras_noticias_index .item h3 {
    font-size: 16px;
    line-height: 140%;
    color: #666666;
    margin-bottom: 0;
    margin-top: 10px;
    height: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.outras_noticias_index .item a:hover h3 {
    color: #315a81;
}

.subtitle_line {
    margin-bottom: 30px;
}

.subtitle_line svg {
    height: 40px;
    width: 40px;
    color: #315b82;
    float: left;
    margin-right: 5px;
}

.subtitle_line h2 {
    font-size: 18px;
    color: #315b82;
    font-weight: normal;
    float: left;
    margin: 0;
    padding-right: 15px;
}

.subtitle_line h2 strong {
    font-size: 25px;
}

.subtitle_line a {
    font-size: 14px;
    color: #b6b6b6;
    float: right;
    position: relative;
    padding-top: 9px;
}

.subtitle_line a:before {
    content: url(../images/mais_subtitle.png);
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.subtitle_line a:hover {
    color: #315b82;
}

.subtitle_line hr {
    border-top-color: #bfbfbf;
    margin-top: -12px;
}

.banner_fala_cidadao {
    margin-bottom: 30px;
}

.tabs_servico_atividade {
    max-width: 370px;
    width: 100%;
    float: right;
}

.tabs_servico_atividade .title {
    margin-bottom: 15px;
}

.tabs_servico_atividade .title svg {
    height: 35px;
    width: 35px;
    color: #315b82;
    float: left;
    margin-right: 10px;
}

.tabs_servico_atividade .title h2 {
    margin: 0;
    font-size: 17px;
    color: #315b82;
    line-height: 100%;
}
.tabs_servico_atividade .title h2 strong {
    font-size: 23px;
}

.tabs_servico_atividade ul {
    list-style: none;
    padding: 0;
    height: 62px;
    overflow: hidden;
    margin-bottom: 0;
}

.tabs_servico_atividade ul li {
    float: left;
    margin-left: 1px;
    width: calc((100% - 3px) / 3);
    text-align: center;
    position: relative;
}

.tabs_servico_atividade ul li.active:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #d9243e transparent transparent transparent;
    line-height: 0px;
    _border-color: #007bff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.tabs_servico_atividade ul li.tab1.active:after {
    border-color: #d9243e transparent transparent transparent;
}
.tabs_servico_atividade ul li.tab2.active:after {
    border-color: #e9b640 transparent transparent transparent;
}
.tabs_servico_atividade ul li.tab3.active:after {
    border-color: #1cc270 transparent transparent transparent;
}

.tabs_servico_atividade ul li.tab1 {
    background-color: #d9243e;
}
.tabs_servico_atividade .tab-content > div:first-child a:hover {
    color: #d9243e;
}

.tabs_servico_atividade ul li.tab2 {
    background-color: #e9b640;
}
.tabs_servico_atividade .tab-content > div:nth-child(2) a:hover {
    color: #e9b640;
}

.tabs_servico_atividade ul li.tab3 {
    background-color: #1cc270;
}
.tabs_servico_atividade .tab-content > div:nth-child(3) a:hover {
    color: #1cc270;
}

.tabs_servico_atividade ul li a {
    float: left;
    width: 100%;
    padding: 6px 0px 3px;
    margin: 0;
}

.tabs_servico_atividade ul li a svg {
    height: 20px;
    width: 20px;
    color: #fff;
}

.tabs_servico_atividade ul li a span {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: block;
}

.tabs_servico_atividade .tab-content a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 6px 10px;
    border-bottom: 1px solid #666666;
    color: #666666;
}

.tabs_servico_atividade .tab-content a span,
.tabs_servico_atividade .tab-content a svg {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 15px;
}

.tabs_servico_atividade .tab-content a svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.eventos_descubra .title svg {
    height: 35px;
    width: 35px;
    margin-right: 5px;
}

.eventos_descubra .eventos .title {
    margin-bottom: 15px;
}

.eventos_descubra .eventos h2,
.eventos_descubra .eventos svg {
    color: #c03e51;
    display: inline-block;
    vertical-align: middle;
}

.eventos_descubra .eventos h2 {
    width: calc(100% - 50px);
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
}

.eventos_descubra .eventos h2 small {
    font-size: 18px;
    font-weight: 400;
    color: inherit;
}

.eventos_descubra .eventos .listagem .item {
    margin-bottom: 10px;
}

.eventos_descubra .eventos .listagem .item a {
    display: inline-block;
    width: 100%;
}

.eventos_descubra .eventos .listagem .item .data {
    display: table;
    float: left;
    width: 150px;
    position: relative;
    background-color: #edebe4;
    margin-right: 30px;
}

.eventos_descubra .eventos .listagem .item .data:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 5%;
    width: 90%;
    border-radius: 50%;
    height: 8px;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.eventos_descubra .eventos .listagem .item .data span {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    color: #666666;
}

.eventos_descubra .eventos .listagem .item .data:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-width: 0px 0px 60px 20px;
    width: 0px;
    border-color: transparent transparent transparent #edebe4;
    height: 0px;
    float: left;
    line-height: 0px;
    border-style: solid;
}

.eventos_descubra .eventos .listagem .item .titulo {
    margin-top: 7px;
    float: left;
    width: calc(100% - 200px);
}

.eventos_descubra .eventos .listagem .item .titulo h3 {
    color: #666666;
    vertical-align: middle;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 44px;
    -webkit-box-orient: vertical;
}

.eventos_descubra .eventos .item a:hover .titulo h3,
.eventos_descubra .eventos .item a:hover span {
    color: #315980;
    font-weight: 600;
}

.eventos_descubra .descubra a {
    display: inline-block;
    width: 100%;
    position: relative;
    outline: 1px solid rgba(255, 255, 255, 0.6);
    outline-offset: -10px;
}

.eventos_descubra .descubra .foto {
    float: left;
    width: 60%;
    height: 280px;
    background-size: 100% 100%;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}

.eventos_descubra .descubra a:hover .foto {
    background-size: 105% 105%;
}

.eventos_descubra .descubra .title h2,
.eventos_descubra .descubra .title svg {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    color: #b81f36;
    float: none;
}

.eventos_descubra .descubra .title > small {
    padding-top: 0px;
    vertical-align: bottom;
    padding-left: 5px;
    color: #b81f36;
    font-size: 15px;
    display: block;
    text-align: right;
    padding-right: 31px;
}

.eventos_descubra .descubra .title h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 0 5px;
}

.eventos_descubra .descubra .title h2 small {
    color: inherit;
    font-size: 18px;
}

.eventos_descubra .descubra .conteudo {
    float: left;
    width: 40%;
    height: 280px;
    padding-top: 31px;
    padding-right: 15px;
    background-color: #edebe4;
}

.eventos_descubra .descubra a:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 40%;
    top: 0;
    border-width: 280px 45px 0px 0px;
    width: 0px;
    border-color: transparent #edebe4 transparent transparent;
    height: 0px;
    float: left;
    line-height: 0px;
    border-style: solid;
}

.eventos_descubra .descubra h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #315a81;
}

.eventos_descubra .descubra p {
    color: #818181;
    font-size: 15px;
    line-height: 160%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 96px;
    -webkit-box-orient: vertical;
}

footer {
    margin-top: 150px;
    padding: 35px 0 100px 0;
    background-image: url(../images/bg_rodape.jpg);
    background-size: cover;
}

footer .redes {
    position: absolute;
    left: 130px;
    top: 75px;
}

footer .redes svg {
    height: 18px;
    width: 25px;
    color: #fff;
    margin-left: 3px;
}

footer .inline_item a {
    color: #fff;
    display: inline-block;
}

footer .inline_item {
    min-width: 210px;
}

footer .inline_item.local_rodape a,
footer .inline_item.horario_rodape span {
    width: calc(100% - 50px);
}

footer .inline_item.contato_rodape a:first-child span {
    font-size: 30px;
    font-weight: 600;
}

footer .inline_item.contato_rodape a:first-child span small {
    font-size: 23px;
    font-weight: 300;
}

footer .inline_item.contato_rodape a:last-child span {
    font-size: 18px;
}

footer .inline_item span,
footer .inline_item a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.webde_rodape {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.webde_rodape:hover svg,
.webde_rodape svg {
    color: #fff;
    height: 12px;
    width: 62px;
    float: left;
}

.sociais_rodape {
    position: absolute;
    left: 180px;
    top: 100px;
}

.sociais_rodape svg {
    float: right;
    margin-left: 5px;
    height: 15px;
    width: 15px;
    display: inline-block;
    color: inherit;
}

footer .inline_item {
    display: inline-block;
    vertical-align: middle;
}

footer .inline_item:not(.logo) {
    margin-left: 50px;
}

footer .inline_item svg {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.copryght {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(41, 80, 114, 0.85);
    line-height: 20px;
    color: #fff;
    font-size: 13px;
}

.copryght a {
    outline-color: #fff;
}

.listagem_noticias .item {
    position: relative;
}

.listagem_noticias .item a {
    color: #666666;
    display: inline-block;
    width: 100%;
    min-height: 200px;
}

.listagem_noticias .item .foto,
.listagem_noticias .item .texto {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_noticias .item .texto {
    width: 55%;
    background-color: #e8ecee;
    padding: 10px;
}

.listagem_noticias .data {
    display: inline-block;
    margin-bottom: 5px;
    color: inherit;
}

.listagem_noticias .item h2 {
    font-size: 16px;
    color: inherit;
    padding-top: 15px;
    border-top: 1px solid #c0c0c0;
    margin: 5px 0 5px 0;
    height: 67px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.listagem_noticias .item a:hover {
    color: #315a81;
    min-height: unset;
}

.listagem_noticias .item a:hover h2 {
    font-weight: 600;
}

.listagem_noticias .item a:hover .foto {
    width: 41%;
}

.conteudo_noticias .data_sec_comp .secretaria,
.conteudo_noticias .data_sec_comp .data {
    color: #315a81;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
}

.conteudo_noticias .data_sec_comp .data {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #315a81;
}

.conteudo_noticias .data_sec_comp .secretaria {
    margin-right: 30px;
}

.conteudo_noticias .data_sec_comp {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}

.conteudo_noticias .div_compartilhar {
    float: right;
    width: unset;
    padding: 0;
    font-size: 13px;
    color: #666666;
    border: none;
    margin-bottom: 0;
    margin-left: 30px;
}

.conteudo_noticias h1 {
    font-size: 30px;
    color: #315b82;
    margin-top: 0;
    margin-bottom: 15px;
}

.conteudo_noticias .resumo {
    font-size: 16px;
    margin-bottom: 30px;
    font-style: italic;
}

.conteudo_noticias .texto_int p {
    text-indent: 25px;
    text-align: justify;
}

.conteudo_noticias .texto_int p:first-child {
    padding-top: 15px;
}

#carouselFotosTurismo .owl-nav {
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    margin: 0;
}

#carouselFotosTurismo .owl-nav [class*="owl-"] {
    position: absolute;
    top: -22px;
}

#carouselFotosTurismo .owl-prev {
    left: 20px;
}
#carouselFotosTurismo .owl-next {
    right: 20px;
}

#carouselFotosTurismo .owl-nav svg {
    float: left;
    height: 43px;
    width: 26px;
    color: #d3d3d3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#carouselFotosTurismo .owl-nav [class*="owl-"]:hover svg {
    color: #315b82;
}

.acesso_rapido {
    background-color: #f0f0f0;
    border: 1px solid #d6d6d6;
    width: 100%;
    max-width: 295px;
    padding-bottom: 15px;
}

.acesso_rapido.fixed {
    position: fixed;
    top: 110px;
}

.acesso_rapido a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.acesso_rapido h2 {
    font-size: 20px;
    font-weight: 600;
    color: #106091;
    margin: 15px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
}

.acesso_rapido svg {
    color: #106091;
    height: 30px;
    width: 25px;
    margin-right: 5px;
    padding: 0 0 5px 0;
    border-bottom: 5px solid #cad0db;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.acesso_rapido span.titulo_item {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}

.acesso_rapido a:hover {
    background-color: #ebebeb;
}

.container_banners_index img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container_banners_index a:hover img {
    margin-top: -10px;
    padding-bottom: 10px;
}

.foto_sec {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.subtitle.with_svg svg {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 9px;
}

.subtitle.with_svg span {
    font-size: 20px;
}

.subtitle.with_svg h2 {
    font-size: 22px;
    margin-left: 10px;
}

.subtitle2.subtitle.with_svg svg {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 20px;
    width: 20px;
    padding-right: 0;
}

.subtitle2.subtitle.with_svg h2 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 23px;
    border: none;
    font-weight: normal;
    padding-left: 5px;
}

.subtitle2 {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d6d6d6;
    position: relative;
    text-align: left;
}

.subtitle2 h2:after,
.subtitle2 h2:before {
    display: none;
}

.subtitle2:after {
    content: url(../images/subtitle2_seta.png);
    position: absolute;
    left: 30px;
    bottom: -18px;
}

#form_mes_eventos {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    margin-left: 15px;
}

#form_mes_eventos select {
    width: 100%;
    height: 35px;
    border: 1px solid #289ebf;
    border-radius: 15px;
    padding-left: 12px;
    font-size: 13px;
    color: #289ebf;
}

.caixa_default .texto svg {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    color: #781428;
    margin-right: 5px;
}

.caixa_default h3 {
    font-size: 18px;
    color: #787878;
    margin: 10px 0 20px 0;
    min-height: 48px;
}

.caixa_default .texto span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    font-size: 13px;
    color: #787878;
    line-height: 120%;
}

.caixa_default a:hover h3 {
    color: #781428;
}

.mapa-do-site a {
    color: #777777;
}

.foto_sec img {
    max-width: 200px;
    margin-bottom: 10px;
}

.licitacoes .categoria_selecionada {
    display: block;
    position: relative;
    font-size: 20px;
    color: #2d638f;
    text-transform: uppercase;
    font-weight: 700;
}

.licitacoes .categoria_selecionada:after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: #e0e0e0;
    margin-bottom: 15px;
}

.licitacoes_banners {
    text-align: center;
}

.licitacoes_banners a img {
    text-align: center;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.licitacoes_banners a:hover img {
    padding-top: 0;
    padding-bottom: 10px;
}

.licitacoes_categorias {
    text-align: center;
    margin-bottom: 30px;
}

.licitacoes_categorias a {
    color: #4a4a4a;
    display: inline-block;
    padding: 10px;
    border: 1px solid #b9b9b9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 3px 2px;
}

.licitacoes_categorias a.selected,
.licitacoes_categorias a:hover {
    background-color: #315b82;
    color: #fff;
}

.submenu_container .conteudo {
    list-style: none;
    padding: 0;
}

:disabled,
.disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.no_pad {
    padding: 0 !important;
}

.m-b-0 {
    margin-bottom: 0px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-55 {
    margin-bottom: 55px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-65 {
    margin-bottom: 65px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-75 {
    margin-bottom: 75px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-b-85 {
    margin-bottom: 85px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.m-b-95 {
    margin-bottom: 95px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-b-185 {
    margin-bottom: 185px;
}

.m-t-45 {
    margin-top: 45px;
}
.m-t-25 {
    margin-top: 25px;
}

@media (min-width: 768px) {
    footer .inline_item.horario_rodape {
        min-width: 340px;
    }
    #carouselFotos.nav_up_down {
        padding-right: 40px;
    }
    #carouselFotos.nav_up_down .owl-nav {
        left: unset;
        right: -40px;
    }
    .pontos_index .cab_pontos_agenda {
        margin-bottom: 25px;
        position: absolute;
        left: 50%;
        margin-left: 60px;
        top: 0;
    }
    .col_logo img {
        display: inline-block;
        vertical-align: middle;
    }
    .logo_sup2 {
        max-width: 70px;
    }

    .status_xs {
        display: none !important;
    }
    .navbar-header {
        display: none;
    }
    .padding0_768 {
        padding: 0px;
    }
    .logo_bottom img {
        float: right;
    }
    .submenu_container {
        padding: 25px 15px;
    }
    .submenu_container .nome,
    .submenu_container .conteudo {
        float: left;
        height: 180px;
    }
    .submenu_container .nome {
        min-height: 180px;
        padding-top: 70px;
        font-size: 17px;
        font-weight: 600;
        color: #b81f36;
        width: 160px;
        border-right: 1px solid #b81f36;
        margin-right: 50px;
    }
    .submenu_container .conteudo {
        width: 67%;
    }
    .dropdown-menu li {
        text-align: left;
        float: left;
        width: 50%;
        padding-right: 20px;
    }
    .dropdown-menu li a {
        color: #525252;
        font-size: 15px;
        line-height: 25px;
        border-bottom: 1px dotted #c3c3c3;
        padding: 0 5px;
        float: left;
        width: 100%;
    }
    .dropdown-menu li a:hover,
    .dropdown-menu li a:focus {
        color: #b81f36;
        border-bottom-color: #b81f36;
        background: transparent;
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    .infosEvento .item.inline_svg {
        width: 100%;
    }
    .eventos_descubra .eventos .listagem .item .titulo {
        width: calc(100% - 220px);
        padding-right: 20px;
        border-right: 2px solid #dddddd;
    }
    .capa_roteiro_int {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .pontos_index {
        border-right: 1px solid #bfbfbf;
    }
    .logo_text {
        margin-top: 40px;
        margin-left: 10px;
    }
    .right_992 {
        float: right;
        margin: none;
    }
}

@media (min-width: 1200px) {
    .input_b {
        min-width: 240px;
    }
    #carousel_noticias_home {
        width: 66%;
        position: relative;
    }
    #carousel_noticias_home.owl-carousel .owl-item img {
        width: 100%;
    }
    .conteudo_left_int {
        padding-right: 50px;
    }
    .pesquisa_cabecalho_lg .conteudo_b_google {
        max-width: 235px;
    }
    #cabConteudosSec .owl-carousel .owl-stage {
        width: 100% !important;
    }
    .padding_left_plus {
        padding-left: 30px;
        padding-right: 0px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
    #navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar .navbar-nav > li > a {
        font-size: 16px;
        padding: 20px 30px;
        margin: 0;
    }
}

@media (max-width: 1299px) {
    .padrao_interna h1 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .dropdown-menu li {
        padding-right: 10px;
    }
    .dropdown-menu li a {
        font-size: 13px;
    }
    .acesso_rapido {
        max-width: 262px;
    }
    .navbar .navbar-nav > li > a {
        padding: 20px 20px;
    }
    .padrao_interna h2 {
        font-size: 16px;
    }
    .texto_sessoes_cab span strong.hora,
    .texto_sessoes_cab span,
    .text1 span {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    #dropAcess {
        height: 35px;
        width: 35px;
    }
    #dropAcess svg {
        left: 7px;
        top: 7px;
    }
    footer {
        margin-top: 50px;
    }
    .breadcrumb.breadcrumb_sec2,
    .conteudo_secretaria .container {
        margin-bottom: 15px;
    }
    #cabConteudosSec .owl-carousel {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }
    #cabConteudosSec .owl-nav {
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    #cabConteudosSec .owl-nav .owl-prev,
    #cabConteudosSec .owl-nav .owl-next {
        position: absolute;
        top: -49px;
    }
    #cabConteudosSec a {
        padding: 0 10px;
    }
    #cabConteudosSec .owl-nav .owl-prev {
        left: -40px;
    }
    #cabConteudosSec .owl-nav .owl-next {
        right: -40px;
    }
    .acesso_rapido svg {
        display: none;
    }
    .subtitle h2 {
        font-size: 18px;
    }
    .conteudo_parlamentar #busca_leis p {
        min-width: 60px;
    }
    .padrao_interna h2 {
        font-size: 14px;
    }
    .h2_noticia {
        max-width: 350px;
    }
    .exportar_dados {
        display: block;
        float: none;
        margin-top: 20px;
    }
    .breadcrumb.breadcrumb_sec2 .infos_contato .item {
        width: 47%;
    }
    .breadcrumb.breadcrumb_sec2 {
        padding: 15px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tabs_servico_atividade ul li a span {
        font-size: 15px;
    }
    .breadcrumb.breadcrumb_sec2 .infos_contato span {
        width: calc(100% - 40px);
    }
    #headings_sec2 .panel-heading a {
        padding: 0 10px;
        font-size: 14px;
    }
    .logos_rodape img {
        margin: 0 5px;
    }
    .col_logo img {
        height: 50px;
    }
    .col_logo img.logo_text {
        width: 230px;
    }
    .submenu_container .nome {
        margin-right: 20px;
    }
    .submenu_container .conteudo {
        width: calc(100% - 180px);
    }
    .dropdown-menu li {
        padding-right: 10px;
    }
    .dropdown-menu li a {
        font-size: 13px;
    }
    .ver_anexos,
    .ver_anexos:focus {
        padding-left: 15px;
    }
    .logo_links a.logo_cab {
        margin-left: 25px;
    }
    .logo_links a.logo_cab {
        width: 275px;
    }
    .logo_links a.link {
        margin-top: 18px;
    }
    .acesso_rapido_index .tab-pane span {
        font-size: 11px;
        padding: 0 10px;
    }
    .fotos_not_int .foto_not {
        width: calc(100% / 4);
    }
    .acesso_rapido {
        max-width: 212px;
    }
    .tel_sessoes_cab {
        margin-top: 25px;
    }
    #fotos_cabecalho_content {
        margin-bottom: 0;
        height: 150px;
    }
    .atalhos_cab a,
    .atalhos_cab span {
        font-size: 11px;
    }
    .links_acessibilidade a {
        margin-right: 0;
    }
    .links_acessibilidade svg {
        width: 27px;
    }
    .tel_sessoes_cab {
        margin-top: 40px;
    }
    .ver_mais_grande {
        padding: 15px;
    }
    .banners_aop {
        margin-top: 50px;
    }
    .banners_aop img {
        margin-bottom: 20px;
    }
    .__vev_calendar-wrapper .events-wrapper .date {
        font-size: 15px;
    }
    .acesso_rapido a,
    .acesso_rapido h2 {
        padding: 9px 7px;
    }
    .acesso_rapido h2 {
        text-align: center;
        margin: 5px;
    }
    .acesso_rapido h2 strong {
        font-size: 15px !important;
        line-height: 24px;
    }
    .navbar .navbar-nav > li > a {
        padding: 20px 15px;
        font-size: 14px;
    }
    .dropdown-menu {
        min-width: 150px;
    }
    .acesso_rapido span.titulo_item {
        font-size: 12px;
    }
    .padding0_768 {
        padding: 10px !important;
    }
    .m-t-992 {
        margin-top: 20px;
    }
    .logo_bottom img {
        margin-top: 28px;
    }
}

@media (max-width: 991px) {
    .logo_rodape {
        margin-bottom: 30px;
    }
    footer .redes {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        top: 75px;
    }
    footer .inline_item {
        width: 100%;
    }
    footer .inline_item:not(.logo) {
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    footer .inline_item svg {
        display: none;
    }
    .webde_rodape svg {
        float: none;
        margin-top: 10px;
    }
    footer {
        text-align: center;
    }
    .breadcrumb.breadcrumb_sec2 .infos_contato span {
        width: calc(100% - 40px);
    }
    #carouselFotos {
        margin-bottom: 15px;
    }
    #carouselPontos {
        margin-bottom: 30px;
    }
    #carouselPontos .texto {
        border-bottom: none;
    }
    .agenda_index .conteudo {
        padding-left: 0;
        margin-top: 30px;
    }
    .agenda_index .item {
        margin-top: 15px;
    }
    .m-b-85 {
        margin-bottom: 40px;
    }
    .fotos_not_int .foto_not {
        width: calc(100% / 3);
    }
    blockquote {
        padding: 8px;
        margin: 0;
        border-left: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col_logo {
        margin-top: 10px;
    }
    .right_cab_lg {
        margin-top: 0;
    }
    .right_cab_lg .item {
        margin-left: 10px;
    }
    .breadcrumb.breadcrumb_sec2 {
        padding: 15px 0px 0 0;
    }
    #headings_sec2 .panel-heading a {
        padding: 0 6px;
        font-size: 12px;
        line-height: 40px;
    }
    .breadcrumb h1,
    .breadcrumb .titulo_int {
        font-size: 20px;
    }
    .breadcrumb .infos_contato span {
        font-size: 14px;
    }
    .texto_sec h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .texto_sec .cargo,
    .texto_sec .descricao,
    .texto_sec .descricao li,
    .texto_sec .descricao p {
        font-size: 14px;
    }
    .col_logo img {
        height: 40px;
        margin-bottom: 0;
    }
    .pesquisa_cabecalho_lg .conteudo_b_google {
        max-width: 156px;
    }
    #menu_acessibilidade {
        top: 4px;
    }
    #carousel_noticias_home {
        margin-bottom: 30px;
    }
    .banner_fala_cidadao {
        display: inline-block;
    }
    .eventos_descubra .eventos {
        margin-bottom: 30px;
    }
    #carousel_noticias_home.owl-carousel button.owl-dot {
        padding: 3px 15px !important;
    }
    .conteudo_secretaria .foto_texto {
        margin-bottom: 30px;
    }
    .conteudo_secretaria .informacoes {
        padding: 0 10px;
    }
    .submenu_container .nome {
        display: none;
    }
    .submenu_container .conteudo {
        width: 100%;
    }
    .dropdown-menu li a {
        font-size: 12px;
    }
    .ver_anexos,
    .ver_anexos:focus {
        padding-left: 15px;
    }
    .logo_links a.logo_cab {
        margin-left: 25px;
        margin-right: 0;
        width: 220px;
    }
    .logo_links a.link {
        margin-top: 10px;
    }
    .scroll {
        bottom: 50px;
    }
    .acesso_rapido_index .tab-pane .item {
        padding: 15px 10px 0 10px;
    }
    .acesso_rapido_index .tab-pane svg {
        margin-bottom: 0;
    }
    .acesso_rapido_index .tab-pane span {
        font-size: 10px;
    }
    .acesso_rapido_index .tab-pane .item a {
        padding: 10px 5px;
    }
    .acesso_rapido_index ul li {
        float: left;
        width: 25%;
    }
    .acesso_rapido_index ul li a {
        font-size: 12px;
    }
    #carouselBanners .owl-nav svg {
        height: 78px;
        width: 65px;
        padding: 23px;
        margin-top: 20px;
    }
    .navbar-nav > li.pesquisa_cabecalho_lg {
        width: unset;
        position: absolute;
        top: -230px;
        right: 0px;
    }
    .gsc-control-cse {
        width: 156px !important;
    }
    .content_busca_int .item,
    .content_busca_int.busca_texto_ano .item.item_texto {
        width: calc(50% - 10px);
    }
    .col_lei p {
        font-size: 12px;
    }
    .banners_aop img {
        float: left;
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #form_pesquisa {
        max-width: 300px;
    }
    #pesquisa_2 {
        max-width: 322px;
    }
    .content1 h2 {
        font-size: 25px;
    }
    .content1 p {
        font-size: 12px;
    }
    .size30x30 {
        margin: 4px 7px 4px -5px;
    }
    .acessibilidade p {
        font-size: 10px;
        margin: 10px;
        margin-left: -9px;
    }
    .contents_svg_top svg,
    .acessibilidade svg {
        height: 35px;
        width: 35px;
    }
    .contents_svg_top {
        height: 35px;
        width: 35px;
    }
    .acessibilidade {
        max-height: 35px;
    }
    .height_cab1 {
        max-height: 35px;
    }
    .text1 p {
        margin-right: 10px;
        font-size: 10px;
    }
    .position2 {
        height: 35px;
    }
    .navbar .navbar-nav > li > a {
        padding: 15px 8px;
        font-size: 12px;
    }
    .navbar {
        min-height: 40px;
    }
    .content_play {
        padding: 10px 8px;
    }
    .dropdown-menu {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .conteudo_noticias .div_compartilhar {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }
    .texto_int img {
        max-width: 100%;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .eventos_descubra .eventos {
        margin-bottom: 30px;
    }
    .eventos_descubra .descubra .foto,
    .eventos_descubra .descubra .conteudo {
        width: 100%;
    }
    .eventos_descubra .descubra .conteudo {
        height: unset;
        padding: 15px;
    }
    .eventos_descubra .eventos .listagem .item .titulo h3 {
        height: unset;
    }
    .eventos_descubra .eventos .listagem .item .data {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .eventos_descubra .eventos .listagem .item .titulo {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }
    .bottom_black_fade a:after {
        height: 75%;
    }
    .eventos_descubra .descubra a:before,
    .eventos_descubra .eventos .listagem .item .data:after,
    .subtitle_line a,
    .title_acesso,
    .botoes_iniciais_index,
    .outras_noticias_index {
        display: none;
    }
    #carousel_noticias_home {
        width: 100%;
        margin-bottom: 15px;
    }
    .noticias_index {
        margin-top: 20px;
    }
    .bottom_black_fade a .texto {
        bottom: 15px;
    }
    .capa_roteiro_int iframe,
    #mapa_content iframe {
        height: 150px;
    }
    .breadcrumb.breadcrumb_sec2 .caminho,
    .breadcrumb.breadcrumb_sec2 .infos_right {
        width: 100%;
    }
    .breadcrumb.breadcrumb_sec2 .infos_contato .item {
        width: 100%;
    }
    .breadcrumb.breadcrumb_sec2 .infos_contato.infos_left {
        margin-top: 25px;
    }
    .breadcrumb.breadcrumb_sec2 .infos_right {
        margin-top: 0px;
    }
    #headings_sec2 .panel-heading {
        width: 33.3%;
        height: 50px;
    }
    #headings_sec2 .panel-heading a {
        text-align: center;
        height: 50px;
        width: 100%;
        padding: 15px 0;
        font-size: 12px;
        line-height: 90%;
    }
    .conteudo_secretaria .container {
        margin-bottom: 0px;
    }
    .breadcrumb.breadcrumb_sec2 {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .breadcrumb h1,
    .breadcrumb .titulo_int {
        font-size: 20px;
    }
    .breadcrumb .infos_contato .item {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .breadcrumb .infos_contato span {
        font-size: 14px;
    }
    .texto_sec h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .texto_sec .cargo,
    .texto_sec .descricao,
    .texto_sec .descricao li,
    .texto_sec .descricao p {
        font-size: 14px;
    }
    .headingsLeftContent,
    .accordion_inline .panel-collapse {
        width: 100%;
        float: none;
    }
    .accordion_inline .panel-body {
        padding: 15px;
    }
    .conteudo_secretaria .accordion_inline .panel-body {
        background: #fff;
        padding-top: 15px;
    }
    .conteudo_secretaria .accordion_inline .panel-body h3 {
        display: none;
    }
    .conteudo_secretaria .accordion_inline .panel-body p,
    .conteudo_secretaria .accordion_inline .panel-body li {
        font-size: 14px;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        color: #fff !important;
    }
    #carouselFotos.nav_up_down .owl-nav {
        position: relative;
    }
    #carouselBanners .owl-nav svg {
        height: 45px;
        width: 45px;
        padding: 15px;
    }
    #carouselBanners .owl-nav [class*="owl-"] {
        top: 0px;
    }
    #carouselBanners .owl-nav [class*="owl-"]:hover svg {
        color: #fff;
    }
    #carouselBanners .owl-prev {
        left: 0px;
    }
    #carouselBanners .owl-next {
        right: 0px;
    }
    #carouselPontos.nav_up_down .owl-nav {
        top: unset;
        bottom: 100px;
    }
    .breadcrumb_portal.breadcrumb h1,
    .breadcrumb.center_image h1,
    .breadcrumb.center_image .titulo_int,
    .conteudo_noticias h1 {
        font-size: 25px;
    }
    #carouselOutrasNoticias h3 {
        font-size: 12px;
    }
    .subtitle:before {
        display: none;
    }
    .subtitle_sec h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .subtitle_sec h2 small {
        font-size: 15px;
    }
    .subtitle_sec svg {
        margin-top: 2px;
    }
    .texto_sec {
        margin-bottom: 15px;
    }
    .conteudo_secretaria .informacoes {
        padding: 0 10px;
    }
    .conteudo_secretaria .informacoes .item {
        padding: 8px;
    }
    .conteudo_secretaria .informacoes .conteudo p,
    .texto_sec .descricao,
    .texto_sec .descricao li,
    .texto_sec .descricao p {
        font-size: 14px;
    }
    .listagem_arquivos_inline .nome {
        width: calc(100% - 45px);
        font-size: 11px;
    }
    .listagem_arquivos_inline .download {
        width: 45px;
    }
    .listagem_arquivos_inline .download span {
        display: none;
    }
    .nav.navbar-nav {
        text-align: right !important;
    }
    .accordion_anexos .panel-default {
        margin-bottom: 15px;
        padding: 15px;
    }
    .accordion_anexos .data {
        width: 100%;
        padding: 0;
        margin: 5px 0;
        border: none;
    }
    .dados_localizacao .iframe_localizacao {
        height: 250px;
    }
    .breadcrumb_portal {
        text-align: center;
    }
    .breadcrumb:not(.center_image) .caminho {
        float: none;
    }
    .submenu_container .nome,
    .dropdown-toggle:focus .seta_menu,
    .dropdown a:hover .seta_menu,
    .dropdown.open .seta_menu {
        display: none !important;
    }
    .submenu_container {
        text-align: right;
        padding: 0;
    }
    #carouselPontos .foto,
    #carouselPontos .texto {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    #carouselPontos .texto {
        margin-top: 50px;
        min-height: 115px;
    }
    .nav_up_down .owl-nav {
        margin-left: -5px;
        margin-top: 0px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .ver_todos {
        position: relative;
        left: unset;
        margin-left: 0;
        bottom: 0;
        z-index: 10;
    }
    .acesso_rapido_index .tab1 a {
        border-top-left-radius: 3px;
    }
    .acesso_rapido_index .tab2 a {
        border-top-right-radius: 3px;
    }
    .acesso_rapido_index ul,
    .acesso_rapido_index ul li a,
    .acesso_rapido_index ul li a:hover,
    .acesso_rapido_index ul li.active a,
    .acesso_rapido_index .tab-content {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .acesso_rapido_index ul li {
        width: 50%;
        float: left;
    }
    .acesso_rapido_index ul li a {
        opacity: 0.6;
        margin: 0;
    }
    .acesso_rapido_index ul li a:hover,
    .acesso_rapido_index ul li.active a {
        opacity: 1;
        margin: 0;
    }
    .acesso_rapido_index ul li a,
    .acesso_rapido_index ul li a:hover,
    .acesso_rapido_index ul li.active a {
        line-height: 140%;
        padding: 10px 15px;
        font-size: 12px;
        padding-top: 13px;
        height: 45px;
    }
    .acesso_rapido_index ul li a:hover:after,
    .acesso_rapido_index ul li.active a:after {
        display: none;
    }
    .acesso_rapido_index .tab-content {
        height: unset;
    }
    .acesso_rapido_index .tab-pane .item {
        float: left;
        width: calc(100% / 3);
        padding: 10px 5px;
        height: 90px;
        border-right: 1px solid #d1d1d1;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .acesso_rapido_index .tab-pane .item:nth-child(3n) {
        border-right: none;
    }
    .acesso_rapido_index .tab-pane svg {
        margin-bottom: 0;
    }
    .acesso_rapido_index .tab-pane span {
        font-size: 12px;
        padding: 0 10px;
        line-height: 100%;
    }
    #menu_acessibilidade {
        top: 51px;
    }
    body {
        margin-top: 50px;
    }
    #div_cab {
        border: none;
    }
    #menu {
        z-index: 99;
        background-color: #b81f36;
        position: fixed;
        top: 0;
        left: 0;
    }
    .gsc-results-wrapper-overlay {
        width: 90% !important;
        height: 90% !important;
        top: 5% !important;
        left: 5% !important;
    }
    .content_busca_int .item,
    .content_busca_int.busca_texto_ano .item.item_texto {
        width: calc(50% - 10px);
    }
    .content_busca_int {
        padding: 15px;
    }
    .col_lei p {
        font-size: 12px;
        height: unset;
    }
    .listagem_leis .conteudo_lei {
        min-height: unset;
    }
    .texto_int {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        min-height: 0.01%;
        overflow-x: auto;
    }
    .texto_int table {
        width: 100%;
        max-width: 100%;
    }
    .logo_mobile img {
        height: 36px;
        margin: 7px;
    }
    .breadcrumb {
        padding: 50px 0 15px 0;
        margin-bottom: 40px;
    }
    .breadcrumb h1,
    .breadcrumb_portal.breadcrumb h1 {
        font-size: 24px;
    }
    .noticias_int h2 {
        font-size: 20px;
    }
    .capa_noticia_int .capa {
        width: 100%;
    }
    .capa_noticia_int iframe {
        height: 230px;
    }
    .logo_rodape img {
        max-width: 70%;
    }
    .breadcrumb .infos_right {
        margin-top: 15px;
        width: 100%;
    }
    .subtitle h2:before,
    .subtitle h2:after,
    .link_todas_noticias a:before,
    .link_todas_noticias a:after {
        width: 40px;
        top: 8px;
    }
    .link_todas_noticias a:before,
    .subtitle h2:before {
        left: -50px;
    }
    .link_todas_noticias a:after,
    .subtitle h2:after {
        right: -50px;
    }
    .m-b-50 {
        margin-bottom: 25px;
    }
    .accordion_anexos .conteudo_right {
        width: 100%;
        text-align: left;
        border-left: none;
    }
    .accordion_anexos .status_xs svg {
        margin-right: 10px;
    }
    .accordion_anexos .conteudo_right .item {
        padding: 15px 0 !important;
    }
    .accordion_anexos .conteudo_right svg {
        margin-right: 10px;
    }
    .download_arquivo svg {
        margin: 5px;
    }
    .nome_arquivo_inline {
        width: calc(100% - 50px);
        display: inline-block;
    }
    .webde_rodape {
        position: relative;
        right: unset;
        top: unset;
        margin-top: 10px;
    }
    .caixa_inicial {
        padding-top: 0;
    }
    .banners_aop img {
        margin-bottom: 15px;
    }
    .ver_mais_grande {
        padding: 15px;
    }
    .half_sm_full_xs {
        width: 100%;
    }
    .half_sm_full_xs a {
        float: left;
    }
    .subtitle h2 {
        font-size: 16px;
    }
    .subtitle h2:after {
        display: none;
    }
    .navbar-toggle {
        margin: 0;
        float: right;
        margin: 8px;
        border-color: #fff;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .block767 {
        display: block;
    }
    .listagem_perguntas .botao_perguntas {
        font-size: 12px;
        padding: 10px 0 10px 25px;
    }
    .btnenviar {
        margin-top: 20px;
    }
    .submenu_interna h2 {
        font-size: 12px;
    }
    .acesso_rapido a:last-child {
        padding-bottom: 0px;
    }
    .download_arquivo {
        float: none;
    }
    .data_not_rel {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 8px 10px;
    }
    .caixa_not_rel h2 {
        display: block;
    }
    #accordion .escolha_ano .selecao {
        margin-bottom: 10px;
        margin-left: 0px;
        display: block;
        margin-top: 10px;
    }
    .exportar_dados {
        float: none;
    }
    #accordion .panel {
        margin-top: 20px;
    }
    .h2_noticia {
        max-width: 100%;
    }
    .navbar .navbar-nav > li.dropdown > a:after {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        top: 16px;
        height: 2px;
        width: 10px;
        background-color: #fff;
    }
    .navbar .navbar-nav > li.dropdown:not(.open) > a:before {
        content: "";
        display: block;
        position: absolute;
        right: 19px;
        top: 12px;
        height: 10px;
        width: 2px;
        background-color: #fff;
    }
    .navbar .navbar-nav .dropdown-menu li a {
        color: #fff;
        float: right;
        padding: 4px 20px;
        border-bottom: 1px solid #fff;
    }
    input.gsc-input,
    .gsc-input-box,
    .gsc-input-box-hover,
    .gsc-input-box-focus {
        background-color: #fff !important;
    }
    .navbar .navbar-nav .dropdown-submenu li a {
        border-top: 0;
        margin-right: 30px;
    }
    .dropdown-submenu > .dropdown-menu {
        display: block;
    }
    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border-top: 0;
    }
    .navbar .navbar-nav li {
        display: block;
        width: 100%;
        float: left;
    }
    .navbar .navbar-nav > li:first-child {
        display: none;
    }
    .navbar .navbar-nav li a {
        width: 100%;
        padding: 8px;
        padding-right: 35px;
        text-align: right;
        position: relative;
    }
    .acesso_rapido svg {
        color: #a3b19e;
        height: 20px;
        width: 20px;
        margin: 12px;
    }
    .acesso_rapido .list-group {
        margin-bottom: 0px;
    }
    .list-group-item {
        padding: 0px;
    }
    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .m-r-divs div {
        float: none;
    }
    .m-r-divs {
        float: none;
        text-align: center;
    }
    .content_play {
        padding: 10px 15px;
    }
    .svg_webde {
        text-align: center;
        padding: 15px;
    }
    .padrao1_h2 h2 {
        font-size: 19px;
        text-align: center;
    }
    .todas_noticias_index {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .sub-info {
        margin-top: 50px;
    }
    .acesso_rapido h2 {
        padding: 15px 0 15px 0;
    }
    .contents_svg_top {
        background-color: #a3b19e;
        height: 35px;
        width: 35px;
    }
    .contents_svg_top svg,
    .acessibilidade svg {
        height: 35px;
        width: 35px;
    }
    .position2 {
        height: 35px;
    }
    .play_cabecalho svg {
        height: 15px;
    }
    .margin_search_xs {
        margin-top: 3%;
    }
    .padrao_interna h1 {
        margin-top: 15px;
    }
    .content_noticia {
        padding-bottom: 20px;
    }
    .listagem .content_noticia:last-child {
        margin-bottom: 50px;
    }
    .m-b-185 {
        margin-bottom: 50px;
    }
    .margin_acesso_interna {
        margin-left: -30px;
        margin-right: -30px;
    }
    .navbar .navbar-nav > li > a {
        margin-bottom: 1px;
        color: #fff;
    }
    .navbar-nav {
        padding: 30px 0 0 0;
        margin: 0;
        background: transparent;
    }
    #navbar {
        background: #b81f36;
        padding: 10px 0 0 0;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 400px;
    }
    .gsc-control-cse {
        width: 70% !important;
        float: right !important;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
        margin-right: 20% !important;
    }
    .titulo_lei_projeto span {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 0;
    }
    .content_solicitacoes .content {
        padding: 30px 15px;
    }
}

@media (max-width: 479px) {
    .svg45 svg {
        width: 100%;
        display: block;
    }
    .content_play {
        padding: 5px 5px;
    }
}

@media (max-width: 420px) {
    .panel > .panel-heading button {
        font-size: 9px;
    }
}

/* CSS PORTAL DA TRANSPARÊNCIA */
.relatorios_but {
    min-height: 85px;
}

.m-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.box_inbox i {
    display: inline-block;
    vertical-align: top;
}

.clr:after {
    content: " ";
    clear: both;
    display: block;
}

.table_padrao thead tr td {
    color: #a3b19e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    background: #f5f5f5;
}

table.table_padrao,
.table_padrao td,
.table_padrao th {
    border: 1px solid #eaeaea;
    padding-left: 12px;
}

.table_padrao tbody tr td {
    background: #f5f5f5;
    color: #737373;
    font-size: 13px;
}

.table_padrao .center-table {
    text-align: center;
    padding: 0px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #889d88;
}

.but-dropitens {
    display: block;
    background: #b81f36;
    border: 1px solid #c9c9c9;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    height: 56px;
    font-size: 14px;
    margin: 2px 0px;
}

.but-dropitens {
    outline-color: transparent;
}

.but-dropitens:hover,
button.up {
    background: #18693c;
}

.lista_portal .categoria {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.c_title {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.c_title .detail {
    margin-top: 7px;
    width: 150px;
    height: 2px;
    margin-left: 30px;
}

.c_title svg {
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.c_title h2 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.lista_portal a {
    float: left;
    text-align: center;
    width: calc(100% / 6);
    height: 110px;
    padding: 15px 5px 5px 5px;
    margin-bottom: 15px;
    border-right: 1px solid #e4e4e4;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.categoria_children div:last-child a {
    border-right: none !important;
}

.lista_portal a:hover {
    background-color: inherit;
}

.lista_portal a p {
    line-height: 120%;
}

.lista_portal a svg {
    height: 25px;
    width: 25px;
    display: inline-block;
    color: inherit;
    margin-bottom: 7px;
}

.lista_portal a:hover svg,
.lista_portal a:hover p {
    color: #fff;
}

.lista_portal a:hover svg {
    animation: espelhamento 1s linear;
    /*animation: espelhamento 1s infinite linear;*/
}

@keyframes espelhamento {
    0% {
        transform: scaleX(0);
    }
    25% {
        transform: scaleX(-1);
    }
    50% {
        transform: scaleX(0);
    }
    75% {
        transform: scaleX(1);
    }
    /*100% {
    transform: scaleX(0);
    }*/
}
#portal_premiado .item a img {
    max-width: 350px;
}

.lista_portal a p {
    font-size: 13px;
    color: #727272;
}

.lista_portal,
.conteudo_portal {
    padding-bottom: 60px;
}

.but-dropitens {
    margin-bottom: 30px;
}

.conteudo_interno_portal .svg-portal-cab {
    color: #b81f36;
    height: 55px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #b81f36;
    padding-right: 15px;
    margin-right: 15px;
}

.conteudo_interno_portal .title {
    margin-bottom: 50px;
}

.conteudo_interno_portal h3 {
    color: #b81f36;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}

.conteudo_interno_portal p {
    color: #727272;
    font-size: 14px;
}

.conteudo_interno_portal a {
    font-weight: 600;
    color: inherit;
}

.lai p {
    margin-bottom: 20px;
}

.lai .outras_infos {
    margin-bottom: 20px;
}

.lai .outras_infos p {
    margin-bottom: 0px;
}

.m-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.box_download span {
    font-size: 18px;
    color: #b81f36;
    font-weight: bold;
}

.item_sic .link_sic {
    min-height: 273px;
    text-align: center;
    padding: 70px 15px 0 15px;
    cursor: pointer;
}

.link_sic.with_content:focus .conteudo,
.link_sic.with_content:hover .conteudo {
    display: none;
}

.conteudo_focus {
    display: none;
}

.conteudo_focus p {
    font-size: 13px;
    color: #1f859f;
    margin-bottom: 0;
}

.conteudo_focus a {
    display: block;
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-weight: 600;
    color: inherit;
    border: 1px solid #1f859f;
    padding: 10px 15px;
}

.conteudo_focus a:hover {
    background-color: #1f859f;
    color: #fff;
}

.link_sic.with_content:focus .conteudo_focus,
.link_sic.with_content:hover .conteudo_focus {
    display: block;
}

.item_sic .link_sic,
.item_sic.item_relatorios {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#F3F3F3',GradientType=0 );
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.item_sic.item_relatorios {
    padding: 20px;
    padding-bottom: 12px;
}

.item_sic .link_sic:hover {
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(202, 202, 202, 0.5);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(202, 202, 202, 0.5);
    box-shadow: inset 0px 0px 20px 0px rgba(202, 202, 202, 0.5);
}

.item_sic svg {
    height: 40px;
    width: 40px;
    margin-bottom: 30px;
    color: #065f93;
}

.item_sic h2 {
    margin: 0;
    font-size: 15px;
    color: #1f859f;
    line-height: 130%;
    display: inline-block;
    font-weight: normal;
    width: 100%;
}

.logo_relatorio {
    margin-bottom: -33px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.item_sic.item_relatorios h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    padding-left: 70px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c4c4c4;
    margin-top: -13px;
    margin-bottom: 15px;
}

.item_relatorios .dados {
    padding-left: 20px;
}

.item_relatorios .item {
    margin-bottom: 25px;
}

.item_relatorios h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f859f;
    margin-bottom: 5px;
}

.item_relatorios h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 30px;
    background-color: #cad0db;
}

.item_relatorios h3 strong {
    font-size: 33px;
    color: #666666;
    margin-left: 10px;
}

.item_relatorios .verde h3,
.item_relatorios .verde svg {
    color: #53b643;
}

.item_relatorios .amarelo h3,
.item_relatorios .amarelo svg {
    color: #ebb206;
}

.item_relatorios .com_svg svg {
    height: 125px;
    width: 60px;
    float: left;
    padding: 40px 15px 40px 0;
    margin-right: 15px;
    border-right: 2px solid #065f93;
}

.item_relatorios .com_svg .conteudo {
    float: left;
    width: calc(100% - 75px);
}

.item_relatorios .item.com_svg span {
    font-size: 15px;
    line-height: 31px;
    color: #666666;
    display: inline-block;
    width: 100%;
}

.link_todos {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #666666;
    padding-top: 10px;
    border-top: 1px solid #c4c4c4;
}

.conteudo_sic .content_solicitacoes {
    margin-top: 60px;
}

.conteudo_sic .content_solicitacoes:last-child {
    margin-bottom: 100px;
}

.content_solicitacoes .content {
    border: 1px solid #dddddd;
    padding: 45px 15px;
    color: #777777;
    background: #ebebeb;
}

.box_inbox {
    position: absolute;
    top: 33px;
    right: -20px;
    background-color: #a3b19e;
    width: 40px;
    height: 41px;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.content_solicitacoes .content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
}

.content_solicitacoes .content .botao_int_1 {
    padding: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    background-color: #fff;
    color: #777777;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    font-weight: normal;
}

.content_solicitacoes .content .botao_int_1:hover {
    color: #35805f;
    border-color: #35805f;
}

.conteudo_sic .solicitacao_infos h2 {
    font-size: 16px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 30px;
}

.conteudo_sic .solicitacao_infos p {
    font-size: 14px;
    color: #727272;
}

.conteudo_sic .solicitacao_infos a {
    font-weight: 600;
    color: inherit;
}

.sic_acompanhamento .solicitacao_infos {
    margin-top: 20px;
}

.selecoes_solicitacoes svg {
    float: right;
    display: inline-block;
    background-color: #a3b19e;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 10px 3px;
    border: none;
    margin-right: 0px;
}

.selecoes_solicitacoes {
    margin-bottom: 60px;
    margin-top: 30px;
}

.solicitante {
    margin-top: 10px;
    margin-bottom: 15px;
}

.resultado_pesquisa {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.resultado_pesquisa svg {
    border: 0px;
    background-color: #a3b19e;
    height: 60px;
    width: 60px;
    padding: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.resultado_pesquisa span {
    color: #727272;
    line-height: 150%;
    display: inline-block;
}

.span13 {
    font-size: 13px;
    font-weight: 600;
}

.span14 {
    font-size: 14px;
    font-weight: 500;
}

.resultado_pesquisa svg.svg_pdf_pesquisa {
    background-color: transparent;
    padding: 0px;
    margin-left: 70px;
    margin-right: 5px;
    color: #a3b19e;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.resultado_pesquisa .content_documentos {
    margin-top: 10px;
}

.resultado_pesquisa .content_documentos span {
    vertical-align: middle;
    font-size: 13px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .lista_portal a {
        width: calc(100% / 5);
    }
    #cabConteudosSec a {
        padding: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .caixa_default h3 {
        font-size: 16px;
        margin: 10px 0 5px 0;
        min-height: 35px;
    }
    .listagem_noticias .item {
        margin-bottom: 30px;
    }
    .listagem_noticias .item .foto {
        width: 30%;
        margin-left: 7%;
    }
    .listagem_noticias .item_tipo {
        left: calc(37% - 35px);
    }
    footer .inline_item:not(.logo) {
        margin-left: 0;
        width: 24%;
        min-width: unset !important;
        text-align: right;
    }
    footer .inline_item span,
    footer .inline_item a {
        font-size: 15px;
    }
    footer .inline_item.contato_rodape a:last-child span {
        font-size: 16px;
    }
    footer .inline_item svg {
        display: none;
    }
    #carousel_noticias_home {
        margin-bottom: 30px;
    }
    .banner_fala_cidadao {
        max-width: unset !important;
        margin-bottom: 25px;
        display: inline-block;
    }
    .tabs_servico_atividade {
        max-width: 550px;
    }
    .lista_portal a {
        width: calc(100% / 4);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        padding: 35px 0 80px 0;
    }
    .lista_portal a {
        width: calc(100% / 4);
    }
}
@media (max-width: 767px) {
    .logo_rodape {
        margin-bottom: 50px;
        height: 50px;
    }
    .banner_fala_cidadao {
        margin-bottom: 20px;
        height: 80px;
    }
    .infosEvento .item.inline_svg {
        width: 100%;
    }
    .listagem_eventos .caixa_default,
    .listagem_noticias .item {
        margin-bottom: 30px;
    }
    .listagem_eventos .caixa_default h3 {
        margin-bottom: 10px;
        min-height: unset;
    }
    .listagem_noticias .item .foto,
    .listagem_noticias .item .texto {
        width: 100%;
    }
    .listagem_noticias .item_tipo {
        left: 30px;
    }
    #cabConteudosSec a {
        padding: 0;
        font-size: 13px;
    }
    .item_relatorios .com_svg svg {
        height: 100px;
        width: 50px;
        padding: 20px 15px 20px 0;
    }
    .item_relatorios .item.com_svg span {
        line-height: 25px;
    }
    .item_sic.item_relatorios h2 {
        font-size: 25px;
    }
    .item_relatorios h3 {
        font-size: 16px;
    }
    .conteudo_focus p {
        font-size: 12px;
        line-height: 120%;
        margin-top: -15px;
    }
    .item_sic .link_sic {
        min-height: 200px;
        padding: 30px 15px 0 15px;
    }
    .resultado_pesquisa svg.svg_pdf_pesquisa {
        margin-left: 0px;
    }
    .lista_portal a {
        width: calc(100% / 2);
    }
    .lista_portal a p {
        font-size: 12px;
    }
    .conteudo_interno_portal .svg-portal-cab {
        height: 30px;
        width: 45px;
    }
    .pedidos_realizados {
        padding: 15px 5px;
        font-size: 12px;
        width: 100%;
    }
    .conteudo_sic .content_solicitacoes {
        margin-top: 30px;
    }
    .content_solicitacoes .content {
        padding: 25px 15px;
    }
    .submenu_interna p {
        font-size: 12px;
    }
    .submenu_interna svg {
        width: 18px;
    }
    .submenu_interna a {
        padding: 5px 10px;
        margin-top: 10px;
    }
    .conteudo_interno_portal h3 {
        font-size: 16px;
    }
    .conteudo_sic .content_solicitacoes:last-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 315px) {
    .lista_portal a {
        width: 100% !important;
        min-height: 100px;
    }
    .padrao_interna h1 {
        font-size: 15px;
    }
    .submenu_interna h2 {
        font-size: 10px;
    }
}

/* CSS SIC */
.table_padrao thead tr td {
    color: #a3b19e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    background: #f5f5f5;
}

table.table_padrao,
.table_padrao td,
.table_padrao th {
    border: 1px solid #eaeaea;
    padding-left: 12px;
}

.table_padrao tbody tr td {
    background: #f5f5f5;
    color: #737373;
    font-size: 13px;
}

.table_padrao .center-table {
    text-align: center;
    padding: 0px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #889d88;
}

button.up {
    background: #8f9a8b;
}

.box_sic_svg {
    background-color: #d6d6d6;
    height: 100%;
    width: 100%;
    max-height: 105px;
    max-width: 105px;
    padding: 25px;
    margin-top: 40px;
    position: relative;
}

.box_sic_svg svg {
    height: 55px;
    width: 55px;
    color: #3dabb1;
    border: none;
}

.conteudo_sic .content_solicitacoes {
    margin-top: 60px;
}

.conteudo_sic .content_solicitacoes:last-child {
    margin-bottom: 100px;
}

.content_solicitacoes .content {
    border: 1px solid #dddddd;
    padding: 45px 15px;
    color: #777777;
    background: #ebebeb;
}

.box_inbox {
    position: absolute;
    top: 33px;
    right: -20px;
    background-color: #a3b19e;
    width: 40px;
    height: 41px;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.content_solicitacoes .content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
}

.content_solicitacoes .content .botao_int_1 {
    padding: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    background-color: #fff;
    color: #777777;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    font-weight: normal;
}

.content_solicitacoes .content .botao_int_1:hover {
    color: #3dabb1;
    border-color: #3dabb1;
}

.conteudo_sic .solicitacao_infos h2 {
    font-size: 16px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 30px;
}

.conteudo_sic .solicitacao_infos p {
    font-size: 14px;
    color: #727272;
    text-align: justify;
}

.conteudo_sic .solicitacao_infos a {
    font-weight: 600;
    color: inherit;
}

.sic_acompanhamento .solicitacao_infos {
    margin-top: 20px;
}

.selecoes_solicitacoes svg {
    float: right;
    display: inline-block;
    background-color: #a3b19e;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 10px 3px;
    border: none;
    margin-right: 0px;
}

.selecoes_solicitacoes {
    margin-bottom: 60px;
    margin-top: 30px;
}

.solicitante {
    margin-top: 10px;
    margin-bottom: 15px;
}

.resultado_pesquisa {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.resultado_pesquisa svg {
    border: 0px;
    background-color: #a3b19e;
    height: 60px;
    width: 60px;
    padding: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.resultado_pesquisa span {
    color: #727272;
    line-height: 150%;
    display: inline-block;
    vertical-align: middle;
}

.span13 {
    font-size: 13px;
    font-weight: 600;
}

.span14 {
    font-size: 14px;
    font-weight: 500;
}

.resultado_pesquisa svg.svg_pdf_pesquisa {
    background-color: transparent;
    padding: 0px;
    margin-right: 5px;
    color: #a3b19e;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.resultado_pesquisa .content_documentos {
    margin-top: 10px;
}

.resultado_pesquisa .content_documentos span {
    vertical-align: middle;
    font-size: 13px;
}

.item_progresso .data {
    float: left;
    width: 100px;
    text-align: center;
    border-right: 1px dotted #aaaaaa;
}

.item_progresso .data span {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 100px;
}

.item_progresso .conteudo {
    float: left;
    width: calc(100% - 100px);
    padding: 0 15px;
}

.item_progresso .conteudo p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 5px;
}

.item_progresso .conteudo p strong {
    font-size: 14px;
}

.status {
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.status.status_0 {
    background-color: #727272;
}
.status.status_1 {
    background-color: #3dabb1;
}
.status.status_3 {
    background-color: #406499;
}
.status.status_7 {
    background-color: #c4363d;
}
.status.status_9 {
    background-color: #f2b149;
}

.status svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.status span,
.status svg {
    color: #fff !important;
    float: left;
    line-height: 15px;
}

.sepr {
    margin-left: 47px;
    width: 6px;
    height: 21px;
    color: #9b9b9b;
}

.listagem_progressos .item_progresso:last-child .sepr {
    display: none;
}

.dados_atuais_sic p,
.dados_atuais_sic span {
    color: #666666;
}

.dados_atuais_sic p {
    font-size: 13px;
}

.dados_atuais_sic span strong {
    margin-right: 20px;
}

.dados_atuais_sic .download-resp svg {
    color: #3dabb1;
    margin-right: 10px;
}

.conteudo_acompanhamento_sic h3 {
    color: #3dabb1;
    font-size: 20px;
    margin-bottom: 0;
}

.conteudo_acompanhamento_sic h3 span {
    color: inherit;
    font-weight: 600;
}

.conteudo_acompanhamento_sic h3 svg {
    color: #3dabb1;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.conteudo_acompanhamento_sic h3:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #b1b1b1;
    margin: 25px 0 15px 0;
}

.dados_atuais_sic .dados {
    display: block;
    margin-bottom: 30px;
}

.dados_atuais_sic .datas {
    display: block;
    border: 1px solid #b1b1b1;
    padding: 15px 20px;
}

.dados_atuais_sic .datas svg {
    height: 18px;
    width: 18px;
    color: #3dabb1;
}

.dados_atuais_sic .datas .data:first-child {
    margin-bottom: 15px;
}

.dados_atuais_sic .datas span,
.dados_atuais_sic .datas svg {
    display: inline-block;
    vertical-align: top;
    color: #3dabb1;
    font-size: 14px;
    font-weight: 300;
}

.dados_atuais_sic .datas span strong {
    color: #666666;
}

@media (min-width: 1200px) {
    #botao_portal_destaque {
        width: 60px;
    }
    .breadcrumb.breadcrumb_sec2 {
        padding-bottom: 43px;
        margin-bottom: -34px;
        padding-top: 15px;
    }
    .dados_atuais_sic .dados {
        float: left;
        width: calc(100% - 265px);
        padding-right: 30px;
    }
    .dados_atuais_sic .datas {
        float: right;
        width: 265px;
    }
}

@media (max-width: 767px) {
    .btnenviar {
        margin: 0 0 10px 0;
    }
    .item_progresso .status svg {
        display: none;
    }
    .resultado_pesquisa svg.svg_pdf_pesquisa {
        margin-left: 0px;
    }
    #filtro_solicitacao,
    #situacao,
    #filtro_sic button {
        height: 40px;
    }
    #situacao {
        padding-left: 10px;
        width: 28%;
    }
    #filtro_solicitacao {
        padding-left: 10px;
        width: 45%;
    }
    #filtro_sic button {
        width: 11.5%;
    }
    #filtro_sic span {
        width: 10%;
    }
    .pedidos_realizados {
        padding: 15px 5px;
        font-size: 12px;
        width: 100%;
    }
    .conteudo_sic .content_solicitacoes {
        margin-top: 30px;
    }
    .content_solicitacoes .content {
        padding: 25px 15px;
    }
    .submenu_interna p {
        font-size: 12px;
    }
    .submenu_interna svg {
        width: 18px;
    }
    .submenu_interna a {
        padding: 5px 10px;
        margin-top: 10px;
    }
    .conteudo_interno_portal h3 {
        font-size: 16px;
    }
    .conteudo_sic .content_solicitacoes:last-child {
        margin-bottom: 40px;
    }
}

/* CSS OUVIDORIA */
.ouvidoria_title p {
    line-height: 150%;
    margin-top: 20px;
    font-size: 15px;
    color: #727272;
}

.ouvidoria_title a {
    color: inherit;
}

.ouvidoria_title a:hover {
    text-decoration: underline;
}

.ouvidoria .input,
.form-padrao .input {
    width: 100%;
    height: 48px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #777777;
}

.ouvidoria .input2_w,
.form-padrao .input2_w {
    width: 62.5%;
    float: left;
}
.ouvidoria .input3_w,
.form-padrao .input3_w {
    width: 36%;
    float: right;
}

.form-padrao .sub-form {
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
}

.form-cols .input {
    width: 100%;
    display: inline-block;
}

.formulario_ouvidoria {
    margin-bottom: 100px;
    margin-top: 50px;
}

.formulario_ouvidoria select {
    color: #ababab;
}

.btn_avaliar_servico,
.btnenviar {
    width: 140px;
    height: 40px;
    background-color: #fff;
    color: #cb241b;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.avaliacao_servico {
    margin: 50px 0 150px 0;
}

.avaliacao_servico p {
    margin: 20px 0;
    color: #777777;
}

.notas_avaliacao svg {
    width: 21px;
    height: 20px;
    color: #fff;
}

.notas_avaliacao .nota.nota_selecionada svg,
.notas_avaliacao .nota:hover svg {
    color: #a8a8a8;
}

.notas_avaliacao .nota:hover {
    cursor: pointer;
}

.notas_avaliacao .nota_texto {
    width: 50%;
    text-align: right;
    margin-right: 5px;
    padding-right: 5px;
}

.notas_avaliacao .nota_texto,
.notas_avaliacao svg {
    margin-bottom: 10px;
}

.btn_avaliar_servico {
    width: 240px;
    font-weight: 700;
    height: 50px;
    cursor: default;
    outline-color: transparent;
}

.btn_avaliar_servico svg {
    height: 16px;
    width: 17px;
    color: #cb241b;
    margin-right: 5px;
}

.formulario_ouvidoria #arquivo {
    display: inline-block !important;
    font-size: 12px;
}

#potedemel,
#txt_obrigatorio {
    display: none;
}

.btn-atualizar {
    background-color: #fff;
    color: #cb241b;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    vertical-align: middle;
}

.btn-atualizar:hover {
    border-color: rgba(40, 125, 176, 0.5);
}

.input-rel {
    display: inline-block;
    height: 38px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    color: #777777;
    vertical-align: middle;
}

#from {
    margin-left: 0;
}

.download-resp {
    padding-top: 8px;
}

.download-resp a,
.download-resp span,
.download-resp p,
.download-resp svg {
    color: #333;
}

.download-resp svg {
    height: 24px;
    width: 25px;
}

.download-resp a:hover span {
    color: #333;
    text-decoration: underline;
}

.transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.botoes_opcoes {
    margin-top: 50px;
    margin-bottom: 150px;
}

.botoes_opcoes a {
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    display: inline-block;
    width: 100%;
}

.botoes_opcoes a:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.botoes_opcoes a svg {
    height: 25px;
    width: 25px;
    color: #999;
    margin: 20px 15px 20px 0;
}

.botoes_opcoes a svg.seta {
    height: 20px;
    width: 11px;
    margin: 0;
}

.botoes_opcoes a span {
    font-size: 14px;
    color: #999;
    width: calc(100% - 60px);
}

.botoes_opcoes a span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.botoes_opcoes a:hover svg,
.botoes_opcoes a:hover span,
.botoes_opcoes a:hover span strong {
    color: #065f93;
}

.subtitulo-form {
    display: block;
    color: #727272;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #727272;
}

#btn-enviar-ouvidoria:disabled svg,
#btn-enviar-ouvidoria:disabled span,
#btn-enviar-ouvidoria:disabled {
    color: #ccc;
    cursor: not-allowed;
}

#btn-anonimo {
    vertical-align: sub;
}

label[for="btn-anonimo"] {
    font-weight: 600;
    color: #777777;
}

.retorno_protocolo span {
    color: #777777;
    font-size: 20px;
}

.retorno_protocolo span strong {
    color: #cb241b;
    font-size: 35px;
}

.retorno_protocolo p {
    color: #777777;
    font-size: 20px;
}

.btnenviar_acompanhamento svg {
    color: #cb241b;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.btnenviar_acompanhamento {
    height: 48px;
    width: 120px;
    font-weight: 700;
}

.formulario_ouvidoria_acompanhamento {
    margin-bottom: 30px;
    margin-top: 10px;
}

.formulario_ouvidoria_acompanhamento label {
    display: block;
}

.formulario_ouvidoria_acompanhamento .subtitulo-form {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.ouvidoria-num-acompanhamento span {
    color: #727272;
    font-size: 13px;
}

.ouvidoria-num-acompanhamento span strong {
    color: #cb241b;
    font-size: 24px;
}

.ouvidoria-text-andamento p {
    margin-top: 15px;
    margin-bottom: 5px;
}

.ouvidoria-text-andamento p span {
    font-weight: normal;
}

.input.input-p {
    width: 170px !important;
}

.input.input-m {
    width: 200px !important;
}

.title_complementar {
    margin: 15px 0;
}

.complementar_infos .title_complementar svg,
.complementar_infos .title_complementar span {
    color: #c63939;
    margin-right: 5px;
}

.complementar_infos .title_complementar svg {
    height: 15px;
    width: 16px;
}

.complementar_infos .title_complementar span {
    font-weight: 600;
    font-size: 18px;
}

#ouvidoria_infos_complementares {
    margin-top: 0px;
}

#ouvidoria_infos_complementares textarea {
    height: 150px;
    padding-top: 15px;
}

.formulario_ouvidoria_acompanhamento .subtitulo-form.sm {
    font-size: 15px;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .no_pad_r_lg {
        padding-right: 0px !important;
    }
}

.logo_print,
.d-none {
    display: none;
}

/* vacinometro */

@media (max-width: 1199px) {
    .frame-wrapper {
        height: 1290px;
    }

    .frame-wrapper iframe {
        height: 1310px;
    }
}

@media (max-width: 991px) {
    .frame-wrapper {
        height: 982px;
    }

    .frame-wrapper iframe {
        height: 1010px;
    }
}

@media (max-width: 426px) {
    .frame-wrapper {
        height: 540px;
    }

    .frame-wrapper iframe {
        height: 570px;
    }
}
