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

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


.icon-block {
  padding: 0 15px;
}

footer.page-footer {
  margin: 0;   
}


.alfondo {
	position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 100;
}

.sombra{
	    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 480px) {
      
      .container{
      	 width:100%;
      	 padding:0;
      	}
      	
      	#txtBusquedaF{
      		margin: 10px;
      	}
      	
      	#tituloLogo{
      		font-size: large;
      	}
      
    }


