/*
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: 40px;
    padding: 20px;
}

a:link,
a:visited {
    color: #003472;
}

a:active,
a:focus {
    color: #ed1c24;
}

a:hover {
    color: #0474bc;
}


/*@media (max-width: 500px) {
    #p {
        font-size: larger;
    }
}*/

@media only screen and (min-width: 1024px) {

    #main {
        margin-bottom: 40px;
    }
}


/* ----- CABEÃ‡ALHO -------------------------------------------------------------- */

#header {
    background: #2A2A2A;
    border-bottom: 1px solid #DDD;
    padding: 15px 15px 10px;
    position: relative;
    z-index: 20;
    -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 {
        height: 100px;
        margin: 0 10px 10px 0;
        float: left;
        display: block;
        text-indent: -1000px;
        font-family: 'Open Sans', sans-serif;
    }

    #header .plataforma {
        display: none;
    }

@media only screen and (min-width: 600px) {

    #header .titulo {
        color: #FFF;
        text-indent: 0;
        padding-left: 20px;
        padding-top: 15px;
        font-size: 48px;
        font-weight: bold;
        text-decoration: none;
    }

}

@media only screen and (min-width: 800px) {

    #header .titulo {
        width: 140px;
        margin-bottom: 10px;
        float: left;
        font-size: 56px;
    }

    #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-top: 20px;
        margin-bottom: 20px;
        float: right;
        display: block;
        text-indent: -100000px;
    }

}

/* ----- MENU SUPERIOR ---------------------------------------------------------- */


.menu-superior-container {
    background: #666 !important;
    border-bottom: 1px solid #DDD;
    height: auto;
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 0 5px;
    display: table;
    clear: both;
    -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 #666;
    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: #2A2A2A;
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
}

    #rodape a:link,
    #rodape a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #rodape a:hover {
        color: #666;
        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: fit-content;
    height: 36px;
    margin: 20px auto;
    display: block;
    clear: both;

    display: none;
}

#rodape .icones-sociais a {
    width: 36px;
    height: 36px;
    margin: 0 0 0 10px;
    border: 3px solid #FFF;
    float: left;
}

#rodape.rodape-sistema .icones-sociais a {
    width: 30px;
    height: 30px;
}

#rodape .icones-sociais a:hover {
    border-color: #DDD;
}

#rodape .icones-sociais .feed {
    margin-left: 0;
    display: none;
}

@media only screen and (min-width: 600px) {

    #rodape .rodape-widget-texto {
        text-align: left;
    }

f    /* 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: #666;
	margin-bottom: 40px;
	padding: 10px 0;
    height: 30px;
}

/*#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
}



/* ----- RODAPE COM INFORMACOES DE CONTATO -------------------------------------- */

#contato {
	margin-top: 60px;
	line-height: 1.1;
}

#redes-sociais { /* redes sociais */
	width: 40px;
	height: 30px;
	float: left;

    display: none;
}

#redes-sociais a {
	background: url(//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;
}


/* ----- CONTEUDO --------------------------------------------------------------- */

#conteudo {
    min-height: 400px;
}

.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;
}

.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;
}


/* ----- RODAPE ----------------------------------------------------------------- */

#rodape {
	margin: 60px 0 0;
	border-top: 1px solid #dcdddf;
	padding: 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 */

	
	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;
    }
}