@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

.topo {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: none;
	font: 20px/50px 'FontAwesome';
	color: #FFFFFF;
	background: #0099CC;
	text-align: center;
}

#menu li a,
#menu-links li a,
button,
a,
.box-botoes {
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}

#palco-menu {
	width: 100%;
	background: #003366;
	overflow: hidden;
}

#palco-menu2 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#menu {
	font-size: 0;
	width: 70%;
	list-style: none;
	float: left;
}

#menu li {
	display: inline-block;
	width: calc(100% / 6 - 0.5px);
	font: 300 16px/80px 'Oswald', sans-serif;
	text-align: center;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

#menu li a:hover {
	background: #006699;
}

nav select {
	display: none;
	border-radius: 3px;
	padding: 5px 5px;
	width: calc(100% - 40px);
	margin: 30px 20px;
	font: 20px/28px 'Archivo Narrow', sans-serif;
	color: #333333;
	background: #FFF;
	position: relative;
}

#data {
	width: 30%;
	background: #006699;
	color: #FFF;
	float: right;
	font: 300 16px/80px 'Oswald', sans-serif;
	text-align: center;
}

#palco-logo {
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

#logo {
	width: 30%;
	max-width: 320px;
	float: left;
}

#logo img {
	width: 100%;
	height: auto;
}

#slogan {
	width: 60%;
	float: right;
	border-left: 2px solid #006699;
	padding: 25px 20px;
}

#slogan h1 {
	font: 400 25px/35px 'Oswald', sans-serif;
	color: #006699;
}

#slogan h2 {
	font: 300 20px/35px 'Oswald', sans-serif;
	color: #333333;
}

#banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 3px solid #0099CC;
}

#blocos-home {
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

.blocos {
	width: calc(25% - 10px);
	margin: 0 5px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	min-height: 350px;
}

#blocos-home h1 {
	font: 400 16px/34px 'Oswald', sans-serif;
	color: #003366;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px dotted #999;
}

#blocos-home img {
	margin: 15px 0;
	width: 100%;
	height: auto;
}

#blocos-home p {
	font: 14px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
	text-align: justify;
}

#menu-links {
	font-size: 0;
	width: 100%;
	list-style: none;
	float: left;
}

#menu-links li {
	display: block;
	width: 100%;
	font: 14px/30px 'Archivo Narrow', sans-serif;
	text-indent: 5px;
}

#menu-links li a {
	text-decoration: none;
	color: #333333;
}

#menu-links li a:hover {
	color: #0099CC;
	text-indent: 10px;
}

#menu-links li a:before {
	content: "»";
	float: left;
}

#utilitarios-home {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	background: #f4f4f4;
}

#utilitarios {
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
}

.utilitarios {
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background: #FFFFFF;
}

.icone-util {
	font: 60px/120px 'FontAwesome';
	width: 120px;
	color: #FFF;
	background: #003366;
	border-radius: 50%;
	margin: 15px auto;
}

.ic-util01:before {
	content: "\f155";
}

.ic-util02:before {
	content: "\f0b1";
}

.ic-util03:before {
	content: "\f059";
}

.ic-util04:before {
	content: "\f017";
}

#utilitarios-home h1 {
	font: 400 16px/34px 'Oswald', sans-serif;
	color: #003366;
	text-transform: uppercase;
	text-align: center;
}

#utilitarios-home p {
	font: 14px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
	margin-bottom: 10px;
}

#utilitarios-home button {
	font: 13px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #006699;
	text-align: center;
	cursor: pointer;
	padding: 15px 40px;
	border-radius: 3px;
}

#utilitarios-home button:hover {
	background: #0099CC;
}

#conteudo {
	width: 99%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 0;
}

#conteudo h1 {
	font: 400 16px 'Oswald', sans-serif;
	color: #003366;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#conteudo p {
	font: 14px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
	text-align: justify;
}

#conteudo .box-utilitarios {
	width: calc(25% - 20px);
	margin: 0 10px;
	float: left;
}

.box-utilitarios>a {
	font: 15px/35px 'Archivo Narrow', sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 10px;
}

.box-utilitarios>a:hover {
	color: #0099CC;
	background: #f4f4f4;
}

#conteudo a {
	color: #333333;
	text-decoration: none;
}

#conteudo a:hover {
	color: #0099CC;
}

#formContato {
	width: 99%;
	overflow: hidden;
	margin: 20px auto;
}

#formContato input {
	width: 100%;
	margin: 5px 0;
	border-radius: 3px;
	float: left;
	border: 1px solid rgba(204, 204, 204, 0.5);
	padding: 20px;
	font: 16px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
}

#formContato textarea {
	width: 100%;
	margin: 5px 0;
	border-radius: 3px;
	float: left;
	border: 1px solid rgba(204, 204, 204, 0.5);
	padding: 20px;
	font: 16px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
	resize: none;
}

#formContato button {
	padding: 20px;
	background: #006699;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 3px;
	font: 14px/20px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	margin: 5px 0 5px 0.5%;
	border: 1px solid rgba(204, 204, 204, 0.5);
}

#formContato button:hover {
	background: #0099CC;
}


#ms {
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

#ms h1 {
	font: 400 20px 'Oswald', sans-serif;
	color: #003366;
	text-transform: uppercase;
	text-align: center;
}

#ms form {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

#ms input {
	width: 49%;
	margin: 5px 0.5%;
	border-radius: 3px;
	float: left;
	border: 1px solid rgba(204, 204, 204, 0.5);
	padding: 20px;
	font: 16px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
}

#ms button {
	padding: 20px;
	background: #006699;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 3px;
	font: 14px/20px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	margin: 5px 0 5px 0.5%;
	border: 1px solid rgba(204, 204, 204, 0.5);
}

#ms button:hover {
	background: #0099CC;
}

#ms a {
	font: 14px/20px 'Archivo Narrow', sans-serif;
	display: inline-block;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background: #003366;
	border-radius: 3px;
	padding: 20px;
	border: 1px solid rgba(204, 204, 204, 0.5);
	margin: 5px 0 5px 0.5%;
}

#ms a:hover {
	background: #0099CC;
}

#ms a:before {
	font: 14px 'FontAwesome';
	content: "\f13e";
	margin-right: 15px;
}

#programacoes {
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

#programacoes .box-botoes {
	width: calc(50% - 20px);
	margin: 0 10px;
	float: left;
	background: #003366;
	border-radius: 3px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

#programacoes h1 {
	font: 400 16px 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}

#programacoes p {
	font: 14px/20px 'Archivo Narrow', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}

#programacoes .box-botoes:hover {
	background: #006699;
}

#uteis-rodape {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	background: #f4f4f4;
}

#uteis {
	width: 99%;
	max-width: 1000px;
	margin: 0 auto;
}

.uteis {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.uteis img {
	max-width: 140px;
	cursor: pointer;
}

#uteis h1 {
	font: 400 16px 'Oswald', sans-serif;
	color: #003366;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: center;
}

#uteis p {
	font: 14px/20px 'Archivo Narrow', sans-serif;
	color: #333333;
	margin-bottom: 10px;
}

#rodape {
	font: 14px 'Archivo Narrow', sans-serif;
	color: #FFFFFF;
	text-align: center;
	background: #003366;
	padding: 30px 0;
}

@media screen and (max-width:910px) {

	#data,
	#menu {
		width: 100%;
	}

	.blocos {
		width: calc(50% - 10px);
	}

	.utilitarios {
		width: 50%;
	}

	#logo {
		width: 95%;
		float: none;
		margin: 0 auto;
	}

	#slogan {
		width: 100%;
		float: none;
		border-left: 0;
		text-align: center;
		padding: 25px 0;
	}
}

@media screen and (max-width:840px) {
	#conteudo .box-utilitarios {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width:720px) {
	nav select {
		display: block;
	}

	#menu li {
		display: none;
	}

	#ms input {
		width: 99%;
	}

	.uteis {
		width: 50%;
	}

	#programacoes .box-botoes {
		width: calc(100% - 20px);
		margin: 5px 10px;
		float: none;
	}
}

@media screen and (max-width:570px) {
	.uteis {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	#banner {
		display: none;
	}

	.blocos {
		width: calc(100% - 10px);
	}

	.utilitarios {
		width: 100%;
	}

	#ms button {
		width: 49.5%;
		float: left;
	}

	#ms a {
		width: 99%;
	}

	#conteudo .box-utilitarios {
		width: calc(100% - 20px);
	}
}

.bg {
	background-color: #003366;
	padding-top: 40px;
	padding-bottom: 40px;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: white;
	font-family: 'Archivo Narrow', sans-serif;
}

.chamado {
	font: 13px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #006699;
	text-align: center;
	cursor: pointer;
	padding: 15px 40px;
	border-radius: 3px;
	margin-top: 10px;
}

.telefone {
	font: 16px 'Archivo Narrow', sans-serif;
	text-align: center;
	margin-bottom: 0;
}