*{
	padding: 0;
	margin: 0;
}

body{
	background: url(./img/ladrillos.png);
	font-family: 'Chelsea Market', cursive;
	color: #fff;
}

.clear{
	clear: both;
}

.padding-bottom{
	padding-bottom: 50px;
}

a{
	color: #fff;
}

a:visited, a:active{
	color: #fff;
}

a:hover{
	opacity: .9;
}

img{
	display: block;
}

.negro{
	color: #000;
}

.wrap-menu{
	height: 108px;
	width: 100%;
	background: url(./img/fondomenu2.png) repeat-x center top;
	position: absolute;
	top: 0;
	z-index: 300;
	text-align: center;
}

.menu-principal{
	display: inline-block;
	margin: auto;
	margin-top: 20px;
}

.menu-principal li{
	list-style: none;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.menu-principal a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.menu-principal a:hover{
	text-decoration: underline;
}

.content{
	width: 1200px;
	margin: auto;
	position: relative;
}

.slider_home{
	position: relative;
}

.logo{
	position: absolute;
	top: 20px;
	left: 10px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	width: 233px;
	height: 136px;
	background: url(./img/logo.png) no-repeat;
}

.lucky{
	font-family: 'Luckiest Guy', cursive;
}

.site-content{
	/*padding-top: 100px;*/
}

.bloqueancho{
	width: 100%;
}

.bloqueancho img{
	width: 100%;
	height: auto;
}

.botones{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

h2{
	font-size: 40px;
}

.boton{
	width: 244px;
	height: 252px;
	display: inline-block;
	margin: 0px;
	position: relative;
}

.boton a{
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -10000px;
	overflow: hidden;
	top: 0;
	left: 0;
}

.boton a:hover{
	background: url(./img/mas.png) no-repeat;
	background-position: 170px 20px;
}

.boton-descargable a:hover{
	background: url(./img/descargar.png) bottom no-repeat;
	background-position: 50% 100%; 
}

.boton-menu{
	background: url(./img/boton-menu.png);
	background-size: contain;
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 40000;
}

.menuresp{
	position: fixed;
	top: 0;
	width: 100%;
	background: #e20019;
	z-index: 30000;
	padding-top: 100px;
}

.menuresp li{
	list-style: none;
	margin: 20px;
}

.menuresp a{
	text-decoration: none;
}

.lineablanca{
	border-bottom: 1px solid #fff;
}

.separador{
	font-size: 25px;
	text-align: left;
}

.bloquemusica{
	width: 100%;
	padding-top: 50px;
	text-align: center;
	
}

.columna1{
	float: left;
	width: 279px;
	margin-right: 40px;
}

.columna2{
	float: left;
	
}

.muneca{
	width: 170px;
    height: 416px;
    background: url(./img/muneca.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 160px;
}

.site-footer{
	width: 100%;
	background: url(./img/footer2.png) repeat-x center top;
	height: 150px;
	text-align: center;
	padding-top: 70px;
}

.bloquevideos{
	background: url(./img/fondovideo.png) center top;
	height: 480px;
	text-align: center;
	padding-top: 20px;
}

.boton_video{
	width: 320px;
	height: 294px;
	background: #fff;
	font-size: 20px;
	display: inline-block;
}

.boton_video .titulo{
	padding: 10px 20px 20px 20px;
	color: #000;
	text-align: left;
}

.lienzo{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.slider-pagina{
	width: 100%;
	background: #e2001a;
	padding-bottom: 30px;
	text-align: center;
}

.slider-pagina .texto{
	font-size: 22px;
	width: 800px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
}

.site-main{
	padding-top: 20px;
}

.bloque{
	padding-top: 30px;
	padding-bottom: 30px;
}

.boton_catalogo{
	width: 320px;
	display: inline-table;
	margin: 20px;
	height: 415px;
	background: #fff;
	color: #000;
	text-align: center;
	overflow: hidden;
}

.boton_catalogo img{
	max-height: 300px;
	margin: auto;
}

.boton_catalogo a{
	color: #000;
	text-decoration: none;
	font-size: 22px;
}

.boton_catalogo a:hover{
	text-decoration: underline;
}

.logo-ficha{
	margin: auto;
	display: inline-block;
	margin-top: -70px;
}

.ficha .bloque{
	text-align: center;
	font-size: 30px;
}

.bloqueconsejos{
	background: url(./img/fondoficha.jpg) center top no-repeat;
	text-align: center;
	padding-top: 20px;
	position: relative;
	font-size: 25px;
	min-height: 570px;
}

.bloqueconsejos .texto{
	margin: auto;
	width: 520px;
}

.muneca-ficha{
	margin: auto;
	margin-top: 30px;
}

.page-content{
	color: #000;
	margin: 0;
	font-size: 14px;
	padding: 20px;
}

.page-content h5{
	color: #e2001a;
	font-size: 20px;
	padding-bottom: 20px;
}

.test{
	margin-top: 150px;
	margin-bottom: 100px;
}

.test img{
	display: inline-block;
	margin: 1px;
}

.wrap-lightbox{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.79);
	z-index: 300000;
	top: 0;
}

.lightbox{
	border-radius: 30px;
	padding: 30px;
	width: 630px;
	height: 630px;
	position: absolute;
	top: 50px;
	margin-left: -315px;
	left: 50%;
	background: #fddcda;
	text-align: center;
}

.cerrar{
	background: url(./img/cerrar.png) no-repeat;
	display: block;
	top: -30px;
	right: -30px;
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
}

.boton-azul{
	background: #00d7d9;
	font-size: 24px;
	padding: 10px 40px;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	min-width: 240px;
	
}

.boton-azul:hover{
	opacity: .8;
}

input.campo, .inputbox{
	width: 100%;
	border: 1px solid #00d7d9 ;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px;
	font-family: 'Chelsea Market', cursive;
	
}

.inputbox{
	padding: 0;
}

select{
	padding: 10px;
	height: 45px;
	background: #fff;
	border: none;
	font-family: 'Chelsea Market', cursive;
}

.columna1-producto{
	float: left;
	width: 730px;
	font-size: 25px;
	text-align: left;
}

.columna1-producto .titulo{
	font-size: 37px;
	color: #e2001a;
}

.referencia{
	color: #97a09e;
}

.columna2-producto{
	width: 180px;
	float: right;
}

.imagen-producto{
	width: 180px;
	height: 180px;
	position: relative;
	
}

.imagen-producto img{
	display: inline-block;
	border: 1px solid #00d7d9 ;
}

.imagen-producto .play{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 200;
	background: url(./img/play.png) center center no-repeat;
	
}


.slider_izquierda, .slider_derecha{
	color: #fff;
	font-size: 65px;
	z-index: 300;
	margin-top: -40px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

.slider_izquierda:hover, .slider_derecha:hover{
	color: #ccc;
	opacity: .8;
}

.slider_izquierda{
	position: absolute;
	top: 50%;
	left: 0px;
	background: url(./img/flechaizquierda.png);
	width: 39px;
	height: 49px;
}

.slider_derecha{
	position: absolute;
	top: 50%;
	right: 0px;
	background: url(./img/flechaderecha.png);
	width: 38px;
	height: 49px;
}

.slick-dots li button:before{
	font-size: 11px;
}

.slick-dots{
	bottom: 5px;
}

.responsive{
	display: none !important;
}

.noresponsive{
	display: block;
}

.content-test{
	height: calc(100vh - 150px);
}

.contacto .columna1{
	width:450px;
}

.contacto .columna2{
	width:610px;
}

.diviertete{
	color: #fff;
}