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

.brand-logo img {
  margin-top:5px;
  height:54px;
}

p {
  line-height: 2rem;
}

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

.text-shadow {
    text-shadow: 2px 2px #000;
}

.carousel-item {
  opacity: 1 !important;
}


@media only screen and (max-width : 992px) {
  #parceiros {
    width:100%;
    overflow: hidden;
  }

  #col-partners {
    padding:0;
  }
}


label.active{
  color:#1565C0 !important;
}

input:focus {
  border-bottom: 1px solid #1565C0 !important;
  -webkit-box-shadow: 0 1px 0 0 #1565C0 !important;
  box-shadow: 0 1px 0 0 #1565C0 !important;
}

/* label focus color */
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label{
  color: #1565C0;
}
/* label underline focus color */
.input-field input[type=text]:focus,
.input-field input[type=email]:focus{
  border-bottom: 1px solid #1565C0;
  box-shadow: 0 1px 0 0 #1565C0;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #1565C0;
}

textarea.materialize-textarea:focus:not([readonly]) {
   border-bottom: 1px solid #1565C0;
   box-shadow: 0 1px 0 0 #1565C0;
}

textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1565C0;
}

.icon-list {
 margin-right: 5px;
}

.contact-text {
    margin-left: 15px;
    color: #000;
}

.modal-trigger{
  cursor: pointer;
}


#contact-loader {
  margin-left:10px;
  height:30px;
  width:30px;
  opacity: 0;
}