@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Fontes:
    Changa
    Poppins
    Inter
*/

/* HEADER */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
}

html {
    background-color: black;
    overflow-x: hidden;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 12rem;
}

.logo {
    width: 102px;
    height: 102px;
    cursor: pointer;
}

.squivy {
    width: 230px;
    height: 86px;
    cursor: pointer;
}

/* FIM HEADER */

/* LANDING PAGE / MAIN */
main .main {
    background-image: url('fundo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.main .porra {
    align-self: end;
}

.text {
    font-family: Changa;
    font-size: 36px;
    max-width: 480px;
}

.text img {
    width: 482px;
}

.text p {
    margin-bottom: 4rem;
    line-height: 1;
}

.saibamais {
    text-decoration: none;
    border: solid white 8px;
    padding: 5px 60px;
    font-weight: 600;
    font-size: 40px;
    border-radius: 10px;
}

.saibamais:hover {
    background-color: white;
    color: black;
}

.porra {
    width: 1112px;
    padding-bottom: 1.1rem;
    padding-top: -10rem;
}

/* FIM LANDING PAGE / MAIN */

/* INÍCIO HERO */
section .hero {
    background-image: url('./img/Group\ 13.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 100vw;
    min-height: 120vh;
    overflow-x: hidden;
    z-index: 10;
    margin-top: -3.8rem;
    display: flex;
    justify-content: space-between;
}

.herotxt {
    margin: 10rem 20rem;
    max-width: 550px;
}

.txttitle {
    color: #513686;
    font-family: Changa;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 2rem;
}

.txtbtn {
    font-family: Changa;
    background-color: #DD4E80;
    border: 8px;
    text-decoration: none;
    padding: 5px 60px;
    font-weight: 600;
    font-size: 40px;
    border-radius: 10px;
}

.txtbtn:hover {
    background-color: white;
    color: #DD4E80;
    border: none;
}

.txttxt {
    font-family: Poppins;
    color: black;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2rem;
}

/* FIM HERO */

/* INICIO SECTION */
section .squad {
    background-image: url('./img/Group\ 14.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 50;
    margin-top: -10rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: -.1rem;
    height: 100vh;
    width: 100vw;
}

.squadtxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 25vw;
    gap: 20px;
}

.squadh1 {
    font-family: Changa;
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
    color: #DD4E80;
}

.squadp {
    font-family: Poppins;
    font-size: 24px;
}

.squadbtn {
    color: #005596;
    text-decoration: none;
    border: 8px;
    border-radius: 10px;
    background-color: #51B9A3;
    text-align: center;
    padding: 5px 60px;
    font-family: Changa;
    font-weight: 600;
    font-size: 40px;
}

.squadbtn:hover {
    background-color: #005596;
    color: #51B9A3;
    border: none;
}

.squadimg img {
    width: 672px;
    height: 672px;
}

/* FIM SECTION */

/* INICIO FOOTER */
footer {
    background-color: black;
    font-family: Changa;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
}

.whotitle {
    font-weight: 600;
    font-size: 48px;
}

.whotxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Poppins;
    max-width: 18vw;
    padding: 2rem 0;
    font-size: 20px;
}

.who img {
    width: 100px;
    height: 100px;
}

.links {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    font-size: 30px;
}

.linkstitle {
    font-size: 48px;
    font-weight: 600;
}

.contato {
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.contatotitle {
    font-weight: 600;
    font-size: 48px;
}

.contatotxt {
    font-size: 28px;
}

.socialmedia {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.socialmedia a img {
    width: 60px;
    height: 60px;
}

/*  FIM FOOTER */

@media(width<714px) {
    html {
        max-width: 100vw;
        font-size: 62.5%;
    }

    body {
        font-size: 1.6rem;
        max-width: 100vw;
    }

    /* HEADER */
    header {
        padding: .5rem 6rem;
    }

    .logo {
        width: 51px;
        height: 51px;
        cursor: pointer;
        margin: auto;
    }

    .squivy {
        width: 115px;
        height: 43px;
        cursor: pointer;
    }

    /* FIM HEADER */

    /* LANDING PAGE / MAIN */
    .text {
        font-size: 1.5rem;
        margin-right: 1rem;
        padding: 1rem 1rem 4rem 1rem;
        min-width: 30vw;
    }

    .text img {
        width: 125px;
    }

    main{
        max-width: 100vw;
    }

    .main {
        padding-left: 5rem;
    }

    .main img {
        max-width: 70vw;
        max-height: 100%
    }

    .text p {
        margin-bottom: 4rem;
        line-height: 1;
    }

    .saibamais {
        text-decoration: none;
        border: solid white 4px;
        padding: 4px;
        font-weight: 600;
        font-size: 1.5rem;
        border-radius: 10px;
    }

    .saibamais:hover {
        background-color: white;
        color: black;
    }

    img.porra {
        width: 400px;
        padding-bottom: 1rem;
    }

    /* FIM LANDING PAGE / MAIN */


    /* INÍCIO HERO */
    section .hero {
        min-height: 10vh;
        margin-top: -2rem;
    }

    .herotxt {
        margin: 2.5rem 0 10rem 20rem;
        max-width: 50vw;
    }

    .txttitle {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    .txtbtn {
        border: 4px;
        font-size: 1.5rem;
        padding: 3px 30px;
    }

    .txttxt {
        font-family: Poppins;
        color: black;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: .5rem;
    }

    /* FIM HERO */


    /* INICIO SECTION */
    section .squad {
        margin-top: -4rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-left: -.05rem;
        height: 40vh;
    }

    .squadtxt {
        max-width: 35vw;
        gap: 10px;
    }

    .squadh1 {
        font-size: 1.5rem;
    }

    .squadp {
        font-size: 1rem;
    }

    .squadbtn {
        border: 4px;
        padding: 3px 30px;
        font-size: 1rem;
    }

    .squadbtn:hover {
        background-color: #005596;
        color: #51B9A3;
        border: none;
    }

    .squadimg img {
        max-width: 50vw;
        max-height: 30vh;
    }

    /* FIM SECTION */


    /* INICIO FOOTER */
    footer {
        max-width: 100vw;
        align-items: start;
        padding-top: 1rem;
    }

    .whotitle {
        font-size: 1.5rem;
    }

    .whotxt {
        max-width: 18vw;
        padding: 1rem 0;
        font-size: 1rem;
        max-width: 30vw;
    }

    .who img {
        width: 50px;
        height: 50px;
    }

    .links {
        padding: 1rem;
        font-size: 1rem;
        max-width: 30vw;
        gap: 1rem;
    }

    .linkstitle {
        font-size: 1.5rem;
    }

    .contato {
        padding: 1rem;
        max-width: 40vw;
        gap: 1rem;
    }

    .contatotitle {
        font-size: 1.5rem;
    }

    .contatotxt {
        font-size: 1rem;
    }

    .socialmedia {
        margin-top: 3rem;
        gap: 10px;
    }

    .socialmedia a img {
        width: 30px;
        height: 30px;
    }

    /*  FIM FOOTER */
}