/* 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: 100vh;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.container{
	min-height: 100vh !important;
}




.laranjaClaro{
	background-color: #FFB705;
}


.fundoVerde{
	background-color: #80CCBD;
}


.fundoMarrom{
	background-color: #D1C0A4;
}

.fundoBege{
	background-color: #F4EADA !important;
	color: #6E4D2D !important;
}

.linkmenu{
	text-decoration: none;
	color: #735232;
}

.quaradoSocial{
	width: 186px;
    height: 186px;
    background-image: url(../img/quadrado.png);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 20px;
}


.navegacao{
	position: fixed;
	margin-top: 27vh;
	z-index: 100;
	font-size: 21px;
	color: #735232;
	margin-left: 75px;
	
	
}

.itemnavegacao{
	padding-right: 39px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../img/bolinhaverde.png);
	background-repeat: no-repeat;
    background-position: right;
}




div.itemnavegacao:hover{
    background-image: url(../img/bolinhamarrom.png);
    background-repeat: no-repeat;
    background-position: right;
}




  .parallax-container .section {
    width: 100%;
  }

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

@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;
}