@import 'https://fonts.googleapis.com/css?family=Exo+2:200,400,700';

* {
    font-family: "Exo 2", Arial, helvetica, sans-serif;
    padding: 0rem;
    margin: 0rem;
    box-sizing: border-box;
    text-align: center;
    max-height: 100vh;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Exo 2", Arial, helvetica, sans-serif;
    background-color: black;
    color:#ddd;
    max-height: 100vh; 
    
}

.header{
    width: 100%; 
    background-color: goldenrod;
    color:black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: fixed;
    height: 70px; 
    }


.menu {
text-align: left;
    margin-left: 1rem;
}

#menu {
max-width: 25%;
}

.tecno {
    font-size: .6rem; 
    text-align: center; 
 width: 100%; 
    position: absolute;
    position: fixed; 
    color: black;
    padding-top: 1.4rem; 
    
}
#tecno {
    font-weight: 300; 
}

#innova {
    font-weight: 600; 
}

.perfil {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1rem;
      text-decoration: none; 

}
.Nombre{ text-decoration: none; 
    color: black; 
    margin-left: -1.3rem
    
     
}

#avatar {
    width: 50%
}


#navbar li a {
   display: block; 
   text-decoration: none;
}
 
#navbar li ul {
  visibility: hidden; 
  opacity: 0;
position: absolute; 
  top: 78%;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    
    }
   
#navbar li:hover ul {
   visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; 
    font-size: .8rem;
   display: block; 
   position: absolute; 
   margin: 0; padding: 0; 
   }


#navbar li:hover li a {color: white; }
   
.limpiador{padding:0; border-style:none; clear:both; }

.desplegable {
   display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    text-align: left;
    width:260px;
    margin-bottom: -1rem; 

    background-color: black; border-bottom: 1px solid #fff; color: white;
}
.desplegable:hover { background-color: goldenrod;
    
}

.opcion {width: 80%;
align-self: center;
text-align: left; 
margin-left: .5rem}
.icono {width: 25%; }
.icono img {max-width: 80%; }




#R:hover { background-color: dodgerblue; font-size: 1rem}
#I:hover { background-color: deeppink; font-size: 1rem}
#L:hover { background-color: orangered; font-size: 1rem}
#CA:hover { background-color: purple; font-size: 1rem}
#CO:hover { background-color: green; font-size: 1rem}

main a {
    text-decoration:none; 
    color: white;
}

.contenedor {
    position: relative; 
    max-width: 100vw;
    max-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center; 
    flex-wrap: wrap;
    z-index: -1; 
}

.elemento{
    display:block;
}
h2 { position: absolute; 
    width: 100%;
    z-index: 1; 
    
}
.item1 {
    width: 100%; 


}
.item1 h2 { top: 180px; }

#robotica {
    max-width: 100%;
        margin-top: 120px; 
    z-index: 0; 
}

.item2 {
    width: 100%
}

.item2 h2 { top: 400px; }
#impresion {
    max-width: 100%;}


.item3 {
    width: 50%;
    
}
.item3 h2 {width: 50%; 
top: 650px; 
font-size: 1.1rem}

#lugares {
    max-width: 100%;

}

.item5 {
    width: 50%;
}

.item5 h2 { width: 50%; 
top: 650px;
font-size: 1.1rem}

#calendario {
    max-width: 100%;
}

