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

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

footer.page-footer-edi {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #393939;
}

#button-status {
	background-color: #B8B8B8 
	}
	
.bai-violet {
	color: #9c296b !important;
	}

.edi-menu {
	background-color: #fff !important;
}	

.bai-red {
  color: #DF0000 !important;
}

.status-bg {
	background-color: #000000;
}

.blue1-text {
	color: #3f9fff !important;
}

h1.header {
		font-family: 'Acme-Regular';
}

h5.header {
		font-family: 'Acme-Regular';
}

h6.header {
		font-family: 'Acme-Regular';
}

h5.main {
		font-family: 'Acme-Regular';
}

@font-face {
  font-family: 'Lobster-Regular';
  src: url('../fonts/Lobster/Lobster-Regular.eot');
  src: url('../fonts/Lobster/Lobster-Regular.woff2') format('woff2'),
       url('../fonts/Lobster/Lobster-Regular.woff') format('woff'),
       url('../fonts/Lobster/Lobster-Regular.ttf') format('truetype'),
       url('../fonts/Lobster/Lobster-Regular.svg#Lobster-Regular') format('svg'),
       url('../fonts/Lobster/Lobster-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Acme-Regular';
  src: url('../fonts/Acme/Acme-Regular.eot');
  src: url('../fonts/Acme/Acme-Regular.woff2') format('woff2'),
       url('../fonts/Acme/Acme-Regular.woff') format('woff'),
       url('../fonts/Acme/Acme-Regular.ttf') format('truetype'),
       url('../fonts/Acme/Acme-Regular.svg#Acme-Regular') format('svg'),
       url('../fonts/Acme/Acme-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

a.btn {
	font-family: 'BowlbyOneSC-Regular';
	}
	
	
.carousel .carousel-item {
	width:400px !important;
	}

h5.titulos {
	color: #fff;
	font-family: 'Acme-Regular';
	background-color: #393939;
	width: 100%;
	margin-top: 2em;
	padding: 1em;
	}