body {
  /*background-image: url("/img/concentrados-de-lavado.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;*/
}

img {
width: 100%;
}

h1 {
	font-family: 'Jost', sans-serif;
	margin-bottom: 0px;
	line-height: 35px;
	letter-spacing: 0.05em
}

p {
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    letter-spacing: 0.1rem;
}

main {
	text-align: center;
	padding-top: 50px;
}


.piepag {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	width: 100%;
	text-align: center;
}

footer {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.piepag {
		text-align: center;
	}

}