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

.descricao {
    font-size: 28px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 8%;
}

.primeira_div_principal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-top: 7%;
}

.div_cabecalho_individual {
    background-color: #00ED92;
    width: 200px;
    height: 100px;
    align-items: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}

.div_corpo_individual {
    border: solid #00ED92 4px;
    width: 200px;
    height: 125px;
    align-items: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
}

.texto_cabecalho_individual {
    font-size: 28px;
    color: #FFFF;
}

.segunda_div_principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-top: 5%;
}

.cabecalho_div_multipla {
    background-color: #00ED92;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}

.corpo_div_multipla {
    border: solid #00ED92 4px;
    width: 100%;
    height: 165px;
    align-items: center;
    justify-content: space-around;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    flex-direction: column;
}

.conteudo_div_interna {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.icone_sozinho {
    max-width: 100%;
    height: auto;
}

.imagem_google {
    max-width: 100%;
    height: auto;
}

.imagem_nvidia {
    max-width: 100%;
    height: auto;
}

.imagem_microsoft {
    max-width: 100%;
    height: auto;
}

.imagem_oracle {
    max-width: 100%;
    height: auto;
}

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

    .descricao {
        font-size: 62px;
        text-align: center;
        margin-left: 75px;
        margin-right: 75px;
        margin-top: 12%;
    }

    .texto_cabecalho_individual {
        font-size: 60px;
        color: #FFFF;
    }

    .primeira_div_principal {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin-top: 10%;
    }

    .div_cabecalho_individual {
        background-color: #00ED92;
        width: 400px;
        height: 200px;
        align-items: center;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 8px 8px 0px 0px;
    }

    .div_corpo_individual {
        border: solid #00ED92 4px;
        width: 400px;
        height: 300px;
        align-items: center;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
    }

    .icone_sozinho {
        max-width: 100%;
        height: 200px;
    }

    .segunda_div_principal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin-top: 6%;
    }

    .cabecalho_div_multipla {
        background-color: #00ED92;
        width: 100%;
        height: 175px;
        align-items: center;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 8px 8px 0px 0px;
    }

    .corpo_div_multipla {
        border: solid #00ED92 4px;
        width: 100%;
        height: 400px;
        align-items: center;
        justify-content: space-around;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
        flex-direction: column;
    }

    .conteudo_div_interna {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: normal;
        width: 100%;
    }

    .imagem_google {
        height: 65px;
        margin-top: 12px;
    }

    .imagem_nvidia {
        height: 85px;
    }

    .imagem_microsoft {
        height: 140px;
    }

    .imagem_oracle {
        height: 100px;
        margin-top: 5px;
    }
}


@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;
    }

    .descricao {
        font-size: 75px;
        text-align: center;
        margin-left: 120px;
        margin-right: 120px;
        margin-top: 9%;
    }

    .texto_cabecalho_individual {
        font-size: 70px;
        color: #FFFF;
    }

    .primeira_div_principal {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin-top: 10%;
    }

    .div_cabecalho_individual {
        background-color: #00ED92;
        width: 500px;
        height: 200px;
        align-items: center;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 8px 8px 0px 0px;
    }

    .div_corpo_individual {
        border: solid #00ED92 4px;
        width: 500px;
        height: 300px;
        align-items: center;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
    }

    .icone_sozinho {
        max-width: 100%;
        height: 250px;
    }

    .segunda_div_principal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin-top: 6%;
    }

    .cabecalho_div_multipla {
        background-color: #00ED92;
        width: 100%;
        height: 175px;
        align-items: center;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 8px 8px 0px 0px;
    }

    .corpo_div_multipla {
        border: solid #00ED92 4px;
        width: 100%;
        height: 400px;
        align-items: center;
        justify-content: space-around;
        align-items: center;
        display: flex;
        text-align: center;
        border-radius: 0px 0px 8px 8px;
        flex-direction: column;
    }

    .conteudo_div_interna {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: normal;
        width: 100%;
    }

    .imagem_google {
        height: 75px;
        margin-top: 12px;
    }

    .imagem_nvidia {
        height: 90px;
    }

    .imagem_microsoft {
        height: 160px;
    }

    .imagem_oracle {
        height: 110px;
        margin-top: 5px;
    }
}