/* 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: rgba(255,255,255,.5);
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  /*color: #26a69a;*/
  color: #A6815B;
}

.parallax-container {
  min-height: 380px;
  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: 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;
}

.bold {
font-family: 'Prompt', sans-serif;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 64px;
    color: #fff;

}
hr.separator {
    border-color: #fff;
width: 92px;
    border-style: solid;
    border-top-width: 2px;
}

.divtitulo{
  position: absolute;
  top: 120px;
  width: 100%;
  /*z-index: -1;*/
  /*font-family: 'Fjalla One', sans-serif;*/
  text-transform: uppercase;
}

.transp{
  background-color: rgba(0, 0, 0,0.5);

}


.minhanav{
  background-color: rgba(0, 0, 0,0);

}

.tituloCasais {
  text-shadow: 0px 0px 1px #6d4c41;
  font-size: 6em;
}
.textoCasais {
  text-shadow: 0px 0px 10px #000;
}

.divRow {
  margin-bottom: 0px;
}

.row .divNos{
  padding: 0 190px;
}

@media screen and (max-width: 995px) {
  /*.divTopo{position: absolute;  top: 100px; width: 100%;}*/
  .divCasais{position: absolute;  top: -100px; width: 100%; }
  .tituloCasais{font-size: 4em; text-shadow: 0px 0px 2px #AAA ; padding: 0px 10px;}
  /*.tituloCasais{font-size: 4em; text-shadow: 0px 0px 5px #6d4c41;}*/
  /*.bold{font-size: 2em; }*/
 .row .divNos{ padding: 0 90px;}  
}

@media screen and (max-width: 576px) {
  .divTopo{position: absolute;  top: 100px; width: 100%;}
  /*.divCasais{position: absolute;  top: -100px; width: 100%; }*/
  .tituloCasais{font-size: 4em; text-shadow: 0px 0px 2px #AAA ; padding: 0px 10px;}
  /*.tituloCasais{font-size: 4em; text-shadow: 0px 0px 5px #6d4c41;}*/
  .bold{font-size: 2em; }
 .row .divNos{ padding: 0 0;} 
}

