.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.responsive-img {
	margin-bottom: 0%;
}

nav {
  height: 30px;
  line-height: 30px;
}

#nav-main{
	background-color: #01579b ;
  font-weight: bold;
  height: 80px;
  line-height: 80px;	
}

#nav-acess{
	background-color: #263238 ;	
	height: 30px;
  line-height: 27px;	
}

#nav-acess a{
  font-size:11px;
}

.page-footer{
  background-color: #263238 ;
  font-weight: bold;
  text-align: center;
}

.col.s8 > .btn {
 width: 100%;
}

.col.s6 > .btn {
 width: 100%;
}


#btn-1{
  background-color: #fb8c00 ;
}

#btn-2{
  background-color: #fbc02d ; 
}

#btn-3{
  background-color: #01579b ;
}

#ico{
  margin-right: 10px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
	flex: 1 0 auto;
  margin-top: 500px;
}

h1{
	font-size:30px;
}

h2{
	font-size:20px;
	text-align:justify;		
}

#text-just{
	text-align:justify;
	text-indent: 40px;
}

p{
	text-align:justify;
}

span{
	font-weight: bold;
}

#ico-special{
	margin-top:5px;
	color:white;
}

.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
  background: black !important;
  color: white !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast form p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
  color: white !important;
}

.contrast a{
  color: yellow !important;
}

.contrast button{
  background: black !important;
  border: 1px solid white !important;
}

.contrast .button-extra{
  background: black !important;
  border: 1px solid white !important;
}

.contrast img.on-contrast-force-gray {
  filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
  background: black !important;  
  color: white !important;
}