html, body{ 
	height: 100%; 
}


body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.png);
	border-top:5px solid #494843;
	/*overflow: hidden;*/
	font-family: 'Roboto', sans-serif;
}
.container {
    position: relative;
}
.conteudo {
	position: relative;
    margin-bottom: 45px;
}
.logotipo-pjmt {
    width: 396px; height:80px; background: url('../images/logo-pjmt.png'); display:inline-block; margin-top: 50px; margin-bottom: 45px;
}
.logotipo-zikazero {
    background: url('../images/logo-zika.png'); width: 447px; height: 258px; position: absolute; right: 0; top:0;; margin-right:30px; z-index: 10;
}


.bg-white {
	background: #FFF;
}



h1.title {
    font-size: 30px;
    color:#595959;
    font-weight: 300;
    border-left:2px solid #af1513;
    padding: 3px 12px;
    margin-bottom:20px;

    letter-spacing: -0.5px;
}

h2.title {
	font-size: 20px;
    color:#595959;
    font-weight: 300;
    border-left:2px solid #af1513;
    padding: 3px 12px;
    margin-bottom:20px;

    letter-spacing: -0.5px;	
}
    h4.panel-title {
        font-weight: 400 !important;
    }

.text {
    font-size: 17px;
    color:#8b8b8b;
    line-height: 25px;
    text-align: justify;
    font-weight: 300;
}

.bread {
	 font-size: 20px; font-weight: 300; color:#999
}
a {

}


.box-default {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.3); 
	border-radius:7px;
}


.carousel-inner {
     height: 380px; width: 100%; position:relative;  overflow: hidden;
     z-index: 1;
}

.carousel-indicators {
    margin-bottom: -50px;
}
.carousel-radius { height: 380px; width: 100%; background: #FFF; border-radius:7px; }
.carousel-indicators .active {
    background-color: #494843;
    border-color: #494843;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border:2px solid #b5b5b5;
    margin:0;
}



  .lista-causas {
        color:#FFF;
        margin: 15px 0;
        padding-bottom:100px;
    }
    .lista-causas li {
        padding: 5px;
    }
    .lista-causas a {
        text-transform: uppercase;
        color:#FFF;
        font-size: 16px;
        display: block;
        padding: 5px 0;
    }



.imagem-noticias { background:#dedede; width: 100%; height: 300px; float:left; display: inline-block; border-radius:7px; overflow: hidden; }
    .lista-noticias {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .lista-noticias li {
        border-bottom: 1px dotted #c0c0c0;
    }
    .lista-noticias li:last-child  {
        border:none;
    }
    .lista-noticias li a {
        padding: 28px 30px;
        display: inline-block;
        font-size: 17px;
        color:#8d8d8d;
        font-weight: 300;
        line-height: 25px;
        text-decoration: none;
        width: 100%;
    }
    .lista-noticias li a.active,
    .lista-noticias li a:hover {
    	color:#505050;
    	background:url(../images/bullet-noticias.png) left center no-repeat #f5f5f5 !important;
    }

.bg-grey {

    background: url(../images/bg-gray.png); padding: 30px 0; position: relative;

}

.separador {
    background: url(../images/separador.png) center no-repeat; height:1px; width: 100%; position: absolute; 
}
.separador.top {
     top: -2px;
}
.separador.bottom {
    bottom:-2px;
}

.box-news {
    background: #FFF;  padding: 5px;  min-height: 310px;
}

.box-causas {
     background: url(../images/bg-aedes.jpg) no-repeat bottom center;  padding: 5px; min-height: 310px;
}


.acoes img  {
	width: 100%;
}
.acoes span {
	margin-top: 10px;
	display: inline-block;
}
.acoes a {
	color:#505050;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
	text-align: center;
	display: inline-block;
}
.acoes a:hover {
	opacity: 0.5;
	 transition: all 0.2s ease;
}





.gov-logos {
text-align: center;
margin: 15px 0;
}
.gov-logos a {
	margin: 30px;
}
.gov-telefone {
	width: 78px;
	height: 49px;
	background: url(../images/logo-gov.png) no-repeat 0 0;
	display:inline-block;
}
.gov-sus {
	width: 61px;
	height: 49px;
	background: url(../images/logo-gov.png) no-repeat -111px 0;
	display:inline-block;
}
.gov-ministerio-saude {
	width: 65px;
	height: 49px;
	background: url(../images/logo-gov.png) no-repeat -210px 0;
	display:inline-block;
}
.gov-brasil {
	width: 124px;
	height: 49px;
	background: url(../images/logo-gov.png) no-repeat -309px 0;
	display:inline-block;
}


.noticia {
	width: auto;
	text-decoration: none;
}
.noticia:hover {
	text-decoration: none;
}
.noticia:hover .thumbnail {
	background: #f5f5f5;
}

.caption h3 {
    font-size:18px;
}

#loadNoticias {
	min-height: 400px;
}

.pagination {font-weight: 300}


.loader { text-align: center;}
.loader-img {
	margin: 20px;
    background:url(../images/loader.gif);
    width: 55px;
    height: 55px;
    display: inline-block;
}
.text-loader {
	font-size: 20px;
	font-weight: 300;
	
}


.btn-maisnoticias {
	    background: #494843;
    font-size: 11px;
    color: #c0c0c0;
    padding: 3px 10px;
    border-radius: 15px;
    position: absolute;
    right: 28px;
    bottom: -11px;
text-decoration: none;
}
.btn-maisnoticias:hover {
	color: #fff;
}


.noticia-header {
	margin-bottom: 30px;
}
.noticia-header .subtitle {
	margin-bottom: 0;
	margin-top:0;
}
.noticia-header .date {
	font-size: 14px;
}

#noticiaCompleta {
	padding: 30px !important
}
#playerVideo{
    width: 100%;
}