*{
	font-family:Arial;
	font-size:14px;
}
#mensagem{
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	text-align: center;
	height: auto;
	line-height: 50px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	background-color: rgb(32, 147, 192);
	border-bottom: 1px solid black;
	font-weight: bold;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/*HEADER*/
#header{
	background-size:cover;
	height: 240px;
}
#header-top{
	background-color: #162330;
}
#header-top .nav a{
	color: rgb(175, 175, 175);
	font-size: 12px;
}
#header-top .nav li a{
	padding-top:10px;
	padding-bottom:10px;
}
#header-top .nav li a:hover{
	background:none;
	color:white;
}
#header-center{
	padding:15px;
	height:190px;
	position:relative;
}
.logo{
	height: 100px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin: 30px 0;
}
/*CONTENT*/
.content-site{
	background-color:white;
	margin-top:-50px;
	border-radius: 10px;
	padding-bottom: 50px;
	z-index: 2;
	position: relative;
	min-height:500px;
	box-shadow: 0 0 5px lightgray;
}
.description{
	margin-bottom:30px;
}
.content-site .container-top{
	border-radius: 10px 10px 0 0;
	background-color: rgb(238, 238, 238);
	box-shadow: 0 0 50px rgb(221, 221, 221) inset;
	margin-bottom:20px;
}
.content-site .container-top h1{
	color: rgb(58, 58, 77);
	padding: 0;
	margin: 0;
	line-height: 50px;
	padding-left: 15px;
	font-size:18px;
}
/*FOOTER*/
#footer-bottom{
	background-color: #162330;
	padding: 50px 0 15px;
	margin-top: -30px;
	z-index: 1;
	position: relative;
}
#footer-bottom img, #footer-bottom p{
	display:inline-block;
	vertical-align: middle;
}
#footer-bottom p{
	color: rgb(204, 204, 204);
}
#footer-bottom p > span{
	color:white;
	font-weight: bold;
}
.link-rede-social{
	display:inline-block;
	width:29px;
	height:28px;
}
#footer-facebook{
	background-image:url('/images/site/layout/rede-social/redes_face.png');
}
#footer-facebook:hover{
	background-image:url('/images/site/layout/rede-social/redes_face_hover.png');
}
#footer-twitter{
	background-image:url('/images/site/layout/rede-social/redes_twitter.png');
}
#footer-twitter:hover{
	background-image:url('/images/site/layout/rede-social/redes_twitter_hover.png');
}
#footer-skype{
	background-image:url('/images/site/layout/rede-social/redes_skype.png');
}
#footer-skype:hover{
	background-image:url('/images/site/layout/rede-social/redes_skype_hover.png');
}
#footer-google{
	background-image:url('/images/site/layout/rede-social/redes_google.png');
}
#footer-google:hover{
	background-image:url('/images/site/layout/rede-social/redes_google_hover.png');
}
@media (max-width: 990px) {
  #footer-bottom .caixa, #footer-top .caixa{
    text-align:center;
  }
  #footer-bottom .caixa:not(:last-of-type), #footer-top .caixa:not(:last-of-type){
  	 margin-bottom:20px;
  }
}
@media (max-width: 768px) {
  .dropdown-menu>li>a{
  	  color:white;
  }
 .dropdown-menu>li>a:hover{
	color:white;
  }
}