@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;

}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 80%;
    margin:0;
    padding:0;
    color:#1A1309;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	color: #333;
	color: rgba(0,0,0,0.5);
	font-family: 'Questrial', sans-serif;
	
}
h1{
	font-size: 3.5em;	
}
p{
	font-size: 1.7em;
	padding:100px;

	
}
.ms-section{
text-align: center;
	
}
#menu li {
	display:inline-block;
	margin: 5px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.1);
	-webkit-border-radius: 2px; 
			border-radius: 2px; 
}
#menu li.active{
	background:#666;
	background: rgba(255,255,255, 1);
	color: #000;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.3);
}
#menu li a,
#menu li.active a{
	padding: 6px 18px;
	display:block;
}
#menu li.active a{
	color: #000;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 30px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#menu #two {
  position: absolute;
  top: 0;
  right: 0;
  
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }
#ms-section .left1 #bg_video {
    position:fixed;
    z-index: -1;
    width:auto;     
    height: auto;
	
  

}@media  {
   #ms-section .left1 #bg_video { 
        width:100% !important;
        height: auto!important;
	   min-width: 100%;
      min-height: 100%;
    }
}
@media  {
   #ms-section .left1 #bg_video {
        display: none;
   
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 5px;
  z-index: 100;
}
#left1 { background-image: url("images/load_bg.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;}
	
	#left3 { background-image: url("images/load_bg.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;}

#left2 {
    background-image: url("images/paper3.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#left4 {
    background-image: url("images/paper3.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
#left6 {
    background-image: url("images/paper3.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
#left5 {
    background-image: url("images/load_bg.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
#left7 {
    background-image: url("images/load_bg.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#left8 {
    background-image: url("images/paper3.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#left9 {
    background-image: url("images/load_bg.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
#right1 {
    background-image: url("images/paper2.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}

#right2 {
    background-image: url("images/jorn.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}#right3 {
    background-image: url("images/paper2.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
#right5 {
    background-image: url("images/paper2.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
#right7 {
    background-image: url("images/paper2.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#right9 {
    background-image: url("images/paper2.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#right4 {
    background-image: url("images/mq_load.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#right6 {
    background-image: url("images/estadiocopia.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;

}
#right8 {
    background-image: url("images/2017copiacopia.jpg"); 
	height: auto;
	width: 100%;
	background-size: cover;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-2-4 10:42:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes 
	tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


.container {
  position: relative;
  width: 30%;
	display: inline-block;
}
.image {
  opacity: 1;
  display: block;
  width: auto;
  height: 20%;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #000;
  color: white;
  font-size: 10px;
  padding: 16px 32px;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image:url("images/load_bg.jpg");
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
	border: 4px solid #Fff;
  animation: loader 2s infinite ease;
	
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}




.animate-svg {
width: 300px;
margin-left:auto;
	margin-right: auto;
	margin-top:100px;

}

.animate-svg svg {
stroke-width: 2px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 5s ease-in-out forwards infinite;
	
}

@keyframes svganimation {
0% {
stroke-dashoffset: 1000;
}
50% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}

.animate-svg2 {
max-width:800px ;
margin-left:auto;
	margin-right: auto;
	margin-top:5px;

}

.animate-svg2 svg {
stroke-width: 2px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 5s ease-in-out forwards infinite;
	
}

@keyframes svganimation {
0% {
stroke-dashoffset: 1000;
}
50% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}

.animate-svg3 {
max-width:90% ;
margin-left:auto;
	margin-right: auto;
	margin-top:70px;

}

.animate-svg3 svg {
stroke-width: 1px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 10s ease-in-out forwards infinite;

	
}

@keyframes svganimation {
0% {
stroke-dashoffset: 1000;
}
50% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}


@media only screen and (max-device-width: 900px) {
/* .menu { width:600px; } */
}

@media only screen and (max-device-width: 700px) {
/* .menu { width:400px; } */
}


.animate-svg5 {
max-width:30% ;
margin-left:auto;
	margin-right: auto;

}

.animate-svg5 svg {
stroke-width: 2px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 10s ease-in-out forwards infinite;

	
}

.animate-svg4 {
max-width:40% ;
margin-left:auto;
	margin-right: auto;

}

.animate-svg4 svg {
stroke-width: 2px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 10s ease-in-out forwards infinite;

	
}
.animate-svgprem {
max-width:80% ;
margin-left:auto;
	margin-right: auto;

}

.animate-svgprem svg {
stroke-width: 1.2px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 10s ease-in-out forwards infinite;

	
}
.animate-svg7{
max-width:20% ;
	margin-top:20px;
margin-left:auto;
	margin-right: auto;


}

.animate-svg7 svg {
stroke-width: 2px;
stroke: #211915;
width: 100%;
height: 100%;
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 10s ease-in-out forwards infinite;


}


 

