* {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


@font-face {
    font-family: 'flexa-compressedBold';
    src: url("../GT-Flexa-X-Compressed-Bold.woff2") format('woff2'),
         url("../GT-Flexa-X-Compressed-Bold.woff") format('woff'),
         url("../GT-Flexa-X-Compressed-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url(../Poppins-Medium.ttf) format('truetype'),
         url(../Poppins-Medium.woff) format('woff'),
         url(../Poppins-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../Poppins-SemiBold.woff2) format('woff2'), /* Se eliminó el punto adicional */
         url(../Poppins-SemiBold.woff) format('woff'),
         url(../Poppins-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../Poppins-Bold.woff2) format('woff2'),
         url(../Poppins-Bold.woff) format('woff'),
         url(../Poppins-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
	
	}
	
.hidden {
    display: none;
}

/* Texto cabecera */

.header-background .header-txt {
	position: absolute;
	bottom: 35px;
	left: 30px;
	right: 30px;
}

.header-background p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.f_title {
    padding-top: 26px;
    padding-left: 26px;
    font-size: 30px;
    font-family: 'flexa-compressedBold', sans-serif;
    text-transform: uppercase;
    line-height: 28px;

}
/* Menu Sticky */

.products-menu {
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(1,2,1,0.3);
    -moz-box-shadow:    1px 1px 1px 0px rgba(1,2,1,0.3);
    box-shadow:         1px 1px 1px 0px rgba(1,2,1,0.3);
}

.products-menu .ul-wrap {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

.products-menu ul {
	position: relative;
	left: 50%;
}


.products-menu ul li {
    display: inline-block;
    position: relative;
    float: left;
    font-family: 'flexa-compressedBold', sans-serif !important; /* Usa comillas si el nombre contiene caracteres especiales o espacios */
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 29px;
    line-height: 25px;
    padding: 15px 55px;
}


.products-menu ul li a {
	color: #ff002d;
	text-transform: uppercase;
}

.products-menu ul li a:hover {
	color: #30282a;
	text-decoration: none;
	cursor: pointer;
}

.menu-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	opacity: .96;
	z-index: 2;
}


}
@media (min-width: 846px) and (max-width : 1023px) {
	.products-menu ul li {
		padding: 20px 25px;
		font-size: 22px;
    	line-height: 20px;
	}
}

@media (min-width: 641px) and (max-width : 845px) {
	.products-menu ul li {
		padding: 20px 15px;
		font-size: 22px;
    	line-height: 20px;
	}
}

@media (min-width: 481px) and (max-width : 640px) {
	.products-menu .menu-wrap {
		padding: 0;
	}
	.products-menu ul li {
		padding: 15px;
		font-size: 27px;
		line-height: 20px;
	}
}

@media (min-width: 320px) and (max-width : 480px) {
	.products-menu .menu-wrap {
		padding: 0;
	}
	.products-menu ul li {
		padding: 10px;
		font-size: 27px;
		line-height: 16px;
		letter-spacing: -.5px;
	}
}

.boton-compra {
	font-family: 'flexa-compressedBold', sans-serif !important; /* Usa comillas si el nombre contiene caracteres especiales o espacios */
	margin-top: 25px;
    display: block;
	background-color: #ff002d;
	border-radius: 999px;
	width: 150px;
	text-decoration: none!important;
    text-transform: uppercase;
    font-size: 22px;
	color: #fff!important;
	padding: 12px;
	transition: all 0.3s;
}

.boton-compra:hover {
	background-color: #b30000;
}

/* Titulo del bloque de Ofertas */

.interminable {
	background-color: #ff002d;
	background: url("../images/cards/mad/1.png") no-repeat;
}

.harlem {
	background-color: #ff002d;
	background: url("../images/cards/mad/2.png") no-repeat;
}

.adictos {
	background-color: #ff002d;
	background: url("../images/cards/mad/5.png") no-repeat;
}

.coro {
	background-color: #ff002d;
	background: url("../images/cards/mad/6.png") no-repeat;
}

.lluvia {
	background-color: #ff002d;
	background: url("../images/cards/mad/3.png") no-repeat;
}

.mamma {
	background-color: #ff002d;
	background: url("../images/cards/mad/4.png") no-repeat;
}

.matilda {
	background-color: #ff002d;
	background: url("../images/cards/mad/7.png") no-repeat;
}

.madison {
	background-color: #ff002d;
	background: url("../images/cards/mad/8.png") no-repeat;
}

.nometoques {
	background-color: #ff002d;
	background: url("../images/cards/mad/9.png") no-repeat;
}

.quedios {
	background-color: #ff002d;
	background: url("../images/cards/mad/10.png") no-repeat;
}

.loschicos {
	background-color: #ff002d;
	background: url("../images/cards/mad/11.png") no-repeat;
}

.luis {
	background-color: #ff002d;
	background: url("../images/cards/mad/12.png") no-repeat;
}

.imposible {
	background-color: #ff002d;
	background: url("../images/cards/bcn/1_g.png") no-repeat;
}

.pretty {
	background-color: #ff002d;
	background: url("../images/cards/bcn/2_g.png") no-repeat;
}

.disney {
	background-color: #ff002d;
	background: url("../images/cards/bcn/5_g.png") no-repeat;
}

.morancos {
	background-color: #ff002d;
	background: url("../images/cards/bcn/6_g.png") no-repeat;
}

.ghost {
	background-color: #ff002d;
	background: url("../images/cards/bcn/3_g.png") no-repeat;
}

.grease {
	background-color: #ff002d;
	background: url("../images/cards/bcn/4_g.png") no-repeat;
}

.golfus {
	background-color: #ff002d;
	background: url("../images/cards/bcn/7_g.png") no-repeat;
}

.impresentables {
	background-color: #ff002d;
	background: url("../images/cards/bcn/8_g.png") no-repeat;
	
}.nuevo4 {
	background-color: #ff002d;
	background: url("../images/cards/bcn/9_g.png") no-repeat;

}.nuevo1 {
	background-color: #ff002d;
	background: url("../images/cards/bcn/10_g.png") no-repeat;


}.nuevo2 {
	background-color: #ff002d;
	background: url("../images/cards/bcn/11_g.png") no-repeat;


}.nuevo3 {
	background-color: #ff002d;
	background: url("../images/cards/bcn/12_g.png") no-repeat;
}
/* clases cards */

.title-slots {
    font-family: 'flexa-compressedBold', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 50px;
    line-height: 60px; /* Ajuste sugerido */
    color: #ff002d;
    padding: 40px 0 25px 0;
    text-align: center;
}


.title-slots span {
	color: #30282a;
}

.title-slots .icon-title {
	width: 96px;
	height: 102px;
	display: inline-block;
	vertical-align: middle;
}

.title-slots .icon-arbol {
	background: url(../images/arbol.png) no-repeat;
}

.title-slots .icon-cuernos {
	background: url(../images/cuernos.png) no-repeat;	
}

.title-slots .icon-esqui {
	background: url(../images/esqui.png) no-repeat;	
}

.title-slots .icon-fideos {
	background: url(../images/fideos.png) no-repeat;	
}

.title-slots .icon-globo {
	background: url(../images/globo.png) no-repeat;	
}

.title-slots .icon-gorro {
	background: url(../images/gorro.png) no-repeat;	
}

.title-slots .icon-palmera {
	background: url(../images/palmera.png) no-repeat;	
}

.title-slots .icon-pavo {
	background: url(../images/pavo.png) no-repeat;	
}

/* Bloque Oferta */

.product-slot {
	min-height: 350px;
	margin: 20px 0;
}

/* Imagen Oferta */

.product-slot img {
	width: 100%;
}

.product-slot .img-slot {
	width: 100%;
	overflow: hidden;
}

img:hover {
	background-color: #fff;
	overflow: hidden;
}

.product-slot .img-slot a {
	display: block;
}

.product-slot .img-slot .icon-fan {
	width: 43px;
	height: 43px;
	background: url(../images/fan.png) no-repeat;
	position: absolute;
	top: 339px;
	right: 219px;
}

.product-slot .img-slot .icon-troll {
	width: 43px;
	height: 43px;
	background: url(../images/troll.png) no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
}

.product-slot .img-slot .city {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(48, 40, 42, 0.7);;
	height: 25px;
	color: #fff;
	padding: 0 15px;
	font-size: 13px;
	line-height: 25px;
}

.product-slot .img-slot .city i {
	margin-right: 5px;
}

/* Oferta Fan */

.fan-slot .info-slot {
	background-color: #ff002d;
}

.fan-slot .prize-slot {
	color: #30282a;
	
}

.fan-slot .btn-slot a {
	color: #ff002d!important;
}

/* Oferta Fan sin foto */

.fan-slot.no-foto > div {
	background-color: #ff002d;
}
.fan-slot.no-foto > div p {
	color: #fff;
}
.fan-slot.no-foto > div p span {
	color: #30282a;
}

/* Oferta Troll */

.troll-slot .info-slot {
	background-color: #30282a;
}

.troll-slot .prize-slot {
	color: #ff002d;
}

.troll-slot .btn-slot a {
	color: #30282a!important;
}

/* Oferta Troll sin foto */

.troll-slot.no-foto > div {
	background-color: #30282a;
}
.troll-slot.no-foto > div p {
	color: #fff;
}
.troll-slot.no-foto > div p span {
	color: #ff002d;
}

/* Bloque de texto sin imagen */

.product-slot.no-foto > div {
	min-height: 350px;
	padding: 25px;
	position: relative;
}

.product-slot.no-foto i {
	font-size: 80px;
	margin-bottom: 55px;
	color: #fff;
	display: block;
	text-align: center;
}

.product-slot.no-foto .icono-quote {
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 10px;
	display: inline-block;
	margin: 0 auto;
}

.product-slot.no-foto .icon-arbol {
	width: 98px;
	height: 109px;
	background: url(../images/quotes/arbol.png) no-repeat;
}

.product-slot.no-foto .icon-calendario {
	width: 104px;
	height: 82px;
	background: url(../images/quotes/calendario.png) no-repeat;
}

.product-slot.no-foto .icon-chinchin {
	width: 118px;
	height: 121px;
	background: url(../images/quotes/chinchin.png) no-repeat;
}

.product-slot.no-foto .icon-orejas-troll {
	width: 97px;
	height: 83px;
	background: url(../images/quotes/orejas-troll.png) no-repeat;
}

.product-slot.no-foto .icon-orejas {
	width: 118px;
	height: 88px;
	background: url(../images/quotes/orejas.png) no-repeat;
}

.product-slot.no-foto .icon-regalo {
	width: 91px;
	height: 99px;
	background: url(../images/quotes/regalo.png) no-repeat;
}

.product-slot.no-foto .icon-reyes {
	width: 93px;
	height: 70px;
	background: url(../images/quotes/reyes.png) no-repeat;
}

.product-slot.no-foto .icon-turron {
	width: 121px;
	height: 75px;
	background: url(../images/quotes/turron.png) no-repeat;
}

.product-slot.no-foto .icon-villancicos {
	width: 84px;
	height: 100px;
	background: url(../images/quotes/villancicos.png) no-repeat;
}


.product-slot.no-foto > div.center {
	text-align: center;
}
.product-slot.no-foto > div.center > div {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50px;
}

.product-slot.no-foto > div.center > div.short-text {
	bottom: 100px;
}

.product-slot.no-foto > div.center > div.short-text p {
	margin: 20px 0;
}

.product-slot.no-foto > div img {
	display: block;
	margin: 0 auto;
}

.product-slot.no-foto > div p {
	font-family: 'flexa-compressedBold', sans-serif !important; /* Usa comillas si el nombre contiene caracteres especiales o espacios */
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin: 10px 0;
}

.product-slot.no-foto > div p.comillas {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 100px;
	margin: 0;
}

.product-slot.no-foto > div p.comillas .first-comillas,
.product-slot.no-foto > div p.comillas .last-comillas {
	display: block;
	font-size: 120px;
	position: absolute;
	color: #fff;
}

.product-slot.no-foto > div p.comillas .first-comillas {
	top: -8px;
}

.product-slot.no-foto > div p.comillas .last-comillas {
	bottom: -12px;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-slot.no-foto > div p.user {
	font-family: 'flexa-compressedBold', sans-serif !important; /* Usa comillas si el nombre contiene caracteres especiales o espacios */
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 20px;
	margin: 0;	
}

/* Texto info Oferta */



.product-slot .info-slot {
	padding: 15px;
}

.titulo-producto {
	position: absolute;
	left: 20px;
	top: 20px;
}

.product-slot .title-slot {
	font-size: 31px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 6px;
	font-family: 'flexa-compressedBold', sans-serif !important; /* Usa comillas si el nombre contiene caracteres especiales o espacios */
	text-transform: uppercase;
}

.ubicacion {
	position: absolute;
	transform: rotate(-90deg);
	font-size: 17px!important;
	top: 93px;
	right: -44px;
}

.product-slot .txt-slot {
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}

.product-slot .prize-slot {
	padding: 10px 0;
	font-size: 19px;
}

.product-slot .prize-slot span {
	font-size: 14px;
}

.product-slot .btn-slot {
	padding: 10px 0;
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 20px;
}

.product-slot .btn-slot a {
	font-size: 20px;
	background: none;
	background-color: #fff;
	border: none;
}

.product-slot .btn-slot a:hover {
	text-decoration: underline;
}


/* Bloques con enlace a producto */

.product-slot .half-product-block {
	min-height: 170px;
	max-height: 170px;
	background: url(../images/bg/bg_half_button.jpg) no-repeat scroll center top;
}

.product-slot .half-product-block:first-child {
	margin-bottom: 10px;
}

.product-slot .product-block a {
	font-family: 'flexa-compressedBold', sans-serif !important; /* Usa comillas si el nombre contiene caracteres especiales o espacios */
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: block;
}

.product-slot .product-block a:hover {
	text-decoration: none;
}

.product-slot .half-product-block a {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 30px;
}

.product-slot .full-product-block a {
	position: absolute;
	height: 150px;
	width: 142px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -71px;
}

.product-slot .icon-arrows {
	width: 55px;
	height: 34px;
	background: url(../images/arrows.png) no-repeat;
	margin: 20px auto 0 auto;
}

.product-slot .full-product-block {
	min-height: 350px;
	max-height: 350px;
	background: url(../images/bg/bg_full_button.jpg) no-repeat scroll center top;
}

/* Scroll to Top */

#scrollUp {
    background-image: url("../images/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    
    height: 38px;   
    text-indent: -666em;
}

.url {
	text-align: center;
	font-size: 15px;
}

.url a {
	color: #ff002d;
}


/* XL */ 

@media (min-width: 1200px) {

	/* altura caja texto para adaptar tamaño de los slots de ofertas */
	.product-slot .info-slot {
		min-height: 201px;
	}
}


/* L y XL */

@media (min-width: 1024px) {

	/* Imagen fondo cabecera L y XL */

	.header-background {
		position: relative;
		min-height: 529px;
		background: url(../images/bg/L_1920x529_NT_2024.png) no-repeat scroll center top #f0f0f0;
	}
}

/* L */
@media (min-width: 1024px) and (max-width: 1199px) {

	.products-menu ul li {
		padding: 15px 45px;
	}

	/* Título bloque de ofertas */

	.title-slots { 
		font-size: 34px;
		line-height: 34px; 
	}

	.title-slots .icon-title {
		width: 72px;
		height: 76.5px;
		background-size: cover;
	}

	/* altura caja texto para adaptar tamaño de los slots de ofertas */

	.product-slot .img-slot {
		width: 100%;
		overflow: hidden;
		height: 147px;
	}

	.product-slot img {
		width: auto;
		height: 100%;
	}

	.product-slot .info-slot {
		min-height: 227px;
		position: absolute;
		bottom: 0;
		left: 10px;
		right: 10px;
	}

	.product-slot.no-foto > div,
	.product-slot {
		min-height: 374px;
		max-height: 374px;
	}

	.product-slot.no-foto > div p.large-text {
		font-size: 28px;
		line-height: 28px;
		left: 10px!important;
		right: 10px!important;
	}

	.product-slot .half-product-block {
		min-height: 182px;
		max-height: 182px;
		background-size: cover;	
	}

	.product-slot .full-product-block {
		min-height: 374px;
		max-height: 374px;
		background-size: cover;	
	}
}

/* M */
@media (min-width: 641px) and (max-width:1023px) {

	/* Imagen fondo cabecera M */

	.header-background {
		position: relative;
		min-height: 450px;
		background: url("../images/bg/M_1024×450_NT_2024.png") no-repeat scroll center top #f0f0f0;
	}

	/* Texto cabecera */

	.header-background .header-txt {
		bottom: 20px;
	}

	.header-background p {
		font-size: 15px;
		line-height: 22px;
	}	

	/* Título bloque de ofertas */

	.title-slots { 
		font-size: 30px;
		line-height: 30px;
		padding: 25px 0 15px 0; 
	}

	.title-slots .icon-title {
		width: 48px;
		height: 51px;
		background-size: cover;
	}

	.product-slot {
		min-height: 370px;
	}

	.product-slot .img-slot {
		width: 100%;
		overflow: hidden;
		height: 199px;
	}

	.product-slot img {
		width: 100%;
	}

	.product-slot .info-slot {
		min-height: 230px;
		position: absolute;
		bottom: 0;
		left: 10px;
		right: 10px;
	}

	.product-slot.no-foto > div {
		min-height: 429px;
		max-height: 429px;
	}

	.product-slot.no-foto > div p.large-text {
		font-size: 28px;
		line-height: 28px;
		left: 10px!important;
		right: 10px!important;
	}

	.product-slot.no-foto > div.center > div {
		bottom: 80px;
	}

	.product-slot.no-foto .icono-quote {
		top: 25px;
	}

	.product-slot .btn-slot {
		position: absolute;
		bottom: 25px;
		left: 15px;
		right: 15px;
	}
	.product-slot .half-product-block {
		min-height: 209px;
		max-height: 209px;
		background-size: cover;		
	}

	.product-slot .full-product-block {
		min-height: 429px;
		max-height: 429px;
		background-size: cover;	
	}

	/* fondos cards M */

	.interminable {
		background-color: #ff002d;
		background: url("../images/cards/mad/1_m.png") no-repeat;
	}

	.harlem {
		background-color: #ff002d;
		background: url("../images/cards/mad/2_m.png") no-repeat;
	}

	.adictos {
		background-color: #ff002d;
		background: url("../images/cards/mad/5_m.png") no-repeat;
	}

	.coro {
		background-color: #ff002d;
		background: url("../images/cards/mad/6_m.png") no-repeat;
	}

	.lluvia {
		background-color: #ff002d;
		background: url("../images/cards/mad/3_m.png") no-repeat;
	}

	.mamma {
		background-color: #ff002d;
		background: url("../images/cards/mad/4_m.png") no-repeat;
	}

	.matilda {
		background-color: #ff002d;
		background: url("../images/cards/mad/7_m.png") no-repeat;
	}

	.madison {
		background-color: #ff002d;
		background: url("../images/cards/mad/8_m.png") no-repeat;
	}
    .nometoques {
	background-color: #ff002d;
	background: url("../images/cards/mad/9_m.png") no-repeat;
    }

    .quedios {
	background-color: #ff002d;
	background: url("../images/cards/mad/10_m.png") no-repeat;
    }

     .loschicos {
	background-color: #ff002d;
	background: url("../images/cards/mad/11_m.png") no-repeat;
    }

    .luis {
	background-color: #ff002d;
	background: url("../images/cards/mad/12_m.png") no-repeat;
    }

	.imposible {
		background-color: #ff002d;
		background: url("../images/cards/bcn/1.png") no-repeat;
	}
	
	.pretty {
		background-color: #ff002d;
		background: url("../images/cards/bcn/2.png") no-repeat;
	}

	.disney {
		background-color: #ff002d;
		background: url("../images/cards/bcn/5.png") no-repeat;
	}
	
	.morancos {
		background-color: #ff002d;
		background: url("../images/cards/bcn/6.png") no-repeat;
	}
	
	.ghost {
		background-color: #ff002d;
		background: url("../images/cards/bcn/3.png") no-repeat;
	}
	
	.grease {
		background-color: #ff002d;
		background: url("../images/cards/bcn/4.png") no-repeat;
	}

	.golfus {
		background-color: #ff002d;
		background: url("../images/cards/bcn/7.png") no-repeat;
	}
	
	.impresentables {
		background-color: #ff002d;
		background: url("../images/cards/bcn/8_m.png") no-repeat;
	}
	
	.nuevo4 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/9.png") no-repeat;
	}
	
	.nuevo1 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/10.png") no-repeat;
	}
	
	.nuevo2 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/11.png") no-repeat;
	}
	
	.nuevo3 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/12.png") no-repeat;
	}


	.back {
	  background: url("../images/back2.jpg") no-repeat;
	  -webkit-transform: rotateY(180deg);
	  -moz-transform: rotateY(180deg);
	  -ms-transform: rotateY(180deg);
	  transform: rotateY(180deg);
	}
}

@media (min-width: 641px) and (max-width:800px) {

	.product-slot img {
		width: auto;
		height: 100%
	}

	.carousel #left-arrow {
		position: absolute;
		left: 10px;
		bottom: -10px;
		z-index: 1000;
	}

	.carousel #right-arrow {
		position: absolute;
		right: 10px;
		bottom: -10px;
		z-index: 1000;
	}

		/* fondos cards M-S */
	.interminable {
		background-color: #ff002d;
		background: url("../images/cards/mad/1_m.png") no-repeat;
	}

	.harlem {
		background-color: #ff002d;
		background: url("../images/cards/mad/2_m.png") no-repeat;
	}

	.adictos {
		background-color: #ff002d;
		background: url("../images/cards/mad/5_m.png") no-repeat;
	}

	.coro {
		background-color: #ff002d;
		background: url("../images/cards/mad/6_m.png") no-repeat;
	}

	.lluvia {
		background-color: #ff002d;
		background: url("../images/cards/mad/3_m.png") no-repeat;
	}

	.mamma {
		background-color: #ff002d;
		background: url("../images/cards/mad/4_m.png") no-repeat;
	}

	.matilda {
		background-color: #ff002d;
		background: url("../images/cards/mad/7_m.png") no-repeat;
	}

	.madison {
		background-color: #ff002d;
		background: url("../images/cards/mad/8_m.png") no-repeat;
	}
	
    .nometoques {
	background-color: #ff002d;
	background: url("../images/cards/mad/9_m.png") no-repeat;
    }

    .quedios {
	background-color: #ff002d;
	background: url("../images/cards/mad/10_m.png") no-repeat;
    }

    .loschicos {
	background-color: #ff002d;
	background: url("../images/cards/mad/11_m.png") no-repeat;
    }

    .luis {
	background-color: #ff002d;
	background: url("../images/cards/mad/12_m.png") no-repeat;
}

	.imposible {
		background-color: #ff002d;
		background: url("../images/cards/bcn/1.png") no-repeat;
	}
	
	.pretty {
		background-color: #ff002d;
		background: url("../images/cards/bcn/2.png") no-repeat;
	}

	.disney {
		background-color: #ff002d;
		background: url("../images/cards/bcn/5.png") no-repeat;
	}
	
	.morancos {
		background-color: #ff002d;
		background: url("../images/cards/bcn/6.png") no-repeat;
	}
	
	.ghost {
		background-color: #ff002d;
		background: url("../images/cards/bcn/3.png") no-repeat;
	}
	
	.grease {
		background-color: #ff002d;
		background: url("../images/cards/bcn/4.png") no-repeat;
	}

	.golfus {
		background-color: #ff002d;
		background: url("../images/cards/bcn/7.png") no-repeat;
	}
	
	.impresentables {
		background-color: #ff002d;
		background: url("../images/cards/bcn/8.png") no-repeat;
	}
	
	.nuevo4 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/9.png") no-repeat;
	}
	
	.nuevo1 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/10.png") no-repeat;
	}
	
	.nuevo2 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/11.png") no-repeat;
	}
	
	.nuevo3 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/12.png") no-repeat;
	}

}

@media (min-width: 320px) and (max-width:800px) {

	/* Controles carousel */

	.owl-theme .owl-controls .owl-nav [class*='owl-'] {
		color: transparent!important;
		background: none!important;
		margin: 0!important;
		padding: 0!important;
		border: none!important;
		opacity: 1;
		color: #444;
	}

	.owl-theme .owl-controls {
		margin-top: 0!important;
	}

	.owl-dots {
		display: none!important;
	}

	.carousel #right-arrow,
	.carousel #left-arrow {
		opacity: 1;
		background: none;
		font-size: 40px;
	}

	.carousel #right-arrow:hover,
	.carousel #left-arrow:hover {
		opacity: .5;
	}

	.fan-carousel #left-arrow:before,
	.fan-carousel #right-arrow:before {
		color: #ff002d;
	}

	.troll-carousel #left-arrow:before,
	.troll-carousel #right-arrow:before {
		color: #30282a;
	}
}


/* S */
@media (min-width: 560px) and (max-width : 640px) {

	/* fondos cards M-S */
	.interminable {
		background-color: #ff002d;
		background: url("../images/cards/mad/1_p.png") no-repeat;
	}

	.harlem {
		background-color: #ff002d;
		background: url("../images/cards/mad/2_p.png") no-repeat;
	}

	.adictos {
		background-color: #ff002d;
		background: url("../images/cards/mad/5_p.png") no-repeat;
	}

	.coro {
		background-color: #ff002d;
		background: url("../images/cards/mad/6_p.png") no-repeat;
	}

	.lluvia {
		background-color: #ff002d;
		background: url("../images/cards/mad/3_p.png") no-repeat;
	}

	.mamma {
		background-color: #ff002d;
		background: url("../images/cards/mad/4_p.png") no-repeat;
	}

	.matilda {
		background-color: #ff002d;
		background: url("../images/cards/mad/7_p.png") no-repeat;
	}

	.madison {
		background-color: #ff002d;
		background: url("../images/cards/mad/8_p.png") no-repeat;
	}
         .nometoques {
	background-color: #ff002d;
	background: url("../images/cards/mad/9_p.png") no-repeat;
    }

    .quedios {
	background-color: #ff002d;
	background: url("../images/cards/mad/10_p.png") no-repeat;
    }

    .loschicos {
	background-color: #ff002d;
	background: url("../images/cards/mad/11_p.png") no-repeat;
    }

    .luis {
	background-color: #ff002d;
	background: url("../images/cards/mad/12_p.png") no-repeat;
    }

	.imposible {
		background-color: #ff002d;
		background: url("../images/cards/bcn/1_m.png") no-repeat;
	}
	
	.pretty {
		background-color: #ff002d;
		background: url("../images/cards/bcn/2_m.png") no-repeat;
	}

	.disney {
		background-color: #ff002d;
		background: url("../images/cards/bcn/5_m.png") no-repeat;
	}
	
	.morancos {
		background-color: #ff002d;
		background: url("../images/cards/bcn/6_m.png") no-repeat;
	}
	
	.ghost {
		background-color: #ff002d;
		background: url("../images/cards/bcn/3_m.png") no-repeat;
	}
	
	.grease {
		background-color: #ff002d;
		background: url("../images/cards/bcn/4_m.png") no-repeat;
	}

	.golfus {
		background-color: #ff002d;
		background: url("../images/cards/bcn/7_m.png") no-repeat;
	}
	
	.impresentables {
		background-color: #ff002d;
		background: url("../images/cards/bcn/8_m.png") no-repeat;
	}
	
	.nuevo4 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/9_m.png") no-repeat;
	}
	.nuevo1 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/10_m.png") no-repeat;
	}
	.nuevo2 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/11_m.png") no-repeat;
	}
	.nuevo3 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/12_m.png") no-repeat;
	}
}

/* S */
@media (min-width: 320px) and (max-width : 560px) {

	/* Imagen fondo cabecera video S */

	.header-background {
		position: relative;
		min-height: 468px;
		background: url(../images/bg/S_640×468_NT__1_2024.png) no-repeat scroll center top #f0f0f0;
	}

	/* Texto cabecera */

	.header-background .header-txt {
		bottom: 12px;
		left: 0;
		right: 0;
	}

	.header-background p {
		font-size: 13px;
		line-height: 16px;
	}

	/* Título bloque de ofertas */

	.title-slots { 
		font-size: 32px;
		line-height: 31px;
		padding: 20px!important; 
	}

	.title-slots .icon-title {
		width: 38.4px;
		height: 40.8px;
		background-size: cover;
		display: block;
		margin: 0 auto;
	}

	.product-slot {
		margin: 10px 0;
	}

	.product-slot .btn-slot {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}

	/* fondos cards M */
	.interminable {
		background-color: #ff002d;
		background: url("../images/cards/mad/1.png") no-repeat;
	}

	.harlem {
		background-color: #ff002d;
		background: url("../images/cards/mad/2.png") no-repeat;
	}

	.adictos {
		background-color: #ff002d;
		background: url("../images/cards/mad/5.png") no-repeat;
	}

	.coro {
		background-color: #ff002d;
		background: url("../images/cards/mad/6.png") no-repeat;
	}

	.lluvia {
		background-color: #ff002d;
		background: url("../images/cards/mad/3.png") no-repeat;
	}

	.mamma {
		background-color: #ff002d;
		background: url("../images/cards/mad/4.png") no-repeat;
	}

	.matilda {
		background-color: #ff002d;
		background: url("../images/cards/mad/7.png") no-repeat;
	}

	.madison {
		background-color: #ff002d;
		background: url("../images/cards/mad/8.png") no-repeat;
	}
      
	.nometoques {
	background-color: #ff002d;
	background: url("../images/cards/mad/9.png") no-repeat;
    }

    .quedios {
	background-color: #ff002d;
	background: url("../images/cards/mad/10.png") no-repeat;
    }

    .loschicos {
	background-color: #ff002d;
	background: url("../images/cards/mad/11.png") no-repeat;
    }

    .luis {
	background-color: #ff002d;
	background: url("../images/cards/mad/12.png") no-repeat;
    }

	.imposible {
		background-color: #ff002d;
		background: url("../images/cards/bcn/1_g.png") no-repeat;
	}
	
	.pretty {
		background-color: #ff002d;
		background: url("../images/cards/bcn/2_g.png") no-repeat;
	}

	.disney {
		background-color: #ff002d;
		background: url("../images/cards/bcn/5_g.png") no-repeat;
	}
	
	.morancos {
		background-color: #ff002d;
		background: url("../images/cards/bcn/6_g.png") no-repeat;
	}
	
	.ghost {
		background-color: #ff002d;
		background: url("../images/cards/bcn/3_g.png") no-repeat;
	}
	
	.grease {
		background-color: #ff002d;
		background: url("../images/cards/bcn/4_g.png") no-repeat;
	}

	.golfus {
		background-color: #ff002d;
		background: url("../images/cards/bcn/7_g.png") no-repeat;
	}
	
	.impresentables {
		background-color: #ff002d;
		background: url("../images/cards/bcn/8_g.png") no-repeat;
	}
	
	.nuevo4 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/9_g.png") no-repeat;
	}
	
	.nuevo1 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/10_g.png") no-repeat;
	}

	.nuevo2 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/11_g.png") no-repeat;
	}
	
	.nuevo3 {
		background-color: #ff002d;
		background: url("../images/cards/bcn/12_g.png") no-repeat;
	}
	/* Iconos en cajas quotes */

.product-slot.no-foto .icon-arbol {
	width: 73.5px;
	height: 81.75px;
	background-size: cover;
}

.product-slot.no-foto .icon-calendario {
	width: 78px;
	height: 61.5px;
	background-size: cover;
}

.product-slot.no-foto .icon-chinchin {
	width: 88.5px;
	height: 90.75px;
	background-size: cover;
}

.product-slot.no-foto .icon-orejas-troll {
	width: 72.75px;
	height: 62.25px;
	background-size: cover;
}

.product-slot.no-foto .icon-orejas {
	width: 88.5px;
	height: 66px;
	background-size: cover;
}

.product-slot.no-foto .icon-regalo {
	width: 68.25px;
	height: 74.25px;
	background-size: cover;
}

.product-slot.no-foto .icon-reyes {
	width: 69.75px;
	height: 52.5px;
	background-size: cover;
}

.product-slot.no-foto .icon-turron {
	width: 90.75px;
	height: 56.25px;
	background-size: cover;
}

.product-slot.no-foto .icon-villancicos {
	width: 63px;
	height: 75px;
	background-size: cover;
}

	/* Controles Carrousel */

	.carousel #left-arrow {
		position: absolute;
		left: 5px;
		top: 42%;
		z-index: 1000;
	}

	.carousel #right-arrow {
		position: absolute;
		right: 5px;
		top: 42%;
		z-index: 1000;
	}


}
