* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


#branco {
    width: 1200px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 147px;
}


h1 {
    font-family: "Playpen Sans", cursive;
    font-weight: 800;
    font-style: normal;
    margin: 0px auto;
    font-size: 42px;
}


h2 {
    font-family: "Playpen Sans", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 27px;
    color: #ffffff;
}


h3 {
    font-family: "Playpen Sans", cursive;
    font-weight: 350;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 24px;
}


header {
    width: 100%;
    max-width: 1200px;
    height: 147px;
    background-color: rgba(56, 103, 130, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    position: fixed;
    top: 0px;
}

#hamburger {
    display: none;
}

#imgfundo {
    max-width: 243px;
    width: 100%;
}


.botao1 {
    font-family: "Playpen Sans", cursive;
    font-weight: 800;
    text-decoration: none;
    font-style: normal;
    font-size: 24px;
    background-color: #7d3c40;
    color: #ffffff;
    width: 170px;
    padding: 12px 0;
    text-align: center;
}


.botao1:hover {
    background-color: #53282a;
}


nav {
    width: 558px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


#fundo {
    background-image: url(imgs/capa.jpg);
    padding: 0 0 400px 0;
    max-width: 1200px;
    width: 100%;
}


#alinhatxt {
    padding: 30px;
}


.txtfundo {
    color: #ffffff;
    text-align: left;
}


.presave {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    max-width: 170px;
    width: 100%;
    padding: 12px 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}


.presave:hover {
    color:rgba(56, 103, 130, 0.7);
    background-color: #ffffff;
}


p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #7d3c40;
}

a {
    font-family: "Playpen Sans", cursive;
    text-decoration: none;
    font-style: normal;
}


#titulointro {
    background-image: url(imgs/titulo1.svg);
    padding: 25px 45px;
    padding-right: 97px;
    background-repeat: no-repeat;
    text-align: left;
    max-width: 558px;
    width: 100%;
}


#intro {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    margin-top: 127px;
    width: 100%;
}


#imagem {
    margin-left: 30px;
}


#imgmedia {
    display: none;
}


#introtxt {
    max-width: 560px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
}


#textointro {
    margin-top: 38px;
    background-image: url(imgs/texto1.svg);
    background-repeat: no-repeat;
    text-align: left;
    padding: 38px 54px;
    padding-right: 111px;
    margin-bottom: 0px;
    max-width: 544px;
    width: 100%;
}


#imgpequena {
    display: none;
}


#gaivotas {
    margin-left: 709px;
    margin-right: 129px;
    margin-top: 50px;
    margin-bottom: 127px;
}


#galeria {
    max-width: 1160px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 127px;
    width: 100%;
}


#info {
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    gap: 24px;
    width: 100%;
}


#fundoazul {
    background-color: #3b657c;
}


#banner {
    max-width: 1200px;
    width: 100%;
}


#bannerpequeno {
    display: none;
    }


#bannermedio {
    display: none;
    }


#titinfo {
    background-image: url(imgs/titulo2.svg);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding: 31px 152px;
    margin-top: 80px;
    margin-bottom: 100px;
}


#infotxtpq {
    display: none;
}


#itxtpq {
    display: none;
}



#infotxt {
    background-image: url(imgs/texto2.svg);
    padding: 65px 39px;
    background-repeat: no-repeat;
    margin-left: 127px;
    max-width: 461px;
    width: 100%;
}


#itxt {
    background-image: url(imgs/texto3.svg);
    padding: 65px 39px;
    background-repeat: no-repeat;
    margin-right: 127px;
    max-width: 469px;
    width: 100%;
}


#novelopequeno {
        display: none;
}


#novelomedio {
    display: none;
}


#video {
margin-top: 80px;
margin-bottom: 70px;
justify-content: center;
display: flex;
}


footer {
    max-width: 1200px;
    height: 808px;
    background-image: url(imgs/footer.svg);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


#social {
    max-width: 510px;
    margin-top: 175px;
    margin-bottom: 225px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.footertxt {
    color: #ffffff;
    text-align: center;
    max-width: 230px;
    font-weight: 300;
    width: 100%;
}


#creditos {
    text-align: center;
    font-weight: 300;
    margin-top: 142px;
}





/* ----------TABLET------------------ */


@media only screen and (max-width: 720px) {

    nav {
    display: none;
    }


    #branco {
        width: 720px;
    }


    header {
        width: 720px;
    }


    #hamburger {
    display: block;
    }


    #fundo {
    background-image: url(imgs/fundomedio.jpg);
    background-repeat: no-repeat;
    width: 720px;
    padding-bottom: 416px;
    }


    #imagem {
        display: none;
    }


    #imgmedia {
        display: block;
        width: 343px;
    }


    h2 {
        font-size: 20px;
    }


    p {
        font-size: 15px;
    }


    #introtxt {
        margin-left: 15px;
    }


    #titulointro {
        background-image: url(imgs/titulo1medio.svg);
        padding-top: 21px;
        padding-left: 11px;
        padding-bottom: 21px;
        padding-right: 28px;
    }


    #textointro {
        background-image: url(imgs/texto1medio.svg);
        padding-top: 18px;
        padding-left: 12px;
        padding-bottom: 21px;
        padding-right: 17px;
    }


    #gaivotas {
        margin-left: 284px;
        margin-right: 80px;
        margin-bottom: 80px;
    }


    #tirar1 {
        display: none;
    }


    #tirar4 {
        display: none;
    }


    #seta1 {
        margin-left: 55px;
    }


    #seta2 {
        margin-right: 55px;
    }


    #banner {
        display: none;
    }


    #bannermedio {
        display: block;
    }


    #galeria {
        margin-bottom: 80px;
    }


    #titinfo {
        background-image: url(imgs/titulo2medio.svg);
        padding-left: 108px;
        padding-right: 108px;
        margin-top: 30px;
        margin-bottom: 25px;
    }


    #infotxt {
        background-repeat: no-repeat;
        background-image: url(imgs/texto2medio.svg);
        padding-right: 26px;
        padding-left: 20px;
        padding-top: 25px;
        padding-bottom: 16px;
    }


    #itxt {
        background-repeat: no-repeat;
        background-image: url(imgs/texto3medio.svg);
        padding-right: 25px;
        padding-left: 27px;
        padding-top: 24px;
        padding-bottom: 42px;
    }


    #novelo {
        display: none;
    }


    #novelomedio {
        display: block;
    }


    footer {
        background-image: url(imgs/footermedio.svg);
        height: 448px;
    }


    #social {
        width: 350px;
        margin-top: 94px;
        margin-bottom: 105px;
    }


    #creditos {
        margin-top: 85px;
    }


}





/* ------------------RESPONSIVE------------------ */







@media only screen and (max-width: 360px) {

    nav {
    display: none;
    }


    #branco {
        width: 360px;
    }


    header {
        width: 360px;
    }


    #hamburger {
    display: block;
}


    #imgfundo {
    width: 150px;
    }


    #fundo {
    background-image: url(imgs/capapequeno.jpg);
    background-repeat: no-repeat;
    width: 360px;
    padding-bottom: 275px;
}


    #txtfundo {
    font-size: 23px;
    }


    h1 {
        font-size: 23px;
    }


    h2 {
        font-size: 18px;
    }


    h3 {
        font-size: 17px;
    }


    .presave {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 14px;
        padding-right: 13px;
    }


    p {
        font-size: 14px;
    }


    #imagem {
        display: none;
    }


    #imgmedia {
        display: none;
    }


    #introtxt {
        margin-left: 0;
    max-width: 340px;
    justify-content: center;
    }


    #titulointro {
        background-image: url(imgs/titulo1pequeno.svg);
        align-content: center;
        width: 340px;
        padding-top: 25px;
        padding-bottom: 21px;
        padding-left: 21px;
        padding-right: 42px;
    }


    #textointro {
        background-image: url(imgs/texto1pequeno.svg);
        width: 282px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 23px;
        padding-bottom: 23px;
    }


    #imgpequena {
        margin-top: 30px;
        display: block;
        width: 282px;
    }


    #intro {
    max-width: 360px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}


    #gaivotas {
        width: 215px;
        margin: 88px 68px;
    }


    #seta1 {
        margin-left: 68px;
    }


    #seta2 {
        margin-right: 68px;
    }


    #tirar1 {
        display: none;
    }


    #tirar2 {
        display: none;
    }

    
    #tirar3 {
        display: none;
    }

    
    #tirar4 {
        display: none;
    }


    #fundoazul {
        width: 360px;
    }


    #banner {
        display: none;
    }


    #bannermedio {
        display: none;
    }


    #bannerpequeno {
        display: block;
    }


    #titinfo {
        background-image: url(imgs/titulo2pequeno.svg);
        padding-left: 90px;
        padding-right: 90px;
        margin-top: 30px;
        margin-bottom: 25px;
    }


    #infotxt {
        display: none;
    }


    #info {
        align-items: center;
        flex-direction: column;
    }


    #itxt {
        display: none;
    }


    #infotxtpq {
        display: block;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(imgs/texto2pequeno.svg);
        padding-right: 21px;
        padding-left: 11px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 282px;
    }


    #itxtpq {
        display: block;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(imgs/texto2pequeno.svg);
        padding-right: 21px;
        padding-left: 11px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 282px;
    }


    #novelo {
        display: none;
    }


    #novelomedio {
        display: none;
    }


    #novelopequeno {
        display: block;
        margin-top: 8px;
        margin-bottom: 40px;
    }


    #video {
        width: 282px;
        height: 177px;
        margin: auto;
    }


    footer {
        margin-top: 200px;
        background-image: none;
        background-color: #53282a;
        height: 300px;
    }


    #social {
    width: 325px;
    margin-top: 53px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    #creditos {
        color: #ffffff;
        margin-top: 10px;
}


}