* {
  color: #000034;
}
body{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	background-color: white;
 }
h1{
	font-size: 1.5em;
	margin: 0 0 .5rem 0;
}
h2{
	font-size: 1em;
	margin: 0 0 .5rem 0;
}
p{
	line-height: 1.2em;
}
.quotes{display: none;}
.bg{
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 1;
	background: url('../prehome-img/ilea-cirugia-capilar.jpg') center center no-repeat;
	background-size: cover;
}
.main{
	width: 100%;
	max-width: 400px;
	padding: 30px;
	z-index: 2;
}
.head,
.info,
.cta,
.social{
	width: 100%;
	padding: 0 auto 2rem auto;
	float: left;
}
.logo{
	width: 130px;
	margin: 0 auto;
}
.logo img{
	width: 100%;
	max-width: 250px;
}
.social{
	text-align: center;
	display: flex;
		align-items: center;
			justify-content: center;
			padding:15px 0;
}
.social ul{
	list-style-type: none;
	display: block;
	margin: 0;
	padding:0;
}
.social ul li{
	display: flex;
	float:left;
	font-size: 1rem;
	display:flex;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	border-radius: 100%;
	border:solid 2px #000034;
	align-items: center;
	justify-content: center;
}

.button{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 auto 1em auto;
	display: inline-block;
	font-size: 0.7rem;
	border-radius: 30px;
	text-decoration: none;
	border: none;
	padding: 10px 20px;
	color: white;
	background-color: black;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);

}
.button:hover{
	background-color: #FFA200;
}

@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@-webkit-keyframes appear{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}@-moz-keyframes appear{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}@keyframes appear{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}
.appear{opacity:0;-webkit
	-animation:appear ease-in infinite;
	-moz-animation:appear ease-in infinite;
	animation:appear ease-in infinite;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:3s}
.fade-in{opacity:0;-webkit
	-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s}
.fade-in.one{-webkit-animation-delay:.7s;-moz-animation-delay:.7s;animation-delay:.7s}
.fade-in.two{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;animation-delay:1.2s}
.fade-in.three{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;animation-delay:1.6s}