@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;
}

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

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: darkorange;
    color:black;
    position: fixed;
    width: 100%;
    top: 0;
    height: 3.8rem;
    z-index: 10;
        height: 70px; 
    }


.boton {
    width: 50%;
}

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

#menu {
max-width: 25%;
}


.tecno {
    top:0; 
    font-size: .6rem; 
    text-align: center; 
 width: 100%; 
    position: absolute;
    position: fixed; 
    color: black;
    padding-top: 1.4rem; 
    z-index: 10; 
    
}
#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}



.contenedor {
    font-size: 1rem;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    
    
}

main {
    margin-top: 3.8rem;
z-index:5;
    overflow:auto;
    
}

.elemento{
    display:block;
font-size: 0.8rem;
    margin-left: 2rem;
    margin-right: 2rem;
}




.lista {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.zoom {
  position: relative;
  margin: 2%;
  overflow: hidden;
  width: 540px;
}
.zoom img {
  max-width: 100%;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.zoom:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


.submenu {
    text-align: center;
    margin-bottom: 1rem;
    width: 15%;
}

#logo1 {
    max-width:80%;
}
#logo2 {
    width:80%;
}
#logo3 {
    width:100%;
}

#logo4 {
    width: 60%
}

#logo5 {
    max-width: 60%
}

.titulo {
    font-size: .6rem;
    
}

.destacado {
    padding: .6rem; 
    margin-bottom: 1rem;
    width: 20%;
}
#destacado {
    
    font-size: .8rem; 
}



--------------

.item1 {
    padding: 2rem;
    font-size: 1rem;
   
}
.mapita{
    width:100%
}

#mapita {
    width:100%
}
#Nosotros {
         text-align: left;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.item4 {
    margin-bottom: 1rem;
    
}
#Titulo {
    text-align: left; 
}

#Titulado {
    text-align: left; 
    margin-bottom: 1rem;
    color: orangered;
}

#Info {
    text-align:justify
}
#destacado2 {
    color: orange;
}

a {
    text-decoration: none;
    color: #ddd;
}

