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

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

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

/* MENU */
.menuAtivo {
  border-bottom: 2px solid #fc2115 !important;
  -webkit-transition: all 0.3s linear !important;
  -moz-transition:    all 0.3s linear !important;
  -o-transition:      all 0.3s linear !important;
  transition:         all 0.3s linear !important;
}
.menu{
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid white;
}
.menu:hover{
  border-bottom: 2px solid #fc2115;
}
#menuGrande{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 20px;
}
.titulo {
  font-size: calc(1em + 2.5vw);
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.youtube-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 90%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}