/* Style: Fagundez - Design System */
/* Version: 1.0 */
/* Version CSS: Metodologia BEM (Bloco, Elemento e Modificador) - PowerBy https://getbem.com/ */
/* Root: Classes globais */

:root {

    /* ** Fonts  ** */
    --font: "THICCCBOI", sans-serif;

    /* **  base colors  ** */
    --background: #EEF2F4;
    --background-hover: #f2f5f7;
    --white: #ffffff;

    --title-old: #364652;
    --title-muted: #9dacb5;
    --muted: #97a9b3;
    --muted-hover: #67788A;
    --description: #67788A;
    --disabled: rgba(151, 169, 179, 0.3);
    --disabled-text: #97a9b3;
    --border: #e5eaec;

    --background-degrade: background: linear-gradient(to bottom, var(var(--white)), var(var(--background-hover)));
    --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, .08);

    /* **  primary colors  ** */
    --primary: #0A00B3;
    --primary-light: #ececfd;
    --primary-hover: #0a00bf;
    --primary-alt: #FF1C0F;

    /* **  success colors  ** */
    --success: #0B9A48;
    --success-light: #ecfdf3;
    --success-hover: #027a48;

    /* **  danger colors  ** */
    --danger: #FF1C0F;
    --danger-light: #fef3f2;
    --danger-hover: #b42318;

    /* **  warning colors  ** */
    --warning: #ffcc00;
    --warning-light: #fefef2;
    --warning-hover: #d5ab03;

    /* **  info colors  ** */
    --info: #0077ff;
    --info-light: #f2f3fe;
    --info-hover: #0063d3;

    /* **  dark colors  ** */
    --title: #465A69;
    --title-light: #e1e1e1;
    --title-hover: #001a38;

    /* **  secondary colors  ** */
    --secondary: #cccccc;
    --secondary-light: #f3f3f3;
    --secondary-hover: #aaaaaa;

    /* **  fonts  ** */

    --h1: 40px;
    /* Min 32px, Max 40px */
    --h2: 32px;
    /* Min 28px, Max 32px */
    --h3: 28px;
    /* Min 24px, Max 28px */
    --h4: 24px;
    /* Min 20px, Max 24px */
    --h5: 20px;
    /* Min 16px, Max 20px */
    --h6: 16px;
    /* Min 14px, Max 16px */
    --p: 15px;
    /* Min 12px, Max 14px */
    --small: 12px;
    /* Min 12px, Max 14px */

    /* **  fonts-weight  ** */
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;

    /* Size global */

    --size-10: 10px;
    --size-20: 20px;
    --size-30: 30px;
    --size-40: 40px;
    --size-50: 50px;
    --size-60: 60px;
    --size-70: 70px;
    --size-80: 80px;
    --size-90: 90px;
    --size-100: 100px;

    /* Size global */

    --gap-small: 10px;
    --gap-regular: 20px;
    --gap-larger: 30px;

    /* **  line-height  ** */
    --line-height: 1.5;

    /* **  border-radius  ** */
    --border-radius: 10px;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: var(--font);
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}


html {
    color: var(--dark);
    font-size: var(--p);
    font-weight: var(--fw-400);
    line-height: 1.6;
    touch-action: manipulation;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font);
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.6;
    -webkit-tap-highlight-color: var(--background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font);
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

select {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

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

progress {
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

p {
    font-weight: var(--fw-400);
    font-size: var(--p);
    line-height: 1.6;
    color: var(--dark);
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

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

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

optgroup {
    font-weight: 700;
}

button,
input {
    overflow: visible;
    line-height: normal;
    outline: 0;
}

input,
textarea,
select {
    font-size: var(--p);
    max-width: 100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

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: none;
    background: transparent;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

button {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
    background: inherit;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--background) inset;
}

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
    line-height: 1.6;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: var(--muted);
}

:-moz-placeholder {
    color: var(--muted);
}

::-moz-placeholder {
    color: var(--muted);
    opacity: 1;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.error {
    font-size: var(--p);
    color: var(--danger);
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.hide {
    display: none;
}

:-ms-input-placeholder {
    color: var(--muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--fw-600);
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: var(--h1);
}

h2 {
    font-size: var(--h2);
}

h3 {
    font-size: var(--h3);
}

h4 {
    font-size: var(--h4);
}

h5 {
    font-size: var(--h5);
}

h6 {
    font-size: var(--h6);
}

a {
    cursor: pointer;
    text-decoration: none;
}

a,
a:hover {
    color: var(--primary);
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button {
    cursor: pointer;
    background: inherit;
    border: inherit;
}


a:hover {
    opacity: .7;
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}


code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: var(--white);
    background-color: #212529;
    border-radius: var(--border-radius)
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    max-width: 100%;
    height: auto;
    border: none;
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: var(--border-radius);
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

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

::-moz-selection {
    color: var(--white);
    background: var(--primary);
}

::selection {
    color: var(--white);
    background: var(--primary);
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.font-family {
	font-family: "THICCCBOI", sans-serif;
}

/* ***** quadradinho title *****  */
.quadradinho {
    background-image: linear-gradient(270deg, #004fcc .4%, #38ceff 93%);
    width: 32px;
    height: 4px;
}


/* ***** Container básico *****  */

.fag-content {
    gap: 20px;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.fag-content__flex {
    display: grid;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content;
    justify-content: space-between;
    align-items: center;
}

.fag-content__text h2 {
    font-family: var(--font);
    font-size: 30px;
    font-weight: 600;
    color: var(--title);
    text-align: left;
    margin-top: 15px;
}

.fag-content__text p {
    font-family: var(--font);
    font-size: var(--p);
    font-weight: 400;
    color: var(--title);
    text-align: left;
    margin-top: 0px;
}

.fag-content__action .button {
    justify-self: start;
}

@media screen and (max-width: 767px) {
    .fag-content__flex {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }

    .fag-content__text h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .fag-content__action .button {
        justify-self: flex-start;
    }
}

.fg-section {
    margin: 0;
    padding: 50px 0;
    width: 100%;
    position: relative;
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}


.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--white);
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.max-width-full {
    width: 100%;
    max-width: none;
}

.layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.overflow-hidden {
    overflow: hidden;
}

.global-styles {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.hide {
    display: none;
}

/* ***** Container básico *****  */

.fg-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding: 0px 15px;
}

.fg-section {
    margin: 0;
    padding: 50px 0;
    width: 100%;
    position: relative;
}


.wrapper {
    width: 100%;
    height: 100%;
}

.fag-columns-partners {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* ***** Grid Responsivo ***** */
.fag-columns {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

/* Configuração padrão: 4 colunas */
.fag-columns--4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Configuração para 2 colunas */
.fag-columns--2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Configuração para 3 colunas */
.fag-columns--3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Configuração para 6 colunas */
.fag-columns--6 {
    grid-template-columns: repeat(6, 1fr);
}

/* Configuração responsiva */
@media screen and (max-width: 992px) {

    /* No tablet, padrão é 3 colunas */
    .fag-columns--4,
    .fag-columns--2,
    .fag-columns--6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {

    /* No celular, padrão é 2 colunas */
    .fag-columns--2,
    .fag-columns--4,
    .fag-columns--3,
    .fag-columns--6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {

    .fag-columns--2,
    .fag-columns--4,
    .fag-columns--3,
    .fag-columns--6 {
        grid-template-columns: repeat(1, 1fr);
    }
}


.fg-background {
    background-color: #F5F5F5;
}

.background-degrade {
    font-variant: var(--background-degrade);
}

.title__center {
    text-align: center;
}

.title__left {
    text-align: left;
}

.title__right {
    text-align: right;
}

.title__justify {
    text-align: justify;
}

.title__end {
    text-align: end;
}

.title__start {
    text-align: start;
}

.title__color {
    color: var(--title) !important;
}

.title__white {
    color: var(--white) !important;
}

.title__primary {
    color: var(--primary) !important;
}

.title__dark {
    color: var(--dark) !important;
}

.title__danger {
    color: var(--danger) !important;
}

.title__success {
    color: var(--success) !important;
}

.title__info {
    color: var(--info) !important;
}

.title__warning {
    color: var(--warning) !important;
}

/* Padding classes */
.pt__5 {
    padding-top: 5px;
}

.pt__10 {
    padding-top: 10px;
}

.pt__15 {
    padding-top: 15px;
}

.pt__20 {
    padding-top: 20px;
}

.pt__25 {
    padding-top: 25px;
}

.pt__30 {
    padding-top: 30px;
}

.pt__35 {
    padding-top: 35px;
}

.pt__40 {
    padding-top: 40px;
}

.pt__45 {
    padding-top: 45px;
}

.pt__50 {
    padding-top: 50px;
}

.pb__5 {
    padding-bottom: 5px;
}

.pb__10 {
    padding-bottom: 10px;
}

.pb__15 {
    padding-bottom: 15px;
}

.pb__20 {
    padding-bottom: 20px;
}

.pb__25 {
    padding-bottom: 25px;
}

.pb__30 {
    padding-bottom: 30px;
}

.pb__35 {
    padding-bottom: 35px;
}

.pb__40 {
    padding-bottom: 40px;
}

.pb__45 {
    padding-bottom: 45px;
}

.pb__50 {
    padding-bottom: 50px;
}

.pl__5 {
    padding-left: 5px;
}

.pl__10 {
    padding-left: 10px;
}

.pl__15 {
    padding-left: 15px;
}

.pl__20 {
    padding-left: 20px;
}

.pl__25 {
    padding-left: 25px;
}

.pl__30 {
    padding-left: 30px;
}

.pl__35 {
    padding-left: 35px;
}

.pl__40 {
    padding-left: 40px;
}

.pl__45 {
    padding-left: 45px;
}

.pl__50 {
    padding-left: 50px;
}

.pr__5 {
    padding-right: 5px;
}

.pr__10 {
    padding-right: 10px;
}

.pr__15 {
    padding-right: 15px;
}

.pr__20 {
    padding-right: 20px;
}

.pr__25 {
    padding-right: 25px;
}

.pr__30 {
    padding-right: 30px;
}

.pr__35 {
    padding-right: 35px;
}

.pr__40 {
    padding-right: 40px;
}

.pr__45 {
    padding-right: 45px;
}

.pr__50 {
    padding-right: 50px;
}

/* Margin classes */
.mt__5 {
    margin-top: 5px;
}

.mt__10 {
    margin-top: 10px;
}

.mt__15 {
    margin-top: 15px;
}

.mt__20 {
    margin-top: 20px;
}

.mt__25 {
    margin-top: 25px;
}

.mt__30 {
    margin-top: 30px;
}

.mt__35 {
    margin-top: 35px;
}

.mt__40 {
    margin-top: 40px;
}

.mt__45 {
    margin-top: 45px;
}

.mt__50 {
    margin-top: 50px;
}

.mb__5 {
    margin-bottom: 5px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__15 {
    margin-bottom: 15px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__25 {
    margin-bottom: 25px;
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__35 {
    margin-bottom: 35px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__45 {
    margin-bottom: 45px;
}

.mb__50 {
    margin-bottom: 50px;
}

.ml__5 {
    margin-left: 5px;
}

.ml__10 {
    margin-left: 10px;
}

.ml__15 {
    margin-left: 15px;
}

.ml__20 {
    margin-left: 20px;
}

.ml__25 {
    margin-left: 25px;
}

.ml__30 {
    margin-left: 30px;
}

.ml__35 {
    margin-left: 35px;
}

.ml__40 {
    margin-left: 40px;
}

.ml__45 {
    margin-left: 45px;
}

.ml__50 {
    margin-left: 50px;
}

.mr__5 {
    margin-right: 5px;
}

.mr__10 {
    margin-right: 10px;
}

.mr__15 {
    margin-right: 15px;
}

.mr__20 {
    margin-right: 20px;
}

.mr__25 {
    margin-right: 25px;
}

.mr__30 {
    margin-right: 30px;
}

.mr__35 {
    margin-right: 35px;
}

.mr__40 {
    margin-right: 40px;
}

.mr__45 {
    margin-right: 45px;
}

.mr__50 {
    margin-right: 50px;
}


.topbar {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    background-color: var(--white);
    color: var(--title);
    padding: 10px 0;
    height: 40px;
    font-size: var(--small);
    font-weight: var(--fw-200);
}

.topbar__left {
    display: flex;
    align-items: center;
}


.topbar-media__social {
    background-color: transparent;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: var(--title);
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
}

.custom-dropdown__button {
    background-color: transparent;
    color: var(--title);
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 15px;
    position: relative;
    font-size: 14px;
    font-weight: var(--fw-200);
    transition: background-color 0.3s ease;
}

.custom-dropdown__button::after {
    content: '';
    margin: 0px 0px 3px 10px;
    border: solid var(--title);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.custom-dropdown__button:hover {
    background-color: var(--background-hover);
}

.custom-dropdown__button--active::after {
    transform: rotate(-135deg);
    /* Inverte a seta */
}

.custom-dropdown__content {
    display: none;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    border: non;
    min-width: 100%;
    z-index: 1000;
}

.custom-dropdown__content--active {
    display: block;
}

.custom-dropdown__item {
    padding: 10px 15px;
    color: var(--title);
    text-decoration: none;
    display: block;
}

.custom-dropdown__item:hover {
    background-color: var(--background-hover);
    color: var(--primary);
}

.custom-dropdown__item img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Topbar Right */
.topbar__right {
    display: flex;
    align-items: center;
}

.topbar__menu {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--p);
    font-weight: 500;
}

.topbar__menu-item {
    font-size: 14px;
    color: var(--title);
    text-decoration: none;
    font-weight: 500;
}

.topbar__menu-item:hover {
    color: var(--title);
}

.topbar__divider {
    display: inline-block;
    margin: 0;
    color: var(--title);
    font-size: 20px;
    font-weight: var(--fw-200);
    opacity: 0.3;
    line-height: 1;
}

.topbar__desktop {
    display: block;
    background-color: var(--white);
}

.social__desktop {
    display: block;
}

.topbar__mobile {
    display: none;
}

@media screen and (max-width:1268px) {
    .topbar__desktop {
        display: none;
    }

    .social__desktop {
        display: none;
    }

    .topbar__mobile {
        display: block;
    }
}



.social__desktop {
    display: block;
}

.topbar__mobile {
    display: none;
}

@media screen and (max-width:1268px) {
    .topbar__desktop {
        display: none;
    }

    .social__desktop {
        display: none;
    }

    .topbar__mobile {
        display: block;
    }
}

.social-nav li {
    margin: 0;
    padding: 0;
}

.header .col-af-content {
    height: 90px;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

/* ***** MENU PRINCIPAL *****  */

#header.header-is-visible .top .header__container {
    height: 0
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: var(--primary);
    box-shadow: rgba(17, 17, 17, 0.04) 0px 1px 2px;
    border-top: 3px solid var(--primary-alt);
}

#header.header-is-visible {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, .1)
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.header {
    width: 100%;
    background-color: transparent;
    transition: ease 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header .header__container {
    position: relative;
    height: 90px
}

.header .header__btn {
    float: right;
    padding: .675rem 2rem;
    margin: 25px 0 0 60px;
    border-radius: var(--border-radius);
}

.header__logo {
    display: block;
    width: 220px;
    float: left;
    margin: 20px 0 0
}

.header__logo img {
    display: block;
    width: 100%;
    margin: 0
}

@media screen and (max-width:1268px) {
    .header {
        position: relative
    }

    .header .header__btn {
        margin: 20px 80px 0 60px
    }
}

@media screen and (max-width:768px) {
    .top {
        display: none
    }

    .header .header__container {
        height: 65px;
        width: 100%
    }

    .header .header__btn {
        min-width: auto;
        padding: 0 15px;
        font-size: 10px;
        height: 36px;
        margin: 14px 60px 0 0;
        line-height: 34px;
        border-radius: var(--border-radius);
    }

    .header__logo {
        width: 200px;
        margin: 12px 0 0 10px;
    }
}

.header-nav {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.header-nav .header__btn {
    display: none
}

.header-nav ul {
    margin: 0;
    padding: 0
}

.header-nav li {
    display: inline-block;
    float: left;
    line-height: 90px;
    position: relative
}

.header-nav li a {
    font-family: var(--font);
    display: block;
    font-size: var(--p);
    text-align: center;
    font-weight: var(--fw-600);
    color: var(--white);
    padding: 0 10px;
    margin: 0;
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), font-weight 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.header-nav a.header-nav__link {
    position: relative;
}

.header-nav__link.has-arrow::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF6200' d='m11.3 14.3l-2.6-2.6q-.475-.475-.212-1.087T9.425 10h5.15q.675 0 .938.613T15.3 11.7l-2.6 2.6q-.15.15-.325.225T12 14.6q-.2 0-.375-.075T11.3 14.3Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
}

.header-nav__link.active{
    color: var(--primary-alt);
    font-weight: var(--fw-600);
}

.header-nav li .header-nav__link.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-nav li ul {
    opacity: 0;
    width: 200px;
    visibility: hidden;
    overflow: hidden;
    left: 10px;
    top: 75px;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: var(--border-radius);
    transition: ease 0.3s;
    box-shadow: .05px 2px 30px 0 rgba(0, 0, 0, .1)
}

.header-nav li ul li {
    line-height: 35px
}

.header-nav li ul li a {
    padding: 0
}

.header-nav li .header-nav__link.active+ul {
    opacity: 1;
    visibility: visible
}

.header-nav li a:hover {
    color: var(--primary-alt)
}

input#header-nav__toggle-menu,
label.header-nav__toggle-menu {
    display: none
}

.header-nav__menu-link--icons {
    display: none;
}

@media screen and (max-width:1268px) {

    .header-nav__menu-link--icons {
        display: block;
        float: right;
        font-size: 20px;
    }


    label.header-nav__toggle-menu {
        position: absolute;
        right: 0;
        top: 15px;
        display: block;
        z-index: 11;
        height: 60px;
        width: 60px;
        outline: 0;
        border: 0;
        cursor: pointer
    }

    label.header-nav__toggle-menu div {
        position: absolute;
        top: 20px;
        right: 42px
    }

    label.header-nav__toggle-menu span {
        display: block;
        height: 2px;
        width: 25px;
        background-color: var(--white);
        position: absolute;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all .3s
    }

    label.header-nav__toggle-menu span:nth-child(1) {
        top: 0
    }

    label.header-nav__toggle-menu span:nth-child(2) {
        top: 8px
    }

    label.header-nav__toggle-menu span:nth-child(3) {
        top: 16px
    }

    input#header-nav__toggle-menu:checked~label.header-nav__toggle-menu span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    input#header-nav__toggle-menu:checked~label.header-nav__toggle-menu span:nth-child(2) {
        opacity: 0
    }

    input#header-nav__toggle-menu:checked~label.header-nav__toggle-menu span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .header-nav {
        float: none;
        display: block;
        width: 100%;
        position: fixed;
        overflow: auto;
        top: 90px;
        right: 0;
        z-index: 9;
        padding: 15px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        background-color: #fff;
        transition: all .3s;
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }

    .header-is-visible .header-nav {
        height: calc(100vh - 90px);
        top: 90px
    }

    input#header-nav__toggle-menu:checked~.header-nav {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .header-nav ul {
        width: 100%;
        line-height: 55px;
        padding: 0 0 30px
    }

    .header-nav li {
        width: 100%;
        line-height: 55px
    }

    .header-nav li a {
        font-size: var(--p);
        color: var(--title);
        text-align: left;
        font-weight: var(--fw-400);
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        position: relative
    }

    .header-nav li ul {
        display: block;
        position: relative;
        width: 100%;
        box-shadow: none;
        max-height: 0;
        top: auto;
        left: auto;
        overflow: hidden;
        padding: 0;
        background-color: transparent;
        transition: all .3s
    }

    .header-nav li .header-nav__link.active+ul {
        max-height: 800px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 20px 0
    }

    .header-nav li ul li a {
        font-size: 15px;
        text-align: left;
        padding: 0;
        border-bottom: 0;
        position: relative
    }

    .header-nav .header__btn {
        display: block;
        width: 100%;
        margin: 20px 0 0;
        font-size: 15px;
        padding: 20px 35px 22px;
        height: auto;
        line-height: 1.2
    }

}

@media screen and (max-width:768px) {
    label.header-nav__toggle-menu {
        right: 0;
        top: 2px
    }

    .header-nav,
    .header-is-visible .header-nav {
        height: calc(100vh - 69px);
        top: 69px;
    }
}

.header__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto
}

.header__btn-ghost {
    background-image: none;
    color: var(--title);
    background-color: var(--primary);
}

.header__btn {
    font-family: var(--font);
    display: inline-block;
    font-size: var(--p);
    font-weight: var(--fw-400);
    line-height: 1.6;
    color: var(--white);
    border: 0;
    text-align: center;
    margin: 0;
    color: var(--title);
    background-color: var(--white);
    padding: 15px 30px;
    transition: all .3s;
    border-radius: var(--border-radius);
}


.mobile-widget {
    display: none;
}

@media screen and (max-width:1268px) {

    .mobile-widget {
        display: flex;
        position: relative;
        width: 100%;
        padding-top: 1rem;
    }
}

.mobile-widget__content {
    width: 100%;
    background: var(--background-hover);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.mobile-widget__container {
    position: relative;
    width: 100%;
}

.mobile-widget__heading {
    margin-bottom: 1rem;
    font-family: var(--font);
    font-size: var(--p);
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: -.625rem;
    padding-bottom: .875rem;
    border-bottom: 1px solid var(--white);
}

.mobile-widget__columns {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mobile-widget__social {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}

.mobile-widget__social i {
    padding: 10px;
    font-size: 20px;
}

.mobile-widget__social img {
    padding: 10px;
    width: 120px;
}

.mobile-widget__link {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    height: 100%;
    line-height: 1;
    text-align: center;
    color: var(--title);
    border: none;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s;
}

.mobile-widget__title {
    transition: color 0.2s;
    font-family: var(--font);
    white-space: nowrap;
    font-size: var(--p);
    font-weight: var(--fw-400);
    font-style: normal;
    text-transform: none;
    line-height: 1.14;
    color: var(--title);
}


.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    font-size: var(--p);
    font-weight: var(--fw-500);
    font-family: var(--font);
    color: var(--white);
    border: none;
    outline: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.2s;
}

.button__icon {
    font-size: 18px;
    margin-left: 15px;
}

.button--primary {
    background-color: var(--primary);
}

.button--primary:hover {
    color: var(--white);
    background-color: var(--primary-hover);
}

.button--secondary {
    background-color: var(--title);
}

.button--secondary:hover {
    color: var(--white);
    background-color: var(--title-hover);
}

.button--danger {
    background-color: var(--danger);
}

.button--danger:hover {
    color: var(--white);
    background-color: var(--danger-hover);
}

.button--success {
    background-color: var(--success);
}

.button--success:hover {
    color: var(--white);
    background-color: var(--success-hover);
}

.button--warning {
    background-color: var(--warning);
    color: var(--title);
}

.button--warning:hover {
    background-color: var(--warning-hover);
}

.button--light {
    background-color: var(--background);
    color: var(--title);
}

.button--light:hover {
    background-color: var(--title);
}

.button--white {
    background-color: var(--white);
    color: var(--primary);
}

.button--white:hover {
    color: var(--primary);
    background-color: var(--background);
}

.button--full {
    width: 100%;
}

.button--no-border {
    border-radius: 0 !important;
}

/* ***** FOOTER PRINCIPAL *****  */

.footer {
    background-color: var(--white);
    width: 100%;
    height: auto;
    padding: 50px 0 0 0;
}


.footer__list {
    position: relative;
    margin-bottom: 20px;
}

.footer__list h4 {
    font-weight: var(--fw-600);
    font-size: var(--h5);
    color: var(--title);
    margin-bottom: 20px;
}

.footer__list ul li a {
    font-weight: var(--fw-400);
    font-size: 14px;
    color: var(--title);
    margin: 5px 0;
    position: relative;
}

.footer__list li:hover {
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}

.footer__list ul {
    list-style: none;
    padding: 0;
}

.footer__list ul li {
    margin: 10px 0;
}

.footer__list ul li a:hover {
    color: var(--title);
    text-decoration: underline;
}


/* ***** FOOTER COPYRIGHT *****  */

.footer__copyright {
    padding-block: 5px;
    border-block-start: 1px solid var(--border)
}

.footer__copyright-social {
    grid-column-gap: .75rem;
    grid-row-gap: 0rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-items: start;
    justify-items: start;
    display: grid;
}

.footer__copyright-social-link {
    color: var(--title);
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-radius: 50%;
    transition: 0.25s ease;

}

.footer__copyright-social a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}

.footer__copyright-social i {
    font-size: 20px;
}


.footer__copyright-title {
    font-weight: var(--fw-300);
    font-size: var(--small);
    color: var(--title);
    margin-block: 25px;
}

.footer__copyright-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__copyright-item {
    display: inline-block;
    margin: 0 10px;
}

.footer__copyright-link {
    color: #09256D;
    text-decoration: none;
}

.footer__copyright-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {

    .footer__copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__copyright-social {
        margin-block-start: 0;
    }
}


@media (max-width: 768px) {
    .footer__copyright-list {
        display: flex;
        flex-direction: column;
    }

    .footer__copyright-item {
        display: inline-block;
        margin: 5px 0;
    }

    .footer__copyright {
        padding-block: 15px;
        border-block-start: 1px solid var(--border)
    }
}

/* ***** Breadcrumb *****  */
.fag-breadcrumb {
    position: relative;
    overflow: hidden;
}

.fag-breadcrumb__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.fag-breadcrumb__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.fag-breadcrumb__section {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.fag-breadcrumb__section--title {
    margin: 0;
}

.fag-breadcrumb__section--title h4 {
    color: var(--white);
    font-weight: var(--fw-600);
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 30px;
}

.fag-breadcrumb__section--title p {
    font-weight: var(--fw-400);
    font-size: var(--p);
    color: var(--white);
    margin: 0;
}


@media screen and (max-width: 991px) {
    .fag-breadcrumb__section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .fag-breadcrumb__section--title h4 {
        font-size: 25px;
    }

}


/* ***** Fields Styles *****  */

.field {
    margin-bottom: 15px;
}

.field__label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--title);
    font-weight: 400;
}

.field__wrapper {
    margin-top: 5px;
}

.field__required {
    color: var(--danger);
}

.field__wrapp {
    position: relative;
}

.field__flex {
    display: flex;
    justify-content: space-between;
}

.field__link {
    font-size: 12px;
    color: var(--primary);
    text-decoration: none;
    margin-left: auto;
}

.field__link:hover {
    text-decoration: underline;
}

.field__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid var(--border);
    background-color: var(--white);
    outline: none;
    color: var(--title);
    margin-bottom: 0;
    padding: .675rem .875rem;
    font-weight: var(--fw-400);
    font-size: var(--p);
    line-height: 1.6;
    border-radius: var(--border-radius);
}

textarea.field__input {
    height: auto;
    resize: vertical;
}

.field__input:hover,
.field__input:focus {
    border: 2px solid var(--primary);
}

/* ***** Checkbox Styles *****  */

.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox__input {
    display: none;
}

.custom-checkbox__label {
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    font-weight: var(--fw-300);
    font-size: var(--p);
    color: var(--title);
}

.custom-checkbox__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--title);
    border-radius: var(--border-radius);
    background-color: var(--white);
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox__input:checked+.custom-checkbox__label::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.custom-checkbox__label::after {
    content: "";
    position: absolute;
    left: 0.375rem;
    top: 0.125rem;
    width: 0.3125rem;
    height: 0.625rem;
    border: solid var(--white);
    border-width: 0 0.2rem 0.2rem 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-checkbox__input:checked+.custom-checkbox__label::after {
    opacity: 1;
}

/* ***** Radio Styles *****  */


.custom-radio {
    display: flex;
    align-items: center;
}

.custom-radio__input {
    display: none;
}

.custom-radio__label {
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    font-weight: var(--fw-300);
    font-size: var(--p);
    color: var(--title);
}

.custom-radio__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--title);
    border-radius: 50%;
    background-color: var(--white);
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio__input:checked+.custom-radio__label::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.custom-radio__label::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--white);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-radio__input:checked+.custom-radio__label::after {
    opacity: 1;
}



/* ***** Login *****  */

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 50px 0;
}

.login__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login__wrapp {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border: 1px solid var(--border-input);
    border-radius: var(--border-radius);
}

.login__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login__title {
    margin: 20px 0;
    font-size: 24px;
    color: var(--title);
    font-family: var(--font);
}

.login__form {
    width: 100%;
}

.login__field {
    margin-bottom: 15px;
    width: 100%;
}

/* ***** Alerts *****  */

.alert {
    padding: 15px;
    font-size: var(--p);
    font-family: var(--font);
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
    border-radius: var(--border-radius);
    display: none;
    /* Oculto inicialmente */
    transition: opacity 0.5s ease;
}

.alert--danger {
    background-color: var(--danger);
    color: var(--white);
    border-color: var(--danger);
}

.alert--success {
    background-color: var(--success);
    color: var(--white);
    border-color: var(--success);
}

.alert--primary {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.alert--info {
    background-color: var(--info);
    color: var(--white);
    border-color: var(--info);
}

.alert--warning {
    background-color: var(--warning);
    color: var(--title);
    border-color: var(--warning);
}

.alert--show {
    display: block;
    opacity: 1;
}

.alert--hide {
    opacity: 0;
}

/* Utility class for margin */
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* CSS para a estrutura BEM do modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Evita scroll na página por trás do modal */
    outline: 0;
}

.modal__backdrop {
    display: none;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.modal.show,
.modal__backdrop.show {
    display: block;
}

.modal__dialog {
    position: fixed;
    /* Alterado para fixed para manter a posição centralizada */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    max-height: 90%;
    overflow: auto;
    /* Permite scroll se necessário */
    pointer-events: none;
}

.modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    outline: 0;
    overflow-y: auto;
}

.modal__header,
.modal__body,
.modal__footer {
    padding: 1rem;
}

.modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal__title {
    font-size: var(--p);
    margin-bottom: 0;
}

.modal__close {
    font-size: 30px;
    cursor: pointer;
}

.modal__body {
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
}

.modal__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid var(--border);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 768px) {
    .modal__dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: none;
        margin: 0;
        transform: none;
        top: 0;
        left: 0;
    }
}

/* Estilo geral para a seção de política de privacidade */

.privacy-policy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 20px;
    padding: 20px;
    border-radius: var(--border-radius);
    background-color: #f9f9f9;
}

.privacy-policy__title,
.privacy-policy__subtitle {
    font-weight: bold;
    color: #1C2B33;
}

.privacy-policy__title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.privacy-policy__subtitle {
    font-size: 1.2em;
    margin: 20px 0 10px;
}

.privacy-policy__text {
    margin-bottom: 15px;
    font-size: 1em;
}

.privacy-policy__site {
    color: var(--primary);
    text-decoration: none;
}

.privacy-policy__site:hover {
    text-decoration: underline;
}

.privacy-policy__company {
    font-weight: bold;
}

.privacy-policy__link {
    color: var(--primary);
    text-decoration: none;
}

.privacy-policy__link:hover {
    text-decoration: underline;
}

.privacy-policy__ip {
    font-style: italic;
}

.privacy-policy__anon {
    font-style: italic;
    color: #666;
}

.privacy-policy__list {
    list-style: disc;
    margin-left: 20px;
}

.privacy-policy__list-item {
    margin-bottom: 10px;
}


/* ***** Panel *****  */

.page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
}

@media only screen and (max-width: 767px) {
    .page {
        overflow: hidden;
    }
}


.page__title {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .page__title {
        font-size: 20px;
    }
}

.page__breadcrumbs {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .page__breadcrumbs {
        font-size: 12px;
    }
}

.page__breadcrumbs .icon {
    width: 12px;
    height: 12px;
    margin: -2px 14px 0;
    fill: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .page__breadcrumbs .icon {
        margin: -1px 10px 0;
    }
}

.page__breadcrumbs .page__link {
    color: #A2A6AA;
    transition: color 0.2s;
}

.page__breadcrumbs .page__link:hover {
    color: #FFFFFF;
}

.page__text {
    display: inline;
    font-weight: 400;
    color: #FFFFFF;
}

.page__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .page__line {
        margin-top: 32px;
    }
}

.page__nav {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .page__nav {
        flex-grow: 1;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .page__nav::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}

.page__nav .page__link {
    position: relative;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 2px 24px 0;
    font-size: 16px;
    font-weight: 500;
    color: #A2A6AA;
    transition: color 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
    .page__nav .page__link {
        padding: 2px 16px 0;
        flex-shrink: 0;
    }
}

.page__nav .page__link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.2s;
}

.page__nav .page__link:hover,
.page__nav .page__link.active {
    color: #FFFFFF;
}

.page__nav .page__link.active:before {
    height: 2px;
    background: var(--primary);
}

.page__date {
    position: relative;
    flex-shrink: 0;
    width: 160px;
}

@media only screen and (max-width: 767px) {
    .page__date {
        width: 48px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.07);
        margin-left: 24px;
    }
}

.page__date input {
    width: 100%;
    height: 48px;
    padding: 0 18px 0 58px;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.07);
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .page__date input {
        padding: 0;
        border-radius: var(--border-radius);
        font-size: 16px;
        opacity: 0;
    }
}

.page__date .icon {
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    fill: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .page__date .icon {
        left: 12px;
    }
}

.page__body {
    margin: 0 auto;
    background-color: var(--background-hover);
}

.page__container {
    padding: 40px 0;
}



.card {
    position: relative;
    margin-top: 24px;
    padding: 24px;
    background: #FFFFFF;
    border-radius: var(--border-radius);
}

.card__head {
    display: flex;
    align-items: flex-start;
}

.card__title {
    margin-right: auto;
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .card__title {
        padding-top: 1px;
        font-size: 16px;
    }
}


.settings {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    .settings {
        display: block;
        padding: 24px;
        border-radius: var(--border-radius);
        background: #FFFFFF;
    }
}

.settings .card {
    flex-grow: 1;
    margin: 0 0 0 24px;
    padding: 32px;
}

@media only screen and (max-width: 1023px) {
    .settings .card {
        margin: 0;
        padding: 0;
        border-radius: var(--border-radius);
    }
}

.settings__menu {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 417px;
    padding: 24px;
    border-radius: var(--border-radius);
    background: #FFFFFF;
}

@media only screen and (max-width: 1259px) {
    .settings__menu {
        width: 320px;
    }
}

@media only screen and (max-width: 1023px) {
    .settings__menu {
        flex-direction: row;
        width: auto;
        margin-bottom: 32px;
        padding: 0;
        border-radius: var(--border-radius);
    }
}

@media only screen and (max-width: 767px) {
    .settings__menu {
        margin: 0 -24px 24px;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .settings__menu::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .settings__menu:before,
    .settings__menu:after {
        content: "";
        flex-shrink: 0;
        width: 24px;
    }
}

.settings__link {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: var(--border-radius);
    font-size: 18px;
    font-weight: 400;
    color: #1A1C1E;
    transition: all 0.2s;
}

@media only screen and (max-width: 1259px) {
    .settings__link {
        padding: 16px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .settings__link {
        position: relative;
        height: 54px;
        padding: 0 24px 0;
        border-radius: var(--border-radius);
        flex-shrink: 0;
        color: #A2A6AA;
    }

    .settings__link:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #EDF1F3;
        transition: all 0.2s;
    }
}

.settings__link .icon {
    transition: fill 0.2s;
}

.settings__link .icon-arrow-next {
    font-size: 24px;
    margin-left: auto;
}

@media only screen and (max-width: 1023px) {
    .settings__link .icon-arrow-next {
        display: none;
    }
}

.settings__link:hover {
    background: #DCE4E8;
}

.settings__link.active {
    background: var(--primary);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
}

@media only screen and (max-width: 1023px) {
    .settings__link.active {
        background: transparent;
        box-shadow: none;
        color: var(--primary);
    }

    .settings__link.active:before {
        height: 2px;
        background: var(--primary);
    }
}

.settings__link.active .settings__icon {
    box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.09);
    background: #FFFFFF;
}

.settings__link.active .settings__icon .icon {
    fill: var(--primary);
}

.settings__link.active .icon-arrow-next {
    fill: #FFFFFF;
}

.settings__link:not(:last-child) {
    margin-bottom: 12px;
}

@media only screen and (max-width: 1023px) {
    .settings__link:not(:last-child) {
        margin: 0;
    }
}

.settings__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 50%;
    background: #c8d1d6;
    transition: all 0.2s;
}

@media only screen and (max-width: 1259px) {
    .settings__icon {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .settings__icon {
        display: none;
    }
}

.settings__icon img {
    width: 50px;
    height: auto;
}

.settings__form {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #EDF1F3;
}

@media only screen and (max-width: 767px) {
    .settings__form {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.settings__photo {
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .settings__photo {
        margin-bottom: 24px;
    }
}

.settings__label {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    color: #ACB5BB;
}

.settings__control {
    display: flex;
    align-items: center;
}

.settings__avatar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    background: #DCE4E8;
}

@media only screen and (max-width: 767px) {
    .settings__avatar {
        width: 62px;
        height: 62px;
    }
}

.settings__avatar .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #6C7278;
}

.settings__avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.settings__file {
    position: relative;
    overflow: hidden;
    margin-right: 12px;
}

@media only screen and (max-width: 767px) {
    .settings__file {
        flex-grow: 1;
    }
}

.settings__file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .settings__control .settings__button {
        width: 100%;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .settings__delete {
        flex-shrink: 0;
        width: 51px;
        padding: 0;
        font-size: 0;
    }
}

.settings__delete .icon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .settings__delete .icon {
        display: inline-block;
    }
}

.settings__form>.field:not(:last-child),
.settings__notification:not(:last-child) {
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {

    .settings__form>.field:not(:last-child),
    .settings__notification:not(:last-child) {
        margin-bottom: 24px;
    }
}

.settings__row {
    display: flex;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .settings__row {
        display: block;
        margin: 0;
    }
}

.settings__row .field {
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    .settings__row .field {
        width: 100%;
        margin: 0 0 24px;
    }
}

.settings__btns {
    display: flex;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #EDF1F3;
}

@media only screen and (max-width: 767px) {
    .settings__btns {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.settings__btns .settings__button {
    min-width: 175px;
}

@media only screen and (max-width: 767px) {
    .settings__btns .settings__button {
        flex: 0 0 calc(50% - 8px);
        min-width: calc(50% - 8px);
    }
}

.settings__btns .settings__button:first-child {
    margin-right: 24px;
}

@media only screen and (max-width: 767px) {
    .settings__btns .settings__button:first-child {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .settings__btns .settings__button:nth-child(2) {
        margin-left: 8px;
    }
}

.settings__notification {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.settings__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #6C7278;
}

.settings__content {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #ACB5BB;
}

.settings .switch {
    flex-shrink: 0;
    margin-left: 12px;
}

.help {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    .help {
        display: block;
    }
}

.help .card {
    flex: 0 0 calc(100% - 441px);
    width: calc(100% - 441px);
    margin: 0 0 0 24px;
    padding: 32px;
}

@media only screen and (max-width: 1259px) {
    .help .card {
        flex: 0 0 calc(100% - 364px);
        width: calc(100% - 364px);
        padding: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .help .card {
        width: 100%;
        margin: 0;
    }
}

.help__box {
    position: sticky;
    top: 20px;
    flex-shrink: 0;
    width: 417px;
    padding: 24px;
    border-radius: var(--border-radius);
    background: #FFFFFF;
}

@media only screen and (max-width: 1259px) {
    .help__box {
        width: 340px;
    }
}

@media only screen and (max-width: 1023px) {
    .help__box {
        position: static;
        width: 100%;
        margin-bottom: 24px;
    }
}

.help__title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .help__title {
        font-size: 20px;
    }
}

.help__text {
    margin-bottom: 32px;
    font-weight: 500;
    color: #6C7278;
}

@media only screen and (max-width: 767px) {
    .help__text {
        font-size: 12px;
    }
}

.help .search {
    width: 100%;
    margin-bottom: 32px;
}

.help__label {
    margin-bottom: 14px;
    font-weight: 500;
    color: #6C7278;
}

.help__btns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 0 -16px;
}

@media only screen and (max-width: 767px) {
    .help__btns {
        margin: -8px 0 0 -8px;
    }
}

.help__button {
    margin: 16px 0 0 16px;
}

@media only screen and (max-width: 767px) {
    .help__button {
        margin: 8px 0 0 8px;
    }
}

.help__list {
    margin-top: 32px;
    border-top: 1px solid #EDF1F3;
}

@media only screen and (max-width: 767px) {
    .help__list {
        margin-top: 32px;
        padding-top: 8px;
    }
}

.help__item {
    margin-top: 32px;
    padding: 24px;
    border: 1px solid #DCE4E8;
    border-radius: var(--border-radius);
}

@media only screen and (max-width: 767px) {
    .help__item {
        margin-top: 24px;
    }
}

.help__subtitle {
    font-size: 18px;
    font-weight: 400;
}

.help__content {
    margin-top: 16px;
    font-weight: 500;
    color: #ACB5BB;
}

.help__line {
    display: flex;
    margin-top: 32px;
}

.help__like {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #1A1C1E;
    transition: color 0.2s;
}

.help__like .icon {
    margin-right: 8px;
    transition: fill 0.2s;
}

.help__like .icon-like-fill {
    display: none;
}

.help__like:hover,
.help__like.active {
    color: var(--primary);
}

.help__like:hover .icon,
.help__like.active .icon {
    fill: var(--primary);
}

.help__like.active .icon-like-fill {
    display: inline-block;
}

.help__like.active .icon-like {
    display: none;
}

.help__tags {
    display: flex;
    flex-grow: 1;
    margin-right: 32px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.help__tags::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.help__tag {
    flex-shrink: 0;
    padding: 10px 23px;
    border: 1px solid #DCE4E8;
    border-radius: var(--border-radius);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.help__tag:not(:last-child) {
    margin-right: 6px;
}

.privacy {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: left;
}

.privacy h4 {
    font-size: var(--h4);
}

.privacy p {
    font-size: var(--p);
}


/* ***** certifications *****  */

.certifications-iso {
    padding: 5rem 0;
}

.certifications-iso__content {
    grid-column-gap: 5rem;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.certifications-iso__img {
    text-align: center;
    border-radius: var(--border-radius);
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.certifications-iso__img img {
    width: 450px;
    height: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .certifications-iso {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 991px) {
    .certifications-iso {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 479px) {
    .certifications-iso__content {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .certifications-iso__content {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .certifications-iso__info {
        order: -9999;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

body {
    font-family: var(--font) !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Futura LT Heavy';
}

.w-40 {
    width: 40% !important
}

.container-fluid {
    overflow-x: hidden;
}

.bannerInternas {
    /*max-height:200px;*/
    overflow-y: hidden;
}

/* Header Superior  */
#mainHeader .logoHeader {
    height: 95px;
}

#mainHeader .textoMsg {
    background-color: #bc0401;
    font-size: .95rem;
}

#mainHeader nav {
    background-color: #002b82;
}

#mainHeader li:hover {
    background-color: #021064;
}

#sitemap {
    color: #0F2F7F;
}

#sitemap a {
    font-weight: 700;
    color: #0F2F7F;
    font-size: .8rem;
}

#sitemap .title {
    font-size: 1.2rem;
}

#sitemap .footerSitemap {
    border-color: #999
}

#sitemap .colMaior {
    width: 30% !important;
    position: relative;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 30%;
    max-width: 30%;
    -ms-flex: 0 0 30%;
}

#sitemap .colMenor {
    width: 20% !important;
    position: relative;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
}

footer {
    font-size: 15px
}

footer .logoFooter {
    max-width: 250px;
}

/* Carrossel HOME */
.carrosselMain {
    max-height: 670px;
    overflow: hidden;
}

.carrosselMain .carousel-item p {
    position: relative;
}

#homeContainer .whatsapp-home img {
    width: 20rem;
}

#homeContainer .whatsapp-home {
    bottom: 4rem;
    right: 0;
}

#homeContainer main {
    max-width: 1440px;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
}

/* boleto */
#boletoContainer hr,
#afagundezContainer hr,
#contatoContainer hr,
#parceirosContainer hr,
#sejaRevendedorContainer hr,
#trabalheConoscoContainer hr,
#garantiaContainer hr,
#devolucaoContainer hr {
    border-color: #999;
}

#boletoContainer h1,
#boletoContainer h2,
#contatoContainer h1,
#contatoContainer h2,
#parceirosContainer h1,
#parceirosContainer h2,
#sejaRevendedorContainer h1,
#sejaRevendedorContainer h2,
#trabalheConoscoContainer h1,
#trabalheConoscoContainer h2,
#garantiaContainer h1,
#garantiaContainer h2,
#devolucaoContainer h1,
#devolucaoContainer h2,
#afagundezContainer h1,
#afagundezContainer h2 {
    font-size: 1.4rem
}

#trabalheConoscoContainer h3 {
    font-size: 1.2rem;
}

#contatoContainer h3 {
    font-size: 1rem;
}

#contatoContainer .subIcon {
    width: 15%
}

#contatoContainer .subIconRedes {
    width: 10%
}

#contatoContainer img.align-baseline {
    width: 1rem
}

#contatoContainer img.whatsapp {
    width: 1.3rem;
    vertical-align: top;
}

#trabalheConoscoContainer input[type="file"] {
    display: none;
}

#trabalheConoscoContainer .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.w-40 {
    width: 40% !important
}

.container-fluid {
    overflow-x: hidden;
}

.bannerInternas {
    /*max-height:200px;*/
    overflow-y: hidden;
}