:root {--cor_primaria: #214f03;--cor_secundaria: #11d41e;--cor_botao: #19c016;--cor_botao_hover: #111592;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #1229d9;--pre_cabecalho: #e4e4e4;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #ffffff;--cor_icones: #2b2b2b;--cor_icones_hover: #2b2b2b;--cor_texto_icones: #2b2b2b;--cor_menu: #2b2b2b;--cor_texto_menu: #ffffff;--cor_newsletter: #038105;--cor_texto_newsletter: #f7f7f7;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

@media (max-width: 769px) {
    #formRastrearObj .objSearche {
        position: relative;
        top: 0;
        background: var(--cor_botao);
        padding: 14px;
        margin-left: 6px;
        border-radius: 6px;
        color: var(--cor_texto_botao);
    }
    #formRastrearObj .objSearche a {
        color: var(--cor_texto_botao);
    }
    #formRastrearObj {
        background: #fff;
        padding: 14px 30px;
        width: 82%;
        border-top: 1px solid #e9e9e9;
    }
    #formRastrearObj span {
        font-size: 12.8px !important;
        font-weight: 600;
        color: var(--texto_global);
    }
}

@media (min-width: 770px) {
    #formRastrearObj {
        float: none;
        margin: 0;
        width: 430px;
        margin: auto;
        left: -9px;
        position: relative;
        overflow: hidden;
        padding: 20px 16px;
        font-size: 12px;
    }
    #formRastrearObj input {
        padding: 12px 20px;
        outline: none;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        width: 78%;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 1;
        position: relative;
        font-size: 12px;
    }
    #formRastrearObj .objSearch {
        position: absolute;
        right: 0px;
        top: 20px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        background: var(--cor_primaria);
        width: 100px;
        height: 46px;
        border-radius: 6px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        transition: all 0.2s;
    }
    #formRastrearObj .objSearch a:before {
        content: "\f0d1";
        font-family: fontawesome;
        font-weight: 100;
        font-size: 20px;
    }
    #formRastrearObj .objSearch a {
        color: var(--txt-bg);
        font-size: 0;
    }
}

body .pulse-button, body .whats-button {
    left: unset;
    right: 14px;
    display: none !important;
}
