/*
    CORES SITE
    Azul #2A0E72
    Amarelo #FDFF00
*/

/* GERAL */
body, html { margin: 0; padding: 0; font-family: "Archivo Narrow", sans-serif; color: #444;}
[onClick], button { cursor: pointer;}
* { box-sizing: border-box; font-family: inherit; color: inherit;}
h1, h2, h3, h4, h5, h6 { font-family: "Oswald", sans-serif; font-weight: 400;}
a { text-decoration: none; display: inline-block;}

input, textarea, button { outline: none; border: none; resize: none;}

input, textarea { padding: 5px 10px; border-radius: 3px; border: 1px solid #CCCCCC; font-size: 14px;}
button { background: #2A0E72; padding: 5px 15px; border: 1px solid black; color: white;}
button:hover { background: black;}

/* ANIMAÇÃO */
#abertura #abertura_menu li a, #redes_sociais li, #utilitarios li:after, #utilitarios li a, #menu li:before, #menu li a, button, #programacao_serv .programacao_serv { transition: all 350ms;}

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

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

/* ABERTURA */
#abertura { height: 100%; background: #2A0E72;}

#abertura #logo { align-self: flex-start; width: 100%; padding: 15px 0 5px; margin: 100px 0 0; background: white;}
#abertura #abertura_menu { background: #331188; margin: 20px 0; padding: 10px; list-style: none; align-self: flex-start; width: 100%;}
#abertura #abertura_menu li { flex: 1 200px;}
#abertura #abertura_menu li a { display: block; padding: 10px; margin: 5px; border-radius: 5px; color: white; text-align: center;}
#abertura #abertura_menu li a:hover { background: white; color: #2A0E72;}
#abertura #abertura_menu li a i { display: block; font-size: 55px; margin-bottom: 5px; text-align: center;}
#abertura #rodape { align-self: flex-end; width: 100%;}

/* TOPO */
#topo { margin: 15px auto;}
#logo { text-align: center;}
#logo img { max-width: 360px; width: 100%; height: auto; display: block; margin: 0 auto;}
#topo #topo_esq { text-align: right;}
#topo #topo_esq .titulo { margin-bottom: 0; font-weight: 300;}

#redes_sociais { margin: 0; padding: 0; list-style: none;}
#redes_sociais li { display: inline-block; background: whitesmoke; border: 1px solid #CCC;}
#redes_sociais li:hover { background: #777; color: white; border-color: #333;}
#redes_sociais li a { display: block; padding: 8px 4px;}

/* SITE */
#site { /* border-top: 3px solid #2A0E72; */}

/* LATERAL */
#lateral { flex: 1; margin-right: 10px; padding-bottom: 15px; background: #F9F9F9;}
#lateral .programacao .titulo { font-weight: 300; position: relative; margin: 0; padding: 5px 10px; color: white; background: #2A0E72; text-transform: uppercase;}
#lateral .programacao .titulo:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,100%); border-top: 10px solid #2A0E72; border-right: 15px solid transparent; border-left: 15px solid transparent;}
#lateral .programacao a { margin: 15px 5px;}

/* UTILITARIOS */
#utilitarios { margin: 0; padding: 0; list-style: none;}
#utilitarios li { position: relative;}
#utilitarios li:after { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: #2A0E72;}
#utilitarios li:last-child { border-bottom: 1px dotted #d2d2d2;}
#utilitarios li a { position: relative; z-index: 1; display: block; padding: 7px 0; text-indent: 10px; border-top: 1px dotted #d2d2d2;}
#utilitarios li a:before { content: "\f054"; display: inline-block; font-family: "FontAwesome"; font-size: 10px; margin-right: 5px; display: inline-block; }
#utilitarios li:hover:after { width: 100%; color: white;}
#utilitarios li a:hover { color: white;}

/* MENU */
#menu { margin: 0; padding: 0; list-style: none; background: whitesmoke; border-top: 3px solid #2A0E72;}
#menu li { flex: 1; position: relative;}
#menu li:not(:last-child) { border-right: 1px solid white;}
#menu li:not(:last-child):after { content: ""; position: absolute; top: 0; right: 0; border-right: 1px solid #d2d2d2; height: 100%;}
#menu li:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #2A0E72;}
#menu li a { position: relative; z-index: 1; display: block; padding: 20px 0; text-align: center; color: #8C360B; text-transform: uppercase;}
#menu li:hover:before { height: 100%;}
#menu li a:hover { color: white;}

/* Menu Responsivo */
#menu_responsivo { position: relative; background: whitesmoke; color: #8C360B;}
#menu_responsivo #control-nav, #menu_responsivo .control-nav, #menu_responsivo .control-nav-close { display: none;}

/* DATA NO SITE */
#data_site { min-height: 17px; text-align: right; font-size: 14px;}

/* CONTEUDO */
#conteudo { flex: 3; text-align: justify; margin-bottom: 30px;}
#conteudo .titulo { padding: 10px; background: whitesmoke; text-transform: capitalize;}
#conteudo .titulo span { color: #2A0E72;}

.img_contato img { max-width: 90px; border-radius: 3px; margin: 0 5px 10px 0;}
.botao_contato { background: #2A0E72 !important; color: white; border: none !important;}

/* PROGRAMAÇÃO SERVICOS */
#programacao_serv .programacao_serv { flex-grow: 1; padding: 0 10px; margin: 0 10px 10px; border-radius: 5px; text-align: left;}
#programacao_serv .programacao_serv img { margin-top: 10px;}
#programacao_serv .programacao_serv:hover { background: whitesmoke;}
#programacao_serv .programacao_serv small { display: block;}
#programacao_serv .programacao_serv i { margin-right: 10px;}

/* #conteudo a { color: #2A0E72;}
#conteudo a:hover { text-decoration: underline;} */

.colunas { display: flex; flex-wrap: wrap; }
.colunas .col_bloco { flex: 1 300px; }

.accordion_titulo, .accordion_tit_cliente { margin: 5px 0 0; padding: 5px 10px; background: whitesmoke; cursor: pointer; border-radius: 3px; border: 1px solid #eee; border-bottom-color: #ccc;}
.accordion_tit_cliente { background: #ddd;}
.accordion_conteudo, .accordion_cliente { overflow: hidden; margin: 5px 15px;}

/* RODAPE */
#rodape { background: #2A0E72; border-top: 5px solid #FDFF00; padding: 15px 10px;}
#rodape p { margin: 0; padding: 0; color: whitesmoke;}

@media screen and (max-width:900px){
    #topo { flex-direction: column;}
    #topo #topo_esq { text-align: center;}
    #topo #topo_esq #busca_google { display: none;}
    #lateral { order: 2; flex: 1 100%;}
    #conteudo { order: 1; flex: 1 100%;}
    #programacao { display: flex;}
    .programacao { flex: 1; margin: 0 5px;}
    #utilitarios { column-count: 2;}
}

@media screen and (max-width:700px){
    #programacao_serv { } /* -------------------------------------------------- ALTERAR */
    #abertura_menu { flex-wrap: wrap;}
}

@media screen and (max-width:550px){
    /* Menu Responsivo */
    #menu { width: 50%; flex-direction: column; position: relative; z-index: 999; background: none; border: 0;}
    #menu li:not(:last-child), #menu li:not(:last-child):after { border-right: 0;}
    
    nav { width: 100%; height: 100%; position: fixed; z-index: 998; top: 0; right: 0; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, .9); transform: translate(100%, 0); transition: all 350ms;}
    
    #menu_responsivo #menu li a { color: whitesmoke !important;}
    #menu_responsivo .control-nav { display: block; padding: 20px; cursor: pointer;}
    #menu_responsivo .control-nav-close { width: 100%; height: 100%; padding: 20px; position: absolute; top: 0; left: 0; color: white; opacity: 0; transition: all 350ms;}
    #menu_responsivo #control-nav:checked ~ .control-nav { transform: translate(0, 0);}
    #menu_responsivo #control-nav:checked ~ nav .control-nav-close { display: block; opacity: 1; z-index: 998;}
    #menu_responsivo #control-nav:checked ~ nav{ transform: translate(0, 0);}
    
    #programacao { flex-direction: column;}
    
    #rodape { flex-direction: column; text-align: center;}
}

@media screen and (max-width:500px){
    #utilitarios { column-count: auto;}
}