.display-muygrande {
	display: none;
}

.display-grande {
	display: none;
}

.display-mediano {
	display: none;
}

.display-chico {
	display: none;
}

body{
	width:100%;
	height:100%;
}


.vertical-left-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: left;
}
.vertical-centered-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: center;
}

.full {
   background: -webkit-linear-gradient(top right, #ffed00,#ff00ff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
     color: #fff;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-4-20 20:55:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}@keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}


header{
	height:110px;
	width:100%;
	top:0px;
	background-color:#fff;
	border-top: 2px solid #fff;
	box-sizing: border-box;
	left:0px;
	position: fixed;
	z-index: 2000;

}


.institucional{
	height:70px;
	width:100%;
	top:0px;
	background-color: #242424;
 	position: absolute;
	border-bottom: none;
	 

}


#logo{
	background-image:url(../imagenes/isologo.png);
	background-size:cover;
	width:228px;
	height:70px;
	top:0px;
	position:absolute;
	left:0px;
	z-index: 2000;
 
}



 

#redes{
	width: auto;
	height: 70px;
    float: right;
}


.btn-face {
    width:70px;
	height:70px;
	background-image:url(../imagenes/face.svg);
	display: inline-block;
	border: 2px solid #fff;
	border-bottom: 0px;
    border-top: 0px;

}

.btn-face:hover {
	background-image:url(../imagenes/face-hover.svg);

}

.btn-insta {
     width:70px;
	height:70px;
	background-image:url(../imagenes/insta.svg);
	display: inline-block;
	border: 2px solid #fff;
	border-bottom: 0px;
    border-top: 0px;
	border-left: 0px;

}

.btn-insta:hover {
	background-image:url(../imagenes/insta-hover.svg);

}

.btn-pint {
     width:70px;
	height:70px;
	background-image:url(../imagenes/pint.svg);
    display: inline-block;
	border: 2px solid #fff;
	border-bottom: 0px;
    border-top: 0px;
	border-left: 0px;

}

.btn-pint:hover {

	background-image:url(../imagenes/pint-hover.svg);
	}

.btn-tw {
   width:70px;
	height:70px;
	background-image:url(../imagenes/twitter.svg);
    display: inline-block;
	border: 2px solid #fff;
	border-bottom: 0px;
    border-top: 0px;
	border-left: 0px;

	}

.btn-tw:hover {
	background-image:url(../imagenes/twitter-hover.svg);
}


.btn-mail {
    width:70px;
	height:70px;
	background-image:url("../imagenes/correo.svg");
    display: inline-block;
	border: 2px solid #fff;
	border-bottom: 0px;
    border-top: 0px;
	border-left: 0px;
	}

.btn-mail:hover {
	background-color: #ffed00;
		background-image:url("../imagenes/correo.svg");

}

.btn-wa {
    width:70px;
	height:70px;
	background-image:url(../imagenes/wa-hover.svg);
    display: inline-block;
	border: 2px solid #fff;
    border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	box-sizing: border-box;
	-webkit-animation:flicker-1 3s linear 1s infinite both;animation:flicker-1 3s linear 1s infinite both

}

.btn-wa:hover {
	background-image:url(../imagenes/wa.svg);
	background-color: #ffed00;

}


/*----------------------------
	 M E N U
-----------------------------*/


#menu{
  height: 40px;
  width: 100%;
  top: 70px;
  left: 0px;
  position: absolute;
	border: none!important;


}



#menu nav{
	margin: 0 auto;
	display: inline-block;



}


#menu nav ul{
	list-style: none;
	float: center;


}


#menu nav ul li{
display: inline-block;
position: relative;
}

#menu nav ul li a{
color: #242424;
display: block;
text-decoration: none;
font-family: 'Archivo', sans-serif;
font-weight: 700;
font-size:10px;
padding: 12px 15px 16px 13px;
box-sizing: border-box;
	width: auto;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#menu nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background: #242424;
   -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu nav ul li a:hover, #menu nav ul li a:focus, #menu nav ul li a:active {
  color: #fff;
}
#menu nav ul li a:hover:before, #menu nav ul li a:focus:before, #menu nav ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#menu nav ul li a .flecha {
    position: relative;
	float: left;
	top:1px;
	background-image: url("../imagenes/flecha.svg");
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
 	margin-right: 5px;
}



#menu nav ul li .children {
	display: none;
	background:#fff;
	position: absolute;
	z-index:1000;
	width: 125px;
}

#menu nav ul li:hover .children {
	display:block;

}

#menu nav ul li .children li {
	display:block;
	overflow: hidden;

}

#menu nav ul li .children li a {
	display: block;
	text-transform: uppercase;
	font-size:10px;
 	width: 100%;
}
 

#menu nav ul li .children li a .color {
	font-size:10px;
	text-align:center;
    color:#676767;
	overflow:hidden;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	letter-spacing: 2px;
}


 .menu_bar{
		display: none;
}

.empresa{
	position: relative;
	width: 100%;
	height: 250px;

}
.item{
	display: inline-block;
	width: 33%;
	height: 250px;
	position: relative;

}



/*----------------------------

MENU MEDIANO CHICO

-----------------------------*/


@media screen and (max-width: 1000px){


header{
	height:100px;
	width:100%;
	top:0px;
	background-color:#242424;
	border-left: none;
	box-sizing: border-box;
	left:0px;
	position: fixed;
	z-index: 7000;


}
.institucional{
	height:60px;
	width:100%;
	top:0px;
	background-color:#242424;
	box-sizing: border-box;
	left:0px;
	position: absolute;
	z-index: 5000;
}


#logo{
	background-image:url(../imagenes/isologo.png);
	background-repeat: no-repeat;
	width:196px;
	height:60px;
	top:0px;
	z-index: 2000;
	left: 0px;
	position: absolute;
	background-size: cover;

}


#redes{
	width: 300px;
	height: 60px;
	background-color:#242424;
	right: 0px;
	 
 	position: absolute;
}


.btn-face {
    width:60px;
	height:60px;
	background-image:url(../imagenes/face.svg);
	display: inline-block;
    border: 2px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
		box-sizing: border-box;


}

.btn-face:hover {
	background-image:url(../imagenes/face-hover.svg);

}

.btn-insta {
    width:60px;
	height:60px;
	background-image:url(../imagenes/insta.svg);
	display: inline-block;
    border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.btn-insta:hover {
	background-image:url(../imagenes/insta-hover.svg);

}

.btn-pint {
    width:60px;
	height:60px;
	background-image:url(../imagenes/pint.svg);
    display: inline-block;
    border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
    box-sizing: border-box;
}

.btn-pint:hover {
	background-image:url(../imagenes/pint-hover.svg);
	}

.btn-tw {
    width:60px;
	height:60px;
	background-image:url(../imagenes/twitter.svg);
    display: inline-block;
    border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
	box-sizing: border-box;


	}

.btn-tw:hover {
	background-image:url(../imagenes/twitter-hover.svg);
}
.btn-mail {
   display: none;
	}

.btn-wa {
     width:60px;
	height:60px;
	background-image:url(../imagenes/wa-hover.svg);
    display: inline-block;
     border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
	box-sizing: border-box;
	background-color: #242424;
	-webkit-animation:flicker-1 3s linear 1s infinite both;animation:flicker-1 3s linear 1s infinite both

}

.btn-wa:hover {
	background-image:url(../imagenes/wa.svg);
	background-color: #ffed00;

}

	.menu_bar{
		display: block;
		top: 60px;
		position: fixed;
		width: 100%;
	    background: #fff;
          
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
		text-align: center;
		z-index: 5000;
}

	.menu_bar .menu{
		display: block;
		overflow: hidden;
        font-family: 'Archivo', sans-serif;
        font-weight: 700;
        font-size:12px;
        letter-spacing: 1px;
		color: #242424;
		text-decoration: none;
		padding: 11px 0px;
		border-top: none;
		box-sizing: border-box
}

#menu nav{
		width: 100%;
		position: fixed;
		margin: 0 auto;
		left: 0px;
		height: calc(100% - 100px);
		top: -100%;
		background: rgba(36, 36, 36, 0.9);
		overflow: scroll;


	}


#menu nav ul li {
		display: block;
		position: relative;
		text-decoration: none;
 
}



#menu nav ul li a{
color: #fff;
display: block;
text-decoration: none;
font-family: 'Archivo', sans-serif;
font-weight: 700;
font-size:30px;
  box-sizing: border-box;
 border-right: none;
border-left: none;
width:  100%;
	padding: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#menu nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
   -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu nav ul li a:hover, #menu nav ul li a:focus, #menu nav ul li a:active {
  color: #242424;
}
#menu nav ul li a:hover:before, #menu nav ul li a:focus:before, #menu nav ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


 #menu nav ul li a .flecha {
    position: relative;
	float: left;
	top:10px;
	background-image: url("../imagenes/flecha-blanca.svg");
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
	 padding-right: 15px;
 }

#menu nav ul li .children {
    position: relative;
	width: 100%;
	margin-bottom: 25px;
}



#menu nav ul li .children li {
	display:block;
	overflow: hidden;
		margin: 0 auto;

}

#menu nav ul li .children li a {
	text-transform: uppercase;
	font-size:11px;
 	background: #292929;
	color: #fff;
}
	#menu nav ul li .children li a:hover {
 	color: #242424;
}



#menu nav ul li .children li a .color {

	font-size:10px;
	text-align:center;
    color:#676767;
	overflow:hidden;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	letter-spacing: 2px;
}
.menu-footer{

	width: 80%;
	height: 40px;
	position: fixed;
	bottom: 36px;
	left: 10%;
	background: #fff;
	border: 2px solid #242424;
	z-index: 9000;
}

.menu-footer h2{
color: #242424;
font-family: 'Archivo', sans-serif;
font-weight: 700;
font-size:12px;
letter-spacing: 1px;
padding: 12px 0px 0px 13px;
text-align: left;

}

.correo {
    position: absolute;
	background-image: url("../imagenes/mail.svg");
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
	background-color: #242424;

}

}
