* {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.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;
}

/* Menu Sticky */

.product-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);
}

.product-menu .ul-wrap {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

.product-menu ul {
	position: relative;
	left: 50%;
}

.product-menu ul li {
	display: inline-block;
	position: relative;
	float: left;
	font-family: atrapaloWebBold, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 25px;
    padding: 15px 55px;
}

.product-menu ul li a {
	color: #de0000;
	text-transform: uppercase;
}

.product-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) {
	.product-menu ul li {
		padding: 20px 25px;
		font-size: 22px;
    	line-height: 20px;
	}
}

@media (min-width: 641px) and (max-width : 845px) {
	.product-menu ul li {
		padding: 20px 15px;
		font-size: 22px;
    	line-height: 20px;
	}
}

@media (min-width: 481px) and (max-width : 640px) {
	.product-menu .menu-wrap {
		padding: 0;
	}
	.product-menu ul li {
		padding: 15px;
		font-size: 20px;
		line-height: 20px;
	}
}

@media (min-width: 320px) and (max-width : 480px) {
	.product-menu .menu-wrap {
		padding: 0;
	}
	.product-menu ul li {
		padding: 10px;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: -.5px;
	}
}

/* Titulo del bloque de Ofertas */

.title-slots {
	font-family: atrapaloWebBold, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    line-height: 40px;
    color: #de0000;
	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;
}

.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: 5px;
	right: 5px;
}

.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: #de0000;
}

.fan-slot .prize-slot {
	color: #30282a;
	
}

.fan-slot .btn-slot a {
	color: #de0000!important;
}

/* Caja Atrapapuntos */

.fan-slot.no-fotos > div {
	background-color: #ff9934!important;
}
.fan-slot.no-fotos > div p {
	color: #fff;
}
.fan-slot.no-fotos > div p span {
	color: #30282a;
}

/* Oferta Fan sin foto */

.fan-slot.no-foto > div {
	background-color: #de0000;
}
.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: #de0000;
}

.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: #de0000;
}

/* 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: atrapaloWebBold, sans-serif;
    -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: atrapaloWebBold, sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 20px;
	margin: 0;	
}

/* Texto atrapapuntos */

.atrapa {
	font-family: 'Open Sans'!important;
	font-size: 12px!important;
	font-style: normal;
	font-variant: normal;
	line-height: 130%!important;

	}

/* Texto info Oferta */

.product-slot .info-slot {
	padding: 15px;
}

.product-slot .title-slot {
	font-size: 17px;
	line-height: 19px;
	color: #fff;
	padding-bottom: 6px;
}

.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 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: atrapaloWebBold, sans-serif;
    -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;
}


/* 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/background_L.jpg) no-repeat scroll center top #f0f0f0;
	}

	/* Imagen fondo banner  L y XL */

	.banner-background {
		position: relative;
		min-height: 130px;
		background: url(../images/bg/banner_L.jpg) no-repeat scroll center top #f0f0f0;
		margin: 0 10px 20px 10px;
	}

	.banner-href {
		min-height: 130px;
	}

	.banner-href a {
		min-height: 130px;
		width: 100%;
		display: inline-block;
	}
}

/* L */
@media (min-width: 1024px) and (max-width: 1199px) {

	.product-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.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: 330px;
		background: url(../images/bg/background_M.jpg) no-repeat scroll center top #f0f0f0;
	}

	/* Imagen fondo banner  M */

	.banner-background {
		position: relative;
		min-height: 130px;
		background: url(../images/bg/banner_M.jpg) no-repeat scroll center top #f0f0f0;
		margin: 0 10px 20px 10px;
	}

	.banner-href {
		min-height: 130px;
	}

	.banner-href a {
		min-height: 130px;
		width: 100%;
		display: inline-block;
	}

	/* 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: 429px;
	}

	.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;	
	}
}

@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;
	}
}

@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: #de0000;
	}

	.troll-carousel #left-arrow:before,
	.troll-carousel #right-arrow:before {
		color: #30282a;
	}
}

/* S */
@media (min-width: 320px) and (max-width : 640px) {

	/* Imagen fondo cabecera video S */

	.header-background {
		position: relative;
		min-height: 240px;
		background: url(../images/bg/background_S.jpg) no-repeat scroll center top #f0f0f0;
	}

	/* Imagen fondo banner S */

	.banner-background {
		position: relative;
		min-height: 76px;
		background: url(../images/bg/banner_S.jpg) no-repeat scroll center top #f0f0f0;
		margin: 0 auto 10px auto;
		width: 88%;
	}

	.banner-href {
		min-height: 76px;
	}

	.banner-href a {
		min-height: 76px;
		width: 100%;
		display: inline-block;
	}

	/* 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: 22px;
		line-height: 24px;
		padding: 10px 0; 
	}

	.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;
	}

	/* 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;
	}
}



