@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

* { outline:none; box-sizing:border-box; }
body { margin:0; padding:0; font-family:Arial, sans-serif; background:#fff; }
img { border:none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Condensed', sans-serif; margin:0; }
form { font-size:0; }
form * { padding:15px; border:1px solid #ddd; font:12px Arial; color:#000; border-radius:2px; }
form button { background:#eee; color:#000; margin-right:5px; cursor:pointer; }

.vAlign { display:flex; align-items:center; justify-content:space-between; }
.hidden { overflow:hidden; }
.estrutura { width:95%; max-width:1000px; margin:0 auto; }
.topo { background:#fff; padding:10px 0; border-bottom:1px dotted #1e376f; }
.topo img { width:194px; height:auto; }

.nav select{ display:none; width:80%; margin:10px auto; border:1px solid #ccc; border-radius:2px; padding:10px; font:400 16px Arial; }
.nav select option{ font:inherit; }

.mainMenu { list-style:none; margin:0; padding:0; }
.mainMenu li { display:inline-block; }
.mainMenu a { display:block; padding:15px; text-transform:uppercase; border-radius:2px; color:#000; text-decoration:none; font-size:12px; }
.mainMenu a:hover { background:#1e376f; color:#fff; }

.fdPreto { padding:80px 0; background:#1b1b1b; }
.blocoUtil { width:24%; margin:0 0.5%; float:left; background:#1e376f; height:400px; position:relative; color:#000; text-decoration:none; overflow:hidden; display:block; }
.blocoUtil h2 { text-transform:uppercase; font-size:24px; color:#fff; }
.blocoUtil>h2 { padding:20px; position:relative; z-index:10; }
.blocoUtil .descricao { font-size:12px; background:#fff; height:65%; padding:20px; position:absolute; top:-64%; z-index:20; }
.blocoUtil .descricao h2 { color:#000; margin-bottom:20px; }
.blocoUtil .descricao:after { position:absolute; bottom:-5px; left:20px; content:""; border-top:5px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent; }
.blocoUtil .imagem { opacity:0.3; position:absolute; bottom:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center; }

.blocoUtil * { -webkit-transition:all ease-out 200ms; transition:all ease-out 200ms; }
.blocoUtil:hover .descricao { top:0; }
.blocoUtil:hover .imagem { opacity:1; height:35%; }

.txtHome { margin:50px auto; }
.imgHome { width:300px; height:auto; float:left; margin-right:15px; padding-right:15px; border-right:1px solid #ccc; }
.conteudo p { font-size:12px; text-align:justify; }
.conteudo hr { margin:50px 0; }

.mSystem { margin-top:40px; }
.mSystem input { width:49.5%; margin-bottom:10px; }
.mSystem input.margemD { margin-right:1%; }
.mSystem a { text-decoration:none; }

.programacoes { margin:40px 0; }
.programacoes a { display:inline-block; width:49%; margin:0 0.5%; padding:15px; float:left; border-radius:5px; background:#36578c; color:#fff; color:#fff; font:bold 24px 'Open Sans Condensed', sans-serif; text-decoration:none; text-align:center; }
.programacoes a:hover { background:#1e376f; }

.noticias { width:50%; float:left; border-radius:2px; padding:15px; background:#fff; }
.notUni { overflow:hidden; width:100%; }
.notUni .data { font-size:10px; margin-top:0; }
.notUni .descricao { font-size:12px; text-align:justify; margin:0; }
.notUni a { margin-top:10px; font-size:12px; text-decoration:none; float:right; background:#1e376f; color:#fff; border-radius:2px; padding:10px; }
.owl-page span { background:#36578c !important; }

.consultas { width:45%; float:right; }
.consultas a { display:block; color:#fff; text-decoration:none; overflow:hidden; margin:7px 0; padding:5px; border-radius:2px; }
.consultas a:hover { background:#1e376f; }
.consultas a i { float:left; font-size:25px; margin-right:10px; background:#fff; color:#000; border-radius:50%; padding:10px; width:45px; line-height:25px; text-align:center; }
.consultas a p { margin:0; font-size:12px; }

.rodape { padding-bottom:20px; }
.contatoHome { margin-top:50px; }
.contatoHome h2 { color:#fff; }
.formContato { margin-top:20px; }
.formContato input { width:50%; border:none; background:rgba(255,255,255,0.2); border-radius:0; padding:30px; color:#fff; }
.formContato textarea { width:100%; border:none; background:rgba(255,255,255,0.2); border-radius:0; padding:30px; color:#fff; resize:none; }
.formContato button { width:50%; border:none; background:rgba(255,255,255,0.5); border-radius:0; padding:30px; color:#fff; text-align:center; float:left; margin:0; }
.formContato button:hover { background:rgba(255,255,255,0.7); }
.copy { margin-top:80px; text-align:center; font-size:12px; color:#fff; }

@media screen and ( max-width: 767px ) {
	.blocoUtil { width:45%; margin:5px 2.5%; }
}

@media screen and ( max-width: 640px ) {
	.imgHome { display:none; }
	.noticias, .consultas { width:100%; }
	.consultas { margin-top:20px; }
	.consultas a { width:50%; float:left; }
}

@media screen and ( max-width: 550px ) {
	.mSystem input { width:100%; margin:0 0 10px; }
}

@media screen and ( max-width: 480px ) {
	.vAlign { display:block; }
	.topo img { margin:0 auto; display:block; }
	.mainMenu { display:none; }
	.nav select { display:block; }
	.blocoUtil { width:80%; min-width:300px; margin:5px auto; float:none; }
	
	.programacoes a { width:100%; margin:5px 0; }
	.formContato input { width:100%; }
	
	.consultas a { width:100%; float:left; }
}