//*********************FUENTES*********************/

@font-face {
    font-family: 'titillium_webregular';
    src: url('titilliumweb-regular-webfont.eot');
    src: url('titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumweb-regular-webfont.woff2') format('woff2'),
         url('titilliumweb-regular-webfont.woff') format('woff'),
         url('titilliumweb-regular-webfont.ttf') format('truetype'),
         url('titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webresemibold';
    src: url('titilliumweb-semibold-webfont.eot') format('eot'),
         url('titilliumweb-semibold-webfont.eot') format('eot');
    font-weight: normal;
    font-style: normal;

}

/*********************ESTILOS*********************/

*{
    font-family: 'titillium_webregular', sans-serif;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0 ;
    
 }

/**body**/

.mainwrap{ 
   height: 130em;
    background-color: #FFF900;
   font-family: 'titillium_webregular', sans-serif;
}

body{
    
    font-family: 'titillium_webregular', sans-serif;
}
/**header**/

header{
    background-color: #06FF00;
}

.contenedor{
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
    
}
.botones{
    display: flex;
    align-items: flex-end;
    width: 350px;
}
nav ul li {
    display: flex;
    justify-content: flex-end;
}

nav ul{
    display: flex;
    justify-content: flex-end;
    align-content: space-between;
    width: 300px;
    
}
a{
    width: auto;
    display: flex;
    align-content: space-between;
    height: 30px;
    text-align: center;
    font-family: 'titillium_webregular', sans-serif;
}
a:hover{
    background-color: #61008C;
    color:#FFF900;
}
#logo img{
    height: 80px;
    padding: 10px;
}
.pantalla a{
    background-color: #61008C;
    color: #FFF900;
}


/**main**/
    .perfil{
        display: flex;
        flex-direction: column;
    }
    .perfil a{
        width: 120px;
        background-color: #61008C;
        color: #FFF900;
        display: flex;
        justify-content: center;
        
    }
  h1{
        font-size: 15px;
        color: #61008C;
      text-align: center;
      font-family: 'titillium_webregular', sans-serif;
    }
    h2{
        font-size: 15px;
        color: #61008C;
        text-align: left;
        font-family: 'titillium_webregular', sans-serif;
    }
.editar{
        width:250px;
        display: flex;
        align-self: center;
        flex-direction: column;
        align-items: center;
    }
 a{
    
    align-items: center;
    border-radius: 0.5em;    
}
nav ul li a{
    background-color:#FFF900;
}
.reloj img{
    padding: 50px;
}
 section{
        background-color: #FF5600;
        height: 40em;
    }
section img{
    width:350px;
    padding: 10px;
    margin: 10px;
    
}
aside{
    padding: 20px;
    padding-left: 50px;
    height: 65em;
}
p{
    width: 250px;
    padding: 5px;
    text-align: center;
    font-family: 'titillium_webregular', sans-serif;
}
.boton1{
    background-color: #06FF00;
    width: 321px;
    
}
.boton2{
    background-color: aliceblue;
    height: 170px;
    width: 321px;
}
.boton2 p{
    text-align: left;
    width: 321px;
    
}
.boton2 nav ul li a{
    background-color: #2a2a84;
    color: #FFF900; 
    width: 80px;
    display: flex;
    justify-content: center;
    
}
.boton3{
    background-color: #FF5600;
    width: 321px;
}
.boton4{
    background-color: #139DF2;
    color: #FFF900;
    width: 321px;
}
.boton5{
    background-color: #61008C;
    color: #FFF900;
    width: 321px;
}
.boton6{
    background-color: #00008c;
    color: #FFF900;
    width: 321px;
}
.boton{
    height: 20%
}
/**footer**/    

footer{
    background-color: #61008C;
    width: 100%;
    height: 19rem;
    text-align: center;
    padding: 3em;
    padding: 20px;
    
}
      
.entrar nav ul li a{
    width: 50px;
    height: 50px;
    justify-content: center;
    color: #06FF00;
    background-color: red;
    border-radius:40%;
    
}
.entrar{
    
}
.entrar nav{
    display: flex;
    justify-content: center;
    padding-right: 150px;
}
a{
    color: black;
    
}
footer p{
    width: 350px;
    font-size: 15px;
} 
footer p{
    color: aliceblue;
   width: auto;
}

      #inicio{
        display: flex;
        flex-direction: row;
      justify-content: space-around;
          
        
    }
    .panel{
        display: flex;
        flex-direction: column;
        width: 100px;
        align-items: center;
          
    }
 .panel li a{
        background-color: #61008C;
        color: aqua;
    }

h2{
    font-size:95%;
    color: #FFF900;
   
}
h3{
    color: #61008C;
    text-align: center;
}

body{
    display: flex;
    flex-direction: column;
}      
article{
    background-color: #FFF900;
    padding: 6px;
}   



/*********************FLEXBOX*********************/

@media screen and (min-width:50em)  
{
    .mainwrap{ 
   height: 100em;
    background-color: #FFF900;
   font-family: 'titillium_webregular', sans-serif;
}

body{
    display: flex;
    flex-direction: column;
}

#logo img{
        max-width: 5em;    
}  
 nav ul li a{
    text-align: center;
    width: 150px;
    
}
header{
    padding: 0;
    margin: 0;
    height: 80px;
}

 .botones{
        display: flex;
        justify-content: flex-end;
    } 
    .botones{
    display: flex;
    align-items: flex-end;
    width: 520em;    
}
     
 a {
    
    display: block;
    padding: 0.35em;
    text-align:center;}
    
  
       footer{
    background-color: #61008C;
    width: 100%;
    height: 15rem;
    text-align: center;
    padding: 3em;
    padding: 20px;
    
}
footer p{
    text-align: center;  
}
footer p{
        width: 850px;
    margin-left: 50px
    }
    .entrar{
        margin-right: 100px;
    }
    .entrar nav ul li a{
        display: flex;
    }
#logo{
    margin-left:90px;
    
}
    section{
        display: flex;
        justify-content: center;
        width: 50%;
        background-color: #FF5600;
        height: 92em;
    }
    
    aside{
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 10em;
    }
    
       #inicio{
        display: flex;
        flex-direction: row;
      justify-content: space-around;
            
    }
    #inicio{
        display: flex;
        flex-direction: row;
      justify-content: space-around;
    margin-right: 20px;
        width: 750px; 
    margin-left: 50px;
    }
    
    .panel{
        display: flex;
        flex-direction: column;
          
    }
    #lados{
        display: flex;
        ;
    }
    .perfil{
        display: flex;
        flex-direction: column;
    }
    .perfil a{
        width: 120px;
        background-color: #61008C;
        color: #FFF900;  
    }
    .editar{
        width:250px;
        display: flex;
        align-self: center;
        flex-direction: column;
        align-items: center;
    }
    h1{
        font-size: 20;
        color: #FFF900;
        
    }
    h2{
        font-size: 30px;
       
    }
 
    .boton{
    height: 50%;
    
}
      .perfil{
        display: flex;
        flex-direction: column;
    }
    .perfil a{
        width: 120px;
        background-color: #61008C;
        color: #FFF900;
        display: flex;
        justify-content: center;
        box-shadow: 0 0.35em 0.5em 0
        rgba(0 , 0, 0, 0.2)
    }
    section img{
    width:350px;
    padding: 20px;
    margin: 20px;
}
aside{
    padding: 20px;
    padding-left: 100px;
    height: 60em;
}
    
}  