/*importar icones*/
@import url("iconesPersonalizados.css");

/*#############################################
## FONTES
*/

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-semibold/raleway-semibold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-semibold/raleway-semibold-webfont.woff') format('woff'),
        url('../fonts/raleway-semibold/raleway-semibold-webfont.ttf') format('truetype'),
        url('../fonts/raleway-semibold/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-bold/raleway-bold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-bold/raleway-bold-webfont.woff') format('woff'),
        url('../fonts/raleway-bold/raleway-bold-webfont.ttf') format('truetype'),
        url('../fonts/raleway-bold/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-regular/raleway-regular-webfont.woff2') format('woff2'),
        url('../fonts/raleway-regular/raleway-regular-webfont.woff') format('woff'),
        url('../fonts/raleway-regular/raleway-regular-webfont.ttf') format('truetype'),
        url('../fonts/raleway-regular/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-medium/raleway-medium-webfont.woff2') format('woff2'),
        url('../fonts/raleway-medium/raleway-medium-webfont.woff') format('woff'),
        url('../fonts/raleway-medium/raleway-medium-webfont.ttf') format('truetype'),
        url('../fonts/raleway-medium/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'opensansbolditalic';
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf');
}

/*##########################################################
## GLOBAL
*/
p,
li {
    font-family: 'opensansregular';
    font-size: 14px;
}

a {
    font-family: 'opensansregular';
    font-size: 14px;
    color: #DB334F;
}

.opensansbolditalic {
    font-family: 'opensansbolditalic';
}

/* Ajustes de acessibilidade para :hover e :focus {{{
a,
button,
input,
select {
    outline: 2px solid transparent;
    outline-offset: .5rem;
    transition: outline-offset .2s linear;
}
a:hover, a:focus,
button:hover, button:focus,
input:hover, input:focus,
select:hover, select:focus {
    outline: .25rem solid rgb(55, 66, 216) !important;
    outline-offset: .25rem !important;
}
/* }}} Ajustes de acessibilidade para :hover e :focus */

a:hover,
a:active {
    font-family: 'opensansregular';
    font-size: 14px;
    color: #DB334F;
}

.btn-default {
    background: transparent;
    color: #DB334F;
    border-color: #DB334F;
}

.btn-default:hover {
    background: #DB334F;
    color: #FFF;
    border-color: #DB334F;
}

#page-title {
    margin: 30px 0px 20px 0px;
}

/*
#page-title-inner {
    padding: 15px 40px;
}
*/
.fundo_cinza {
    background: #F5F5F5;
    padding-bottom: 40px;
}

.label-danger {
    background: #FFF;
    border: 1px solid #DB334F;
    color: #DB334F;
    margin-left: 10px;
    margin-top: -5px;
}

.label-danger:hover {
    background: #DB334F;
    border: 1px solid #FFF;
    color: #FFF;
}


.label-warning {
    background: #FFF;
    border: 1px solid #FFAA00;
    color: #FFAA00;
}

.label-warning:hover {
    color: #FFF;
    background: #FFAA00;
}

.label-success {
    background: #FFF;
    border: 1px solid #419641;
    color: #419641;
}

.label-success:hover {
    color: #FFF;
    background: #419641;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Page Title
=================================================================== */

.page-title {
    margin: 30px 0px 20px 0px;
}

/*
.page-title-inner {
    padding: 15px 40px;
}
*/
.page-title h2 {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 100%;
    position: relative;
    font-family: 'ralewaymedium';
    font-size: 24px;
    color: #414042;
    margin-bottom: 40px;
}

.page-title h2:before,
.page-title h2:after {
    display: block;
    height: 1px;
    content: " ";
    width: 41%;
    position: absolute;
    top: 0.53em;
    z-index: 1;
}

.page-title h2:before {
    background: #BCBEC0;
    left: 0;
}

.page-title h2:after {
    background: #BCBEC0;
    right: 0;
    left: auto;
}

.page-title h2 span {
    padding: 0px 10px;
    position: relative;
    z-index: 2;
}

/*##########################################################
## NAV BLACK
*/
.nav-black {
    width: 100%;
    height: 24px;
    min-height: 24px;
    background: #212121;
}

.nav-black li {}

.nav-black a {
    color: #fff;
    font-family: 'ralewaysemibold';
    font-size: 12px;
}

.nav-black a img {
    margin-right: 5px;
    margin-top: -3px;
}

/*#########################################################
## Header
*/

.logo {
    background: url('../img/logo.png') no-repeat;
    width: 290px;
    height: 70px;
}

@media (max-width:768px) {
    .banner-noticia {
        margin-left: -15px;
        margin-right: -15px;
    }

    .logo {
        background: url('../img/logo_210.png') no-repeat;
        width: 260px;
        height: 65px;
    }
}

label {
    font-family: 'ralewayregular';
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

.navbar-default {
    background-color: #F1F2F2;
    margin-bottom: 0;
}

.dropdown-menu {
    padding: 0;
}
.dropdown-menu h5 {
    color: #58595B;
    font-family: 'ralewayregular';
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.dropdown-menu a {
    color: #808285;
    font-family: 'ralewayregular';
    font-size: 13px;
}

.dropdown-menu a:hover {
    /* color: #DB334F; */
    text-decoration: none;
    font-family: 'ralewayregular';
    font-size: 13px;
}

.dropdown-menu>li>a {
    padding-top: 10px;
    height: 40px;
    border-bottom: 1px solid #eee;
}


.dropdown-menu>div>li:hover {
    background-color: #fff;
}

.dropdown-menu>div>li {
    line-height: 1; 
    padding: 0 10px 0 10px;
    border-bottom: 1px solid #fff;
}

.dropdown-menu>div>li>a {
    height: 40px;
    width: 200px;
    display: flex;
    align-items: center;
    list-style-position:inside;
}
/* Menu suspenso */
.dropdown-submenu {
    position: relative;

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

    >ul.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 3px;
    }
}

.yamm .yamm-content {
    padding-top: 0;
}

.navbar-default h4 {
    color: #DB334F;
    font-family: 'ralewaybold';
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0px;
    border-bottom: 1px solid #E6E7E8;
    margin-left: -16px;
    margin-right: -16px;
    padding: 15px;
    background: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #231F20;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'ralewaysemibold';
    padding: 25px 8px;
}


#navPesquisa .btn-default {
    background: #DB334F;
    color: #fff;
}

#navPesquisa .input-group {
    padding-top: 10px;
}

.menu-prefeitura {
    width: 500px;
}

.menu-servicos {
    width: 750px;
}

/*
.menu-prefeitura li {
    padding-top: 8px;
    padding-botton: 8px;
}
*/
.menu-separador {
    border-right: 2px solid #E6E7E8;
}


.dropdown-menu {
    /* border-radius: 17px 17px 17px 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px; */
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0px solid #000000;
    -webkit-box-shadow: 9px 14px 35px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 14px 35px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 14px 35px -8px rgba(0, 0, 0, 0.75);
    /* margin-left: -200px; */

}

/*#######################################################
//    CARROSSEL Principal*/

.container.banner-noticia {
    padding: 0px;
}

#owl-demo .caption {

    display: block;
    position: absolute;
    width: 725px;
    background: #DB334F;
    bottom: 40px;
    color: #FFF;
    padding: 20px;

    background: rgb(219, 51, 79) transparent;
    background: rgba(219, 51, 79, 0.8);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DB334F, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DB334F, endColorstr=#000000)";

}

#owl-demo .caption h1 {
    font-size: 30px;
    font-family: 'ralewayregular';
    margin-top: 5px;
    margin-bottom: 0px;
}

#owl-demo .caption h2 {
    font-size: 14px;
    font-family: 'ralewaybold';
    color: #231F20;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;

}

#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #DB334F;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 99;
    background: red;
    width: 100%;
}

.owl-buttons div {
    margin-top: -31px;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 50%;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;

}

.owl-buttons .owl-prev {
    background: url("../img/btn-carrossel.png") no-repeat scroll left top transparent;
    left: 0;
}

.owl-buttons .owl-next {
    background: url("../img/btn-carrossel.png") no-repeat scroll left bottom transparent;
    right: 0;
}

/*####################################################
//HOME */
.blocos {
    min-height: 150px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blocos h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #DB334F;
    font-family: 'ralewaybold';
}

.blocos p {
    font-size: 22px;
    min-height: 140px;
}

.div-titulo-secretario {
    text-align: center;
    margin-top: 21px;
}

.div-titulo-secretario span {
    font-family: 'ralewaybold';
    font-size: 18px;
}

.div-titulo-secretario p {
    font-family: 'ralewayregular';
    font-size: 18px;
}

/*#######################################################
//    RODAPE*/
#rodape {
    margin-top: 40px;
}

#rodape .menu {
    background: #333;
    color: #fff;
}

#rodape .first {
    border: none;
}

#rodape .menu .col-md-3 {
    border-left: 1px solid #231F20;
    min-height: 380px;
    padding: 60px 30px;
    padding-bottom: 30px;
}

#rodape .menu .first {
    border: 0;
}

#rodape .copyright {
    padding-top: 10px;
    background: #DB334F;
    min-height: 55px;
    font-family: 'ralewayregular';
    font-size: 12px;
    color: #FFF;

}


#rodape .copyright a {
    font-family: 'ralewayregular';
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

#rodape .copyright a:hover {
    text-decoration: none;
    font-weight: bold;
}


#rodape .copyright p {}

#rodape ul {
    margin: 20px 0;
}

#rodape h4 {
    font-family: 'ralewaymedium';
    font-size: 22px;
    margin: 0 0 30px;
}

#rodape p {
    font-family: 'ralewayregular';
    font-size: 14px;
    color: #9B9B9B;
    margin: 0 0 3px;
    line-height: 22px;
}

#rodape li {
    margin-bottom: 3px;
}

#rodape a {
    font-family: 'ralewayregular';
    font-size: 14px;
    color: #9B9B9B;
    margin: 0 0 7px;
}

#rodape .maling {
    width: 140px;
    background: transparent;
    color: #FFF;
}

#rodape .btn-default {
    background: transparent;
    color: #DB334F;
    border-color: #DB334F;
}

/*#######################################
## Calendario
*/

ul.minical.minical-inline {
    list-style: none;
    border: none;
}

ul.minical li article header {
    background: #DB334F;
    color: #fff;
    padding: 5px 0;
}

ul.minical li article header a {
    color: #FFF;
}

ul.minical li article section table tbody tr td a {
    text-align: center;
}


ul.minical li article {
    min-height: 225px;

}


ul.minical li article section table tbody tr td.minical_today a {
    border-color: #DB334F;
    background: #DB334F;
    color: white;
}

ul.minical li article section table tbody tr td a:hover {
    border-color: #DB334F;
    color: #000;
}


ul.minical li article header h1 {
    font-size: 15px;
    font-family: 'ralewaymedium';
}

/*#####################################
## List Grupo
*/
.list-group-item {
    border: 0;
    margin-bottom: 1px;
    border-bottom: 1px solid #D1D3D4;
    padding: 4px;
}

.list-group-item:first-child {
    border-radius: 0;

}

.list-group-item:last-child {
    border-radius: 0;
    border: 0;
}

.list-group-item h4 {
    color: #DB334F;
    font-size: 14px;
    font-family: 'ralewaymedium';
    margin-top: 5px;
    margin-bottom: 2px;
}

.list-group-item p {
    min-height: 27px;
    font-size: 14px;
    font-family: 'ralewayregular';
    margin: 0;
}

/*##############################################
## Agenda Cultural
*/
.agenda-cultural {
    min-height: 400px;
    background: #34373E url(../img/fundo-agenda.jpg) center center;
    color: #FFF;
    text-align: center;
}

.agenda-cultural .item {
    padding: 40px 30px;
    min-height: 380px;
}

.agenda-cultural .item:hover {
    background: rgb(35, 31, 32) transparent;
    background: rgba(35, 31, 32, 0.7);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#231F20, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#231F20, endColorstr=#000000)";

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.agenda-cultural h2 span {
    color: #FFF;
}

#owl-agenda-cultura {
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 40px;
}

#owl-agenda-cultura .evento {
    height: 280px;
}

#owl-agenda-cultura .data-evento {
    width: 106px;
    height: 100px;
    background: url(../img/calendario.png) transparent !important;
    margin: 0 auto;
    padding-top: 15px;
    color: #414042;
    font-family: 'ralewayregular';
    font-size: 16px;

}

#owl-agenda-cultura h3 {
    font-size: 40px;
    font-family: 'ralewaybold';
    margin-bottom: 0;
    color: #414042;
}

#owl-agenda-cultura h4 {
    font-size: 20px;
    font-family: 'ralewaymedium';
    margin-top: 30px;
    margin-bottom: 30px;
}

#owl-agenda-cultura p {
    font-family: 'ralewaymedium';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    color: #bebebe;
}


#owl-agenda-cultura .owl-pagination .owl-page span {
    background: #FFF;
}

#owl-agenda-cultura .owl-pagination .active span {
    background: #DB334F;
}


/*#######################################################
## Roteiros Turísticos
*/
#owl-roteiros-turisticos .thumbnail {
    padding: 0;
}

#owl-roteiros-turisticos .data {
    width: 30%;
    float: left;
    background: #E6E7E8;
    text-align: center;
    padding-top: 10px;
    min-height: 150px;
}

#owl-roteiros-turisticos .caption {
    width: 60%;
    float: right;


}

#owl-roteiros-turisticos .item {
    padding: 40px 20px;
    padding-bottom: 0;
}

#owl-roteiros-turisticos .thumbnail:hover {
    border-bottom: 2px solid #DB334F;
}

#owl-roteiros-turisticos a {
    font-family: 'ralewayregular';
    font-size: 16px;
    color: #808285;
}

#owl-roteiros-turisticos h3 {
    font-family: 'ralewaybold';
    font-size: 44px;
    margin-bottom: 0;
}

/*###########################################
//  TV Prefeitura
*/

.tvprefeitura h2 {
    margin-bottom: 40px;
}

.menu-youtube {
    width: 100%;
    height: 442px;
    overflow: auto;
    padding: 0 20px;
}

.menu-youtube .imgYoutube {
    width: 100px;
    height: 100px;
    position: absolute;
    background: url('../img/play.png') no-repeat transparent;
    top: 25px;
    left: 40px;
    opacity: 0.5;
}

.menu-youtube .imgYoutube:hover {
    opacity: 1;
}

/*###########################################
//  Carrossel DESTAQUES
*/
#owl-destaques .item {
    padding: 5px;
}


/*###########################################
//  Serviços
*/

.nav-tabs {
    background: #F5F5F5;
    border-bottom: 1px solid #BCBEC0;
}

.nav-tabs a {
    color: #707070;
    font-family: 'ralewaymedium';
    font-size: 20px;
}


.menuServicos {
    text-align: center;
    margin-top: 20px;
}



.menuServicos li {
    padding: 5px;
}

.menuServicos a {
    display: block;
    height: 102px;
    width: 102px;
    /* border:1px solid #F3F3F3; */
    padding: 4px !important;
    font-size: 11px;
    color: #58595B;
}

.menuServicos li a span {
    width: 100%;
    height: 60px;
    display: block;
    margin-bottom: 5px;
    font-size: 50px;
    color: #DB334F;
}

/*ICONES*/
/*
.menuServicos .agua-e-esgoto{
    background: transparent url('../img/icones-servicos/agua.png') no-repeat center bottom;
}
.menuServicos .agricultura{
    background: transparent url('../img/icones-servicos/agricultura.png') no-repeat center bottom;
}
.menuServicos .alvara{
    background: transparent url('../img/icones-servicos/alvara.png') no-repeat center bottom;
}
.menuServicos .animais{
    background: transparent url('../img/icones-servicos/animais.png') no-repeat center bottom;
}
.menuServicos .assistencia{
    background: transparent url('../img/icones-servicos/assistencia.png') no-repeat center bottom;
}
.menuServicos .educacao{
    background: transparent url('../img/icones-servicos/educacao.png') no-repeat center bottom;
}
.menuServicos .empreendedor{
    background: transparent url('../img/icones-servicos/empreendedor.png') no-repeat center bottom;
}
.menuServicos .emprego{
    background: transparent url('../img/icones-servicos/emprego.png') no-repeat center bottom;
}
.menuServicos .esporte{
    background: transparent url('../img/icones-servicos/esporte.png') no-repeat center bottom;
}
.menuServicos .habitacao{
    background: transparent url('../img/icones-servicos/habitacao.png') no-repeat center bottom;
}
.menuServicos .imposto{
    background: transparent url('../img/icones-servicos/imposto.png') no-repeat center bottom;
}
.menuServicos .obras{
    background: transparent url('../img/icones-servicos/obras.png') no-repeat center bottom;
}
.menuServicos .procon{
    background: transparent url('../img/icones-servicos/procon.png') no-repeat center bottom;
}
.menuServicos .saude{
    background: transparent url('../img/icones-servicos/saude.png') no-repeat center bottom;
}
.menuServicos .seguranca{
    background: transparent url('../img/icones-servicos/seguranca.png') no-repeat center bottom;
}
.menuServicos .transporte{
    background: transparent url('../img/icones-servicos/transporte.png') no-repeat center bottom;
}
.menuServicos .vigilancia{
    background: transparent url('../img/icones-servicos/vigilancia.png') no-repeat center bottom;
}
*/
/*##############################################################################################
## Mapas home page
*/

#mapsHome {
    background: #CCC;
    min-height: 400px;
}

#mapsHome h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #BCBEC0;
    margin-top: 0;
    padding: 10px 15px;
    color: #808285;
    font-family: 'ralewaymedium';
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    height: 50px;

}

/*##NOTICIAS*/
.div-home-noticias {
    text-align: center;
}

.div-home-noticias .blocos {
    margin-top: -20px;
}

.div-home-noticias .blocos p {
    min-height: 120px;
}

.owl-mais-acessados {
    margin-bottom: 40px;
}



.owl-mais-acessados .item {
    margin-left: 10px;
}

.owl-mais-acessados .primeiro {
    margin-left: 0;
}

.list-group-item p span {
    text-transform: uppercase;
}


/* #################################################
##  banner Orgao
*/
#banner-orgao {
    height: 250px;
    background: #333 url("../img/AjaxLoader.gif") no-repeat center center;
    padding-top: 130px;

}

#banner-orgao h2 {
    color: #FFF;
    font-family: 'ralewaymedium';
    font-size: 30px;
    font-weight: bold;
}

@media (min-width:992px) {
    #banner-orgao h2 {
        font-size: 40px;
    }
}

.banner-unidade h2 {
    color: #fff;
    font-family: 'ralewaymedium';
    font-size: 40px;
    font-weight: bold;
    text-shadow: 3px 3px 2px #777;
}

/*######################################################
## MENU LEFT
*/

#leftMenu {
    margin-top: 30px;
}

#leftMenu b {
    float: right;
    margin-top: 10px;
}

#leftMenu .navmenu,
.navbar-offcanvas {
    width: 100%;
    background: transparent;
    border: none;
}

#leftMenu .nav>li {
    border-bottom: 1px solid #E6E7E8;
}

#leftMenu .navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background: #F9F9F9;
    border-top: #DDD 1px solid;
    padding-top: 10px;

}

#leftMenu .navmenu-default .navmenu-nav>li>a {
    color: #DB334F;
    font-size: 13px;
    font-family: 'ralewayregular';
    padding: 10px 0;
}

#leftMenu .navmenu-default .navmenu-nav>.open>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,
.navmenu-default .navmenu-nav>.open>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,
.navmenu-default .navmenu-nav>.open>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
    /*/ padding: 10px 25px; */
    padding-right: 0;
    background: transparent;
    color: #242424;

}

#leftMenu .navmenu-default .navmenu-nav>li>ul>li>a {
    color: #939598;
    font-size: 13px;
    font-family: 'ralewayregular';
    padding: 5px 25px;
}

.left-menu {
    margin-top: 30px;
}

.left-menu b {
    float: right;
    margin-top: 10px;
}

.left-menu .navmenu,
.navbar-offcanvas {
    width: 100%;
    background: transparent;
    border: none;
}

.left-menu .nav>li {
    border-bottom: 1px solid #E6E7E8;
}

.left-menu .navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background: #F9F9F9;
    border-top: #DDD 1px solid;
    padding-top: 10px;

}

.left-menu .navmenu-default .navmenu-nav>li>a {
    color: #DB334F;
    font-size: 13px;
    font-family: 'ralewayregular';
    padding: 10px 0;
}

.left-menu .navmenu-default .navmenu-nav>.open>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,
.navmenu-default .navmenu-nav>.open>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,
.navmenu-default .navmenu-nav>.open>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
    /*/ padding: 10px 25px; */
    padding-right: 0;
    background: transparent;
    color: #242424;

}

.left-menu .navmenu-default .navmenu-nav>li>ul>li>a {
    color: #999;
    font-size: 13px;
    font-family: 'ralewayregular';
    padding: 5px 25px;
}

/*
TAB Right (Noticias - Serviços)
*/

.right-tab .nav-tabs>li>a {
    color: #999;
    font-family: 'ralewaymedium';
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.right-tab .list-group-item {
    border: 0;
    padding: 15px 0;
}

.right-tab .list-group-item img {
    float: left;
    padding: 4px 10px;
    padding-left: 0;
}

/*
Carrossel de Imagens com thumnails
*/
.carrossel-thumb {
    margin-bottom: 25px;
}

.sync2Thumb {
    height: 58px;
    margin-top: -68px;
    background: #0F0E0E;
    padding: 10px;
    background: rgb(15, 14, 14) transparent;
    background: rgba(15, 14, 14, 0.8);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F0E0E, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F0E0E, endColorstr=#000000)";
}


#sync1 {
    margin-bottom: 10px;
}

#sync2 .synced img {
    border: 1px solid #F9F9F9;
}

.sync2Caption {
    position: relative;
    display: none;
    height: 80px;
    margin-top: -90px;

    padding: 10px;

    color: #fff;
    font-size: 13px;
    font-family: 'ralewayregular';
    background: rgb(15, 14, 14) transparent;
    background: rgba(15, 14, 14, 0.8);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F0E0E, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F0E0E, endColorstr=#000000)";

}


/*######################################################
## Conteudo pagina internas
*/
.conteudo {
    margin-top: 40px;
    margin-bottom: 60px;
}

.conteudo h1 {
    color: #58595B;
    font-size: 28px;
    font-family: 'ralewaymedium';
    margin-top: 0;
}

.conteudo h2 {
    color: #58595B;
    font-size: 24px;
    font-family: 'ralewaymedium';
    margin-top: 0;
}

.barra-rede-social {
    border: 1px solid #ccc;
    margin: 30px 0px 30px 0px;
    height: 42px;
    color: #999;
    font-size: 13px;
    padding-top: 10px;
}

.div-img {
    margin-top: -10px;
    margin-left: -30px;
}

.barra-rede-social span {
    cursor: pointer;
}

.lblPesquisa {
    width: 100%;
    height: 62px;
    background: #F5F5F5;
    border-bottom: #BCBEC0 1px solid;
    margin-bottom: 30px;
}

.lblPesquisa span {
    background: #FFF url("../img/labelPesquisa.png") no-repeat;
    display: block;
    width: 294px;
    height: 64px;
    padding-top: 20px;
    text-align: center;
    font-family: 'ralewaymedium';
    font-size: 20px;
    color: #808285;
}

.pesqData {
    width: 40%;
    height: 35px;
    float: left;
}

.pesqDataAte {
    width: 40px;
    padding-top: 10px;
    text-align: center;
}

/*Lista de Noticias*/

@media (min-width:400px) {
    #listaNoticias img {
        float: left;
    }
}

#listaNoticias {
    margin-top: 10px;
}


#listaNoticias a {
    display: block;
    border-top: 1px solid #FFF;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 0px;
}

#listaNoticias a:hover {
    border-top: 1px solid #DB334F;
    background-color: rgb(240, 240, 240);
}


#listaNoticias a h4 {
    font-size: 22px;
    font-family: 'ralewaymedium';
    color: #808285;
    margin-top: 0;
    margin-bottom: 0;
}

#listaNoticias a span {
    font-size: 13px;
    font-family: 'ralewayregular';
    color: #808285;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
}

#listaNoticias a p {
    font-size: 14px;
    line-height: 17px;
    font-family: 'ralewayregular';
    color: #58595B;
}

/*Lista de Noticias*/

.listaNoticias {
    margin-top: 10px;
}


.listaNoticias a {
    display: block;
    margin-bottom: 5px;
    padding: 5px 0;
}

.listaNoticias a:hover {
    border-top: 1px solid #DB334F;
}


.listaNoticias a h4 {
    font-size: 22px;
    font-family: 'ralewaymedium';
    color: #808285;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
}

.listaNoticias a time {
    font-size: 13px;
    font-family: 'ralewayregular';
    color: #808285;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
    padding: 0 10px;
}

.listaNoticias a p {
    font-size: 14px;
    font-family: 'ralewayregular';
    color: #58595B;
    padding: 0 10px;
}

.listaNoticias img {
    margin-left: 20px;
}

.listaNoticias small {
    padding: 0 10px;
}

/* Formulario de Contato*/

.contact-form {
    margin-top: 15px;
}

.contact-form .textarea {
    min-height: 150px;
    resize: none;
}

.form-control {
    box-shadow: none;
    border-color: #ccc;
}

.form-control:focus {
    box-shadow: none;
    border-color: #00b09c;
}

.main-btn {
    background: #00b09c;
    border-color: #00b09c;
    color: #fff;
}

.main-btn:hover {
    background: #00a491;
    color: #fff;
}

.form-control-feedback {
    line-height: 30px;
    top: 0px;
}

/*
Captcha
*/

#div-captcha {}

#div-captcha img {
    width: 170px;
    height: 34px;
}


/* Contato */
#right-tab-contato h5 {
    font-size: 13px;
    font-family: 'ralewaysemibold';
    color: #999;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    margin-bottom: 2px;
}



#right-tab-contato li {
    font-size: 13px;
    font-family: 'ralewayregular';
    color: #999;
    margin: 3px 0;
}

#right-tab-contato li span {
    color: #DB334F;
}

/*#####################################
## TAB SERVIÇOS                      
*/
.tab-servico {
    padding-top: 20px;
}

.tab-servico .list-group-item {
    border-top: 1px solid #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0;

}

.tab-servico .list-group-item p {
    min-height: 10px;
}

.tab-servico .list-group-item:hover {
    border-top: 1px solid #DB334F;
}

.tab-servico h4 {
    font-size: 20px;
    font-family: 'ralewaymedium';
    color: #999;
    display: inline;

}

.tab-servico .icon {
    font-size: 44px;
    padding: 0px;
    color: #DB334F;
}

.tab-servico small {
    display: block;
    font-size: 13px;
    font-family: 'ralewayregular';
    color: #999;
    margin-left: 10px;
}

.tab-servico label {
    font-family: 'ralewayregular';
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

.tab-servico .radio-inline,
.tab-servico .checkbox-inline {
    font-family: 'ralewayregular';
    text-transform: none;
    font-size: 14px;
    color: #666;
}

#pesqServicos {
    border-left: 1px solid #DB334F;
}

/*###########################################################
## Pagina de serviços
*/

.div-servico h1 {
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 25px;
}

.div-servico small {
    color: #939598;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 25px;
}

.div-servico small span {
    color: #DB334F;
}

.fav-servico {
    font-family: 'ralewaybold';
    font-size: 12px;
    padding: 5px 10px;
}

.fav {
    color: #FFF;
    background: #FFAA00;
    border-color: #FFF;
}

.fav:hover {
    color: #FFAA00;
    background: red;
    border-color: #FFAA00;
}

.desabilitado {
    color: #FFAA00;
    background: #fff;
    border-color: #FFAA00;
}

.titulo-unidades {
    margin-bottom: 25px;
}

.titulo-eventos {
    margin-bottom: 25px;
}

.div-servico b {
    font-family: 'ralewaysemibold';
    font-size: 14px;
    color: #6D6E71;
    margin-top: 20px;
    display: block;
}

/*
lista de numeros
*/
.listNumero {
    margin-top: 15px;
}

.listNumero a {
    margin-bottom: 10px;
}

.listNumero b {
    color: #DB334F;
    font-size: 24px;
}

.listNumero .col-md-10,
.listNumero col-lg-10 {
    margin-left: -15px;
}

.listNumero .list-group-item {
    padding: 3px 0;
}

/*#########################################################
## Publicações 
*/

.div-publicacoes {
    margin: 30px 0;
}

.div-publicacoes .radio-inline,
.form-control {
    font-size: 13px;
    font-family: 'ralewayregular';
    color: #999;
    padding: 6px 5px;
}

.div-publicacoes table {
    margin-top: 20px;
}

.div-publicacoes .table>tbody>tr>td {
    border: 0;
    padding: 4px;
}

/*##############################################################################
## FALE CONOSCO
*/

.div-fale-conosco .page-title {
    margin: 30px 0px 0px 0px;
}

.div-fale-conosco .page-title-inner {
    padding: 0;
}

.div-fale-conosco .page-title h2 {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    font-family: 'ralewaymedium';
    font-size: 22px;
    color: #58595B;
    margin-bottom: 40px;
}

.div-fale-conosco .page-title h2:before,
.div-fale-conosco .page-title h2:after {
    display: block;
    height: 1px;
    content: " ";
    width: 20%;
    top: 0.53em;
    z-index: 1;
    position: absolute;
}

.div-fale-conosco .page-title h2:before {
    background: #BCBEC0;
    left: 0;
}

.div-fale-conosco .page-title h2:after {
    background: #BCBEC0;
    right: 0;
    left: auto;
}

.div-fale-conosco .page-title h2 span {
    padding: 0px 10px;
    position: relative;
    z-index: 2;
}

.div-fale-conosco h4 {
    font-family: arial;
    font-weight: bold;
    font-size: 24px;
    color: #DB334F;
}

/*###############################################################################
## Agenda Eventos e Festas
*/

.agendaInterna {
    margin-top: 20px;
}

.div-mod-agenda-opcao {
    margin-bottom: 20px;
}

.titulo-agenda-cultural {
    color: #58595B;
    font-size: 28px;
    font-family: 'ralewaymedium';
    margin-top: 25px;
}

.input-data {
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.agendaInterna a {
    display: block;
    border-top: 2px solid #FFF;
    margin-bottom: 10px;
    padding: 10px 0;
    min-height: 90px;
}

.agendaInterna a:hover {
    border-top: 2px solid #DB334F;
    background: #F5F5F5;
}


.agendaInterna a h4 {
    font-family: 'ralewaymedium';
    font-size: 20px;
    color: #58595B;
    margin-top: 6px;
    margin-bottom: 6px;
}


.agendaInterna a p {
    font-size: 14px;
    font-family: 'ralewayregular';
    color: #58595B;
}

.agendaInterna .data-evento {
    width: 72px;
    height: 67px;
    background: url(../img/calendario-prefeito.png) no-repeat transparent !important;
    margin: 0 auto;
    padding: 3px;
    color: #FFF;
    font-family: 'ralewayregular';
    font-size: 12px;
    text-align: center;
}

.agendaInterna .data-evento h3 {
    color: #FFF;
    font-family: 'ralewaybold';
    font-size: 32px;
    padding: 0;
    margin: 7px 0 0 0;
}

.agendaInterna .data-evento p {
    color: #FFF;
    font-family: 'ralewayregular';
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}


/*###############################################################################
## Agenda do Prefeito
*/

#agendaPrefeito {
    margin-top: 40px;
}


#agendaPrefeito a {
    display: block;
    border-top: 2px solid #FFF;
    margin-bottom: 10px;
    padding: 5px 0;
}

#agendaPrefeito a:hover {
    border-top: 2px solid #DB334F;
}


#agendaPrefeito a h4 {
    font-family: 'ralewaymedium';
    font-size: 20px;
    color: #58595B;
    margin-top: 0;
    margin-bottom: 0;
}


#agendaPrefeito a p {
    font-size: 14px;
    font-family: 'ralewayregular';
    color: #58595B;
}

#agendaPrefeito .data-evento {
    width: 72px;
    height: 67px;
    background: url(../img/calendario-prefeito.png) no-repeat transparent !important;
    margin: 0 auto;
    padding: 3px;
    color: #FFF;
    font-family: 'ralewayregular';
    font-size: 12px;
    text-align: center;
}

#agendaPrefeito .data-evento h3 {
    color: #FFF;
    font-family: 'ralewaybold';
    font-size: 32px;
    padding: 0;
    margin: 7px 0 0 0;
}

#agendaPrefeito .data-evento p {
    color: #FFF;
    font-family: 'ralewayregular';
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

/*###############################################################################
## Agenda Cultural
*/

.div-agenda {
    background: #34373E url('../img/fundo-agenda-interna.jpg') center center no-repeat;
    padding: 40px 0;
}


.div-agenda .item {
    display: block;
    border-top: 2px solid #DB334F;
    margin-bottom: 20px;
    padding: 10px 0;
    padding-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;

    background: rgba(15, 14, 14, 0.7);
    /* Para navegadores IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F0E0E, endColorstr=#000000);
    /* Para navegadores IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F0E0E, endColorstr=#000000)";
}

.div-agenda .item:hover {
    border-top: 2px solid #DB334F;
    background: #000;
}


.div-agenda .item h4 {
    font-family: 'ralewaymedium';
    font-size: 20px;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
}


.div-agenda .item p {
    font-size: 14px;
    font-family: 'ralewayregular';
    color: #D1D3D4;
    margin-top: 10px;
    margin-bottom: 20px;
}

.div-agenda .btn-default {
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-agenda .data-evento {
    width: 72px;
    height: 67px;
    background: url(/public/site/img/calendario-prefeito.png) no-repeat transparent !important;
    margin: 0 auto;
    padding: 3px;
    color: #FFF;
    font-family: 'ralewayregular';
    font-size: 12px;
    text-align: center;
}

.div-agenda .data-evento h3 {
    color: #FFF;
    font-family: 'ralewaybold';
    font-size: 32px;
    padding: 0;
    margin: 7px 0 0 0;
}

.div-agenda .data-evento p {
    color: #FFF;
    font-family: 'ralewayregular';
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

.div-agenda button {
    margin: 30px 0;
}

.conteudo .div-agenda-evento {
    padding: 20px 0;
}

.conteudo .imprimir {
    color: #999;
}

.conteudo .div-agenda-evento h1 {
    font-family: 'ralewaysemibold';
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;

}

.conteudo .div-agenda-evento p {
    margin-bottom: 2px;
}

.titulo-servicos {
    margin-bottom: 25px;
}

.desabilitado {
    color: #FFAA00;
    background: #fff;
    border-color: #FFAA00;
}

.div_evento {
    background: #DB334F;
    color: #FFF;
    padding: 10px;

}

.div_evento h1 {
    color: #FFF;
    font-family: 'ralewaymedium';
    font-size: 28px;
    margin: 5px;
}

.div_evento .data-evento {
    width: 72px;
    height: 67px;
    background: url(../img/calendario-evento.png) no-repeat transparent !important;
    margin: 0 auto;
    padding: 3px;
    color: #DB334F;
    font-family: 'ralewayregular';
    font-size: 12px;
    text-align: center;

}

.data-evento h3 {
    font-family: 'ralewaybold';
    font-size: 32px;
    padding: 0;
    margin: 7px 0 0 0;
}

.data-evento p {
    font-family: 'ralewayregular';
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

/*.evento_dir {
    z-index: 1;
    width: 100%;
    margin-top: 40px;
    background:#fff;
    border:0;
    color: #414042;
    margin-top: -50px;
}*/
@media (max-width:991px) {
    .evento_dir {
        z-index: 1;
        width: 100%;
        background: #fff;
        border: 0;
        color: #414042;
    }
}

@media (min-width:992px) {
    .evento_dir {
        z-index: 1;
        width: 100%;
        background: #fff;
        border: 0;
        color: #414042;
        margin-top: -50px;
    }
}

.evento_dir h3 {
    text-align: center;
    margin-top: 10px;
}

.evento_dir table td {
    font-family: 'ralewayregular';
    font-size: 12px;
    padding: 3px;

}

#paginate .active span {
    background: #db334f;
    border-color: #ddd;
}

#paginate li a {
    color: #db334f;

}

.grid-divider {
    position: relative;
    padding: 0;
}

.grid-divider>[class*='col-'] {
    position: static;

}

.grid-divider>[class*='col-']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -15px;

}

.col-padding {
    padding: 0px;
}


.pagina-mogi {
    margin-top: 15px;
    font-size: 14px;
    color: #9e9fa2;
}

/* Cronologia */
.cronologia {
    font-size: 13px;
}

.cronologia div {
    border-left: 6px solid #e6e7e8;
    margin-left: 10px;
}

.cronologia ul {
    list-style-image: url('/public/site/img/marca.png');
    list-style-position: outside;
    margin-left: -28px;
}

.cronologia h2 {
    font-size: 18px;
    color: #ed1c24;
}

.cronologia b {
    color: #ed1c24;
}

/*########################################*/
.titulo-pag-mogi {
    font-size: 32px;
}

.texto-vermelho {
    color: #ed1c24;
}

.texto-cinza-escuro {
    color: #58595b;
}

.texto-cinza-claro-paragrafo {
    color: #9e9fa2;
}

.letra-musica {
    margin-top: 25px;
}

.letra-musica .row {
    margin-bottom: 10px;
}

.letra-musica span {
    font-size: 16px;
    color: #ed1c24;
    font-weight: bold;
}

.div-hino-oficial {
    margin-top: 25px;
}

.div-hino-oficial small {
    display: block;
}

audio {
    margin-top: 25px;
}

.div-terminal-onibus {
    background: #ed1c24;
    color: #FFF;
    padding: 15px;
    font-size: 12px;
}

.ul-rodovias {}

.ul-rodovias li {
    border-top: 1px #333 dotted;
}

.ul-rodovias .row {
    margin-left: 0px;
}

.ul-rodovias .col-lg-3 {
    background: #ed1c24;
    color: #FFF;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
}

.div-acessos {
    margin-top: 25px;
}

.div-trem {
    margin-left: 10px;
    padding: 5px;
    background: url('/public/site/img/mogi-trilhos.jpg') repeat-y;
}

.div-trem ul {
    list-style-image: url('/public/site/img/marca-vermelho.png');
    list-style-position: outside;
    margin-left: -25px;
}

.div-trem ul li {
    padding: 4px;
}


.pop-img {
    width: 250px;
    background: #ed1c24;
    color: #FFF;
    padding: 10px;
    display: block;
    position: absolute;
    margin-left: 15px;
}

.pop-img p {
    font-size: 12px;
    font-weight: bold;
}

.pop-img>.seta {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -14px;
    margin-bottom: -30px;
    font-size: 30px;
    color: #ed1c24;
}

.sele_distritos_regioes {
    display: none;
    margin-top: -15px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
    /* margin-right: 18px;*/
    position: absolute;
    right: 0;

    z-index: 99;
    border: 1px solid silver;
    background: #fff;
    padding: 3px;
    box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px #ccc;
}

.sele_distritos_regioes .h_sele {
    background: #bebebe;
    margin: -3px -3px 3px -3px;
    padding: 3px;
}

.sele_distritos_regioes span {
    float: right;
    font-size: 18px;
}

.sele_distritos_regioes label {
    font-weight: normal;
}

.tab-atendimento {
    padding: 10px;
    color: #58595B;
}

.tab-atendimento li {
    list-style-type: none;
    padding-top: 10px;
    margin-left: -20px;
}

.tab-atendimento i {
    color: #db334f;
    margin-left: -20px;
}

/*
 * infowindow do Google Maps
 */
.gm-style-iw+div {
    /*display: none; */
}

.gm-style-iw {
    margin-left: 10px;
    max-width: 172px;
}


#lista_servicos .list-group-item p {
    margin-top: 5px;
}

#lista_servicos .list-group-item small {
    margin-left: 0px;
}

.twitter-typeahead {
    width: 100%;
    margin-top: 4px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
}

.div-favoritos {
    min-height: 300px;
}

.div-favoritos b {
    color: #808285;
}

.div-favoritos p {
    color: #808285;
    margin-top: 15px;
    font-family: 'ralewayregular';
    font-size: 13px;
}

.novidade-carta {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.novidade-carta .titulo-vermelho {
    color: #DB334F;
    font-size: 13.5px;
    font-weight: bold;
}

.novidade-carta h2 {
    font-size: 28px;
}

.novidade-carta p {
    font-family: 'ralewayregular';
    font-size: 18px;
}

.novidade-carta .icone-down {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.novidade-carta .icone-down:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.novidade-carta i {
    display: block;
    font-size: 50px;
    margin-bottom: -5px;
}

.divLoad {
    border-top: #DDD solid 1px;
    padding: 40px 0;
    margin-bottom: 40px;
}

.divLoad h4 {}

.divLoad img {
    float: right;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/*Mais lidas*/
.bloco-mais-lidas {
    margin-top: 40px;
}

.bloco-mais-lidas img {
    width: 100px;
}


.arquivos-noticia {
    font-family: 'ralewayregular';
    font-size: 14px;
    color: #444;
}

.arquivos-noticia .glyphicon {
    color: #666;
}

.minical {
    list-style: none;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
    line-height: 32px !important;
    border-color: #ccc !important;
    text-transform: uppercase !important;
    color: #939598 !important;
    font-family: 'ralewayregular' !important;
    font-size: 13px !important;
}

.select2-container--default {
    border-color: #ccc !important;
    color: #777 !important;
    font-family: 'ralewayregular' !important;
    font-size: 13px !important;
}

.bbt-print {
    color: #555;
    background: #FFF;
    margin-right: 10px;
    font-family: 'ralewaybold';
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #555;
}

.bbt-print:hover {
    color: #FFF;
    background: #333;
    margin-right: 10px;
    font-family: 'ralewaybold';
    font-size: 12px;
    padding: 2px 10px;
}

.bbt-print span {
    color: inherit;
}

#mapsHome .img-unidade {
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
}

#mapsHome .img-unidade .caption-unidade {
    background: rgba(0, 0, 0, 0.7);
    height: 75px;
    padding-top: 0px;
    padding-left: 10px;
    bottom: 0;
    position: absolute;
    width: 95%;
}

#mapsHome .img-unidade .caption-unidade .bbt-unidades {
    display: block;
    position: absolute;
    width: 90px;
    height: 75px;
    top: 0px;
    right: 15px;
    background: url('/public/site/img/icon-todas-unidades.png');
}

#mapsHome .img-unidade .caption-unidade .bbt-unidades:hover {
    background: url('/public/site/img/icon-todas-unidades_hover.png');
}

#mapsHome a:hover {
    text-decoration: none;
}

#mapsHome .img-unidade .caption-unidade a h4 {
    margin-bottom: 2px;
}

#mapsHome .img-unidade .caption-unidade a p {
    color: #FFF;
}

.div_escola_governo {
    margin-top: 80px;
    width: 100%;
    min-height: 400px;
    background: #f5f5f5 url('/public/site/img/arte_escola_governo.png') no-repeat top left;
    padding: 80px 0px 20px;

}

.div_escola_governo img {
    margin: 0 auto;
}

.div_escola_governo h4 {
    margin-top: 30px;
    margin-left: 15px;
}

.div_escola_governo .list-group-item {
    background-color: transparent !important;
    border-top: 1px solid #ccc;
    padding: 15px;
    border-bottom: 0px;
}

.div_escola_governo .list-group-item:last-child {
    border-bottom: 1px solid #ccc;
}

.div_escola_governo .list-group-item:hover {
    border-top: 1px solid #DB334F;
}


/*######CEM DIAS##################################*/

.cem-dias {
    margin-top: 35px;
}

.cem-dias h1,
h2 {
    font-size: 22px;
}

.cem-dias .panel-heading {
    height: 113px;
    background-repeat: none;
    background-position: center center;
}

.cem-dias .panel-title {
    margin-top: 60px;
}

.cem-dias .panel-title a {
    color: #FFF;
    font-size: 30px;
    font-family: 'ralewaybold';
}

.cem-dias .panel-title a:hover {
    text-decoration: none;
}

.cem-dias .panel-group-open {
    width: 80px;
    height: 112px;
    float: right;
    background: #333;
    color: #FFF;
    margin-top: -10px;
    margin-right: -15px;
    text-align: center;
    padding: 10px 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    display: none;
}


.cem-dias .panel-body {
    background: #f9f9f9;
    padding-top: 40px;
}

.cem-dias .panel-group-open .glyphicon {
    font-size: 30px;
}

/*Acesso Rápido Home*/
.acesso-rapido-home h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #BCBEC0;
    margin-top: 0;
    padding: 10px 15px;
    color: #808285;
    font-family: 'ralewaymedium';
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    height: 50px;
}

.acesso-rapido-home ul {
    list-style-image: url("/public/site/img/ac.jpg");
}

.acesso-rapido-home .div-lista {
    padding: 10px 5px;
    height: 350px;
    display: block;
    overflow-y: scroll;
    border: 1px solid #F9F9F9;
}

.acesso-rapido-home a {
    color: #58595C;
}


.acesso-rapido-home a:hover,
.acesso-rapido-home a:active {
    text-decoration: none;
    color: #000;
}