@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

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

body {
    display: block;
    margin: auto;
    max-width: 600px;
    font-family: Nunito;
}

header {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 24px;
    background: #000000;
    color: #FFFFFF;
}

.conteudo_header {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.titulo_header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#titulo1 {
    font-size: 18px;
    font-weight: 500;
}

#subtitulo {
    font-size: 12px;
    font-weight: 500;
}

.texto_header {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.texto_header p {
    font-size: 10px;
}

.botao_header {
    display: block;
    margin: auto;
}

.background {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 50px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #000000;
}

.botao_header p {
    font-size: 16px;
    font-weight: 500;
}

.imagem_header {
    display: block;
    margin: auto;
}

.imagem_header img {
    width: 193px;
}

main {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 24px;
}

.parte1_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.titulo_main h2 {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.oculos_main {
    display: block;
    width: 100%;
}

.oculos_background {
    display: flex;
    justify-content: space-around;
}

.oculos_main img {
    width: 90px;
    height: 124px;
    border-radius: 4px;
    border: 1px solid #000000;
    box-shadow: 66.155px 25.99px 19.788px 0px rgba(0, 0, 0, 0.00), 42.233px 16.539px 18.311px 0px rgba(0, 0, 0, 0.01), 23.922px 9.451px 15.358px 0px rgba(0, 0, 0, 0.05), 10.632px 4.135px 11.223px 0px rgba(0, 0, 0, 0.09), 2.658px 1.181px 6.202px 0px rgba(0, 0, 0, 0.10);
}

.parte2_main {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.texto_main {
    font-size: 16px;
    font-weight: 500;
}

.imagem_main img {
    display: block;
    margin: auto;
    width: 167px;
    border-radius: 167px;
    border: 1px solid #000000;
}

footer {
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center;
    padding: 24px;
    background: #000000;
}

#titulo_footer {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.conteudo_footer {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

.parte1_footer {
    display: block;
    margin: auto;
}

.footer_background {
    display: flex;
    flex-direction: column;
    padding: 14px 22px;
    width: 270px;
    background: #343434;
    border-radius: 8px;
}

.parte1_footer h2 {
    color: #FFFFFF;
    font-size: 8px;
    margin-bottom: 10px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input {
    padding-left: 8px;
    font-size: 8px;
    width: 100%;
    height: 30px;
    background: #D9D9D9;
    border: none;
}

form [type="submit"] {
    margin-top: 20px;
    background: #FFE600;
    color: #FF0000;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: none;
}

.parte2_footer {
    display: block;
    margin: auto;
}

footer img {
    width: 80px;
    border-radius: 80px;
}

.img1 {
    display: inline;
}

.img2 {
    position: relative;
    display: inline;
    top: 20px;
    margin-left: 50px
}

.img3 {
    display: block;
    margin-left: 50px;
    margin-top: 20px;
}


@media (min-width: 768px) and (max-width: 1023px) {
    body {
        max-width: 1023px;
    }

    header {
        display: flex;
        flex-direction: row;
        height: 85dvh;
        width: 100%;
        padding: 48px;
    }

    #titulo1 {
        font-size: 24px;
    }

    #subtitulo {
        font-size: 16px;
    }

    .texto_header {
        width: 80%;
    }

    .texto_header p {
        font-size: 12px;
    }

    .botao_header {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .botao_header p {
        font-size: 20px;
    }

    .imagem_header img {
        height: 100%;
    }

    .titulo_main h2 {
        font-size: 24px;
    }

    .oculos_background {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .oculos_main img {
        width: 150px;
        height: 210px;
    }

    .parte2_main {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .texto_main {
        display: inline;
        width: 35%;
    }

    .imagem_main {
        display: inline;
    }

    .texto_main p {
        font-size: 12px;
    }

    .conteudo_footer {
        display: flex;
        flex-direction: row;
    }

    .img1 {
        display: inline;
    }

    .img2 {
        position: relative;
        display: inline;
        top: 20px;
        margin-left: 50px
    }

    .img3 {
        display: block;
        margin-left: 50px;
        margin-top: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px){
    body {
        max-width: 1440px
    }

    header {
        display: flex;
        flex-direction: row;
        height: 85dvh;
        width: 100%;
        padding: 48px;
    }

    #titulo1 {
        font-size: 32px;
    }

    #subtitulo {
        font-size: 24px;
    }

    .texto_header {
        width: 80%;
    }

    .texto_header p {
        font-size: 24px;
    }

    .botao_header {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .botao_header p {
        font-size: 24px;
    }

    .imagem_header img {
        width: 255px;
        height: 393px;
    }

    .parte1_main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100dvh;
    }

    .titulo_main h2 {
        font-size: 32px;
    }

    .oculos_background {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .oculos_main img {
        width: 225px;
        height: 315px;
    }

    .parte2_main {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        height: 100dvh;
    }

    .texto_main {
        display: inline;
        width: 35%;
    }
    
    .texto_main p {
        font-size: 24px;
    }

    .imagem_main {
        display: inline;
    }

    .imagem_main img {
        width: 300px;
        border-radius: 300px;
    }

    footer {
        height: 60dvh;
    }

    #titulo_footer {
     font-size: 16px;  
    }

    .conteudo_footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 100px;
    }

    .img1 {
        display: inline;
    }

    .img2 {
        position: relative;
        display: inline;
        top: 20px;
        margin-left: 50px
    }

    .img3 {
        display: block;
        margin-left: 50px;
        margin-top: 20px;
    }

    .footer_background {
        width: 300px;
    }
    
    .parte1_footer h2 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    input {
        padding-left: 8px;
        font-size: 12px;
        width: 100%;
        height: 30px;
        background: #D9D9D9;
        border: none;
    }

    .parte1_footer {
        display: inline;
        margin: 0px;
    }

    .parte2_footer {
        display: inline;
        margin: 0px;
    }
}