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

body{background-color: white;
margin-left:7px;
max-height:100%;}

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

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

.nav{ 
	text-align:center;
	margin-left:-15px;
	}
	
.nav li {
    display: inline;
}

.nav li a{	
	font-family: 'Spartan', sans-serif;
	font-display: swap;
	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*/

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

#shadowbox{	
	}

#tabla { 
	width:924px;
	margin:auto;
	padding:0;
	margin-left:0;
}

.verticalText {
	writing-mode: vertical-lr;
	transform: rotate(360deg);
	height:289px;	
}

.margeText{
	margin-top:9px;
	margin-left: 15px;
	margin-right:0px;
	width:725px;
	height:294px;
	overflow:scroll;	
}
	
.text{ 
	font-family: 'Space Mono', monospace; 
	font-weight:400;
	font-size:14px;
	line-height:21.5px;
	width:600px;
	padding-bottom:10px;
	margin-top:-20px;
	padding-top:0;
}

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


.redes{
	position: relative;
	margin-bottom:0;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	margin-left:0px;
	margin-top:24px;
}

.redes a{ 
	text-decoration:none;
}

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

.redesGrupo{ 
	text-align:center;	
}

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

.phone-text{ 
	display:none;
}

.flexbox-container {display:none;}


@media (max-width: 1024px) {


#header{ 
	margin-top:-87px;
}
	
h6{
	font-size:2rem; 
	margin:0;
}

.phone-text{ 
	visibility:visible; 
	font-family: 'Space Mono', monospace; 
	font-weight:400; 
	font-size:1.5rem; 
	margin:20px;
	display:block;
	margin-top:160px;
	margin-bottom:10%;
	margin-left:10%;
	margin-right: 10%;;
}

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

.nav{
	visibility:hidden;
}

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

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


#shadowbox{ 
	display:none;
}

body
{overflow-x: hidden;
}


#tabla{
	width:100%;
	height:70%;
	margin:auto;
}

.menu{	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

footer{
	margin-top: -15px;
}
.phone-text{ 
	font-size: 0.9em;
	margin-bottom: 0;
}

.flexbox-container {
	display:none;
}

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