@media screen and (min-width: 601px) {
  .contenedor {
  background: url('../../img/home/parallax.webp');
  /* Nuestra imagen de fondo */
  background-repeat: no-repeat;
  /* Indicamos que no se repetira */
  background-size: cover;
  /* Encajamos la imagen al 100% del ancho */
  background-attachment: fixed;
  /* Establecemos una posicion fija para la imagen */

  line-height: 20px;
}

}

@media screen and (max-width: 600px) {
 .contenedor {
  background: url('../../img/home/parallaxCel.webp');
  /* Nuestra imagen de fondo */
  background-repeat: no-repeat;
  /* Indicamos que no se repetira */
  background-size: cover;
  /* Encajamos la imagen al 100% del ancho */
  background-attachment: fixed;
  /* Establecemos una posicion fija para la imagen */

  line-height: 20px;
}
}



.contenedor {
  max-width: 100%;
}

.espcio-paralax {
  height: 50px;
}

/*OTROS DISEÑOS DENTRO DEL PARALLAX*/


