.h1 {
    margin-top: 65px;
    font-weight: 700;
    font-size: xxx-large;
}

.primeiro_texto {
    margin-top: 60px;
    margin-right: 85px;
    margin-left: 75px;
    font-size: 32px;
    text-align: center;
}

.imagem_qrcode {
    margin-top: 35px;
    margin-right: 85px;
    margin-left: 75px;
    width: 30%;
    height: auto;
}

.div_primeiro_botao {
    background-color: #00ED92;
    height: 10%;
    width: 54%;
    position: absolute;
    margin-top: 5%;
}

.div_segundo_botao {
    background-color: #00ED92;
    height: 10%;
    width: 54%;
    position: absolute;
    margin-top: 22%;
    right: 0px;
}

.imagem_instagram {
    margin-left: 2%;
}

.div_instagram {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    margin-top: 5px;
}

.texto_instagram {
    font-size: 24px;
    color: #FFFF;
    margin-left: 2%;
}

.texto_site {
    font-size: 24px;
    color: #FFFF;
    margin-left: 20%;
}

.div_whatsapp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    margin-top: 5px;
    margin-left: 40%;
}

.imagem_whatsapp {
    margin-left: 2%;
}

.texto_whatsapp {
    font-size: 24px;
    color: #FFFF;
    margin-left: 2%;
}

.texto_email {
    font-size: 24px;
    color: #FFFF;
    margin-left: 3%;
}

@media screen and (min-height: 1900px) {
    .h1 {
        margin-top: 125px;
        font-weight: 700;
        font-size: 80px;
    }

    .primeiro_texto {
        margin-top: 125px;
        margin-right: 55px;
        margin-left: 55px;
        font-size: 60px;
        text-align: center;
    }

    .imagem_qrcode {
        margin-top: 108px;
        margin-right: 85px;
        margin-left: 75px;
        width: 45%;
        height: auto;
    }

    .div_primeiro_botao {
        background-color: #00ED92;
        height: 12%;
        width: 65%;
        position: absolute;
        margin-top: 10%;
    }

    .div_instagram {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-items: center;
        margin-top: 30px;
    }

    .imagem_instagram {
        margin-left: 5%;
        height: 80px;
    }

    .texto_instagram {
        font-size: 50px;
        color: #FFFF;
        margin-left: 2%;
    }

    .texto_site {
        font-size: 50px;
        color: #FFFF;
        margin-left: 14%;
    }

    .div_segundo_botao {
        background-color: #00ED92;
        height: 12%;
        width: 65%;
        position: absolute;
        margin-top: 40%;
        right: 0px;
    }

    .div_whatsapp {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-items: center;
        margin-top: 30px;
        margin-left: 26%;
    }

    .imagem_whatsapp {
        margin-left: 2%;
        height: 80px;
        margin-top: 3px;
    }

    .texto_whatsapp {
        font-size: 50px;
        color: #FFFF;
        margin-left: 2%;
    }

    .texto_email {
        font-size: 50px;
        color: #FFFF;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1610px) and (max-width: 1680px) and (min-height: 2320px) and (max-height: 2390px) {
    .h1 {
        margin-top: 125px;
        font-weight: 700;
        font-size: 110px;
    }

    .primeiro_texto {
        margin-top: 105px;
        margin-right: 55px;
        margin-left: 55px;
        font-size: 80px;
        text-align: center;
    }

    .imagem_qrcode {
        margin-top: 108px;
        margin-right: 85px;
        margin-left: 75px;
        width: 40%;
        height: auto;
    }

    .div_primeiro_botao {
        background-color: #00ED92;
        height: 12%;
        width: 65%;
        position: absolute;
        margin-top: 6%;
    }

    .div_instagram {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-items: center;
        margin-top: 30px;
    }

    .imagem_instagram {
        margin-left: 5%;
        height: 100px;
    }

    .texto_instagram {
        font-size: 70px;
        color: #FFFF;
        margin-left: 2%;
    }

    .texto_site {
        font-size: 70px;
        color: #FFFF;
        margin-left: 14%;
    }

    .div_segundo_botao {
        background-color: #00ED92;
        height: 12%;
        width: 65%;
        position: absolute;
        margin-top: 30%;
        right: 0px;
    }

    .div_whatsapp {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-items: center;
        margin-top: 30px;
        margin-left: 26%;
    }

    .imagem_whatsapp {
        margin-left: 2%;
        height: 100px;
        margin-top: 3px;
    }

    .texto_whatsapp {
        font-size: 70px;
        color: #FFFF;
        margin-left: 2%;
    }

    .texto_email {
        font-size: 70px;
        color: #FFFF;
        margin-left: 2%;
    }
}