body {
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	color: #030303;
}
h1 {
	font-size: 3em;
	text-transform: uppercase;
}
a {
	transition: all 250ms ease;
}
.uk-background-primary {
	background: #4f7492;
}
.uk-button-primary {
	background: #000;
	color: #ffffff;
}
.blue {
	color: #4f7492;
}
.full {
	width: 100%;
}
.uk-button-primary:focus, .uk-button-primary:hover {
	background: #333333;
}
.description {
	background: #dae1e9;
}
.uk-border-rounded {
	border-radius: 50px;
}
.send {
	margin-left: -100px;
}
.test {
  display: none;
}
@media screen and (min-width: 640px) {
  .intro {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .agua, .envase, .filtrado {
  	position: absolute;
  }
  .agua {
  	top: 0;
  	right: 0;
  }
  .envase {
  	left: 0;
  	top: calc(50% - 500px);
  }
  .filtrado {
    top: calc(50% - 100px);
    right: 0;
  }
  .fixed-height {
  	height: 450px;
  }
 }
@media screen and (min-width: 960px) {
	.filtrado {
    top: calc(50% - 400px);
  }
}


