html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  background-color: #F2F5F7;
  font-family: 'Open Sans', Arial, sans-serif;
}

.container {
  width: 94%;
  margin: 0 auto;
}

.conteudoPrincipal {
  margin-top: 20px;
  margin-bottom: 20px;
}

.conteudoPrincipal-icones {
  display: flex;
  flex-wrap: wrap;
}

.conteudoPrincipal-links {
  height: 100px;
  background: #FFF;
  text-align: center;
  margin: 1%;
  transition: .3s;
  box-shadow: 2px 2px 2px #CCC;
  position: relative;
  width: 23%;
}

.conteudoPrincipal-links:nth-child(4n) {
  margin-right: 0;
}

.conteudoPrincipal-links:nth-child(4n+1) {
  margin-left: 0;
}

.conteudoPrincipal-links a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.conteudoPrincipal-links:hover {
  box-shadow: 4px 4px 4px #CCC;
}

.conteudoPrincipal-links a:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto;
}

.rodape-principal {
	font-size: 12px;
    height: 100px;
}

.rodape-principal .container {
    display: flex;
    justify-content: space-between;
}

.rodape-principal-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.sombra-botoes {
    box-shadow: 2px 2px 2px #CCC;
}

.sombra-botoes:hover {
    box-shadow: 4px 4px 4px #CCC;
}

.balao-informacao {
    margin: 0 auto;
    background-color: #1079fb;
    font-family: 'open sans';
    font-size: 0.85rem;
    line-height: 1.6em;
    border-radius: 15px;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 5px;
    position: relative;
    margin-top: 0px;
    text-align: center;
}