#slideShow{
	background-color: var(--azul-oscuro);
	height:auto;
	position: relative;
}
#slideShowChd{
	position:relative;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	float: left;
}
#slideShowOver{
	position:absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: blur(1.5px);
	z-index: 100;
}
.HomeSlidersCada{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position:center;
	background-size: cover;
}

#slideShowOver h1{
	color:  #fff;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
	margin: 0.5rem 1.5rem;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

#slideShowOver p{
	margin: 0.3rem 1rem 0.5rem 1rem;
	font-size: 0.8rem;
	text-align: center;
	color: var(--color-texto-amarillo);
	font-size: 0.64rem;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

#slide1{
	background-image: url(home/slide1.jpg);
}

#slide2{
	background-image: url(home/slide2.jpg);
}

#slide3{
	background-image: url(home/slide3.jpg);
}

.home-seccion{
	float:left;
	width:100%;
	margin: 1rem 0;
}

#home-tendencias-estrellas{
	float:left;
	width: calc(100% - 2rem);
	margin: 0 1rem;
	padding: 0.5rem 0 0;
	font-size: 0.65rem;
	border-bottom: 1px solid var(--bordes);
}

#home-tendencias-top{
	float:left;
	width:100%;
	position:relative;
	padding: 0 45% 0 1rem;
}

#home-tendencias-top h2{
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;
}

#home-tendencias-top img{
	position:absolute;
	right: 1%;
	top: -10%;
	width: 40%
}

#home-tendencias-top p{
	font-size: 0.65rem;
	line-height: 0.7rem;
	margin: 1rem 0 0 0;
	width: 150%;
}

#home-tendencias-box{
	width: calc(100% - 2rem);
	margin: 1rem;
	display: none;
	position:relative;
}
#home-tendencias-box-chd{
	position:relative;
	float: left;
	width: 100%;
	/* display:none; */
}
#home-nov-prev,#home-nov-sig{
	position:absolute;
	top: 50%;
	transform:translateY(-100%);
	width: 2rem;
	height:2rem;
	border-radius: 1rem;
	background-color: #ffffffc7;
	border: 2px solid var(--gris-claro);
	background-image: url(iconos/flecha-izq-azul.svg);
	background-position: center;
	background-size: 40%;
}
.home-tendencias-cadauno{
	/* margin: 0 1rem; */
}

#home-nov-sig{
	right: 0;
	background-image: url(iconos/flecha-der-azul.svg);
}

/*------- PRODUCTOS CAJA VISUALIZACIÓN PREVIOS--------*/


#home-tendencias-box-chd .producto-previos-caja{
	border: 0;
	border-bottom: 2px solid var(--bordes);
	padding: 0.5rem 1.5rem 1.5rem 1.5rem;
	border-radius: 0;
	margin: 0;
}
#home-tendencias-box-chd .producto-previos-caja-chd{
	display: flex;
	flex-direction: column;
	gap: 0;
}

#home-tendencias-box-chd .producto-previos-caja-foto{
	flex: 0 0 5rem;
	width: 100%;
	max-height: unset;
	text-align: center;
	display: flex;
	align-items: center;
	height: 5rem;
	overflow: hidden;
	justify-content: center;
}
#home-tendencias-box-chd .producto-previos-caja-foto img{
	max-width: 150px;
	width: auto;
	height: 100%;
}
#home-tendencias-box-chd .producto-previos-caja-data{
	flex: 0 0 13rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#home-tendencias-box-chd .producto{
	text-align: center;
}
#home-tendencias-box-chd .producto a{
	line-height: 1.1rem;
	height: auto;
	white-space: normal;
	width: 100%;
	color: var(--color-titulos);
}
#home-tendencias-box-chd .HR100{
	margin: 0.2rem 0;
}
#home-tendencias-box-chd .marca
,#home-tendencias-box-chd .escala
,#home-tendencias-box-chd .precioRegular
,#home-tendencias-box-chd .precioRegularTachado
,#home-tendencias-box-chd .precioOferta
,#home-tendencias-box-chd .verDetalles{
	text-align:center;
	font-size: 0.7rem;
}

#home-tendencias-box-chd .verDetalles{
	margin: 0.5rem 0;
	float: left;
	width: 100%;
}
#home-tendencias-box-chd .producto-previos-caja-opciones .verDetalles:before{
	content: "Ver detalles"
}

#home-tendencias .tns-nav{
	text-align:center;
	padding:1rem 0;
}

#home-tendencias .tns-nav button{
	width: 0.7rem;
	padding: 0;
	height: 0.7rem;
	margin: 0.2rem;
	
}

#home-recomendados{
	background-color: var(--beige-claro);
	padding: 1rem 1rem;
}

#home-recom-top{
	float:left;
	width:100%;
	margin-bottom:1rem;
}

#home-recom-top h2{
	float:left;
	width:80%;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;
}

#home-recom-top p{
	float:left;
	width:80%;
	font-size: 0.65rem;
	line-height: 0.7rem;
	margin: 0;
}

#home-recom-lista{
	float:left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#home-recom-lista .producto-previos-caja{
	border-radius: 0.3rem;
	margin: 0;
	margin-bottom: 1rem;
	padding:0.5rem;
}

#home-recom-lista .producto-previos-caja-chd{
	flex-direction: row;
	gap: 0.3rem;
	font-size:0.7rem;
}


#home-porque-textos{
	display: flex;
	width: 80%;
	margin: 0 10% !important;
	flex-wrap: wrap;
}
#home-porque-textos h2{
	flex: 0 0 100%;
	font-size: 1.2rem;
	margin: 0 0 1rem 0;
}
#home-porque-textos p{
	flex:  0 0 100%;
	margin: 0.2rem 0;
	font-size: 0.7rem;
	line-height: 1rem;
}
.home-porque-icono{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	margin: 0.5rem 0;
}
.home-porque-icono img{
	flex: 0 0 2.5rem;
	height: 2.5rem;
	margin: 1rem 0 0.5rem 0;
}
.home-porque-icono span{
	flex:  0 0 100%;
	font-size: 0.8rem;
}


#home-comunidad{
	background-color: var(--beige-claro);
	margin-bottom: 0;
	padding-bottom: 2rem;
	width: 100%;
}
#home-comunidad-textos{
	padding: 1.5rem;
	text-align: center;
}

#home-comunidad-i h2{
	color: var(--azul-medio);
}
#home-comunidad-d a{
	width: 100%;
	background-color: #fff;
	border: 3px solid var(--beige-oscuro);
	display: block;
	margin: 1rem 0;
	border-radius: 0.5rem;
	color: var(--azul-claro);
}
#home-comunidad-d img{ height: 2rem; margin: 0.5rem; }


#home-seccion-noticias{
	background-color: var(--beige-medio);
	margin: 0 0 1rem 0;
}
#home-noticias{
	float: left;
	width: calc(100% - 2rem);
	margin: 0 1rem;
}
#home-noticias-ico{
	width: 100%;
	float: left;
	text-align: center;
	margin: 1.5rem 0 0.75rem 0;
}

#home-noticias-ico img{
	width: 64px;
	height: auto;
}
#home-noticias-notas-p{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0rem 0 1.5rem 0;
}

.home-noticias-cu{
	margin:0;
	font-size: 0.7rem;
	color: var(--azul-medio);
	font-weight: 600;
}

#home-noticias .tns-nav button{
	width: 0.5rem;
	padding: 0;
	height: 0.5rem;
	margin: 0.3rem;
	
}

@media all and (min-width: 480px) {
	#slideShowChd{
		padding-bottom: 75%;
	}
	#slideShowOver h1{
		color:  #fff;
		font-weight: 900;
		font-size: 1.5rem;
		text-align: center;
		margin: 0.7rem 2rem;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	}

	#slideShowOver p{
		margin: 0.3rem 1rem 1rem 1rem;
		font-size: 0.8rem;
		text-align: center;
		color: var(--color-texto-amarillo);
		font-size: 0.7rem;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
	}

}


@media all and (min-width: 768px) {
	#home-seccion-noticias{
		margin: 0 0 2rem 0;
	}

	#home-noticias{
		width: calc(100% - 8rem);
		margin: 0 4rem;
		padding: 2rem 0 1rem 0;
	}
	#home-noticias-ico{
		width: 90px;
		margin: 0;
	}
		
	#home-noticias-notas-p{
		width: calc(100% - 90px);
		margin: 1rem 0 1.5rem 0;
		padding: 0 2rem;
	}
	
	.home-noticias-cu{
		font-size: 0.8rem;
	}
	
	#home-porque-textos{
		margin: 2rem 10%;
	}
	#home-porque-textos h2{
		flex: 0 0 100%;
		font-size: 1.2rem;
		margin: 0 0 1rem 0;
		text-align: center;
	}
	#home-porque-textos p{
		margin: 0.5rem 0;
		font-size: 0.8rem;
		line-height: 1.2rem;
		text-align: center;
	}
	.home-porque-icono{
		width: 33%;
		flex: 0 0 33%;
	}
	#home-recom-lista .producto-previos-caja{
		flex: 0 0 44%;
		margin: 3%;
	}
	#slideShowChd{
		padding-bottom: 40%;
	}
	#slide1{
		background-image: url(home/slide1-full.jpg);
	}

	#slide2{
		background-image: url(home/slide2-full.jpg);
	}

	#slide3{
		background-image: url(home/slide3-full.jpg);
	}
	#slideShowOver h1{
		font-size: 1.5rem;
		flex: 0 0 38%;
		margin: 0;
		margin-right: 1rem;
		text-align: left;
	}
	
	#slideShowOver p{
		font-size: 0.9rem;
		flex: 0 0 45%;
		margin: 0;
		text-align: left;
	}

	#slideShowOver{
		position:absolute;
		bottom: 0.5rem;
		display:flex;
		padding: 1rem 0;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding-bottom: 1rem;
	}
	#home-tendencias-top{
		margin: 1rem 0;
		padding: 0 50% 0 2rem;
	}
	
	#home-tendencias-top h2{
		font-size: 1.5rem;
		line-height: 1.6rem;
		margin: 0 0 1rem 0;
	}
	
	#home-tendencias-top img{
		right: 3%;
		top: 0rem;
		width: 25%
	}
	
	#home-tendencias-top p{
		font-size: 0.8rem;
		line-height: 1rem;
		margin: 1rem 0 0 0;
		width: 100%;
	}

	#home-tendencias-estrellas{
		width: calc(100% - 4rem);
		margin: 0 2rem;
		font-size: 0.7rem;
	}
	#home-recom-top{
		margin: 2rem;
	}
}

@media all and (min-width: 1024px) {
	#home-noticias{
		width: calc(100% - 14rem);
		margin: 0 7rem;
		padding: 2.5rem 0 1.5rem 0;
	}
	
	#home-noticias-ico{
		width: 110px;
		margin: 0;
	}
		
	#home-noticias-notas-p{
		width: calc(100% - 110px);
		
	}

	.home-noticias-cu{
		font-size: 0.9rem;
	}
	
	#home-comunidad-textos{
		padding: 1rem;
		text-align: left;
	}
	#home-comunidad-i{
		width: 55%;
		float:left;
	}
	#home-comunidad-i h2{
		font-size: 2.2rem;
		line-height:2.3rem;
	}
	#home-comunidad-d{
		width: 40%;
		float:right;
	}
	#home-comunidad-d a{
		margin: 1.5rem 0;
		text-align:center;
	}
	#home-comunidad-d img{ 
		height: 3rem;
		margin: 0.5rem;
	}

	#home-porque-textos{
		margin: 2rem 20% !important;
		width: 60%;
		display: flex;
		justify-content: space-around;
	}
	#home-porque-textos h2{
		font-size: 1.6rem;
	}
	#home-porque-textos p{
		margin: 0.8rem 0;
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.home-porque-icono{
		width: 30%;
		flex: 0 0 30%;
		display: flex;
		align-items: center;
	}
	.home-porque-icono img{
		flex: 0 0 2.5rem;
		height: 2.5rem;
		margin: 1rem 0 0.5rem 0;
	}
	.home-porque-icono span{
		flex:  0 0 100%;
		font-size: 0.8rem;
	}
	
	.home-seccion{
		margin: 2rem 0;
	}
	#slideShowChd{
		padding-bottom: 45%;
	}
	#slideShowOver h1{
		font-size: 2.3rem;
		flex: 0 0 30%;
		margin-right: 1.5rem;
	}
	
	#slideShowOver p{
		flex: 0 0 40%;
		font-size: 1rem;
	}
	
	#home-tendencias-top{
		margin: 2rem 0 0 0;
		padding: 0 60% 0 2rem;
	}
	
	#home-tendencias-top h2{
		font-size: 1.7rem;
		line-height: 1.9rem;
		margin: 0 0 1.5rem 0;
	}
	
	#home-tendencias-top p{
		font-size: 1rem;
		line-height: 1.3rem;
	}

	#home-tendencias-estrellas{
		margin: 0 2rem;
		font-size: 0.8rem;
	}
}

@media all and (min-width: 1200px) {
	#home-noticias{
		width: calc(100% - 24rem);
		margin: 0 12rem;
		
	}
	#home-comunidad-textos{
		width: 80%;
		margin: 2rem 10%;
	}
	#home-recom-lista .producto-previos-caja{
		flex: 0 0 28%;
		margin: 2.5%;
	}
	#slideShowChd{
		padding-bottom: 35%;
	}
	#slideShowOver h1{
		font-size: 2.2rem;
		margin-right:2rem;
		flex: 0 0 27%;
	}
	
	#slideShowOver p{
		font-size: 1.2rem;
		flex: 0 0 35%;
	}
	.home-seccion{
		margin: 3rem 0;
	}
	#home-tendencias-top img{
		right: 5%;
		width: 22%
	}
	#home-recom-top h2{
		width:100%;
		font-size: 1.5rem;
		line-height: 2rem;
		margin: 0 0 1rem 0;
	}
	
	#home-recom-top p{
		width:100%;
		font-size: 1rem;
		line-height: 2rem;
	}
}

@media all and (min-width: 1440px) {
	#slideShowChd{
		padding-bottom: 27%;
	}
	#slideShowOver h3{
		font-size: 3rem;
		flex: 0 0 425px;
		
	}
	
	#slideShowOver p{
		font-size: 1.2rem;
		flex: 0 0 580px;
	}
}