@charset "utf-8";

/*

INFORMAÇÕES PARA SUBSTITUIÇÃO:

FONTE DE DESTAQUE: 'Raleway', sans-serif
FONTE PADRÃO: sans-serif

COR 01: #333
COR 02: #eee
COR 03: #ddd
COR 04: #2381BF

*/

* { box-sizing: border-box; font-family: inherit; outline: none; }
body { margin: 0; padding: 0; background: #fff; font-family: sans-serif; }
h1,h2,h3,h4,h5,h5 { font-family: 'Raleway', sans-serif; }
a, a *, .programacoes .links-progs:before, button, [onclick] { cursor: pointer; transition: all 300ms; text-decoration: none; }

.titulo-1 { font-size: 2em; }
.titulo-1 small { display: block; color: #333; font-weight: normal; }
.titulo-2 { font-weight: normal; text-align: center; font-size: 2em; }

.flex { display: flex; }
.wrap { flex-wrap: wrap; }
.between { justify-content: space-between; }
.vcenter { align-items: center; }
.center { align-items: center; justify-content: center; }
.container { width: 90%; max-width: 1000px; margin: 0 auto; }
.sem-margem { margin: 0; }

.textos { margin-top: 50px; margin-bottom: 50px; text-align: justify; }

.header { background-image: url(imagens/fd-header.png); overflow: hidden; }
.logotipo { display: block; margin: 50px auto; max-width: 300px; height: auto; }

.banner { position: relative; background-image: url(imagens/fd-banner.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 30px 0; }
.banner:after { content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.3); top: 0; z-index: 0; }

.mainMenu { z-index: 1; margin: 0; padding: 0; list-style: none; font-family: 'Raleway', sans-serif; background: #fff; flex: 1; transition: left 200px; }
.mainMenu li:not(:last-child) { border-bottom: 1px solid #ccc; }
.mainMenu li a { color: #333; padding: 15px; font-size: 1.1em; display: flex; text-decoration: none; justify-content: space-between; align-items: center; }
.mainMenu li a:after { font-family: "FontAwesome"; content: "\f0da"; border-left: 1px solid #aaa; padding-left: 15px; }
.mainMenu li a:hover { background: #eee; }

.abremenu { display: none; background: #fff; border-radius: 2px; border: 1px solid #ddd; box-shadow: 2px 2px 2px #000; position: relative; z-index: 10; padding: 20px; width: 100%; text-align: left; }
.fecharmenu { display: none; }
.fecharmenu button { background: #eee; border: none; padding: 15px; width: 100%; text-align: left; }

.frase { position: relative; z-index: 1; font-weight: normal; flex: 2; margin-left: 25px; text-transform: uppercase; color: #fff; text-shadow: 1px 1px 1px #000; }

.blocos-home { margin-top: 40px; margin-bottom: 40px; }
.blocos-home .blocos { position: relative; color:#fff; width: 24%; height: 350px; margin: 5px 0; text-decoration: none; background: #fff; }
.blocos-home .blocos .img { position: absolute; width: 100%; height: 100%; bottom: 0; z-index: 1; background-repeat: no-repeat; background-size: auto; background-position: center; }
.blocos-home .blocos .img:before { position: absolute; z-index: 3; top: 0; right: 20px; content: ""; border-top: 17px solid #2381BF; border-left: 12px solid transparent; border-right: 12px solid transparent; }
.blocos-home .blocos .img:after { position: absolute; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,.5); z-index: 2; border-top: 5px solid #2381BF; }
.blocos-home .blocos .titulo-bh { margin: 20px; text-transform: uppercase; position: relative; z-index: 2; font-weight: bold; }
.blocos-home .blocos .descricao { position: absolute; z-index: 0;width: 100%; height: 100%; top: 0; background: #2381BF; overflow: hidden; transition: all 300ms; }
.blocos-home .blocos .descricao p { margin: 20px; }
.blocos-home .blocos:hover .img { height: 30%; }

.programacoes { padding: 30px 0; background: #ddd; }
.programacoes .links-progs { position: relative; text-decoration: none; background: rgba(0,0,0,.3); color: #eee; border-radius: 2px; width: 49%; overflow: hidden; text-transform: uppercase; }
.programacoes .links-progs:before { position: absolute; width: 50px; height: 100%; content: ""; background: #2381BF; }
.programacoes .links-progs i { position: relative; width: 50px; text-align: center; }
.programacoes .links-progs .content-progs { position: relative; flex: 1; padding: 20px; }
.programacoes .links-progs:hover:before { width: 100%; }

.midia-system { margin-top: 50px; }
.midia-system input { width: 49%; padding: 15px; margin-bottom: 10px; }
.midia-system .bt-ms { width: 49%; margin-bottom: 10px; }
.midia-system .bt-ms .btn { padding: 10px; background: #333; color: #fff; border: none; font-size: 1em; text-align: center; }
.midia-system .bt-ms button { flex: 1; }
.midia-system .bt-ms a.btn { flex: 2; background: #2381BF; justify-content: center; }

.noticias { margin-top: 50px; margin-bottom: 50px; }
.noticias .bloco-noticias { width: 48%; text-align: justify; }
.noticias .bloco-noticias a { color: #000; }
.noticias .btn-mais-noticias { display: block; border: 2px solid #333; border-radius: 3px; padding: 10px; text-align: center; color: #000; }
.noticias .btn-mais-noticias:hover { background: #333; color: #fff; }
.noticias .links-importantes { margin: 0; padding: 0; list-style: none; }
.noticias .links-importantes li { flex-grow: 1; margin: 2px; }
.noticias .links-importantes a { display: block; padding: 10px; background: #eee; }
.noticias .links-importantes a:hover { background: #ddd; }

.redes { background: #ddd; padding: 30px 0; }
.redes .titulo-1 { margin: 0; }
.redes a { display: block; width: 50px; height: 50px; text-align: center; color: #000; margin-left: 5px; border: 1px solid #000; }
.redes a i { line-height: 50px; }
.redes a:hover i { color: #fff; }
.redes .face a:hover { border-color: #3B5998; background: #3B5998; }
.redes .twitter a:hover { border-color: #1DA1F2; background: #1DA1F2; }

.contato { background: #eee; padding: 50px 0; }
.formcontato { width: 100%; }
.formcontato input, .formcontato textarea { width: 100%; resize: none; padding: 20px; margin: 0; border-radius: 3px; border: 1px solid #ddd; color: #999; }
.formcontato input:focus, .formcontato textarea:focus { color: #333; }
.formcontato .metade { width: 50%; }
.formcontato button { background: #ddd; flex: 1; color: #333; border: 1px solid #ccc; padding: 15px; border-radius: 3px; cursor: pointer; }
.formcontato button:hover { background: #333; color: #ddd; }
.formcontato .loading { font-size: 12px; }
.captcha input { border: none; }
.result { padding: 15px; margin: 20px 0; display: none; border-radius: 3px; }
.error { color: #a94442; background-color: #f2dede; border: 2px solid #ebccd1; }
.success { color: #3c763d; background-color: #dff0d8; border: 2px solid #d6e9c6; }
.copy { border-top: 1px solid #333; margin-top: 50px; color: #333; }

@media screen and (max-width: 1000px){
    .blocos-home .blocos { width: 49%; }
    .blocos-home .blocos .img { background-size: 100% auto; }
}

@media screen and (max-width: 768px){
    .blocos-home .blocos { height: 300px; }
}

@media screen and (max-width: 600px){
    .blocos-home .blocos { width: 100%; height: 250px; }
    .abremenu, .fecharmenu { display: block; }
    .mainMenu { position: fixed; width: 300px; height: 100%; left: -300px; top: 0; z-index: 20; border-right: 1px solid #ccc;  }
    
    .programacoes .links-progs { width: 100%; }
    .midia-system input, .midia-system .bt-ms { width: 100%; }
    
    .noticias .bloco-noticias { width: 100%; }
    .formcontato .metade { width: 100%; flex-wrap: wrap; }
}





























