@import url('https://fonts.googleapis.com/css?family=Muli'); @import url('https://fonts.googleapis.com/css?family=Muli:900');



/* Estilos Generales */
*{margin: 0; padding: 0; box-sizing: border-box;}

.contenedor {
    max-width:80rem; margin: auto;
}

header{
    background: #ffffff;
    width: 100%;
    top: 0;
    height: 4.3rem;
}


nav ul {
    text-align: center;
}

nav ul li {
    font-family: arial;
    list-style-type: none;
    display: inline-block;
    margin: 1rem;
    margin-top: 2rem;
}

nav ul li a{
    color: #818189;
    text-decoration: none;
    padding: 2rem;
}

nav ul li a :hover {
    color:#ffc3af; 
}

body{
    background-image: url(../img/trama.png);
    background-repeat: repeat; 
}

section{ 
    width: 100%; 
}

article{
    height: 30rem; 
    width: 96%; 
    margin: 2%; 
    transition: all 1s; 
}

.uno {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.imagen {
        margin: 5rem;
        width: 100%;
        text-align: center;
    }
    
.texto {
        margin: 5rem;
        width: 100%;
        text-align: center;
    }


.tienda {margin-top: 2rem;}

.dos {
    width: 100%;
    background-image: url(../img/foto_fondo.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
        max-width:100%; margin: auto;
}

.tres {
    width: 1080px;
    height: 607.5px;
        max-width:100%; margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}




.chiquito {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
}

.grande {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 3rem;
    
}

.grande2  {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 3rem;
    color:white;
    margin-bottom: 1rem;
    
}

.lista {
    width: 100%;
    list-style: none;
    text-align: center;
    margin-top: 10rem;
}

.cuerpo {
    font-family: 'Muli', sans-serif;
    font-size: 1.2rem;
    color: white;
}

/* Footer */
footer {
    font-size: 0.6rem;
    text-align: center;
}



/* Responsive */

/* Mayor a 768px, que es tablet */
@media(min-width:48rem){
    
    section{display: flex; flex-wrap: wrap;}
    article{width: 46%;}
    .lista {text-align: center;}

    
    
}



/* Mayor a 1280px Desktop */
@media(min-width:65rem){
    
    section{display: flex; flex-wrap: wrap;}
    article{width: 21%;}
    .imagen {width: 28%;}
    .texto {
        width: 40%;
        text-align: left;
        margin-top: 10rem;
    }
    
    .lista {
        width: 50%;
        text-align: left;
        margin-top: 10rem;
            margin-left: 5rem;
    }
    
}
