/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 @font-face {
     font-family: 'bauhaus';
     src: url('../fonts/bauhaus/bauhaus-light-bt.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'bauhaus-bold';
     src: url('../fonts/bauhaus/bauhaus-bold.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'avgardn';
     src: url('../fonts/avantgarde/avgardn.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'avantgardebkbt';
     src: url('../fonts/avantgarde/avantgardebkbt.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'avantgardebookbt';
     src: url('../fonts/avantgarde/avantgardebookbt.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'avantgardedemibt';
     src: url('../fonts/avantgarde/avantgardedemibt.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}

body, .modal, .modal-footer {
    background-image: url("../images/background-paper.jpg");
    font-family: 'avantgardebookbt';
    line-height: 14px;  
}

a {
  color: #006702;
}

nav ul a,
nav .brand-logo {
  color: #444;
  padding-left: 10px;
}

nav ul a {
  font-size: 12px;
}

p {
  line-height: 1.5rem;
}

.button-collapse {
  color: #000;
}

.collapsible-header {
  font-family: 'avantgardedemibt';
  font-size: 16px;
  background-color: #FFF899;
}

.justify-align {
  text-align: justify;
}

.parallax-container {
  min-height: 250px;
  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: 20%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
  color: darkred;
}

footer.page-footer {
  margin: 0;
  font-size: 12px;
}

.collection {
  border: none;
}
.collection .collection-item {
  background-color: transparent;
  border-bottom: solid 1px #006702;
}


.info {
	color:#A60000;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

.info-inverse {
	color:#FFF;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

.insight {
	color:#000;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

.insight-inverse {
	color:#FFF;	
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-weight: bold;
}

.piperacea {
	color:#006702;	
  font-family: 'bauhaus-bold', Arial, sans-serif;    
}

.piperacea-inverse {
	color:#FFF;	
  font-family: 'bauhaus-bold', Arial, sans-serif;
}

.piperacea-about {
  font-size: 13px;
  line-height: 20px;
}

.piperacea-text-color {
  color: #006702;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid teal; 
}

label {
    width: 100%;
}

.divider {
  background-color: #006702;
}

.input-field label {
    color: black;
}

.input-field label[data-error] {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}

.img-float-right {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.pimenta-icon {
    width: 20px;
}

.citacao {
    font-family: 'avantgardedemibt';
    line-height: 18px;  
}

#acervo-tecnico, #depoimento, #parcerias, #footer, blockquote {
  line-height: 1.5em;
}

#inicial, #atendimento, #competencias, #valores, #significado, 
#acervo-tecnico, #depoimentos, #parcerias, #contato {
  min-height: 50px;
}

.link-externo {
  text-decoration: underline;
}