body{
	background: url(../img/Simple_Shiny.svg) ;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: center;

}
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: rufina-stencil, sans-serif;
	font-weight: 400;
	font-style: normal;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}

/*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: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  padding: 18% 0px 20% 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;
}
.texto{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.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: 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: #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: rgb(0,0,0);
	}

	.oper {
  background-image: url(../img/portada-sisley-m.jpg);

}
.tit1 {

  font-size: 10vw;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
}

}