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

@font-face {
    font-family: 'titillium_webregular';
    src: url('titilliumweb-regular-webfont.eot') format('eot'),
         url('titilliumweb-regular-webfont.eot') format('eot');
    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_webresemibold', sans-serif;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0 ;
    
 }

/**body**/

.mainwrap{ 
   height: 60em;
    background-color: #FFF900;
}


/**header**/

header{
    background-color: #06FF00;
}

.contenedor{
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
    
}


#logo img{
    height: 80px;
    padding: 10px;
}

/**main**/

nav ul li {
    display: flex;
    justify-content: flex-end;
}

nav ul{
    display: flex;
    justify-content: flex-end;
    align-content: space-between;
    width: 300px;
    
}

.compartir a:hover{
    background-color: #FFF900
}
 a{
    color: white;
    align-items: center;
    border-radius: 0.5em;    
}
nav ul li a{
    background-color:#FFF900;
    font-family: 'titillium_webresemibold', sans-serif;
}

aside{
    padding: 50px;
    padding-left: 50px;
    height: 60px;
    margin-top: 50px;
}
p{
    width: 850px;
    padding: 5px;
    text-align: center;
}

/**footer**/    

footer{
    background-color: #61008C;
    width: 100%;
    height: 17rem;
    text-align: center;
    padding: 3em;
    padding: 20px;
    
}
footer p{
    width: 350px;
    color: aliceblue;
    font-size: 15px;
}      

a{
    color: black;
}

h2{
    
    font-family: 'titillium_webresemibold', sans-serif;
    font-size:95%;
    color: #61008C;
}

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

video{
    width: 300px;
    height: 12em;
    margin: 1em;
    margin-top: 45px;
}

.panel li a{
        background-color: #61008C;
        color: aqua;
    }
#inicio{
        display: flex;
        flex-direction: row;
      justify-content: space-around;
          
        
    }
    
    .panel{
        display: flex;
        flex-direction: column;  
        
    }
  .compartir a img{
        height:20px;
        width: 50px;
    }


  article{
        height: 20em;
        margin-top: 200px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: flex-end;
    }
#comentario{
    display: flex;
}
.individual a{
    background-color: #61008C;
    color: #06FF00
}

/*********************FLEXBOX*********************/
@media screen and (min-width:30em)  {
    
    .mainwrap{ 
   height: 82em;
    background-color: #FFF900;
}

    section{
       display: flex;
        justify-content: center;
    }
    video{
        
        width: 30em;
        height: 350px;
    }
    footer p{
        width: 100%;
    }
    aside{
        margin-top: 1px;
        margin-bottom: 400
    }
}






@media screen and (min-width:50em)  
{
   .mainwrap{ 
   height: 100em;
    background-color: #FFF900;
} 

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

#logo img{
        max-width: 5em;    
}  
  
     
 a {
    
    display: block;
    padding: 0.35em;
    text-align:center;}
    
        
footer p{
    text-align: center;  
}

    footer p{
        width: 850
    }
#logo{
    margin-left:90px;
    
}
    

nav ul li a{
    text-align: center;
    width: 150px;
    
}
header{
    padding: 0;
    margin: 0;
    height: 80px;
}
  
   section{
        display: flex;
        justify-content: center;
       margin-top: 4em;
       
    }
    section h1{
       font-family: 'titillium_webresemibold', sans-serif;
        color: #61008C;
    font-size: 25px;
        display: flex;
        justify-content: center;
        font-size: 40px;
        
    }
    aside{
        width: 450px;
         margin-left: 8em;
        height: 20em;
    }
   
    
    
 p{ margin-left: 50
    
    }
    footer{
    background-color: #61008C;
    width: 100%;
    height: 17em;
    text-align: center;
    padding: 3em;
}
#inicio{
        display: flex;
        flex-direction: row;
      justify-content: space-around;
    margin-right: 20px;
        width: 750px; 
    margin-left: 50px;
    }
    #inicio{
        
    }
    
    .panel li a{
        background-color: #61008C;
        
    }
    .panel{
        display: flex;
        flex-direction: column;
        
        
    }
    
    video{
    width: 40em;
    height: 30em;
    margin-top: 45px;
       
        
    }
    article{
        height: 30em;
        margin-top: 50px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: flex-end;
       
    }
    article img{
        
        width: 90%;
    }
    .compartir{
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        
    }
    .compartir a img{
        height:20px;
        width: 50px;
    }
    #comentario nav{
        display: flex;
         flex-direction: row;
       
    }
    #comentario{
        display: flex;
         justify-content: center;
    }
    .individual{
        display: flex;
       
    }
    
}   
