/* CORES
rgb(20, 140, 29) - principal
rgb(140, 8, 8) - hover
rgb(229, 145, 19) - cor icone endereco/frase foto
*/

/* GERAL */
body, html { margin: 0; padding: 0; font-family: 'Archivo Narrow', sans-serif; color: #777;}
[onClick] {cursor: pointer;}
* { box-sizing: border-box; font-family: inherit; color: inherit;}
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif;}
a { text-decoration: none; display: inline-block;}
.botao, button { padding: 10px 15px; text-transform: uppercase; background: rgb(168, 13, 15); color: white; border: none; outline: none; cursor: pointer; vertical-align: middle; width: auto;}
.botao:hover, button:hover { background: rgb(140, 8, 8);}

/* TITULOS */
.titulo { font-size: 31px; position: relative; text-align: left;}
    .titulo span { color: rgb(229, 145, 19);}
    .titulo small { display: block; font-weight: 300; text-transform: uppercase; font-size: 17px; letter-spacing: -1;}
.textos .titulo:before { position: absolute; content: ""; bottom: -15px; left: -15px; width: 50px; height: 2px; background: rgb(229, 145, 19);}

/* TRANSITION */
.botao, button, #menu li a, .utilitarios i, .utilitarios p, #programacoes .programacoes a:before, .links_importantes li a, #redes_sociais li, #redes_sociais li a { transition: all 250ms;}

/* PADRAO DOS FORMULÁRIOS */
form input, form textarea { width: 100%; font-size: 14px; background: rgba(255, 255, 255, .85); margin: 2px; padding: 15px; border-radius: 2px; outline: none; border: 1px solid #ddd; resize: none;}
form button { background: #777; padding: 15px; border: none; color: white; margin: 2px; cursor: pointer;}
form button:hover { background: black; }
form a.botao { padding: 15px; margin: 2px;}

/* LARGURA DEFINIDA CORPO SITE */
.largura_site { max-width: 1200px; width: 96%; margin: 0 auto; position: relative; z-index: 2;}

/* FLEX */
.flex { display:flex; }
.between { justify-content: space-between;}
.centerv { align-items: center;}
.centerh { justify-content: center;}
.wrap { flex-wrap: wrap;}

/* BANNER */
#banner { position: fixed; z-index: -1; top: 0; left: 0; width: 100%; height: 100%;}
#banner .fotos { width: 100%; height: 100%;}

/* PAGINA INICIAL */
#inicial { position: relative; width: 100%; height: 100%; min-height: 600px; color: white;}
#inicial:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, .13);}

#topo { align-self: flex-start;}
#topo .logo { margin: 25px 0;}
#topo .logo img { width: 100%; height: auto; max-width: 420px;}
#topo .endereco { margin: 0 0 15px; padding: 0; list-style: none; font-size: 13px; text-align: right;}
#topo .endereco li { list-style: none; text-align: center; display: inline-block;}
#topo .endereco li i { color: rgb(229, 145, 19);}
#topo .endereco li:not(:first-child) i { margin-left: 15px;}

/* MENU */
#menu { margin: 0; padding: 10px 0; list-style: none; text-align: right; border-top: 1px solid rgba(255, 255, 255, .1);}
#menu li { flex-grow: 1;}
#menu li:not(.restrito) { margin-right: 5px;}
#menu li a:not(.botao) { font: normal 15px "Archivo Narrow", sans-serif; display: block; text-align: center; padding: 10px 5px; text-transform: uppercase; border-bottom: 2px solid transparent;}
#menu li a:hover:not(.botao) { border-bottom: 2px solid rgba(25, 25, 112, .6)}
#menu select { display: none; width: 100%; color: #777; border: 0; border-radius: 5px; text-transform: uppercase; padding: 10px;}
#menu select option { padding: 2px 10px;}

/* SLOGAN */
#slogan { align-self: center;}
#slogan .titulo { width: 100%; font-size: 43px; text-align: center; text-shadow: 1px 1px 3px rgb(51, 51, 51);}
#slogan .titulo small { font-size: 26px;}

#destaque { align-self: flex-end; width: 100%; padding: 5px 0; background: rgb(20, 140, 29); position: relative; z-index: 2;}
#destaque strong { font-size: 28px;}

/* JANELA MODAL */
@keyframes anima_janela { from { top: -300px; opacity: 0;} to { top: 0; opacity: 1;} }
#modal { display: none; justify-content: center; align-items: center; width: 100%; height: 100%; position: fixed; z-index: 999; top: 0; left: 0; background: rgba(0, 0, 0, .8);}
#modal .janela_modal { overflow: auto; max-height: 90%; position: relative; z-index: 998; background: whitesmoke; display: block; padding: 5px; margin: 20px; border-radius: 5px; animation: anima_janela 1s;}
#modal .janela_modal > div { border: 1px solid #a6afbe; padding: 10px 25px; }
#modal .close { position: absolute; z-index: 999; top: 20px; right: 20px;}

/* AREA RESTRITA */
#restrito form > div { flex: 1 45%; margin: 5px;}


/* UTILITARIOS */
.utilitarios { flex: 1 45%; padding: 15px 10px 0; margin: 5px; border: 1px solid whitesmoke; text-align: center; background: #fcfcfc;}
.utilitarios:hover i { color: #777;}
.utilitarios:hover p { color: black;}
.utilitarios:hover { border-color: #ddd;}
.utilitarios i { color: #ddd;}

/* FRASE DESTAQUE */
#frase { padding: 90px 0; background: url(imagens/frase.jpg) center; background-size: cover; background-attachment: fixed; position: relative;}
#frase:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(40, 69, 87, .55);}
#frase .titulo { text-align: center; font-size: 37px; color: white;}
    /* #frase .titulo span { color: rgb(229, 145, 19);} */
    #frase .titulo small { margin: 0; font-size: 25px;}

/* PROGRAMACOES */
#programacoes { border-top: 3px solid whitesmoke; background: #fcfcfc;}
#programacoes .titulo { text-align: center;}
#programacoes .titulo:before { content: none;}
#programacoes .programacoes a { flex: 1; margin: 20px 15px; position: relative; text-align: left;}
#programacoes .programacoes a:before { position: absolute; content: ""; opacity: .3; bottom: -15px; left: 0; width: 50px; height: 2px; background: rgb(229, 145, 19);}
#programacoes .programacoes a:hover:before { width: 100%; opacity: 1;}
#programacoes .programacoes i { margin-right: 5px;}
    #programacoes .programacoes small { display: block;}

/* NOTICIAS */
#noticias { border-top: 3px solid whitesmoke;}
#noticias_slide .botao { background: whitesmoke; text-transform: none; color: #777;}
#noticias_slide .botao:hover { background: #777; color: white;}

.owl-theme .owl-controls .owl-page span { width: 35px !important; height: 3px !important; margin: 20px 2px 40px !important; border-radius: 0 !important; background: #869791 !important; opacity: 0.5 !important;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { opacity: 1 !important;}

/* RODAPE */
#rodape { padding-top: 50px; background: whitesmoke;}
    #rodape .titulo span { color: rgb(20, 140, 29);}
    #rodape .titulo small { font-weight: bold; text-transform: none; font-size: 70%; letter-spacing: normal;}
#rodape .blocos { flex: 1; margin: 10px; text-align: justify;}
.logo-rodape img { width: 90%; height: auto; max-width: 350px;}
.links_importantes { margin: 0; padding: 0; columns: 2; column-gap: 50px;}
.links_importantes li:not(:last-child) { margin-bottom: 10px;}
.links_importantes li a:hover { color: black; }
#rodape_faixa { text-align: center; padding: 15px 0; margin-top: 50px; border-top: 3px solid #EAEAEA;}
#redes_sociais { margin: 0; padding: 0; list-style: none; }
#redes_sociais li { margin: 2px; background: white; border: 2px solid #EAEAEA;}
#redes_sociais li:hover { background: #777; color: white;}
#redes_sociais li a { display: block; padding: 15px 10px;}

/* CONTEUDO TEXTOS */
.textos { padding: 50px 0 90px; text-align: justify; background: white;}
.textos .blocos { flex: 1; margin: 10px 15px;}
.textos .mapa iframe { width: 100% !important; height: 270px !important; margin-bottom: 20px;}
.textos .link-category a { color: rgb(20, 140, 29);}

/* WORDPRESS */
.divisoria { width: 100%; border-bottom: 1px dotted #bbb; margin: 25px 0;}
/* CONTACT FORM 7 */
div.wpcf7-mail-sent-ok { color: #3c763d; background-color: #dff0d8; border-radius: 3px; border: 2px solid #bfe3b1 !important; font-size: 13px !important;}
div.wpcf7-validation-errors { color: #a94442; background-color: #f2dede; border-radius: 3px; border: 2px solid #dd9f9f !important; font-size: 13px !important;}
div.wpcf7-response-output { margin: 15px 0 0 !important; padding: 15px !important;}
span.wpcf7-not-valid-tip { color: #a94442 !important; font-size: 12px !important; text-align: left;}
pre { border: 1px solid #ccc; background-color: #f8f8f8; padding: 15px; font-family: monospace;}
blockquote { border-left: 5px solid rgb(140, 8, 8); padding: 5px 15px; font-size: 0.8em;}
blockquote p:last-child { margin-bottom: 0;}
table { border: 1px solid #ccc; border-collapse: collapse; width: 100%;}
table thead { background-color: rgb(140, 8, 8); color: #fff;}
table tr td, table tr th { border: 1px solid #ccc; padding: 5px;}
table tbody th { background-color: #eee;}
address { font-style: italic;}
s, strike, del { text-decoration: line-through;}
u, ins { text-decoration: underline;}
q { display: inline;}
q:before { content: open-quote;}
q:after { content: close-quote;}
.post-card { margin: 0 0 20px 0; border-color: rgb(140, 8, 8); border-style: solid; border-width: 5px 0 0; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); background-color: #fff; padding: 0 25px 25px;}
.post-card.sticky { border-color: rgb(20, 140, 29);}
.post-card img { max-width: 100%; height: auto;}
.post-card img.thumbnail { display: block; margin: auto; border-radius: 2px; width: auto; max-height: 500px;}
.post-card *[style] { max-width: 100%;}
.post-card .thumbnail { display: block; margin-bottom: 1rem; margin-left: auto; margin-right: auto;}
.pages { text-align: center;}
.pages .page-numbers { text-decoration: none; display: inline-block; padding: 8px 10px; border: 1px solid #ccc; border-radius: 5px; background: linear-gradient(to bottom, #fff, #eee); color: #666;}
.pages .page-numbers.current { color: #fff; border-color: rgb(20, 140, 29); background: rgb(20, 140, 29);}
.alignleft { float: left; margin: 5px;}
.alignright { float: right; margin: 5px;}
.aligncenter { margin: 5px auto;}
.wp-caption-text { font-size: 0.8em; color: #333;}
.sidebar .widget { background-color: #fefefe; border: 1px solid #eee; border-radius: 3px; padding: 15px; margin-bottom: 15px;}
.sidebar .widget .searchform { border: 1px solid #ccc; padding: 5px; margin-bottom: 0;}
.sidebar .widget .searchform div { display: flex;}
.sidebar .widget .searchform div label { display: none;}
.sidebar .widget .searchform div input, .sidebar .widget .searchform div button { border: none; padding: 5px; background-color: #fff;}
.sidebar .widget .searchform div input[type=text], .sidebar .widget .searchform div button[type=text] { flex: 1; min-width: 100px;}
.sidebar .widget .searchform div input[type=submit], .sidebar .widget .searchform div button[type=submit] { width: auto; border-left: 1px solid #eee; cursor: pointer; padding: 5px 10px; white-space: nowrap;}
.sidebar .widget a { transition: all 300ms;}
.sidebar .widget a:hover { text-decoration: underline; color: rgb(20, 140, 29);}
.sidebar .widget #subscribe-email input { width: 100%; border: 1px solid #ccc; padding: 10px; margin-bottom: 0; min-width: 100px;}


@media screen and (max-width:1000px){
    #topo { flex-direction: column;}
    #topo .endereco { text-align: center;}
    #slogan .titulo { font-size: 31px;}
        #slogan .titulo small { font-size: 17px;}
    #rodape .blocos { flex: 1 100%;}
    #rodape .blocos.menor { flex: 1 45%;}
    .links_importantes { padding: 0 25px;}
}

@media screen and (max-width:900px){
    #menu li { display: none;}
    #menu select { display: block;}
    #restrito form > div { flex: 1 100%;}
    .textos .blocos { flex: 1 100%; margin: 10px;}
    .links_importantes { columns: auto;}
}
@media screen and (min-width: 901px) {
    .blocos-lateral { max-width: 350px;}
}

@media screen and (max-width:800px){
    #programacoes .programacoes a { flex: 1 100%; text-align: center;}
}

@media screen and (max-width:500px){
    #destaque > div { flex-direction: column; }
    #destaque > div * { margin: 0; padding: 0; }
    .utilitarios { flex: 1 100%;}
    #rodape .blocos.menor { flex: 1 100%;}
    .links_importantes { margin: 0; }
}