@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
* {
	margin:0;
	padding:0;
}
html, body{
	height: 100%;
}
p{
	text-align: justify;
}

body {
	background-color:#FFF;
	background-image: url(../images/back-top.jpg);
	background-repeat:repeat-x;
	background-position: center top;

}
#tudo{
	min-height: 100%;

}

#logo {
	text-align: center;
	height: 109px;
	margin-top: 5px;
	margin-bottom: 7px;
}
#menu {

	height: 50px;
}
#busca{
	margin-top: 15px;
	width: 250px;
}
#text-comite {
	text-align: left;
	font-size: 26px;
	color: #fff;
	margin-top: 35px;
	display: none;
}
#noticia{
	width: 100%;
	height: 420px;
	background-color: #000;
	z-index: 1;
}
.corte-imagem{
	width:100%;
	height: 420px;
	overflow:hidden;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 30px;
    text-align: left;
    list-style: none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #20b2aa;
}
.not-number{
    float: left;
    width: 50px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-left: 5px;
}
.not-desc{
	font-size: 12px;
    line-height: 1.4;

}
.not-conteudo{
	padding: 0 15px;
    padding-bottom: 10px;
    line-height: 14px;
    position: relative;
}
.Quadro {
    padding: 15px 0;
    padding-bottom: 5px;
	background-color: rgba(10,131,124,0.8);
	width: 200px; 
	height: 60px; 
	color: #fff;
}
.box-noticia{
	font-family: 'Roboto Slab', serif;
	margin-left: 30px;
	margin-top:100px;
	width: 300px;
	height: 250px;
	background-color: rgba(0,0,0,0.5);
}
.box-noticia h2{
	color: #fff;
	font-size: 24px;
	padding: 45px 20px;
    padding-bottom: 60px;
}
.box-noticia h2 a{
	color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
#conteudo{
	background-image: url(../images/back-conteudo.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	min-height: 300px;
	margin-bottom: 30px;
}
#rodape{
	clear:both;
	position: relative;
	background-image: url(../images/back-footer.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	height: 270px;


}
#text-footer{
	font-size: 12px;
	padding-top: 150px;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
}
.titulo{
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #13754a;	
}
.titulo .linha{
	float:left;
	background-image:url(../images/linha.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	
}
.titulo .box{
	margin-top: 5px;
	height:5px;
	width:50px;
	padding-left:10px;
	background-color:#13754a
}
.navbar-default{
	background-color:#20b2aa;
	border-color: #20b2aa;

}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
    margin-right: 10px;
}
.dropdown-menu>li>a {
    color: #13754a;
}
.dropdown-submenu {
    position: relative;
    color: #13754a;
}



.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

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

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.fd_vinheta_blue_low{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	background-color:#20B2AA;
	height:30px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height:25px;
}
.fd_vinheta_blue_low2{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	background-color:#48D1CC;
	height:30px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height:25px;
}
.fd_vinheta_blue_low3{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	background-color:#40E0D0;
	height:30px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height:25px;
}
.mais{
	float:right; margin-right:10px; color: #fff;
}
#comunicado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;	
}
#comunicado ul{
	position:relative; 
	top:5px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	
}
#botoes{
	margin-top: 30px;
}
#botoes a{
	margin-left: 15px;
	
}
#box-toggle span{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding:10px 10px 10px 40px;
	background:#cde9f5;
	display:block;
	margin-bottom: 5px;
	cursor:pointer;
	cursor:hand;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left  center;
}
.tgl{
	padding:10px 10px 10px 20px;
	margin-bottom: 10px;
	margin-top:0px;
}
.lst_reuniao li{
	display: block;
	list-style-type:none;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;;
	color: #333333;	
	padding-bottom:5px;
	
}
.lst_reuniao li a{
	background-image:url(../images/download-icon.png);
	background-repeat:no-repeat;
	background-position:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin-left:15px;
	padding-left:30px;
}
.lst_reuniao li a:hover{
	color:#00adef;
	text-decotaion: none;
}
.lst_reuniao .titulo{
	padding-top:20px;
}
.lst_reuniao p{
	margin-left:45px;
}
@media (max-width: 480px) 
{
	#logo{

		margin-top: 30px;
		height: 85px;
	}
	#busca{
		display: none;
	}
	#text-comite {
		display: none;
	}
	.carousel-indicators {
		display: none;
	}
	.navbar-toggle .icon-bar {
	border-color: #fff;
  
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
	}

.dropdown-submenu >.dropdown-menu {
    display: block;
    margin-left: 30px;
}

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