/*********************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{ 
   
    background-color: #FFF900;
    height: 100%
}

body{
    height:100%;
}

/**header**/

header{
    background-color: #06FF00;}

.contenedor{
    padding-left: 10%;
    padding-right: 10%;
}

.h1{font-size: 1em;}



/**main**/
section{
    padding: 10px;
    max-height: 490px;
    max-width: 300px;
    margin: 4px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.35);
}
section {
    max-width: :10%;
     border-radius:5%;
     overflow: hidden;
    max-width: 20vm;
    box-shadow: 0 0.35em 0.5em 0
        rgba(0 , 0, 0, 0.2);
    
        
}

 a{
    color: white;
    padding: 0.40em;
    text-align: center;
    border-radius: 0.5em;    
}


h1{
    font-family: 'titillium_webresemibold', sans-serif;
    text-align: center;
    color: #61008C;
    word-spacing:0.1em}



input[type=text] {
    width: 150px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin: 40px;
    display: flex;
    justify-content: center;
    
    
}


/**footer**/    

footer{
    background-color: #61008C;
    width: 100%;
    height: 6rem;
    text-align: center;
    padding: 3em;
    padding: 20px;
    
}

a{
    color: #23c4d9
}

h2{
    vertical-align: baseline;
    font-family: 'titillium_webresemibold', sans-serif;
    font-size: 2em;
}
#logo img{
        max-width: 5em;    
} 

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

#logo img{
        max-width: 5em;    
}  
 
.contenedor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1em;
    padding-top: 1em;
}
        
     
 a {
    
    display: block;
    padding: 0.35em;
    text-align:center;}
}       
        


.centrar{
    display: flex;
    justify-content: center;
    
}
article img{
        width: 20px;
        height: 20px;
        
    }


    article{
        display: flex;
    justify-content: flex-end;
        padding: 10px;
        margin-right: 10px;
    }
                      
 
/*********************FLEXBOX*********************/

@media screen and (min-width:50em)  
{
    

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

#logo img{
        max-width: 5em;    
}  
 
.contenedor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1em;
    padding-top: 1em;
}
        
     
 a {
    
    display: block;
    padding: 0.35em;
    text-align:center;}
    
 section {
    max-width: :10%;
    height: auto;
     border-radius:5%;
     overflow: hidden;
    max-width: 20vm;
    margin: 1em auto;
    box-shadow: 0 0.35em 0.5em 0
        rgba(0 , 0, 0, 0.2);
    
        
}
}       
        
footer{

}
.centrar {
    display: flex;
    justify-content: center;
}


        
