/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #000;
}

.parallax-container {
  min-height: 300px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 20%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
  color: lightsteelblue;
}

footer.page-footer {
  margin: 0;
}

.info {
	color:#A60000;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

.info-inverse {
	color:#FFF;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

.portal {
	margin-top: 5px;
}

.portal-inverse {
	color:#FFF;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid lightsteelblue; 
}

label {
    width: 100%;
}

.input-field label[data-error] {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}

#chave {
	background-color: #E8E8E8;	
}

.link-acesso img {
	filter: grayscale();
}
.link-acesso img:hover {
	background-color:#E8E8E8;
	filter: contrast();
}

#portal-list {
	width:90%;
}