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

body{
	background-color: white;
	margin-left:7px;
	
}

/*MENU*/
#header{
	margin-top:-187px;
	margin-bottom:70px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

#header ul{ 
	text-align:center;
	padding-left: 0;
}

.nav{ 
	text-align:center;
	margin-top: 56px;
}
	
	
.nav li {
    display: inline;
		padding-left:0;

	
}


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


}

.nav li a:hover{ 
	color: #CCC;
	transition: all .0.1s;
}

/*ACABA MENU*/


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


/*ACABA MENU MOVIL*/


#tabla {
	margin-top:0px;
	width:492px;
	height:501px;
	border:3px  black solid;
	margin:auto;
	padding:0;
}

.margeText{
	margin-top:-10px;
	width:490px;
	height:291px;
	position:relative;
	right:-22px;
	top:57px;
}
	
.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:700;
	font-size:32px;
	line-height:36px;
	letter-spacing:3px;
	margin-top:45px;
	margin-left:50px;
	text-align:left;	
}

.text2{
	font-family: 'Space Mono', monospace; 
	font-weight:500;
	font-size:1em;
	line-height:14px;
	letter-spacing:4px;
	margin-top:65px;
	margin-left:50px;
	text-align:left;
}

.text2 a{ 
	letter-spacing:2px;
	font-size:1.2em;

}

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

/*Footer*/
.redes{ 
	margin-top:23px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

.redes a{ 
	text-decoration:none;
}

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

.redesGrupo{ 
	text-align:center;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

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

.flexbox-container { display: none;}

@media (max-width: 1024px) {
	
body:-webkit-scrollbar { 
	display:none;
	width: 300px;
}

body{
	overflow-x: hidden;
}

#header{
	margin-top:0px;
}

#tabla {
	width:400px;
	height:403px;
	border:3px  black solid;
	margin:auto;
	text-align: center;
	padding:0;
	-moz-user-select: none; 
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none; 
}

.menu{	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:700;
	font-size:26px;
	line-height:36px;
	letter-spacing:3px;
	margin-top:45px;
	margin-left:50px;
	text-align:left;
}

.text2{
	font-family: 'Space Mono', monospace; 
	font-weight:500;
	font-size:1.1em;
	line-height:14px;
	letter-spacing:4px;
	margin-top:45px;
	margin-left:50px;
	text-align:left;
}

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

h1{
font-size:50vw;
text-align:center;
margin-top:-25px;
margin-left:-5px;
margin-bottom:0px;

}

.nav{
	visibility:hidden;
}

#headerPhone{ 
  visibility: visible; 
  margin-top:20px; 
  margin-left:10px; 
  padding-bottom:30px;
}

#headerPhone img{ 
	width:20px; 
	min-width:22px;
}

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


.redesGrupo li{
	display:flex;
	flex-direction: column;
	margin:auto; 
	width:100%;
	height:80px;
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin:0 10px;
	margin-top: 3%;
	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;
	margin-top: 10%;
}
.redesGrupo{ 
	display: none;
}


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

.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*/
	

.copy{
	margin-top: -10px;
	padding-bottom: 0;
}
@media (max-width: 440px) {

body{	
	overflow-x: hidden;
}
#headerPhone{
	margin-top: 20px; 
	margin-bottom: -120px;
}	

#tabla {
	width:302px;
	height:303px;
	border:3px solid black;
	margin:auto;
	padding-bottom:20px;
	-moz-user-select: none; 
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none; 
}

.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:700;
	font-size:24px;
	line-height:36px;
	letter-spacing:3px;
	margin-top:25px;
	margin-left:30px;
	text-align:left;
}

.text2{
	font-family: 'Space Mono', monospace; 
	font-weight:500;
	font-size:0.9em;
	line-height:14px;
	letter-spacing:2px;
	margin-top:25px;
	margin-left:25px;
	text-align:left;
}
	
.redesGrupo{ 
	margin-top: -30px;
}

@media (max-width: 372px) {	
body{	
		overflow-x: hidden;
}	

#headerPhone{ 
	margin-bottom: -140px;
}

#tabla {
	margin-top:-70px;
	width:300px;
	height:303px;
	border:0px;
	margin:auto;
	padding:0;
	margin-bottom:20px;
	border:3px solid black;
}
	
.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:700;
	font-size:26px;
	line-height:36px;
	letter-spacing:2.5px;
	margin-top:-10px;
	margin-left:25px;
	text-align:left;
	-moz-user-select: none; 
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.redesGrupo{ 
	margin-top: -30px;
}

.text2{
	font-family: 'Space Mono', monospace; 
	font-weight:500;
	font-size:1em;
	line-height:14px;
	letter-spacing:1.5px;
	margin-top:25px;
	margin-left:25px;
	text-align:left;
}


@media (max-width: 320px) {

body{	
	overflow-x: hidden;
}
#headerPhone{ 
	margin-bottom: -140px;
}

#tabla {
	width:300px;
	height:303px;
	border:0px;
	margin:auto;
	padding:0;
	margin-bottom:-10px;
}
	
.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:700;
	font-size:20px;
	line-height:28px;
	letter-spacing:2.5px;
	margin-top:15px;
	margin-left:35px;
	text-align:left;
	-moz-user-select: none; 
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.text2{
	font-family: 'Space Mono', monospace; 
	font-weight:500;
	font-size:0.9em;
	line-height:14px;
	letter-spacing:1.5px;
	margin-top:25px;
	margin-left:35px;
	text-align:left;
}

@media (max-width: 320px) {
body{	
		overflow-x: hidden;
}	
#headerPhone{ 
	margin-bottom:-140px;
}

.text{ 
	font-size:18px;
	margin-left:20px;
}

.text2{
	font-size:0.1;
	letter-spacing:0.9px;
	margin-left:20px;
}

@media (max-width: 290px) {

#headerPhone{ 
		margin-bottom:-160px;
}

@media (max-width: 265px) {

#headerPhone{ 
	margin-bottom:-180px;
}
.text{ 
	font-size:16px;
	line-height:20px;
	margin-left:20px;
}
.text2{
	font-size:12px;
	letter-spacing:0.9px;
	line-height:10px;
}

@media (max-width: 223px) {
	
#headerPhone{ 
	margin-bottom:-180px;
}
.text{ 
	font-size:14px;
	line-height:20px;
	}
.text2{
	font-size:10px;
	letter-spacing:0.9px;
	line-height:10px;
}


@media (max-width: 195px) {
	
#tabla{
	width:80%;
	margin-left:-5px;
}

@media (max-width: 159px) {
#headerPhone{  
	margin-top:10px; 
	margin-bottom:-185px;
}
