@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed',
        sans-serif;
}

.columnas {
    width: 250%;
    float: left;
    padding: 0.5rem;
    margin: 0.1rem;
    box-sizing: border-box;

}

header {

    background: #29fd30;
    padding: 1rem;
    display: block;
    width: auto;
    height: 5rem;
    display: flex;
    align-content: center;
    justify-content: center;

}

#inicio{ 
transform: translate(-530px, 25px);
list-style: none;

}

nav {
    object-position: center;
    text-align: center;
    margin: 1rem;
    
}

nav ul li {
    background-color: #e379d7;
    padding: 1rem;
    width: auto;
    display: inline-block;
    align-items: baseline;
    align-content: space-between;

}


main {
    background: #a332f5;
    width: auto;
    padding: 1px;

}

article{
    background: #5ee6ff;
    margin: 1rem;
    padding: 3rem;
    
    height: 35rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.moda {
    transform: translate(-35px, -38px);
    background: #f7b400;
    display: inline-block;
    width: 100%;
   margin:1rem;

}


.lectura {
    transform: translate(40px, -35px);
    background: #f7b400;
    display: inline-block;
    width: 100%;
   margin:1rem;


}

aside {
    background: #8b8b8b;
    margin: 1rem;
    padding: 0.9rem;
    width: auto;
    height: 20rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;


}

.notas {
    transform: translate(1px, 2px);
    background: #f7b400;
    display: inline-block;
    width: 100%;
margin:1rem;

}

.precio {
    transform: translate(-10px, 0px);
    background: #f7b400;
    display: inline-block;
    width: 50%;
    margin:1rem;


}

body {
    background: rgba(249, 250, 250, 0.1);
    margin: 0rem;
}

h1 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    text-align: center;
}

footer {
    background: #2bf41a;
    padding: 3rem;
    margin: 0rem;
}
