/** ADMIN PANEL **/
.sorteos-bg{
	background-color: #ef1860;
}
.descuentos-bg{
	background-color: #1b6bf7;
}
.muestras-bg{
	background-color: #9f3aae;
}
#pwbox-2{
	border: 2px solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

#tabs-1{
	background-color:#ffdce7;
	border-top: 8px solid #ef1860;
}
#tabs-2{
	background-color:#fce8ff;
	border-top: 8px solid #9f3aae;
}
#tabs-3{
	background-color:#c5d2e8;
	border-top: 8px solid #1b6bf7;
}
input[type="text"], input[type="number"], select, textarea, input[type="date"]{
	border:1px solid #999;
	margin-bottom:10px;
}
input[type="submit"]{
	display:block;
	width:100%;
	border-radius:5px;
	background-color:#000;
	color:#fff;
	padding:5px 5px;
	font-size:16px;
}

/** Generales **/
body{
	font-family: 'Open Sans', sans-serif;
	background-color:#f7f8f3!important;
}
.container{
	max-width:1140px!important;
}

/** Colores **/
.bg-gradient{
	background-image:url("../img/Home-Header-BG.jpg");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
}
.bg-black{
	background-color:#000000;
}
.bg-grey{
	background-color:#f7f8f3;
}
.bg-cream{
	background-color:#f6ecd1;	
}
.bg-yellow{
	background-color:#ffe480;
}
.bg-green{
	background-color:#a4d33e;
}
.bg-sorteos{
	background-color:#ef1860;
}
.bg-descuentos{
	background-color:#1b6bf7;
}
.bg-muestras{
	background-color:#9f3aae;
}

@media screen and (max-width:475px){
	.bg-gradient{
		background-size:cover;
	}
}
/** Tipografia **/
body{
	line-height:normal!important;
}
strong{
	font-weight: 600!important
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Pangolin', cursive;	
}
h1{
	font-size:36px!important;
}
h2{
	font-size:32px!important;
	line-height:42px;
}
.pangolin{
	font-family: 'Pangolin', cursive;
}
.opensans{
	font-family: 'Open Sans', cursive;
}
.text-20{
	font-size:20px!important;
}
.text-23{
	font-size:23px;
}

@media screen and (max-width:475px){
	h2{
		font-size:27px!important;
		line-height:38px;
	}
}
/** Botones **/
.cta-primary{
	display: inline-block;
    background-color: #000;
    border-radius: 37px;
    height: 54px;
	line-height:54px;
    padding: 0 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.cta-primary:hover{
	background-color:#be0040;
}
/** Header **/
.header-first-row{
	height:80px;
}
.header-first-row .cta-header{
	border-radius:50px;
	background-color:#000;
	line-height:23px;
	height:32px;
	margin-top:-2px;
}
.header-first-row .cta-header:hover{
	background-color:#be0040;
}
.header-first-row .cta-header a:hover::after{
	display:none!important;
}
.header-second-row{
	border-bottom:2px solid rgba(0,0,0,0.2);
}
body.archive .header-second-row{
	border:0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu{
	display:flex;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li{
	position:relative;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(1){
	border-left: 1.5px solid #951cd3;
    border-right: 1.5px solid #5f20eb;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(2){
    border-right: 1.5px solid #2b23eb;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(3){
    border-right: 1.5px solid #2a31f3;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
	font-family: 'Pangolin', cursive!important;
	font-size:20px!important;
	text-transform:uppercase!important;
	color:#fff!important;
	padding:0 20px!important;
	background-color:#000;
	height: 60px;
    display: flex!important;
    align-items: center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-m-muestras.mega-current-menu-item a.mega-menu-link, body.tax-filtrosmuestras #mega-menu-main-menu > li.mega-m-muestras a.mega-menu-link{
	background-color:#9f3aae!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-m-descuentos.mega-current-menu-item a.mega-menu-link, body.tax-filtrosdescuentos #mega-menu-main-menu > li.mega-m-descuentos a.mega-menu-link{
	background-color:#1b6bf7!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-m-sorteos.mega-current-menu-item a.mega-menu-link, body.tax-filtrossorteos #mega-menu-main-menu > li.mega-m-sorteos a.mega-menu-link{
	background-color:#ef1860!important;
}

#menu-menu-principal-mobile{
	padding:8px 0;
}
#menu-menu-principal-mobile li a{
	font-family: 'Pangolin', cursive;
	font-size:15px;
	text-transform:uppercase;
	color:#fff!important;
	padding:2px 10px;
	display:inline-block;
	line-height:15px;
}

#menu-menu-principal-mobile li:nth-of-type(1) a, #menu-menu-principal-mobile li:nth-of-type(2) a{
	border-right:1px solid #e3e6e3;
}

#menu-menu-principal-mobile{
	text-align:center;
}
#menu-menu-principal-mobile li{
	display:inline-block;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:after{
	content:"";
	background-image:url("../img/menu-arrow.svg");
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	width:14px;
	height:9px;
	margin-left:7px;
	top: 0;
    position: relative;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item  ul.mega-sub-menu{
	display:none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover  ul.mega-sub-menu{
	display:block;
	position:absolute;
	z-index:5;
	top:60px;
	left:0;
	width:100%;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    border-top: 2px solid rgba(0,0,0,0.2);
	min-width:250px;
	padding-left:29px;
	padding-right:29px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
	display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 34px;
    color: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover.m-sorteos ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover.m-sorteos{
	background-color:#ef1860;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover.m-descuentos ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover.m-descuentos{
	background-color:#1b6bf7;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover.m-muestras ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover.m-muestras{
	background-color:#9f3aae;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.m-sorteos a:hover{
	background-color:#ef1860!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.m-descuentos a:hover{
	background-color:#1b6bf7!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.m-muestras a:hover{
	background-color:#9f3aae!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.m-sorteos.current-menu-item{
	background-color:#ef1860!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.m-descuentos.current-menu-item{
	background-color:#1b6bf7!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.m-muestras.current-menu-item{
	background-color:#9f3aae!important;
}
.mega-menu-toggle{
	display:none;
}
#menu-submenu-principal{
	display:flex;
}
#menu-submenu-principal li a{
	font-size:15px;
	color:#fff!important;
	margin:0 20px 2px;
	display:inline-block;
	position:relative;
}
#menu-submenu-principal li a:hover::after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#menu-submenu-principal li{
	border-right: 1px solid rgba(255,255,255,0.45);
}
#menu-submenu-principal li:last-of-type{
	border-right: 0;
}
#menu-menu-superior{
	display:flex;
	flex-direction:end;
}
#menu-menu-superior li a{
	font-size: 15px;
    color: #fff!important;
    margin: 3px 20px 5px;
    display: inline-block;
	position:relative;
}
#menu-menu-superior li a:hover::after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#menu-menu-superior li:first-of-type{
	border-right: 1px solid rgba(255,255,255,0.45);
}

#mobile-menu{
	position: fixed;
    height: 100vh;
    width: 100vw;
    background-image:url(../img/Header-BG-M.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    top: 0;
    z-index: 999;
	overflow-x: scroll;
}


.menu-menu-principal-container{
	width:100%;
}

@media screen and (max-width:475px){
	.mega-indicator{
		display: block;
    	width: 40px;
    	height: 40px;
    	position: absolute;
    	right: 9px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		position:relative;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:after{
		top: 21px;
    	position: absolute;
    	right: 21px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover ul.mega-sub-menu {
    	display: block;
    	position: static;
    	z-index: 5;
    	top: 54px;
    	left: 0;
    	width: 100%;
    	border-bottom-right-radius: 0;
    	border-bottom-left-radius: 0;
    	padding-bottom: 15px;
    	padding-top: 10px;
		border-top: 0;
		min-width: 250px;
    	padding-left: 21px!important;
		padding-right: 24px!important;
	}
	#mobile-menu-cover{
		height:180%;
		width:100%;
		background-color: rgba(0,0,0,0.35);
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu{
		display:block!important;
	}
	#mega-menu-main-menu li a{
		width:100%;
	}
	#mega-menu-main-menu li{
		margin-right:0;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(1) > a.mega-menu-link{
		background-color:#ef1860!important;
		font-family: 'Pangolin';
  		font-size: 21px;
		height: 55px;
    	line-height: 55px;
		padding:0 20px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(1) > ul.mega-sub-menu{
		background-color:#ef1860!important;
		padding:0px 12px 15px 12px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout:nth-of-type(1) ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		background-color:rgba(0,0,0,0)!important;
		color:#fff!important;
		font-size:17px!important;
		line-height:40px!important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(2) > a.mega-menu-link{
		background-color:#1b6bf7!important;
		font-family: 'Pangolin';
  		font-size: 21px;
		height: 55px;
    	line-height: 55px;
		padding:0 20px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(2) > ul.mega-sub-menu{
		background-color:#1b6bf7!important;
		padding:0px 12px 15px 12px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout:nth-of-type(2) ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		background-color:rgba(0,0,0,0)!important;
		color:#fff!important;
		font-size:17px!important;
		line-height:40px!important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(3) > a.mega-menu-link{
		background-color:#9f3aae!important;
		font-family: 'Pangolin';
  		font-size: 21px;
		height: 55px;
    	line-height: 55px;
		padding:0 20px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(3) > ul.mega-sub-menu{
		background-color:#9f3aae!important;
		padding:0px 12px 15px 12px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout:nth-of-type(3) ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		background-color:rgba(0,0,0,0)!important;
		color:#fff!important;
		font-size:17px!important;
		line-height:40px!important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
		background-image:url("../img/menu-arrow.svg")!important;
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
		content: ""!important;
		width: 16px!important;
		height: 8px!important;
		top: 22px!important;
		background-repeat: no-repeat!important;
	}
	#mega-menu-main-menu > li > a:after{
		top: 0;
		position: absolute;
		right: 7px;
		width: 50px;
		height: 50px;
		background-position: center center;
		background-size: 17px 17px;
		margin-left:0;
	}
	#menu-mobile-menu-secundario li{
		margin-bottom:12px;
	}
	#menu-mobile-menu-secundario li a{
		color:#fff;
		font-size:17px;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle{
		display:none!important;
	}
}
@media screen and (max-width:400px){
	#mobile-menu-cover{
		height:200%;
	}
}

/** Componentes **/
.breadcrumbs{
	border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
#breadcrumbs span{
	font-size: 14px;
    color: #666666;
}
.item-info h1{
	font-size:32px;
	line-height:42px;
	margin-bottom:10px;
}
.item-info div{
	font-size:20px;
	line-height:30px;
	letter-spacing:0.2px;
	margin-bottom:25px;
}

.related-content .related-content-title{
	font-size:19px;
	font-weight:bold;
}

.related-content .related-item{
	max-width:300px;
	text-align:center;
	margin-right:27px;
}
.related-content .related-item h3{
	font-size:15px;
	color:#000;
	display:inline;
	font-weight:600;
}
.related-content .related-item span{
	font-size:15px;
	color:#666666;
	display:inline;
}

@media screen and (max-width:768px){
	.related-content .related-item{
		margin-right:15px;
	}
}
/** Pill-menu item **/
.filter-item{
	overflow-y:scroll;
}
.bg-sorteos .filter-item .pill-item{
	background-color: #f24680;
    padding: 7px 20px 10px;
    color: #fff;
    border-radius: 30px;
    margin-right: 10px;
	max-height:40px;
	text-wrap: nowrap;
}
.bg-descuentos .filter-item .pill-item{
	background-color: #498BF9;
    padding: 7px 20px 10px;
    color: #fff;
    border-radius: 30px;
    margin-right: 10px;
	max-height:40px;
	text-wrap: nowrap;
}
.bg-muestras .filter-item .pill-item{
	background-color: #B261BF;
    padding: 7px 20px 10px;
    color: #fff;
    border-radius: 30px;
    margin-right: 10px;
	max-height:40px;
	text-wrap: nowrap;
}

@media screen and (max-width:475px){
	.bg-descuentos .filter-item .pill-item:first-of-type, .bg-sorteos .filter-item .pill-item:first-of-type, .bg-muestras .filter-item .pill-item:first-of-type{
		margin-left:15px;
	}
}
.post-type-archive-sorteos .filter-item .pill-item:first-of-type, .bg-sorteos .filter-item .pill-item:hover{
	background-color: #be0040;
}
.post-type-archive-muestras .filter-item .pill-item:first-of-type, .bg-muestras .filter-item .pill-item:hover{
	background-color: #6d1c79;
}
.post-type-archive-descuentos .filter-item .pill-item:first-of-type, .bg-descuentos .filter-item .pill-item:hover{
	background-color: #0044bc;
}
/** Card sorteo list **/
.card-sorteo-list{
	background-color: #fff;
    border-radius: 30px;
    box-shadow: 1px 0 20px rgba(0,0,0,0.12);
    padding: 30px 25px;
}
.card-sorteo-list p{
	font-size:20px;
}
.card-sorteo-list ul li a, .card-sorteo-list div.expire-today a{
	display:block;
	color:#ef1860;
	background-color:#f4f1ea;
	border-radius:10px;
	padding:10px 15px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:600;
	position:relative;
}
.card-sorteo-list ul li a.active, .card-sorteo-list ul li a:hover, .card-sorteo-list ul li a.expire-today{
	background-color:#ffe99c;
	font-weight:900;
}
.card-sorteo-list div.expire-today a.expire-today-sorteos{
	text-align: center;
	background-color:#a4d33e;
	color:#000000;
}

.card-sorteo-list ul li a::after{
	content:"";
	width:8px;
	height:15px;
	display:none;
	position:absolute;
	background-image:url(../img/angle-sorteos.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	top:16px;
	right:13px;
}
.card-sorteo-list ul li:hover a::after{
	display:inline-block;
}
.pill-next-lottery-date{
	background-color: #f4f1ea;
    min-height: 40px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:18px;
	color:#ef1860;
	font-weight:bold;
}
.pill-next-lottery-number{
	background-color: #f4f1ea;
    min-height: 40px;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:18px;
	color:#ef1860;
	font-weight:bold;
}

@media screen and (max-width:475px){
	.card-sorteo-list{
		padding:25px 25px;
		margin-top:70px;
	}
}
/** que es **/
.gift-block{
	top:100px;
}
.pic-popcorn img:nth-of-type(1){
	top: 140px;
    position: absolute;
    z-index: 1;
    transform: rotate(-25deg);
    left: -50px;
}
.pic-popcorn img:nth-of-type(2){
	top: 70px;
    position: absolute;
    z-index: 2;
}
.pic-iphone img:nth-of-type(1){
	right: 0;
    transform: rotate(-15deg);
    top: 260px;
}
.pic-iphone img:nth-of-type(2){
    right: 60px;
    top: 210px;
    transform: rotate(-15deg);
}
.pic-car img:nth-of-type(1){
	right: 190px;
    top: 190px;
    z-index: 20;
    transform: rotate(-5deg);
}
.pic-car img:nth-of-type(2){
	right: 220px;
    top: 170px;
    z-index: 21;
}
.pic-money img:nth-of-type(1){
	top: 260px;
    left: 130px;
    z-index: 22;
    transform: rotate(-5deg);
}
.pic-money img:nth-of-type(2){
	top: 260px;
    z-index: 23;
    left: 176px;
}
.pic-plane img:nth-of-type(1){
	left: 230px;
    top: 150px;
    transform: rotate(-45deg);
}
.pic-plane img:nth-of-type(2){
	left: 250px;
    top: 70px;
    transform: rotate(-10deg);
}
.pic-giftgreen img{
	right: 130px;
    top: 99px;
}
.pic-giftorange img{
	left: 448px;
    top: 318px;
}
.pic-discount img{
	left: 340px;
    top: 200px;
    z-index: 25;
}
.pic-gift img{
	top: -10px;
    position: absolute;
    left: 50px;
}
/** Cómo funciona **/
.step{
	max-width: 280px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 32px 35px;
    border-top: 3px solid #ffe480;
    border-left: 3px solid #ffe480;
	position:relative;
}
.step .step-number{
	position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    background-color: #ffe480;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ff6900;
    border-radius: 50px;
}
.step .step-text{
	font-size: 18px;
    font-weight: 600;
	margin-top:15px;
}
/** Carrousel de relacionados **/
.slide-container{
	overflow-y:scroll;
	padding-bottom:30px;
}
.slide-controllers{
	position:relative;
}
.slider-controllers{
	max-width:1300px;
}
#left-button{
	content:"";
	display:inline-block;
	position:absolute;
	left:-25px;
    width: 50px;
    height: 50px;
	top:-220px;
	background-image:url("../img/angle-left.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
#right-button{
	content:"";
	display:inline-block;
	position:absolute;
	right:-25px;
    width: 50px;
    height: 50px;
	top:-220px;
	background-image:url("../img/angle-right.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

@media screen and (max-width:475px){
	#left-button{
		left:5px;
	}
	#right-button{
		right:5px;
	}
	.slide-controllers #left-button{
		left:-20px;
	}
	.slide-controllers #right-button{
		right:-20px;
	}
}
/** Faldón elementos **/
.bg-faldon{
	background-image:url("../img/home-tkts-off.png");
	background-position:left bottom;
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:-100px;
}
.bg-faldon-intern{
	background-image:url("../img/tickets-off-intern.svg");
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 375px;
    position: absolute;
}

.bg-faldon-intern .pic-plane img:nth-of-type(2) {
    left: 310px;
    top: -20px;
    transform: rotate(-10deg);
}
.bg-faldon-intern .pic-plane img:nth-of-type(1) {
    left: 320px;
    top: 10px;
    transform: rotate(-45deg);
}
.bg-faldon-intern .pic-discount img {
    left: 210px;
    top: 130px;
    z-index: 25;
    width: 140px;
}
.bg-faldon-intern .pic-popcorn img:nth-of-type(2) {
    top: -30px;
    position: absolute;
    z-index: 2;
    left: -50px;
}
.bg-faldon-intern .pic-popcorn img:nth-of-type(1) {
    top: 20px;
    position: absolute;
    z-index: 1;
    transform: rotate(-25deg);
    left: -90px;
}
.bg-faldon-intern .pic-giftorange img{
	left: 448px;
    top: 118px;
}
.bg-faldon-intern .pic-gift img {
    top: -40px;
    position: absolute;
    right: -10px;
    transform: rotate(45deg);
	left:auto;
}
.bg-faldon-intern .pic-giftgreen img {
    right: 310px;
    top: 19px;
}
.bg-faldon-intern .pic-car img:nth-of-type(2) {
    right: 460px;
    top: 110px;
    z-index: 21;
    width: 165px;
}
.bg-faldon-intern .pic-iphone img:nth-of-type(2) {
    right: 511px;
    top: -40px;
    transform: rotate(37deg);
    width: 140px;
}
.bg-faldon-intern .pic-money img:nth-of-type(2) {
    top: 110px;
    z-index: 23;
    left: 136px;
}
.bg-faldon-intern .pic-money img:nth-of-type(1) {
    top: 130px;
    left: 90px;
    z-index: 22;
    transform: rotate(-5deg);
}

.bg-faldon-intern .pic-car img:nth-of-type(1) {
    right: 410px;
    top: 80px;
    z-index: 20;
    transform: rotate(-5deg);
}

.bg-faldon-intern .pic-iphone img:nth-of-type(1) {
    right: 430px;
    transform: rotate(12deg);
    top: -50px;
    width: 150px;
}

.bg-faldon-intern .pic-iphone-2 img:nth-of-type(1) {
    right: 60px;
    top: 76px;
    transform: rotate(348deg);
}
.bg-faldon-intern .pic-iphone-2 img:nth-of-type(2) {
    right: 125px;
}

.bg-faldon-intern .pic-hm img:nth-of-type(2){
	right: 110px;
    top: 70px;
    width: 150px;
    transform: rotate(12deg);
}
.bg-faldon-intern .pic-hm img:nth-of-type(1){
	right: 70px;
    transform: rotate(350deg);
    top: 60px;	
}

.bg-faldon #girl-premios-faciles{
	padding-bottom:30px;
}
.faldon-home-bg #girl-premios-faciles::before{
	content:url(../img/home_que-arrow.svg);
	display:inline-block;
	position: absolute;
    width: 130px;
    top: 260px;
    left: -70px;
}

.faldon-home-bg{
	margin-top:-130px;
}

@media screen and (max-width:768px){
	.bg-faldon-mobile{
		background-image:url("../img/home-tkts-off.png");
		background-position: -100px 0;
    	background-size: 171%;
    	background-repeat: no-repeat;
    	min-height: 460px;
		max-width: 100vw;
    	overflow-x: hidden;
	}
	.bg-faldon-mobile #girl-premios-faciles{
		width: 91%;
    	right: -107px;
	}
	.pic-gift img {
		top: 0;
		position: absolute;
		left: 20px;
		width: 80px;
	}
	.pic-car img:nth-of-type(2) {
		left: 38px;
    	top: 375px;
    	z-index: 21;
    	width: 130px;
	}
	.pic-money img:nth-of-type(2) {
		top: 260px;
		z-index: 23;
		left: 0;
		width: 126px;
	}
	.pic-discount img {
		left: 84px;
		top: 150px;
		z-index: 25;
		width: 130px;
	}
	.pic-plane img:nth-of-type(2) {
		left: 110px;
		top: 45px;
		transform: rotate(-10deg);
		width: 160px;
	}
	.pic-money img:nth-of-type(1) {
		top: 251px;
		left: -60px;
		z-index: 22;
		transform: rotate(342deg);
		width: 210px;
	}
	.pic-car img:nth-of-type(1) {
		right: 195px;
		top: 382px;
		z-index: 20;
		transform: rotate(-5deg);
		width: 162px;
	}
	.pic-iphone img:nth-of-type(2) {
		left: 16px;
		top: 90px;
		transform: rotate(-15deg);
		width: 80px;
	}
	.pic-iphone img:nth-of-type(1) {
		left: -80px;
		transform: rotate(-15deg);
		top: 130px;
		width: 195px;
	}
	.pic-plane img:nth-of-type(1) {
    	left: 95px;
    	top: 62px;
    	transform: rotate(-45deg);
		width: 190px;
	}
}
/** Acordeón **/
.head-accordion{
	font-size: 18px;
    background-color: #fff;
    padding: 20px 45px 20px 20px;
    border-radius: 10px;
    font-weight: 600;
	display:inline-block;
	margin-top:10px;
	width:100%;
	position:relative;
}
.head-accordion.ui-accordion-header-active{
	position:relative;
	z-index:99;
	font-weight:bold;
}
.head-accordion::after{
	content:"";
	display:inline-block;
	position:absolute;
	right: 20px;
    top: 26px;
    width: 16px;
    height: 10px;
	background-image:url("../img/angle-faq.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.head-accordion.ui-accordion-header-active::after{
	transform: rotate(180deg)
}
.body-accordion{
	background-color: #fff7d9;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px 30px 40px;
    display: inline-block;
	line-height: 1.56;
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #000;
}
.body-accordion.ui-accordion-content-active{
	margin-top:-7px;
}

/** Slider **/
.mod-slider{
	overflow-y:scroll;
	overfloy-x:hidden;
	height: 410px;
    padding: 20px 14px;
    max-width: 1300px;
}
.mod-slider .card-slide-item{
	width: 422px;
    height: 340px;
}
.mod-slider .card-slide-item > div{
	position: absolute;
    z-index: 1;
	width: 422px;
    height: 340px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 30px;
	box-shadow:8px 0 30px rgba(0, 0, 0, 0.3);
	background-color:#f5f5f7;
}
.mod-slider .card-slide-item:nth-of-type(1){
	transform: rotate(-5deg);
}
.mod-slider .card-slide-item:nth-of-type(3){
	transform: rotate(5deg);
}
.mod-slider .card-slide-item:nth-of-type(4){
	margin-left:20px;
}
.mod-slider .card-slide-item-title{
	font-size: 23px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0.9;
	width:90%;
	padding: 15px 15px;
	bottom:20px;
}

.mod-slider .card-slide-item:nth-of-type(1) .card-slide-item-title{
	font-size: 18px;
}
.mod-slider .card-slide-item:nth-of-type(3) .card-slide-item-title{
	font-size: 18px;
}


.slider-controllers #left-button{
	left:5px;
	z-index:2;
	width: 65px;
    height: 65px;
}
.slider-controllers #right-button{
	right:5px;
	z-index:2;
	width: 65px;
    height: 65px;
}

.card-slide-flag{
	width:120px;
	height:110px;
	position:absolute;
	top:-5px;
	right:-5px;
	display:flex;
}
.card-slide-flag span{
	transform: rotate(45deg);
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.12px;
    font-weight: bold;
    text-align: center;
    margin-top: 31px;
    padding-right: 10px;
}
.card-slide-flag.flag-descuento-label span{
    font-size: 22px;
    font-weight: 800;
    top: 10px;
    position: absolute;
    left: 7px;
    color: #000;
}
.card-slide-flag.flag-descuento{
	background-image:url("../img/header-descuento.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.card-slide-flag.flag-descuento-label{
	background-image:url("../img/descuento-label.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.card-slide-flag.flag-sorteo{
	background-image:url("../img/header-sorteos.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}

.card-slide-flag.flag-muestra{
	background-image:url("../img/header-muestras.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}

@media screen and (max-width:768px){
	.card-slide-item:nth-of-type(1){
		transform: rotate(0deg);
	}
	.card-slide-item:nth-of-type(3){
		transform: rotate(0deg);
	}
	.card-slide-item > div{
		width:92vw;
	}
	.card-slide-flag{
		right:0;
	}
}
@media screen and (max-width:475px){
	.card-slide-item > div{
		width:100%!important;
	}
}
/** mod-social **/
.mod-social{
	position:fixed;
	left:0;
	top: 40%;
	background-color: rgba(255,255,255,0.8);
    width: 90px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index:99;
}
.mod-social-hidden{
	display:none;
}
@media screen and (max-width:475px){
	.mod-social{
		position:static;
		background: none;
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
	}
	.mod-social ul{
		display:flex;
		flex-direction:row;
	}
}
/** footer **/
.footer-title{
	font-size:25px;
}
.footer-subtitle{
	font-size:20px;
	font-weight:600;
	margin-bottom:5px;
	padding-bottom:10px;
	display:block;
}
.l-sorteos{
	border-bottom:2px solid #ef1860;
}
.l-muestras{
	border-bottom:2px solid #9f3aae;
}
.l-descuentos{
	border-bottom:2px solid #1b6bf7;
}
.footer-credits{
	border-top:1px solid #666666;
}
footer ul li a{
	color:#ccc!important;
	font-size:16px;
	line-height:38px;
	position:relative;
}
footer ul li a:hover::after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
footer #menu-menu-inferior{
	display:flex;
	justify-content:center;
}
footer #menu-menu-inferior li{
	margin-right:10px;
	margin-left:10px;
	position:relative;
}
footer #menu-menu-inferior li a:hover::after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
footer p.credits{
	color:#999999;
	font-size:15px;
}

@media screen and (max-width:992px){
	.menu-menu-inferior-container{
		border-top: 1px solid #666666;
    	border-bottom: 1px solid #666666;
		padding-top:5px;
		padding-bottom:5px;
	}
	footer #menu-menu-inferior{
		flex-direction:column;
	}
}	
/** Content **/
.body-content h3{
	margin-bottom:10px;
	font-size:20px;
}
.body-content p{
	font-size: 18px;
    line-height: 28px;
    display: block;
    min-height: 18px;
	margin-bottom:5px;
}
.wp-element-button, .wp-block-button__link{
	font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
}
.content-single{
	font-size: 20px;
    line-height: 1.5;
}

/** Formulario **/
.gform_wrapper{
	background-color:#fff;
	max-width:640px;
	padding:31px 44px 58px 44px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper textarea, .gform_wrapper select{
	border-radius: 10px;
    border: 1px solid #ccc;
}
.gform_wrapper input[type="text"]::placeholder, .gform_wrapper input[type="email"]::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder{
	color:#8c8c8c;
}
.gform_wrapper .gfield_radio .gchoice{
	display:inline-block;
	margin-right:15px;
}
.gform_wrapper .gform_footer{
	display:flex;
	justify-content:center;
	flex-direction:column!important;
}
.gform_wrapper.gravity-theme .gform_footer input{
	align-self: center;
}
.gform_wrapper .gfield_consent_label{
	font-size:14px;
}
.gform_wrapper .ginput_container_consent{
	display: flex;
    align-items: center;
}

.gform_wrapper .ginput_container_consent input[type="checkbox"]{
	transform: scale(1.5);
    margin-right: 12px!important;
	border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12.5px;
    height: 12.5px;
}
.gform_wrapper .gform_button{
	width: 210px;
    height: 54px;
    border-radius: 54px;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}

@media screen and (max-width:768px){
	.gform_wrapper{
		padding: 15px 15px 30px 15px;
	}
}
/** HEADER TAX **/
.header-tax .header-tax-title{
	font-size:32px;
	line-height:50px;
	margin-bottom:4px;
}
.header-tax .header-tax-description{
	font-size:20px;
	line-height:30px;
	font-weight:600;
}

/** Carrousel **/

.card-slide-item-image{
	padding-top:60px;
}

#splide-1 .splide__track{
	padding-top:40px;
	padding-bottom:40px;
}
#splide-1 .splide__list{
	align-items:center;
	position:relative;
}
#splide-1.splide{
	position:relative;
}

#splide-1 .splide__slide .card-slide-item{
	width:auto!important;
    height: 401px!important;
    background-color: #f5f5f7!important;
    border-radius: 30px;
	position:relative;
	z-index:99;
	display:inline-flex;
	
}
.home #splide-1 .splide__slide.is-active .card-slide-item{
	box-shadow: 11px -8px 30px 0 rgb(0 0 0 / 18%);
}
.home #splide-1 .splide__slide.is-visible .card-slide-item{
	box-shadow: 0px 20px 30px 0 rgb(0 0 0 / 18%);
}
.home #splide-1 .splide__slide.is-next + .splide__slide .card-slide-item{
	box-shadow: -11px -10px 30px 0 rgb(0 0 0 / 18%);
}
#splide-1 .splide__slide .card-slide-item-title{
	width:100%;
	max-width:341px;
	height:130px;
	bottom:20px;
	border-radius:20px;
	padding:23px 50px;
	text-align:center;
	background-color: rgba(255,255,255,0.9);
	justify-content: center;
    display: flex;
    align-items: center;
	
}
#splide-1 .splide__slide .card-slide-item-title .meta-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:18px;
}
#splide-1 .splide__slide .card-slide-item-title .title-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}
#splide-1 .splide__slide .card-slide-item{
	width:100%;
	display:block;
}
#splide-1 .splide__slide.is-next .card-slide-item{
    border-radius: 30px;
	position:relative;
	z-index:99;
	-webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
	box-shadow: 0px 20px 30px 0 rgb(0 0 0 / 18%);
}
#splide-1 .splide__slide.is-next .card-slide-item-title{
	width:100%;
	max-width:341px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 30px;
	text-align:center;
	opacity: 0.8;
	font-size:23px;
	font-weight:bold;
}
#splide-1 .splide__slide.is-next .card-slide-item-title .meta-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:18px;
}
#splide-1 .splide__slide.is-next .card-slide-item-title .title-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}
#splide-1 .splide__slide{
	transform:rotate(-355deg)!important;
	--ms-transform:rotate(-355deg);
	left:-15px;
}

#splide-1 .splide__slide:nth-of-type(4){
	transform:none!important;
	left:15px;
}
#splide-1 .splide__slide.is-active{
	left:15px;
}
#splide-1 .splide__slide.is-active{
    z-index: 99;
	transform:rotate(355deg)!important;
	--ms-transform:rotate(355deg)!important;
}

#splide-1 .splide__slide.is-next{
	transform:none!important;
	--ms-transform:none!important;
	left:0!important;
}


#splide-1 .splide__slide.is-prev{
    border-radius: 30px;
}
#splide-1 .splide__slide:hover{
	transform: rotate(0deg)!important;
	--ms-transform:rotate(0deg)!important;
    z-index: 999!important;
}
.archive #splide-1 .splide__slide .card-slide-item{
	background-color:#fff!important;
}
.archive #splide-1 .splide__slide.is-active a.card-slide-item{
	box-shadow: 18px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
.archive #splide-1 .splide__slide.is-visible a.card-slide-item{
	box-shadow: 18px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
.archive #splide-1 .splide__slide.is-visible +  .splide__slide a.card-slide-item{
	box-shadow: -8px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
#splide-1 .splide__slide.is-active .card-slide-item{
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	opacity:1;
}
#splide-1 .splide__slide .card-slide-item-title{
	font-size:18px;
	font-weight:bold;
}
#splide-1 .splide__slide.is-active .card-slide-item-title{
	width:100%;
	max-width:341px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 50px;
	text-align:center;
}
#splide-1 .splide__slide.is-active .card-slide-item-title .meta-info{
	font-family: OpenSans;
  	font-size: 16px;
  	font-weight: bold;
	margin-bottom:5px;
}
#splide-1 .splide__slide.is-active .card-slide-item-title .title-info{
	font-family: OpenSans;
  	font-size: 23px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-1 .splide__arrow.splide__arrow--prev{
	width: 65px;
    height: 65px;
	opacity:1;
	left:0;
}
#splide-1 .splide__arrow.splide__arrow--prev:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-1 .splide__arrow.splide__arrow--next{
	width: 65px;
    height: 65px;
	opacity:1;
	right:0;
}
#splide-1 .splide__arrow.splide__arrow--next:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-1 .splide__arrow > *{
	display:none!important;
}
#splide-1 .splide__pagination{
    bottom: -40px!important;
}
#splide-1 .splide__pagination__page.is-active{
	opacity:1;
	background-color:#fff!important;
	transform:none!important;
}
#splide-1 .splide__pagination__page{
	background-color:#ccc!important;
	width:9px!important;
	height:9px!important;
}

.archive #splide-1 .splide__pagination__page{
	background-color:#000!important;
	opacity:0.3!important;
}

.archive #splide-1 .splide__pagination__page.is-active{
	background-color:#000!important;
	opacity:1!important;
}

@media screen and (max-width:992px){
	#splide-1 .splide__slide.is-active{
		transform: none!important;
		-ms-transform:none!important;
	}
	#splide-1 .splide__track ul{
		max-width:100vw;
	}
	#splide-1 .splide__slide .card-slide-item{
		max-width:100%!important;
	}
	#splide-1 .splide__slide.is-active .card-slide-item, #splide-1 .splide__slide .card-slide-item{
		max-width:340px!important;
		max-height:340px!important;
	}
	#splide-1 .splide__slide.is-active .card-slide-item-title{
		max-width:321px!important;
		padding: 20px 30px;
		font-size:21px!important;
	}
	#splide-1 .splide__slide .card-slide-item{
		width:100%!important;
	}
	#splide-1 .splide__slide{
		left:0!important;
	}
	#splide-1 .splide__arrow.splide__arrow--next{
		right:5px;
		width:50px;
		height:50px;
	}
	#splide-1 .splide__arrow.splide__arrow--prev{
		left:5px;
		width:50px;
		height:50px;
	}
	#splide-1 .splide__pagination{
		bottom:-18px!important;
	}
	#splide-1 .splide__pagination__page{
		background-color:rgba(0,0,0,0.3)!important;
	}
	#splide-1 .splide__pagination__page.is-active{
		background-color:#000!important;
	}
	#splide-1 .splide__slide{
		display:flex;
		justify-content:center!important;
	}
}


#splide-2 .splide__list{
	align-items:center;
	position:relative;
}
#splide-2.splide{
	position:relative;
}
#splide-2.splide::before{
	content:"";
	display:block;
	width:424px;
	height:401px;
	background-color: #EF83AA;
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    left: -28px;
    top: 34px;
	z-index:0;
}
#splide-2.splide::after{
	content: "";
    display: block;
    width: 30px;
    height: 327px;
    background-color: #EF5E8F;
    border-radius: 30px 0 0 30px;
    position: absolute;
    left: -58px;
    top: 71px;
    z-index: 0;
}
#splide-2 .splide__slide .card-slide-item{
	width: 442px;
    height: 401px;
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	z-index:99;
}
#splide-2 .splide__slide .card-slide-item-title{
	width:100%;
	max-width:452px;
	height:130px;
	bottom:20px;
	background-color:#EF83AA;
	border-radius:20px;
	padding:23px 90px;
	text-align:center;
}
#splide-2 .splide__slide .card-slide-item-title .meta-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:18px;
}
#splide-2 .splide__slide .card-slide-item-title .title-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}
#splide-2 .splide__slide{
	z-index:99;	
}
#splide-2 .splide__slide.is-next{
	margin-right:100px;
}
#splide-2 .splide__slide.is-next .card-slide-item{
	width: 442px;
    height: 401px;
    background-color: #F683AA;
    border-radius: 30px;
	position:relative;
	z-index:99;
	-webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
	max-width: 95%;
    margin-left: 5%;
	float:right;
}
#splide-2 .splide__slide.is-next .card-slide-item-title{
	width:100%;
	max-width:400px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 90px;
	text-align:center;
	opacity: 0.8;
}
#splide-2 .splide__slide.is-next .card-slide-item-title .meta-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:5px;
}
#splide-2 .splide__slide.is-next .card-slide-item-title .title-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-2 .splide__slide.is-active{
    z-index: 99;
}
#splide-2 .splide__slide.is-prev{
	width: calc(50%);
    border-radius: 30px;
}
#splide-2 .splide__slide.is-active{
	width: 490px!important;
}
#splide-2 .splide__slide.is-active .card-slide-item{
	width: 490px;
    height: 470px;
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	opacity:1;
	max-width:100%;
}
#splide-2 .splide__slide.is-active .card-slide-item-title{
	width:100%;
	max-width:452px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 30px;
	text-align:center;
}
#splide-2 .splide__slide.is-active .card-slide-item-title .meta-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
	margin-bottom:18px;
}
#splide-2 .splide__slide.is-active .card-slide-item-title .title-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 23px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-2 .splide__arrow.splide__arrow--prev{
	width: 65px;
    height: 65px;
    left: -110px;
	opacity:1;
}
#splide-2 .splide__arrow.splide__arrow--prev:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-2 .splide__arrow.splide__arrow--next{
	width: 65px;
    height: 65px;
    left: 480px;
	opacity:1;
}
#splide-2 .splide__arrow.splide__arrow--next:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-2 .splide__arrow > *{
	display:none!important;
}
#splide-2 .splide__pagination{
	max-width: 489px;
    bottom: -40px!important;
}
#splide-2 .splide__pagination__page.is-active{
	opacity:1;
	background-color:#fff!important;
	transform:none!important;
}
#splide-2 .splide__pagination__page{
	background-color:#ccc!important;
	width:9px!important;
	height:9px!important;
}
@media screen and (max-width:992px){
	#splide-2 .splide__slide.is-active .card-slide-item, #splide-3 .splide__slide.is-active .card-slide-item, #splide-4 .splide__slide.is-active .card-slide-item{
		width:100%!important;
	}
}
@media screen and (max-width:475px){
	#splide-2 .splide__slide.is-active{
		width:100%!important;
	}
	#splide-2 .splide__slide.is-active .card-slide-item{
		height:320px!important;
	}
	#splide-2.splide::before{
		display:none!important;
	}

	#splide-2 .splide__arrow.splide__arrow--prev{
		width:50px;
		height:50px;
		left:-10px;
		right:auto!important;
	}
	#splide-2 .splide__arrow.splide__arrow--next{
		width:50px;
		height:50px;
		right:-10px;
		left:auto!important;
	}
	#splide-2 .splide__slide .card-slide-item{
		max-width:335px;
		max-height:320px;
	}
}
	
	

#splide-3 .splide__list{
	align-items:center;
	position:relative;
}
#splide-3.splide{
	position:relative;
}
#splide-3.splide::before{
	content:"";
	display:block;
	width:424px;
	height:401px;
	background-color: #9FBEF4;
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    left: -28px;
    top: 34px;
	z-index:0;
}
#splide-3.splide::after{
	content: "";
    display: block;
    width: 30px;
    height: 327px;
    background-color: #77A5F7;
    border-radius: 30px 0 0 30px;
    position: absolute;
    left: -58px;
    top: 71px;
    z-index: 0;
}
#splide-3 .splide__slide .card-slide-item{
	width: 442px;
    height: 401px;
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	z-index:99;
}
#splide-3 .splide__slide .card-slide-item-title{
	width:100%;
	max-width:452px;
	height:130px;
	bottom:20px;
	background-color:#EF83AA;
	border-radius:20px;
	padding:23px 90px;
	text-align:center;
}
#splide-3 .splide__slide .card-slide-item-title .meta-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:18px;
}
#splide-3 .splide__slide .card-slide-item-title .title-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}
#splide-3 .splide__slide{
	z-index:99;	
}
#splide-3 .splide__slide.is-next{
	margin-right:100px;
}
#splide-3 .splide__slide.is-next .card-slide-item{
	width: 442px;
    height: 401px;
    background-color: #C9DBF7;
    border-radius: 30px;
	position:relative;
	z-index:99;
	-webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
	max-width: 95%;
    margin-left: 5%;
	float:right;
}
#splide-3 .splide__slide.is-next .card-slide-item-title{
	width:100%;
	max-width:400px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 90px;
	text-align:center;
	opacity: 0.8;
}
#splide-3 .splide__slide.is-next .card-slide-item-title .meta-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:5px;
}
#splide-3 .splide__slide.is-next .card-slide-item-title .title-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-3 .splide__slide.is-active{
    z-index: 99;
	width:490px!important;
}
#splide-3 .splide__slide.is-prev{
	width: calc(50%);
    border-radius: 30px;
}

#splide-3 .splide__slide.is-active .card-slide-item{
	width: 490px;
    height: 470px;
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	opacity:1;
	max-width:100%;
}
#splide-3 .splide__slide.is-active .card-slide-item-title{
	width:100%;
	max-width:452px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 30px;
	text-align:center;
}
#splide-3 .splide__slide.is-active .card-slide-item-title .meta-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: bold;
	margin-bottom:5px;
}
#splide-3 .splide__slide.is-active .card-slide-item-title .title-info{
	font-family: 'Open Sans', sans-serif;
  	font-size: 23px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-3 .splide__arrow.splide__arrow--prev{
	width: 65px;
    height: 65px;
    left: -110px;
	opacity:1;
}
#splide-3 .splide__arrow.splide__arrow--prev:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-3 .splide__arrow.splide__arrow--next{
	width: 65px;
    height: 65px;
    left: 480px;
	opacity:1;
}
#splide-3 .splide__arrow.splide__arrow--next:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-3 .splide__arrow > *{
	display:none!important;
}
#splide-3 .splide__pagination{
	max-width: 489px;
    bottom: -40px!important;
}
#splide-3 .splide__pagination__page.is-active{
	opacity:1;
	background-color:#fff!important;
	transform:none!important;
}
#splide-3 .splide__pagination__page{
	background-color:#ccc!important;
	width:9px!important;
	height:9px!important;
}

@media screen and (max-width:475px){
	#splide-3 .splide__slide.is-active{
		width:100%!important;
	}
	#splide-3 .splide__slide.is-active .card-slide-item{
		height:320px!important;
	}
	#splide-3.splide::before{
		display:none!important;
	}

	#splide-3 .splide__arrow.splide__arrow--prev{
		width:50px;
		height:50px;
		left:-10px;
		right:auto;
	}
	#splide-3 .splide__arrow.splide__arrow--next{
		width:50px;
		height:50px;
		right:-10px;
		left:auto!important;
	}
	#splide-3 .splide__slide .card-slide-item{
		max-width:335px;
		max-height:320px;
	}
}
	
	
	
	
#splide-4 .splide__list{
	align-items:center;
	position:relative;
}
#splide-4.splide{
	position:relative;
}
#splide-4.splide::before{
	content:"";
	display:block;
	width:424px;
	height:401px;
	background-color: #D1ABD8;
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    left: -28px;
    top: 34px;
	z-index:0;
}
#splide-4.splide::after{
	content: "";
    display: block;
    width: 30px;
    height: 327px;
    background-color: #C58ACE;
    border-radius: 30px 0 0 30px;
    position: absolute;
    left: -58px;
    top: 71px;
    z-index: 0;
}
#splide-4 .splide__slide .card-slide-item{
	width: 442px;
    height: 401px;
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	z-index:99;
}
#splide-4 .splide__slide .card-slide-item-title{
	width:100%;
	max-width:452px;
	height:130px;
	bottom:20px;
	background-color:#EF83AA;
	border-radius:20px;
	padding:23px 90px;
	text-align:center;
}
#splide-4 .splide__slide .card-slide-item-title .meta-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:18px;
}
#splide-4 .splide__slide .card-slide-item-title .title-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}
#splide-4 .splide__slide{
	z-index:99;	
}
#splide-4 .splide__slide.is-next{
	margin-right:100px;
}
#splide-4 .splide__slide.is-next .card-slide-item{
	width: 442px;
    height: 401px;
    background-color: #E4D1E8;
    border-radius: 30px;
	position:relative;
	z-index:99;
	-webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
	max-width: 95%;
    margin-left: 5%;
	float:right;
}
#splide-4 .splide__slide.is-next .card-slide-item-title{
	width:100%;
	max-width:400px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 90px;
	text-align:center;
	opacity: 0.8;
}
#splide-4 .splide__slide.is-next .card-slide-item-title .meta-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 13.5px;
  	font-weight: bold;
	margin-bottom:5px;
}
#splide-4 .splide__slide.is-next .card-slide-item-title .title-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 19.5px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-4 .splide__slide.is-active{
    z-index: 99;
	width:490px!important;
}
#splide-4 .splide__slide.is-prev{
	width: calc(50%);
    border-radius: 30px;
}

#splide-4 .splide__slide.is-active .card-slide-item{
	width: 490px;
    height: 470px;
    background-color: #f5f5f7;
    border-radius: 30px;
	position:relative;
	opacity:1;
	max-width:100%;
}
#splide-4 .splide__slide.is-active .card-slide-item-title{
	width:100%;
	max-width:452px;
	height:130px;
	bottom:20px;
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:23px 30px;
	text-align:center;
}
#splide-4 .splide__slide.is-active .card-slide-item-title .meta-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 16px;
  	font-weight: bold;
	margin-bottom:5px;
}
#splide-4 .splide__slide.is-active .card-slide-item-title .title-info{
	font-family: "Open Sans", sans-serif;
  	font-size: 23px;
  	font-weight: bold;
	line-height: 1.3;
}

#splide-4 .splide__arrow.splide__arrow--prev{
	width: 65px;
    height: 65px;
    left: -110px;
	opacity:1;
}
#splide-4 .splide__arrow.splide__arrow--prev:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-4 .splide__arrow.splide__arrow--next{
	width: 65px;
    height: 65px;
    left: 480px;
	opacity:1;
}
#splide-4 .splide__arrow.splide__arrow--next:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/angle-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#splide-4 .splide__arrow > *{
	display:none!important;
}
#splide-4 .splide__pagination{
	max-width: 489px;
    bottom: -40px!important;
}
#splide-4 .splide__pagination__page.is-active{
	opacity:1;
	background-color:#fff!important;
	transform:none!important;
}
#splide-4 .splide__pagination__page{
	background-color:#ccc!important;
	width:9px!important;
	height:9px!important;
}
@media screen and (max-width:975px){
	#splide-2 .splide__arrow.splide__arrow--next{
		left:550px;
	}
	#splide-3 .splide__arrow.splide__arrow--next{
		left:550px;
	}
	#splide-4 .splide__arrow.splide__arrow--next{
		left:550px;
	}
	#splide-4 .splide__slide.is-active{
		width:100%!important;
	}
}
@media screen and (max-width:475px){
	#splide-4 .splide__slide.is-active .card-slide-item{
		height:320px!important;
	}
	#splide-4.splide::before{
		display:none!important;
	}

	#splide-4 .splide__arrow.splide__arrow--prev{
		width:50px;
		height:50px;
		left:-10px;
		right:auto!important;
	}
	#splide-4 .splide__arrow.splide__arrow--next{
		width:50px;
		height:50px;
		right:-10px;
		left:auto!important;
	}
	#splide-4 .splide__slide .card-slide-item{
		max-width:335px;
		max-height:320px;
	}
}
	
/** Ganadores **/
.ui-tabs-nav{
	margin-bottom:1px;
}
.ui-tabs-tab a{
	min-width: 200px;
    background-color: #eceadf;
    padding: 17px 25px;
    display: block;
    text-align: center;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
}
.ui-tabs-active a{
	min-width: 200px;
    background-color: #fff;
    padding: 17px 25px;
    display: block;
    text-align: center;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.ui-tabs-panel{
	border: 0!important;
    background-color: #fff!important;
    border-radius: 20px;
}
.card-sorteo{
	padding: 35px 0;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 25px;
}
.card-sorteo:last-of-type{
	border-bottom:0!important;
}
.party-bed{
	background-image:url(../img/Winner-BG.gif);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	padding: 15px;
    height: 100%;
}
.winner-title{
	font-size: 17px!important;
    color: #ff3300;
    font-family: "Open Sans";
    font-weight: 600;
}
.winner-text{
	font-size: 16px;
    line-height: 23px;
    color: #000;
}
.winner-date{
	font-size: 15px;
    line-height: 27px;
    color: #8a8a8a;
    font-weight: 600;
}
@media screen and (max-width:475px){
	.card-sorteo{
		text-align:center;
	}
	.ui-tabs-tab a{
		min-width:160px;
		padding:17px 5px;
	}
	.party-bed{
		background-size:auto 100%;
	}
	.ui-tabs-panel{
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
}

/** Sticky Ad **/
.sticky-ad{
	position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
    background-color: #e2e2e2;
    border-top: 1px solid #c8c8c8;
	z-index:9999;
}
.sticky-ad img{
	max-width:100%;
	height:auto;
}
.close-ad{
    position: absolute;
    right: 6px;
    top: -34px;
    background: #e2e2e2;
    outline: 0;
    border: 0;
    font-size: 21px;
    width: 37px;
    height: 34px;
    display: flex;
    padding: 0px 0px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    color: #8e8e8e;
    justify-content: center;
    align-items: center;
}