@font-face {
    font-family: 'Roboto-Condensed';
    src: url('font/Roboto-Condensed.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('font/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('font/OpenSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Swis721';
    src: url('font/Swis721-Blk-BT.ttf') format('truetype');
}


body {
    font-family: 'Roboto';
    color: #6f6f6f;
}


/* Header  */
.outubro-rosa {
    background-color: #ed0c7b;
    color: #ffffff;
    height: 50px;
    padding: 13px;
    margin-top: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
}
.header-headlines {
    display: block;
    background: #333;
    height: 30px;
    text-transform: uppercase;
    font-size: 10pt;
    color: #EBBC06;
    text-align: center;
}

    .header-headlines a {
        color: #FFF;
        line-height: 28px;
    }

.top-nav, .top-search {
    padding-top: 40px;
}

.top-search {
    padding-top: 30px;
}

.top-nav a {
/*    height: 32px;*/
    display: block;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #295874;
    color: #333333;
    line-height: 28px;
    display: block;
}

    .top-nav a:hover, .top-nav a:focus a:active {
        background-color: #295874;
        border-color: #295874;
        color: #fff;
    }

.top-nav .link-selecionado {
    background-color: #295874;
    border-color: #295874;
    color: #fff;
}

.dropvideo {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

.btn-default {
    background-color: #295874;
    border-color: #295874;
    color: #fff;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

/* Divisor personalizado e cores relacionadas */

.divider-personalizado {
    height: 5px;
    width: 50px;
    line-height: 1;
}

.white {
    background-color: #FFF;
}

.cinza {
    background-color: #9F9F9F;
}

.diviver-small {
    height: 2px;
    width: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
}


/* Altera��es no Carousel */

.btn-primary {
    background-color: #A61F42;
    border: none;
    text-transform: uppercase;
}

    .btn-primary:hover {
        background-color: #6D142B;
    }



/* Altera��o no Carousel para ser Responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}


/* Altera��es no menu de �cones (home) */
.menuhome img {
    width: 100px;
}

.menuhome h2 {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 14pt;
    color: #8D8D8C;
}

.menuhome a:hover {
    text-decoration: none;
}

/* Box de Eventos */

.box-content {
    margin-top: 40px;
    background-color: #E7E7E7;
    color: #727272;
    font-family: 'Lato-Black';
    font-weight: lighter;
}

    .box-content .col-lg-2 {
        padding: 0px;
    }

    .box-content .row {
        padding: 2em;
    }

    .box-content h2, .box-content h3, .box-content h4 {
        text-transform: uppercase;
        margin: 5px;
    }

    .box-content h1 {
        text-transform: uppercase;
    }

    .box-content h2 {
        font-size: 30pt;
    }

    .box-content h4 {
        font-size: 10pt;
        color: #9F9F9F;
        font-weight: lighter;
    }

    .box-content h3 {
        font-size: 12pt;
        font-weight: lighter;
        color: #727272;
    }

    .box-content a {
        color: #727272;
        font-size: 14pt;
    }

    .box-content h6 {
        font-size: 10pt;
        font-weight: lighter;
        font-family: 'Lato-Reg';
        color: #727272;
    }

    .box-content p {
        color: #666666;
        font-weight: lighter;
        font-family: 'Lato-Reg';
    }

    .box-content img {
        width: 100%;
        padding: 5px;
    }

    .box-content .row {
        padding: 2em;
    }

    .box-content a:hover {
        text-decoration: none;
    }

    .box-content .btn-primary {
        background-color: #727272;
        border: none;
        text-transform: uppercase;
        font-size: 8pt;
        color: #e2e2e2;
    }

        .box-content .btn-primary:hover {
            background-color: #727272;
        }

/* Box de Noticias */

.box-noticias {
    margin-top: 40px;
    color: #727272;
    font-weight: lighter;
    font-family: 'Lato-Reg';
    line-height: 1;
}

    .box-noticias h2, .box-noticias h3, .box-noticias h4 {
        text-transform: uppercase;
    }

    .box-noticias h2 {
        font-size: 30pt;
        font-family: 'Lato-Black';
        font-weight: lighter;
        margin: 5px;
    }

    .box-noticias h4 {
        font-size: 10pt;
        color: #9F9F9F;
        font-weight: bold;
    }

    .box-noticias h3 {
        font-size: 13pt;
        color: #727272;
        text-transform: none;
        font-weight: bold;
    }

    .box-noticias h6 {
        font-size: 8pt;
        font-weight: lighter;
        font-family: 'Lato-Reg';
    }

    .box-noticias img {
        width: 100%;
        padding-top: 2em;
    }

    .box-noticias .btn-primary {
        background-color: #4BAA5F;
        border: none;
        text-transform: uppercase;
        font-size: 8pt;
    }

        .box-noticias .btn-primary:hover {
            background-color: #339966;
        }

.title-noticia h2 {
    text-transform: uppercase;
    font-size: 30pt;
    font-weight: bold;
}

.title-noticia {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.title-data-noticia {
    font-size: 0.9em;
    line-height: 1.4em;
    color: #6f6f6f;
    text-align: justify;
    font-weight: bold;
}

.box-noticias .row {
    min-height: 200px;
}

/* Box de Comunicados */
.box-comunicado {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #727272;
    font-weight: lighter;
    line-height: 1;
    border: 1em solid #E7E6E6;
    padding: 10px;
}

    .box-comunicado h2 {
        text-transform: uppercase;
        font-family: 'Lato-Black';
        font-weight: lighter;
    }

    .box-comunicado a {
        color: #727272;
    }

        .box-comunicado a:hover {
            color: #ccc;
            text-decoration: none;
        }

    .box-comunicado img {
        width: 100%;
        padding-top: 30px;
    }


/* Box de Galerias */
.galeriahome {
    padding: 0;
    padding-top: 20px;
}

    .galeriahome img {
        width: 100%;
    }

    .galeriahome .col-lg-1 {
        padding: 0;
    }



@media (max-width: 767px) /* @grid-float-breakpoint -1 */
{
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }

    .navbar-collapse {
        max-height: none;
    }

    body {
        margin: 0;
    }

    .navbar-default {
        border: 0;
    }

        .navbar-default img {
            width: 40px;
        }

    .top-nav {
        margin: 0px;
        padding-top: 10px;
    }

        .top-nav a {
            font-size: 11px;
        }

    .top-search {
        padding-top: 10px;
        margin-top: 0;
    }

    #img-Brasao-Topo {
        width: 80%;
    }

    .nav > li {
        background-color: #f8f8f8;
        margin-bottom: 0;
    }

    .navbar-default {
        z-index: 10;
    }
}


.noticiasdestaquehome {
    background-color: #E7E6E6;
}

    .noticiasdestaquehome .row {
        padding: 1em;
        border-bottom: 1px dotted #333;
    }

    .noticiasdestaquehome h2 {
        text-transform: uppercase;
        font-weight: bold;
    }

    .noticiasdestaquehome a {
        font-size: 12pt;
        font-weight: bold;
        color: #8E8E8E;
    }

    .noticiasdestaquehome img {
        width: 100%;
    }

.footer {
    background: url(images/bg-footer.jpg) no-repeat center top #3A7CA2;
    display: inline-block;
    color: #333;
    width: 100%;
    padding: 20px;
    top: 20px;
    color: #333;
    text-transform: uppercase;
    min-height: 170px;
}

    .footer .detalhes {
        color: #AF2326;
    }

    .footer .endereco {
        clear: both;
        color: #fff;
        text-transform: initial;
    }

    .footer .comochegar {
        float: right;
    }

    .footer .copyright {
        padding: 0;
        margin: 0;
        color: #000000;
    }

.social {
    font-size: 20pt;
}

.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 180px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}


.height200px {
    height: 200px;
}

.gallery {
    margin-bottom: 30px;
}


.width100 {
    width: 100%;
}


.carousel-inner {
    width: 120%;
    margin-left: -10%;
}

@media (min-width: 768px) {
    .carousel-inner {
        width: 100%;
        margin: 0;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
}

@media (min-width: 576px) {
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

.height150px {
    max-height: 150px;
}



.navbar-default {
    border-bottom: 3px solid #333;
    text-transform: uppercase;
    color: #202020;
    font-size: 12pt;
    height: 60px;
    border-radius: 0;
}

.bg-titulo {
    text-transform: initial;
    color: #295874;
    font-family: 'OpenSans-Semibold';
    text-align: left;
    font-size: 28px;
    border-bottom: 4px solid #295874;
    margin-bottom: 20px;
}

.bg-titulo-1 {
    text-transform: initial;
    color: #000;
    font-family: 'OpenSans-Semibold';
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
}

.content-evento {
    color: #7E1919;
    font-size: 16px;
}

    .content-evento a {
        color: #111;
        font-size: 14px;
    }

    .content-evento p {
        margin: 0;
        font-weight: bold;
    }

    .content-evento > hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

.divider-personalizado-dotted {
    line-height: 1;
    height: 1px;
    border-top: 1px dotted #444444;
}

.divider-personalizado-solid {
    line-height: 1;
    height: 1px;
    border-top: 1px solid #cccccc;
}


.btn-destaques a {
    height: 60px;
    display: block;
    border: 2px solid #d6d6d6;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #b70704;
    color: #b70704;
    line-height: 55px;
    display: block;
    padding: 0;
    bottom: 10px;
}

    .btn-destaques a i {
        font-size: 20pt;
        margin-right: 5px;
    }


    .btn-destaques a:hover, .btn-destaques a:focus {
        background-color: #b70704;
        border-color: #b70704;
        color: #fff;
    }


.btn-destaques-maior a {
    height: 100px;
    display: block;
    border: 2px solid #d6d6d6;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #b70704;
    color: #7E1919;
    line-height: 98px;
    display: block;
    padding: 0;
    bottom: 10px;
}

    .btn-destaques-maior a:hover, .btn-destaques-maior a:focus {
        border-color: #7E1919;
    }


.noticias-destaque {
    color: #AC1F26;
    font-size: 12pt;
    font-weight: bold;
}

    .noticias-destaque a {
        color: #333333;
        font-weight: normal;
    }

.vereadores {
}






.carousel {
    margin-bottom: 0;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    text-shadow: none;
}

    .carousel-caption a {
        color: #FFF;
        font-size: 14pt;
        line-height: 1;
    }

.form-pesquisa h3 {
    text-transform: uppercase;
}

.ver {
    width: 9.589%;
    margin: 0 0.206%;
}

.vereadores .ver {
    text-align: center;
}

    .vereadores .ver h3 {
        text-transform: uppercase;
    }


.vereadores img {
    width: 100%;
}

.img-vereador {
    border: 1px solid #999;
}

.width-100 {
    width: 100%;
}

a {
    color: #7E191B;
}

.tamanho {
    font-size: 24px;
}

.carousel-indicators {
    left: 90%;
    top: 93%;
}

.carousel-top {
    position: relative;
    margin-bottom: 0px;
    height: 40px;
}

.carousel-top-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-top-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-top-inner > .item > img,
        .carousel-top-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-top-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-top-inner > .item.next,
        .carousel-top-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-top-inner > .item.prev,
        .carousel-top-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-top-inner > .item.next.left,
            .carousel-top-inner > .item.prev.right,
            .carousel-top-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-top-inner > .active,
.carousel-top-inner > .next,
.carousel-top-inner > .prev {
    display: block;
}

.carousel-top-inner > .active {
    left: 0;
}

.carousel-top-inner > .next,
.carousel-top-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-top-inner > .next {
    left: 100%;
}

.carousel-top-inner > .prev {
    left: -100%;
}

    .carousel-top-inner > .next.left,
    .carousel-top-inner > .prev.right {
        left: 0;
    }

.carousel-top-inner > .active.left {
    left: -100%;
}

.carousel-top-inner > .active.right {
    left: 100%;
}

.carousel-top-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-top-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-top-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-top-control:hover,
    .carousel-top-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-top-control .icon-prev,
    .carousel-top-control .icon-next,
    .carousel-top-control .glyphicon-chevron-left,
    .carousel-top-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-top-control .icon-prev,
    .carousel-top-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-top-control .icon-next,
    .carousel-top-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-top-control .icon-prev,
    .carousel-top-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-top-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-top-control .icon-next:before {
            content: '\203a';
        }

.carousel-top-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-top-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-top-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-top-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-top-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-top-control .glyphicon-chevron-left,
    .carousel-top-control .glyphicon-chevron-right,
    .carousel-top-control .icon-prev,
    .carousel-top-control .icon-next {
        width: 30px;
        height: 20px;
        margin-top: -10px;
        font-size: 14px;
    }

    .carousel-top-control .glyphicon-chevron-left,
    .carousel-top-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-top-control .glyphicon-chevron-right,
    .carousel-top-control .icon-next {
        margin-right: -10px;
    }

    .carousel-top-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-top-indicators {
        bottom: 20px;
    }
}

.carousel-top-content {
}

#text-top-carousel {
}


.nav > li > a > img {
    padding: 0px;
}

.navbar-nav > li > a {
    line-height: 30px;
}




/******************* OUVIDORIA ****************/



#ouvidoria {
    width: 100%;
    display: inline;
}

    #ouvidoria .destaque {
        font-size: 15pt;
        font-weight: bold;
        color: #00438C;
    }

        #ouvidoria .destaque:hover {
            color: #666;
        }

    #ouvidoria .links-simples {
        font-weight: normal;
        font-size: 12pt;
        color: #777;
        padding-bottom: 0.2em;
    }

        #ouvidoria .links-simples a:hover {
            color: #333;
        }

    #ouvidoria .bg-titulo {
        font-size: 30pt;
        height: 1.5em;
    }

    #ouvidoria .clear {
        clear: both;
    }

    #ouvidoria .link-lei {
        font-weight: normal;
        font-size: 10pt;
        color: #999;
    }

        #ouvidoria .link-lei:hover {
            font-weight: bold;
        }

    #ouvidoria .ouvidoria-ultimos {
    }

        #ouvidoria .ouvidoria-ultimos a {
            font-weight: normal;
            font-size: 12pt;
            color: #777;
        }

            #ouvidoria .ouvidoria-ultimos a:hover {
                color: #333;
            }

    #ouvidoria .ouvidoria-item {
        width: 50%;
        float: left;
        padding-right: 1em;
    }

    #ouvidoria h1 {
        font-size: 22pt;
        height: 2em;
    }

.ouvidoria-item h1 {
    line-height: 1;
}

#ouvidoria a {
    font-weight: bold;
    text-transform: none;
}

#ouvidoria img {
    float: left;
    /*margin: 0 1.250em 0.625em 0;*/
    margin: 0 1em 0.625em 0;
}

.ouvidoria ol, ul {
    margin: 0;
}

.ouvidoria li {
    list-style: none;
    text-transform: uppercase;
    padding: 0.625em;
    font-weight: bold;
    padding: 0;
}

.ouvidoria ul li {
    color: #999;
    text-transform: none;
    font-weight: normal;
}

.ouvidoria-pesquisa {
    border: 0.063em dotted #666;
    margin-top: 1.250em;
    padding: 1.250em;
}

.button-pesquisar {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 12pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.3em 1.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 11.250em;
}

#ouvidoria-texto {
    text-indent: 2.188em;
    margin-top: 1.250em;
}

    #ouvidoria-texto p a {
        font-weight: bold;
        border-bottom: 0.063em dotted #666;
    }

#ouvidoria-passos {
    text-align: center;
}

    /*#ouvidoria-passos a {
        background-color: #ccc;
        border: 0 none;
        border-radius: 0.2em;
        color: #333 !important;
        font-size: 5pt;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 0.625em;
        padding: 0.9em 1.6em;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.35s ease-in-out 0s;
        width: 30%;
        height: 15em;
        display: inline-block;
        margin: 0.313em;
    }*/

        #ouvidoria-passos a h2 {
            font-size: 18pt;
        }

        #ouvidoria-passos a h3 {
            font-size: 10pt;
        }

        #ouvidoria-passos a:hover {
            background-color: #8DD3CE;
        }

#ouvidoria-login {
    margin-top: 1.875em;
    text-align: center;
}

    #ouvidoria-login a {
        font-size: 10pt;
    }

    #ouvidoria-login .button-autenticar {
        font-size: 12pt;
    }

        #ouvidoria-login .button-autenticar:hover {
            background-color: #00438C;
        }

#ouvidoria-opcao {
    width: 100%;
    text-align: center;
}

    #ouvidoria-opcao a {
        background-color: #ccc;
        border: 0 none;
        border-radius: 0.2em;
        color: #333 !important;
        font-size: 12pt;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 0.625em;
        padding: 0.5em 0.6em;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.35s ease-in-out 0s;
        display: inline-block;
        margin: 0.313em;
    }



.btn-voltar {
    float: right;
    font-size: 10pt;
    margin-right: 1em;
    padding: 0 1em 0 1em;
    border: 1px dotted #333;
}

.height100px {
    max-height: 100px;
}

.height150px {
    max-height: 150px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}



@media (max-width: 767px) /* @grid-float-breakpoint -1 */ {
    .nav-roxoescuro .container {
        background-color: #592C5B;
    }

    .vereador-img-mobile {
        width: 100% !important;
        height: auto !important;
    }

    #ouvidoria img {
        text-align: center !important;
        float: none;
    }

    .ouvidoria-img-btns {
        width: 180px !important;
    }

    .ver {
        width: 100% !important;
    }
}

ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    ul li {
        list-style: none;
        margin-bottom: 0px;
    }

        ul li img {
            cursor: pointer;
        }

.modal-body {
    padding: 5px !important;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
}

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}
/*override modal for demo only*/
.modal-dialog {
    max-width: 500px;
    padding-top: 90px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        padding-top: 90px;
    }
}

@media screen and (max-width:1500px) {
    #ads {
        display: none;
    }
}


/*********************************************************************************/
/* SIC                                                                           */
/*********************************************************************************/

#sic {
    width: 100%;
    display: inline;
}

    #sic .destaque {
        font-size: 15pt;
        font-weight: bold;
        color: #00438C;
    }

        #sic .destaque:hover {
            color: #666;
        }

    #sic .links-simples {
        font-weight: normal;
        font-size: 12pt;
        color: #777;
        padding-bottom: 0.2em;
    }

        #sic .links-simples a:hover {
            color: #333;
        }

    #sic .bg-titulo {
        font-size: 30pt;
        height: 1.5em;
    }

    #sic .clear {
        clear: both;
    }

    #sic .link-lei {
        font-weight: normal;
        font-size: 10pt;
        color: #999;
    }

        #sic .link-lei:hover {
            font-weight: bold;
        }

    #sic .sic-ultimos {
    }

        #sic .sic-ultimos a {
            font-weight: normal;
            font-size: 12pt;
            color: #777;
        }

            #sic .sic-ultimos a:hover {
                color: #333;
            }

    #sic .sic-item {
        width: 50%;
        float: left;
        padding: 1em;
        min-width: 300px;
    }

    #sic h1 {
        font-size: 22pt;
        height: 2em;
    }

.sic-item h1 {
    line-height: 1;
}

#sic a {
    font-weight: bold;
    text-transform: none;
}

#sic img {
    float: left;
    margin: 0 1.250em 0.625em 0;
}

.sic ol, ul {
    margin: 0;
}

.sic li {
    list-style: none;
    text-transform: uppercase;
    padding: 0.625em;
    font-weight: bold;
    padding: 0;
}

.sic ul li {
    color: #999;
    text-transform: none;
    font-weight: normal;
}

.sic-pesquisa {
    border: 0.063em dotted #666;
    margin-top: 1.250em;
}

.button-pesquisar {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 12pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.3em 1.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 11.250em;
}

#sic-texto {
    text-indent: 2.188em;
    margin-top: 1.250em;
}

    #sic-texto p a {
        font-weight: bold;
        border-bottom: 0.063em dotted #666;
    }

#sic-passos {
    text-align: center;
}

    #sic-passos a {
        background-color: #ccc;
        border: 0 none;
        border-radius: 0.2em;
        color: #333 !important;
        font-size: 5pt;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 0.625em;
        padding: 0.9em 1.6em;
        padding-top: 4em;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.35s ease-in-out 0s;
        width: 30%;
        height: 25em;
        display: inline-block;
        margin: 0.313em;
    }

        #sic-passos a h2 {
            font-size: 18pt;
        }

        #sic-passos a h3 {
            font-size: 10pt;
        }

        #sic-passos a:hover {
            background-color: #8DD3CE;
        }

#sic-login {
    margin-top: 1.875em;
    text-align: center;
}

    #sic-login a {
        font-size: 10pt;
    }

    #sic-login .button-autenticar {
        font-size: 12pt;
    }

        #sic-login .button-autenticar:hover {
            background-color: #00438C;
        }

#sic-opcao {
    width: 100%;
    text-align: center;
}

    #sic-opcao a {
        background-color: #ccc;
        border: 0 none;
        border-radius: 0.2em;
        color: #333 !important;
        font-size: 12pt;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 0.625em;
        padding: 0.5em 0.6em;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.35s ease-in-out 0s;
        display: inline-block;
        margin: 0.313em;
    }

#table-cadastro {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 0 3em;
}

    #table-cadastro th {
        font-weight: bold;
        text-align: center;
        padding: 0.313em 0.313em 0.313em;
        color: #000000;
        border: 0.063em solid #CCCCCC;
        text-shadow: 0 0.063em 0.063em #FFFFFF;
        background-color: #EEEEEE;
        background-image: -moz-linear-gradient(top, #F6F6F6, #EEEEEE);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#EEEEEE));
        background-image: -webkit-linear-gradient(#F6F6F6, #EEEEEE);
        background-image: -o-linear-gradient(#F6F6F6, #EEEEEE);
        vertical-align: middle;
    }

    #table-cadastro td {
        text-align: center;
        border: 0.063em solid #CCCCCC;
        padding: 0.3em;
        vertical-align: middle;
    }

        #table-cadastro td.backcolor {
            background-color: #F9F9F9;
        }

.nav > li > a {
    padding: 10px 11px;
}

.navbar {
    margin-bottom: 0 !important;
}

.pagination {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

    .page:hover, .page.gradient:hover {
        background: #fefefe;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
        background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    }

    .page.active {
        border: none;
        background: #616161;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }


/* VLIBRAS */
#slideout {
    position: fixed;
    top: 255px;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 35px;
    padding: 0;
    z-index: 9999;
}

#slideout_inner {
    position: fixed;
    top: 0px;
    right: -250px;
    position: fixed;
    width: 250px;
    padding: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #eee;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#slideout:hover {
    right: 250px;
}

    #slideout:hover #slideout_inner {
        right: 0;
    }

.licitacao {
    line-height: 1.8;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #fff;
}

    .licitacao:hover {
        background-color: #ddd;
        border: 1px solid #999;
    }

.licitacao-arquivo {
    height: 70px;
    border: 1px dotted #999;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

    .licitacao-arquivo:hover {
        background-color: #bbb;
    }

.item-impar {
    background-color: #f1f1f1;
}

.licitacao-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    background-color: #064f63;
    color: #ffffff;
    padding-bottom: 20px;
    padding: 10px;
}

.licitacao-filtro2 {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    margin-left: 0;
    background: #3F98B0;
    color: #ffffff;
    padding-bottom: 20px;
}

.btn-filtro {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #A7EAFC;
    color: #000000;
    height: 40px;
}


    .licitacao-filtro .item {
        float: left;
        margin: 0;
    }

    .licitacao-filtro .item2 {
        float: left;
        margin-bottom: 30px;
        height: 60px;
    }

    .licitacao-filtro .item select {
        height: 40px;
        width: 100%;
        border: 1px solid #e6e6e6;
        background-color: #FFF;
    }

    .licitacao-filtro .item p {
        margin: 0;
        margin-top: 1em;
        text-align: left !important;
    }

    .licitacao-filtro p {
        margin: 0;
        margin-top: 1em;
        text-align: left !important;
    }

    .licitacao-filtro input {
        height: 35px;
    }

.galeriateste {
    width: 250px;
    height: 200px;
}


.cp-ano a {
    padding: 15px;
    border: 1px dotted #e6e6e6;
    margin: 2px;
    font-weight: bold;
    font-size: 15pt;
}

.divider-personalizado-dotted {
    line-height: 1;
    height: 1px;
    border-top: 1px dotted #444444;
}

table {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 0 2em;
}

    table th {
        font-weight: bold;
        text-align: center;
        padding: 5px 5px 5px;
        color: #000000;
        border: 1px solid #CCCCCC;
        text-shadow: 0 1px 1px #FFFFFF;
        background-color: #EEEEEE;
        background-image: -moz-linear-gradient(top, #F6F6F6, #EEEEEE);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#EEEEEE));
        background-image: -webkit-linear-gradient(#F6F6F6, #EEEEEE);
        background-image: -o-linear-gradient(#F6F6F6, #EEEEEE);
        background-image: linear-gradient(top, #F6F6F6, #EEEEEE);
    }

    table td {
        text-align: center;
        border: 1px solid #CCCCCC;
        padding: 3px 3px;
    }

        table td img {
            vertical-align: middle;
        }

        table td.backcolor {
            background-color: #F9F9F9;
        }

    table.border-none th, table.border-none td {
        border: none;
    }

    table.backcolor-none th, table.backcolor-none td {
        background-color: none;
    }

.tamanho-jwplayer {
    width: 160px;
    height: 41px;
}

@media (max-width: 575.98px) {

    .pgwSlideshow .ps-current {
        min-height: 44px !important;
    }

    .container-vereadores {
        display: block !important;
        width: 100% !important;
    }

    .vereadores-img {
        width: 100% !important;
    }

}
.cont-n{
    text-align:center;
    font-size: 50px;

}
.col2{
    width: 21.5%;
    text-align:center;
}


.linkBranco {
    color: #fff;
}

.linkBranco:hover {
    color: #ffc107;
    text-decoration: none;
}


/*********************************************************************************/
/* LICITAÇÕES                                                                    */
/*********************************************************************************/
.link-arquivo {
    background: #ffffff;
    color: #000;
    border: none;
}

.link-arquivo:hover {
    background: #A7EAFC;
    color: #000;
    border: none;
}

.arquivos-titulo {
    border: 1px dotted #999;
    display: block;
    padding: 12px;
    background: #064f63;
    color: white;
}


#arquivos-count {
    display: none;
}

.licitacao-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    background-color: #064f63;
    color: #ffffff;
    padding-bottom: 20px;
}

.droplicitacao select {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
    color: #333333;
}

.licitacao-filtro p {
    margin: 0;
    margin-top: 1em;
    text-align: left !important;
}

.licitacao-filtro input {
    height: 35px;
    color: #000;
}

.licitacao-filtro2 {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    margin-left: 0;
    background: #3F98B0;
    color: #ffffff;
    padding-bottom: 20px;
}

.btn-filtro {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #A7EAFC;
    color: #000000;
}

.licitacao {
    line-height: 1.8;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #064f63;
}

.licitacao:hover {
    line-height: 1.8;
    background-color: #D6D6D6;
    padding: 10px;
    font-size: 16px;
}

.item-impar {
    background-color: #f3f3f3;
}


arquivos:hover {
    background-color: #f1f1f1;
}

arquivos {
    height: auto;
    border: 1px dotted #999;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.link-arquivo {
    background: #ffffff;
    color: #000;
    border: none;
}

.fa {
    color: #e49e33 !important;
}













