@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-size: 3rem;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}
.intro{
	font-size: 15px;
}
.redondo{
	border-radius: 12px;
}
.redondo-1{
	border-radius: 18px;
}
/*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: 25% 0px 25% 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);
}
/*boton*/
.btn2 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.btn2::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - -2px);
  background-color: #212121;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 50px);
  background-color: #212121;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2:hover::before {
  transform: translateY(-25px);
  height: 0;
}

.btn2:hover::after {
  transform: scaleX(0);
  transition-delay: 0.15s;
}

.btn2:hover {
  border: 2px solid #fefefe;
}

.btn2 span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-decoration: none;

}
a:hover {
    color: #fff;
    text-decoration: none;
}
button.dos {
  text-decoration: none;
  border: none;
  background-color: transparent;
}
/*boton*/

@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;
}

}