{"id":5772,"date":"2026-03-30T19:56:25","date_gmt":"2026-03-30T22:56:25","guid":{"rendered":"https:\/\/deqlaw.com.br\/?page_id=5772"},"modified":"2026-04-02T21:43:56","modified_gmt":"2026-04-03T00:43:56","slug":"brazil-tax-guide","status":"publish","type":"page","link":"https:\/\/www.deqlaw.com.br\/en\/brazil-tax-guide\/","title":{"rendered":"Brazil Tax Guide"},"content":{"rendered":"<section data-bb-version=\"5.7.1\" id=\"bt_bb_section69f4d076b5fc2\" class=\"bt_bb_section bt_bb_layout_boxed_1200\"  data-bt-override-class=\"null\"><div class=\"bt_bb_port\"><div class=\"bt_bb_cell\"><div class=\"bt_bb_cell_inner\"><div class=\"bt_bb_row \"  data-bt-override-class=\"{}\"><div class=\"bt_bb_row_holder\" ><div data-bb-version=\"5.7.1\"  class=\"bt_bb_column col-xl-12 col-xs-12 col-sm-12 col-md-12 col-lg-12 bt_bb_align_left bt_bb_padding_normal\"  data-width=\"12\" data-bt-override-class=\"{}\"><div class=\"bt_bb_column_content bt_bb_vertical_align_top bt_bb_color_scheme_\"><div class=\"bt_bb_column_content_inner\"><div class=\"bt_bb_raw_content\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400&display=swap\" rel=\"stylesheet\" \/>\n<style>\n  .dq-page-wrap {\n    margin-left:  calc(-50vw + 50%);\n    margin-right: calc(-50vw + 50%);\n    width: 100vw;\n    max-width: 100vw;\n    overflow-x: hidden;\n  }\n\n  :root {\n    --navy:       #0d1b2a;\n    --navy-mid:   #1a2e45;\n    --gold:       #cb8569;\n    --gold-light: #e09a7e;\n    --cream:      #f8f5f0;\n    --warm-white: #fdfcfa;\n    --text-dark:  #1a1a1a;\n    --text-mid:   #4a4a4a;\n    --text-light: #7a7a7a;\n    --border:     #e0d8cc;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Lato', sans-serif;\n    background: var(--warm-white);\n    color: var(--text-dark);\n    line-height: 1.7;\n    font-weight: 400;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--navy);\n    color: white;\n    padding: 100px 40px 90px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .hero-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n  .hero-label {\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold-light);\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .hero-label::before {\n    content: '';\n    display: block;\n    width: 32px;\n    height: 1px;\n    background: var(--gold);\n  }\n  .hero h1 {\n    font-size: clamp(36px, 5.5vw, 60px);\n    font-weight: 300;\n    line-height: 1.15;\n    margin-bottom: 28px;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--gold-light);\n  }\n  .hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.72);\n    max-width: 600px;\n    line-height: 1.8;\n    margin-bottom: 44px;\n    font-weight: 300;\n  }\n  .btn-primary {\n    display: inline-block;\n    background: var(--gold) !important;\n    color: #ffffff !important;\n    text-decoration: none;\n    padding: 15px 38px;\n    font-size: 14px;\n    font-weight: 500;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    transition: background 0.3s, transform 0.2s;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n  .btn-primary:hover {\n    background: var(--gold-light) !important;\n    color: #ffffff !important;\n    transform: translateY(-1px);\n  }\n\n  \/* INTRO *\/\n  .intro-strip {\n    background: var(--cream);\n    padding: 70px 40px;\n    border-bottom: 1px solid var(--border);\n  }\n  .intro-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: start;\n  }\n  .intro-inner h2 {\n    font-size: 34px;\n    font-weight: 300;\n    line-height: 1.25;\n    color: var(--navy);\n    grid-column: 1 \/ -1;\n    margin-bottom: -20px;\n  }\n  .intro-col p {\n    font-size: 17px;\n    color: var(--text-mid);\n    line-height: 1.85;\n  }\n  .stat-row {\n    display: flex;\n    gap: 40px;\n    grid-column: 1 \/ -1;\n    border-top: 1px solid var(--border);\n    padding-top: 40px;\n    margin-top: 10px;\n  }\n  .stat { flex: 1; text-align: center; }\n  .stat-num {\n    font-family: 'Lato', sans-serif;\n    font-size: 56px;\n    color: var(--gold);\n    font-weight: 700;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .stat-label {\n    font-size: 13px;\n    color: var(--text-light);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n  }\n\n  \/* SITUATIONS *\/\n  .situations {\n    padding: 80px 40px;\n    background: var(--warm-white);\n  }\n  .section-inner { max-width: 860px; margin: 0 auto; }\n  .section-label {\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 18px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .section-label::before {\n    content: '';\n    display: block;\n    width: 24px;\n    height: 1px;\n    background: var(--gold);\n  }\n  .section-title {\n    font-size: 38px;\n    font-weight: 300;\n    color: var(--navy);\n    margin-bottom: 48px;\n    line-height: 1.2;\n  }\n  .situation-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: var(--border);\n  }\n  .situation-card {\n    background: var(--warm-white);\n    padding: 36px 30px;\n  }\n  .situation-num {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 14px;\n    line-height: 1;\n  }\n  .situation-card h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 10px;\n    line-height: 1.35;\n  }\n  .situation-card p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.8;\n  }\n\n  \/* KEY POINT *\/\n  .keypoint {\n    padding: 80px 40px;\n    background: var(--cream);\n  }\n  .keypoint-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: start;\n  }\n  .keypoint-inner .section-title { margin-bottom: 22px; grid-column: 1 \/ -1; margin-bottom: -10px; }\n  .keypoint-col p {\n    font-size: 17px;\n    color: var(--text-mid);\n    line-height: 1.85;\n    margin-bottom: 16px;\n  }\n  .keypoint-col p:last-child { margin-bottom: 0; }\n  .example-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n  .example-list li {\n    font-size: 15px;\n    color: var(--text-mid);\n    line-height: 1.75;\n    padding: 10px 0 10px 20px;\n    border-bottom: 1px solid var(--border);\n    position: relative;\n  }\n  .example-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n  }\n  .example-list li:first-child { border-top: 1px solid var(--border); }\n\n  \/* CHECKLIST (taxes) *\/\n  .checklist-section {\n    background: var(--navy);\n    padding: 90px 40px;\n    color: white;\n  }\n  .checklist-section .section-label { color: var(--gold-light); }\n  .checklist-section .section-label::before { background: var(--gold-light); }\n  .checklist-section .section-title { color: white; font-weight: 300; margin-bottom: 16px; }\n  .checklist-intro {\n    color: rgba(255,255,255,0.65);\n    font-size: 18px;\n    max-width: 640px;\n    margin-bottom: 52px;\n    line-height: 1.8;\n  }\n  .checklist-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n    background: rgba(255,255,255,0.08);\n  }\n  .checklist-item {\n    background: var(--navy-mid);\n    padding: 32px 36px;\n    display: flex;\n    gap: 22px;\n    align-items: flex-start;\n    transition: background 0.25s;\n  }\n  .checklist-item:hover { background: #213349; }\n  .ci-number {\n    font-family: 'Lato', sans-serif;\n    font-size: 28px;\n    color: var(--gold);\n    font-weight: 700;\n    line-height: 1;\n    flex-shrink: 0;\n    width: 32px;\n    margin-top: 2px;\n  }\n  .ci-content h4 {\n    font-family: 'Lato', sans-serif;\n    font-weight: 700;\n    font-size: 22px;\n    color: white;\n    margin-bottom: 8px;\n    line-height: 1.5;\n  }\n  .ci-content p {\n    font-size: 17px;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.75;\n  }\n  .checklist-note {\n    margin-top: 44px;\n    border-left: 2px solid var(--gold);\n    padding: 20px 28px;\n    background: rgba(203,133,105,0.08);\n    color: rgba(255,255,255,0.72);\n    font-size: 18px;\n    line-height: 1.8;\n    font-style: italic;\n  }\n\n  \/* EXAMPLES *\/\n  .examples-section {\n    padding: 80px 40px;\n    background: var(--warm-white);\n  }\n  .example-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: var(--border);\n    margin-bottom: 2px;\n  }\n  .example-card {\n    background: var(--warm-white);\n    padding: 36px 30px;\n  }\n  .example-card-wide {\n    background: var(--cream);\n    padding: 36px 30px;\n    grid-column: 1 \/ -1;\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 40px;\n    align-items: start;\n  }\n  .example-tag {\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 14px;\n  }\n  .example-card h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 16px;\n    line-height: 1.35;\n  }\n  .example-card p, .example-card-wide p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.8;\n    margin-bottom: 12px;\n  }\n  .example-card p:last-child, .example-card-wide p:last-child { margin-bottom: 0; }\n  .tax-figure {\n    font-size: 40px;\n    font-weight: 700;\n    color: var(--gold);\n    line-height: 1;\n    margin: 16px 0 6px;\n  }\n  .tax-figure-label {\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--text-light);\n    margin-bottom: 16px;\n  }\n  .tax-line {\n    display: flex;\n    justify-content: space-between;\n    font-size: 13px;\n    color: var(--text-mid);\n    padding: 6px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .tax-line:last-of-type { border-bottom: none; }\n  .tax-line strong { color: var(--text-dark); }\n  .tax-total {\n    display: flex;\n    justify-content: space-between;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--navy);\n    padding: 10px 0 0;\n    margin-top: 4px;\n    border-top: 2px solid var(--navy);\n  }\n  .example-card-wide h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 16px;\n    line-height: 1.35;\n    grid-column: 1 \/ -1;\n  }\n  .example-card-wide .example-tag { grid-column: 1 \/ -1; margin-bottom: -20px; }\n  .wide-col p { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin-bottom: 10px; }\n  .wide-col p:last-child { margin-bottom: 0; }\n  .wide-col-label {\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--gold);\n    margin-bottom: 10px;\n    font-weight: 700;\n  }\n\n  \/* WHY D&Q *\/\n  .why {\n    padding: 80px 40px;\n    background: var(--cream);\n    border-top: 1px solid var(--border);\n  }\n  .cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: var(--border);\n  }\n  .card {\n    background: var(--cream);\n    padding: 38px 32px;\n  }\n  .card-icon {\n    width: 38px;\n    height: 38px;\n    margin-bottom: 22px;\n    color: var(--gold);\n  }\n  .card h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 12px;\n  }\n  .card p {\n    font-size: 16px;\n    color: var(--text-mid);\n    line-height: 1.8;\n  }\n\n  \/* GLOSSARY *\/\n  .glossary-section {\n    padding: 80px 40px;\n    background: var(--warm-white);\n  }\n  .glossary-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: var(--border);\n  }\n  .glossary-item {\n    background: var(--warm-white);\n    padding: 24px 28px;\n  }\n  .glossary-item abbr {\n    display: block;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 6px;\n    text-decoration: none;\n    cursor: default;\n  }\n  .glossary-item p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.7;\n  }\n\n  \/* CTA *\/\n  .cta-section {\n    padding: 90px 40px;\n    background: var(--warm-white);\n    border-top: 1px solid var(--border);\n  }\n  .cta-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: center;\n  }\n  .cta-inner .section-label { justify-content: center; }\n  .cta-inner .section-label::before { display: none; }\n  .cta-inner h2 {\n    font-size: 42px;\n    font-weight: 300;\n    color: var(--navy);\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n  .cta-inner p {\n    font-size: 17px;\n    color: var(--text-mid);\n    margin-bottom: 44px;\n    line-height: 1.85;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 760px) {\n    .hero { padding: 70px 24px 64px; }\n    .intro-inner { grid-template-columns: 1fr; gap: 28px; }\n    .intro-inner h2 { grid-column: 1; }\n    .stat-row { flex-wrap: wrap; gap: 28px; }\n    .situation-grid { grid-template-columns: 1fr; }\n    .checklist-grid { grid-template-columns: 1fr; }\n    .example-cards { grid-template-columns: 1fr; }\n    .example-card-wide { grid-template-columns: 1fr; }\n    .example-card-wide h3 { grid-column: 1; }\n    .example-card-wide .example-tag { grid-column: 1; }\n    .glossary-grid { grid-template-columns: 1fr 1fr; }\n    .cards { grid-template-columns: 1fr; }\n    .keypoint-inner { grid-template-columns: 1fr; }\n    .cta-inner h2 { font-size: 32px; }\n  }\n  @media (max-width: 520px) {\n    .why, .checklist-section, .cta-section, .situations, .examples-section, .glossary-section { padding: 60px 24px; }\n    .intro-strip, .keypoint { padding: 50px 24px; }\n    .glossary-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\n\n<div class=\"dq-page-wrap\">\n\n<!-- HERO -->\n<section class=\"hero\">\n <div class=\"hero-inner\">\n <div class=\"hero-label\">D&Q Lawyers \u00b7 Brazil Tax &amp; Customs<\/div>\n <h1>Doing business with Brazil?<br>Understand the taxes <em>before you price.<\/em><\/h1>\n <p class=\"hero-sub\">\n Brazil does not impose a single tax on inbound business. What you pay and who pays it depends on how the transaction is classified. This guide explains the key issues for foreign businesses, investors and advisers.\n <\/p>\n <a href=\"#contact\" class=\"btn-primary\">Contact Us<\/a>\n <\/div>\n<\/section>\n\n<!-- INTRO -->\n<section class=\"intro-strip\">\n <div class=\"intro-inner\">\n <h2>Brazil taxes classification, not just payment and that changes everything.<\/h2>\n <div class=\"intro-col\">\n <p>A payment for services may be taxed differently from a software licence. A SaaS arrangement may be treated differently from a trade mark licence. Importing goods raises customs and product-classification issues that do not arise in a pure services contract. The same transaction may trigger different taxes at the federal, state and municipal levels simultaneously.<\/p>\n <\/div>\n <div class=\"intro-col\">\n <p>For foreign businesses, the practical question is rarely just <em>\"what is the Brazilian tax rate?\"<\/em> It is <em>\"how will Brazil classify this transaction, and which taxes then apply?\"<\/em> Brazilian tax outcomes depend on the exact wording of the contract, the municipality involved, product classification, the residence of the recipient, treaty availability, and current administrative guidance.<\/p>\n <\/div>\n <div class=\"stat-row\">\n <div class=\"stat\">\n <div class=\"stat-num\">5+<\/div>\n <div class=\"stat-label\">Taxes that may stack<br>on a single payment<\/div>\n <\/div>\n <div class=\"stat\">\n <div class=\"stat-num\">3<\/div>\n <div class=\"stat-label\">Levels of government<br>that can tax a transaction<\/div>\n <\/div>\n <div class=\"stat\">\n <div class=\"stat-num\">2033<\/div>\n <div class=\"stat-label\">When Brazil's new<br>dual-VAT takes full effect<\/div>\n <\/div>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- GLOSSARY -->\n<section class=\"glossary-section\">\n <div class=\"section-inner\">\n <div class=\"section-label\">Reference<\/div>\n <h2 class=\"section-title\">Common Brazilian tax acronyms<\/h2>\n <div class=\"glossary-grid\">\n <div class=\"glossary-item\"><abbr>IRPJ<\/abbr><p>Corporate income tax federal tax on profits of Brazilian legal entities.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>CSLL<\/abbr><p>Social contribution on net profits federal contribution charged over company profits.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>IRRF<\/abbr><p>Withholding income tax levied on income paid or remitted to non-residents.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>PIS \/ COFINS<\/abbr><p>Federal social contributions on revenue operate as a VAT under the actual profit regime.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>PIS\/COFINS-Import<\/abbr><p>Import-side versions of those contributions apply to services and goods from abroad.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>ISS<\/abbr><p>Municipal service tax set by each municipality at 2%\u20135% on services.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>ICMS<\/abbr><p>State tax on goods and certain services also applies to imports, calculated on an inclusive compounded basis.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>IPI<\/abbr><p>Federal tax on industrialised products applies to production and importation of certain goods.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>IOF<\/abbr><p>Tax on foreign exchange and financial transactions applies to currency exchange, loans and insurance.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>CIDE<\/abbr><p>Contribution on economic domain intervention 10% levy on royalties, technology transfers and certain services.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>NCM \/ TEC<\/abbr><p>Mercosur product classification code and common external tariff determine import duty rates.<\/p><\/div>\n <div class=\"glossary-item\"><abbr>IBS \/ CBS<\/abbr><p>The new dual-VAT taxes under Brazil's consumption tax reform full operation expected in 2033.<\/p><\/div>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- SITUATIONS -->\n<section class=\"situations\">\n <div class=\"section-inner\">\n <div class=\"section-label\">Start Here<\/div>\n <h2 class=\"section-title\">Which situation applies to you?<\/h2>\n <div class=\"situation-grid\">\n\n <div class=\"situation-card\">\n <div class=\"situation-num\">01<\/div>\n <h3>Opening or operating a Brazilian company<\/h3>\n <p>Consider taxes on profits (IRPJ and CSLL), revenues (PIS\/COFINS), payroll charges, indirect taxes, and whether to use the actual profit or deemed profit regime.<\/p>\n <\/div>\n\n <div class=\"situation-card\">\n <div class=\"situation-num\">02<\/div>\n <h3>Invoicing a Brazilian customer for services from abroad<\/h3>\n <p>Consider withholding income tax, PIS-Import \/ COFINS-Import, ISS (municipal service tax), IOF on the foreign exchange transaction, and whether CIDE may apply.<\/p>\n <\/div>\n\n <div class=\"situation-card\">\n <div class=\"situation-num\">03<\/div>\n <h3>Licensing software, SaaS or other IP into Brazil<\/h3>\n <p>Consider the distinction between services, royalties, software licences, SaaS, trade marks, know-how and technical assistance each carries a different tax treatment.<\/p>\n <\/div>\n\n <div class=\"situation-card\">\n <div class=\"situation-num\">04<\/div>\n <h3>Importing physical goods into Brazil<\/h3>\n <p>Consider import duty, IPI, PIS-Import \/ COFINS-Import, ICMS, possible AFRMM and customs expenses, and product classification under the NCM \/ TEC.<\/p>\n <\/div>\n\n <div class=\"situation-card\">\n <div class=\"situation-num\">05<\/div>\n <h3>Selling shares or assets connected to Brazil<\/h3>\n <p>Consider Brazilian capital gains taxation, who must withhold and pay, whether the transaction is on or off exchange, and whether a treaty changes the result.<\/p>\n <\/div>\n\n <div class=\"situation-card\">\n <div class=\"situation-num\">06<\/div>\n <h3>Using a treaty to reduce Brazilian tax<\/h3>\n <p>Consider whether a treaty is in force, which article applies, beneficial ownership and substance requirements, and any domestic compliance obligations that persist regardless.<\/p>\n <\/div>\n\n <\/div>\n <\/div>\n<\/section>\n\n<!-- KEY POINT -->\n<section class=\"keypoint\">\n <div class=\"keypoint-inner\">\n <h2 class=\"section-title\">Why classification is the central issue<\/h2>\n <div class=\"keypoint-col\">\n <p>A recurring difficulty in Brazil is that the same commercial arrangement can be characterised in different ways for tax purposes. That classification can materially change the tax cost and compliance burden often by tens of thousands of reais on a single invoice.<\/p>\n <p>Contracts and invoices should be drafted with care. Broad or mixed descriptions increase the risk of misclassification, disputes over applicable taxes, and pricing errors. Where an invoice combines multiple elements without clearly identifying each component and value, Brazilian authorities will adopt the least favourable classification.<\/p>\n <\/div>\n <div class=\"keypoint-col\">\n <ul class=\"example-list\">\n <li>A service fee may not be taxed in the same way as a royalty<\/li>\n <li>A software licence may not be taxed the same way as SaaS<\/li>\n <li>A supply of goods with embedded services requires both customs and service-tax analysis<\/li>\n <li>A technical assistance agreement may be treated differently if it involves a transfer of technology<\/li>\n <li>A payment from a tax-haven jurisdiction may be subject to a higher IRRF rate (25% rather than 15%)<\/li>\n <li>Mixed agreements are particularly vulnerable if the contract language is not precise<\/li>\n <\/ul>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- TAX ISSUES CHECKLIST -->\n<section class=\"checklist-section\" id=\"taxes\">\n <div class=\"section-inner\">\n <div class=\"section-label\">Main Tax Issues<\/div>\n <h2 class=\"section-title\">What to consider by transaction type<\/h2>\n <p class=\"checklist-intro\">Brazil's tax stack varies by transaction. Below are the key issues to assess across the most common cross-border scenarios. Each requires transaction-specific analysis this is a starting framework, not a complete answer.<\/p>\n <div class=\"checklist-grid\">\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">01<\/div>\n <div class=\"ci-content\">\n <h4>Taxes on profits of a Brazilian company<\/h4>\n <p>Brazilian companies generally choose between the actual profit method and the deemed profit method. The deemed profit method applies fixed margins to gross revenues (8% or 32% for IRPJ; 12% or 32% for CSLL, depending on activity). Companies with turnover above R$78 million must use actual profit. IRPJ is assessed at 15% plus a 10% surcharge above R$20,000\/month. CSLL is generally 9%. PIS\/COFINS: 9.25% (actual profit, with credits) or 3.65% (deemed profit, no credits). From 1 January 2026, non-resident dividend recipients are subject to a new 10% IRRF on dividends.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">02<\/div>\n <div class=\"ci-content\">\n <h4>Foreign services invoiced to a Brazilian customer<\/h4>\n <p>When services are supplied from abroad, the Brazilian side typically faces a stack of taxes: IRRF (15% for administrative and technical services; 25% as the general rule for other services, and always 25% for tax-haven payees); PIS-Import \/ COFINS-Import at a combined 9.25%; ISS at 2%\u20135% (set by the relevant municipality); and IOF at 0.38% on wire transfers (3.5%\u20134.38% on credit card payments). CIDE at 10% applies to certain technical and administrative services, supply of technology, and trade mark \/ patent licensing. The Brazilian payer withholds IRRF; other taxes are generally borne by the Brazilian side on top of the contract price.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">03<\/div>\n <div class=\"ci-content\">\n <h4>Software licences into Brazil<\/h4>\n <p>Where software is supplied as a licence, the primary taxes are IRRF (15%, or 25% from a tax haven), ISS (2%\u20135%), and PIS-Import \/ COFINS-Import (9.25% a 2023 Federal Revenue Department ruling confirmed this applies to all software licences). IOF applies at 0.38% on wire transfers. CIDE does not typically apply to a pure software licence with no service or technology-transfer element, but this depends on the exact arrangement. As this area of law is constantly evolving, advice should be sought before pricing.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">04<\/div>\n <div class=\"ci-content\">\n <h4>SaaS arrangements<\/h4>\n <p>SaaS is generally treated as a service rather than a software licence. The tax stack typically includes IRRF (15%), CIDE (10%), PIS-Import \/ COFINS-Import (9.25%), ISS (2%\u20135%), and IOF (0.38% wire \/ 3.5%\u20134.38% credit card). Note that some municipalities set a lower ISS rate (2%) for software customised locally, while maintaining 5% for imported or cloud-based SaaS. With over 5,500 municipalities in Brazil, the applicable rate must be verified for the relevant location.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">05<\/div>\n <div class=\"ci-content\">\n <h4>Trade mark and patent licences (royalties)<\/h4>\n <p>Pure royalty payments for trade marks, patents, franchise licences or know-how typically attract IRRF (15%, or 25% from a tax haven) and CIDE (10%), but not PIS-Import \/ COFINS-Import. ISS may apply to trade mark and franchise licences at 5% depending on the municipality (the validity of ISS on trade mark licences is currently before the Federal Supreme Court). IOF applies at 0.38% on wire transfers. Even without PIS\/COFINS-Import, the Brazil-side tax cost on a royalty can be significant.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">06<\/div>\n <div class=\"ci-content\">\n <h4>Importing goods<\/h4>\n <p>Imported goods attract import duty (0%\u201335% on the customs value, based on the Mercosur TEC); IPI (0%\u201330% on the customs value plus import duty); PIS-Import \/ COFINS-Import (2.1% and 9.65% respectively for most goods, up to 20% for some categories); ICMS (12%\u201325%, calculated on a compounded inclusive basis that makes the effective rate significantly higher than the headline rate); and AFRMM where applicable (25% on international sea freight). NCM classification determines the duty rate and downstream treatment of other taxes. Ex-tarif\u00e1rio relief may be available for capital goods or technology items with no domestic equivalent.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">07<\/div>\n <div class=\"ci-content\">\n <h4>Capital gains on the sale of Brazilian assets<\/h4>\n <p>Foreign sellers are taxed on capital gains from Brazilian assets or rights on a progressive basis: 15% on gains up to R$5 million; 17.5% on gains above R$5 million to R$10 million; 20% on gains above R$10 million to R$30 million; 22.5% on gains above R$30 million. A flat 25% rate applies if the seller is based in a tax-haven jurisdiction. If the buyer is a Brazilian company or resident, the buyer withholds the tax. Foreign investors trading shares on the B3 exchange are exempt from capital gains tax.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">08<\/div>\n <div class=\"ci-content\">\n <h4>Transfer pricing<\/h4>\n <p>Since 1 January 2024, Brazil's transfer pricing rules follow the OECD arm's-length framework. This applies to transactions between related entities and to transactions with entities in jurisdictions treated as tax havens. The change materially affects cross-border pricing, comparability analysis, documentation requirements and audit risk for multinational groups not only for goods, but also for services, intangibles and financing arrangements involving Brazilian entities.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">09<\/div>\n <div class=\"ci-content\">\n <h4>Treaties<\/h4>\n <p>Brazil has double tax agreements with Argentina, Austria, Belgium, Canada, Chile, China, Czech Republic, Denmark, Ecuador, Finland, France, Hungary, India, Israel, Italy, Japan, Luxembourg, Mexico, Netherlands, Norway, Peru, Philippines, Poland, Portugal, Russia, Singapore, South Africa, South Korea, Slovakia, Spain, Sweden, Switzerland, Trinidad and Tobago, Turkey, Ukraine, UAE, Uruguay and Venezuela. A DTA with the UK was signed in 2022 but is not yet in force. A treaty does not automatically eliminate Brazilian withholding or other taxes beneficial ownership, substance and anti-abuse rules must also be satisfied.<\/p>\n <\/div>\n <\/div>\n\n <div class=\"checklist-item\">\n <div class=\"ci-number\">10<\/div>\n <div class=\"ci-content\">\n <h4>Brazil's consumption tax reform<\/h4>\n <p>Brazil is replacing its fragmented indirect tax structure (PIS\/COFINS, IPI, ICMS, ISS) with a dual VAT model based on CBS and IBS, with a Selective Tax for specific goods. The transition runs from 2026 to 2032, with full operation expected in 2033. Businesses currently operating in Brazil need to understand both the current rules and the incoming model, and should review how imports, service models and supply chains will be affected during the transition period.<\/p>\n <\/div>\n <\/div>\n\n <\/div>\n <div class=\"checklist-note\">\n Contract language, invoice descriptions and the exact classification of a payment can change the Brazilian tax result materially. <strong>Always confirm how the Brazilian payer and its advisers propose to classify the payment before finalising pricing.<\/strong>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- WORKED EXAMPLES -->\n<section class=\"examples-section\">\n <div class=\"section-inner\">\n <div class=\"section-label\">Worked Examples<\/div>\n <h2 class=\"section-title\">What does a R$&nbsp;100,000 transaction actually cost?<\/h2>\n\n <div class=\"example-cards\">\n\n <div class=\"example-card\">\n <div class=\"example-tag\">Example 1<\/div>\n <h3>Foreign service fee<\/h3>\n <p>A foreign consulting firm invoices R$&nbsp;100,000 for services from abroad. No treaty; payee not in a tax haven.<\/p>\n <div class=\"tax-figure\">~29.6%<\/div>\n <div class=\"tax-figure-label\">Brazil-side tax stack<\/div>\n <div class=\"tax-line\"><span>IRRF (15%)<\/span><strong>R$ 15,000<\/strong><\/div>\n <div class=\"tax-line\"><span>PIS\/COFINS-Import (9.25%)<\/span><strong>R$ 9,250<\/strong><\/div>\n <div class=\"tax-line\"><span>ISS (5%)<\/span><strong>R$ 5,000<\/strong><\/div>\n <div class=\"tax-line\"><span>IOF (0.38%)<\/span><strong>R$ 380<\/strong><\/div>\n <div class=\"tax-total\"><span>Illustrative total<\/span><span>R$ 29,630<\/span><\/div>\n <p style=\"margin-top:16px;\">The foreign supplier receives ~R$&nbsp;85,000 after IRRF. The Brazilian side's total cash outflow may reach ~R$&nbsp;114,630.<\/p>\n <\/div>\n\n <div class=\"example-card\">\n <div class=\"example-tag\">Example 2<\/div>\n <h3>Technical service \/ custom software<\/h3>\n <p>A foreign provider delivers a bespoke software solution or technical services. CIDE enters the analysis.<\/p>\n <div class=\"tax-figure\">~39.6%<\/div>\n <div class=\"tax-figure-label\">Brazil-side tax stack<\/div>\n <div class=\"tax-line\"><span>IRRF (15%)<\/span><strong>R$ 15,000<\/strong><\/div>\n <div class=\"tax-line\"><span>CIDE (10%)<\/span><strong>R$ 10,000<\/strong><\/div>\n <div class=\"tax-line\"><span>PIS\/COFINS-Import (9.25%)<\/span><strong>R$ 9,250<\/strong><\/div>\n <div class=\"tax-line\"><span>ISS (5%)<\/span><strong>R$ 5,000<\/strong><\/div>\n <div class=\"tax-line\"><span>IOF (0.38%)<\/span><strong>R$ 380<\/strong><\/div>\n <div class=\"tax-total\"><span>Illustrative total<\/span><span>R$ 39,630<\/span><\/div>\n <p style=\"margin-top:16px;\">Total Brazilian cash outflow may reach ~R$&nbsp;124,630 on a R$&nbsp;100,000 contract price.<\/p>\n <\/div>\n\n <div class=\"example-card\">\n <div class=\"example-tag\">Example 3<\/div>\n <h3>Pure royalty or trade mark licence<\/h3>\n <p>A foreign licensor grants a Brazilian company the right to use a trade mark. Treated as a pure royalty no separate service element.<\/p>\n <div class=\"tax-figure\">~25.4%<\/div>\n <div class=\"tax-figure-label\">Brazil-side tax stack<\/div>\n <div class=\"tax-line\"><span>IRRF (15%)<\/span><strong>R$ 15,000<\/strong><\/div>\n <div class=\"tax-line\"><span>CIDE (10%)<\/span><strong>R$ 10,000<\/strong><\/div>\n <div class=\"tax-line\"><span>IOF (0.38%)<\/span><strong>R$ 380<\/strong><\/div>\n <div class=\"tax-total\"><span>Illustrative total<\/span><span>R$ 25,380<\/span><\/div>\n <p style=\"margin-top:16px;\">Even without PIS\/COFINS-Import and ISS, the Brazilian side's total outflow may reach ~R$&nbsp;110,380.<\/p>\n <\/div>\n\n <\/div>\n\n <!-- Wide card: classification comparison + capital gains -->\n <div class=\"example-cards\" style=\"margin-top:2px;\">\n\n <div class=\"example-card\" style=\"grid-column: 1 \/ 3; background: var(--cream);\">\n <div class=\"example-tag\">Example 4<\/div>\n <h3>Same invoice different classification R$&nbsp;10,000 difference<\/h3>\n <p>A foreign supplier charges R$&nbsp;100,000. The parties believe they have a single commercial arrangement, but Brazil may classify it differently.<\/p>\n <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:16px;\">\n <div>\n <div class=\"wide-col-label\">If treated as a simpler imported service<\/div>\n <div class=\"tax-figure\" style=\"font-size:30px;\">R$ 29,630<\/div>\n <p>IRRF + PIS\/COFINS-Import + ISS + IOF.<\/p>\n <\/div>\n <div>\n <div class=\"wide-col-label\">If treated as technical service with CIDE<\/div>\n <div class=\"tax-figure\" style=\"font-size:30px;\">R$ 39,630<\/div>\n <p>IRRF + CIDE + PIS\/COFINS-Import + ISS + IOF.<\/p>\n <\/div>\n <\/div>\n <p style=\"margin-top:16px;font-size:14px;color:var(--text-mid);\">A R$&nbsp;10,000 difference on the same invoice before considering gross-up mechanics or other drafting issues. In Brazil, contract language can materially affect the tax bill.<\/p>\n <\/div>\n\n <div class=\"example-card\" style=\"background: var(--cream);\">\n <div class=\"example-tag\">Example 5<\/div>\n <h3>Capital gains on sale of shares<\/h3>\n <p>A foreign investor sells shares in a Brazilian company for R$&nbsp;10,000,000. Tax basis: R$&nbsp;8,000,000. <strong>Gain: R$&nbsp;2,000,000.<\/strong><\/p>\n <div class=\"tax-figure\">R$ 300,000<\/div>\n <div class=\"tax-figure-label\">Tax at 15% (first bracket)<\/div>\n <div class=\"tax-line\"><span>Net proceeds<\/span><strong>R$ 9,700,000<\/strong><\/div>\n <p style=\"margin-top:16px;\">If the gain were R$&nbsp;7,000,000: first R$&nbsp;5M at 15% = R$&nbsp;750,000; next R$&nbsp;2M at 17.5% = R$&nbsp;350,000. Total tax: <strong>R$&nbsp;1,100,000<\/strong>. Tax-haven sellers pay a flat 25% on the full gain regardless of amount.<\/p>\n <\/div>\n\n <\/div>\n\n <!-- Imported goods example -->\n <div class=\"example-cards\" style=\"margin-top:2px;\">\n <div class=\"example-card\" style=\"grid-column: 1 \/ -1; background: var(--warm-white);\">\n <div class=\"example-tag\">Example 6<\/div>\n <h3>Imported machinery: full worked calculation<\/h3>\n <p style=\"max-width:720px;margin-bottom:20px;\">Customs value (VA): <strong>R$&nbsp;100,000<\/strong>. Assumed rates: import duty (II) 14%; IPI 5%; PIS-Import 2.1%; COFINS-Import 9.65%; ICMS 18%. No freight, insurance, AFRMM, IOF, CIDE or customs expenses. The ICMS formula is: <em>ICMS = (T \u00f7 0.82) \u00d7 0.18<\/em>, where T = VA + II + IPI + PIS-Import + COFINS-Import.<\/p>\n <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--border);\">\n <div style=\"background:var(--warm-white);padding:24px 28px;\">\n <div class=\"wide-col-label\">Step-by-step calculation<\/div>\n <div class=\"tax-line\" style=\"margin-top:12px;\"><span>VA: Customs value<\/span><strong>R$ 100,000.00<\/strong><\/div>\n <div class=\"tax-line\"><span>II: 14% \u00d7 R$ 100,000<\/span><strong>R$ 14,000.00<\/strong><\/div>\n <div class=\"tax-line\"><span>IPI: 5% \u00d7 (R$ 100,000 + R$ 14,000)<\/span><strong>R$ 5,700.00<\/strong><\/div>\n <div class=\"tax-line\"><span>PIS-Import: 2.1% \u00d7 R$ 100,000<\/span><strong>R$ 2,100.00<\/strong><\/div>\n <div class=\"tax-line\"><span>COFINS-Import: 9.65% \u00d7 R$ 100,000<\/span><strong>R$ 9,650.00<\/strong><\/div>\n <div class=\"tax-line\" style=\"font-style:italic;color:var(--text-light);\"><span>T (sum before ICMS gross-up)<\/span><strong>R$ 131,450.00<\/strong><\/div>\n <div class=\"tax-line\"><span>ICMS: (R$ 131,450 \u00f7 0.82) \u00d7 0.18<\/span><strong>R$ 28,854.88<\/strong><\/div>\n <div class=\"tax-total\"><span>Total taxes on R$ 100,000 customs value<\/span><span>R$ 60,304.88<\/span><\/div>\n <\/div>\n <div style=\"background:var(--cream);padding:24px 28px;\">\n <div class=\"wide-col-label\">Why the ICMS figure is higher than the headline rate suggests<\/div>\n <p style=\"font-size:14px;color:var(--text-mid);line-height:1.8;margin-bottom:12px;\">ICMS is calculated on an <em>inclusive<\/em> basis (\"por dentro\"): the tax itself forms part of its own calculation base. The formula grosses up the pre-ICMS total (T) by dividing by (1 minus the ICMS rate) before applying the rate. At 18%, the divisor is 0.82 producing an effective ICMS burden of R$&nbsp;28,854.88 on a pre-ICMS base of R$&nbsp;131,450, not the R$&nbsp;18,000 that a naive 18% calculation would suggest.<\/p>\n <p style=\"font-size:14px;color:var(--text-mid);line-height:1.8;margin-bottom:12px;\">Note also that IPI is calculated on the customs value <em>plus<\/em> import duty so a 5% IPI rate applies to R$&nbsp;114,000, not R$&nbsp;100,000, producing R$&nbsp;5,700 rather than R$&nbsp;5,000.<\/p>\n <p style=\"font-size:14px;color:var(--text-mid);line-height:1.8;\">In a real import, T would also include AFRMM (25% on international sea freight), IOF, CIDE if applicable, and customs expenses all of which increase the ICMS base further. The total tax burden on a R$&nbsp;100,000 customs value can comfortably exceed R$&nbsp;60,000 once those items are added.<\/p>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n\n <\/div>\n<\/section>\n\n<!-- WHY D&Q -->\n<section class=\"why\">\n <div class=\"section-inner\">\n <div class=\"section-label\">How We Can Help<\/div>\n <h2 class=\"section-title\">What D&Q Lawyers offers<\/h2>\n <div class=\"cards\">\n <div class=\"card\">\n <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n <\/svg>\n <h3>Market Entry Structuring<\/h3>\n <p>We advise on profit-calculation regime choices, corporate structure, intercompany pricing and the most tax-efficient way to begin operations in Brazil.<\/p>\n <\/div>\n <div class=\"card\">\n <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/>\n <\/svg>\n <h3>Cross-Border Contract Review<\/h3>\n <p>We review service agreements, IP licences and SaaS contracts to ensure the payment description reflects the intended tax classification before pricing is set.<\/p>\n <\/div>\n <div class=\"card\">\n <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n <\/svg>\n <h3>Software, SaaS &amp; IP Tax Analysis<\/h3>\n <p>We analyse the tax exposure on technology arrangements, where classification questions are most acute and the risk of mispricing is highest.<\/p>\n <\/div>\n <div class=\"card\">\n <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/>\n <\/svg>\n <h3>Customs Classification<\/h3>\n <p>We advise on NCM \/ TEC classification, ex-tarif\u00e1rio relief, and customs documentation to prevent costly errors in the importation process.<\/p>\n <\/div>\n <div class=\"card\">\n <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/>\n <\/svg>\n <h3>Treaty Analysis &amp; Transfer Pricing<\/h3>\n <p>We assess treaty availability, beneficial ownership requirements and OECD-aligned transfer pricing obligations for multinational groups with Brazilian operations.<\/p>\n <\/div>\n <div class=\"card\">\n <svg class=\"card-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n <\/svg>\n <h3>Exits &amp; Acquisitions<\/h3>\n <p>We review capital gains exposure, withholding mechanics and power-of-attorney requirements for foreign investors entering or exiting Brazilian investments.<\/p>\n <\/div>\n <\/div>\n <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta-section\" id=\"contact\">\n <div class=\"cta-inner\">\n <div class=\"section-label\">Get Specific Advice<\/div>\n <h2>Ready to discuss your Brazil transaction?<\/h2>\n <p>Brazilian tax outcomes depend on the specific facts of each arrangement. Contact us before finalising pricing, contracts or structure and we will identify the likely tax exposures and compliance issues before they become problems.<\/p>\n <div style=\"margin-top:36px;padding:36px 44px;background:var(--cream);border:1px solid var(--border);display:inline-block;min-width:320px;\">\n <div style=\"font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--text-light);margin-bottom:12px;\">Send us an email<\/div>\n <a href=\"mailto:info@deqlaw.com.br\" style=\"font-size:26px;font-weight:300;color:var(--navy);text-decoration:none;letter-spacing:0.5px;display:block;margin-bottom:16px;\">info@deqlaw.com.br<\/a>\n <a href=\"mailto:info@deqlaw.com.br\" class=\"btn-primary\" style=\"text-decoration:none;\">Get in Touch<\/a>\n <\/div>\n <p style=\"margin-top:24px;font-size:13px;color:var(--text-light);\">This contact is for general enquiries only and does not create a lawyer-client relationship. All communications are treated in confidence.<\/p>\n <\/div>\n<\/section>\n\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><!-- cell_inner --><\/div><!-- cell --><\/div><!-- port --><\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5772","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Brazil Tax Guide - D&amp;Q Lawyers<\/title>\n<meta name=\"description\" content=\"Guide covering corporate tax, income tax, indirect taxes and compliance, with practical examples for foreign companies.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Brazil Tax Guide - D&amp;Q Lawyers\" \/>\n<meta property=\"og:description\" content=\"Guide covering corporate tax, income tax, indirect taxes and compliance, with practical examples for foreign companies.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"D&amp;Q Lawyers\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-03T00:43:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/deqlaw.com.br\/wp-content\/uploads\/2023\/12\/favicondeq2-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"22 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/brazil-tax-guide\\\/\",\"url\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/brazil-tax-guide\\\/\",\"name\":\"Brazil Tax Guide - D&amp;Q Lawyers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/#website\"},\"datePublished\":\"2026-03-30T22:56:25+00:00\",\"dateModified\":\"2026-04-03T00:43:56+00:00\",\"description\":\"Guide covering corporate tax, income tax, indirect taxes and compliance, with practical examples for foreign companies.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/brazil-tax-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/brazil-tax-guide\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/brazil-tax-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Brazil Tax Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/\",\"name\":\"D&amp;Q Lawyers\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/deqlaw.com.br\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Brazil Tax Guide - D&amp;Q Lawyers","description":"Guide covering corporate tax, income tax, indirect taxes and compliance, with practical examples for foreign companies.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/","og_locale":"en_US","og_type":"article","og_title":"Brazil Tax Guide - D&amp;Q Lawyers","og_description":"Guide covering corporate tax, income tax, indirect taxes and compliance, with practical examples for foreign companies.","og_url":"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/","og_site_name":"D&amp;Q Lawyers","article_modified_time":"2026-04-03T00:43:56+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/deqlaw.com.br\/wp-content\/uploads\/2023\/12\/favicondeq2-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"22 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/","url":"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/","name":"Brazil Tax Guide - D&amp;Q Lawyers","isPartOf":{"@id":"https:\/\/deqlaw.com.br\/en\/#website"},"datePublished":"2026-03-30T22:56:25+00:00","dateModified":"2026-04-03T00:43:56+00:00","description":"Guide covering corporate tax, income tax, indirect taxes and compliance, with practical examples for foreign companies.","breadcrumb":{"@id":"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/deqlaw.com.br\/en\/brazil-tax-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/deqlaw.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Brazil Tax Guide"}]},{"@type":"WebSite","@id":"https:\/\/deqlaw.com.br\/en\/#website","url":"https:\/\/deqlaw.com.br\/en\/","name":"D&amp;Q Lawyers","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/deqlaw.com.br\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/pages\/5772","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/comments?post=5772"}],"version-history":[{"count":1,"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/pages\/5772\/revisions"}],"predecessor-version":[{"id":5773,"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/pages\/5772\/revisions\/5773"}],"wp:attachment":[{"href":"https:\/\/www.deqlaw.com.br\/en\/wp-json\/wp\/v2\/media?parent=5772"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}