 * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#container {
    width: 1200px,;
    margin: 0 auto;
}

#logobady{
    display: none;
}

header {
    background-color: #311f09;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

h1{
    width: 500px;
    height: 94px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 130%;
    
}


nav {
    width: 398px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    }

.menu {
    color: #f5f5dc;
}

#coisas{
    background-color: #311f09;
    height: 40px;
    margin-top: 80px;
}

a {
    text-decoration: none;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 40px;
    color: #E3686B;
    border: 1px #E3686B solid;
    border-radius: 6px;
}

#intro {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


#texto1 {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#texto2 {
    width: 566px;
    margin-left: 375px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    
}


#intro img {
    width: 100%;
    max-width: 566px;
}

.afasta1 {
    margin-bottom: 20px;
}

#receitas {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.rtxt {
    width: 566px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

#break {
    width: 1160px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-image: url(imgs/separador.jpg);
}

#imagens {
    width: 1160px;
    margin: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}

.meio {
    margin: 0 auto;
}

footer {
    width: 1160px;
    margin: 70px;
    
    padding: 70px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #311f09;
}

#social {
    width: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

h1 {
    text-align: start;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    font-style: normal;
}

h3 {
    text-align: center;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
    size: 18px;
    line-height: 28px;
}

h6 {
    text-align: center;
}

#badbunny{
    display: none;
}

#logoadidas{
    display: none;
}

#sapatilhasnhovas{
    display: none;
}






/* RESPONSIVEEEEE--------------------------------------- */





 @media only screen and (max-width: 360px) {


    header {
        background-color: #311f09;
        padding: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }



    .afasta1 {
        margin-bottom: 20px;
        font-size: 10px;
        text-align: start;
        margin-left: 20px;


    }
    #coisas{
        background-color: #311f09;
        height: 40px;
        margin-top: 80px;
        width: 360px;
    }

    h1{
        width: 80px;
        margin-left: 20px;
        font-size: 16px;
        margin-bottom: 30px;
    }

     

    #imagens {
        width: 360px;
        margin-top: 94px;
        margin-right: 25px;
        margin-left: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 8px;
    }
    
    #texto2 {
        width: 312px;
        margin-left: 15px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 10px;
        margin-bottom: 58px;
        
    }

    #intro{
        max-width: 360px;
        display: flex;
        flex-wrap: wrap;
        
    }

    #sapatilhas{
        display: none;

    }

    #intro img {
        max-width: 100px;
        align-items: center;
        margin-left: 120px;
    }  


    footer {
        width: 360px;
        margin: 0px;
        padding: 70px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-color: #311f09;
    }
    
    

    #autor{
        display: none;
    }

    #badbunny{
        display: block;
    }



    #adidas{
        display: none;
    }

    #logoadidas{
        display: block;
    } 



    #logobad{
        display: none;
    }

    #logobady{
        display: block;
    }

    #container {
        width: 100%;
        max-width: 360px;
    }


    
    
    nav {
        display: none;
    }


 }