/* 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;
}

.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%;
}

.cordefundo {
    background-color: #244C3B;
}

li span {
    color: #244C3B !important;
}

.ltop {
    border-top-color:#333; border-top-width:1px; border-top-style:solid;
}
  
  .lbot {
    border-bottom-color:#333; border-bottom-width:1px; border-bottom-style:solid;
  }
  
  .llef {
    border-left-color:#333; border-left-width:1px; border-left-style:solid;
  }
  
  .lrig {
    border-right-color:#333; border-right-width:1px; border-right-style:solid;
  }
  
.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;
}

.checkbox-vermelho{
  border: 2px solid red;
  background: transparent;
}

.checkbox-vermelho[type="checkbox"] + label:before{
  border: 2px solid red;
  background: transparent;
}

.checkbox-vermelho[type="checkbox"]:checked + label:before{
  border: 2px solid transparent;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  background: transparent;
}

.checkbox-vermelho.filled-in[type="checkbox"] + label:after{
  border: 2px solid red;
  background: transparent;
}

.checkbox-vermelho.filled-in[type="checkbox"]:checked + label:after{
  background: red;
}

.checkbox-vermelho.filled-in[type="checkbox"]:checked + label:before{
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.sublinhado_vermelho {
  border-bottom: 2px solid red; /* Sublinha a linha em vermelho */
}

.topo_vermelho {
  border-top: 2px solid red; /* Sublinha a linha em vermelho */
}

.container {
	max-width: 98% !important;
}	

@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;
}
