main{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-family: 'Graphik-Semibold';
}

main, footer{
	width: 100%;
	margin: 0 auto;
	font-family: 'Graphik-Semibold';
}

#desapuntarse footer{
	position: absolute;
	bottom: 0;
	left: 0;
}

main.two_column{
	width: 65%;
	font-family: 'Graphik-Semibold';
	display: inline-block;
}

aside.two_column{
	width: calc(23% - 25px);
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.clearfix{
	clear: both;
}

header{
	width: 76%;
    margin: 0 12%;
	font-family: 'Graphik-Semibold';
	position: relative;
}

header #logo{
	width: 282px;
	text-align: center;
	display: inline-block;
	padding: 20px 0 15px;
	margin-left: calc(50% - 136px);
}

	header #logo img{
		width: 100%;

	}

header form{
	display: inline-block;
	/*background-color: #FAE8E0;*/
	width: 30px;
	height: 30px;
	border-radius: 25px;
	line-height: 30px;
	right:0;
	top: 20px;
	position: absolute;
	transition: 750ms;
}

	header form.activo{
		width: 150px;
	}

	header form input{
		line-height: 30px;
		height: 30px;
		width: 2px;
		padding-left: 15px;
		border: 0; 
		background-color: transparent;
		position: absolute;
		top: 0;
		left:0;
		z-index: 0;
		background-color: #fff;
    	z-index: 1;
	}

	header form input:focus{
		outline:0px;
	}

	header form.activo input{
		width: calc(100% - 30px);
		border: 1px solid #000;
	}

	header form a{
		margin: 0 8px;
		float: right;
		z-index: 1;
		position: relative;
	    line-height: 30px;
	    width: 30px;
	    height: 26px;
	    padding-top: 4px;
	    text-align: center;
	    background: url(../img/sbs/lupa.png) no-repeat;
	    background-position: center;
	    background-size: 15px;
	}

	header form.activo a {
		background-image: url(../img/sbs/lupa_activa.png);
		background-repeat: no-repeat;
		background-color: #000;
	    background-position: center;
	}

header #menu_prin{
	text-align: center;
	font-size: 14px;
	position: relative;
}

header #menu_prin a{
	padding: 3px 0;
	margin: 0 45px 5px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 0.02em;
}

	header #menu_prin a.sel{
		border-bottom: 2px solid #000;
		/*border-radius: 25px; */
	}

#subMenu_reviews{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

	#subMenu_reviews ul>li{
		width: calc(20% - 5px);
		display: inline-block;
		vertical-align: top;
		background-color: #000;
		color: #000;
		position: relative;
	}

	#subMenu_reviews>ul>li:nth-child(2), #subMenu_reviews>ul>li:nth-child(3){
		/*margin: 0 2px;*/
	}

	#subMenu_reviews ul li ul.child{ 
		display: none; 
		position: absolute;
	    width: 100%;
		z-index: 1;
		color: #fff;
	}

	#subMenu_reviews ul li ul.child.open{ display: block; }

	#subMenu_reviews ul li ul.child li{
		width: calc(100% - 2px);
		background-color: #fff;
		color: #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	#subMenu_reviews ul li a{
		display: block;
		width: 100%;
		text-transform: uppercase;
		font: 11px 'Graphik-Semibold';
		text-decoration: none;
		padding: 10px 0;		
	}

	#subMenu_reviews ul li a.parent{
		border: 1px solid #000;
		background-color: #000;
	}

	#subMenu_reviews ul li a.white{
		color: #000;
		background-color: #fff;
	}

	#subMenu_reviews ul li a.open{ color: #CD3D41; }

	#subMenu_reviews ul>li a{ color: #fff; }

	#subMenu_reviews ul>li a i{
		margin-left: 20px;
	}

	#subMenu_reviews ul>li ul.child li a{ color: #000; }

footer hr{
	width: 90%;
	height: 2px;
	background-color: #000;
	border: 0;
	margin-bottom: 55px;
}

footer p.copy{
	background-color: #000;
	line-height: 15px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}

.btn.dark-pink {
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    /*color: #FFFDFD;
    background-color: #E8344A;*/
    color: #fff;
    background-color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Graphik-Semibold';
    width: 125px;
    text-align: left;
    margin: 0 5px;
    border: 1px solid #000;
}

	.btn.dark-pink i{
		float: right;
    	margin-top: 8px;
	}

	.btn.dark-pink:hover{
		color: #000;
    	background-color: #fff;
	}

.btn.light-pink {
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    /*color: #E8344A;
    background-color: #FAE8E0;*/
    color: #fff;
    background-color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Graphik-Semibold';
    width: 125px;
    text-align: left;
    margin: 0 5px;
    border: 1px solid #000;
}

	.btn.light-pink i{
		float: right;
    	margin-top: 8px;
	}

	.btn.light-pink:hover{
		color: #000;
    	background-color: #fff;
	}

.btn.white {
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    color: #000;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Graphik-Semibold';
    width: 125px;
    text-align: left;
    margin: 0 5px;
    border: 1px solid #000;
}

	.btn.white i{
		float: right;
    	margin-top: 8px;
	}

	.btn.white:hover{
		color: #fff;
    	background-color: #000;
	}


/********** HOME ************/

section{
	margin: 20px 0;
	position: relative;
	clear: both;
}

section.con_margin{
	width: 81.5%;
	margin: 20px 0 20px 18.5%;
	position: relative;
}


#banner_splider .carrousel{
	position: relative;
	overflow: hidden;
	width: calc(100% - 30px);
	max-height: 480px;
	margin-left: 30px;
}

	#banner_splider .carrousel ul{
		top: 0;
		left: -100%;
		position: absolute;
		width: 60000px;
		margin: 0;
		padding: 0;
	}
	
		#banner_splider .carrousel ul li{
			float: left;
			list-style: outside none none;
			text-align: center;
		}

		#banner_splider .carrousel ul li a, #banner_splider .carrousel ul li a img{
			width: 100%;
		}
		
	#banner_splider .arrows{
		display: none;
	}

	#banner_splider:hover .arrows{
		display: inline-block;
	}

		
	#banner_splider .arrows .arrow_prev{
	    height: 35px;
		width: 40px;
		display: block;
		background-color: #fff ;
		color: #000;
		padding-top: 15px;
		padding-left: 12px;
	    position: absolute;
	    top: calc(50% - 25px);
	    left: 30px;
	}

	#banner_splider .arrows .arrow_next{
		height: 35px;
		width: 40px;
		display: block;
		background-color: #fff ;
		color: #000;
		text-align: right;
		padding-top: 15px;
		padding-right: 12px;
	    position: absolute;
	    top: calc(50% - 25px);
	    right: 0;
	}

#planazos_home{
	margin-top: 65px;
}

.busqueda #planazos_home{
	margin-top: 20px;
}

	#planazos_home img#cream{
		position: absolute;
		top: -30px;
		right: 3%;
		z-index: 1;
	}

	#planazos_home img#eyeliner{
		position: absolute;
		top: 55%;
		right: 8%;
		z-index: 1;
		display: none;
	}

	#planazos_home img#cream2{
		position: absolute;
		top: 1800px;
		right: 0;
		z-index: 1;
		display: none;
	}

	#planazos_home article{
		margin-bottom: 40px;
	}

	#planazos_home h2{
		position: relative;
		z-index: 1;
		color: #000;
		font-size: 50px;
		font-family: 'BebasNeue';
		/*background-color: #FACBCC;
		padding: 8px 0 5px;
		line-height: 58px;*/
		position: absolute;
		top: -33px;
		left: 25px;
	}

		#planazos_home h2 span{
		}

		#planazos_home article ul{
			margin-left: 9%;
			font-size: 0;

		}

	#planazos_home li{
		width: 95%;
		display: block;
		text-align: center;
		margin-bottom: 15px;
		vertical-align: top;
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}

	#planazos_home li:last-child{
		border: 0;
	}

		#planazos_home a{
			position: relative;
		}

		#planazos_home a:nth-child(1){
			/*width: 310px;
			height: 256px;
			display: block;
			overflow: hidden;*/
			position: relative;
		    overflow: hidden;
		    display: block;
		    padding-bottom: 66%;
		    height: 0;
		}


		#planazos_home a.description{
			width: calc(100% - 24px);
			color: #000;
			text-decoration: none;
		}

			#planazos_home li img{
				/*height: 100%;
				object-fit: cover;
	    		width: 100%;*/
	    		position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    object-fit: cover;
			}

			#planazos_home li.caducado a:nth-child(1) img{
				opacity: 0.5;
			}

			#planazos_home li.caducado a:nth-child(1) div.txt{
				position: absolute;
				top: -8px;
	    		right: -55px;
				width: 150px;
				height: 50px;
				background-color: rgba(232,52,74,0.7);
				font-family: 'splurge';
				color: #fff;
				font-size: 22px;
				transform: rotate(45deg);
				transform-origin: center;
				padding-top: 18px;
			}

			#planazos_home li a:nth-child(1) div.seccion{
				position: absolute;
				left: 0;
				bottom: 0;
				background-color: #fff;
				color: #000;
				font-size: 12px;
				width: 150px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				text-transform: uppercase;
			}

			#planazos_home li h3{
				font-size: 23px;
				margin: 15px 0 25px;
				line-height: 26px;
				text-align: left;
				font-family: 'Gilroy-Light';
				letter-spacing: 4px;
			}
			
	#planazos_home .btn.dark-pink{
		margin-left: 12%;
	}

#sbs_home{
	/*background-color: #FAE8E0;*/
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
	background-size: 100%;
	margin-top: 60px;
}

	#sbs_home h2{
		color: #000;
	    font-size: 50px;
	    font-family: 'BebasNeue';
	    margin-left: 40px; 
	    position: absolute;
	    top: -18px;
    	padding: 0 5px;
    	background-color: #fff;
	}

	#sbs_home img#estrellitas{
		position: absolute;
		top: 24px;
		left: 40%;
	}

	#sbs_home #planes_sbs_home{
		position: relative;
		width: 620px;
		display: inline-block;
		margin-left: calc(50% - 310px);
	}

		#sbs_home article.carrousel{
			width: 620px;
			display: inline-block;
			position: relative;
			height: 220px;
			margin-top: 65px;
			background-color: transparent;
			overflow: hidden;
			z-index: 1;
		}

			#sbs_home .carrousel ul {
			    top: 0;
			    left: 0;
			    position: absolute;
			    width: 60000px;
			    height: 190px;
			    margin: 0;
			    padding: 0;
			}

				#sbs_home .carrousel ul li{
					display: inline-block;
					width: 135px;
					height: 135px;
					margin: 0 10px;
					vertical-align: top;
					float: left;
				}


					#sbs_home .carrousel ul li a{
						color: #000;
						text-decoration: none;
					}

						#sbs_home .carrousel ul li a figure{
							width: 135px;
							height: 135px;
							overflow: hidden;
						}

						#sbs_home .carrousel ul li a figure img{
							height: 100%;
							width: 100%;
							object-fit: cover;
						}

						#sbs_home .carrousel ul li a h3{
							margin-top: 10px;
							line-height: 17px;
							font-size: 14px;
							font-family: 'Graphik-Semibold';
							color: #000;
							height: 52px;
							overflow: hidden;
						}

		#sbs_home .arrow_prev{
			height: 25px;
			width: 35px;
			display: block;
			border: 1px solid #000 ; 
			color: #000;
			/*border-radius: 25px;
			background-color: #E8344A ;
			color: #F4E6DF;*/
			position: absolute;
			top: 120px;
			left: -32px;
			padding-top: 8px;
			padding-left: 8px;
		}

		#sbs_home .arrow_next{
			height: 25px;
			width: 35px;
			display: block;
			border: 1px solid #000 ; 
			color: #000;
			/*border-radius: 25px;
			background-color: #E8344A ;
			color: #F4E6DF;*/
			position: absolute;
			top: 120px;
			right: -27px;
			text-align: right;
			padding-top: 8px;
			padding-right: 8px;
		}

		#sbs_home .arrow_prev.desactivo, #sbs_home .arrow_next.desactivo{
			opacity: 0.5;
		}

#apuntarse_home{
	background-position: center top; 
	font-family: 'Gilroy-Light';
	font-size: 12px;
}

#apuntarse_home.blanco{
	background-color: #fff;
}

#apuntarse_home.color{
	background: url(../img/sbs/bg_apuntarse2.png) no-repeat;
	background-color: #F4E5F0;
}

	#apuntarse_home.color img#chica_sbs{
		position: absolute;
		left: 0;
		top: -80px;
	    width: 80px;
	}

	#apuntarse_home.blanco img#chica_sbs{
		display: none;
	}

	#apuntarse_home.color img#espejo{
		display: none;
	}

	#apuntarse_home.blanco img#espejo{
		position: absolute;
		left: 0;
		top: -79px;
	    width: 71px;
	}

	#apuntarse_home h2{
		padding: 20px 20px 0 25%;
		font-family: 'BebasNeue';
		font-size: 30px;
		letter-spacing: 2px;
	}

		#apuntarse_home h2 span{
			font-size: 14px;
			font-family: 'Gilroy-ExtraBold';
			text-transform: uppercase;
			letter-spacing: 2px;
		}

	#apuntarse_home p{
		padding-left: 25%;
		text-transform: uppercase;
		line-height: 20px;
		padding-right: 30px;
	}

	#apuntarse_home form{
		position: relative;
		margin: 0 20px 0 50px;
	}

		#apuntarse_home input[type="text"], #apuntarse_home input[type="number"]{
			border: 0;
			padding: 0 10px;
			height: 30px;
			line-height: 30px;
			display: inline-block;
			margin: 12px 2px 0;
		}

		#apuntarse_home.blanco input[type="text"], #apuntarse_home.blanco input[type="number"]{
			border: 1px solid #000;
		}

		#apuntarse_home input[type="text"].error, #apuntarse_home input[type="number"].error{
			border: 1px solid red;
		}

		#apuntarse_home .nombre{ width: calc(40% - 25px); }
		#apuntarse_home .apellidos{ width: calc(60% - 25px); }
		#apuntarse_home .fecha_nac{ width: calc(35% - 25px); }
		#apuntarse_home .email{ width: calc(50% - 25px); }
		#apuntarse_home .cod_postal{ width: calc(15% - 10px); }
		#apuntarse_home .cod_invitacion{ width: calc(50% - 25px); }

		#apuntarse_home .btn_apuntarse{
			text-align: center;
			background-color: #000;
			color: #fff;
			width: 200px;
			padding: 8px 0;
			display: inline-block;
			border-radius: 0px;	
			font: 12px 'Graphik-Semibold';
			text-transform: uppercase;
			text-decoration: none;
			margin-left: calc(25% - 100px);
			margin-top: 12px;
		}

		#apuntarse_home form p{
		    text-transform: none;
		    display: inline-block;
		    padding: 0;
		    vertical-align: top;
		    text-align: left;
		}

		#apuntarse_home form p a{color: #CD3D41;}

		#apuntarse_home form p.error, #apuntarse_home form p.error a{
			color: red;
		}

		#apuntarse_home form p.ast{width: calc(50% - 25px); margin: 12px 2px 12px;}
		#apuntarse_home form p.cond{width: calc(100% - 25px); margin: 12px 20px 12px 0;}

	#apuntarse_home .gracias{
		padding: 20px 10px;
		text-align: center;
		background-color: #fff;
		color: #000;
		width: 200px;
		margin-left: calc(50% - 100px);
		position: absolute;
	    top: calc(50% - 75px);
	    left: 0;
	    display: none;
	}

		#apuntarse_home .gracias h2{
			padding: 0;
			font: 24px 'BebasNeue';
		}

		#apuntarse_home .gracias h2 span{
			font: 10px 'Gilroy-ExtraBold';
			text-transform: uppercase;
		}

		#apuntarse_home .gracias img{
			position: relative;
			width: auto;
			top: 0;
			left:0;
			margin-bottom: 10px;
		}


/************* LATERAL DERECHO ***********/

aside section{
	margin-bottom: 30px;
}

aside.parar{
	position: fixed;
	bottom: 25px;
	margin-left: 25px;
}

aside .apuntarse{
	background-position: center top; 
	background-size: 100% auto;
	font-family: 'Gilroy-Light';
	font-size: 12px;
	padding-bottom: 10px;
}

aside .apuntarse.fin{
	margin-top: 50px;
}

aside .apuntarse.blanco{
	background-color: #fff;
	border: 1px solid #000;
}

aside .apuntarse.color{
	background: url(../img/sbs/bg_apuntarse.png) no-repeat;
	background-color: #F4E5F0;
	background-position: center 40px;
    background-size: 99%;
}

	aside .apuntarse.color img#chica_sbs{
		position: absolute;
		top: -87px;
	    left: 10px;
	    width: 80px;
	}

	aside .apuntarse.blanco img#chica_sbs{
		display: none;
	}

	aside .apuntarse.color img#espejo{
		display: none;
	}

	aside .apuntarse.blanco img#espejo{
		position: absolute;
		top: -87px;
	    left: 10px;
	    width: 71px;
	}

	aside .apuntarse .title{
		padding: 20px 10px 0 0;
    		text-align: right;
    		letter-spacing: 2px;
		text-transform: uppercase;
	}

	aside .apuntarse .title .first_text{
		font-size: 24px;
		font-family: 'BebasNeue';
	}

	aside .apuntarse .title b{
		font-size: 10px;
    		font-family: 'Gilroy-ExtraBold';
	}

	aside .apuntarse .title h1{
		display: inline;
	}

	aside .apuntarse .title .second_text{
		padding-left: 100px;
    		text-transform: uppercase;
    		line-height: 20px;
    		text-align: right;
		letter-spacing: 0px;
		display: block;
	}

	aside .apuntarse h2{
		padding: 20px 10px 0 0;
		font-family: 'BebasNeue';
		font-size: 24px;
		text-align: right;
		letter-spacing: 2px;
	}


		aside .apuntarse h2 span{
			font-size: 10px;
			font-family: 'Gilroy-ExtraBold';
			text-transform: uppercase;
			letter-spacing: 2px;
		}

	aside .apuntarse p{
		padding-left: 100px;
		text-transform: uppercase;
		line-height: 20px;
		text-align: right;
		padding-right: 10px;
	}

	aside .apuntarse form{
		position: relative;
		margin: 0 10px;
	}

		aside .apuntarse input[type="text"], aside .apuntarse input[type="number"]{
			border: 0;
			padding: 0 10px;
			width: 100%;
			height: 30px;
			line-height: 30px;
			display: inline-block;
			margin-top: 12px;
		}

		aside .apuntarse.blanco input[type="text"], aside .apuntarse.blanco input[type="number"]{
			border:1px solid #000;
		}

		aside .apuntarse input[type="text"].error, aside .apuntarse input[type="number"].error{
			border: 1px solid red;
		}

		aside .apuntarse .btn_apuntarse{
			text-align: center;
			background-color: #000;
			color: #fff;
			width: 100%;
			padding: 8px 0;
			display: inline-block;
			/*border-radius: 25px;	*/
			font: 12px 'Graphik-Semibold';
			text-transform: uppercase;
			text-decoration: none;
			margin-top: 10px;
		}

		aside .apuntarse form p{
		    text-transform: none;
		    display: inline-block;
		    padding: 0;
		    vertical-align: top;
		    text-align: left;
		    width: 100%;
		    margin: 10px 0;
		}

		aside .apuntarse form p a{color: #CD3D41;}

		aside .apuntarse form p.error, aside .apuntarse form p.error a{
			color: red;
		}

		aside .apuntarse input, aside .apuntarse input[type="text"],aside .apuntarse input, aside .apuntarse input[type="number"], aside .apuntarse form p{
			display: none;
		}

		aside .apuntarse.act input, aside .apuntarse.act input[type="text"],aside .apuntarse.act input, aside .apuntarse.act input[type="number"], aside .apuntarse.act form p{
			display: inline-block;
		}

aside .gracias{
	padding: 20px 10px;
	text-align: center;
	background-color: #fff;
	color: #000;
	width: 200px;
	position: absolute;
    top: calc(50% - 75px);
	left: 50%;
	transform: translateX(-50%);
    display: none;
}

	aside .gracias h2{
		padding: 0;
		font: 24px 'BebasNeue';
		text-align: center;
	}

	aside .gracias h2 span{
		font: 10px 'Gilroy-ExtraBold';
		text-transform: uppercase;
	}

	aside .gracias img{
		position: relative;
		width: auto;
		top: 0;
		left:0;
		margin-bottom: 10px;
	}

aside .link_instagram{
	background-color: #000;
	padding: 15px;
}
	
	aside .link_instagram a{
		color: #fff;
		text-decoration: none;
	}

		aside .link_instagram i{
			font-size: 50px;
			vertical-align: top;
		}

		aside .link_instagram span{
			width: calc(100% - 55px);
			display: inline-block;
			font: 12px 'Graphik-Semibold';
			margin-top: 4px;
    		margin-left: 5px;
		}

		aside .link_instagram b{
			font: 24px 'BebasNeue';
		}

aside .banner img{
	width: 100%;
}


aside .instagram h2{
    font-family: 'BebasNeue';
    font-size: 24px;
    margin-bottom: 10px;
	letter-spacing: 2px;
}

	aside .instagram h2 span{
		font-size: 10px;
	    font-family: 'Gilroy-ExtraBold';
	    text-transform: uppercase;
		letter-spacing: 0px;
	}

	aside .instagram img {
	    width: 50%;
	    float: left;
	    margin: 0;
	}


/************ BUSCADOR *************/

#palabra_busqueda {
    text-align: center;
    font: 25px 'BebasNeue';
    margin: 10px auto;
    padding: 5px 0 3px;
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #5F5F5F;
    width: 1090px;
}


#no_result_busq{
	text-align: center;
}

	#no_result_busq p{
		color: #CD3D41;
		margin-bottom: 20px;
		font-family: 'Gilroy-ExtraBold';
	}


/*************** Secciones ****************/

section.info{
	/*background-color: #FAE8E0;*/
	width: 1090px;
	margin: 0 auto;
	color: #000;
	padding: 20px 0;
	font: 12px/20px 'Graphik-Semibold';
	text-align: center;
}

	section.info i{
		font-size: 20px;
	}

section#planes_reviews h3{
	font: 22px 'Graphik-Semibold';
	margin-bottom: 20px;
	letter-spacing: 3px;
}

	section#planes_reviews li{
		padding: 30px 0 20px;
		border-top: 1px solid #707070; 
	}

	section#planes_reviews ul li:nth-child(1){
		border: 0;
	}

	section#planes_reviews li img{
		width: 40%;
		display: inline-block;
	}

	section#planes_reviews li p{
		margin-left: 15px;
		width: calc(60% - 20px);
		display: inline-block;
		vertical-align: top;
		font: 13px/20px 'Gilroy-Light';
		text-align: justify;
	}

		section#planes_reviews li p span{
			font: 14px 'Graphik-Semibold';
		}

		section#planes_reviews li .btn{
			margin-right: 5px;
			margin-left: 0;
			margin-top: 20px;
		}

		section#planes_reviews .ver_mas{
			text-align: center;
		    background-color: #000;
		    color: #fff;
		    width: 200px;
		    padding: 8px 10px;
		    display: inline-block;
		    /*border-radius: 25px;*/
		    font: 12px 'Graphik-Semibold';
		    text-transform: uppercase;
		    text-decoration: none;
		    margin-left: calc(50% - 100px);
		    border: 1px solid #000;
		}

		section#planes_reviews .ver_mas:hover{
		    background-color: #fff;
		    color: #000;
		}

section#banner_apuntarme{
	/*background-color: #FAE8E0;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	text-align: center;
	font: 14px/18px 'Gilroy-Light';
	text-transform: uppercase;
}

	section#banner_apuntarme #lintalabios{
		position: absolute;
		top: calc(50% - 60px);
		left: calc(50% - 280px);
	}

	section#banner_apuntarme h4{
		font: 26px 'BebasNeue';
		margin-bottom: 15px
	}

	section#banner_apuntarme h4 span{
		font: 14px 'Gilroy-ExtraBold';;
	}

	section#banner_apuntarme .btn{
		text-align: center;
	    /*background-color: #E8344A;
	    color: #FFFDFD;*/
	    background-color: #000;
	    color: #fff;
	    width: 200px;
	    padding: 8px 20px;
	    display: inline-block;
	    /*border-radius: 25px;*/
	    font: 12px 'Graphik-Semibold';
	    text-transform: uppercase;
	    text-decoration: none;
	    margin-top: 15px;
	    border: 1px solid #000;
	}

	section#banner_apuntarme .btn:hover{
	    background-color: #fff;
	    color: #000;
	}

#apuntarse_club{
	background-color: #F4E5F0;
	font-family: 'Gilroy-Light';
	font-size: 12px;
	background-image: url(../img/sbs/bg_apuntarse2c.png), url(../img/sbs/bg_apuntarse2b.png);
	background-size: 235px, 255px;
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;
}

body.club #apuntarse_club #chica_sbs{
	display: none;
}

	#apuntarse_club h2{
		text-align: center;
		padding-top: 20px;
		font-size: 14px;
		font-family: 'Gilroy-ExtraBold';
		text-transform: uppercase;
	}


	#apuntarse_club p{
		text-align: center;
		text-transform: uppercase;
		line-height: 20px;
		width: 550px;
		margin-left: calc(50% - 275px);
	}

	#apuntarse_club form{
		position: relative;
		width: 1090px;
		margin: 0 auto;
		text-align: center;
	}

		#apuntarse_club img#chica_sbs{
			position: absolute;
			left: 30px;
			top: -79px;
			width: 100px;
		}

		#apuntarse_club input[type="text"], #apuntarse_club input[type="number"]{
			border: 0;
			padding: 0 10px;
			height: 30px;
			line-height: 30px;
			display: inline-block;
			margin: 12px 2px 0;
		}

		#apuntarse_club input[type="text"].error, #apuntarse_club input[type="number"].error{
			border: 1px solid red;
		}

		#apuntarse_club .nombre{ width: calc(30% - 25px); }
		#apuntarse_club .apellidos{ width: calc(40% - 25px); }
		#apuntarse_club .fecha_nac{ width: calc(30% - 25px); }
		#apuntarse_club .email{ width: calc(40% - 25px); }
		#apuntarse_club .cod_postal{ width: calc(20% - 25px); }
		#apuntarse_club .cod_invitacion{ width: calc(40% - 25px); }

		#apuntarse_club .btn_apuntarse{
			text-align: center;
			background-color: #000;
			color: #fff;
			width: 39%;
			padding: 8px 0;
			display: inline-block;
			border-radius: 0px;	
			font: 12px 'Graphik-Semibold';
			text-transform: uppercase;
			text-decoration: none;
		}

		#apuntarse_club form p{
		    text-transform: none;
		    display: inline-block;
		    padding: 0;
		    vertical-align: top;
		    text-align: center;
		}

		#apuntarse_club form p a{color: #CD3D41;}

		#apuntarse_club form p.error, #apuntarse_club form p.error a{
			color: red;
		}

		#apuntarse_club form p.ast{width: calc(100% - 25px); margin: 12px 2px 12px;}
		#apuntarse_club form p.cond{width: calc(100% - 25px); margin: 12px 0 12px 0px;}

	#apuntarse_club .gracias{
		padding: 20px 10px;
		text-align: center;
		background-color: #fff;
		color: #000;
		width: 200px;
		margin-left: calc(50% - 100px);
		position: absolute;
	    top: calc(50% - 75px);
	    left: 0;
	    display: none;
	}

		#apuntarse_club .gracias h2{
			padding: 0;
			font: 24px 'BebasNeue';
		}

		#apuntarse_club .gracias h2 span{
			font: 10px 'Gilroy-ExtraBold';
			text-transform: uppercase;
		}

		#apuntarse_club .gracias img{
			position: relative;
			width: auto;
			top: 0;
			left:0;
			margin-bottom: 10px;
		}

section.el_club{
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

	section.el_club h2{
		font: 143px 'BebasNeue';
		letter-spacing: 13px;
	}

	section.el_club div{
		text-align: justify; 
		font: 14px/25px 'Gilroy-Light';
		padding-right: 35px;
		width: calc(50% - 70px);
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	section.el_club div.nopad{		
		padding-left: 65px;
		padding-right: 0;
		width: calc(50% - 35px);
	}

	section.el_club div img{
		width: 100%
	}

	section.el_club p{
		font: 10px 'Graphik-Semibold';
		margin-top: 75px;
		margin-bottom: 30px;
	}

		section.el_club p span{
			font: 24px 'BebasNeue';
		}

		section.el_club p a.btn{
			margin: 0;
		}

.recuperar_codigo .form{
	background-image: url(../img/sbs/bg_apuntarse2c.png), url(../img/sbs/bg_apuntarse2b.png);
	background-size: 235px, 255px;
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
	background-color: #F4E5F0;
    font-family: 'Gilroy-Light';
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    padding: 30px 0;
	position: relative;
}

	.recuperar_codigo .form #crema3{
		position: absolute;
		top: 50%;
		left: 10%;
	}

	.recuperar_codigo .form #rimel{
		position: absolute;
		top: 22%;
		right: 5%;
	}

	.recuperar_codigo .form p{
		width: 560px;
		text-transform: uppercase;
		margin: 0 auto 20px;
		/* padding-bottom: 20px; */
		letter-spacing: 1px;
	}

	.recuperar_codigo .form p.info{
		width: 100%;
		margin: 20px auto 0;
	}


	.recuperar_codigo .form input[type="text"] {
	    border: 0;
	    padding: 0 10px;
	    width: 100%;
	    height: 30px;
	    line-height: 30px;
	    display: inline-block;
	    margin-top: 12px;
	    width: 320px;
	}

	.recuperar_codigo .form input[type="text"].error{
		border: 1px solid red;
	}

	.recuperar_codigo .form .btn_recibir_cod {
	    text-align: center;
	    background-color: #000;
	    color: #fff;
	    width: 320px;
	    padding: 8px 0;
	    display: inline-block;
	    border-radius: 0px;
	    font: 12px 'Graphik-Semibold';
	    text-transform: uppercase;
	    text-decoration: none;
	    margin-top: 10px;
	    z-index: 1;
    	position: relative;
	}

.recuperar_codigo section.faq{
	max-width: 980px;
	width: 100%;
	margin: 85px auto;
	font: 14px/22px 'Gilroy-Light';
}

	.recuperar_codigo section.faq h2{
		position: absolute;
		top: -50px;
		right: 5%;
		font: 120px 'BebasNeue';
		letter-spacing: 10px;
	}

	.recuperar_codigo section.faq img{
		width: calc(50% - 70px);
		padding-right: 55px;
		display: inline-block;
	}

	.recuperar_codigo section.faq p{
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-top: 140px;
		text-align: justify;
		line-height: 23px;
		letter-spacing: 2px;
	}

	.recuperar_codigo section.faq b{
		font-family: 'Gilroy-ExtraBold';
	}

section.desapuntarme-ok{
	background-image: url(../img/sbs/bg_apuntarse2c.png), url(../img/sbs/bg_apuntarse2b.png);
	background-size: 235px, 255px;
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
	width: 100%;
	font: 14px 'Gilroy-ExtraBold';
	text-align: center;
	padding: 40px 0;    
	letter-spacing: 2px;
	background-color: #F4E5F0;
	text-transform: uppercase;
}

	section.desapuntarme-ok h2{
		font: 130px 'BebasNeue';
		letter-spacing: 6px;
	}

	section.desapuntarme-ok img{
		margin-top: 20px;
		width: 280px;
	}

	section.desapuntarme-ok p{
		line-height: 20px;
	}

/*************** Plan Y Review ****************/

.plan h2{
	font: 22px 'Graphik-Semibold';
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.plan article {
    margin-bottom: 20px;
}

	.plan .imagen img{
		width: 100%;
	}

	.plan .gallery{
		position: relative;
		width: 100%;
		display: inline-block;
	}

		.plan .gallery .carrousel{
			width: 100%;
			display: inline-block;
			position: relative;
			background-color: transparent;
			overflow: hidden;
			z-index: 1;
		}

			.plan .gallery .carrousel ul {
			    top: 0;
			    left: 0;
			    position: absolute;
			    width: 60000px;
			    margin: 0;
			    padding: 0;
			}

				.plan .gallery .carrousel ul li{
					display: inline-block;
					width: 100%;
					vertical-align: top;
					float: left;
				}

					.plan .gallery .carrousel ul li figure{
						width: 100%;
						overflow: hidden;
					}

					.plan .gallery .carrousel ul li figure img{
						width: 100%;
					}

		.plan .gallery .arrows{
			opacity: 0;
		}

		.plan .gallery:hover .arrows{
			opacity: 1;
		}

		.plan .gallery .arrow_prev{
			/*height: 20px;
			width: 40px;
			display: block;
			border-radius: 25px;
			background-color: #E8344A ;
			color: #F4E6DF;
			position: absolute;
			top: calc(50% - 10px);
			left: -24px;
			padding-top: 4px;
			padding-left: 8px;*/
			height: 35px;
			width: 40px;
			display: block;
			background-color: #fff;
			color: #000;
			padding-top: 15px;
			padding-left: 12px;
			position: absolute;
			top: calc(50% - 25px);
			left: 0px;
			z-index: 10;
		}

		.plan .gallery .arrow_next{
			/*height: 20px;
			width: 40px;
			display: block;
			border-radius: 25px;
			background-color: #E8344A ;
			color: #F4E6DF;
			position: absolute;
			top: calc(50% - 10px);
			right: -20px;
			text-align: right;
			padding-top: 4px;
			padding-right: 8px;*/
			height: 35px;
			width: 40px;
			display: block;
			background-color: #fff;
			color: #000;
			text-align: right;
			padding-top: 15px;
			padding-right: 12px;
			position: absolute;
			top: calc(50% - 25px);
			right: 0;
			z-index: 10;
		}

		.plan .gallery .arrow_prev.desactivo, .plan .gallery .arrow_next.desactivo{
			opacity: 0.5;
		}

	.plan .description{
		font: 14px/24px 'Gilroy-Light';
		text-align: justify;
	}

	.plan .description p{
		padding-top: 10px;
	}

	.plan .description p img{
		width: 100%;
	}

	.plan .description img.ak_emoticono{
		width: auto;
	}

	.plan .description strong, .plan .description b{
		font-family: 'Gilroy-ExtraBold';
	}

	.plan .info div{
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding: 10px 10px 10px 30px;
		position: relative; 
		margin-top: 40px;
		font: 14px/18px 'Gilroy-Light';
		color: #707070;
	}

		.plan .info strong, .plan .info b{
			font-family: 'Gilroy-ExtraBold';
		}

		.plan .info div:after{
			content: 'info';
			position: absolute;
			top: -22px;
			left: 0;
			color: #707070;
			background-color: #fff;
			font: 32px 'BebasNeue';
			width: 65px;
			letter-spacing: 4px;
		}

	.plan a{
		color: #CD3D41;
	}

	.plan .btn{
		margin: 40px 0 40px calc(50% - 75px);
	}

.review h2{
	font: 22px 'Graphik-Semibold';
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.review article {
    margin-bottom: 20px;
}

.review article.imagen{
	position: relative;
	display: grid;
    grid-template-columns: 40% calc(60% - 40px);
    align-items: start;
}
	
	.review .imagen figure{
		width: 100%;
		display: inline-block;
	}

		.review .imagen img{
			width: 100%;
		}

	.review .imagen .info, .review .gallery .info{
		width: calc(100% - 30px);
		margin-left: 30px;
		font: 14px/20px 'Gilroy-Light';
		display: inline-block;
		vertical-align: top;
		text-align: justify;
		align-self: center;
	}

	.review .imagen .info p, .review .imagen .info ul, .review .gallery .info p, .review .gallery .info ul{
		margin-bottom: 10px;
	}

	.review .imagen .info p:last-child, .review .gallery .info p:last-child{
		margin-bottom: 0px;
	}

	.review .imagen .info li, .review .gallery .info li, .el_club li{
		list-style: initial;
		margin-left: 20px;
    	margin-bottom: 5px;
	}


	.review .imagen .info b, .review .gallery .info b{
		text-transform: uppercase;
		font-family: 'Graphik-Semibold';
		letter-spacing: 2px;
	}

	.review .imagen .info a, .review .gallery .info a{
		color: #CD3D41;
		text-decoration: none;
	}

	.review .gallery{
		position: relative;
		display: grid;
		grid-template-columns: 40% calc(60% - 40px);
		align-items: start;
	}

		.review .gallery .imagenes{
			display: inline-block;
			position: relative;
			width: 100%;
		}

		.review .gallery .carrousel{
			width: 100%;
			display: inline-block;
			position: relative;
			background-color: transparent;
			overflow: hidden;
			z-index: 1;
		}

			.review .gallery .carrousel ul {
			    top: 0;
			    left: 0;
			    position: relative;
			    width: 60000px;
			    margin: 0;
			    padding: 0;
			}

				.review .gallery .carrousel ul li{
					display: inline-block;
					width: 100%;
					vertical-align: top;
					float: left;
				}

					.review .gallery .carrousel ul li figure{
						width: 100%;
						overflow: hidden;
					}

					.review .gallery .carrousel ul li figure img{
						width: 100%;
					}


					
		.review .gallery .arrows{
			opacity: 0;
		}

		.review .gallery:hover .arrows{
			opacity: 1;
		}

		.review .gallery .arrow_prev{
			height: 20px;
			width: 25px;
			display: block;
			border: 0px solid #000;
			color: #000;
			position: absolute;
			top: calc(50% - 10px);
			left: 0px;
			padding-top: 4px;
			padding-left: 5px;
			z-index: 10;
			background-color: #fff;
		}

		.review .gallery .arrow_next{
			height: 20px;
			width: 25px;
			display: block;
			border-radius: 0px;
			border: 0px solid #000;
			color: #000;
			position: absolute;
			top: calc(50% - 10px);
			right: 0px;
			text-align: right;
			padding-top: 4px;
			padding-right: 5px;
			z-index: 10;
			background-color: #fff;
		}

		.review .gallery .arrow_prev.desactivo, .review .gallery .arrow_next.desactivo{
			opacity: 0.5;
		}


	.review .opiniones h4{
		font: 16px 'Graphik-Semibold';
		text-transform: uppercase;
		margin-bottom: 20px;
		margin-left: -40px;
		letter-spacing: 2px;
	}

	.review .opiniones{
		font: 14px/24px 'Gilroy-Light';
		margin: 20px 40px;
		text-align: justify;
	}

	.review .veredicto{
		background-color: #FAE8E0;
		padding: 30px 40px;
		width: calc(100% - 80px);
		position: relative;
		font: 14px/24px 'Gilroy-Light';
		text-align: justify;
		margin-top: 30px;
	}

		.review .veredicto h4{
			font: 32px 'BebasNeue';
			position: absolute;
			top: -10px;
			left: 40px;
			letter-spacing: 3px;
		}

		.review .veredicto h4 span{
			font: 13px 'Graphik-Semibold';
			letter-spacing: 2px;
		}

	.review .btn {
	    margin: 40px 0 40px calc(50% - 75px);
	}


/**************** Overlay **************/
.overlay{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

	.overlay .popup{
		position: absolute;
		height: 430px;
		width: 300px;
		top: calc(50% - 215px);
		left: calc(50% - 150px);
		background: #fff;
		padding: 6px;
		display: none;
	}
	
		.overlay .popup .box{
			border: 1px solid #000;
			color: #000;
			font-family: 'Gilroy-ExtraBold';
			padding: 0 15px;
			text-align: center;
			position: relative;
			height: 100%;
			
		}
		
		.overlay .popup .btn_close{
			position: absolute;
			top: 5px;
			right: 10px;
			font-size: 16px;
			margin-bottom: 30px;
			text-decoration: none;
			color: #000;
		}
		
		.overlay .popup .box p{
			margin-top: 50%;
		}

		.overlay .popup#form_sorteo form{
			margin-top: 28px;
		}
		
		.overlay .popup#form_sorteo h5{
			text-transform: uppercase;
			line-height: 30px;
			padding-top: 15px;
		}

			.overlay .popup#form_sorteo h5 span{
				font-size: 40px;
				font-family: 'BebasNeue';
				line-height: 50px;
			}
		
		.overlay .popup#form_sorteo input[type="text"]{
			border: 1px solid #000;
			margin: 15px 0 0;
			height: 48px;
			padding: 0 10px;
			position: relative;
			width: 100%;
		}
		
		.overlay .popup#form_sorteo input[type="text"].error{
			border: 1px solid red;	
		}

		.overlay .popup#form_sorteo .btn_enviar{
			background-color: #000;
			color: #fff;
			width: 100%;
			height: 40px;
			line-height: 40px;
			display: inline-block;
			text-decoration: none;
			margin-top: 15px;
		}
		

		.overlay .popup#form_sorteo .cond{
			font-size: 12px;
			margin: 30px 0;
			font-family: 'Gilroy-Light';
			text-align: left;
		}
		
			.overlay .popup#form_sorteo .cond a{
				color: #000;
			}
			
		.overlay .popup#form_sorteo .cond.error, .overlay .popup#form_sorteo .cond.error a{
			color: red;
		}

		
		.overlay .popup#sorteo_lista_espera .box{
			text-transform: uppercase;
			line-height: 25px;
		}

			.overlay .popup#sorteo_lista_espera .box img{
				width: 100px;
				margin-bottom: 10px;
			}
		
			.overlay .popup#sorteo_lista_espera .box p{
				margin-top: 40px;
			}

			.overlay .popup#sorteo_lista_espera .box span{
				font-size: 50px;
				font-family: 'BebasNeue';
			}
		
		.overlay .popup#sorteo_apuntada{
			top: calc(50% - 225px);
		}
		
		.overlay .popup#sorteo_apuntada .box{
			text-transform: uppercase;
			line-height: 35px;
		}
		
		.overlay .popup#sorteo_apuntada .box span{
			font-size: 60px;
			font-family: 'BebasNeue';
		}

strong{
	font-family: 'Gilroy-ExtraBold';
}

em{
	font-style: italic;
}

a {
    color: #CD3D41;
    text-decoration: none;
}

.mobile{
	display: none;
}

article.opiniones ol, article.opiniones ul {
	list-style: initial;
	margin-left: 40px;
}

article.description ol, article.description ul {
	list-style: initial;
	margin-left: 40px;
}

article p{
	margin: 15px 0;
	letter-spacing: 1px;
}

a.black{
	color:#000
}

a.white{
	color:#fff
}

.grid_center{
	position: relative;
    display: grid;
    grid-template-columns: 40% calc(60% - 40px);
    align-items: start;
}

.grid_center .image_grid{
    width: 100%;
    display: inline-block;
}

section#planes_reviews li img {
    width: 100%;
}

section#planes_reviews li .grid_center .text_grid{
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    text-align: justify;
	align-self: center;
	margin: 0 0 0 30px;
}

#apuntarse_mobile{
	display: none;
}

i{
	font-style: italic;
}

b{
	font-weight: bold;
}

.not_reviews{
	text-align: center;
	padding: 30px;
	line-height: 30px;
	box-sizing: border-box;
}