.btn-natureza {
    padding: 9px 0;
    width: 50%;
    background: #f2f7fb;
    border: solid 1px #dbdbdb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.btn-natureza:is(.btn-natureza-selecionada) {
    background: #7d7d7d;
    color: #ffffff;
    cursor: default;
    border-color: #7d7d7d;
}
.btn-natureza:not(.btn-natureza-selecionada):hover {
    background: #c9d0d5;
}
#pagamento .tipo-pagamento {
    border-radius: 8px;
    padding: 8px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: solid 1px #b5b5b5;
    text-align: center;
    background: #e6e6e6;
    color: #000000;
}
.tipo-pagamento:not(.tipo-pagamento-selecionado):hover {
    background: #c8c8c8 !important;
}
#pagamento .tipo-pagamento-selecionado {
    background: #555;
    color: #ffffff;
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    cursor: default;
}

.header__search-box{
    background:red !important;
}