/* 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: 1.5rem;
}

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

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

.dropdown-content {
 
  overflow: visible !important;
}

.dropdown-content .dropdown-content {
 margin-top: -15%;
  margin-left: 100% !important;
 }
 /*** INCLUDES ***/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

/*** GLOBAIS ***/
html {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  line-height: 120% !important;
}

header .menutop {
  background-color: #007171;
}
header .menutop .navbar {
  min-height: inherit;
}
header .menutop ul {
  width: 100%;
}
header .menutop ul:only-child > li {
  text-align: center;
  padding-right: 1%;
  width: calc((100% / 6));
}
header .menutop a {
  min-height: 53px;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
}
header .menutop ul:only-child > li:last-child {
  padding-right: 0%;
}
header .menutop ul:only-child > li > a:hover {
  background: transparent;
  color: white;
  background-color: #004f4f;
}
header .menutop .active a {
  background-color: #004f4f;
}
header .menutop .navbar-toggle {
  border-color: white;
}
header .menutop .icon-bar {
  background: white;
}
header .menutop .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
@media all and (max-width: 992px) {
  header .menutop ul:only-child > li > a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  header .menutop li {
    width: 100% !important;
    padding-left: 3%;
  }
  header .menutop a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  header .menutop .navbar-nav {
    margin: 7.5px 0px;
  }
  header .menutop li:last-child {
    padding-right: 3%;
  }
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: transparent;
  color: white;
  background-color: #007171;
}
.dropdown:hover > a {
  background-color: #004f4f;
}
.dropdown-menu > li > a {
  min-height: inherit;
  padding: 10px;
  white-space: initial;
  word-break: break-word;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #004f4f;
}
.dropdown-menu .dropdown-submenu a {
  font-size: 12px;
}
.dropdown-menu {
  background-color: #007171;
  left: -1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -2px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -1px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


