.botao_retorno_introducao {
    margin-top: 44px;
    position: relative;
}

.imagem_pathology {
    margin-top: 50px;
    mix-blend-mode: multiply;
    z-index: 2;
}

.div_principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    color: white;
    margin: 0px 99px 0px 99px;
    background-color: rgba(116, 91, 76, 0.4);
    text-align: center;
}

.titulo_texto {
    font-size: xx-large;
    opacity: 1;
}

.descricao {
    font-size: x-large;
    opacity: 1;
}

.imagem {
    object-fit: cover;
    height: 104px;
    width: auto;
    border-radius: 8px 0px 0px 8px;
}


@media screen and (min-height: 1900px) {
    .botao_retorno_introducao {
        position: relative;
        margin-top: 140px;
        width: 80px;
    }

    .imagem_pathology {
        margin-top: 140px;
        mix-blend-mode: multiply;
        z-index: 2;
        height: 110px;
    }

    .div_principal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 50px;
        z-index: 2;
        color: white;
        margin: 0px 99px 60px 99px;
        background-color: rgba(116, 91, 76, 0.4);
        text-align: center;
    }

    .titulo_texto {
        font-size: 80px;
        opacity: 1;
    }

    .descricao {
        font-size: 50px;
        opacity: 1;
    }

    .imagem {
        object-fit: cover;
        height: 220px;
        width: 160px;
        border-radius: 8px 0px 0px 8px;
    }
}

@media screen and (min-width: 1610px) and (max-width: 1680px) and (min-height: 2320px) and (max-height: 2390px) {
    .botao_retorno_introducao {
        position: relative;
        margin-top: 155px;
        width: 100px;
    }

    .imagem_pathology {
        margin-top: 140px;
        mix-blend-mode: multiply;
        z-index: 2;
        height: 145px;
    }

    .div_principal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 70px;
        z-index: 2;
        color: white;
        margin: 0px 99px 60px 99px;
        background-color: rgba(116, 91, 76, 0.4);
        text-align: center;
    }

    .titulo_texto {
        font-size: 100px;
        opacity: 1;
    }

    .descricao {
        font-size: 70px;
        opacity: 1;
    }

    .imagem {
        object-fit: cover;
        height: 220px;
        width: 160px;
        border-radius: 8px 0px 0px 8px;
    }
}