/* BLOQUE ENTRADA HOME */
body {
	background-color:#f4f4f4;
	height:100%;
}
main.home {
/*abans comentat */
/* CAMBIO FOTO FONDO 23-04-2018
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo.jpg);
*/
	background-image:url(/wp-content/themes/chatter-child/img/home/alondra_celeste.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
/*fin ací abans comentat */
	height:100%;
	position:relative;
	z-index:2;
	overflow:hidden;
}
main.home .cuerpo {
	/*padding-top:300px;*/
	height:357px;
	/*position:absolute;*/
	/*top:50%;*/
	top:15%;
	/*left:50%;*/
	/*margin-top:-178px;*/
	/*margin-left:-610px;*/
}
/*#video {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}*/
section.entrada {
	height:100%;
}
a.play {
	width:84px;
	margin:0 auto;
	display:block;
}
a:hover { 
	color:#3d9aa8;
}

/****
	MODIFICIACIÓN ALONDRA (KARMELO)
	MODIFICIACIÓN DEL SLIDE
	Hacemos más gruesa la tipografía del título del Slide
	21-12-2016
*****/
/*h2 {
	font-weight:100;
	font-size:48px;
	color:#ffffff;
	text-align:center;
	padding-top:60px;
	padding-bottom:40px;
	text-shadow: 1px 1px 1px rgba(180, 180, 180, 1);
}*/
h2 {
	font-weight:400;
	font-size:48px;
	color:#000;
	text-align:center;
	padding-top:60px;
	padding-bottom:40px;
	text-shadow: 1px 1px 1px rgba(180, 180, 180, 1);
}
/****
	FIN:
	MODIFICIACIÓN DEL SLIDE
	21-12-2016
*****/


.accesos {
	max-width: 510px;
	width:100%;
	margin:0 auto;
}
.acceso {
	width:242px;
	position:relative;
	/*border-left:1px solid #faf1f2;
	border-left:1px solid #faf1f2;*/
	border:1px solid #faf1f2;
	float:left;
	margin-right:26px;
	padding-top:10px;
	padding-bottom:10px;
}
.acceso.ultimo {
	margin-right:0px;
}

/****
	MODIFICIACIÓN ALONDRA (KARMELO)
	MODIFICIACIÓN DEL SLIDE
	Desplazamos a la izq. un poco para que quepa bien el texto
	21-12-2016
	
.acceso a {
	font-size:18px;
	text-transform:uppercase;
	width:145px;
	display:block;
	line-height:18px;
	position:relative;
	color:#000000;
	margin-left:35px;
}
.acceso a span {
	display:block;
	font-weight:500;
}
*****/
.acceso a {
	font-size:18px;
	text-transform:uppercase;
	width:200px;
	display:block;
	line-height:18px;
	position:relative;
	color:#000000;
	margin-left:20px;
}
.acceso a span {
/*	display:block;*/
	font-weight:500;
}

/****
	FIN:
	MODIFICIACIÓN DEL SLIDE
	21-12-2016
*****/


.acceso a:hover {
	color:#3d9aa8;
}

.acceso .fondo {
	background-color:#ffffff;
	opacity:.6;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
}


.vjs-text-track-display, .vjs-control-bar { display:none !important; }


/* SECTION SONRIE */
section.sonrie {
	background-image:url(/wp-content/themes/chatter-child/img/home/ico-sonrie.gif);
	background-position:center 67px;
	background-repeat:no-repeat;
	padding-top:108px;
}
section.sonrie h3 {
	font-size:54px;
	text-transform:uppercase;
	font-weight:100;
	text-align:center;
	padding-bottom:36px;
	line-height:54px;
	margin:0px;
}
section.sonrie p {
	max-width:536px;
	width:100%;
	text-align:center;
	margin:0 auto;
	color:#878787;
}
section.sonrie ul li {
	list-style:none;
}
section.sonrie ul.frases {
	margin-bottom:50px;
}
section.sonrie ul.frases li {
	opacity:0;
	display:none;
	line-height:16px;
}
section.sonrie ul.frases li.enabled {
	opacity:1;
	display:block;
}
section.sonrie ul.puntos {
	padding:0px;
	text-align:center;
}
section.sonrie ul.puntos li {
	display:inline-block;
	margin-right:2px;
}
.circle {
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    background: #a6a6a6;
    display:block;
}
section.sonrie ul.puntos li:hover .circle {
	background:#000000;
}
section.sonrie ul.puntos li .circle.clickado {
	background:#000000;
}

/* CATEGORIAS */
section.categorias {
	border-top:1px dotted #a3a3a3;
	padding-top:20px;
}
section.categorias article {
	background-color:#ffffff;
	padding:1px 1px 0 1px;
	border-bottom:1px solid #e2e2e2;
	position:relative;
	margin-top:10px;
}
section.categorias article .enlace-general {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
section.categorias article.grid_6 {
	height:538px;
}
section.categorias article .linea {
	width:100%;
	height:1px;
	border-bottom:1px solid #bdbdbd;
	position:absolute;
	bottom:0px;
	left:0px;
}
section.categorias article img {
	display:block;
	width:100%;
}
section.categorias article h3 {
	font-size:24px;
	font-weight:300;
	line-height:24px;
	margin-left:23px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#000000;
	margin-top:20px;
}
section.categorias article h3 strong {
	font-weight:500;
	display:block;
}
section.categorias article p {
	font-size:14px;
	color:#9d9c9c;
	margin-left:23px;
	margin-top:8px;
	max-width:510px;
	width:100%;
	line-height:16px;
}
section.categorias article p.menor {
	font-size:12px;
	width: 90%;
	margin-top:8px;
	line-height:13px;
}
section.categorias article a {
	text-transform:uppercase;
	color:#000000;
	display:block;
	margin-left:23px;
	text-decoration:underline;
	font-size:12px;
	font-weight:500;
	padding-bottom:10px;
}
section.categorias article:hover a {
	text-decoration:none;
	color:#3d9aa8;
}

section.categorias article.clickable {
	cursor:pointer;
}
section.categorias article.clickable:hover h3 {
	color:#3d9aa8;
}
section.categorias article.experiencia {
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo-experiencia-alondra.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	height:314px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
section.categorias article.experiencia h3 {
	margin-left:69px;
	margin-top:153px;
}

section.categorias article.wishlist {
	background-image:url(/wp-content/themes/chatter-child/img/home/banner-wishlist.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	height:314px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	padding-top: 190px;
	margin-right: 0px; 	
}

section.categorias article.wishlist p {
	margin-left: 50px;
	width: 200px;
	text-align: center;
}

section.categorias article.minicuna_colecho {
	background-image:url(/wp-content/themes/chatter-child/img/home/banner-cat-minicuna-colecho.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	height:314px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	margin-right: 15px; 
}

section.categorias article.minicuna_colecho h3 {
	margin-left:145px;
	margin-top:15px;
}

section.categorias article.minicuna_colecho a.enlace_abajo{
	text-align:right;
	margin-right:15px;
	margin-top:190px;
}
section.categorias article.experiencia.beautiful {
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo-beautiful.jpg);
}
section.categorias article.experiencia.beautiful h3 {
	margin-left:168px;
	margin-top:34px;
}
section.categorias article.experiencia.encontrar {
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo-encuentra.gif);
	background-position:20px 30px;
	background-size:auto;
}
section.categorias article.experiencia.encontrar h3 {
	margin-left:21px;
	margin-top:130px;
}

/****
		CAMBIO DE BANNERS
		17-10-2017
*****/
/** Dónde comprar **/
section.categorias article.experiencia.encontrar102017 {
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo-encuentra.gif);
	background-position:20px 30px;
	background-size:auto;
}
section.categorias article.experiencia.encontrar102017 h3 {
	margin-left:21px;
	margin-top:130px;
}
section.categorias article.experiencia.encontrar102017 p {
	max-width: 235px;
	margin-bottom: 10px;
}
section.categorias article.experiencia.encontrar102017 a.ver_web {
	margin-top: 0px;
}

/** Decoración infantil **/
section.categorias article.experiencia.deco102017 {
	background-image:url(/wp-content/themes/chatter-child/img/home/alondra_deco.jpg);
}
section.categorias article.experiencia.deco102017 h3 {
	margin-left:0px;
	margin-top:135px;
	width: 100%;
	text-align: center;
}
section.categorias article.experiencia.deco102017 a.ver_web {
	margin-top:15px;
	margin-left: 0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
/** Alondra Blue **/
section.categorias article.experiencia.alondrablue102017 {
	background-image:url(/wp-content/themes/chatter-child/img/home/alondra_blue.jpg);
	background-position:0px 0px;
	background-size:auto;
	text-align: center;
}
section.categorias article.experiencia.alondrablue102017 h3 {
	margin-top:30px;
	margin-left: 0px;
}
section.categorias article.experiencia.alondrablue102017 p {
	/*font-size:12px;
	line-height:12px;*/
	max-width:185px;
	/*width:100%;*/
	margin-top:150px;
	margin-left: 53px;
}
section.categorias article.experiencia.alondrablue102017 a.ver_web {
	margin-top:50px;
	margin-left: 0px;
	font-weight: bold;
}
/** Whishlist **/
section.categorias article.experiencia.wishlist102017 {
	background-image:url(/wp-content/themes/chatter-child/img/home/alondra_wishlist.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	height:314px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	padding-top: 190px;
	margin-right: 0px; 	
}
section.categorias article.experiencia.wishlist102017 h3 {
	margin-top: -20px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
section.categorias article.experiencia.wishlist102017 p {
	margin-left: 50px;
	width: 200px;
	text-align: center;
}
/** Momon **/
section.categorias article.experiencia.carrosmomon102017 {
	background-image:url(/wp-content/themes/chatter-child/img/home/alondra_momon.jpg);
}
section.categorias article.experiencia.carrosmomon102017 h3 {
	visibility: hidden;
}
section.categorias article.experiencia.carrosmomon102017 a.ver_web {
	margin-top: 0px;
	margin-left: 93px;
	font-weight: bold;
}

/****
		FIN:
		CAMBIO DE BANNERS
		17-10-2017
*****/

/****
		CAMBIO DE BANNERS
		12-04-2018
*****/
/** Instagram **/
section.categorias article.experiencia.instagram042018 {
	background-image:url(/wp-content/themes/chatter-child/img/home/alondra_instagram.jpg);
	background-position:0px 0px;
	background-size:auto;
	text-align: center;
}
section.categorias article.experiencia.instagram042018 h3 {
	margin-top:30px;
	margin-left: 0px;
}
section.categorias article.experiencia.instagram042018 p {
	/*font-size:12px;
	line-height:12px;*/
	max-width:185px;
	/*width:100%;*/
	margin-top:150px;
	margin-left: 53px;
}
section.categorias article.experiencia.instagram042018 a.ver_web {
	margin-top:50px;
	margin-left: 0px;
	font-weight: bold;
}
/****
		FIN:
		CAMBIO DE BANNERS
		12-04-2018
*****/


/****
		CAMBIO DE BANNERS
		NOVEDADES 2019
		18-07-2019
*****/
/** Instagram **/
section.categorias article.experiencia.novedades2019 {
	background-image:url(/wp-content/themes/chatter-child/img/home/banner_novedades_2019.jpg);
	background-position:0px 0px;
	background-size:auto;
	text-align: left;
}
section.categorias article.experiencia.novedades2019 h3 {
	margin-top:30px;
	margin-left: 20px;
}
section.categorias article.experiencia.novedades2019 p {
	/*font-size:12px;
	line-height:12px;*/
	max-width:185px;
	/*width:100%;*/
	margin-top:40px;
	margin-left: 20px;
}
section.categorias article.experiencia.novedades2019 a.ver_web {
	margin-top:50px;
	margin-left: 0px;
	font-weight: bold;
}
/****
		FIN:
		CAMBIO DE BANNERS
		18-07-2019
*****/

/****
		CAMBIO DE BANNERS
		23-04-2018
*****/
/** Nueva colección 2018 **/
section.categorias article.experiencia.nou042018 {
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo-nuevas-colecciones.jpg);
}
section.categorias article.experiencia.nou042018 h3 {
	margin-left:0px;
	margin-top:135px;
	width: 100%;
	text-align: center;
}
section.categorias article.experiencia.nou042018 a.ver_web {
	margin-top:15px;
	margin-left: 0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
/****
		FIN:
		CAMBIO DE BANNERS
		23-04-2018
*****/

/****
		CAMBIO DE BANNERS
		13-11-2018
*****/
/** Nueva colección 2018 **/
section.categorias article.experiencia.sillasdepaseo {
	background-image:url(/wp-content/themes/chatter-child/img/home/banner-home-silla-paseo.jpg);
}
section.categorias article.experiencia.sillasdepaseo h3 {
	margin-left:0px;
	margin-top:135px;
	width: 100%;
	text-align: center;
	color: #FFF;
}
section.categorias article.experiencia.sillasdepaseo a.ver_web {
	margin-top:15px;
	margin-left: 0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #FFF;
}
/****
		FIN:
		CAMBIO DE BANNERS
		13-11-2018
*****/

/****
		CAMBIO DE BANNERS
		18-07-2019
*****/
/** Camas Montessori 2019 **/
section.categorias article.experiencia.camasmontessori {
	background-image:url(/wp-content/themes/chatter-child/img/home/montessori_2019.jpg);
	text-align: left;
}
section.categorias article.experiencia.camasmontessori h3 {
	margin-left:35px;
	margin-top:40px;
	width: 100%;
	text-align: left;
	/*color: #FFF;*/
}
section.categorias article.experiencia.camasmontessori p {
	margin-left: 35px;
	margin-top: 10px;
	width: 150px;
	}

section.categorias article.experiencia.camasmontessori a.ver_web {
	margin-top:15px;
	margin-left: 0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	/*color: #FFF;*/
}
/****
		FIN:
		CAMBIO DE BANNERS
		18-07-2019
*****/


/****
		INSERCIÓN DEL BANNER ALONDRA-TRENDS
		04-10-2016
*****/
section.categorias article.experiencia.alondratrends {
	background-image:url(/wp-content/themes/chatter-child/img/home/fondo-alondratrends.jpg);
	background-position:0px 0px;
	background-size:auto;
	text-align: center;
}
section.categorias article.experiencia.alondratrends h3 {
	margin-top:30px;
	margin-left: 0px;
}
section.categorias article.experiencia.alondratrends a.ver_web {
	margin-top:195px;
}

/****
		FIN:
		INSERCIÓN DEL BANNER ALONDRA-TRENDS
		04-10-2016
*****/

section.categorias article.experiencia h3 a {
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
	text-decoration:none;
	margin-left:0px;
}
section.categorias article.experiencia.encontrar p {
	font-size:12px;
	line-height:12px;
	max-width:185px;
	/*width:100%;*/
	margin-top:13px;
}

section.categorias article.fondo_europeo {
	padding-top: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border-bottom-width: 0px; 
	background:#F4F4F4;	
/*	background-size:auto;*/
}

section.categorias article.fondo_europeo img {
    display: block;
	width: 200px; 
	height: 67px;	
    margin-left: auto;
    margin-right: auto 
}


section.categorias article.fondo_europeo_texto {
	height: 90px;
	background:#F4F4F4;
	padding-top: 0px; 
	padding-right: 0px; 
	border-bottom-width: 0px; 
	padding-left: 0px;
}

section.categorias article.fondo_europeo_texto div {
	line-height: 18px;
	font-size:13px;
}

.overlay {
	background-color:#000;
	opacity:0.1;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

/****
	INSERCIÓN DEL BANNER ALONDRA-TRENDS
	04-10-2016
*****/
@media screen and (max-width: 800px) {
	section.categorias article.experiencia.alondratrends a.ver_web {
		margin-top:170px;
	}
}
/****
	FIN:
	INSERCIÓN DEL BANNER ALONDRA-TRENDS
	04-10-2016
*****/

@media screen and (max-width: 768px) {
	section.categorias article.experiencia h3 {
		margin-left:15px;
	}
	section.categorias article.experiencia.encontrar p {
		width:100%;
		margin-left:0px;
		padding:0px 10px;
		margin:4px 0 0 0;
	}
	section.categorias article.experiencia.encontrar h3 {
		margin-top:120px;
	}
	
	section.categorias article.fondo_europeo {
		margin-top: 15px; 
	}	

}

@media screen and (max-width: 480px) {
	main.home {
		background-image:url(/wp-content/themes/chatter-child/img/home/fondo.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:cover;
	}
	main.home h2 {
		font-size:25px;
		padding-top:0px;
		margin-bottom:0px;
	}
	main.home .cuerpo {
		height:370px;
		top:50%;
		margin-top:-185px;
	}
	main.home .accesos {
		max-width:242px;
	}
	main.home .accesos .acceso {
		margin-bottom:20px;
	}
	section.categorias article.grid_6 {
		height:auto;
		margin-bottom:20px;
	}
	section.sonrie ul.frases {
		padding:0px;
	}
	section.sonrie ul.frases p {
		padding:0px 10px;
	}
	
/****
		CAMBIO DE BANNERS
		17-10-2017
*****/
	section.categorias article.experiencia.carrosmomon102017 {
		background-image:url(/wp-content/themes/chatter-child/img/home/alondra_momon_mov.jpg);
	}		
	section.categorias article.experiencia.carrosmomon102017 h3 {
		margin-top: 10px;
		margin-left: 10px;
		font-weight: bold;
		max-width: 150px;
		visibility: visible;
	}
	section.categorias article.experiencia.carrosmomon102017 a.ver_web {
		visibility: hidden;
	}
	section.categorias article.experiencia.encontrar102017 p {
		margin-left: 10px;
	}
	section.categorias article.experiencia.alondrablue102017 p {
		width:100%;
		margin-top:150px;
		margin-left: 0px;
		text-align: center;
		max-width: 100%;
	}

/****
		FIN:
		CAMBIO DE BANNERS
		17-10-2017
*****/

/****
		CAMBIO DE BANNERS
		12-04-2018
*****/

	section.categorias article.experiencia.instagram042018 p {
		width:100%;
		margin-top:150px;
		margin-left: 0px;
		text-align: center;
		max-width: 100%;
	}

/****
		FIN:
		CAMBIO DE BANNERS
		12-04-2018
*****/
}