@charset "utf-8";
/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;

Cor 01: #C89F3C
*/

html, body { margin: 0; padding: 0; height: 100%; font-family: 'Open Sans', sans-serif; color: #666; }
* { box-sizing: border-box; font-family: inherit; outline: none; resize: none; }

h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; color: #666; line-height: 1em; text-align: left; }
a, .btn-home:before { color: inherit; transition: all 300ms; text-decoration: none; }
button { cursor: pointer; }

.fundo-branco { background: #fff; }
.flex { display: flex; }
.wrap { flex-wrap: wrap; }
.flex-center { justify-content: center; align-items: center; }
.self-start { align-self: flex-start; }
.self-end { align-self: flex-end; }
.self-center { align-self: center; }
.flex-between { justify-content: space-between; }

.fixed { position: fixed; }

.container { width: 100%; max-width: 1000px; padding: 10px; }

.titulo-01 { color: #fff; font-size: 3.5em; margin: 0; }
.titulo-02 { color: #333; font-size: 2.8em; margin: 0; font-weight: normal; }
.titulo-03 { color: #333; margin: 0; font-weight: normal; }
.titulo-03:after { display: block; margin: 20px 0; content: ""; height: 3px; width: 150px; background: #C89F3C; }

#site { height: 100%; position: relative; }

#banner { position: fixed; z-index: -1; width: 100%; height: 100%; }
#banner:before { position: absolute; z-index: 101; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,1) url(banner/dots7.png); opacity: .5; }
#banner .imagem-banner { width: 100% !important; height: 100% !important; background-size: cover; background-repeat: no-repeat; background-position: center; }

#programacao { padding: 20px; position: fixed; left: 100%; width: 100%; height: 100%; z-index: 10; }
#programacao .container { max-height: 100%; overflow: auto; }
#programacao .abre-prog { position: absolute; border: 1px solid #ccc; border-right: none; background: #fff; top: 20px; left: -50px; width: 50px; height: 50px; cursor: pointer; }
#programacao .fecha-prog { position: absolute; right: 20px; top: 20px; background: #000; color: #fff; width: 50px; height: 50px; cursor: pointer; }

.midiasystem { width: 100%; }
.midiasystem .campos { flex-grow: 2; }
.midiasystem .campos input { flex: 1; margin: 2px; padding: 15px; border: none; border-bottom: 2px solid #ccc; background: #f8f8f8; }
.midiasystem .botoes { flex-grow: 1; }
.midiasystem .botoes .btn { flex: 1; width: 50px; padding: 15px; font-size: 1em; margin: 2px; border: none; background: #333; color: #fff; border-radius: 2px; }
.midiasystem .botoes a.btn { background: #C89F3C; }

.online { padding-top: 50px; margin-top: 50px; border-top: 1px dotted #ccc; }
.online .bt-prog { background-color: #C89F3C; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.05)); flex: 1; color: #fff; padding: 10px; border-radius: 2px; margin: 2px; }
.online .bt-prog i { position: relative; background: #fff; border-radius: 2px; color: #666; width: 50px; text-align: center; margin-right: 15px; padding: 10px 0; }
.online .bt-prog i:after { content: ""; display: block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #fff; position: absolute; right: -5px; }
.online .bt-prog h4 { flex: 1; color: #fff; margin: 0; }
.online .bt-prog h4 small { display: block; }

#sidebar { float: left; background: rgba(255,255,255,0.1); border-left: 1px solid rgba(255,255,255,.2); border-right: 1px solid rgba(255,255,255,.2); width: 100%; max-width: 280px; min-height: 100%; padding: 30px 0; margin-left: 20px; }
#sidebar .logotipo { width: 100%; margin: 20px 0; }
#sidebar .logotipo img { width: 100%; height: auto; } /* altura máxima da logo 167px */

.divisao-lateral { border-bottom: 1px dashed #ccc; margin: 25px 0; }

.abre-menu { position: fixed; border: 1px solid #ccc; border-left: none; background: #fff; top: 20px; left: 0; width: 50px; height: 50px; cursor: pointer; }
.fecha-menu { border: 1px solid #ccc; background: #fff; cursor: pointer; width: 100%; padding: 15px; text-align: left; }

.hidden-menu { display: none; }

.main-menu ul { list-style: none; margin: 0; padding: 0; font-family: 'Raleway', sans-serif; }
.main-menu li:not(:last-child) { border-bottom: 1px solid #eee; }
.main-menu a { display: block; padding: 10px; color: #666; text-decoration: none; }
.main-menu a small { display: block; }
.main-menu a:hover { background: #fafafa; }

.social a { display: inline-block; padding: 10px; background: #ddd; color: #666; border: 1px solid #ccc; }
.social a:hover { background: #666; color: #ddd; }
.copy { color: #666; font-size: .8em; text-align: center; }


#conteudo { width: calc(100% - 310px); float: right; justify-content: center; min-height: 100%; }
.container-home { padding: 20px; border-radius: 3px; color: #fff; }
.btn-home { position: relative; font-size: .9em; display: inline-block; padding: 10px; border-radius: 2px; border: 2px solid #C89F3C; color: #fff; text-decoration: none; }
.btn-home:before { position: absolute; z-index: -1; background: #C89F3C; content: ""; height: 100%; width: 0; top: 0; left: 0; }
.btn-home:hover:before { width: 100%; }
#conteudo .container { padding: 50px; margin: 30px; max-width: 800px; border-radius: 3px; border-left: 5px solid #C89F3C; text-align: justify; box-shadow: 1px 1px 1px #000; }

.noticias { flex: 1; padding: 15px; }
.noticias h4 { font-weight: normal; }
.noticias .botao { display: inline-block; background: #C89F3C; border-radius: 2px; font-size: .7em; padding: 5px 10px; color: #fff; }

.links-uteis { flex: 1; padding: 15px; }
.links-importantes { margin: 0; padding: 0; list-style: none; }
.links-importantes li { flex-grow: 1; margin: 2px; }
.links-importantes a { display: block; padding: 10px; background: #eee; font-size: .8em; }
.links-importantes a:hover { background: #ddd; }

.divformulario { border-top: 1px solid #ddd; margin-top: 20px; }
#formcontato .campo { flex-grow: 1; margin: 2px; padding: 15px; border: none; border-bottom: 2px solid #ccc; background: #f8f8f8; }
#formcontato .campo.input-grande { width: 100%; }
#formcontato .captcha { width: 100%; }
#formcontato .captcha img { margin: 2px; }
#formcontato .botoes { margin-top: 10px; }
#formcontato .botoes button { background: #C89F3C; border-radius: 3px; border: none; padding: 10px; margin: 2px; color: #fff; width: 100px; }

#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; }

@media screen and (max-width: 1000px) {
    .container-home { font-size: .7em; }
}
@media screen and (max-width: 800px) {
    #programacao .container { font-size: small; }
    #sidebar { padding: 80px 0; }
}

@media screen and (max-width: 640px) {
    .container-home { display: none; }
}