/* 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: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  height:480px;
}
  .parallax-container .section {
    width: 100%;
  }
  
.meuMenu{font-size:12px; color:#f4f4f4;}
.meuMenu:hover{text-decoration:underline;}


.spaceMio{ margin-bottom:50px;}

.logo-prin{width:70%;}
.icone-cantagallo{height:40px; margin-top:12px;}
.collapsible-header:hover{background-color:#827717; color:#FFF; font-weight:bold;}
.titSan{font-size:1em; text-transform:uppercase; }
.titAdv {font-size:1.2em; text-align:left; font-weight:bold;}


/* label color */
   .input-field label {
     color: #827717;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #827717;
   }
   .input-field textarea[type=text]:focus + label {
     color: #827717;
   }
  
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #827717;
     box-shadow: 0 1px 0 0 #827717;
   }
   .input-field textarea[type=text]:focus {
     border-bottom: 1px solid #827717;
     box-shadow: 0 1px 0 0 #827717;
   }
   
   
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #827717;
     box-shadow: 0 1px 0 0 #827717;
   }
   .input-field textarea[type=text].valid {
     border-bottom: 1px solid #827717;
     box-shadow: 0 1px 0 0 #827717;
   }
   
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #827717;
     box-shadow: 0 1px 0 0 #827717;
   }
   .input-field textarea[type=text].invalid {
     border-bottom: 1px solid #827717;
     box-shadow: 0 1px 0 0 #827717;
   }
  
   
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #827717;
   }
  
  
  .btForm{
	padding:15px;
	font-size:20px;
	background-color:#827717;
	color:#fff;
	border:0;
	margin-bottom:20px;
}
.btForm:hover{
	background-color:#9e9d24;

}

.textRoda{font-size:.8em; color:#827717; line-height:1.5;}
.linkCONT{color:#333;}
li.collection-item.avatar.mioHO:hover{background-color:#f2f2f2;}
   

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

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



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

footer.page-footer {
  margin: 0;
}