@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,500;0,600;0,700;1,100;1,200;1,300&display=swap');
body{
  font-family: "Poppins", serif;
  font-style: normal;
  overflow-x: hidden;
}
header{
	background: #000;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 100;
}
h1{
	font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4vw;
}
h2{
	font-family: montserrat, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.5rem;
	color: #000;
}

h3{
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}

.bajada{
	font-family: "Poppins", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #000;
}

.elle{
	width: 110px;
	padding: 0.5rem;
}

.anillos{
background: url(../img/banner-pomellato-elle-mx-2000x2000-017.jpg);
background-repeat: no-repeat;
background-size: 500px;
background-position: right;
}

.presentado{
	font-weight: 300;
	font-size: 1.2rem;
}


.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;
}
.presentado{
	color: #888;
	font-weight: 500;
	transition: 1s;
}

.presentado:hover{
	color: #000;
	font-weight: 500;
	transition: 1s;
}
.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);
}


/*-----Button-------*/
/* From Uiverse.io by mrhyddenn */ 
button {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 250px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
}

span {
  display: inline-block;
  transform: skew(21deg);
}

button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button:hover {
  color: #fff;
}

button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/*-----Button-------*/


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

	h1{
		font-size:6vh;
	}

	.anillos{
		background: url(../img/banner-pomellato-elle-mx-2000x2000-019.jpg);
		background-repeat: no-repeat;
background-size: 100%;
background-position: right;
}
}