.col-1 { width: 100%; height: auto; padding: 15px 0px; margin: auto; text-align: center; }

.col-2 { width: 47%; height: auto; padding: 5px; display: inline-table; vertical-align: top; }

.col-3 { width: 30%; height: auto; padding: 10px; display: inline-table; vertical-align: top; }

.col-4 { width: 23%; height: auto; padding: 15px; display: inline-table; vertical-align: top; }

.col-90 { width: 90%; height: auto; padding: 15px; display: inline-table; vertical-align: top; }

.centro {text-align: center;}

.lado-a-lado {display: inline-table; vertical-align: top;}

.redes_sociais { margin: 10px; display: inline-table; cursor: pointer; }

.img_banner {
	width: 100%; height: auto; background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%;-khtml-background-size: 100%; -moz-background-size: 100%;
}

.artigo { width: 72%; height: auto; padding: 5px; display: inline-table; vertical-align: top; }
.artigo h1 { font-size: 30px; text-align: left; }

.div_img_agenda { width: 35%; display: inline-table; }
.div_descricao_agenda { display: inline-table; width: 62%; margin-left: 10px; text-align: left; vertical-align: top; }

.compartilhar { text-align: center; margin: 5px; cursor: pointer; display: inline-table; }

.barra_menu { width: 100%; padding: 0px; background-color: #58ACFA; z-index: 9999999; }
.barra_menu ul li { width: auto; padding: 20px 10px; display: inline-block; font-weight: bold; cursor: pointer; color:black; }
.barra_menu ul li:hover, .menu_clicado { background-color: #0174DF; }



.barra_menu_movel { width: 100%; height: auto; padding: 2px 8px; top: 0; background-color: #58ACFA; display: none; cursor: pointer; }
.barra_menu_movel table { width: 100%; border: 0px; }
.menu_movel { width: 50%; top: 50px; right: 0; position: absolute; display: none; z-index: 9999999; }


.banner { width: 100%; height: auto; }


.agenda_titulo { padding: 3px 0px; font-size: 20px; text-align: center; background-color: #58ACFA; color: black; font-weight: bold; }
.agenda_conteudo { background-color: white; color: #0174DF; height: auto; padding: 10px; font-size: 20px; }
.agenda_conteudo table { font-size: 20px; }
.agenda_conteudo figure { padding: 15px; text-align: left; }
.agenda_conteudo figure img { display: inline-table; max-width: 130px; max-height: 120px; }




/*COR DE FUNDO*/
.fundo_claro { background-color: #e3f4fc; }
.fundo_cor_forte { background-color: #58ACFA; }
.fundo_preto { background-color: #000000; }
.fundo_foto { background-image: url("../img/fundo_cinza.jpg"); }

/*TEXTO*/
.cor_branco { color: white; }
.barra_branca { border-top: 1px solid white; border-bottom: 0px; width: 100%; margin: 3px auto; }
.barra_azul { border-top: 2px solid #177289; border-bottom: 0px; width: 100%; margin: 3px auto; }
.texto_left { text-align: left; }



.voltar_topo {
    position: fixed; bottom: 65px; right: 10px; padding: 8px; display: none;
    background-color: #0174DF; cursor: pointer; z-index: 999999;
}
.voltar_topo:hover {
	background-color: black;
}

.whatsApp {
    position: fixed; bottom: 10px; right: 10px; padding: 8px; background-color: #0174DF; cursor: pointer; z-index: 9999999;
}
.whatsApp:hover {
	background-color: black;
}