/* FONTS */
body {
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6, button, input[type="submit"] {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 2.6rem;
}
h2, .h2 {
	font-size: 2.1rem;
	line-height: 1.1;
}
h3 {
	font-size: 2rem;
}
p {
	font-size: 1.7rem;
}

input[type="text"],
input[type="email"],
textarea {
	border-color: #e3e3e3;
	color: #000000;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
	color: #000000;
}

.gris--text {
	color: rgb(152, 160, 166);
}
.primary--text {
	color: #5b88f0;
}
.white--text {
	color: white;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-2 {
	margin-top: 2rem;
}
.mt-4 {
	margin-top: 5rem;	
}

.text-center {
	text-align: center;
}

.header .container {
	padding: 0;
}
.header,
#home-que-es {
	position: relative;
	display: flex;
	align-items: center;	
}

#header .one-half:nth-child(1) {
	
}
#header .one-half:nth-child(2) {
	text-align: left;
}

#header form {
	background-color: white;
	padding: 5px 10%;
}
.header form::placeholder {
	color: black;
}

.header input[type="submit"] {
	background-color: #262121;
	font-size: 2.7rem;
	height: 81px;
	border-color: transparent;
	width: 100%;
}
.header input[type="submit"]:hover {
	background-color: #00a055;	
}

.header button {
	width: 100%;
	/* background-image: url(../images/telephone.png); */
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 24px;	
	background-color: #262121;
	font-size: 1.4rem;
	padding: 0 15px 0 25px;
	height: 48px;
	border-color: transparent;
}
.header button:hover {
	background-color: #00a055;
}

#tres-bloques h4 {
	font-size: 2rem;
	font-weight: bold;
}

.parallax {
  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header {
	/* The image used */
  /*background-image: url('../images/servi.jpg');*/
}
.color-overlay {
	width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.77;
  display: block;
}
#header .color-overlay {
	background-color: #00a055;
}

#tres-bloques {

}


#como-funciona {
	/* The image used */
  background-image: url('../images/lavarropas.jpg');
  text-align: center;
  position: relative;
}
#como-funciona .color-overlay,
#instalar-tiendanube .color-overlay {
	background-color: #171717;
  opacity: 0.81;
}

.circle {
	box-sizing: border-box;
  width: 100px;
  height: 100px;
  background-color: #f5f4f0;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 2rem;
}
.circle img {
	width: 60px;
}
#como-funciona .four {
	position: relative;
}
#como-funciona .line {
	position: absolute;
	height: 2px;
	width: 50%;
	top: 48px;
	background-color: white;
	opacity: 0;
}

#trabajamos-con button {
	width: 60%;
	/* background-image: url(../images/telephone.png); */
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 24px;	
	background-color: #262121;
	font-size: 2rem;
	height: 64px;
	border-color: transparent;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: white;
}
#trabajamos-con button:hover {
	background-color: #23d280;
}


#instalar-tiendanube {
	background-image: url('../images/lavaropa.jpg');
  text-align: center;
  background-position: center;
  background-repeat: cover;
}

#testimonio {
	background-image: url('../images/moto.png');
  text-align: center;
  background-position: top left;
  background-repeat: repeat;
}
#gopro {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	background-color: #98a0a6;
	color: white;
	opacity: 0.94;
}
#gopro img {
	max-width: 200px;
}
#gopro h5 {
	margin-bottom: 0;
}

#tiendanube {
	background-color: #33a658;
}
#tiendanube img {
	width: 100%;
	max-width: 300px;
}
#tiendanube .button-primary {
	background-color: rgb(83, 130, 240);
	border: none;
}


#contacto {
	background-color: #f0f3f5;
}
#contacto input[type="submit"] {
	background-color: rgb(83, 130, 240);
}
#contacto input[type="submit"]:hover {
	background-color: #f6bb32;
}

#home-column {
	padding-top: 5%;
}
#home-column h1 {
	padding-left: 2rem;
}



/* AREA D */
#header-top button {
	background-color: #5541dc;
	background-image: url(../images/telephone.png);
	background-position: 15px;
	background-repeat: no-repeat;
	background-size: 24px;	
	font-size: 1.3rem;
	padding: 0 15px 0 40px;
	width: 100%;
	height: 51px;
	border-color: transparent;
  line-height: 20px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #25D366;
  color: #ffffff;
  margin-top: 1rem;
}
#header-top button.active {
	background-color: rgb(200, 10, 10);
}
#header-top button.active span {
	display: none;
}

#header-top button a {
	color: white;
	text-decoration: none;
	display: none;
}
#header-top button.active a {
	display: block;	
	font-size: 1.8rem;
}

.lista {
	background-image: url(../images/check.png);
	background-position: left;
	background-size: 50px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 50px;
	margin: 0;
	color: white;
	font-size: 2rem;
	margin-left: 5%;
}

#header {
  background-color: #4849dd;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
#header .color-overlay {
	width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: rgba(0,0,0,0);
  opacity: 0.90361445783133;
  display: block;
}
.tiras {
	text-align: center;
}
.tiras p {
	color: #828282;
	font-size: 1.5rem;
	line-height: 15px;
}
.bloque {
	width: 100%;
	text-align: center;
	float: left;
}
.tiras .bloque:nth-child(1) {
	margin-left: 0;
}
.tiras .bloque:nth-child(even) {
	
}

#tira-lavaropas {
  background-image: url(../images/landing.png);
  background-color: #5354f4;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  height: 600px;
  text-align: center;
  padding-top: 3rem;
}
.tira-lava {
	color: white;
}
.tira-lava img {
	width: 100%;
}

.pedi-presupuesto {
	border-radius: 10px;
  background-color: #c80a0a;
  color: white;
  margin: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}

.nosotros {
	font-size: 1.8rem;
}

#nosotros {
  background-image: url(../images/wave.png);
  background-color: #5354f4;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  height: 773px;
}
#nosotros .container {
	max-width: 400px;
}
#nosotros form {
	background-color: white;
	border-radius: 20px;
	padding: 1rem 3rem;
	text-align: center;
}
#nosotros form input[type="submit"]
{
	background-color: #bb0b0b;
	border-radius: 20px;
	font-size: 2rem;
	width: 80%;
	border: none;
}



/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {
	.header .container {
		width: 100%;
	}
	
	.bloque {
		width: 110px;
		margin-left: -60px;
	}
	.bloque img {
		width: 40px;
	}
	.bloque p {
		font-size: 1.1rem;
	}	
	.tiras .bloque:nth-child(even) {
		margin-top: 50px;
	}
	.tiras .bloque:nth-child(odd) {
		padding-top: 150px;
	}
}

/* Larger than phablet */
@media (min-width: 550px) {
	#header {
		height: 80vh;
	}
	.header .container {
		width: 100%;
	}
	.header .one-half {
		height: inherit;
	}
	.header-half-background {
		opacity: 100;
	}
	#header .one-half:nth-child(1) {
		padding-right: 2%;
	}
	.header .one-half:nth-child(2) {
		background-color: inherit;
	}
	.img-text {
		background-size: 65px;
		padding-left: 80px;
	}

	.img-text {
		background-position: left;
		padding-left: 120px;
	}

	#cuatro-items p,
	#cuatro-items h3 {
		text-align: left;
	}

	#como-funciona .line {
		left: 100%;
		opacity: 1;
		width: 10%;
	}
	#gopro {
		width: 400px;
	}

	#home-column {
		padding-top: 2%;
	}

	#home-column h1 {
		padding-left: 0;
	}

	.bloque {
		width: 130px;
		margin-left: -60px;
	}
	.bloque img {
		width: 60px;
	}
	.bloque p {
		font-size: 1.2rem;
	}	
	.tiras .bloque:nth-child(even) {
		margin-top: 50px;
	}
	.tiras .bloque:nth-child(odd) {
		padding-top: 150px;
	}
	.tiras.container {
		width: 100%;
	}

	.tira-lava .two:nth-child(3),
	.tira-lava .two:nth-child(5)
	{
		padding-top: 40px;
	}

	.tira-lava .two:nth-child(4)
	{
		padding-top: 60px;
	}

	.tira-lava h2 {
		font-size: 1.2rem;
	}
}

/* Larger than tablet */
@media (min-width: 750px) {
	#header {
		height: 100vh;
		background-image: url(../images/header_fondo.png);
	}
	.img-text {
		padding-top: 2rem;
		background-size: 85px;
		padding-left: 120px;
	}

	#como-funciona .line {
		width: 20%;
	}

	.bloque {
		width: 150px;
		margin-left: -60px;
	}
	.bloque img {
		width: 60px;
	}
	.bloque p {
		font-size: 1.4rem;
	}	
	
	.tiras .bloque:nth-child(odd) {
		padding-top: 100px;
	}

	.tiras.container {
		width: 90%;
	}
	.tira-lava h2 {
		font-size: 1.5rem;
	}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	.img-text {
		padding-left: 150px;
	}

	#como-funciona .line {
		left: 90%;
		width: 40%;
	}

	/* AREAD */
	.bloque {
		width: 180px;
		margin-left: -60px;
	}
	.bloque img {
		width: 80px;
	}
	.bloque p {
		font-size: 1.4rem;
	}	
	.tiras .bloque:nth-child(even) {
		margin-top: 50px;
	}
	.tiras .bloque:nth-child(odd) {
		padding-top: 150px;
	}
	.tiras.container {
		width: 100%;
	}
	.tira-lava h2 {
		font-size: 2rem;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

	.bloque {
		width: 190px;
		margin-left: -60px;
	}
	.tiras .bloque:nth-child(odd) {
		padding-top: 60px;
	}

	.bloque {
		width: 180px;
		margin-left: -50px;
	}
	.bloque img {
		width: 90px;
	}
	.bloque p {
		font-size: 1.5rem;
	}	
	.tiras .bloque:nth-child(even) {
		margin-top: 50px;
	}
	.tiras .bloque:nth-child(odd) {
		padding-top: 150px;
	}
}
