.site-cabecalho{
	padding: 50px 10px 0;
/*	margin-bottom: 80px;
	background-color: rgb(95,130,188);*/
	color: rgb(100,100,100);
	font-family: arial,courier,arial,helvetica;
}

h2{
	font-family: arial,helvetica,courier,sans-serif;
	font-size: 20pt;
}

h2 span{
	font-size: 16pt;
}

.site-footer{
	background-color: #333;
	color: #fff;
	padding: 80px 0;
	font-size: 14pt;
	text-align: center;
	font-weight: normal;
	font-family: arial,sans-serif;
}

.rodape-governo{
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: bold;
}

.rodape-cge{
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: normal;
}

.rodape-gec{
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: normal;
}

.maiusculo{
	text-transform: uppercase;
}

.menu{
	font-size: 16pt;
	padding: 20px 0;
}


/*.................................................... etiqueta */
#nav-etiqueta a {
	color: white;
    font-weight: bolder;
	outline: none;
	padding: 30px 0;
/*	padding-top: 15px;*/
	margin-bottom: 30px;
	text-decoration: none;
}

#nav-etiqueta a.etiqueta{
	font-size: 12pt;
	font-family: arial, sans-serif;
}

.etiqueta {
	position: relative;
	width: 100%;
/*	height: 100px;*/
	background: rgb(62,95,149);
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	text-align: center;
	padding: 0px;
	transition: background-color 1s; 
}

.etiqueta:hover{
	background: rgb(105,138,192);
}

.etiqueta:before, .etiqueta:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 19%;
	max-width: 300px;
	background: rgba(58,172,151, 0.5);
 
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
	   -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
 
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	     -o-transform: rotate(-3deg);
}

.etiqueta:after {
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
	     -o-transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*.................................................... informativo */

.informativo{
	font-size: 26pt;
	color: rgb(62,95,149);
	border-bottom: 1px solid  rgb(62,95,149);
	font-family: arial,courier,helvetica;
	font-weight: bold;
}

.informativo-titulo{
	font-family: arial,courier,helvetica;
	padding: 20px 0;
}

.informativo-texto{
	font-family: arial,helvetica;
	text-align: justify;
	color: rgb(100,100,100);
}

.contatos{
	font-family: arial,helvetica;
	font-size: 10pt;
	text-align: right
}


/*.................................................... menu direito */

.thumbnail{
	color: white;
	background-color: rgb(95,130,188);
	padding: 0px;
	font-family: arial,helvetica;
}

.thumbnail div.menu-direito-titulo{
	padding: 5px;
	font-size: 10pt;
	text-align: center;
}

.thumbnail div.menu-direito-descricao{
	width: 100%;
	height: 100%;
	background-color: rgb(225,225,225);
	padding: 20pt 0;
	font-size: 9pt;
	text-transform: uppercase;
	text-align: center;
	transition: background-color 1s; 
	font-weight: bold;
}


.thumbnail div.menu-direito-descricao:hover{
	background-color: rgb(255,255,255);
}

.thumbnail a{
	color: rgb(44,68,106);
	text-decoration: none;
	transition: color 1s; 
}

.font-14{font-size: 14pt;}

.linha-servico{
	padding: 0 0 80px;
}

.servico{
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	height: 200px;
	transition: background-color 1s; 
	position: relative
}

.servico a{
    padding: 10px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.servico:hover{
	background-color: rgb(112,104,151);
}

.servico a:hover{color: white;}

.servico span{
	font-size: 10pt;
	font-weight: normal;
}

.linha-color{
	margin: 50px 0 80px;
	height: 15px;
    background-image: 
        linear-gradient( to right, 
        	rgb(112,104,151) 20%, 
        	rgb(225,80,121) 20%, rgb(225,80,121) 40%, 
        	rgb(222,100,63) 40%, rgb(222,100,63) 60%, 
        	rgb(254,201,61) 60%, rgb(254,201,61) 80%, 
        	rgb(101,196,174) 80%);
}

.negrito{
	color: #000;
	font-weight: bold;
}

a {
  color: black;
  text-decoration: none;
}