* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    }

    #container {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        background-color: #333440;
    }


    nav {
        width: 400px;
        display: flex;
        justify-content: space-evenly;
    }


    #hmenu{
        display: none;
    }


    header {
        width: 100%;
        max-width: 1200px;
        background-color: #02110F;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        align-items: center;
        padding: 25px 20px;
    }


    #ini {
        width: 100%;
        max-width: 764px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 218px;
    }


    h1 {
        font-family: "Exo 2", sans-serif;
        font-style: normal;
        width: 100%;
        max-width: 370px;
        height: 100%;
        max-height: 57px;
        color: #311834;
        font-size: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 10px 30px;
        background-color: #BC9999;
        text-align: center;
    }


    p {
        background-color: #BC9999;
        font-size: 20px;
        padding-left: 26px;
        padding-right: 46px;
        font-family: "Sedgwick Ave Display";
        font-weight: lighter;
        font-style: normal;
        color: #201022;
        line-height: 28px;
        margin-left: 0px;
    }




    
    h2 {
        font-family: "Exo 2", sans-serif;
        font-style: normal;
        letter-spacing: 2px;
        color: #311834;
        background-color: #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 10px 30px;
        margin-bottom: 65px;
        width: 389px;
        margin-top: 118px;
    }

    h3 {
        font-family: "Sedgwick Ave Display";
        font-weight: lighter;
        width: 235px;
        color: #BC9999;
        background-color: #4C4650;
    }


    h4 {
        font-family: "Sedgwick Ave Display";
        font-weight: lighter;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        color: #201022;
    }


    h6{
        font-size: 12px;
    }

    a {
        font-family: "Exo 2", sans-serif;
        font-weight: bold;
        font-style: normal;
        background-color: #D9D9D9;
        color: #311834;
        font-size: 20px;
        border-radius: 2px;
        padding: 5px 5px;
        text-decoration: none;
     }


    ul {
        font-family: "Sedgwick Ave Display";
        font-weight: lighter;
        color: #311834;
        letter-spacing: 0.5px;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        line-height: 32px;
        padding-left: 30px;
        padding-top: 20px;
    }



    #intro {
        width: 100%;
        max-width: 1066px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 283px;
        
    }

    #sepa {
        width: 100%;
        max-width: 1200px;
    }

    #sapo{
    display: none;
    }

    #ai {
        display: block;
        margin-top: 131px;
        width: 100%;
        max-width: 1200px;
        height: 66px;
    }


    #bmais {
        color: #BC9999;
        background-color: #4C4650;
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        margin: 60px auto;
        margin-top: 228px;
    }
    

    #txt {
        width: 100%;
        max-width: 567px;
        height: 317px;
    }

    #preintro {
        width: 100%;
        max-width: 1062px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 62px;
    }
    

    #esp {
        display: block;
    }

    #gang {
        width: 100%;
        max-width: 495px;
        border-radius: 6px;
    }



    .pertxt {
        width: 100%;
        max-width: 270px;
        height: 280px;
        background-color: #BC9999;
    }

    .personagens {
        justify-content: space-evenly;
        margin: 0 auto;
        padding: 10px 30px;
        margin-bottom: 48px;
        display: flex;
        flex-wrap: wrap;
    }



    #social {
        width: 100%;
        max-width: 410px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }



    #galeria {
        width: 100%;
        max-width: 927px;
        height: 615px;
        margin: 0 auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }


    footer {
        width: 100%;
        max-width: 1200px;
        height: 243px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color: #D9D9D9;
        border-top: #02110F 65px solid;
        border-bottom: #02110F 65px solid;
        padding: 25px 20px;
    }

    #fred {
        width: 270px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }


    #scooby {
        width: 270px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }


    #shaggy {
        width: 270px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }


    #daphne {
        width: 270px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }


    #velma {
        width: 270px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }


    #g2{
        display: none;
    }



/* ------------------RESPONSIVE---------------- */

@media only screen and (max-width: 360px) {
    
    #logo {
        width:100% ;
        max-width: 60px;
    }

    nav {
        display: none;
    }

    h2 {
        display: none;
    }

    .personagens {
        display: none;
    }

    #hmenu {
        display: block;
    }

    #ini {
        width:100% ;
        max-width: 345px;
        margin: 0px auto;
        margin-top: 35px;
    }


    h1 {
        width: 270px;
        height: 35px;
        font-size: 20px;
        padding: 0px 10px;
    }


    #esp {
        width: 100%;
        max-width: 345px;
        margin-top: 40px;
    }

    #intro {
        width: 100%;
        max-width: 345px;
        margin-left: 10px;
        margin-bottom: 150px;
        flex-direction: column-reverse;
    }



    #sepa {
        max-width: 360px;
        display: none;
    }

    p {
        max-height: 800px;
        font-size: 20px;
        padding: 0px 20px;
        line-height: 32px;
        margin-left: 0px;
    }


    #txt {
        max-width: 360px;
        padding: 0 10px 30px 20px;
        height: auto;
        margin-bottom: 10px;
    }




    #bmais {
        width: 360px;
        height: 80px;
        font-size: 30px;
        margin: 10px auto; 
    }


    footer {
        height: 200px;
        border-top: #02110F 35px solid;
        border-bottom: #02110F 35px solid;
        padding: px 20px;
    }

    #social {
        width: 226px;
        margin: 0 auto;
        align-items: flex-start; 
    }

    #sapo{
        display: block;
    }


    #galeria{
        display: none;
    }

    #g2{
        display: block;
        margin: 160px auto;
    }

    h6{
        font-size: 15px;
        margin: 0px auto;
    }


}






