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

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

header {
    max-width: 1200px;
    width: 100%;
    background-color: #000000;
    padding: 25px 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}

#logovans {
    margin: 0 auto;
}


nav {
    width: 398px;
    display: flex;
    padding: 0 80px;
    justify-content: space-between;
}

#hamburger{
    display: none;

}

#vanslogo{
    display: none;
}

.menu {
    border: none;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 18px;
}

#qualquer {
    width: 673px;
    height: 123px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

#sponge1 {
    
    margin: 80px auto;   
}

#spong2{
    display: none;
}

a {
    text-decoration: none;
}

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



#introtxt {
    width: 566px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    margin-top: 10px;
}

.afasta1 {
    margin-bottom: 20px;
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

#afasta3{
    display: none;
}

h1 {
    text-align: center;
    margin-bottom: 45px;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;     
}

#vans {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rtxt {
    width: 100px;
    max-width: 673px;
    height: 123px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 45px;
    align-items: center;
}

#colaboracao {
    width: 673px;
    height: 123px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

#gallery {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}

.coisasecoisas {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

#espacona {
    margin-left: 145px;
    margin-bottom: 15px;
}

.espaco {
    margin-left: 173px;
}

.espacortxt {
    margin-left: 150px;
    margin-right: 203px;
}

#maco {
    margin-top: 35px;
    margin-bottom: 35px;
}

.meio {
    margin: 0 auto;
    margin-bottom: 45px;
    background-color: #0000cd;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 70px;
    color: #ffffff;
    border: 1px #0000cd solid;
    border-radius: 23px;
    margin-bottom: 45px;
}

footer {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 66px;
    background-color: #000000;
    margin-bottom: 45px;
}

h5{
    width: 378px;
    height: 41px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 12px;
}

#tira {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 26px;
}

#social {
    width: 249px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 32px;
}

.no {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;   
}

h6 {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 22px;
}

#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);
}


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

    #container {
        max-width: 360px;
    }
 
    header {
        max-width: 360px;
        padding: 25px 20px;
        margin-bottom: 75px;
        margin-bottom: 65px;
        justify-content: flex-end;
        flex-direction: column-reverse;
        align-content: flex-start;
    }

    #hamburger{
        display: block;
        width: 50px; 
    }

    
      #logovans{
        display: none;
    }

    #vanslogo{
        display: block;
        width: 100%;
        max-width: 360px;
    }     

    .menu{
        display: none;
    }

    #qualquer {
        width: 298px;
    }

    #sponge1{
        display: none;
    }

    #spong2{
        display: block;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    #intro {
        max-width: 360px;
        margin-left: 31px;
    }

    #intro1{
        display: none;
    }

    #introtxt {
        width: 100%;
        max-width: 329px;
        margin-right: 31px;
    }

    #afasta2{
        display: none;
    }

    #afasta3{
        display: block;
        width: 100%;
        max-width: 330px;
        margin-top: 70px;
   }

   h1 {
    margin-bottom: 50px;
    font-size: 18px;     
    }

    .rtxt {
        width: 100%;
        max-width: 360px;
        height: 123px;
        margin-left: 31px;
    }

    #colaboracao {
        width: 100%;
        max-width: 298px;
        height: 123px;
        margin-left: 11px;
        margin-right: 0px;
        align-items: start; 
    }

    #gallery {
        width: 100%;
        max-width: 360px;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 30px;
     }

     .coisasecoisas {
        margin-left: 31px;
    }

    #espacona {
        margin-left: 5px;
        margin-bottom: 18px;
    }
    
    .espaco {
        margin-left: 30px;
    }
    
    .espacortxt {
        margin-left: 10px;
        margin-right: 0px;
    }

    #maco {
        margin-top: 35px;
        margin-bottom: 35px;
      align-items: center;
    }

    footer {
        max-width: 360px;
        padding-top: 20px;
    }

    h6 {
        font-size: 10px;
    }
 }













    
  










