
/*********************************************************************************/
/* Estrutura Básica                                                              */
/*********************************************************************************/

body, input, textarea, select {
    font-size: 12pt;
}

h2 br {
    display: none;
}

.container {
    padding: 0 2em 0 2em;
}

#box-menu {
    display: none;
}

/*********************************************************************************/
/*  Topo                                                                         */
/*********************************************************************************/

#header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 8em;
}

#logo .image
{
	position: absolute;
	left: 3.750em;
	top: 0;
	width: 1.250em;
}

#logo h1 {
    font-size: 15pt;
    top: 1.250em;
}
#logo h2 {
    top: 1.250em;
}

#logo {
    left: 1em;
    right: 1em;
}

#noticias-destaque {
    width: 50%;
    padding: 0em 0.625em 0em 0.625em;
}

#menu-topo {
    width: 70%;
    position: relative;
    margin: 0.625em;
}
    #menu-topo .btn-menu {
        height: 5.000em;
        width: 20%;
        float: left;
        text-align: center;
        padding: 0.313em;
        padding-top: 0.750em;
        border-right: 0.063em solid #e6e6e6;
        line-height: 1;
    }
        #menu-topo .btn-menu a {
            text-transform: uppercase;
            font-size: 10pt;
        }
    #search {
        width: 30%;
        top:0;
    }

    #link-topo{
        top:-4em;
    }
    #txtBusca {
        width: 50%;
    }


#galeria-fotos,#outras-noticias, #mapa {
    width: 48%;
    float: right;
} 

 #mapa{
     clear:none;
 }

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#bar {
    display: none;
}


/*********************************************************************************/
/* Estrutura principal                                                           */
/*********************************************************************************/


#main
{
	width: 100%;
    
}

#nav-lateral {
    width: 100%;
}

#content {
    width: 100%;
    
}


    
#aside {
    width: 100%;
}

#sessao {
    width: 48%;
}

#calendario{
    margin-top:10px;
    width:45%;
}

/*********************************************************************************/
/* Rodapé                                                                        */
/*********************************************************************************/
#localizacao, #mapasite  {
    font-size: 9pt;
}
#geral {
    width: 100%;
}

#mapasite {
    width: 60%;
}
    #mapasite li {
        width: 12.500em;
    }
#localizacao {
    width: 40%;
}
/*********************************************************************************/
/* Side Panel                                                                    */
/*********************************************************************************/

#sidePanel {
    background: #222729 url('images/overlay.png');
    box-shadow: inset -0.25em 0 0.25em 0 rgba(0,0,0,0.125);
}

#sidePanelToggle {
}

    #sidePanelToggle .toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(128,136,144,0.5) url('images/toggle.svg') center center no-repeat;
        border-radius: 0.35em;
        margin: 0.25em;
    }

#slider {
    width: 100%;
}

#destaque-lateral {
    background: none;
    width: 50%;
}

#publicidade {
    width: 80%;
}

#sessao-lateral {
    margin-bottom: 0.625em;
    width: 50%;
    padding-left: 0em;
    margin-left: 0.313em;
    padding: 0.625em;
}

#banner .banner-item {
    width: 23%;
    font-size: 0.750em;
}
#banner .banner-item h1 {
    font-size: 0.813em;
}

/*********************************************************************************/
/* Vereadores                                                                    */
/*********************************************************************************/
#vereadores {
    width: 100%;
}

#vereadores img {
    width:10%;
}


/*********************************************************************************/
/* Menu Mobile                                                                   */
/*********************************************************************************/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #eee;
}

    #cssmenu ul ul {
        display: none;
    }

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 0.938em 1.250em;
    cursor: pointer;
    z-index: 2;
    font-size: 0.813em;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 0.063em 0.063em rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0.063em 0 rgba(255, 255, 255, 0.15);
    
}

    #cssmenu > ul > li > a:hover,
    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li.open > a {
        color: #eeeeee;
    }

#cssmenu > ul > li.open > a {
    border-bottom: 0.063em solid #666;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 0.063em solid #333;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: '';
        width: 0.375em;
        height: 0.375em;
        right: 1.250em;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 1.063em;
        border-top: 0.125em solid #ffffff;
        border-left: 0.125em solid #ffffff;
    }

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 1.125em;
    border-top: 0.125em solid;
    border-left: 0.125em solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 0.063em solid #32373e;
    border-left: 0.063em solid #32373e;
    border-right: 0.063em solid #32373e;
    padding: 0.625em 1.250em;
    z-index: 1;
    text-decoration: none;
    font-size: 0.813em;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 0.063em 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 0.063em 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 1.875em;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 0.063em solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: '';
    width: 0.313em;
    height: 0.313em;
    right: 1.250em;
    z-index: 10;
    top: 0.719em;
    border-top: 0.125em solid #eeeeee;
    border-left: 0.125em solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}


#acessorapido {
    width: 50%;
}

.galerias {
    width: 50%;
}

#links-servicos {
    width: 50%;
}