/* 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;
}

.container {
	max-width: 1600px;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}

.margem_botao {
  margin-bottom: 5px;
}

.cordefundo {
    background-color: #244C3B !important;
}

li span {
    color: #244C3B !important;
}

.tabs .tab a{
	color:#000000;
	border:1px solid #244C3B; 
	background-color:#8ca197;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color:#244C3B;
	outline: none;
	color:#FFFFFF;
}
.tabs .tab a:hover,tabs .tab a:active,.tabs .tab a.active {
	background-color:#244C3B;
	outline: none;
	color:#FFFFFF;
}
.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
	color:rgba(102,147,153,0.7);
}
.tabs .indicator {
	background-color:#244C3B;
	color:#000000;
}
	
.tabs-content.carousel.carousel-slider .carousel-item.active{
    position: relative;
}

.btnout {
    border: 2px solid #1A237E;
}
	
label  {
    color:#000000;
}

.input-field.col label {
    color:#000000;
}

@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;
}

.fundoazul { 
	background-color:#0E347D
}

.sole {
  background-color:#EEEEEE !important;
}

table.highlight>tbody>tr:hover {
	background-color:#CCCCCC !important;
}
