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



body{
	background-color: white;
}

/*MENU MOVIL*/
#headerPhone{ 
  visibility:hidden;
}
/*ACABA MENU MOVIL*/


/*MENU*/
#header{
	margin-top:-148px;
	margin-bottom:-80px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	display: block;
}

#header ul{ 
	text-align:center;
}

.nav{ 
	text-align:center;
	margin-left:0px;
	padding-left:0;
}
	
	
.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: #CCC;
	transition: all .0.1s;
}
/*ACABA MENU*/



.tabla { 
	width:500px;
	height:600px;
	margin:auto;
	margin-bottom:10%;
}

.tabla img{ width:100%;
margin:0;
}


#shadowbox{ 	
/*	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
*/	margin:0 auto;
	width:100%;
	margin-top:150px;
	display: block;
 
}


/*Footer*/

.redes{ 
	margin-top:-22px;
	-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;
}

.flexbox-container {display:none;}

@media (max-width: 1024px) {

#header{ 
	margin-top:100px;
}

body{background-color:#FBFBFB;}

/* START PHONE MENU*/
nav{ width:100%;
margin-left:-20px;
max-height:0px;
overflow:hidden;
transition: 1s all;
}

.menu{	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mostrar{ max-height:500px;
}

nav ul{ list-style:none;
}

nav ul li a{
	text-decoration:none;
	display:block;
	line-height:30px;
	border-bottom:1px solid #222;
	color: #000;
	font-size:1em;
	padding:10px;
	background-color: white;
	font-family: 'Spartan', sans-serif;
	font-weight:400;
}

nav ul li a:hover{
	background-color:#222;
	color:#fff;
	
}


nav li ul{ 
	display:none;
	top:180px;
	left:30px;
	line-height:20px;
}

nav li:hover ul{
	display:block;
}

.menu{
	color:#fff;
	cursor:pointer;
	width:100%;
}
/* FINISH PHONE MENU*/


.tabla { 
	width:80%;
	height:auto;
	margin:auto;
	margin-bottom:100px;
}

.tabla > img{
	width: 100%;
	height: auto;
}
#tablab { 
	width:300px;
	height:200px;
    margin:auto;
	margin-bottom:50px;
}

#shadowbox{
 
}

/*MENU PC*/
.nav{
	visibility:hidden;
}
/*MENU PC*/


/*ICONO MENU MOVIL*/
#headerPhone{ 
  visibility: visible; 
  margin-top:20px; 
  margin-left:9px; 
  margin-bottom:-150px;
}


#headerPhone img{ 
	width:20px; 
	min-width:22px;
}
/*ICONO MENU MOVIL*/




/*FOOTER*/
.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin:0 10px;
	margin-top: 1%;
	background-color: white; 
	align-items: center;
	justify-content: center
}

.flexbox-container > div {
	width: 40%;
	padding: 10px;
	background-color: white; 
}

.flexbox-container img{ 
	width: 100%;
	object-fit: cover;
	margin-bottom: 25%;
}

.flexbox-container > div:first-child {
	margin-right: 10px;
}

.flexbox-container a{ 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.redes{
	overflow-x: hidden;
}
.redesGrupo{ 
	display: none;
}

.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;}
/*ACABA FOOTER*/

}

#scroll{	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media only screen and(max-width: 375px) {

body{width:375px;
height:auto;
}

#tabla{ 
	width:292px;
	height:auto;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:100px;
	position:absolute;
	
}

#tablab { 
	display:none;

}

#tabla img{width:20%;}

#shadowbox{ 	
/*	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);*/	
	margin:0 auto;
	width:25%x;
	height:auto;
	margin-top:150px;
	overflow:hidden;
}

/* START PHONE MENU*/
nav{ width:100%;
margin-left:-20px;
max-height:0px;
overflow:hidden;
transition: 1s all;

}



nav ul{ list-style:none;
}

nav ul li a{
	text-decoration:none;
	display:block;
	line-height:30px;
	border-bottom:1px solid #222;
	background-color: #FFF;
	color: #000;
	font-size:1em;
	padding:10px;
}

nav ul li a:hover{
	background-color:#222;
	color:#fff;
	
}

nav li ul{ display:none;
top:180px;
left:30px;
line-height:20px;}

nav li:hover ul{display:block;}

.menu{
	color:#fff;
	cursor:pointer;
	width:100%;
	position:absolute;
	}
.mostrar{ max-height:500px;

}
/* FINISH PHONE MENU*/



}