/* 
================================================================================
  Global Pattern Styles - Brazilian Portuguese (pt_BR)
================================================================================
  Este arquivo CSS contém estilos específicos para a localização em português brasileiro
  para configurações Globais. Ele garante que todos os elementos de texto estejam devidamente
  estilizados para acomodar as nuances linguísticas e culturais do português brasileiro.
 */

/* 1. Variáveis Globais */
:root {
  /* Altura*/
  --r-globaltop-height: calc(var(--r-globalaside-height) + var(--r-globalnav-height) + var(--r-globalribbon-height));
  --r-globalaside-height: 40px;
  --r-globalnav-height: 44px;
  --r-globalribbon-height: 40px;

  /* width*/
  --r-globalaside-width: 968px;
  --r-globalnav-width: 968px;
  --r-globalribbon-width: 968px;

  /* Cores */
  --r-globalaside-color-link: rgba(255, 255, 255, 0.8);
  --r-globalaside-color-link-hover: #ffffff;
  --r-globalaside-color-link-active: #ffffff;

  --r-globalaside-color-secondary: #ffffff;
  --r-globalaside-color-secondary-hover: #ffffff;
  --r-globalaside-color-secondary-active: #ffffff;

  --r-globalnav-color-primary: rgba(0, 0, 0, 0.8);
  --r-globalnav-color-primary-hover: rgba(0, 0, 0, 0.8);
  --r-globalnav-color-primary-active: rgba(0, 0, 0, 0.8);

  --r-globalnav-color-secondary: #333336;
  --r-globalnav-color-secondary-hover: #ffffff;
  --r-globalnav-color-secondary-active: #ffffff;

  --r-globalmain-figure-color-primary: rgb(255, 255, 255);

  --r-globalfooter-color-primary: rgba(0, 0, 0, 0.8);
  --r-globalfooter-color-primary-hover: rgba(0, 0, 0, 0.8);
  --r-globalfooter-color-primary-active: rgba(0, 0, 0, 0.8);

  --r-globalfooter-border-color: #d2d2d7;
  --r-globalfooter-text-color: #6e6e73;
  --r-globalfooter-link-color: #424245;
  --r-globalfooter-pipe-color: #86868b;
  --r-globalfooter-directory-title-color: #1d1d1f;
  --r-globalfooter-directory-title-color-hover: #000;

  --r-bg-color-primary: #7f7f7f1a;

  /* Fontes */
  --r-globalfont-family: "SF Pro Text", "SF Pro Dislay", "SF Pro Icons", "Helvetica Neue", "Helvetica", "San Francisco",
    "Open Sans", "Noto Sans", "Arial", sans-serif;

  --r-globalfooter-background: #f5f5f7;
  --r-globalaside-background-color-dark-blue: #071d41;

  /* globalnavbar.css */
  --r-globalnavbar-background-opened: #fbfbfd;
  --r-globalnavbar-background-opened-dark: #161617;
  /* barra */
  --r-globalnavbar-background-white: #ffffff;
  --r-globalnavbar-color-secondary: #333336;
  --r-globalnavbar-color-hover: #000000;

  --r-globalnavbar-background: none;
  --r-globalnavbar-backdrop-filter: none;
  --r-globalnavbar-height: 44px;
  --r-globalnavbar-font-size: 15px;
  /* logo */
  --r-globalnavbar-govbr-blue: #2864ae;
  --r-globalnavbar-govbr-yellow: #fabd10;
  --r-globalnavbar-govbr-light-green: #026e3a;
  --r-globalnav-backdrop-filter: saturate(180%) blur(20px);
  --r-globalnav-background: rgba(251, 251, 253, 0.8);

  --r-globalnavbar-height: 44px;
  --r-globalnavbar-color-primary-wihte: rgba(255, 255, 255, 0.8);
  --r-globalnavbar-color-hover-white: #ffffff;
  --r-globalnavbar-font-size: 17px;
  --r-globalnavbar-color-secondary: rgb(51, 51, 54);
  --r-globalnavbar-color-secondary-black: #000000;
  /*   --globalnavbar-background: none;
  --globalnavbar-backdrop-filter: none; */
  --r-globalnavbar-backdrop-filter: saturate(180%) blur(20px);
  --r-globalnavbar-background: rgba(251, 251, 253, 0.8);
}

/* 2. Reset de Estilos Básicos */
*,
::after,
::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-family: var(--r-globalfont-family);
}

:where(:root) {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif
}

:where(main) {
  display: block
}

:where(h1) {
  font-size: 2em;
  margin: .67em 0
}

:where(p + p) {
  margin-top: 1rem
}

:where(a) {
  background-color: transparent
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

:where(code, kbd, samp, pre) {
  font-family: monospace, monospace;
  font-size: 1em
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

:where(sub) {
  bottom: -.25em
}

:where(sup) {
  top: -.5em
}

:where(button, input, optgroup, select, textarea) {
  line-height: inherit;
  border: 1px solid currentColor
}

:where(button) {
  overflow: visible;
  text-transform: none
}

:where(button, [type="button"], [type="reset"], [type="submit"]) {
  -webkit-appearance: button;
  padding: 1px 6px
}

:where(input) {
  overflow: visible
}

:where(input, textarea) {
  padding: 1px
}

:where(fieldset) {
  border: 1px solid currentColor;
  margin: 0 2px
}

:where(legend) {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

:where(progress) {
  display: inline-block;
  vertical-align: baseline
}

:where(select) {
  text-transform: none
}

:where(textarea) {
  overflow: auto;
  vertical-align: top
}

:where([type="search"]) {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

:where([type="color"]) {
  background: inherit
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5
}

::-webkit-file-upload-button,
::-webkit-search-decoration {
  -webkit-appearance: button;
  font: inherit
}

::-moz-focus-inner {
  border: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

:where(hr) {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible
}

:where(dl, ol, ul) {
  margin: 1em 0
}

:where(ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl) {
  margin: 0
}

:where(b, strong) {
  font-weight: bolder
}

:where(audio, video) {
  display: inline-block
}

:where(audio):not([controls]) {
  display: none;
  height: 0
}

:where(img) {
  border: 0
}

:where(svg):not(:root) {
  overflow: hidden
}

:where(table) {
  text-indent: 0;
  border-color: inherit
}

:where(details) {
  display: block
}

:where(dialog) {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content
}

:where(dialog):not([open]) {
  display: none
}

:where(summary) {
  display: list-item
}

:where(canvas) {
  display: inline-block
}

:where(template) {
  display: none
}

:where([hidden]) {
  display: none
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

::-webkit-scrollbar {
  display: none;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0
}

/* 3. configurações globais */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
  margin: 0;
  padding: 0
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal
}

fieldset,
iframe {
  border: 0
}

caption,
th {
  text-align: left
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

main,
summary,
details {
  display: block
}

audio,
canvas,
video,
progress {
  vertical-align: baseline
}

button {
  background: none;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit
}

button:disabled {
  cursor: default
}

:focus {
  /* outline: 4px solid rgba(0, 125, 250, 0.6); */
  outline: none !important;
  outline-offset: 1px
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: none
}

::-moz-focus-inner {
  border: 0;
  padding: 0
}

html {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 106.25%;
  quotes: "â€œ" "â€"
}

[lang]:lang(ar) {
  font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}


body {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
  color: #1d1d1f;
  font-style: normal
}

body:lang(ar) {
  line-height: 1.58824;
  letter-spacing: 0em;
  font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

body,
input,
textarea,
select,
button {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #1d1d1f
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: block;
  margin: 0
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
  margin-top: .8em
}

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+h1,
h6+h2,
h6+h3,
h6+h4,
h6+h5,
h6+h6 {
  margin-top: .4em
}

p+h1,
ul+h1,
ol+h1,
p+h2,
ul+h2,
ol+h2,
p+h3,
ul+h3,
ol+h3,
p+h4,
ul+h4,
ol+h4,
p+h5,
ul+h5,
ol+h5,
p+h6,
ul+h6,
ol+h6 {
  margin-top: 1.6em
}


p+*,
ul+*,
ol+* {
  margin-top: .8em
}

ul,
ol {
  margin-left: 1.17647em
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0
}

nav ul,
nav ol {
  margin: 0;
  list-style: none
}

li li {
  font-size: 1em
}

a,
.link {
  color: #06c;
  letter-spacing: inherit
}

a:link,
a:visited,
.link:link,
.link:visited {
  text-decoration: none
}

a:hover,
.link:hover {
  text-decoration: underline
}

a:active,
.link:active {
  text-decoration: none
}

a:disabled,
.link:disabled {
  opacity: .32
}

.links-inline,
.links-stacked {
  margin-left: 0;
  margin-right: 0;
  list-style: none
}

.links-inline li {
  display: inline;
  margin: 0 0.8em
}

.links-inline li:first-child {
  margin-left: 0
}

.links-inline li:last-child {
  margin-right: 0
}

.links-stacked li {
  margin: 0;
  display: block
}

.links-stacked li+li {
  margin-top: .4em
}

b,
strong {
  font-weight: 600
}

em,
i,
cite,
dfn {
  font-style: italic
}

sup,
sub {
  position: relative;
  font-size: .6em;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -0.25em
}

/* Tipografia */
/* 
- Tipografia: configura todos os recursos relacionados a tipografia do site.
- Quais configuração::after
  - Fonte Base
  - Escala Tipográfica
  - Line-height (entrelinha)
  - Tabelas de Estilos: H*, p, label, etc...

Cálculo de escala tipográfica:
Fonte Large Figma = 34px
  - Escala: 14px = 1em
  - 34px / 14px = 2.4 em
- Referência: https://www.gov.br/ds/fundamentos-visuais/visao-geral
*/

/* SF Pro Text */
.headline-large-regular-text {
  font-family: "SF Pro Text";
  font-size: 56px;
  line-height: 41px;
}

.headline-large-medium-text {
  font-family: "SF Pro Text";
  font-size: 56px;
  font-weight: 500;
}

.headline-large-semibold-text {
  font-family: "SF Pro Text";
  font-size: 56px;
  font-weight: 600;
}

.headline-large-bold-text {
  font-family: "SF Pro Text";
  font-size: 56px;
  font-weight: 700;
}

.headline1-regular-text {
  font-family: "SF Pro Text";
  font-size: 46px;
  font-weight: 400;
}

.headline1-medium-text {
  font-family: "SF Pro Text";
  font-size: 46px;
  font-weight: 500;
}

.headline1-semibold-text {
  font-family: "SF Pro Text";
  font-size: 46px;
  font-weight: 600;
}

.headline1-bold-text {
  font-family: "SF Pro Text";
  font-size: 46px;
  font-weight: 700;
}

.headline2-regular-text {
  font-family: "SF Pro Text";
  font-size: 36px;
  font-weight: 400;
}

.headline2-medium-text {
  font-family: "SF Pro Text";
  font-size: 36px;
  font-weight: 500;
}

.headline2-semibold-text {
  font-family: "SF Pro Text";
  font-size: 36px;
  font-weight: 600;
}

.headline2-bold-text {
  font-family: "SF Pro Text";
  font-size: 36px;
  font-weight: 700;
}

.headline3-regular-text {
  font-family: "SF Pro Text";
  font-size: 33px;
  font-weight: 400;
}

.headline3-medium-text {
  font-family: "SF Pro Text";
  font-size: 33px;
  font-weight: 500;
}

.headline3-semibold-text {
  font-family: "SF Pro Text";
  font-size: 33px;
  font-weight: 600;
}

.headline3-bold-text {
  font-family: "SF Pro Text";
  font-size: 33px;
  font-weight: 700;
}

.headline-semibold-text {
  font-family: "SF Pro Text";
  font-size: 28px;
  font-weight: 600;
}

.body-regular-text {
  font-family: "SF Pro Text";
  font-size: 17px;
  font-weight: 400;
}

.body-medium-text {
  font-family: "SF Pro Text";
  font-size: 17px;
  font-weight: 500;
}

.body-semibold-text {
  font-family: "SF Pro Text";
  font-size: 17px;
  font-weight: 600;
}

.body-bold-text {
  font-family: "SF Pro Text";
  font-size: 17px;
  font-weight: 700;
}

.callout-regular-text {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-weight: 400;
}

.callout-medium-text {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-weight: 500;
}

.callout-semibold-text {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-weight: 600;
}

.callout-bold-text {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-weight: 700;
}

.footnote-regular-text {
  font-family: "SF Pro Text";
  font-size: 13px;
  font-weight: 400;
}

.footnote-medium-text {
  font-family: "SF Pro Text";
  font-size: 13px;
  font-weight: 500;
}

.footnote-semibold-text {
  font-family: "SF Pro Text";
  font-size: 13px;
  font-weight: 600;
}

.footnote-bold-text {
  font-family: "SF Pro Text";
  font-size: 13px;
  font-weight: 700;
}

.caption1-regular-text {
  font-family: "SF Pro Text";
  font-size: 12px;
  font-weight: 400;
}

.caption1-medium-text {
  font-family: "SF Pro Text";
  font-size: 12px;
  font-weight: 500;
}

.caption1-semibold-text {
  font-family: "SF Pro Text";
  font-size: 12px;
  font-weight: 600;
}

.caption1-bold-text {
  font-family: "SF Pro Text";
  font-size: 12px;
  font-weight: 700;
}

.caption2-regular-text {
  font-family: "SF Pro Text";
  font-size: 11px;
  font-weight: 400;
}

.caption2-medium-text {
  font-family: "SF Pro Text";
  font-size: 11px;
  font-weight: 500;
}

.caption2-semibold-text {
  font-family: "SF Pro Text";
  font-size: 11px;
  font-weight: 600;
}

.caption2-bold-text {
  font-family: "SF Pro Text";
  font-size: 11px;
  font-weight: 700;
}

/* SF Pro Display */
.headline-large-regular-display {
  font-family: "SF Pro Display";
  font-size: 56px;
  font-weight: 400;
}

.headline-large-medium-display {
  font-family: "SF Pro Display";
  font-size: 56px;
  font-weight: 500;
}

.headline-large-semibold-display {
  font-family: "SF Pro Display";
  font-size: 56px;
  font-weight: 600;
}

.headline-large-bold-display {
  font-family: "SF Pro Display";
  font-size: 56px;
  font-weight: 700;
}

.headline1-regular-display {
  font-family: "SF Pro Display";
  font-size: 46px;
  font-weight: 400;
}

.headline1-medium-display {
  font-family: "SF Pro Display";
  font-size: 46px;
  font-weight: 500;
}

.headline1-semibold-display {
  font-family: "SF Pro Display";
  font-size: 46px;
  font-weight: 600;
}

.headline1-bold-display {
  font-family: "SF Pro Display";
  font-size: 46px;
  font-weight: 700;
}

.headline2-regular-display {
  font-family: "SF Pro Display";
  font-size: 36px;
  font-weight: 400;
}

.headline2-medium-display {
  font-family: "SF Pro Display";
  font-size: 36px;
  font-weight: 500;
}

.headline2-semibold-display {
  font-family: "SF Pro Display";
  font-size: 36px;
  font-weight: 600;
}

.headline2-bold-display {
  font-family: "SF Pro Display";
  font-size: 36px;
  font-weight: 700;
}

.headline3-regular-display {
  font-family: "SF Pro Display";
  font-size: 33px;
  font-weight: 400;
}

.headline3-medium-display {
  font-family: "SF Pro Display";
  font-size: 33px;
  font-weight: 500;
}

.headline3-semibold-display {
  font-family: "SF Pro Display";
  font-size: 33px;
  font-weight: 600;
}

.headline3-bold-display {
  font-family: "SF Pro Display";
  font-size: 33px;
  font-weight: 700;
}

.headline-semibold-display {
  font-family: "SF Pro Display";
  font-size: 28px;
  font-weight: 600;
}

.body-regular-display {
  font-family: "SF Pro Display";
  font-size: 17px;
  font-weight: 400;
}

.body-medium-display {
  font-family: "SF Pro Display";
  font-size: 17px;
  font-weight: 500;
}

.body-semibold-display {
  font-family: "SF Pro Display";
  font-size: 17px;
  font-weight: 600;
}

.body-bold-display {
  font-family: "SF Pro Display";
  font-size: 17px;
  font-weight: 700;
}

.callout-regular-display {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 400;
}

.callout-medium-display {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 500;
}

.callout-semibold-display {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 600;
}

.callout-bold-display {
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 700;
}

.footnote-regular-display {
  font-family: "SF Pro Display";
  font-size: 13px;
  font-weight: 400;
}

.footnote-medium-display {
  font-family: "SF Pro Display";
  font-size: 13px;
  font-weight: 500;
}

.footnote-semibold-display {
  font-family: "SF Pro Display";
  font-size: 13px;
  font-weight: 600;
}

.footnote-bold-display {
  font-family: "SF Pro Display";
  font-size: 13px;
  font-weight: 700;
}

.caption1-regular-display {
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 400;
}

.caption1-medium-display {
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 500;
}

.caption1-semibold-display {
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 600;
}

.caption1-bold-display {
  font-family: "SF Pro Display";
  font-size: 12px;
  font-weight: 700;
}

.caption2-regular-display {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 400;
}

.caption2-medium-display {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 500;
}

.caption2-semibold-display {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 600;
}

.caption2-bold-display {
  font-family: "SF Pro Display";
  font-size: 11px;
  font-weight: 700;
}

/* SF Pro Rounded */
.headline-large-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 56px;
  font-weight: 400;
}

.headline-large-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 56px;
  font-weight: 500;
}

.headline-large-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 56px;
  font-weight: 600;
}

.headline-large-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 56px;
  font-weight: 700;
}

.headline1-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 46px;
  font-weight: 400;
}

.headline1-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 46px;
  font-weight: 500;
}

.headline1-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 46px;
  font-weight: 600;
}

.headline1-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 46px;
  font-weight: 700;
}

.headline2-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 36px;
  font-weight: 400;
}

.headline2-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 36px;
  font-weight: 500;
}

.headline2-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 36px;
  font-weight: 600;
}

.headline2-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 36px;
  font-weight: 700;
}

.headline3-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 33px;
  font-weight: 400;
}

.headline3-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 33px;
  font-weight: 500;
}

.headline3-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 33px;
  font-weight: 600;
}

.headline3-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 33px;
  font-weight: 700;
}

.headline-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 28px;
  font-weight: 600;
}

.body-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 17px;
  font-weight: 400;
}

.body-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 17px;
  font-weight: 500;
}

.body-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 17px;
  font-weight: 600;
}

.body-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 17px;
  font-weight: 700;
}

.callout-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 16px;
  font-weight: 400;
}

.callout-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 16px;
  font-weight: 500;
}

.callout-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 16px;
  font-weight: 600;
}

.callout-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 16px;
  font-weight: 700;
}

.footnote-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 13px;
  font-weight: 400;
}

.footnote-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 13px;
  font-weight: 500;
}

.footnote-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 13px;
  font-weight: 600;
}

.footnote-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 13px;
  font-weight: 700;
}

.caption1-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 12px;
  font-weight: 400;
}

.caption1-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 12px;
  font-weight: 500;
}

.caption1-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 12px;
  font-weight: 600;
}

.caption1-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 12px;
  font-weight: 700;
}

.caption2-regular-rounded {
  font-family: "SF Pro Rounded";
  font-size: 11px;
  font-weight: 400;
}

.caption2-medium-rounded {
  font-family: "SF Pro Rounded";
  font-size: 11px;
  font-weight: 500;
}

.caption2-semibold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 11px;
  font-weight: 600;
}

.caption2-bold-rounded {
  font-family: "SF Pro Rounded";
  font-size: 11px;
  font-weight: 700;
}

/* Cores e Temas */
/* Layout e Espaçamento */
/* Acessibilidade */
/* Componentes Específicos */
/* icones */
/* ==========================================================================
   ICONS CSS - Configurações para Ícones e Elementos Gráficos
   ========================================================================== */

/* ==========================================================================
   SETAS E NAVEGAÇÃO
   ========================================================================== */

/* Setas básicas usando CSS */
.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.arrow-up {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid currentColor;
}

.arrow-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid currentColor;
}

.arrow-left {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid currentColor;
}

.arrow-right {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

/* Setas usando Unicode */
.arrow-unicode {
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.2s ease;
}

.arrow-unicode.up::before {
  content: "▲";
}

.arrow-unicode.down::before {
  content: "▼";
}

.arrow-unicode.left::before {
  content: "◀";
}

.arrow-unicode.right::before {
  content: "▶";
}

/* Chevrons para navegação */
.chevron {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.chevron::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform-origin: center;
}

.chevron.up::before {
  transform: rotate(-45deg);
}

.chevron.down::before {
  transform: rotate(135deg);
}

.chevron.left::before {
  transform: rotate(-135deg);
}

.chevron.right::before {
  transform: rotate(45deg);
}

/* Setas SVG inline */
.arrow-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.arrow-svg.left {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.arrow-svg.right {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
}

.arrow-svg.up {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
}

.arrow-svg.down {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
}

/* ==========================================================================
   ÍCONES DE INTERFACE
   ========================================================================== */

/* Menu hambúrguer */
.hamburger {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

/* Menu hambúrguer ativo (X) */
.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger.active span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

/* Ícone de busca */
.search-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.search-icon::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.search-icon::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  bottom: 1px;
  right: 1px;
  transform: rotate(45deg);
}

/* Ícone de fechar (X) */
.close-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.close-icon::before,
.close-icon::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

/* Plus/Mais */
.plus-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.plus-icon::before,
.plus-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.plus-icon::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}

.plus-icon::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}

/* ==========================================================================
   ÍCONES DE STATUS
   ========================================================================== */

/* Check/Verificado */
.check-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.check-icon::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  width: 6px;
  height: 3px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

/* Warning/Alerta */
.warning-icon {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid currentColor;
}

.warning-icon::after {
  content: '!';
  position: absolute;
  top: 2px;
  left: -1px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}

/* Info */
.info-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.info-icon::after {
  content: 'i';
  position: absolute;
  top: 1px;
  left: 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}

/* ==========================================================================
   ÍCONES DE MÍDIA
   ========================================================================== */

/* Play */
.play-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent currentColor;
}

/* Pause */
.pause-icon {
  display: inline-block;
  width: 12px;
  height: 16px;
  position: relative;
}

.pause-icon::before,
.pause-icon::after {
  content: '';
  position: absolute;
  top: 0;
  width: 4px;
  height: 16px;
  background: currentColor;
}

.pause-icon::before {
  left: 0;
}

.pause-icon::after {
  right: 0;
}

/* Stop */
.stop-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
}

/* ==========================================================================
   UTILITÁRIOS E MODIFICADORES
   ========================================================================== */

/* Tamanhos */
.icon-xs {
  width: 12px;
  height: 12px;
}

.icon-sm {
  width: 16px;
  height: 16px;
}

.icon-md {
  width: 20px;
  height: 20px;
}

.icon-lg {
  width: 24px;
  height: 24px;
}

.icon-xl {
  width: 32px;
  height: 32px;
}

/* Cores */
.icon-primary {
  color: #007bff;
}

.icon-secondary {
  color: #6c757d;
}

.icon-success {
  color: #28a745;
}

.icon-danger {
  color: #dc3545;
}

.icon-warning {
  color: #ffc107;
}

.icon-info {
  color: #17a2b8;
}

.icon-light {
  color: #f8f9fa;
}

.icon-dark {
  color: #343a40;
}

/* Estados */
.icon-hover:hover {
  opacity: 0.7;
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.icon-active {
  opacity: 0.8;
  transform: scale(0.95);
}

.icon-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Animações */
.icon-spin {
  animation: icon-spin 1s linear infinite;
}

.icon-pulse {
  animation: icon-pulse 2s ease-in-out infinite;
}

.icon-bounce {
  animation: icon-bounce 1s ease infinite;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes icon-bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    transform: translateY(0);
  }

  40%,
  43% {
    transform: translateY(-8px);
  }

  70% {
    transform: translateY(-4px);
  }

  90% {
    transform: translateY(-2px);
  }
}

/* Posicionamento */
.icon-inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.icon-block {
  display: block;
  margin: 8px auto;
}

/* Responsividade */
@media (max-width: 768px) {
  .icon-responsive {
    width: 14px;
    height: 14px;
  }

  .hamburger {
    width: 20px;
    height: 15px;
  }

  .hamburger span {
    height: 1.5px;
  }

  .hamburger span:nth-child(2) {
    top: 7px;
  }

  .hamburger span:nth-child(3) {
    top: 13px;
  }
}

@media (max-width: 480px) {
  .icon-responsive {
    width: 12px;
    height: 12px;
  }
}