.fondo {
  position: fixed;
  width: 100%;
  height: 100%;
  background: orange;
  border: none;
  top: 0vh;
  left: 0vw;
  z-index: 190;
}

.logo {
   position: relative;
   top: 45vh;
   left: 48vw;
   width:6vw; 
   height:6vw; 
   background-image: url('../assets/images/logo.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 191;
   }

.progresoBar {
  position: relative;
  width: 1vw;
  height: 0.5vh;
  background: grey;
  border: none;
  top: 47vh;
  left: 48.2vw;
  z-index: 200;
}

.infoContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  width: 40vw;
  bottom: 5vh;
  left: 42vw;
  padding: 20px;
  overflow: hidden;
  font: 2vw/1 Source Sans Pro, sans-serif;
  color: rgba(250,250,250,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(58,118,147,0.5);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.4) ;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
  text-align: left;
  line-height: 2vw;
   }

.titulo {
  position: fixed;
  top: 2vw;
  left: 3vw;
  font: bold 4vw/1 Source Sans Pro, sans-serif;
  color: #525252;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 50;
  pointer-events: none;
  }

.titulo2 {
  position: fixed;
  top: 6vw;
  left: 18vw;
  font: bold 2vw/1 Source Sans Pro, sans-serif;
  color: rgba(255,255,255,1);
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 50;
  pointer-events: none;
  }

.home {
  position: fixed;
  top: 3vw;
  left: 56vw;
  font: bold 3vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  
  z-index: 100;
  }
    .home:hover {
  text-decoration: underline;
  cursor: pointer;
  }

 .motion {
  position: fixed;
  top: 3vw;
  left: 68vw;
  font: bold 3vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 100;
  }
.motion:hover {
  text-decoration: underline;
  cursor: pointer;
  }

.vr {
  position: fixed;
  top: 3vw;
  left: 80vw;
  font: bold 3vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  
  z-index: 100;
  }
.vr:hover {
  text-decoration: underline;
  cursor: pointer;
  }

.contact {
  position: fixed;
  top: 3vw;
  left: 86vw;
  font: bold 3vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  
  z-index: 100;
  }
.contact:hover {
  text-decoration: underline;
  cursor: pointer;
  }

.info {
  position: fixed;
  top: 10.4vw;
  left: 3.3vw;
  font: bold 2.5vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 50;
  pointer-events: none;
   }

.infoOn {
  position: fixed;
  top: 10vw;
  left: 9vw;
  font: bold 3vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 50;
   }
 .infoOn:hover {
  text-decoration: underline;
  cursor: pointer;
  }

.infoOff {
  position: fixed;
  top: 10vw;
  left: 13.5vw;
  font: bold 3vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 50;
   }
 .infoOff:hover {
  text-decoration: underline;
  cursor: pointer;
  }

  .fullScreen {
   position: fixed;
   bottom: 25vw;
   right: 2.9vw;
   width:4.5vw; 
   height:4.5vw; 
   background-image: url('../assets/images/fs.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 50;
   cursor: pointer;
   }

 .oldWeb {
   position: fixed;
   bottom: 20vw;
   right: 2.9vw;
   width:4.5vw; 
   height:4.5vw; 
   background-image: url('../assets/images/logoOld.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 50;
   cursor: pointer;
   }

 .oldWebText {
  position: fixed;
  bottom: 18vw;
   right: 3vw;
  font: bold 1vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.5) ;
  z-index: 50;
  text-align: center;
  pointer-events: none;
   }

     .mail {
   position: fixed;
   bottom: 13vw;
   right: 3vw;
   width:4vw; 
   height:4vw; 
   background-image: url('../assets/images/mail.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 50;
   cursor: pointer;
   }

  .lkdn {
   position: fixed;
   bottom: 8vw;
   right: 3vw;
   width:4vw; 
   height:4vw; 
   background-image: url('../assets/images/lkdn.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 50;
   cursor: pointer;
   }

    .gplus {
   position: fixed;
   bottom: 3vw;
   right: 3vw;
   width:4vw; 
   height:4vw; 
   background-image: url('../assets/images/gplus.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 50;
   cursor: pointer;
   }

    .plz {
  position: fixed;
  top: 35vh;
  left: 0vw;
  font: bold 15vw/1 Source Sans Pro, sans-serif;
  text-align: center;
  color: orange;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  }

  .atenuador {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(58,118,147);
  opacity: 0;
  border: none;
  top: 0vh;
  left: 0vw;
  z-index: 49;
}

   .wvr {
   position: fixed;
   top: 3vw;
   left: 45vw;
   width:5vw; 
   height:5vw; 
   background-image: url('../assets/images/wvr.png');
   background-size:contain;
   background-repeat: no-repeat;
   opacity: 1;
   z-index: 50;
   cursor: pointer;
   }

   .mono {
  position: fixed;
  top: 48vh;
  left: 33.5vw;
  font: bold 4vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 191;
   }
 .mono:hover {
  text-decoration: underline;
  cursor: pointer;
  }

.stereo { 
  position: fixed;
  top: 48.5vh;
  left: 57vw;
  font: bold 4vw/1 Source Sans Pro, sans-serif;
  color: #ffffff;
  text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.5) ;
  z-index: 191;
   }
 .stereo:hover {
  text-decoration: underline;
  cursor: pointer;
  }