@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	  background: #fff;
		background: url(../img/backj.jpg);
	  background-repeat: repeat;
	  background-attachment: fixed;
	  background-position: center;
	  font-family: 'Poppins', sans-serif;
}
header{
	background: #000;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 100;
}
h2{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.5rem;
	color: #000;
}

h3{
	font-family: stilson-display, serif;
font-weight: 400;
font-style: normal;
	font-weight: 400;
	font-style: normal;
	font-size: 1.9rem;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}
.intro{
	font-size: 1.2rem;
}

/*Header*/
.oper {
  background-image: url(../img/portada-sisley.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.tit1 {
  text-align: center;
  font-family: stilson-display, serif;
font-weight: 400;
font-style: normal;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5vw;
  padding: 15% 0px 40% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}

.bajada{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #000;
}

.elle{
	width: 110px;
	padding: 0.5rem;
}

.box1{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 80%, rgba(255,255,255,0) 80%);
 	position: relative;
}
.box-negro{
	background: linear-gradient(90deg, rgba(255,255,255,0.7) 20%, rgba(0,0,0,0.8) 20%);
}

.pic-1{
	position: relative;
}
.caja-texto{
	margin-left: 15%;
}
.criaturas{
	padding-top: 5%;
	padding-bottom: 5%;
}
.hidrata{
	color: #000;
}
.negro{
	color: #000;
}
.blanco{
	color:#fff;
}
.caja-texto{
	font-size: 1.2rem;
	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;
}

.glass{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.2px);
-webkit-backdrop-filter: blur(4.2px);
border: 1px solid rgba(255, 255, 255, 0.48);
}


@media only screen and (max-width: 700px) {
	h2{
		font-size: 1.5rem;
	}
	.caja-texto{
		margin-left: 0%;
	}

	.box1{
		background: rgb(0,0,0);
	}
	.box-negro{
	background: rgba(0,0,0, 0.8);
	}

	.oper {
  background-image: url(../img/portada-sisley-m.jpg);

}
.tit1 {

  font-size: 10vw;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
  padding: 30% 0px 30% 0px;
}

}