header {
    padding-right: 10px;
    display: flex;
    align-items: center;
}

header > img {
    margin: 10px;
}

.img-toureiro {
    width: 84px;
    height: 100px;
}

.img-toureiro-farma {
    width: 294px;
    height: 100px;
}

.img-toureiro-caca-e-pesca {
    width: 200px;
    height: 100px;
}

.title {
    margin-left: 40px;
}

.subtitle {
    margin-left: 80px;
}

.subtitle-input {
    font-size: 12px;
}

.touro-button {
    color: red;
}

.touro-button-limpar {
    margin-right: 4px;
}

.touro-label {
    text-align: right;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.grupo-botao {
    display: flex;
    align-items: center;
}

.grupo-botao-img-lixo {
    width: 12px;
    height: 15px;
    margin-right: 4px;
}

.grupo-botao-img-desiste {
    width: 15px;
    height: 13px;
    margin-right: 4px;
}

@media (max-width: 800.98px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title {
        margin-left: 10px;
    }

    .subtitle {
        margin-left: 20px;
    }

    footer {
        position: relative;
    }

    .touro-label {
        text-align: left;
    }
}