/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #4A90E2;
    --bs-indigo: #6610f2;
    --bs-purple: #6F42C1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #767676;
    --bs-gray-dark: #434343;
    --bs-primary: #D67553;
    --bs-secondary: #4f4f4f;
    --bs-success: #28A745;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #c2c2c2;
    --bs-dark: #292929;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
*::before,
*::after {
    box-sizing: border-box
}

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292929;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

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

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

blockquote {
    margin: 0 0 1rem
}


strong {
    font-weight: bolder
}

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

a {
    color: #D67553;
    text-decoration: underline
}

a:hover {
    color: #ab5e42
}

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


code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

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

a>code {
    color: inherit
}

img {
    vertical-align: middle
}

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

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


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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

input,
button,
select {
    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
}

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

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

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

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-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

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

::-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
}

iframe {
    border: 0
}

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

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.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
}

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

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

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

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {

    
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

@media (min-width: 768px) {

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #292929;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #292929;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #292929;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #292929;
    vertical-align: top;
    border-color: #a9a9a9
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #292929;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #292929
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(214, 117, 83, 0.25)
}

.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #D67553;
    border-color: #D67553
}

.btn-primary:hover {
    color: #000;
    background-color: #dc8a6d;
    border-color: #da8364
}


.btn-primary:focus {
    color: #000;
    background-color: #dc8a6d;
    border-color: #da8364;
    box-shadow: 0 0 0 .25rem rgba(182, 99, 71, 0.5)
}


.btn-primary:active,
.btn-primary.active {
    color: #000;
    background-color: #de9175;
    border-color: #da8364
}


.btn-primary:active:focus,
.btn-primary.active:focus {
    box-shadow: 0 0 0 .25rem rgba(182, 99, 71, 0.5)
}

.btn-primary:disabled {
    color: #000;
    background-color: #D67553;
    border-color: #D67553
}

.btn-secondary {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f
}

.btn-secondary:hover {
    color: #fff;
    background-color: #434343;
    border-color: #3f3f3f
}


.btn-secondary:focus {
    color: #fff;
    background-color: #434343;
    border-color: #3f3f3f;
    box-shadow: 0 0 0 .25rem rgba(106, 106, 106, 0.5)
}


.btn-secondary:active,
.btn-secondary.active {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #3b3b3b
}


.btn-secondary:active:focus,
.btn-secondary.active:focus {
    box-shadow: 0 0 0 .25rem rgba(106, 106, 106, 0.5)
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}


.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, 0.5)
}


.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}


.btn-success:active:focus,
.btn-success.active:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, 0.5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}


.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, 0.5)
}


.btn-info:active,
.btn-info.active {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}


.btn-info:active:focus,
.btn-info.active:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, 0.5)
}

.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}


.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, 0.5)
}


.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}


.btn-danger:active:focus,
.btn-danger.active:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, 0.5)
}

.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #c2c2c2;
    border-color: #c2c2c2
}

.btn-light:hover {
    color: #000;
    background-color: #cbcbcb;
    border-color: #c8c8c8
}


.btn-light:focus {
    color: #000;
    background-color: #cbcbcb;
    border-color: #c8c8c8;
    box-shadow: 0 0 0 .25rem rgba(165, 165, 165, 0.5)
}


.btn-light:active,
.btn-light.active {
    color: #000;
    background-color: #cecece;
    border-color: #c8c8c8
}


.btn-light:active:focus,
.btn-light.active:focus {
    box-shadow: 0 0 0 .25rem rgba(165, 165, 165, 0.5)
}

.btn-light:disabled {
    color: #000;
    background-color: #c2c2c2;
    border-color: #c2c2c2
}

.btn-dark {
    color: #fff;
    background-color: #292929;
    border-color: #292929
}

.btn-dark:hover {
    color: #fff;
    background-color: #232323;
    border-color: #212121
}


.btn-dark:focus {
    color: #fff;
    background-color: #232323;
    border-color: #212121;
    box-shadow: 0 0 0 .25rem rgba(73, 73, 73, 0.5)
}


.btn-dark:active,
.btn-dark.active {
    color: #fff;
    background-color: #212121;
    border-color: #1f1f1f
}


.btn-dark:active:focus,
.btn-dark.active:focus {
    box-shadow: 0 0 0 .25rem rgba(73, 73, 73, 0.5)
}

.btn-dark:disabled {
    color: #fff;
    background-color: #292929;
    border-color: #292929
}

.btn-outline-primary {
    color: #D67553;
    border-color: #D67553
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #D67553;
    border-color: #D67553
}


.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(214, 117, 83, 0.5)
}


.btn-outline-primary:active,
.btn-outline-primary.active {
    color: #000;
    background-color: #D67553;
    border-color: #D67553
}


.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus {
    box-shadow: 0 0 0 .25rem rgba(214, 117, 83, 0.5)
}

.btn-outline-primary:disabled {
    color: #D67553;
    background-color: transparent
}

.btn-outline-light {
    color: #c2c2c2;
    border-color: #c2c2c2
}

.btn-outline-light:hover {
    color: #000;
    background-color: #c2c2c2;
    border-color: #c2c2c2
}


.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(194, 194, 194, 0.5)
}


.btn-outline-light:active,
.btn-outline-light.active {
    color: #000;
    background-color: #c2c2c2;
    border-color: #c2c2c2
}


.btn-outline-light:active:focus,
.btn-outline-light.active:focus {
    box-shadow: 0 0 0 .25rem rgba(194, 194, 194, 0.5)
}

.btn-outline-light:disabled {
    color: #c2c2c2;
    background-color: transparent
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #D67553;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #ab5e42
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}


.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-img {
    width: 100%
}

.card-img {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #D67553;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(214, 117, 83, 0.25);
    opacity: 1
}

.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #a9a9a9;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #a9a9a9;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.border {
    border: 1px solid #a9a9a9 !important
}

.border-success {
    border-color: #198754 !important
}

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

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #D67553 !important
}

.text-dark {
    color: #292929 !important
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #767676 !important
}

.bg-primary {
    background-color: #D67553 !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-light {
    background-color: #c2c2c2 !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

@media (min-width: 768px) {

    .d-md-inline {
        display: inline !important
    }

    .p-md-5 {
        padding: 3rem !important
    }
}

@media (min-width: 992px) {

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
}

/*!  
 
*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4f4f4f
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #292929;
    font-weight: bold
}

a {
    color: #D67553
}

a:hover {
    color: #b24e2a
}

a.no-text-decoration {
    text-decoration: none
}

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

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

a.theme-link {
    color: #292929;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(41, 41, 41, 0.3);
    text-decoration-color: rgba(41, 41, 41, 0.3)
}

a.theme-link:hover {
    color: #D67553;
    -webkit-text-decoration-color: rgba(214, 117, 83, 0.8);
    text-decoration-color: rgba(214, 117, 83, 0.8)
}

.single-col-max-width {
    max-width: 820px
}

hr {
    border-color: rgba(0, 0, 0, 0.08)
}

small,
.small {
    font-size: 0.75rem
}

.btn {
    font-weight: bold;
    padding: .375rem 1rem;
    height: 2.5rem;
    font-size: 1rem;
    outline: none
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
    transition: all 0.4s ease-in-out;
    outline: none
}

@media (prefers-reduced-motion: reduce) {

    .btn:focus,
    .btn:active {
        transition: none
    }
}

.btn-primary {
    color: #fff
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background: #d1643e
}

.error {
    color: #D9603C
}

.theme-bg-light {
    background: #fafafa !important
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #D67553;
    color: #fff;
    overflow-y: auto;
    scrollbar-color: rgba(0, 0, 0, 0.2) #D67553;
    scrollbar-width: thin
}

.header::-webkit-scrollbar {
    width: 6px;
    background-color: #D67553
}

.header::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: .5rem
}

.header .blog-name {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff
}

.header .blog-name a {
    color: #fff
}

.header .blog-name a:hover {
    text-decoration: none
}

.header .btn-primary {
    background: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    font-size: 1rem
}

.header .btn-primary:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent
}

.header .navbar {
    padding: 1.5rem 1rem
}

.header .navbar-toggler:focus {
    box-shadow: none
}

.header .navbar-dark .navbar-toggler {
    border-radius: 2px;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: .25rem .6rem
}

.header .navbar-dark .navbar-toggler:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header .nav-item {
    font-weight: bold
}

.header .nav-item .nav-link.active {
    color: rgba(0, 0, 0, 0.5)
}

.header .nav-item .nav-link.active:hover {
    text-decoration: none
}

.header .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8)
}

.header .nav-item .nav-link:hover {
    color: rgba(0, 0, 0, 0.6)
}

.header .nav-item .nav-link[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.5)
}

.profile-section .profile-image {
    max-width: 160px
}

.profile-section .bio {
    font-size: 0.875rem
}

.profile-section .bio a {
    color: #fff;
    text-decoration: underline
}

.profile-section .bio a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.social-list a {
    width: 32px;
    height: 32px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

.social-list a:hover,
.social-list a:focus {
    color: #c7572f;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .social-list a:hover,
    .social-list a:focus {
        transition: none
    }
}

.main-wrapper {
    margin-left: 280px;
    background: #fff
}

.cta-section .heading {
    font-size: 2rem;
    font-weight: bold
}

.dark-mode-toggle .toggle-name {
    color: #fff;
    font-size: 0.875rem
}

.dark-mode-toggle .toggle {
    display: none
}

.dark-mode-toggle .toggle+.toggle-btn {
    outline: 0;
    display: block;
    width: 70px;
    height: 30px;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding: 2px;
    transition: all 0.2s ease-in-out;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px
}

@media (prefers-reduced-motion: reduce) {
    .dark-mode-toggle .toggle+.toggle-btn {
        transition: none
    }
}

.dark-mode-toggle .toggle+.toggle-btn::selection {
    background: none
}

.dark-mode-toggle .toggle+.toggle-btn:after,
.dark-mode-toggle .toggle+.toggle-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.dark-mode-toggle .toggle+.toggle-btn:after {
    left: 0;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
    content: "";
    border-radius: 16px
}

@media (prefers-reduced-motion: reduce) {
    .dark-mode-toggle .toggle+.toggle-btn:after {
        transition: none
    }
}

.dark-mode-toggle .toggle+.toggle-btn:before {
    display: none
}

.dark-mode-toggle .toggle:checked+.toggle-btn {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border: 3px solid #D67553;
    background: rgba(0, 0, 0, 0.2)
}

.dark-mode-toggle .toggle:checked+.toggle-btn:after {
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    background: #D67553
}

.section-title {
    font-size: 2rem;
    position: relative;
    padding-left: 1.5rem
}

.section-title:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #D67553;
    position: absolute;
    left: 0;
    top: 0
}

.profile-teaser .name {
    font-size: 3rem
}

.profile-teaser .profile-image {
    max-width: 300px
}

.profile-teaser .tagline {
    font-size: 1.5rem;
    font-weight: 300
}

.overview-section .item {
    margin-bottom: 2rem
}

.overview-section .item-desc {
    color: #4f4f4f;
    font-size: 0.875rem
}

.overview-section .item-icon {
    font-size: 1.875rem;
    color: #D67553
}

.overview-section .item-title {
    font-size: 1rem
}

.testimonial-carousel .item-inner {
    padding: 1.5rem;
    padding-left: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.025);
    background: #fafafa;
    height: 100%;
    position: relative
}

.testimonial-carousel .item-inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #D67553 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.project-card {
    border-radius: 0;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.025);
    position: relative;
    height: 100%
}

.project-card:hover .link-mask {
    visibility: visible;
    background: rgba(41, 41, 41, 0.4)
}

.project-card:hover .link-mask-text {
    display: block
}

.project-card .card-img {
    border-radius: 0
}

.project-card .card-title {
    font-size: 1.125rem
}

.project-card .card-text {
    font-size: 0.875rem
}

.project-card .card-img-holder {
    max-height: 300px;
    overflow: hidden;
    vertical-align: middle
}

.project-card .link-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .project-card .link-mask {
        transition: none
    }
}

.project-card .link-mask .link-mask-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.project-card .link-mask-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: none
}

.project-card .link-mask-text .btn {
    top: 50%;
    margin-top: -20px;
    position: relative
}

.filters {
    list-style: none;
    font-size: 0.875rem
}

.filters .type {
    display: inline-block;
    padding: 0.275rem 0.25rem;
    cursor: pointer;
    margin-right: 2rem;
    color: #8f8f8f;
    font-weight: bold
}

.filters .type:last-child {
    margin-right: 0
}

.filters .type.active {
    border-top: 2px solid #D67553;
    color: #D67553;
    font-weight: bold
}

.filters .type.active:hover {
    border-top: 2px solid #D67553
}

.filters .type:hover {
    color: #292929
}

.pricing-table .btn {
    height: inherit
}

.pricing-tab {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.5rem;
    width: 100%;
    border-radius: 4px;
    font-weight: bold;
    background: #e1e1e1;
    color: #4f4f4f
}

.pricing-tab:hover {
    text-decoration: none;
    color: #4f4f4f
}

.pricing-tab.active {
    background: #D67553;
    color: #fff
}

.meta {
    color: #8f8f8f;
    font-size: 0.8125rem
}

.meta span {
    display: inline-block
}

.meta span a {
    color: #8f8f8f
}

.meta span a:hover {
    color: #4f4f4f
}

.meta span:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8f8f8f;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    top: -3px
}

.meta span:last-child:after {
    display: none
}

@media (min-width: 768px) {

    .pricing-table td,
    .pricing-table th {
        display: table-cell !important
    }
}

@media (min-width: 992px) {
    .profile-teaser .profile-image {
        max-width: 250px
    }
}

@media (min-width: 1200px) {
    .profile-teaser .profile-image {
        max-width: 400px
    }
}

@media (max-width: 991.98px) {
    .header {
        position: static;
        width: inherit;
        height: auto
    }

    .header .blog-name {
        width: 100%;
        position: absolute;
        left: 0;
        top: 1.2rem
    }

    .header .btn-primary {
        width: 100%
    }

    .header .navbar {
        padding: 1rem
    }

    .main-wrapper {
        margin-left: 0
    }
}

@media (max-width: 767.98px) {

    .profile-teaser .profile-image {
        max-width: 250px
    }
}

@media (max-width: 575.98px) {

    .link-mask {
        display: none !important
    }
}

body {
    overflow-x: hidden
}

/* Estilos para compactar */
.table {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.table td, .table th {
  padding: 0.4rem;
  vertical-align: middle;
}
.text-end {
  white-space: nowrap;
  text-align: center !important;
}

/* Melhora a visualização dos badges */
.badge {
    font-size: 0.8em;
    padding: 5px 8px;
    min-width: 70px;
}

/* Tooltip para status */
[data-bs-toggle="tooltip"] {
    cursor: pointer;
}

.btn-visualizar {
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
  }

  /* Estilos específicos para a página de doação */
.progress-container {
  background: #f1f1f1;
  border-radius: 5px;
  margin: 20px 0;
  height: 30px;
}

#donation-progress-bar {
  background: #198754;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 30px;
  transition: width 0.5s ease;
}

/* Altera a cor conforme o progresso */

/* Estilos principais - Mantenha todos esses */
    .donation-method {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 25px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
    
    .donation-method:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }
    
    .progress-container {
        background: #f1f1f1;
        border-radius: 5px;
        margin: 20px 0;
        height: 30px; /* Adicionei altura fixa */
    }
    
    .progress-bar {
        background: #4a90e2;
        height: 100%; /* Alterado para 100% */
        border-radius: 5px;
        text-align: center;
        color: white;
        font-weight: bold;
        line-height: 30px; /* Ajustado para altura do container */
        transition: width 0.5s ease;
    }
    
    /* Novos estilos para métodos de pagamento - Essenciais */
    .pix-box, .wise-box, .bank-details {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 15px;
        border-radius: 8px;
        background: #f8f9fa;
    }
    
    .pix-box {
        display: inline-block;
        padding: 10px 15px !important;
    }
    
    .wise-box {
        border-left: 3px solid #00b9ff;
    }
    
    .bank-details {
        border-left: 3px solid #6f42c1;
        font-size: 0.9rem;
        text-align: left;
    }
    
    .qr-code {
        max-width: 150px;
        margin: 10px auto;
        display: block;
    }
    
    /* Estilos para mobile - Mantenha */
    
    @media (max-width: 767px) {
        
        .donation-method {
            padding: 15px;
        }
    }

    /* Classes específicas por seção */
.btn-section-support {
    background-color: #28A745;
    border-color: #28A745;
    color: #fff;
}
.btn-section-support:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-section-exchange {
    background-color: #D67553;
    border-color: #D67553;
    color: #fff;
}
.btn-section-exchange:hover {
    background-color: #c76745;
    border-color: #c05f3d;
}

.btn-section-financial {
    background-color: #6F42C1;
    border-color: #6F42C1;
    color: #fff;
}
.btn-section-financial:hover {
    background-color: #5f32b1;
    border-color: #5729a9;
}

.btn-section-projects {
    background-color: #4A90E2;
    border-color: #4A90E2;
    color: #fff;
}
.btn-section-projects:hover {
    background-color: #3a80d2;
    border-color: #3275c2;
}

.coming-soon-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
    padding: 5px;
    transform: rotate(-10deg);
    font-weight: bold;
}
.product-card {
    position: relative;
    transition: all 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Estilos para a linha do tempo vertical */
        .timeline-vertical {
            position: relative;
            padding-left: 50px;
        }
        .timeline-vertical::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, #D67553, #D67553);
            border-radius: 10px;
        }
        .timeline-item-vertical {
            position: relative;
            margin-bottom: 40px;
        }
        .timeline-item-vertical::before {
            content: '';
            position: absolute;
            left: -40px;
            top: 10px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #D67553;
            border: 4px solid white;
            z-index: 1;
        }
        .timeline-content {
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            position: relative;
        }
        .timeline-date {
            font-weight: bold;
            color: #D67553;
            margin-bottom: 10px;
        }
        .timeline-photos {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 10px;
            margin-top: 15px;
        }
        .timeline-photos img {
            width: 100%;
            height: 225px;
            object-fit: cover;
            border-radius: 5px;
            transition: transform 0.3s;
        }
        .timeline-photos img:hover {
            transform: scale(1.05);
        }
        .highlight-card {
            border-left: 4px solid #D67553;
            background-color: #f8f9fa;
        }
        .parent-quote {
            font-style: italic;
            position: relative;
            padding-left: 20px;
            border-left: 3px solid #D67553;
            margin: 20px 0;
        }
        @media (max-width: 768px) {
            .timeline-vertical {
                padding-left: 30px;
            }
            .timeline-item-vertical::before {
                left: -30px;
            }
        }

        .tech-icons {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }
        .tech-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 60px;
        }
        .tech-icon img {
            width: 30px;
            height: 30px;
            margin-bottom: 5px;
        }
        .tech-icon span {
            font-size: 0.7rem;
            text-align: center;
        }

/* Estilo para o botão de voltar */
.btn-voltar {
    position: relative;
    padding-left: 2.5rem;
    transition: all 0.3s;
}
.btn-voltar::before {
    content: "←";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn-voltar:hover {
    transform: translateX(-5px);
}