/* ---------------------------------------------------------------------- */
/*	FONTS
/* ---------------------------------------------------------------------- */
@font-face {
    font-family: 'Conv_tt0009m';
    src:
        local('☺'),
        url('../fonts/tt0009m.woff') format('woff'),
        url('../fonts/tt0009m.ttf') format('truetype'),
        url('../fonts/tt0009m.svg') format('svg'),
        url('../fonts/tt0009m.eot');
}

@font-face {
    font-family: 'Conv_72935355';
    src:
        local('☺'),
        url('../fonts/72935355.woff') format('woff'),
        url('../fonts/72935355.ttf') format('truetype'),
        url('../fonts/72935355.svg') format('svg'),
        url('../fonts/72935355.eot');
}

@font-face {
    font-family: 'Conv_tt0003c';
    src:
        local('☺'),
        url('../fonts/tt0003c.woff') format('woff'),
        url('../fonts/tt0003c.ttf') format('truetype'),
        url('../fonts/tt0003c.svg') format('svg'),
        url('../fonts/tt0003c.eot');
}

/* ---------------------------------------------------------------------- */
/*	GLOBAL
/* ---------------------------------------------------------------------- */
body {
    font-family: 'Conv_tt0003c';
    background: #fff;
    color: #034287 !important;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

img {
    border: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #034287 !important;
    cursor: pointer;
}

.clear {
    clear: both;
    font-size: 1px;
}

.fontzero {
    font-size: 0em;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #999 !important;
    font-weight: bold;
}

:-moz-placeholder {
    color: #999 !important;
    font-weight: bold;
}

:-ms-input-placeholder {
    color: #999 !important;
    font-weight: bold;
}

.padding-none {
    padding: 0;
}

.padding-left {
    padding: 0;
}

.padding-right {
    padding-right: 0;
}

.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
}

.sticky-note {
    padding: 0 0 20px 10px !important;
    font-size: 15px;
    font-weight: lighter !important;
}

.top-right,
.top-left,
.top-center {
    top: 45px !important;
}

.texto img {
    max-width: 100%;
}

.blur {
    background: #fff;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

input[type='checkbox'] {
    display: none;
}

input[type='checkbox'] + label span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/sprites/checkbox.png) left top no-repeat;
    cursor: pointer;
}

input[type='checkbox']:checked + label span {
    background: url(../img/sprites/checkbox.png) 0 -13px no-repeat;
}

/*
	  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
	  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
	  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
	  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
	*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
	  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	  Need to override the 3.3 new styles for modern browsers & apply opacity
	*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.custom-file-input {
    width: 100%;
    padding: 5px;
    color: #999;
    border: 1px solid #000;
    vertical-align: middle;
    font-weight: 300;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Escolher Arquivo';
    color: #666;
    display: inline-block;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    margin: -3px 0 -3px -3px;
    padding: 5px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    font-weight: 300;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.controles {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #fff;
    padding: 10px;
}

.controles:hover {
    background: #e9ebec;
}

.controles.show {
    opacity: 1;
}

.dropdown-menu {
    background: #034287;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #0461c8;
}

.portrait {
    width: auto !important;
    height: 35px !important;
}

.img_1 {
    position: absolute;
    bottom: -5px;
    right: 0;
    padding: 2px 10px;
    background: #2d3451;
    color: #fff;
    font-style: italic;
    font-size: 12px;
}

.img_1 a {
    display: inline-block;
    float: right;
    margin-top: -5px;
    font-size: 25px;
    font-weight: bold;
    color: #fff !important;
}

.img_2 {
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 10px;
    background: #034287;
    color: #fff;
}

.pol {
    float: left;
    display: inline-block;
    width: 140px;
    font-size: 10px !important;
    color: #fff !important;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	> 1200 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 991px) {
    /* ---------------------------------------------------------------------- */
    /*	GLOBAL
    /* ---------------------------------------------------------------------- */
    .container {
        padding: 0 !important;
        width: 1115px;
    }

    .fontzero {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0em !important;
        border: none !important;
    }

    .titulo {
        margin-bottom: 10px;
        padding: 140px 0 50px 0;
        background: url(../img/bg/bg-dentro.png) 50% 0 no-repeat;
    }

    .titulo h1 {
        padding-left: 30px;
        color: #fff;
        font-size: 54px !important;
        font-weight: lighter;
        line-height: 60px;
        font-family: 'Conv_72935355';
    }

    .mobile {
        display: none !important;
    }

    .imagemdodia {
        margin-top: 5px !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	MAPA DO SITE
    /* ---------------------------------------------------------------------- */
    .mapa-do-site {
        margin: 10px 0 10px 10px;
    }

    .mapa-do-site a {
        color: #333 !important;
    }

    .mapa-do-site li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

    .mapa-do-site h6 {
        font-size: 15px !important;
    }

    .mapa-do-site .mapa-interna {
        margin-left: 10px;
    }

    .mapa-do-site .mapa-interna li {
        border: none !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	ACESSIBILIDADE
	/* ---------------------------------------------------------------------- */
    .acessibilida {
        display: block;
        z-index: 9;
        position: fixed;
        top: 10%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .acessibilida img {
        border-radius: 52%;
    }

    .tradutor {
        display: block;
        z-index: 9;
        position: fixed;
        top: 18%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .tradutor img {
        border-radius: 52%;
    }

    .leitor {
        display: block;
        z-index: 9;
        position: fixed;
        top: 26%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .leitor img {
        border-radius: 52%;
    }

    /* ---------------------------------------------------------------------- */
    /*	TRILHA
	/* ---------------------------------------------------------------------- */
    .trilha {
        margin-bottom: 20px;
    }

    .trilha li {
        display: inline-block;
        padding: 5px 0;
    }

    .trilha,
    .trilha a {
        color: #333 !important;
        font-size: 15px;
    }

    /* ---------------------------------------------------------------------- */
    /*	TOP
    /* ---------------------------------------------------------------------- */
    .top {
        padding: 5px 0;
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
    }

    .top .informacao-top {
        float: left;
        display: inline-block;
        width: 150px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .informacao-top img {
        float: left;
        margin-right: 5px;
    }

    .top .transparencia-top {
        float: left;
        display: inline-block;
        width: 160px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .transparencia-top img {
        float: left;
        margin-right: 5px;
    }

    .top .eouv-top {
        margin-left: 30px;
        float: left;
        display: inline-block;
        width: 260px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .eouv-top img {
        float: left;
        margin-right: 5px;
        height: 35px;
    }

    .top .eouv-top span {
        display: inline-block;
        width: 100px;
        clear: both;
    }

    .top .eouv-top span a {
        color: #fff !important;
    }

    .top .acessibilidade {
        float: left;
        margin: 0 0 0 20px;
        display: inline-block;
    }

    .top .acessibilidade a,
    .top .acessibilidade input {
        margin-right: 5px;
        padding: 8px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        border: 1px solid #fff;
        background: none;
    }

    .top .acessibilidade #btnContraste {
        float: left;
        padding: 8px 9px !important;
    }

    .top .acessibilidade .mapa {
        float: left;
        padding: 8px 9px !important;
    }

    .top .local-data {
        float: right;
        padding-top: 5px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    .top .pol:hover {
        color: #fff !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	HEADER
    /* ---------------------------------------------------------------------- */
    header {
    }

    /* ---------------------------------------------------------------------- */
    /*	LOGOMARCA
    /* ---------------------------------------------------------------------- */
    .logomarca {
        padding: 20px 0;
        text-align: center;
        border-top: 3px double #034287;
    }

    /* ---------------------------------------------------------------------- */
    /*	MENU
    /* ---------------------------------------------------------------------- */
    .m-menu {
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
        font-size: 14px;
    }

    .menu {
        float: left;
    }

    .m-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .m-menu .navbar-collapse {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .m-menu .navbar {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        min-height: 0 !important;
    }

    .m-menu .navbar-nav {
        min-height: 0;
    }

    .m-menu .navbar-nav > li a {
        padding-right: 33px;
        color: #fff !important;
        font-weight: lighter;
    }

    .m-menu .navbar-nav > li a.ultimo {
        padding-right: 0px;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
    }

    .m-menu-fixo {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 !important;
        z-index: 99999;
        width: 100%;
    }

    .m-menu-fixo a {
        color: #fff !important;
    }

    .m-menu-fixo .logomarca {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .m-menu-fixo .logomarca img {
        margin: 0;
        height: 60px;
    }

    .m-menu-fixo .menu {
        float: left;
    }

    .m-menu-fixo .m-menu {
        margin: 0;
    }

    .m-menu-fixo .m-menu .navbar {
        margin: 10px 0 0 0;
    }

    .m-menu-fixo .m-menu .navbar-nav > li a {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .m-menu-fixo .m-menu .dropdown:hover .dropdown-menu a {
        color: #fff !important;
    }

    .m-menu-fixo .m-menu .dropdown:hover .dropdown-menu a:hover {
        color: #000 !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM BUSCA
    /* ---------------------------------------------------------------------- */
    .form-busca {
        float: right;
        width: 300px;
        margin: 0;
        padding: 8px 0;
        background: #2d3451;
    }

    .form-busca input {
        float: left;
        width: 250px;
        background: none;
        border: none;
        font-family: 'Conv_72935355';
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca .btn {
        float: left;
        margin: 0;
        background: none;
        border: none;
    }

    .form-busca ::-webkit-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-moz-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-ms-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .lista-busca {
    }

    .li-busca {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    .li-busca h5 {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .li-busca h6 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .paginacao {
        text-align: center;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #ccc !important;
        background-color: #eee !important;
        border-color: #ddd !important;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative !important;
        padding: 6px 12px !important;
        margin-left: -1px !important;
        line-height: 25px !important;
        color: #ccc !important;
        text-decoration: none !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2 !important;
        color: #fff !important;
        cursor: default !important;
        background-color: #034287 !important;
        border-color: #ccc !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	HOME
    /* ---------------------------------------------------------------------- */
    .tamanhoslide {
        margin: 8px 0 40px 0;
        height: 480px;
    }

    .tamanhoslide .item {
        height: 480px;
    }

    .tamanhoslide .item img {
        width: 100%;
        height: 393px !important;
    }

    .tamanhoslide .carousel-caption {
        bottom: 10px;
    }

    .tamanhoslide .carousel-caption h2 {
        color: #2c3351;
        text-shadow: none;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
    }

    .tamanhoslide .carousel-indicators {
        bottom: 5px;
    }

    .carousel-indicators li {
        background: #2c3351;
        border: none;
        margin: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    .carousel-indicators li.active {
        background: #496896;
        border: none;
    }

    .carousel-control {
        background-image: none !important;
        bottom: -40px;
    }

    .tamanhoslide .carousel-control img {
        position: absolute;
        top: 80%;
        z-index: 5;
        display: inline-block;
        height: 30px;
    }

    .menu-home {
        font-size: 14px;
    }

    .menu-home h1 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287 url(../img/sprites/bg-menuinterno.png) top left
            no-repeat;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu-home h1 img {
        margin-right: 65px;
    }

    .menu-home ul {
        padding: 25px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .menu-home ul a {
        display: block;
        margin-bottom: 5px;
        color: #2c3351 !important;
        text-transform: uppercase;
    }

    .menu-home .servicos-empresa img {
        margin-right: 30px;
    }

    .menu-home .servicos-empresa span {
        float: right;
        margin-top: -8px;
        width: 240px;
        display: inline-block;
    }

    /* Rotating glyphicon when expanding/collapsing */
    .collapse-chevron .prefeitura {
        transition: 0.3s transform ease-in-out;
    }

    .collapse-chevron .collapsed .prefeitura {
        transform: rotate(-90deg);
    }

    .publicidade {
        padding-right: 15px;
    }

    .publicidade img {
        width: 100%;
    }

    .right-home {
        padding: 0;
    }

    .right-home .noticias-home {
        margin: 20px 0;
    }

    .right-home .noticias-home li {
        margin-bottom: 10px;
        padding-left: 0;
        min-height: 220px;
    }

    .right-home .noticias-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .noticias-home .t {
        height: 150px;
        overflow: hidden;
    }

    .right-home .noticias-home img {
        width: auto !important;
        height: 100%;
    }

    .right-home .noticias-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .noticias-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .noticias-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesso-rapido {
        margin-top: 20px;
        padding-left: 0;
    }

    .right-home .acesso-rapido h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .acesso-rapido .espaco {
        margin: 0 31px 25px 0;
    }

    .right-home .acesso-rapido li {
        margin-bottom: 25px;
        padding: 15px;
        width: 120px;
        height: 102px;
        background: #034287 url(../img/sprites/bg-acesso-rapido.png) top left
            no-repeat;
        text-align: center;
        text-transform: uppercase;
    }

    .right-home .acesso-rapido li.semespaco {
        margin: 0;
    }

    .right-home .acesso-rapido li h3 {
        color: #fff;
        font-size: 13px;
        font-family: 'Conv_72935355';
    }

    .right-home .acesso-rapido li img {
        margin-bottom: 10px;
    }

    .right-home .videos-home {
        margin: 20px 0 40px 0;
        padding: 0;
    }

    .right-home .videos-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .videos-home li {
        padding-left: 0;
        overflow: hidden;
    }

    .right-home .videos-home .ultimo {
        padding-right: 0 !important;
    }

    .right-home .videos-home iframe {
        width: 100%;
    }

    .right-home .videos-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .videos-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .galeria-home {
        margin: 20px 0;
    }

    .right-home .galeria-home li {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .right-home .galeria-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .galeria-home img {
        width: 100%;
    }

    .right-home .galeria-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .galeria-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .galeria-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesse-home {
        padding: 30px;
        background: #034287;
        border-bottom: 30px solid #2d3451;
    }

    .right-home .acesse-home h2 {
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 22px;
        color: #fff;
        border-bottom: 4px solid #fff;
    }

    .right-home .acesse-home a {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #fff !important;
        border-bottom: 2px solid #fff;
    }

    .right-home .agenda-home {
        margin-bottom: 60px;
        padding-right: 0;
    }

    .right-home .agenda-home .cerca h2 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287;
        -moz-border-radius-topleft: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .right-home .agenda-home .cerca h2 {
        text-align: center;
        font-size: 21px;
    }

    .right-home .agenda-home .cerca h2 img {
        margin: -5px 10px 0 0;
    }

    .right-home .agenda-home .cerca h2 span:first-child {
        margin-left: -40px;
    }

    .right-home .agenda-home .cerca h2 span:last-child {
        margin-left: 10px;
    }

    .right-home .agenda-home .cerca h2 span {
        position: absolute;
        margin: 15px 0 0 -50px;
        display: inline-block;
        width: 31px;
        height: 55px;
        background: url(../img/sprites/furo-agenda.png) top center no-repeat;
    }

    .right-home .agenda-home .cerca ul {
        padding: 30px 15px 18px 15px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .right-home .agenda-home .cerca ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .right-home .agenda-home .cerca ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .right-home .agenda-home .cerca h3 {
        float: left;
        text-align: center;
        color: #777777;
        font-size: 20px;
    }

    .right-home .agenda-home .cerca h4 {
        float: left;
        margin: 10px 0 0 20px;
        color: #496896;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .agenda-home .fb-page {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        border: 5px solid #496896;
    }

    .right-home .agenda-home a {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        height: 138px;
        border: 5px solid #496896;
    }

    /* ---------------------------------------------------------------------- */
    /*	INTERNAS
    /* ---------------------------------------------------------------------- */
    .dados-conteudo {
        margin: 0;
    }

    .dados-conteudo h1 {
        padding: 8px 0 8px 20px;
        background: #034287 url(../img/bg/bg-h1-internas.png) 95% 0 no-repeat;
        color: #fff;
        font-size: 19px;
        font-family: 'Conv_72935355';
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: capitalize !important;
    }

    .dados-conteudo .rs-conteudo {
        padding-bottom: 40px;
        border-top: 3px double #034287;
        border-bottom: 1px solid rgba(73, 104, 150, 0.2);
        font-size: 15px;
        color: #333333;
    }

    .dados-conteudo .rs-conteudo .data {
        float: right;
        margin: 10px 0 30px 0;
    }

    .dados-conteudo .rs-conteudo .imagem,
    .dados-conteudo .rs-conteudo .video,
    .dados-conteudo .rs-conteudo .arquivo,
    .dados-conteudo .rs-conteudo .pdf {
        margin-bottom: 10px;
    }

    .dados-conteudo .rs-conteudo .imagem a,
    .dados-conteudo .rs-conteudo .video a,
    .dados-conteudo .rs-conteudo .arquivo a,
    .dados-conteudo .rs-conteudo .pdf a {
        font-size: 12px;
    }

    .dados-conteudo .collapse-chevron {
        border-bottom: 1px solid #ddd;
    }

    .dados-conteudo h2 {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
    }

    .dados-conteudo .collapse-chevron .linkano h2 {
        padding: 8px 0 8px 40px;
        background: #e1e1e1;
    }

    .dados-conteudo .collapse-chevron .tamanho li {
        padding: 8px;
        border-bottom: 1px solid #cdcdcd;
    }

    .dados-conteudo .rs-conteudo .lista a {
        font-size: 13px;
    }

    .dados-conteudo .rs-conteudo .lista li {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .dados-conteudo .rs-conteudo .lista li img,
    .dados-conteudo .rs-conteudo .lista li iframe {
        width: 100% !important;
    }

    .dados-conteudo .rs-conteudo .lista li .portrait {
        width: auto !important;
        height: 35px !important;
    }

    .ouvidoria {
        text-align: center;
    }

    .ouvidoria h2 {
        margin-bottom: 20px;
        padding: 20px 0;
        text-align: center;
    }

    .ouvidoria .bt {
        text-align: center;
        color: #fff !important;
    }

    .ouvidoria .ultimo {
        text-align: center;
        color: #888 !important;
    }

    .ouvidoria .bt .svg-inline--fa {
        margin-bottom: 5px;
        font-size: 50px !important;
    }

    .form-busca-ouvidoria {
        margin-top: 20px;
    }

    .thumb {
        position: relative;
        width: 100%;
        height: 130px;
        overflow: hidden;
        overflow: hidden;
    }

    .thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .thumb img.portrait {
        width: 100%;
        height: auto;
    }

    .lista-licitacoes .nav-tabs a {
        color: #333 !important;
        font-weight: lighter;
    }

    .lista-licitacoes .nav-tabs .active a {
        background: #eee !important;
    }

    .lista-licitacoes .tab-content {
        padding: 10px;
        background: #eee;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM
    /* ---------------------------------------------------------------------- */
    form {
        margin-top: 30px;
    }

    form .form-group {
        padding-left: 0;
    }

    form label {
        color: #2c3351;
        font-size: 16px;
        font-family: 'Conv_72935355';
    }

    /* ---------------------------------------------------------------------- */
    /*	FOOTER
    /* ---------------------------------------------------------------------- */
    footer {
        margin-top: 50px;
        padding-bottom: 20px;
        text-align: center;
        background: #034287 url(../img/bg/bg-footer.png) top left no-repeat;
    }

    footer .container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 40px;
    }

    footer .links-footer {
        flex: 1;
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 20px;
    }

    footer .links-footer img {
        max-height: 30px;
    }

    footer .links-footer a {
        color: #fff !important;
    }

    footer .logo-footer {
        margin-top: -90px;
    }

    footer .direitos {
        margin-top: -50px;
        text-align: right;
        color: #486796;
        font-size: 15px;
        flex: 1;
    }

    .address {
        margin-top: 25px;
        color: white;
    }

    a.agencia img {
        margin-top: 15px;
        fill: #fff;
        color: white !important;
    }

    /*
    footer {
        border: 1px solid red;

        display: flex;
        justify-content: space-around;
        align-items: center;

        margin-top: 50px;
        text-align: center;
        background: #034287 url(../img/bg/bg-footer.png) top left no-repeat;
    }

    footer .links-footer {
        border: 1px solid red;
    }

    footer .logo-footer {
        margin-top: -90px;
    }

    footer .direitos {
        margin-top: -50px;
        display: block;
        text-align: right;
        color: #486796;
        font-size: 15px;
    }

    .address {
        margin-top: 25px;
        color: white;
    }

    footer a {
        float: right;
        display: block;
        margin-top: 70px;
    }

    .e {
        padding: 60px;
    }
    */
}

/* 
--------------------------------------------------------------------------------------------------------------------------------- */
/*	991 X 1200 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 991px) and (max-width: 1200px) {
    /* ---------------------------------------------------------------------- */
    /*	GLOBAL
    /* ---------------------------------------------------------------------- */
    .container {
        padding: 0 !important;
        width: 1115px;
    }

    .fontzero {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0em !important;
        border: none !important;
    }

    .titulo {
        margin-bottom: 10px;
        padding: 140px 0 50px 0;
        background: url(../img/bg/bg-dentro.png) 50% 0 no-repeat;
    }

    .titulo h1 {
        padding-left: 30px;
        color: #fff;
        font-size: 54px !important;
        font-weight: lighter;
        line-height: 60px;
        font-family: 'Conv_72935355';
    }

    .mobile {
        display: none !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	ACESSIBILIDADE
	/* ---------------------------------------------------------------------- */
    .acessibilida {
        display: block;
        z-index: 9;
        position: fixed;
        top: 25%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .acessibilida img {
        border-radius: 52%;
    }

    /* ---------------------------------------------------------------------- */
    /*	TOP
    /* ---------------------------------------------------------------------- */
    .top {
        padding: 5px 0;
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
    }

    .top .informacao-top {
        display: inline-block;
        width: 150px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .informacao-top img {
        float: left;
        margin-right: 5px;
    }

    .top .transparencia-top {
        display: inline-block;
        width: 160px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .transparencia-top img {
        float: left;
        margin-right: 5px;
    }

    .top .eouv-top {
        margin-left: 30px;
        float: left;
        display: inline-block;
        width: 260px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .eouv-top img {
        float: left;
        margin-right: 5px;
        height: 35px;
    }

    .top .eouv-top span {
        display: inline-block;
        width: 100px;
        clear: both;
    }

    .top .acessibilidade {
        float: left;
        margin: 0 0 0 20px;
        display: inline-block;
    }

    .top .acessibilidade input {
        margin-right: 5px;
        padding: 8px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        border: 1px solid #fff;
        background: none;
    }

    .top .local-data {
        float: right;
        padding-top: 5px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    /* ---------------------------------------------------------------------- */
    /*	HEADER
    /* ---------------------------------------------------------------------- */
    header {
    }

    /* ---------------------------------------------------------------------- */
    /*	LOGOMARCA
    /* ---------------------------------------------------------------------- */
    .logomarca {
        padding: 20px 0;
        text-align: center;
        border-top: 3px double #034287;
    }

    /* ---------------------------------------------------------------------- */
    /*	MENU
    /* ---------------------------------------------------------------------- */
    .m-menu {
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
        font-size: 14px;
    }

    .menu {
        float: left;
    }

    .m-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .m-menu .navbar-collapse {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .m-menu .navbar {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        min-height: 0 !important;
    }

    .m-menu .navbar-nav {
        min-height: 0;
    }

    .m-menu .navbar-nav > li a {
        padding-right: 35px;
        color: #fff !important;
        font-weight: lighter;
    }

    .m-menu .navbar-nav > li a.ultimo {
        padding-right: 0px;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
    }

    .m-menu-fixo {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 !important;
        z-index: 99999;
        width: 100%;
    }

    .m-menu-fixo a {
        color: #fff !important;
    }

    .m-menu-fixo .logomarca {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .m-menu-fixo .logomarca img {
        margin: 0;
        height: 60px;
    }

    .m-menu-fixo .menu {
        float: left;
    }

    .m-menu-fixo .m-menu {
        margin: 0;
    }

    .m-menu-fixo .m-menu .navbar {
        margin: 10px 0 0 0;
    }

    .m-menu-fixo .m-menu .navbar-nav > li a {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .m-menu-fixo .m-menu .dropdown:hover .dropdown-menu a {
        color: #fff !important;
    }

    .m-menu-fixo .m-menu .dropdown:hover .dropdown-menu a:hover {
        color: #000 !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM BUSCA
    /* ---------------------------------------------------------------------- */
    .form-busca {
        float: right;
        width: 300px;
        margin: 0;
        padding: 8px 0;
        background: #2d3451;
    }

    .form-busca input {
        float: left;
        width: 250px;
        background: none;
        border: none;
        font-family: 'Conv_72935355';
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca .btn {
        float: left;
        margin: 0;
        background: none;
        border: none;
    }

    .form-busca ::-webkit-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-moz-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-ms-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .lista-busca {
    }

    .li-busca {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    .li-busca h5 {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .li-busca h6 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .paginacao {
        text-align: center;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #ccc !important;
        background-color: #eee !important;
        border-color: #ddd !important;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative !important;
        padding: 6px 12px !important;
        margin-left: -1px !important;
        line-height: 25px !important;
        color: #ccc !important;
        text-decoration: none !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2 !important;
        color: #fff !important;
        cursor: default !important;
        background-color: #034287 !important;
        border-color: #ccc !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	HOME
    /* ---------------------------------------------------------------------- */
    .carousel {
        margin: 8px 0 40px 0;
        height: 520px;
    }

    .tamanhoslide .item {
        height: 520px;
    }

    .tamanhoslide .item img {
        width: 100%;
        height: 393px !important;
    }

    .tamanhoslide .carousel-caption {
        bottom: -10px;
    }

    .tamanhoslide .carousel-caption h2 {
        color: #2c3351;
        text-shadow: none;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
    }

    .tamanhoslide .carousel-indicators {
        bottom: -30px;
    }

    .carousel-indicators li {
        background: #2c3351;
        border: none;
        margin: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    .carousel-indicators li.active {
        background: #496896;
        border: none;
    }

    .carousel-control {
        background-image: none !important;
        bottom: -30px;
    }

    .tamanhoslide .carousel-control img {
        position: absolute;
        top: 80%;
        z-index: 5;
        display: inline-block;
    }

    .menu-home {
        font-size: 14px;
    }

    .menu-home h1 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287 url(../img/sprites/bg-menuinterno.png) top left
            no-repeat;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu-home h1 img {
        margin-right: 65px;
    }

    .menu-home ul {
        padding: 25px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .menu-home ul a {
        display: block;
        margin-bottom: 5px;
        color: #2c3351 !important;
    }

    /* Rotating glyphicon when expanding/collapsing */
    .collapse-chevron .prefeitura {
        transition: 0.3s transform ease-in-out;
    }

    .collapse-chevron .collapsed .prefeitura {
        transform: rotate(-90deg);
    }

    .publicidade img {
        width: 100%;
    }

    .right-home {
        padding: 0;
    }

    .right-home .noticias-home {
        margin: 20px 0;
    }

    .right-home .noticias-home li {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .right-home .noticias-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .noticias-home img {
        width: 100%;
    }

    .right-home .noticias-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .noticias-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .noticias-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesso-rapido {
        margin-top: 40px;
        padding-left: 0;
    }

    .right-home .acesso-rapido h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .acesso-rapido li {
        margin: 0 17px 20px 0;
        padding: 15px;
        width: 120px;
        height: 102px;
        background: #034287 url(../img/sprites/bg-acesso-rapido.png) top left
            no-repeat;
        text-align: center;
    }

    .right-home .acesso-rapido li.semespaco {
        margin: 0;
    }

    .right-home .acesso-rapido li h3 {
        color: #fff;
        font-size: 13px;
        font-family: 'Conv_72935355';
    }

    .right-home .acesso-rapido li img {
        margin-bottom: 10px;
    }

    .right-home .videos-home {
        margin: 20px 0 40px 0;
        padding: 0;
    }

    .right-home .videos-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .videos-home li {
        padding-left: 0;
    }

    .right-home .videos-home .ultimo {
        padding-right: 0 !important;
    }

    .right-home .videos-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .videos-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .galeria-home {
        margin: 20px 0;
    }

    .right-home .galeria-home li {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .right-home .galeria-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .galeria-home img {
        width: 100%;
    }

    .right-home .galeria-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .galeria-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .galeria-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesse-home {
        padding: 30px;
        background: #034287;
        border-bottom: 30px solid #2d3451;
    }

    .right-home .acesse-home h2 {
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 22px;
        color: #fff;
        border-bottom: 4px solid #fff;
    }

    .right-home .acesse-home a {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #fff !important;
        border-bottom: 2px solid #fff;
    }

    .right-home .agenda-home {
        margin-bottom: 60px;
        padding-right: 0;
    }

    .right-home .agenda-home .cerca h2 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287;
        -moz-border-radius-topleft: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .right-home .agenda-home .cerca h2 {
        text-align: center;
        font-size: 21px;
    }

    .right-home .agenda-home .cerca h2 img {
        margin: -5px 10px 0 0;
    }

    .right-home .agenda-home .cerca h2 span:first-child {
        margin-left: -40px;
    }

    .right-home .agenda-home .cerca h2 span:last-child {
        margin-left: 10px;
    }

    .right-home .agenda-home .cerca h2 span {
        position: absolute;
        margin: 15px 0 0 -50px;
        display: inline-block;
        width: 31px;
        height: 55px;
        background: url(../img/sprites/furo-agenda.png) top center no-repeat;
    }

    .right-home .agenda-home .cerca ul {
        padding: 30px 15px 18px 15px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .right-home .agenda-home .cerca ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .right-home .agenda-home .cerca ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .right-home .agenda-home .cerca h3 {
        float: left;
        text-align: center;
        color: #777777;
        font-size: 20px;
    }

    .right-home .agenda-home .cerca h4 {
        float: left;
        margin: 10px 0 0 20px;
        color: #496896;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .agenda-home .fb-page {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        border: 5px solid #496896;
    }

    .right-home .agenda-home a {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        height: 138px;
        border: 5px solid #496896;
    }

    /* ---------------------------------------------------------------------- */
    /*	INTERNAS
    /* ---------------------------------------------------------------------- */
    .dados-conteudo {
        margin: 0;
    }

    .dados-conteudo h1 {
        padding: 8px 0 8px 20px;
        background: #034287 url(../img/bg/bg-h1-internas.png) 95% 0 no-repeat;
        color: #fff;
        font-size: 19px;
        font-family: 'Conv_72935355';
        font-weight: bold;
        letter-spacing: 2px;
    }

    .dados-conteudo .rs-conteudo {
        padding-bottom: 40px;
        border-top: 3px double #034287;
        border-bottom: 1px solid rgba(73, 104, 150, 0.2);
        font-size: 15px;
        color: #333333;
    }

    .dados-conteudo .rs-conteudo .data {
        float: right;
        margin: 10px 0 30px 0;
    }

    .dados-conteudo .rs-conteudo .imagem,
    .dados-conteudo .rs-conteudo .video,
    .dados-conteudo .rs-conteudo .arquivo,
    .dados-conteudo .rs-conteudo .pdf {
        margin-bottom: 10px;
    }

    .dados-conteudo .collapse-chevron {
        border-bottom: 1px solid #ddd;
    }

    .dados-conteudo h2 {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
    }

    .dados-conteudo .collapse-chevron .linkano h2 {
        padding: 8px 0 8px 40px;
        background: #e1e1e1;
    }

    .dados-conteudo .collapse-chevron .tamanho li {
        padding: 8px;
        border-bottom: 1px solid #cdcdcd;
    }

    .dados-conteudo .rs-conteudo .lista li {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .dados-conteudo .rs-conteudo .lista li img,
    .dados-conteudo .rs-conteudo .lista li iframe {
        width: 100% !important;
    }

    .dados-conteudo .rs-conteudo .lista li .portrait {
        width: auto !important;
        height: 35px !important;
    }

    .thumb {
        position: relative;
        width: 100%;
        height: 130px;
        overflow: hidden;
        overflow: hidden;
    }

    .thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .thumb img.portrait {
        width: 100%;
        height: auto;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM
    /* ---------------------------------------------------------------------- */
    form {
        margin-top: 30px;
    }

    form .form-group {
        padding-left: 0;
    }

    form label {
        color: #2c3351;
        font-size: 16px;
        font-family: 'Conv_72935355';
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	768 PX > 991 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    /* ---------------------------------------------------------------------- */
    /*	GLOBAL
    /* ---------------------------------------------------------------------- */
    .container {
        padding: 0 !important;
    }

    .fontzero {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0em !important;
        border: none !important;
    }

    .titulo {
        margin-bottom: 10px;
        padding: 140px 0 50px 0;
        background: url(../img/bg/bg-dentro.png) 50% 0 no-repeat;
    }

    .titulo h1 {
        padding-left: 30px;
        color: #fff;
        font-size: 54px !important;
        font-weight: lighter;
        line-height: 60px;
        font-family: 'Conv_72935355';
    }

    .mobile {
        display: none !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	ACESSIBILIDADE
	/* ---------------------------------------------------------------------- */
    .acessibilida {
        display: block;
        z-index: 9;
        position: fixed;
        top: 25%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .acessibilida img {
        border-radius: 52%;
    }

    /* ---------------------------------------------------------------------- */
    /*	TOP
    /* ---------------------------------------------------------------------- */
    .top {
        padding: 5px 0;
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
    }

    .top .informacao-top {
        float: left;
        display: inline-block;
        width: 150px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .informacao-top img {
        float: left;
        margin-right: 5px;
    }

    .top .transparencia-top {
        float: left;
        display: inline-block;
        width: 160px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .transparencia-top img {
        float: left;
        margin-right: 5px;
    }

    .top .eouv-top {
        margin-left: 30px;
        float: left;
        display: inline-block;
        width: 260px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
    }

    .top .eouv-top img {
        float: left;
        margin-right: 5px;
        height: 35px;
    }

    .top .eouv-top span {
        display: inline-block;
        width: 100px;
        clear: both;
    }

    .top .acessibilidade {
        float: left;
        margin: 0 0 0 20px;
        display: inline-block;
    }

    .top .acessibilidade input {
        margin-right: 5px;
        padding: 8px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        border: 1px solid #fff;
        background: none;
    }

    .top .local-data {
        float: right;
        padding-top: 5px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    /* ---------------------------------------------------------------------- */
    /*	HEADER
    /* ---------------------------------------------------------------------- */
    header {
    }

    /* ---------------------------------------------------------------------- */
    /*	LOGOMARCA
    /* ---------------------------------------------------------------------- */
    .logomarca {
        padding: 20px 0;
        text-align: center;
        border-top: 3px double #034287;
    }

    /* ---------------------------------------------------------------------- */
    /*	MENU
    /* ---------------------------------------------------------------------- */
    .m-menu {
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
        font-size: 14px;
    }

    .menu {
        float: left;
    }

    .m-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .m-menu .navbar-collapse {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .m-menu .navbar {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        min-height: 0 !important;
    }

    .m-menu .navbar-nav {
        min-height: 0;
    }

    .m-menu .navbar-nav > li a {
        padding-right: 25px;
        color: #fff !important;
        font-weight: lighter;
    }

    .m-menu .navbar-nav > li a.ultimo {
        padding-right: 0px;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
    }

    .m-menu-fixo {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 !important;
        z-index: 99999;
        width: 100%;
    }

    .m-menu-fixo a {
        color: #fff !important;
    }

    .m-menu-fixo .logomarca {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .m-menu-fixo .logomarca img {
        margin: 0;
        height: 60px;
    }

    .m-menu-fixo .menu {
        float: left;
    }

    .m-menu-fixo .m-menu {
        margin: 0;
    }

    .m-menu-fixo .m-menu .navbar {
        margin: 10px 0 0 0;
    }

    .m-menu-fixo .m-menu .navbar-nav > li a {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .m-menu-fixo .m-menu .dropdown:hover .dropdown-menu a {
        color: #fff !important;
    }

    .m-menu-fixo .m-menu .dropdown:hover .dropdown-menu a:hover {
        color: #000 !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM BUSCA
    /* ---------------------------------------------------------------------- */
    .form-busca {
        float: right;
        width: 300px;
        margin: 0;
        padding: 8px 0;
        background: #2d3451;
    }

    .form-busca input {
        float: left;
        width: 250px;
        background: none;
        border: none;
        font-family: 'Conv_72935355';
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca .btn {
        float: left;
        margin: 0;
        background: none;
        border: none;
    }

    .form-busca ::-webkit-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-moz-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-ms-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .lista-busca {
    }

    .li-busca {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    .li-busca h5 {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .li-busca h6 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .paginacao {
        text-align: center;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #ccc !important;
        background-color: #eee !important;
        border-color: #ddd !important;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative !important;
        padding: 6px 12px !important;
        margin-left: -1px !important;
        line-height: 25px !important;
        color: #ccc !important;
        text-decoration: none !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2 !important;
        color: #fff !important;
        cursor: default !important;
        background-color: #034287 !important;
        border-color: #ccc !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	HOME
    /* ---------------------------------------------------------------------- */
    .tamanhoslide {
        margin: 8px 0 40px 0;
        height: 520px;
    }

    .tamanhoslide .item {
        height: 520px;
    }

    .tamanhoslide .item img {
        width: 100%;
        height: 393px !important;
    }

    .tamanhoslide .carousel-caption {
        bottom: -10px;
    }

    .tamanhoslide .carousel-caption h2 {
        color: #2c3351;
        text-shadow: none;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
    }

    .tamanhoslide .carousel-indicators {
        bottom: -30px;
    }

    .carousel-indicators li {
        background: #2c3351;
        border: none;
        margin: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    .carousel-indicators li.active {
        background: #496896;
        border: none;
    }

    .carousel-control {
        background-image: none !important;
        bottom: -30px;
    }

    .tamanhoslide .carousel-control img {
        position: absolute;
        top: 80%;
        z-index: 5;
        display: inline-block;
    }

    .menu-home {
        font-size: 13px;
    }

    .menu-home h1 {
        padding: 18px;
        font-size: 13px;
        color: #fff;
        background: #034287 url(../img/sprites/bg-menuinterno.png) top left
            no-repeat;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu-home h1 img {
        margin-right: 15px;
    }

    .menu-home ul {
        padding: 25px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .menu-home ul a {
        display: block;
        margin-bottom: 5px;
        color: #2c3351 !important;
    }

    /* Rotating glyphicon when expanding/collapsing */
    .collapse-chevron .prefeitura {
        transition: 0.3s transform ease-in-out;
    }

    .collapse-chevron .collapsed .prefeitura {
        transform: rotate(-90deg);
    }

    .publicidade img {
        width: 100%;
    }

    .right-home {
        padding: 0;
    }

    .right-home .noticias-home {
        margin: 20px 0;
    }

    .right-home .noticias-home li {
        margin-bottom: 10px;
        padding-left: 0;
        min-height: 180px;
    }

    .right-home .noticias-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .noticias-home img {
        width: 100%;
    }

    .right-home .noticias-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .noticias-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .noticias-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesso-rapido {
        margin-top: 40px;
        padding-left: 0;
    }

    .right-home .acesso-rapido h2 {
        margin-bottom: 20px;
        font-size: 17px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .acesso-rapido li {
        margin: 5px;
        padding: 15px;
        width: 100px;
        height: 102px;
        background: #034287 url(../img/sprites/bg-acesso-rapido.png) top left
            no-repeat;
        text-align: center;
    }

    .right-home .acesso-rapido li h3 {
        color: #fff;
        font-size: 11px;
        font-family: 'Conv_72935355';
        text-align: center;
    }

    .right-home .acesso-rapido li img {
        margin-bottom: 10px;
    }

    .right-home .videos-home {
        margin: 20px 0 40px 0;
        padding: 0;
    }

    .right-home .videos-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .videos-home li {
        padding-left: 0;
    }

    .right-home .videos-home .ultimo {
        padding-right: 0 !important;
    }

    .right-home .videos-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .videos-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .galeria-home {
        margin: 20px 0;
    }

    .right-home .galeria-home li {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .right-home .galeria-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .galeria-home img {
        width: 100%;
    }

    .right-home .galeria-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .galeria-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .galeria-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesse-home {
        padding: 30px;
        background: #034287;
        border-bottom: 30px solid #2d3451;
    }

    .right-home .acesse-home h2 {
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 22px;
        color: #fff;
        border-bottom: 4px solid #fff;
    }

    .right-home .acesse-home a {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #fff !important;
        border-bottom: 2px solid #fff;
    }

    .right-home .agenda-home {
        margin: 60px 0;
        padding: 0;
    }

    .right-home .agenda-home .cerca h2 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287;
        -moz-border-radius-topleft: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .right-home .agenda-home .cerca h2 {
        text-align: center;
        font-size: 21px;
    }

    .right-home .agenda-home .cerca h2 img {
        margin: -5px 10px 0 0;
    }

    .right-home .agenda-home .cerca h2 span:first-child {
        margin-left: -40px;
    }

    .right-home .agenda-home .cerca h2 span:last-child {
        margin-left: 10px;
    }

    .right-home .agenda-home .cerca h2 span {
        position: absolute;
        margin: 15px 0 0 -50px;
        display: inline-block;
        width: 31px;
        height: 55px;
        background: url(../img/sprites/furo-agenda.png) top center no-repeat;
    }

    .right-home .agenda-home .cerca ul {
        padding: 30px 15px 18px 15px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .right-home .agenda-home .cerca ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .right-home .agenda-home .cerca ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .right-home .agenda-home .cerca h3 {
        float: left;
        text-align: center;
        color: #777777;
        font-size: 20px;
    }

    .right-home .agenda-home .cerca h4 {
        float: left;
        margin: 10px 0 0 20px;
        color: #496896;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .agenda-home .fb-page {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        border: 5px solid #496896;
    }

    .right-home .agenda-home a {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        height: 138px;
        border: 5px solid #496896;
    }

    /* ---------------------------------------------------------------------- */
    /*	INTERNAS
    /* ---------------------------------------------------------------------- */
    .dados-conteudo {
        margin: 0;
    }

    .dados-conteudo h1 {
        padding: 8px 0 8px 20px;
        background: #034287 url(../img/bg/bg-h1-internas.png) 95% 0 no-repeat;
        color: #fff;
        font-size: 19px;
        font-family: 'Conv_72935355';
        font-weight: bold;
        letter-spacing: 2px;
    }

    .dados-conteudo .rs-conteudo {
        padding-bottom: 40px;
        border-top: 3px double #034287;
        border-bottom: 1px solid rgba(73, 104, 150, 0.2);
        font-size: 15px;
        color: #333333;
    }

    .dados-conteudo .rs-conteudo .data {
        float: right;
        margin: 10px 0 30px 0;
    }

    .dados-conteudo .rs-conteudo .imagem,
    .dados-conteudo .rs-conteudo .video,
    .dados-conteudo .rs-conteudo .arquivo,
    .dados-conteudo .rs-conteudo .pdf {
        margin-bottom: 10px;
    }

    .dados-conteudo .collapse-chevron {
        border-bottom: 1px solid #ddd;
    }

    .dados-conteudo h2 {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
    }

    .dados-conteudo .collapse-chevron .linkano h2 {
        padding: 8px 0 8px 40px;
        background: #e1e1e1;
    }

    .dados-conteudo .collapse-chevron .tamanho li {
        padding: 8px;
        border-bottom: 1px solid #cdcdcd;
    }

    .dados-conteudo .rs-conteudo .lista li {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .dados-conteudo .rs-conteudo .lista li img,
    .dados-conteudo .rs-conteudo .lista li iframe {
        width: 100% !important;
    }

    .dados-conteudo .rs-conteudo .lista li .portrait {
        width: auto !important;
        height: 35px !important;
    }

    .ouvidoria a {
        text-align: center;
        border: 1px solid red;
    }

    .ouvidoria a i {
        display: block;
    }

    .thumb {
        position: relative;
        width: 100%;
        height: 80px;
        overflow: hidden;
        overflow: hidden;
    }

    .thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .thumb img.portrait {
        width: 100%;
        height: auto;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM
    /* ---------------------------------------------------------------------- */
    form {
        margin-top: 30px;
    }

    form .form-group {
        padding-left: 0;
    }

    form label {
        color: #2c3351;
        font-size: 16px;
        font-family: 'Conv_72935355';
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	767 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 579px) and (max-width: 767px) {
    /* ---------------------------------------------------------------------- */
    /*	GLOBAL
    /* ---------------------------------------------------------------------- */
    .fontzero {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0em !important;
        border: none !important;
    }

    .titulo {
        margin-bottom: 10px;
        padding: 140px 0 50px 0;
        background: url(../img/bg/bg-dentro.png) 50% 0 no-repeat;
    }

    .titulo h1 {
        padding-left: 30px;
        color: #fff;
        font-size: 54px !important;
        font-weight: lighter;
        line-height: 60px;
        font-family: 'Conv_72935355';
    }

    .desktop {
        display: none !important;
    }

    .txt div {
        float: none !important;
        width: 100% !important;
    }

    .txt div img {
        width: 100% !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	ACESSIBILIDADE
	/* ---------------------------------------------------------------------- */
    .acessibilida {
        display: block;
        z-index: 9;
        position: fixed;
        top: 25%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .acessibilida img {
        border-radius: 52%;
    }

    /* ---------------------------------------------------------------------- */
    /*	TOP
    /* ---------------------------------------------------------------------- */
    .top {
        padding: 5px 0;
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
    }

    .top .informacao-top {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .informacao-top img {
        margin-right: 5px;
    }

    .top .transparencia-top {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .transparencia-top img {
        margin-right: 5px;
    }

    .top .eouv-top {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .eouv-top img {
        margin-right: 5px;
        height: 35px;
    }

    .top .acessibilidade {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .acessibilidade input {
        margin-right: 5px;
        padding: 8px;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        border: 1px solid #fff;
        background: none;
    }

    .top .local-data {
        text-align: center;
        padding-top: 5px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

    /* ---------------------------------------------------------------------- */
    /*	HEADER
    /* ---------------------------------------------------------------------- */
    header {
    }

    /* ---------------------------------------------------------------------- */
    /*	LOGOMARCA
    /* ---------------------------------------------------------------------- */
    .logomarca {
        padding: 20px 0;
        text-align: center;
        border-top: 3px double #034287;
    }

    /* ---------------------------------------------------------------------- */
    /*	MENU
    /* ---------------------------------------------------------------------- */
    .m-menu {
        margin: 20px 0;
        padding: 0;
    }

    .navbar {
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
        background: #034287;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .navbar-collapse {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .navbar a {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff !important;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: #034287;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-collapse {
        overflow: hidden;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #3c474d;
    }

    .menu .navbar-nav > li:hover {
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
    }

    .navbar-nav .open .dropdown-menu {
        background: #0461c8 !important;
        text-align: center;
    }

    .menu .navbar-nav > li {
        padding: 10px 0 !important;
    }

    .menu .navbar-nav > li.dropdown {
        padding: 10px 0 0 0 !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM BUSCA
    /* ---------------------------------------------------------------------- */
    .form-busca {
        float: right;
        width: 100%;
        margin: 0;
        padding: 8px 0;
        background: #2d3451;
    }

    .form-busca input {
        float: left;
        width: 90%;
        background: none;
        border: none;
        font-family: 'Conv_72935355';
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca .btn {
        float: left;
        margin: 0;
        background: none;
        border: none;
    }

    .form-busca ::-webkit-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-moz-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-ms-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .lista-busca {
    }

    .li-busca {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    .li-busca h5 {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .li-busca h6 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .paginacao {
        text-align: center;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #ccc !important;
        background-color: #eee !important;
        border-color: #ddd !important;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative !important;
        padding: 6px 12px !important;
        margin-left: -1px !important;
        line-height: 25px !important;
        color: #ccc !important;
        text-decoration: none !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2 !important;
        color: #fff !important;
        cursor: default !important;
        background-color: #034287 !important;
        border-color: #ccc !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	HOME
    /* ---------------------------------------------------------------------- */
    .tamanhoslide {
        margin: 0 15px 10px 15px;
    }

    .tamanhoslide .item img {
        width: 100%;
    }

    .tamanhoslide .carousel-caption {
        bottom: -10px;
        display: none;
    }

    .tamanhoslide .carousel-caption h2 {
        color: #2c3351;
        text-shadow: none;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
    }

    .tamanhoslide .carousel-indicators {
        bottom: -30px;
        display: none;
    }

    .carousel-indicators li {
        background: #2c3351;
        border: none;
        margin: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    .carousel-indicators li.active {
        background: #496896;
        border: none;
    }

    .carousel-control {
        background-image: none !important;
        bottom: -30px;
        display: none;
    }

    .tamanhoslide .carousel-control img {
        position: absolute;
        top: 80%;
        z-index: 5;
        display: inline-block;
    }

    .menu-home {
        margin-bottom: 20px;
        padding: 0;
        font-size: 13px;
        text-transform: uppercase;
    }

    .menu-home h1 {
        padding: 18px;
        font-size: 13px;
        color: #fff;
        background: #034287 url(../img/sprites/bg-menuinterno.png) top left
            no-repeat;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu-home h1 img {
        margin-right: 15px;
    }

    .menu-home ul {
        padding: 25px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .menu-home ul a {
        display: block;
        margin-bottom: 5px;
        color: #2c3351 !important;
    }

    /* Rotating glyphicon when expanding/collapsing */
    .collapse-chevron .prefeitura {
        transition: 0.3s transform ease-in-out;
    }

    .collapse-chevron .collapsed .prefeitura {
        transform: rotate(-90deg);
    }

    .publicidade img {
        width: 100%;
    }

    .right-home {
        padding: 0;
    }

    .right-home .noticias-home {
        margin: 20px 0;
    }

    .right-home .noticias-home li {
        margin-bottom: 10px;
        padding: 0;
    }

    .right-home .noticias-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .noticias-home img {
        width: 100%;
    }

    .right-home .noticias-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .noticias-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .noticias-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesso-rapido {
        margin-top: 10px;
        padding: 0;
    }

    .right-home .acesso-rapido h2 {
        margin-bottom: 20px;
        font-size: 17px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .acesso-rapido li {
        margin: 5px;
        padding: 15px;
        width: 100px;
        height: 102px;
        background: #034287 url(../img/sprites/bg-acesso-rapido.png) top left
            no-repeat;
        text-align: center;
    }

    .right-home .acesso-rapido li h3 {
        color: #fff;
        font-size: 11px;
        font-family: 'Conv_72935355';
        text-align: center;
    }

    .right-home .acesso-rapido li img {
        margin-bottom: 10px;
    }

    .right-home .videos-home {
        margin: 20px 0;
        padding: 0;
    }

    .right-home .videos-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .videos-home li {
        margin-bottom: 20px;
        padding: 0;
    }

    .right-home .videos-home .ultimo {
        padding-right: 0 !important;
    }

    .right-home .videos-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .videos-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .galeria-home {
        margin: 10px 0;
    }

    .right-home .galeria-home li {
        margin-bottom: 10px;
        padding: 0;
    }

    .right-home .galeria-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .galeria-home img {
        width: 100%;
    }

    .right-home .galeria-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .galeria-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .galeria-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesse-home {
        padding: 30px;
        background: #034287;
        border-bottom: 30px solid #2d3451;
    }

    .right-home .acesse-home h2 {
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 22px;
        color: #fff;
        border-bottom: 4px solid #fff;
    }

    .right-home .acesse-home a {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #fff !important;
        border-bottom: 2px solid #fff;
    }

    .right-home .agenda-home {
        margin: 60px 0;
        padding: 0;
    }

    .right-home .agenda-home .cerca h2 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287;
        -moz-border-radius-topleft: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .right-home .agenda-home .cerca h2 {
        text-align: center;
        font-size: 21px;
    }

    .right-home .agenda-home .cerca h2 img {
        margin: -5px 10px 0 0;
    }

    .right-home .agenda-home .cerca h2 span:first-child {
        margin-left: -40px;
    }

    .right-home .agenda-home .cerca h2 span:last-child {
        margin-left: 10px;
    }

    .right-home .agenda-home .cerca h2 span {
        position: absolute;
        margin: 15px 0 0 -50px;
        display: inline-block;
        width: 31px;
        height: 55px;
        background: url(../img/sprites/furo-agenda.png) top center no-repeat;
    }

    .right-home .agenda-home .cerca ul {
        padding: 30px 15px 18px 15px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .right-home .agenda-home .cerca ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .right-home .agenda-home .cerca ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .right-home .agenda-home .cerca h3 {
        float: left;
        text-align: center;
        color: #777777;
        font-size: 20px;
    }

    .right-home .agenda-home .cerca h4 {
        float: left;
        margin: 10px 0 0 20px;
        color: #496896;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .agenda-home .fb-page {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        border: 5px solid #496896;
        text-align: center;
    }

    .right-home .agenda-home a {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        border: 5px solid #496896;
    }

    .espaco-mobile {
        padding: 40px 0;
    }

    /* ---------------------------------------------------------------------- */
    /*	INTERNAS
    /* ---------------------------------------------------------------------- */
    .dados-conteudo {
        margin: 0;
    }

    .dados-conteudo h1 {
        padding: 8px 0 8px 20px;
        background: #034287 url(../img/bg/bg-h1-internas.png) 95% 0 no-repeat;
        color: #fff;
        font-size: 19px;
        font-family: 'Conv_72935355';
        font-weight: bold;
        letter-spacing: 2px;
    }

    .dados-conteudo .rs-conteudo {
        padding-bottom: 40px;
        border-top: 3px double #034287;
        border-bottom: 1px solid rgba(73, 104, 150, 0.2);
        font-size: 15px;
        color: #333333;
    }

    .dados-conteudo .rs-conteudo .data {
        float: right;
        margin: 10px 0 30px 0;
    }

    .dados-conteudo .rs-conteudo .imagem,
    .dados-conteudo .rs-conteudo .video,
    .dados-conteudo .rs-conteudo .arquivo,
    .dados-conteudo .rs-conteudo .pdf {
        margin-bottom: 10px;
    }

    .dados-conteudo .collapse-chevron {
        border-bottom: 1px solid #ddd;
    }

    .dados-conteudo h2 {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
    }

    .dados-conteudo .collapse-chevron .linkano h2 {
        padding: 8px 0 8px 40px;
        background: #e1e1e1;
    }

    .dados-conteudo .collapse-chevron .tamanho li {
        padding: 8px;
        border-bottom: 1px solid #cdcdcd;
    }

    .dados-conteudo .rs-conteudo .lista li {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .dados-conteudo .rs-conteudo .lista li img,
    .dados-conteudo .rs-conteudo .lista li iframe {
        width: 100% !important;
    }

    .dados-conteudo .rs-conteudo .lista li .portrait {
        width: auto !important;
        height: 35px !important;
    }

    .thumb {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
        overflow: hidden;
    }

    .thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .thumb img.portrait {
        width: 100%;
        height: auto;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM
    /* ---------------------------------------------------------------------- */
    form {
        margin-top: 30px;
    }

    form .form-group {
        padding-left: 0;
    }

    form label {
        color: #2c3351;
        font-size: 16px;
        font-family: 'Conv_72935355';
    }

    /* ---------------------------------------------------------------------- */
    /*	FOOTER
    /* ---------------------------------------------------------------------- */
    footer {
        margin-top: 50px;
        text-align: center;
        height: 118px;
        background: #034287 url(../img/bg/bg-footer.png) top left no-repeat;
    }

    footer .logo-footer {
        margin-top: -90px;
    }

    footer .direitos {
        float: right;
        margin-top: -70px;
        display: block;
        width: 270px;
        text-align: right;
        color: #486796;
        font-size: 15px;
    }

    footer a {
        float: right;
        display: block;
        margin-top: 70px;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/*	579 PX
/* --------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 579px) {
    /* ---------------------------------------------------------------------- */
    /*	GLOBAL
    /* ---------------------------------------------------------------------- */
    .fontzero {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0em !important;
        border: none !important;
    }

    .titulo {
        margin-bottom: 10px;
        padding: 140px 0 50px 0;
        background: url(../img/bg/bg-dentro.png) 50% 0 no-repeat;
    }

    .titulo h1 {
        padding-left: 30px;
        color: #fff;
        font-size: 54px !important;
        font-weight: lighter;
        line-height: 60px;
        font-family: 'Conv_72935355';
    }

    .desktop,
    .controles {
        display: none !important;
    }

    .txt div {
        float: none !important;
        width: 100% !important;
    }

    .txt div img {
        width: 100% !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	ACESSIBILIDADE
	/* ---------------------------------------------------------------------- */
    .acessibilida {
        display: block;
        z-index: 9;
        position: fixed;
        top: 10%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .acessibilida img {
        border-radius: 52%;
    }

    .tradutor {
        display: block;
        z-index: 9;
        position: fixed;
        top: 18%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .tradutor img {
        border-radius: 52%;
    }

    .leitor {
        display: block;
        z-index: 9;
        position: fixed;
        top: 26%;
        right: 5px;
        background: #fff;
        border-radius: 52%;
    }

    .leitor img {
        border-radius: 52%;
    }

    /* ---------------------------------------------------------------------- */
    /*	TOP
    /* ---------------------------------------------------------------------- */
    .top {
        padding: 5px 0;
        background: #034287;
        font-family: 'Conv_72935355';
        letter-spacing: 1px;
    }

    .top .informacao-top {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .informacao-top img {
        margin-right: 5px;
    }

    .top .transparencia-top {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .transparencia-top img {
        margin-right: 5px;
    }

    .top .eouv-top {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-size: 11px !important;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
    }

    .top .eouv-top img {
        margin-right: 5px;
        height: 35px;
    }

    .top .acessibilidade {
        display: none;
    }

    .top .local-data {
        text-align: center;
        padding-top: 5px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

    .top .top-mobile {
        margin: 0 !important;
        padding: 10px;
        width: 49% !important;
        text-align: center !important;
    }

    .top .top-mobile img {
        float: none !important;
    }

    .top .top-mobile span {
        display: none;
    }

    /* ---------------------------------------------------------------------- */
    /*	HEADER
    /* ---------------------------------------------------------------------- */
    header {
    }

    /* ---------------------------------------------------------------------- */
    /*	LOGOMARCA
    /* ---------------------------------------------------------------------- */
    .logomarca {
        padding: 20px 0;
        text-align: center;
        border-top: 3px double #034287;
    }

    /* ---------------------------------------------------------------------- */
    /*	MENU
    /* ---------------------------------------------------------------------- */
    .m-menu {
        margin: 20px 0;
        padding: 0;
    }

    .navbar {
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
        background: #034287;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .navbar-collapse {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .navbar a {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff !important;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: #034287;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-collapse {
        overflow: hidden;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #3c474d;
    }

    .menu .navbar-nav > li:hover {
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
    }

    .navbar-nav .open .dropdown-menu {
        background: #0461c8 !important;
        text-align: center;
    }

    .menu .navbar-nav > li {
        padding: 10px 0 !important;
    }

    .menu .navbar-nav > li.dropdown {
        padding: 10px 0 0 0 !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM BUSCA
    /* ---------------------------------------------------------------------- */
    .form-busca {
        float: right;
        width: 100%;
        margin: 0;
        padding: 8px 0;
        background: #2d3451;
    }

    .form-busca input {
        float: left;
        width: 80%;
        background: none;
        border: none;
        font-family: 'Conv_72935355';
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca .btn {
        float: left;
        margin: 0;
        background: none;
        border: none;
    }

    .form-busca ::-webkit-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-moz-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .form-busca :-ms-input-placeholder {
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
    }

    .lista-busca {
    }

    .li-busca {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    .li-busca h5 {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .li-busca h6 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .paginacao {
        text-align: center;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #ccc !important;
        background-color: #eee !important;
        border-color: #ddd !important;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative !important;
        padding: 6px 12px !important;
        margin-left: -1px !important;
        line-height: 25px !important;
        color: #ccc !important;
        text-decoration: none !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2 !important;
        color: #fff !important;
        cursor: default !important;
        background-color: #034287 !important;
        border-color: #ccc !important;
    }

    /* ---------------------------------------------------------------------- */
    /*	HOME
    /* ---------------------------------------------------------------------- */
    .tamanhoslide {
        margin: 0 15px 10px 15px;
    }

    .tamanhoslide .item img {
        width: 100%;
    }

    .tamanhoslide .carousel-caption {
        bottom: -10px;
        display: none;
    }

    .tamanhoslide .carousel-caption h2 {
        color: #2c3351;
        text-shadow: none;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
    }

    .tamanhoslide .carousel-indicators {
        bottom: -30px;
        display: none;
    }

    .carousel-indicators li {
        background: #2c3351;
        border: none;
        margin: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    .carousel-indicators li.active {
        background: #496896;
        border: none;
    }

    .carousel-control {
        background-image: none !important;
        bottom: -30px;
        display: none;
    }

    .tamanhoslide .carousel-control img {
        position: absolute;
        top: 80%;
        z-index: 5;
        display: inline-block;
    }

    .menu-home {
        margin-bottom: 20px;
        padding: 0;
        font-size: 13px;
        text-transform: uppercase;
    }

    .menu-home h1 {
        padding: 18px;
        font-size: 13px;
        color: #fff;
        background: #034287 url(../img/sprites/bg-menuinterno.png) top left
            no-repeat;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu-home h1 img {
        margin-right: 15px;
    }

    .menu-home ul {
        padding: 25px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .menu-home ul a {
        display: block;
        margin-bottom: 5px;
        color: #2c3351 !important;
    }

    /* Rotating glyphicon when expanding/collapsing */
    .collapse-chevron .prefeitura {
        transition: 0.3s transform ease-in-out;
    }

    .collapse-chevron .collapsed .prefeitura {
        transform: rotate(-90deg);
    }

    .publicidade img {
        width: 100%;
    }

    .right-home {
        padding: 0;
    }

    .right-home .noticias-home {
        margin: 20px 0;
    }

    .right-home .noticias-home li {
        margin-bottom: 10px;
        padding: 0;
    }

    .right-home .noticias-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .noticias-home img {
        width: 100%;
    }

    .right-home .noticias-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .noticias-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .noticias-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesso-rapido {
        margin-top: 10px;
        padding: 0;
    }

    .right-home .acesso-rapido h2 {
        margin-bottom: 20px;
        font-size: 17px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .acesso-rapido li {
        margin: 5px;
        padding: 15px;
        width: 46%;
        height: 100px;
        background: #034287 url(../img/sprites/bg-acesso-rapido.png) top left
            no-repeat;
        text-align: center;
    }

    .right-home .acesso-rapido li h3 {
        color: #fff;
        font-size: 11px;
        font-family: 'Conv_72935355';
        text-align: center;
    }

    .right-home .acesso-rapido li img {
        margin-bottom: 10px;
    }

    .right-home .videos-home {
        margin: 20px 0;
        padding: 0;
    }

    .right-home .videos-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .videos-home li {
        margin-bottom: 20px;
        padding: 0;
    }

    .right-home .videos-home .ultimo {
        padding-right: 0 !important;
    }

    .right-home .videos-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .videos-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .videos-home iframe {
        width: 100%;
    }

    .right-home .galeria-home {
        margin: 10px 0;
    }

    .right-home .galeria-home li {
        margin-bottom: 10px;
        padding: 0;
    }

    .right-home .galeria-home h2 {
        margin-bottom: 20px;
        font-size: 22px;
        font-family: 'Conv_tt0009m';
        color: #2c3351;
    }

    .right-home .galeria-home img {
        width: 100%;
    }

    .right-home .galeria-home span {
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        background: #034287;
    }

    .right-home .galeria-home h3 {
        margin: 15px 0;
        color: #777777;
        font-size: 11px;
    }

    .right-home .galeria-home h4 {
        color: #333333;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .acesse-home {
        padding: 30px;
        background: #034287;
        border-bottom: 30px solid #2d3451;
    }

    .right-home .acesse-home h2 {
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 22px;
        color: #fff;
        border-bottom: 4px solid #fff;
    }

    .right-home .acesse-home a {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #fff !important;
        border-bottom: 2px solid #fff;
    }

    .right-home .agenda-home {
        margin: 20px 0;
        padding: 0;
    }

    .right-home .agenda-home .cerca h2 {
        padding: 18px;
        font-size: 14px;
        color: #fff;
        background: #034287;
        -moz-border-radius-topleft: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .right-home .agenda-home .cerca h2 {
        text-align: center;
        font-size: 21px;
    }

    .right-home .agenda-home .cerca h2 img {
        margin: -5px 10px 0 0;
    }

    .right-home .agenda-home .cerca h2 span:first-child {
        margin-left: -40px;
    }

    .right-home .agenda-home .cerca h2 span:last-child {
        margin-left: 10px;
    }

    .right-home .agenda-home .cerca h2 span {
        position: absolute;
        margin: 15px 0 0 -50px;
        display: inline-block;
        width: 31px;
        height: 55px;
        background: url(../img/sprites/furo-agenda.png) top center no-repeat;
    }

    .right-home .agenda-home .cerca ul {
        padding: 30px 15px 18px 15px;
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }

    .right-home .agenda-home .cerca ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .right-home .agenda-home .cerca ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .right-home .agenda-home .cerca h3 {
        float: left;
        text-align: center;
        color: #777777;
        font-size: 20px;
    }

    .right-home .agenda-home .cerca h4 {
        float: left;
        margin: 10px 0 0 20px;
        color: #496896;
        font-size: 16px;
        font-family: 'Conv_tt0009m';
    }

    .right-home .agenda-home .fb-page {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        border: 5px solid #496896;
        text-align: center;
    }

    .right-home .agenda-home a {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        border: 5px solid #496896;
    }

    .fb-page {
        width: 100% !important;
        text-align: center;
    }

    .espaco-mobile {
        padding: 40px 0;
    }

    /* ---------------------------------------------------------------------- */
    /*	INTERNAS
    /* ---------------------------------------------------------------------- */
    .dados-conteudo {
        margin: 0;
    }

    .dados-conteudo h1 {
        padding: 8px 0 8px 20px;
        background: #034287 url(../img/bg/bg-h1-internas.png) 95% 0 no-repeat;
        color: #fff;
        font-size: 19px;
        font-family: 'Conv_72935355';
        font-weight: bold;
        letter-spacing: 2px;
    }

    .dados-conteudo .rs-conteudo {
        padding-bottom: 40px;
        border-top: 3px double #034287;
        border-bottom: 1px solid rgba(73, 104, 150, 0.2);
        font-size: 15px;
        color: #333333;
    }

    .dados-conteudo .rs-conteudo .data {
        float: right;
        margin: 10px 0 30px 0;
    }

    .dados-conteudo .rs-conteudo .imagem,
    .dados-conteudo .rs-conteudo .video,
    .dados-conteudo .rs-conteudo .arquivo,
    .dados-conteudo .rs-conteudo .pdf {
        margin-bottom: 10px;
    }

    .dados-conteudo .collapse-chevron {
        border-bottom: 1px solid #ddd;
    }

    .dados-conteudo h2 {
        padding: 8px 0 8px 20px;
        background: #eee;
        color: #2c3351 !important;
        font-size: 16px;
    }

    .dados-conteudo .collapse-chevron .linkano h2 {
        padding: 8px 0 8px 40px;
        background: #e1e1e1;
    }

    .dados-conteudo .collapse-chevron .tamanho li {
        padding: 8px;
        border-bottom: 1px solid #cdcdcd;
    }

    .dados-conteudo .rs-conteudo .lista li {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }

    .dados-conteudo .rs-conteudo .lista li img,
    .dados-conteudo .rs-conteudo .lista li iframe {
        width: 100% !important;
    }

    .dados-conteudo .rs-conteudo .lista li .portrait {
        width: auto !important;
        height: 35px !important;
    }

    .thumb {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        overflow: hidden;
    }

    .thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .thumb img.portrait {
        width: 100%;
        height: auto;
    }

    /* ---------------------------------------------------------------------- */
    /*	FORM
    /* ---------------------------------------------------------------------- */
    form {
        margin-top: 30px;
    }

    form .form-group {
        padding-left: 0;
    }

    form label {
        color: #2c3351;
        font-size: 16px;
        font-family: 'Conv_72935355';
    }

    /* ---------------------------------------------------------------------- */
    /*	FOOTER
    /* ---------------------------------------------------------------------- */
    footer {
        margin-top: 50px;
        text-align: center;
        background: #034287 url(../img/bg/bg-footer.png) top left no-repeat;
    }

    footer .logo-footer {
        margin-top: -90px;
    }

    footer .direitos {
        margin-top: 50px;
        display: block;
        color: #fff;
        font-size: 15px;
    }

    footer a {
        display: block;
        margin: 20px;
    }
}

.lista-licitacoes {
    margin: 20px 0;
}

.lista-licitacoes .li {
    margin-top: 20px;
    padding: 10px;
    background: #ededed;
}

.lista-legislacoes li {
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #cdcdcd;
}

/* Remove fundo, bordas e sombras do modal */
#modal-popup .modal-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

/* Esconde o cabeçalho e rodapé padrão do Bootstrap */
#modal-popup .modal-header,
#modal-popup .modal-footer {
    display: none !important;
}

/* Zera espaçamentos do corpo */
#modal-popup .modal-body {
    padding: 0 !important;
    text-align: center;
}

/* Ajusta a imagem do banner para ser responsiva */
#modal-popup .modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Recria o botão de fechar flutuante no canto superior direito */
#modal-popup .modal-dialog::before {
    content: '×';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1051;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* Centraliza o modal horizontalmente e verticalmente na tela */
#modal-popup {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Garante que o dialog não tenha margens desalinhando o flexbox */
#modal-popup .modal-dialog {
    margin: auto !important;
}

/* Garante que o modal escondido não bloqueie os cliques da página */
#modal-popup:not(.in):not(.show) {
    display: none !important;
    pointer-events: none !important;
    z-index: -1 !important;
}
