#modulo-xt-doble {
	background-color: #eaf2f5;
	padding: 40px 0;
	border-top:dashed 1px #00aae6;
	border-bottom:dashed 1px #00aae6;
	margin-bottom:30px;
	font-family:'Raleway';
	position:relative;
	z-index:10;
	margin-top: 25px;
}


/** Precio **/

#modulo-xt-doble .precio {
	margin-top:-110px;
	margin-left:15px;
	top:160px;
	left:0px;
	background:url(../img/xpresstee/caja_precio.svg) no-repeat center top;
	background-size:auto 90px;
	height:110px;
	position:relative;
	z-index:15;
}

#modulo-xt-doble .precio .precio-desde {
	position:relative;
	top:-10px;
	left:0;
	font-size:19px;
	font-weight:700;
	color:#00aae6;
	background:#fff;
	padding:3px 8px;
	border-radius:8px;
	display:inline-block;
	visibility: hidden;
}

#modulo-xt-doble .precio .precio-euros {
	position: relative;
	top: 10px;
	right: 0;
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	margin-top: -35px;
	margin-top: -40px;
	letter-spacing: -3px;
}
#modulo-xt-doble .precio .precio-euros span { font-size:30px; }

#modulo-xt-doble #btn-info {
	position:absolute;
	left:50%;
	top:185px;
	background-color:#00A8E3;
	color:#fff;
	font-size:18px;
	font-weight:800;
	padding:4px 12px;
	border-radius:8px;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	z-index:20;
}


/** Botones Comprar y Ficha **/

#modulo-xt-doble .franja-botonera {
	position:relative;
	right:0;
	bottom:25px;
	margin-top:-60px;
	z-index:10;
}
#modulo-xt-doble .franja-botonera .btn-comprar {
	background: #d33909;
	color:#fff;
	font-size:20px;
	font-weight:700;
	padding:2px 8px;
	border-radius:8px;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	width:200%;
}
#modulo-xt-doble .franja-botonera .btn-comprar:hover { background:#b32d03; }

#modulo-xt-doble .franja-botonera .btn-ficha {
	margin-top:4px;
	background:#bcbcbc;
	color:#fff;
	font-size:13px;
	font-weight:700;
	border-radius:8px;
	padding:2px 8px;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	width:200%;
}
#modulo-xt-doble .franja-botonera .btn-ficha:hover { background:#aaa; }



/** Carrusel **/

#modulo-xt-doble div[id^="carrusel-xt"] {
	border:solid 8px #fff;
	background:#000;
	width:380px;
	height:380px;
	overflow:hidden;
}

#modulo-xt-doble div[id^="carrusel-xt"] .item {
	/*width:380px; */
	height:364px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

#modulo-xt-doble a.carousel-control { background:none; opacity:.8; }
#modulo-xt-doble a.carousel-control:hover { opacity:1; }

#modulo-xt-doble div[id^="carrusel-xt"] .flecha-anterior,
#modulo-xt-doble div[id^="carrusel-xt"] .flecha-siguiente {
	position:relative;
	top:150px;
	font-size:40px;
}


/** DiseÃ±o / Autor **/

#modulo-xt-doble .franja-autor {
	width:380px;
	margin-top:6px;
	text-align:center;
	font-weight:700;
}

#modulo-xt-doble .diseno { color:#1b325f; font-size:22px; }
#modulo-xt-doble .autor { color:#00aae6; font-size:13px; }
#modulo-xt-doble .autor span { color:#929292; }


/** Iconos aspectos **/

#modulo-xt-doble .capa-aspectos-categoria {
	width:380px;
	text-align:center;
	margin-top:4px;
}

#modulo-xt-doble .capa-aspectos-categoria .tit {
	display:inline-block;
	color:#00AAE6;
	font-size:11px;
	font-weight:700;
	line-height:35px;
	vertical-align:top;
	margin-right:10px;
}
#modulo-xt-doble .capa-aspectos-categoria .ico-aspecto-categoria {
	display:inline-block;
	background:#009ddb;
	padding:10px;
	border-radius:50%;
	position: relative;
	width:35px;
	overflow: hidden;
	cursor:pointer;
}
#modulo-xt-doble .capa-aspectos-categoria .ico-aspecto-categoria.active { /*background:#d33909;*/ }
#modulo-xt-doble .capa-aspectos-categoria .ico-aspecto-categoria:before {
	content: "";
	display: block;
	padding-top: 100%;
}

#modulo-xt-doble .capa-aspectos-categoria .ico-aspecto-categoria .aspecto-categoria-content {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color:#fff;
	text-align: center;
	padding:5px;
}

#modulo-xt-doble .capa-aspectos-categoria .ico-aspecto-categoria .aspecto-categoria-content img { width:25px; }


/** Capa tiempo **/

#modulo-xt-doble .capa-tiempo {
	top: -5%;
	position:absolute;
	bottom:-22px;
	left:49%;
	margin-left:-100px;
}

#modulo-xt-doble #capa_tiempo {
	background-color: #00a8e3;
	border-radius:10px;
	color:#fff;
	font-family:"Raleway";
	display:inline-block;
	margin-top:0;
	padding:4px 15px 8px 55px;
	position:relative;
	font-weight:700;
	min-width:230px;
}

#modulo-xt-doble #capa_tiempo .tiempo_restante { font-size:12px; }
#modulo-xt-doble #capa_tiempo .tiempo_restante span[id^=contador] { font-size:23px; }
#modulo-xt-doble #capa_tiempo .ico_reloj {
	position:absolute;
	top:-25px;
	left:-24px;
}




/*---------------------------------------------------
// MEDIA QUERIES: PC
---------------------------------------------------*/

@media (max-width: 1200px)
{
	#modulo-xt-doble { margin-bottom:20px; }

	/** Precio **/

	#modulo-xt-doble .precio {
		margin-top:-110px;
		margin-left:50px;
		top:160px;
		left:0px;
		background-size:auto 70px;
		height:90px;
	}

	#modulo-xt-doble .precio .precio-desde {
		top:-10px;
		left:0;
		font-size:14px;
		padding:3px 8px;
		visibility: hidden;
	}

	#modulo-xt-doble .precio .precio-euros {
		top: -9px;
		right: 0;
		font-size: 30px;
		margin-top: -4px;
	}
	#modulo-xt-doble .precio .precio-euros span { font-size:24px; }

	#modulo-xt-doble #btn-info { left:53%; }

	#modulo-xt-doble .franja-botonera .btn-comprar,
	#modulo-xt-doble .franja-botonera .btn-ficha { width:250%; }


	/** Capa tiempo **/

	#modulo-xt-doble .capa-tiempo {
		position: absolute;
		margin-top: 0px;
		margin-bottom:-30px;
		left:50%;
		bottom:0;
		margin-left:-60px;
	}
}


/*---------------------------------------------------
// MEDIA QUERIES: TABLET
---------------------------------------------------*/

@media (max-width: 992px)
{
	#modulo-xt-doble {
		margin-top:50px;
		margin-bottom:30px;
	}

	#modulo-xt-doble #btn-info { left:48%; }

	/** Precio **/

	#modulo-xt-doble .precio {
		position:absolute;
		margin-top:0;
		margin-left:0;
		text-align:center;
		top: 35px;
		left:0;
		background-size:auto 90px;
		height:110px;
	}

	#modulo-xt-doble .precio .precio-desde {
		top:-6px;
		left:0;
		font-size:15px;
		padding:3px 8px;
		visibility: hidden;
	}

	#modulo-xt-doble .precio .precio-euros {
		top: -4px;
		right: 0;
		font-size: 50px;
		margin-top: -20px;
	}
	#modulo-xt-doble .precio .precio-euros span { font-size:30px; }


	/** Botones Comprar y Ficha **/

	#modulo-xt-doble .franja-botonera {
		position:relative;
		right:0;
		bottom:0;
		margin-top:10px;
	}
	#modulo-xt-doble .franja-botonera .btn-comprar { width:100%; }
	#modulo-xt-doble .franja-botonera .btn-ficha { width:100%; }


	/** Carrusel **/

	#modulo-xt-doble div[id^="carrusel-xt"] {
		width:320px;
		height:320px;
	}

	#modulo-xt-doble div[id^="carrusel-xt"] .item {
		width:305px;
		height:305px;
	}

	#modulo-xt-doble div[id^="carrusel-xt"] .flecha-anterior,
	#modulo-xt-doble div[id^="carrusel-xt"] .flecha-siguiente { top:130px; }


	/** DiseÃ±o / Autor **/

	#modulo-xt-doble .franja-autor { width:100%; }


	/** Iconos aspectos **/

	#modulo-xt-doble .capa-aspectos-categoria { width:320px; }


	/** Capa tiempo **/

	#modulo-xt-doble .capa-tiempo {
		margin-bottom:-30px;
		margin-left:-80px;
	}
}


/*---------------------------------------------------
// MEDIA QUERIES: MOVIL
---------------------------------------------------*/

@media (max-width: 768px)
{
	#modulo-xt-doble { margin-bottom:50px; }

	/** Carrusel **/

	#modulo-xt-doble div[id^="carrusel-xt"] {
		width:100%;
		height:320px;
	}

	#modulo-xt-doble div[id^="carrusel-xt"] .item {
		width:100%;
		height:320px;
	}

	#modulo-xt-doble div[id^="carrusel-xt"] .flecha-anterior,
	#modulo-xt-doble div[id^="carrusel-xt"] .flecha-siguiente {
		position:relative;
		top:125px;
	}

	#modulo-xt-doble div[id^="capa-carrusel-"],
	#modulo-xt-doble .franja-autor,
	#modulo-xt-doble .capa-aspectos-categoria { padding-left:0; padding-right:0; }

	#modulo-xt-doble .franja-autor, #modulo-xt-doble .capa-aspectos-categoria { width:100%; }


	/** Capa tiempo **/

	#modulo-xt-doble .capa-tiempo {
		margin-left:-130px;
		margin-bottom:-60px;
		top: -25px;
		left: 50%;
	}

	#modulo-xt-doble #btn-info-movil {
		position:relative;
		left:240px;
		top:-35px;
		background-color:#00A8E3;
		color:#fff;
		font-size:16px;
		font-weight:800;
		padding:4px 12px;
		border-radius:8px;
		cursor:pointer;
		vertical-align: middle;
		border:none;
		z-index:20;
		margin-left: 30px;
	}
}

@media (max-width: 350px)
{
	#modulo-xt-doble .franja-autor .diseno, #modulo-xt-doble .franja-autor .autor { display:block; }
	#modulo-xt-doble .capa-aspectos-categoria .tit { display:block; }
}