<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap_hadas{
	background: rgba(249, 168, 221, 0.50);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.hadas{
	width: 754px;
	height: 617px;
	background: url(./img/hadas/fondo.jpg);
	position: absolute;
	left: 50%;
	margin-left: -376px;
	top: 60px;
	border:  dotted 3px #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.hadas .hada1{
	width: 351px;
	height: 233px;
	background: url(./img/hadas/hada1.png);
	position: absolute;
	top: -30px;
	right: -130px;
}

.hadas .hada2{
	width: 284px;
	height: 257px;
	background: url(./img/hadas/hada2.png);
	position: absolute;
	bottom: -30px;
	left: -60px;
}

.hadas .campo{
	width: 260px;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 15px;
}

.hadas .campo .label{
	width: 100px;
	background: #fff;
	float: left;
	color: #df3483;
	font-family: 'albaregular';
	height: 30px;
	font-size: 18px;
}

.hadas .campo .input{
	width: 160px;
	border: none;
	float: left;
	background: #f4d4e4;
	height: 30px;
	outline: none;
	padding-left: 10px;
}

.hadas .texto{
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: 'albaregular';
	line-height: 30px;
	padding-top: 80px;
}

.hadas .grande{
	font-size: 34px;
}

.hadas .enviar{
	width: 137px;
	height: 43px;
	background: url(./img/hadas/enviar.png);
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 20px;
}

.hadas .enviar:hover, .hadas .cerrar:hover{
	opacity: 0.8;
}

.hadas .legal{
	font-size: 11px;
	font-family: 'Arial';
	line-height: 12px;
}

.hadas .legal a{
	color: #fff;
}

.hadas .legal a:hover{
	text-decoration: underline;
}

.hadas .cerrar{
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.hadaescondida1{
	position: absolute;
	bottom: -10px;
	right: 0px;
}

.hadaescondida2{
	position: absolute;
    bottom: -90px;
    right: 120px;
    width: 200px;
}

.hadaescondida3{
	position: absolute;
    top: -310px;
    left: 0px;
    width: 220px;
}

@media screen and (max-width: 640px) {
	
	.hada1{
		display: none;
	}	
	.hada2{
		display: none;
	}
	
	.hadas{
		width: 100%;
		margin-left: 0px;
		left: 0px;
		background: url(./img/hadas/fondo_responsive.jpg);
		
	}
	
	.tit_hadas{
		width: 90%;
	}
	
}
</pre></body></html>