/*
Theme Name: FUMAS 1.1
Theme URI: http://fumas.jundiai.sp.gov.br/
Author: CIJUN
Author URI: http://www.cijun.sp.gov.br/
Description: Site da Funda&ccedil;&atilde;o Municipal de A&ccedil;&atilde;o Social.
Version: 1.1
*/

/* tabela de cores */
/*
verde		#00911a
azul		#004d97
laranja		#ef8813
*/

/*body,
button,
input,
select,
textarea {
	background: #FFF;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body {
	line-height: 1.4;
}

a:link,
a:visited {
	color: #004d97;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #004d97;
	text-decoration: underline;
}

p {
	margin-bottom: 1.5em;
}

#main {
	width: 960px;
	margin: auto;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}

blockquote {
	color: #333;
	margin-left: 20px;
	font-style: italic;
}

hr {
	background: #CCC;
	color: #CCC;
	border: none;
	margin: 5px auto 20px;
	height: 1px;
}*/

/* ----- CABECALHO -------------------------------------------------------------- */

/*#header {
	height: 150px;
    width: 960px;
	margin: auto;
}

#header h1 a {
    background: url(../Images/fumas.png) no-repeat center left;
    width: 127px;
    height: 135px;
    display: block;
    float: left;
    text-indent: -1000000px;
}

#header .fumas strong {
	font-size: 36px;
}

#titulo-header {
    float: left;

    color: #222;
	width: 640px;
	margin: 50px 0 0 35px;
	display: block;
	float: left;
	line-height: 1.2;
	font-size: 35px;
	font-weight: 600;
	text-decoration: none;
}

.jundiai{
	background: url(//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-300x135-colorido.png) no-repeat;
	width: 143px;
	height: 135px;
	display: block;
	float: right;
	text-indent: -10000px;
}*/


/* ----- ELEMENTOS BÃSICOS ------------------------------------------------------ */

body,
input,
textarea,
select,
button {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
}

h2 {
    margin: 30px 0 20px;
    font-size: 24px;
    font-weight: 600;
}

h3 {
    margin: 25px 0 15px;
    font-size: 20px;
    font-weight: 600;
}

h4 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 600;
}

h5 {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

h6 {
    margin: 20px 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.clear {
    line-height: 0;
}

#main,
.container {
    min-width: 300px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    margin-top: 20px;
}

a:link,
a:visited {
    color: #003472;
}

a:active,
a:focus {
    color: #ed1c24;
}

a:hover {
    color: #0474bc;
}

/* ----- RESPONSIVO DOS ELEMENTOS BÃSICOS --------------------------------------- */

@media only screen and (min-width: 1024px) {

    #main {
        margin-bottom: 40px;
    }
}

/* ----- CABEÃ‡ALHO -------------------------------------------------------------- */

#header {
    background: #003371;
    border-bottom: 1px solid #DDD;
    padding: 15px 15px 10px;
    position: relative;
    z-index: 20;
    background: #003371 -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
    background: #003371 -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
    background: #003371 linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

    #header .titulo {
        background-image: url(../Images/fumas.png);
        background-size: 100px 100px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        background-border: none;
        height: 100px;
        margin: 0 10px 10px 0;
        float: left;
        display: block;
        text-indent: -1000px;
        font-family: 'PFBenchmarkPro', 'Open Sans', sans-serif;
    }

    #header .plataforma {
        display: none;
    }

/* ----- RESPONSIVO DO CABEÃ‡ALHO ------------------------------------------------ */

@media only screen and (min-width: 600px) {

    #header .titulo {
        color: #FFF;
        text-indent: 0;
        padding-left: 120px;
        padding-top: 15px;
        font-size: 48px;
        font-weight: bold;
        font-family: 'PFBenchmarkPro';
        text-decoration: none;
    }
}

@media only screen and (min-width: 800px) {

    #header .titulo {
        background-size: 140px 140px;
        width: 140px;
        height: 140px;
        margin-bottom: 10px;
        padding-left: 190px; /*170px;*/
        padding-top: 25px;
        float: left;
        font-size: 56px;
        margin-left: -10px !important;
    }
    }

    #header .plataforma {
        background-image: url(http://src.cijun.sp.gov.br/img/gestao-2017-2020/logo-plataforma-inclusao-horizontal-negativo.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 230px;
        height: 82px;
        margin-bottom: 20px;
        float: right;
        display: block;
        text-indent: -100000px;
    }
}

/* ----- MENU SUPERIOR ---------------------------------------------------------- */

.menu-superior-container {
    /*display: none;*/
}

/* ----- RESPONSIVO DO MENU SUPERIOR -------------------------------------------- */

@media only screen and (min-width: 800px) {

    .menu-superior-container {
        background: #b41d8d;
        border-bottom: 1px solid #DDD;
        height: auto;
        width: 100%;
        margin: 0 auto 20px;
        padding: 10px 0 5px;
        display: table;
        clear: both;
        background: #b41d8d -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
        background: #b41d8d -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
        background: #b41d8d linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
        -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    }

    #menu-superior li a:link,
    #menu-superior li a:visited {
        color: #FFF;
        width: auto;
        height: auto;
        margin-left: 5px;
        margin-bottom: 5px;
        padding: 5px 10px;
        float: right;
        font-size: 16px;
        text-decoration: none;
    }

    #menu-superior li a:hover,
    #menu-superior li a:active {
        background-color: #FFF;
        color: #000;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background 0.1s ease-in;
        -moz-transition: background 0.1s ease-in;
        -ms-transition: background 0.1s ease-in;
        -o-transition: background 0.1s ease-in;
        transition: background 0.1s ease-in;
    }

    /* segundo nivel */
    #menu-superior li ul {
        background-color: #EEE;
        border-bottom: 5px solid #b41d8d;
        width: 300px;
        margin-top: 30px;
        margin-left: 5px;
        -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
        -ms-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
        -o-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    }

    /* efeitinhos do segundo nível */
    #menu-superior > li ul.sub-menu {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: opacity, margin-top, -webkit-transform, left;
        transition-property: opacity, margin-top, transform, left;
        -webkit-transition-duration: 0.45s, 0.45s, 0.15s, 0s;
        transition-duration: 0.45s, 0.45s, 0.15s, 0s;
        -webkit-transition-delay: 0s, 0s, 0.1s, 0.5s;
        transition-delay: 0s, 0s, 0.1s, 0.5s;
    }

    #menu-superior li:hover > ul.sub-menu,
    #menu-superior li.open > ul.sub-menu {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-delay: 0.1s, 0.1s, 0.1s, 0s;
        transition-delay: 0.1s, 0.1s, 0.1s, 0s;
    }

    /* links do segundo nível */
    #menu-superior li li a:link,
    #menu-superior li li a:visited {
        background: #EEE;
        color: #000;
        border-bottom: 1px solid #DDD;
        width: 300px;
        margin: 0;
        padding: 10px;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
    }

    #menu-superior li li a:hover,
    #menu-superior li li a:active {
        background: #FFF;
        color: #000;
        text-decoration: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    /* terceiro nivel */
    #menu-superior li ul ul {
        margin-top: 0px;
        margin-left: 200px;
    }

        /* quarto nivel */
        #menu-superior li ul ul ul {
            display: none;
        }
}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#rodape {
    background-color: #b41d8d;
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    background: #b41d8d -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
    background: #b41d8d -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
    background: #b41d8d linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
}

    #rodape a:link,
    #rodape a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #rodape a:hover {
        color: #00a858;
        text-decoration: underline;
    }

    #rodape .rodape-widget-texto {
        font-size: 12px;
        text-align: center;
    }

    #rodape .rodape-widget-imagem {
    }

    #rodape .widget-titulo {
        font-size: 14px;
    }

#desenvolvido-por {
    color: #FFF;
    border-top: 1px solid #DDD;
    padding: 20px;
    font-size: 12px;
    text-align: center;
}

/* redes sociais */

#rodape .icones-sociais {
    width: 82px;
    height: 36px;
    margin: 0 auto;
    display: block;
    clear: both;
}

    #rodape .icones-sociais a {
        width: 36px;
        height: 36px;
        margin: 0 0 0 10px;
        border: 3px solid #FFF;
        float: left;
    }

        #rodape .icones-sociais a:hover {
            border-color: #DDD;
        }

    #rodape .icones-sociais .feed {
        margin-left: 0;
    }

/* rodapé no rodapé */

html, body {
    height: 100%;
}

.tudo {
    min-height: 100%;
    position: relative;
    padding-bottom: 230px;
}

#rodape {
    width: 100%;
    height: 230px;
    position: absolute;
    bottom: 0;
}

/* ----- RESPONSIVO DO RODAPÉ --------------------------------------------------- */

@media only screen and (min-width: 600px) {

    #rodape .rodape-widget-texto {
        width: 60%;
        float: left;
        text-align: left;
    }

    #rodape .icones-sociais {
        float: right;
        clear: none;
    }

    /* rodapé no rodapé */

    .tudo {
        padding-bottom: 170px;
    }

    #rodape {
        height: 170px;
    }
}


@media only screen and (min-width: 1024px) {

    #desenvolvido-por {
        margin-top: 20px;
    }
}









/* ----- MENU PRINCIPAL --------------------------------------------------------- */

#faixa-container {
    clear: both;
	
    background: #B638A1;
	margin-bottom: 40px;
	padding: 10px 0;
    height: 30px;

    background: #b638a1; /* Old browsers */
    background: -moz-linear-gradient(top, #b638a1 0%, #750562 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b638a1 0%, #750562 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b638a1 0%, #750562 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b638a1', endColorstr='#750562',GradientType=0 ); /* IE6-9 */
}

/*#menu-superior {
    width: 960px;
	margin: auto;
    clear: both;
    font-size: 15px;
}*/

#menu-superior li {
	display: inline;
	float: left;
}

/*#menu-superior li:first-child, #menu-superior li:first-child a {
    margin-left: 0 !important;
}

#menu-superior li a:link,
#menu-superior li a:visited {
	color: #FFF;
	margin: 0 5px;
	padding: 4px 0;
	display: block;
	text-decoration: none;
}

#menu-superior li a:hover,
#menu-superior li a:active {
	text-decoration: underline;
}

#menu-superior li ul { 
	background: #ef8813;
	width: 240px;
	height: auto;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: -999em;
	z-index: 9999;

	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 5px 5px rgba(0,0,0,0.2);
	-ms-box-shadow:     0px 5px 5px rgba(0,0,0,0.2);
	-o-box-shadow:      0px 5px 5px rgba(0,0,0,0.2);
	box-shadow:         0px 5px 5px rgba(0,0,0,0.2);
}

#menu-superior li li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
	
#menu-superior li li a,
#menu-superior li li a:link,
#menu-superior li li a:visited {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	width: 220px;
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#menu-superior li li a:hover,
#menu-superior li li a:active {
	background: #c86a00;
	color: #FFF !important;
	text-decoration: none;
}
	
#menu-superior li:hover ul ul, #menu-superior li:hover ul ul ul, #menu-superior li.sfhover ul ul, #menu-superior li.sfhover ul ul ul {left: -999em;}
#menu-superior li:hover ul, #menu-superior li li:hover ul, #menu-superior li li li:hover ul, #menu-superior li.sfhover ul, #menu-superior li li.sfhover ul, #menu-superior li li li.sfhover ul {left: auto;}
#menu-superior li:hover, #menu-superior li.sfhover	{position: static;}*/

/* ----- SLIDESHOW -------------------------------------------------------------- */

#slideshow {
	background: url(images/slideshow.png) no-repeat center center;
	width: 700px;
	height: 270px;
	margin: 0 0 20px;
	overflow: hidden;
}
 
.slides_container {
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
}

.slides_container .slide {
	width: 700px;
	height: 270px;
	margin: 0;
	padding: 0;
	display: block;
}

.slides_container .slide img {
	width: 700px;
	height: 270px;
	border: 0;
}

#slideshow .next,
#slideshow .prev	 {
	border: 0;
	width: 40px;
	height: 70px;
	position: relative;
	display: block;
}

#slideshow .prev  {
	left: 0px;
	top: -200px;
	z-index: 101;
}

#slideshow .next	 {
	left: 660px;
	top: -270px;
	z-index: 102;
}

.caption { /* barra com o titulo da noticia */
	background: #666;
	background: rgba(0,0,0,.5);
	color: #FFF !important;
	width: 720px;
	height: 40px;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 500;
	font-size: 14px;
}

.caption .destaque-titulo {
	font-size: 16px;
	font-weight: bold;
}

.caption,
.caption:link,
.caption:visited {
	color: #FFF !important;
	text-decoration: none;
}

.caption:hover,
.caption:active {
	color: #FFF;
	text-decoration: none;
}

.pagination {
	display: none
}

/* ----- CONTEUDO DA CAPA ------------------------------------------------------- */

#conteudo-home {
	width: 730px;
	float: left;
}

#noticias-home, /* chamdadas das noticias */
#videos-home { /* chamdadas dos videos */
	list-style: none;
}

#videos-home  {
	margin: 40px -20px 40px 0;
}

#noticias-home li,
#videos-home  li {
	margin: 0 20px 0 0;
	float: left;
}

#noticias-home  li{
	width: 220px;
}

#videos-home li {
	width: 340px;
	height: 340px;
	overflow: hidden;
}

#noticias-home li a,
#videos-home li a {
	text-decoration: none;
}

#noticias-home li a p {
	color: #000;
	font-size: 13px;
}

#noticias-home li p {
	height: 60px;
	margin-top: 5px;
	overflow: hidden;
	line-height: 1.2;
}

.noticia-titulo,
.video-titulo{
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

.video-titulo {
	height: 40px;
	display: block;
	overflow: hidden;
}

.noticia-titulo a,
.video-titulo a {
	color: #004d97;
}

.noticia-categoria { /* lista das categorias */
	color: #ef8813;
	height: 22px;
	font-weight: bold;
	font-size: 14px;
}

.noticia-categoria  a {
	color: #ef8813;
	text-decoration: none;
}

#videos-home iframe { /* qualquer video do YouTube vai ter a largura certa */
	background: #000;
	width: 340px !important;
	height: 300px !important;
	display: block;
}

#mais-noticias,
#mais-videos {
	color: #ef8813;
	border-bottom: 1px solid #ef8813;
	width: 700px;
	margin: 0 0 10px;
	display: block;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

#mais-videos {
	margin-top: 40px;
}

/* ----- RODAPE COM INFORMACOES DE CONTATO -------------------------------------- */

#contato {
	margin-top: 60px;
	line-height: 1.1;
}

#redes-sociais { /* redes sociais */
	width: 40px;
	height: 30px;
	float: left;
}

#redes-sociais a {
	background: url(http://src.cijun.sp.gov.br/img/icones-sociais/icones-sociais-flat-30x30-colorido.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	text-indent: -10000px;
}

#redes-sociais .feed {
	background-position: 0px 0px;
}

/* ----- COMPARTILHAMENTO NAS REDE SOCIAS --------------------------------------- */

.sociais {
	height: 30px;
	margin: 30px 0 10px 0;
}

.facebook-share {
	width: 400px;
	float: left;
}

.twitter-share-button {
	float: right;
	margin: 0 0 0 35px;
}

.gplus-share-button {
	width: 80px;
	margin: 0 0 0 35px;
	float: right;
}

/* ----- FORMULARIOS ------------------------------------------------------------ */

input[type="text"], input[type="email"], input[type="password"], textarea, select {
	border: 1px solid #CCC;
	padding: 5px;
}

input[type="submit"] {
	background: #CCC;
	color: #000;
	border: 1px solid #BBB;
	padding: 5px;
	
	background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#aaaaaa));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 100%);
}

input[type="submit"]:hover {
	background: #AAA;

	background: -moz-linear-gradient(top,  #aaaaaa 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#cccccc 100%);
}

/* ----- FORM DE BUSCA ---------------------------------------------------------- */

#searchform input[type="text"] {
	color: #666;
	border-color: #00911a;
	border-right: none;
	width: 170px;
	margin-right: 0px;
}

#searchform input[type="submit"] {
	background: #00911a url(arquivos/buscar-branco-16x16.png) center center no-repeat;
	color: transparent;
	border-color: #00911a;
	width: 39px;
	
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -moz-linear-gradient(top,  #00911a 0%, #026d16 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00911a), color-stop(100%,#026d16));
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -webkit-linear-gradient(top,  #00911a 0%,#026d16 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -o-linear-gradient(top,  #00911a 0%,#026d16 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -ms-linear-gradient(top,  #00911a 0%,#026d16 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, linear-gradient(to bottom,  #00911a 0%,#026d16 100%);
}

#searchform input[type="submit"]:hover {
	background: #026d16 url(arquivos/buscar-branco-16x16.png) center center no-repeat;
	
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -moz-linear-gradient(top,  #026d16 0%, #00911a 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#026d16), color-stop(100%,#00911a));
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -webkit-linear-gradient(top,  #026d16 0%,#00911a 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -o-linear-gradient(top,  #026d16 0%,#00911a 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, -ms-linear-gradient(top,  #026d16 0%,#00911a 100%);
	background: url(arquivos/buscar-branco-16x16.png) center center no-repeat, linear-gradient(to bottom,  #026d16 0%,#00911a 100%);
}

/* ----- CONTEUDO --------------------------------------------------------------- */

.pagina, .noticia {
	width: 700px;
	float: left;
	text-align: justify;
}

.pagina ul,
.pagina ol ,
.noticia ul,
.noticia ol {
	margin: 0 0 1.5em 20px;
}

.pagina ul,
.noticia ul {
	list-style: square;
}

.pagina li,
.noticia li {
	margin-bottom: 0.3em;
}

.arquivo-noticias,
#breadcrumb {
	margin: 0 0 30px;
	font-size: 12px;
}

.arquivo-noticias {
	display: block;
	text-decoration: none;
}

#breadcrumb {
	color: #666;

}

.data-lista {
	color: #666;
	font-size: 12px;
}

.titulo-lista {
	font-size: 16px;
	font-weight: bold;
}

.mais-sobre {
	font-size: 12px;
}

.sub-paginas {
	color: #666;
	margin-top: 40px;
}

a[href$=".pdf"]
{
	background-image: url(http://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-pdf-16x16.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* ----- IMAGENS ---------------------------------------------------------------- */

.gallery {
	margin: 20px 0 30px !important;
}

.gallery img {
	border: 5px solid #DDD !important;
	margin-left: 7px !important;
	
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 3px 5px rgba(0, 0, 0, 0.4);
}

#tooltip {
	background: #f2dbb3 !important;
}

#tooltip h3 {
	color: #000 !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.wp-caption {
	border: 1px solid #DDD;
	padding: 10px;
	display: block;
}

.wp-caption img {
	width: 100%;
	height: auto;
	border: none;
	margin: 0 auto 5px;
}

.wp-caption-text {
	color: #666;
	margin: 0;
	font-size: 13px;
	text-align: center;
}

.aligncenter {
	max-width: 100%;
	margin: 20px auto;
	display: block;
}

.alignleft {
	margin: 0 20px 0 0;
	float: left;
}

.alignright {
	margin: 0 0 0 20px;
	float: right;
}

/* ----- PAGINACAO -------------------------------------------------------------- */

.paginacao {
	height: 25px;
	margin: 40px 0 0;
	clear: both;
	font-size: 16px;
}

.paginacao span,
.paginacao a {
	width: auto;
	padding: 5px 8px 4px 8px;
	display: block;
	float: left;
	font-weight: bold;
}
 
.paginacao a:hover {
	background: #004d97;
	color: #FFF;
	text-decoration: none;
}

.paginacao .current {
	background: none;
	color: #666;
}

.paginacao .label {
	font-size: 12px;
	font-weight: normal;
}

.paginacao .page {
	color: #666;
	padding: 9px 8px 4px 8px;
}

/* ----- SIDEBAR ---------------------------------------------------------------- */

#sidebar {
	width: 220px;
	float: right;
	font-size: 13px;
}

.widget {
	margin-bottom: 30px;
}

.widget ul {
	margin: 0 0 0 20px;
	list-style: square;
}

.widget-titulo {
	color: #ef8813;
	margin-bottom: 0.3em;
	font-size: 14px;
	font-weight: bold;
}

/* ----- RODAPE ----------------------------------------------------------------- */

#rodape {
	margin: 60px 0 0;
	border-top: 1px solid #dcdddf;
	padding: 10px 0 20px;
	clear: both;
	font-size: 11px;
	text-align: center;
}

/* ----- RESPONSIVO ----------------------------------------------------------------- */

@media only screen and (min-width: 1024px) { /* resolucoes menores de 1024 carregam a fonte padrao */

	body, button, input, select, textarea  {
		font-family: 'Open Sans', sans-serif;
	}
	
	strong, b , h1, h2, h3,
	#header, /* #menu-superior, */ #mais-noticias,
	.destaque-titulo, .noticia-titulo,
	.titulo-lista, .arquivo-videos, .titulo-videos,
	.widget-titulo {
		font-weight: 700;
	}
	
	#menu-superior li a:link,
	#menu-superior li a:visited {
		margin-left: 18px;
	}

}

/* ----- POP-UP DO AVISO SOBRE COMERCIALIZAÇÂO DE APARTAMENTOS ---------------------- */

* {
    margin: 0;
    padding: 0;
}
 
.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}

.overlay-content {
	display: none;
	background: #fff;
	padding: 2%;
	width: 40%;
	position: absolute;
	top: 15%;
	left: 50%;
	margin: 80px 0 0 -20%; /* add negative left margin for half the width to center the div */
	cursor: default;
	z-index: 10001;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}
 
.close-btn {
	cursor: pointer;
	border: 1px solid #555;
	padding: 5px 20px;
	background: #DDD; /* fallback */
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.close-btn:hover {
	background: #CCC;
}
 
/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){
 
    .overlay-content {
        width: 96%;
        margin: 0 2%;
        left: 0;
    }
}