* {
	margin:0; 
  padding:0;
  box-sizing: border-box;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
flex: 1 0 auto;
}

p {
  line-height: 2rem;
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

nav ul li a {
  font-weight: bold;
}

.sidenav li a {
	font-weight: bold;
}

.sidenav li a:hover {
	background: #cdcdcd;
}

.no-hover {
  background: #ffffff !important;
}

nav.nav-center ul {
  text-align: center;
}

nav.nav-center ul li {
  display: inline;
  float: none;
}

nav.nav-center ul li a {
  display: inline-block;
}

nav.link-style a {
  padding-right: 12px;
  line-height: 40px;
  border-radius: 4px;
  font-weight: bold;
}

nav.link-style a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.link-active a {
  background-color: #cdcdcd;
}

.justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.content {
  font-size:20px; 
  text-align: justify;            
  white-space: normal;
}

.whatsapp-share-button {
  display: inline-block;            
  width: 40px;
  height: 40px;
  margin: 5px;
  background-size: 100% 100%; /* ou 'contain' */
  background-image: url("icons/whatsapp.png");
  background-repeat: no-repeat;
  background-position: center;
}