@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: green;
    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;
margin-bottom: 1rem;
    
}

.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; 
    width: 20%;
}
#destacado {
    
    font-size: .8rem; 
}


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


.item1{ padding: .5rem;
    padding-top: 0;
    font-size: .8rem;
    
}

.item2 {
    align-items: baseline;
    border-color: limegreen;
    border-style: inset;
    border-width: 1px;
    border-top-style: none;
}
    #remitente {
         text-align: left;
    margin-left: 1rem;
}

.item3 {
    border-color: limegreen;
    border-style: inset;
    border-width: 1px;
        border-top-style: none;
}
#asunto {
    text-align: left;
    margin-left: 1rem;
}

.item4 {
    height: 12rem;
    border-color: limegreen;
    border-style: inset;
    border-width: 1px;
}

.item5 { 
    display:block;
     border-radius: 1rem;
    background: gray;
    padding: .6rem 3rem;
    margin-left: 7rem;
    margin-right: 7rem;
    
}
a {
    text-decoration: none;
    color: #ddd;
}

aside {
    margin-top: -.8rem; 
    padding: .4rem;
    background-color: rgba(0,100,0,.5)
}

aside ul li { font-size: .8rem; text-align: left; margin-left: 2rem; list-style: none; }

aside p {
    padding-bottom: .3rem;
}

aside ul li a:hover { font-size: 1rem;}

.preguntas { padding: .5rem; }
.redes img{ max-width: 50vw;
    filter:invert(90%);  
}

.follow { display: flex;
width: 100%;
justify-content: space-between;
padding: .5rem;
border-top-color: gainsboro;
border-top-style: inset;
border-top-width: thin}

.seguinos { width: 50%;
align-self: center}