:root {
		--cor_primaria: #edbf2d;
		--cor_secundaria: #444;
		--cor_botao: #edbf2d;
		--cor_botao_hover: #edbf2d;
		--cor_icones: #edbf2d;
		--cor_icones_hover: #edbf2d;
        --pre_cabecalho: #edbf2d;

}
            
              .busca-mobile .busca input {
    background: #ffffff !important;
    border-color: var(--cor_botao_hover) !important;
}
            
            .busca-mobile .botao-busca svg g, .busca-mobile .botao-busca svg path {
    fill: #000 !important;
}