

header{
	background: #000;
	text-align: center;
}
h2{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.5rem;
	color: #fff;
}

h3{
	font-family: rufina-stencil, sans-serif;
	font-weight: 400;
	font-style: normal;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}
.bajada{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: #fff;
}
.texto{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 1px;
}
.elle{
	width: 110px;
	padding: 0.5rem;
}

.box1{
	background: #AEBCC9;
	background: linear-gradient(90deg, rgba(174,188,201,1) 80%, rgba(255,255,255,0) 80%);
 	position: relative;
}
.box-negro{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 20%);

}
.pic-1{
	position: relative;
}
.caja-texto{
	margin-left: 15%;
}
.criaturas{
	padding-top: 5%;
	padding-bottom: 5%;
}
.hidrata{
	color: #FFF;
	font-weight: 200;
}
.blanco{
	color: #FFF;
	font-weight:200;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}
.pie{
	background: #000;
	width: 100%;
}

.alto{
	margin-top: 2rem;
}
.pantene{
	height: 100px;
}

img.btn-conoce2{
	width: 200px;
	padding-top: 2rem;
}
.btn{
		text-align: center;
}
@media only screen and (max-width: 700px) {
	h2{
		font-size: 1.5rem;
	}
	.caja-texto{
		margin-left: 0%;
	}

	.box1{
		background: #AEBCC9;
	}
	.box-negro{
	background: #AEBCC9;
	}

}