.popup-h{
	background-color: rgba(195,231,228,.7);
}
.popup-h.lady-friends,
.popup-h.soon,
.popup-h.login,
.popup-h.add-file,
.popup-h.register-baby,
.popup-h.register-mom{
	background-color: rgba(195,231,228,1);
}
.popup-h.lady-friends .modal-content,
.popup-h.soon .modal-content,
.popup-h.login .modal-content,
.popup-h.add-file .modal-content,
.popup-h.points .modal-content,
.popup-h.register-mom .modal-content,
.popup-h.register-baby .modal-content,
.popup-h.welcome .modal-content{
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center top;
	box-shadow: 0px 0px 0px;
	border: 0px;
	background-color: #C3E7E4;
}
.popup-h.welcome .header{
	margin-bottom: 50px;
}
.popup-h.welcome .header img{
	display: block;
	margin: 0 auto;
}
.popup-h.welcome .modal-body{
	border: 0px;
	padding-bottom: 20px;
}
.popup-h.welcome .header h1{
	font-family: 'cocon-regular';
	color: #A385BE;
	margin: 0px;
	font-size: 20px;
	padding-top: 20px;
	text-shadow: 0px 0px 7px white;
	text-align: center;
}
.popup-h.welcome .box-welcome .circles{
	position: relative;
	margin-top: -113px;
}
.popup-h.welcome .box-welcome p{
	color: #A78AC0;
	font-size: 20px;
	text-shadow: 0px 0px 6px white;
	line-height: 18px;
	margin-top: -10px;
}
.popup-h .close{
	opacity: 1;
	position: absolute;
	top: 0px;
	right: 10px;
}
.popup-h .close > img{
	width: 50px;
}
.box-welcome a.btn{
	background-color: #00A5B8;
	color: white;
	border: 0px;
	width: 172px;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	margin-top: 24px;
	font-weight: lighter;
	font-family: 'cocon_light-regular';
	box-shadow: 0px 4px 0px 0px #007682;
	padding: 11px;
}
/*-------------------------------------------------*/
.popup-h.register-mom img.logo,
.popup-h.register-baby img.logo{
	width: 150px;
}
.popup-h.register-mom h1.title,
.popup-h.register-baby h1.title{
	color: white;
	text-shadow: 0px 2px 1px #00D5E2, 2px 0px 1px #00D5E2,-2px 2px 1px #00D5E2, -2px -2px 1px #00D5E2;
	font-size: 20px;
}
.popup-h.register-mom h2.subtitle,
.popup-h.register-baby h2.subtitle{
	color: #8971AB;
	text-shadow: 0px 2px 1px white, 2px 0px 1px white,-2px 2px 1px white, -2px -2px 1px white;
	font-size: 20px;
}
.popup-h.register-mom .contact label,
.popup-h.register-baby .is_name label{
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
.popup-h.register-mom .contact label input[type="checkbox"],
.popup-h.register-baby .is_name label input[type="radio"]{
	display: none;
}
.popup-h.register-mom .contact label span,
.popup-h.register-baby .is_name label span{
	text-align: center;
	color: #00D5E2;
	display: block;
}
.popup-h.register-mom .contact label span:before,
.popup-h.register-baby .is_name label span:before{
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: white;
	box-shadow:inset  0px 0px 0px 0px white;
	-webkit-transition: all .3 ease-in;
	transition: all .3 ease-in;
}
.popup-h.register-baby .is_name label input[type="radio"]:checked + span:before{
	box-shadow:inset  0px 0px 0px 5px white;
	background-color: #A385BE;
}
.popup-h.register-mom .contact label input[type="checkbox"]:checked + span:after{
	content: '';
	width: 40px;
	height: 33px;
	display: block;
	background-image: url('../img/check.png');
	position: absolute;
	top: -5px;
	left: 55%;
	transform: translate(-50%,0%);
	background-size: 100% 100%;
}
.popup-h.register-mom input[type="file"],
.popup-h.register-mom input[type="password"],
.popup-h.register-mom input[type="email"],
.popup-h.register-mom select,
.popup-h.register-mom input[type="text"],
.popup-h.register-mom input[type="date"],
.popup-h.register-baby input[type="file"],
.popup-h.register-baby input[type="password"],
.popup-h.register-baby input[type="email"],
.popup-h.register-baby select,
.popup-h.register-baby input[type="text"],
.popup-h.register-baby input[type="date"]{
	border-radius: 5px;
	color: #00D1E0;
	margin-bottom: 5px;
	border: 0px;
	outline: 0px;
	box-shadow: 0px 0px 0px;
}
.popup-h.register-mom p,
.popup-h.register-baby p{
	color: #00D1E0;
	padding-top: 8px;
}
.popup-h.register-mom .form-group > div,
.popup-h.register-baby .form-group > div{
	padding-left: 5px;
	padding-right: 5px;
}
.popup-h.register-mom ::-webkit-input-placeholder{
   color: #00D5E2;
}
.popup-h.register-baby ::-webkit-input-placeholder{
   color: #00D5E2;
}
.popup-h.register-mom a.submit,
.popup-h.register-mom input[type="submit"],
.popup-h.register-baby input[type="submit"]{
	background-color: transparent;
	background-image: url('../img/btn_acepto.png');
	width: 82%;
	display: block;
	background-size: 100%;
	height: 75px;
	margin: 0 auto;
}
.popup-h.register-mom label[for="terms"]{
	color: white;
}
.popup-h.register-mom a.submit,
.popup-h.register-mom input[type="submit"]{
	background-image: url('../img/btn_siguiente.png');
	background-repeat: no-repeat;
}
.popup-h.register-mom a.submit{
	width: 200px;
}
.popup-h.register-baby input[type="submit"] + a{
	text-decoration: underline;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	width: 100px;
	display: block;
}
.popup-h.points input[type="text"]{
	background-color: #F0F1F1;
	border: 1px solid #AACAC5;
}
.popup-h.points input[type="submit"]{
	width: 80px;
	height: 40px;
	display: block;
	background: none;
	border: 0pc;
	background-image: url('../img/btn_ir.png');
}
.popup-h.add-file h1{
	color: #9883BF;
	text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}
.popup-h.add-file form input[type="file"]{
	display: none;
}
.popup-h.add-file div.add-file{
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	background-color: #EBE5E5;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	box-shadow: inset 0px 0px 0px 10px #72D2E8;
}
.popup-h.add-file div.add-file{
	color: #72D2E8;
	line-height: 150px;
	font-size: 50px;
}
.popup-h.add-file p{
	color: #9883BF;
	text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
	text-align: center;
	line-height: 16px;
	margin-top: 10px;
}
.popup-h.add-file button[type="submit"]{
	background-color: #96D1DF;
	color: white;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	font-size: 18px;
}
.popup-h.add-file .close{
	z-index: 1;
	right: -10px;
}
.popup-h.login input[type="text"],
.popup-h.login input[type="password"]{
	color: #97BEB9;
	border: 2px dotted #97BEB9;
	border-radius: 8px;
	margin: 5px auto;
	padding:5px 0px;
	text-align: center;
}
.popup-h.login input[type="submit"]{
	background-color: #73D4E1;
	color: #97BEB8;
	box-shadow:inset 0px -1px 5px rgba(0,0,0,.5),0px 1px 5px rgba(0,0,0,.5);
	border: 0px;
	text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
	margin: 20px auto;
	display: block;
}
.popup-h.login img.img-responsive{
	margin-top: 50px;
}
.popup-h.login .register{
	text-align: center;
	text-transform: uppercase;
	color: #97BEB8;
	display: block;
	text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
}
.popup-h.login img.logo{
	position: absolute;
	top: -25px;
	width: 130px;
	left: -30px;
}
.popup-h.login .remember{
	text-align: center;
    color: #9A84BB;
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
}
.popup-h.soon p{
	text-align: center;
	color: #1EA4B6;
	font-size: 40px;
	text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
}
.popup-h.lady-friends .item-friend{
	background-color: #DBF1EF;
	border-radius: 10px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	padding:10px;
}
.popup-h.lady-friends .item-friend p{
	position: relative;
	top: -15px;
    left: -6px;
	margin-bottom: 36px;
}
.popup-h.lady-friends .item-friend p span:first-child{
	width: 35px;
	height: 35px;
	top: -2.5px;
	left: -10px;
	position: absolute;
	line-height: 35px;
	text-align: center;
	background-color: #73D3E0;
	border-radius: 100%;
	display: block;
    z-index: 1;
    color: white;
    font-size: 20px;
    box-shadow: 0px 0px 1px rgba(0,0,0,.5);
}
.popup-h.lady-friends .item-friend p span:last-child{
	background-color: #9383B7;
	border-radius: 5px;
	color: white;
	position: absolute;
	left: 0px;
	font-size: 16px;
	padding:5px 10px 5px 30px;
}
.popup-h.lady-friends .item-friend input[type="text"]{
	margin-bottom: 5px;
	border-color: #ABE5EC;
}
.popup-h.lady-friends .item-friend input[type="email"]{
	border-color: #ABE5EC;
}
.popup-h.lady-friends input[type="submit"]{
    background-color: #8D82B4;
    color: white;
    padding: 15px 30px;
    float: right;
    box-shadow: 0px 1px 10px rgba(0,0,0,.5);
    margin-bottom: 27px;
}
.popup-h.lady-friends .panelFriends{
	margin-top: 20px;
}
.popup-h.lady-friends .logo{
	position: absolute;
    top: -30px;
    left: -43px;
    width: 180px;
}
.popup-h.lady-friends h1{
	text-align: center;
	color: #1EA4B6;
	font-size: 30px;
	text-shadow:2px 0px 1px white,
				2px 2px 1px white,
				0px 2px 1px white,
				2px 2px 1px white,
				-2px 0px 1px white,
				-2px -2px 1px white,
				0px -2px 1px white,
				-2px -2px 1px white;
}
/*TABLETS*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	.popup-h.welcome .header h1{
		font-size: 30px;
	}
	.popup-h.welcome .header{
		margin-bottom: 240px;
	}
	.popup-h.welcome .box-welcome{
		background-image: url('../img/box-welcome.png');
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.popup-h.welcome .btn_website{
		margin: 0 auto;
		display: block;
		width: 300px;
	}
	.popup-h.welcome .btn_website > img{
		width: 100%;
		display: block;
	}
	.popup-h.welcome .modal-content{
		background-image: url('../img/popup.png');
		background-color: transparent;
	}
	/*--------------*/
	.popup-h.lady-friends .modal-content,
	.popup-h.soon .modal-content,
	.popup-h.login .modal-content,
	.popup-h.add-file .modal-content,
	.popup-h.register-mom .modal-content,
	.popup-h.register-baby .modal-content{
		background-image: url('../img/registro_bebe.png');
		background-color: transparent;
		background-size: 100% 100%;
		padding-bottom: 15px;
	}
	.popup-h.points .modal-content{
		background-color: transparent;
	}
	.popup-h.register-mom input[type="submit"],
	.popup-h.register-baby input[type="submit"]{
		width: 150px;
		background-repeat: no-repeat;
	}
	.popup-h.register-mom img.logo,
	.popup-h.register-baby img.logo{
		width: 200px;
		margin-top: -52px;
	}
	.popup-h.soon .logo{
		position: absolute;
		top: -32px;
	    left: -71px;
	    width: 200px;
	}
	.popup-h.soon .soon{
		position: absolute;
	    top: -23px;
	    right: -71px;
	    width: 212px;
	}
	.popup-h.soon p{
		text-align: left;
		margin: 71px auto 0px 38px;
		color: #1EA4B6;
		font-size: 40px;
		text-shadow:2px 0px 1px white,
					2px 2px 1px white,
					0px 2px 1px white,
					2px 2px 1px white,
					-2px 0px 1px white,
					-2px -2px 1px white,
					0px -2px 1px white,
					-2px -2px 1px white;
	}
}
/*PCS*/
@media only screen and (min-width: 64.063em) {
	.popup-h.welcome .header h1{
		font-size: 40px;
		text-align: right;
	}
	.popup-h.welcome .header img{
		position: relative;
		top: -40px;
		float: right;
	}
	.popup-h.welcome .header{
		margin-bottom: 240px;
	}
	.popup-h.welcome .box-welcome{
		background-image: url('../img/box-welcome.png');
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.popup-h.welcome .btn_website{
		margin: 0 auto;
		display: block;
		width: 300px;
	}
	.popup-h.welcome .btn_website > img{
		width: 100%;
		display: block;
	}

	.popup-h.welcome .modal-content{
		background-image: url('../img/popup.png');
		background-color: transparent;
	}
	/*--------------*/
	.popup-h.lady-friends .modal-content,
	.popup-h.soon .modal-content,
	.popup-h.login .modal-content,
	.popup-h.add-file .modal-content,
	.popup-h.register-mom .modal-content,
	.popup-h.register-baby .modal-content{
		background-image: url('../img/registro_bebe.png');
		background-color: transparent;
		background-size: 100% 100%;
		padding-bottom: 15px;
	}
	.popup-h.points .modal-content{
		background-color: transparent;
	}
	.popup-h.register-mom input[type="submit"],
	.popup-h.register-baby input[type="submit"]{
		width: 150px;
		background-repeat: no-repeat;
	}
	.popup-h.register-mom img.logo,
	.popup-h.register-baby img.logo{
		width: 200px;
		margin-top: -52px;
	}
	.popup-h.soon .logo{
		position: absolute;
		top: -32px;
	    left: -71px;
	    width: 200px;
	}
	.popup-h.soon .soon{
		position: absolute;
	    top: -23px;
	    right: -71px;
	    width: 212px;
	}
	.popup-h.soon p{
		text-align: left;
		margin: 71px auto 0px 38px;
		color: #1EA4B6;
		font-size: 40px;
		text-shadow:2px 0px 1px white,
					2px 2px 1px white,
					0px 2px 1px white,
					2px 2px 1px white,
					-2px 0px 1px white,
					-2px -2px 1px white,
					0px -2px 1px white,
					-2px -2px 1px white;
	}
}