@charset "UTF-8";
/* CSS Document */



body{background-color: white;
}



/*MENU*/

#header{
	margin-top:61.8px;
	margin-bottom:-80px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;


}

#header ul{ text-align:center;

}

.nav{ 
	text-align:center;
	}
	
	
.nav li {
    display: inline;
	
}

.nav li a{	
	font-family: 'Spartan', sans-serif;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	color:black;
	margin:0 14.5px;

}

.nav li a:hover{ 
	color: rgb(204, 204, 204);
	transition: all .0.1s;
}

/*ACABA MENU*/

#tabla { 
	width:924px;
	height:500px;
	margin:auto;
	padding:0;

}

#shadowbox{ 	
/*	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
*/	margin:auto;
	width:924px;
 
}


.packCuadrats{
	
	margin-left: 28px;
	width:170px;
	height:250px;
	margin-top:0px;

}
	

.packCuadrats a{	
	text-decoration:none;
	color:black;
}
	
.cuadrat1{ 
	width:170px;
	height:170px;

}


.text1{ 
	font-family: 'Space Mono', monospace;
	font-weight:100;
	font-size:20px;
	text-align: left;
	margin-top:-3px;	
}

.text1 p:hover{ 
	text-decoration:underline;
}

/*Footer*/

.redes{ 
	margin-top:34px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

.redes a { 
	text-decoration:none;
}

.redes ul{
	margin-left:-39px;
}

.redesGrupo{ 
	text-align:center;
}

.redesGrupo li {
    display: inline;
	padding:9.7px;
}  
	 
/*Text copyright-footer*/	 
.copy{ 
	height:30px; 
	margin-top:25px; 
	color:black; 
	font-size:70%; 
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif;
	margin-left:0;
	padding-left:0;

}

@media (max-width: 555px) {

.body:-webkit-scrollbar { 
	display:none;
}

.nav{
	visibility:hidden;
}

#headerPhone{ 
	visibility: visible; 
	margin-top:10px; 
	margin-left:10px;
}

.slider{ 
	width:100%;
	height:100%;
	background-color:#FBFBFB;
	box-shadow:none;
	margin-top:-30px;
}

#shadowbox{ 
	display:none;
}


.redesGrupo li{
	display:block; 
	margin:auto; 
	margin-bottom:10px; 
}

.spoty{ background-image: url(../img/iconRedesPhone/spotify.png); background-position:center; background-repeat:no-repeat; width:237px;
height:65px;}

.insta { background-image:url(../img/iconRedesPhone/insta.png); background-position:center; background-repeat:no-repeat; width:237px;
height:65px; margin-top:-10px;}

.youtube { background-image: url(../img/iconRedesPhone/youtube.png);background-position:center; background-repeat:no-repeat; width:237px;
height:65px;}

.facebook{ background-image:url(../img/iconRedesPhone/fcbk.png); background-position:center; background-repeat:no-repeat; width:237px;
height:65px; }

.apple{ background-image:url(../img/iconRedesPhone/Apple.png); background-position:center; background-repeat:no-repeat; width:237px;
height:65px;}
.sound{ background-image:url(../img/iconRedesPhone/souncloud.png); background-position:center; background-repeat:no-repeat; width:237px;
height:65px;}
.deezer{ background-image:url(../img/iconRedesPhone/deezer.png); background-position:center; background-repeat:no-repeat; width:237px;
height:65px;}
.tidal{ background-image:url(../img/iconRedesPhone/tidal.png); background-position:center; background-repeat:no-repeat; margin-left:55px; width:237px;
height:65px;}

.facebook img{ display:none;}
.insta img{ display:none;}
.deezer img{ display:none;}
.tidal img{ display:none;}
.sound img{ display:none;}
.youtube img{ display:none;}
.apple img{ display:none;}
.spoty img{ display:none;}

.copy{margin-left:0px;}