@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 {
    font-family: "Exo 2", Arial, helvetica, sans-serif;
    background-color: black;
    color:#ddd;
    
}


#contenedor {
    width: 90vw;
    height: 90vh;
    margin: auto;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header{
    background-color: goldenrod;
    color:black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: fixed;
        height: 70px; 
    }
.boton {
    width: 50%;
}
.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
    
     
}

#iconoavatar {
    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}


#photo {
   margin-top: 3.8rem;
    width:50%
}

.botones {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

main ul
{
    list-style: none;
    font-size: .8rem;
    margin-bottom: 1rem;
}

.datos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-bottom-color: gold;
    border-left-style: inset;
    border-left-width: 2px;
    border-left-color: gold;
    border-right-style: inset;
    border-right-width: 2px;
    border-right-color: gold;
    margin-top: .5rem;
    padding-right: 6rem;
}

.avatar { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#avatar {
    width: 75%
}


.nombre {
    flex-basis: 90%;
    margin-left: 2rem;
}

.candado { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#candado {
    width: 75%
}


.contra {
    flex-basis: 90%;
    margin-left: 2rem;
}

.sobre { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#sobre {
    width: 75%
}


.mail {
    flex-basis: 90%;
    margin-left: 2rem;
}

.celular { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#celular {
    width: 75%
}


.telefono {
    flex-basis: 90%;
    margin-left: 2rem;
}



#editar {
    margin-top: 2rem;
    display:block;
     border-radius: 1rem;
    background: gray;
    padding: .8rem 4rem;
}

