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

.grad1 {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(#FFD700, #EA8329); /* Standard syntax (must be last) */
}


.dropdown-button {
  color: black;
}

.deck-card__content {
  height: 20px;
}

.deck-card {
  width: 200px;
}

.florube{
  color: #EA8329;
  font-size: 70px;
}
.titulo{
	line-height: 1.2;
}

.letra-parallax-bordeada{
  color: #F0EEEE;
  text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
  font-size: 22px;
}

.lubricantes-especiales{
  color: #fff;
  text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
  font-size: 35px;
}

p {
  line-height: 2rem;
}
.barraMenu{
	color: #EA8329;

}
.button-collapse {
  color: #9E5684;
}
.imagen-superpuesta{
  display: block;
  position: relative;		
}
.imagen-fondo-izquierda{
	background-image: url("../img/aceite-fondo1.png");
    background-repeat: no-repeat;
	background-size:18% auto;
}

.imagen-gota-derecha{
	background-image: url("../img/gota.png");
    background-repeat: no-repeat;
	background-size:15% auto;
	background-position: 90% 10%;
}

.imagen-alimentos-derecha{
	background-image: url("../img/alimentos.png");
    background-repeat: no-repeat;
	background-size:15% auto;
	background-position: right;
}

.imagen-grasa-derecha{
	background-image: url("../img/grasas.png");
    background-repeat: no-repeat;
	background-size:15% auto;
	background-position: right top;
}

.imagen-pasta-izquierda{
	background-image: url("../img/pastas.png");
    background-repeat: no-repeat;
	background-size:15% auto;
	background-position: left top;
}

.imagen-higiene-izquierda{
	background-image: url("../img/higiene.png");
    background-repeat: no-repeat;
	background-size:15% auto;
	background-position: left top;
}

.imagen-aerosol-derecha{
	background-image: url("../img/aerosol.png");
    background-repeat: no-repeat;
	background-size:15% auto;
	background-position: right top;
}

.imagen-fondo-derecha{
	background-image: url("../img/aceite-fondo2.png");
    background-repeat: no-repeat;
	background-position: right bottom;
	background-size:18% auto;
}

.imagen-fondo-derecha-trato{
	background-image: url("../img/trato.png");
    background-repeat: no-repeat;
	background-position: right bottom;
}

.parallax-container {
  min-height: 250px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.imagen-servicios-derecha{
	background-image: url("../img/services.png");
    background-repeat: no-repeat;
	background-size:12% auto;
	background-position:80%50%;
}

.imagen-contacto-derecha{
	background-image: url("../img/contacto.png");
    background-repeat: no-repeat;
	background-size:18% auto;
	background-position: right top;
}

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

pre{
      padding: 16px 20px 0px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.info{
  font-size: 1.3rem;
  text-align: center;
}

.contenido {
  
}

article {
	background:rgba(24,8,33,.9);
	padding:20px;
	margin:20px 0;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

article h2 {
	color:#fff;
}

article hr {
	background:#F64740;
	height:5px;
	border:none;
}

article p {
	line-height: 25px;
}

article h2, article p, article hr {
	margin-bottom: 20px;
}