@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.0/css/all.css");
.text-primary-900 {
  color: var(--primary-color-900) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-secondary-900 {
  color: var(--secondary-color-900) !important;
}

.text-secondary-800 {
  color: var(--secondary-color-800) !important;
}

.text-secondary-700 {
  color: var(--secondary-color-700) !important;
}

.text-secondary-600 {
  color: var(--secondary-color-600) !important;
}

.text-secondary-500 {
  color: var(--secondary-color-500) !important;
}

.text-secondary-400 {
  color: var(--secondary-color-400) !important;
}

.text-secondary-300 {
  color: var(--secondary-color-300) !important;
}

.text-secondary-100 {
  color: var(--secondary-color-200) !important;
}

.text-secondary-100 {
  color: var(--secondary-color-100) !important;
}

.text-secondary-50 {
  color: var(--secondary-color-50) !important;
}

.text-secondary-color {
  color: var(--secondary-color) !important;
}

.text-base-900 {
  color: #272727 !important;
}

.text-base-700 {
  color: #3d3d3d !important;
}

.text-base-600 {
  color: #595959 !important;
}

.text-base-500 {
  color: #7b7b7b !important;
}

.text-base-400 {
  color: #827b7b !important;
}

.text-base-300 {
  color: #9d9d9d !important;
}

.text-base-200 {
  color: #bfbfbf !important;
}

.text-base-100 {
  color: #e1e1e1 !important;
}

.text-base-75 {
  color: #f3f3f3 !important;
}

.text-base-50 {
  color: #fafafa !important;
}

.bg-primary-900 {
  background-color: var(--primary-color-900) !important;
}

.bg-primary-800 {
  background-color: var(--primary-color-800) !important;
}

.bg-primary-700 {
  background-color: var(--primary-color-700) !important;
}

.bg-primary-600 {
  background-color: var(--primary-color-600) !important;
}

.bg-primary-500 {
  background-color: var(--primary-color-500) !important;
}

.bg-primary-400 {
  background-color: var(--primary-color-400) !important;
}

.bg-primary-300 {
  background-color: var(--primary-color-300) !important;
}

.bg-primary-200 {
  background-color: var(--primary-color-200) !important;
}

.bg-primary-100 {
  background-color: var(--primary-color-100) !important;
}

.bg-primary-50 {
  background-color: var(--primary-color-50) !important;
}

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

.bg-secondary-900 {
  background-color: var(--secondary-color-900) !important;
}

.bg-secondary-800 {
  background-color: var(--secondary-color-800) !important;
}

.bg-secondary-700 {
  background-color: var(--secondary-color-700) !important;
}

.bg-secondary-600 {
  background-color: var(--secondary-color-600) !important;
}

.bg-secondary-500 {
  background-color: var(--secondary-color-500) !important;
}

.bg-secondary-400 {
  background-color: var(--secondary-color-400) !important;
}

.bg-secondary-300 {
  background-color: var(--secondary-color-300) !important;
}

.bg-secondary-200 {
  background-color: var(--secondary-color-200) !important;
}

.bg-secondary-100 {
  background-color: var(--secondary-color-100) !important;
}

.bg-secondary-50 {
  background-color: var(--secondary-color-50) !important;
}

.bg-secondary-color {
  background-color: var(--secondary-color) !important;
}

.bg-base-900 {
  background-color: #272727 !important;
}

.bg-base-700 {
  background-color: #3d3d3d !important;
}

.bg-base-600 {
  background-color: #595959 !important;
}

.bg-base-500 {
  background-color: #7b7b7b !important;
}

.bg-base-400 {
  background-color: #827b7b !important;
}

.bg-base-300 {
  background-color: #9d9d9d !important;
}

.bg-base-200 {
  background-color: #bfbfbf !important;
}

.bg-base-100 {
  background-color: #e1e1e1 !important;
}

.bg-base-75 {
  background-color: #f3f3f3 !important;
}

.bg-base-50 {
  background-color: #fafafa !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-secondary-color {
  border-color: var(--secondary-color) !important;
}

.border-secondary-50 {
  border-color: var(--secondary-color-50) !important;
}

.border-secondary-100 {
  border-color: var(--secondary-color-100) !important;
}

.border-secondary-200 {
  border-color: var(--secondary-color-200) !important;
}

.border-secondary-300 {
  border-color: var(--secondary-color-300) !important;
}

.border-secondary-400 {
  border-color: var(--secondary-color-400) !important;
}

.border-secondary-500 {
  border-color: var(--secondary-color-500) !important;
}

.border-secondary-600 {
  border-color: var(--secondary-color-600) !important;
}

.border-secondary-700 {
  border-color: var(--secondary-color-700) !important;
}

.border-secondary-800 {
  border-color: var(--secondary-color-800) !important;
}

.border-secondary-900 {
  border-color: var(--secondary-color-900) !important;
}

.border-base-900 {
  border-color: #272727 !important;
}

.border-base-700 {
  border-color: #3d3d3d !important;
}

.border-base-600 {
  border-color: #595959 !important;
}

.border-base-500 {
  border-color: #7b7b7b !important;
}

.border-base-400 {
  border-color: #827b7b !important;
}

.border-base-300 {
  border-color: #9d9d9d !important;
}

.border-base-200 {
  border-color: #bfbfbf !important;
}

.border-base-100 {
  border-color: #e1e1e1 !important;
}

.border-base-75 {
  border-color: #f3f3f3 !important;
}

.border-base-50 {
  border-color: #fafafa !important;
}

.border-color-current {
  border-color: currentColor !important;
}

.text-base-white {
  color: #ffffff !important;
}

.text-base-black {
  color: #0e0e0e !important;
}

.border-zig-zag::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(-45deg, #fdfddb 12px, transparent 0%), linear-gradient(45deg, #fdfddb 12px, transparent 0%);
  background-size: 24px;
  rotate: -180deg;
}

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

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

.gradient-header {
  background: linear-gradient(109.51deg, var(--inicio-header-gradient) 25.27%, var(--fim-header-gradient) 77.24%);
}

.color-icon-header {
  color: var(--cor-header-icon);
}

.gradient-navbar {
  background: linear-gradient(109.51deg, var(--inicio-navbar-gradient) 25.27%, var(--fim-navbar-gradient) 77.24%);
}

.text-navbar {
  color: var(--cor-navbar-texto);
}

.gradient-footer {
  background: linear-gradient(109.51deg, var(--inicio-footer-gradient) 25.27%, var(--fim-footer-gradient) 77.24%);
}

.color-icon-footer {
  color: var(--cor-footer-icon);
}

.text-footer {
  color: var(--cor-footer-texto);
}

.text-link-footer {
  color: var(--cor-footer-link);
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.img-height--fluid {
  max-height: 550px !important;
}

.text-base-700.link-category:hover {
  color: var(--primary-color) !important;
}

@media (max-width: 786px) {
  .img-height--fluid {
    display: block;
    padding: 0 25vw;
    max-height: 25vh !important;
  }
}
.text-primary-deslog-900 {
  color: #770034;
}

.text-primary-deslog-700 {
  color: #bb0052;
}

.text-primary-deslog-500 {
  color: #ff1c80;
}

.text-primary-deslog-300 {
  color: #ff60a6;
}

.text-primary-deslog-100 {
  color: #ffa4cc;
}

.text-primary-deslog-50 {
  color: #ffe8f2;
}

.text-secondary-deslog-900 {
  color: #008085;
}

.text-secondary-deslog-700 {
  color: #00c1c9;
}

.text-secondary-deslog-500 {
  color: #26f6ff;
}

.text-secondary-deslog-300 {
  color: #67f9ff;
}

.text-secondary-deslog-100 {
  color: #a8fbff;
}

.text-secondary-deslog-50 {
  color: #e9feff;
}

.text-base-900 {
  color: #272727;
}

.text-base-700 {
  color: #3d3d3d;
}

.text-base-600 {
  color: #595959;
}

.text-base-500 {
  color: #7b7b7b;
}

.text-base-400 {
  color: #827b7b;
}

.text-base-300 {
  color: #9d9d9d;
}

.text-base-200 {
  color: #bfbfbf;
}

.text-base-100 {
  color: #e1e1e1;
}

.text-base-75 {
  color: #f3f3f3;
}

.text-base-50 {
  color: #fafafa;
}

.bg-primary-deslog-900 {
  background-color: #770034;
}

.bg-primary-deslog-700 {
  background-color: #bb0052;
}

.bg-primary-deslog-500 {
  background-color: #ff1c80;
}

.bg-primary-deslog-300 {
  background-color: #ff60a6;
}

.bg-primary-deslog-100 {
  background-color: #ffa4cc;
}

.bg-primary-deslog-50 {
  background-color: #ffe8f2;
}

.bg-secondary-deslog-900 {
  background-color: #008085;
}

.bg-secondary-deslog-700 {
  background-color: #00c1c9;
}

.bg-secondary-deslog-500 {
  background-color: #26f6ff;
}

.bg-secondary-deslog-300 {
  background-color: #67f9ff;
}

.bg-secondary-deslog-100 {
  background-color: #a8fbff;
}

.bg-secondary-deslog-50 {
  background-color: #e9feff;
}

.bg-base-900 {
  background-color: #272727;
}

.bg-base-700 {
  background-color: #3d3d3d;
}

.bg-base-600 {
  background-color: #595959;
}

.bg-base-500 {
  background-color: #7b7b7b;
}

.bg-base-400 {
  background-color: #827b7b;
}

.bg-base-300 {
  background-color: #9d9d9d;
}

.bg-base-200 {
  background-color: #bfbfbf;
}

.bg-base-100 {
  background-color: #e1e1e1;
}

.bg-base-75 {
  background-color: #f3f3f3;
}

.bg-base-50 {
  background-color: #fafafa;
}

.border-primary-deslog-50 {
  border-color: #ffe8f2 !important;
}

.border-primary-deslog-100 {
  border-color: #ffa4cc !important;
}

.border-primary-deslog-300 {
  border-color: #ff60a6 !important;
}

.border-primary-deslog-500 {
  border-color: #ff1c80 !important;
}

.border-primary-deslog-700 {
  border-color: #bb0052 !important;
}

.border-primary-deslog-900 {
  border-color: #770034 !important;
}

.border-secondary-deslog-50 {
  border-color: #e9feff !important;
}

.border-secondary-deslog-100 {
  border-color: #a8fbff !important;
}

.border-secondary-deslog-300 {
  border-color: #67f9ff !important;
}

.border-secondary-deslog-500 {
  border-color: #26f6ff !important;
}

.border-secondary-deslog-700 {
  border-color: #00c1c9 !important;
}

.border-secondary-deslog-900 {
  border-color: #008085 !important;
}

.border-base-900 {
  border-color: #272727 !important;
}

.border-base-700 {
  border-color: #3d3d3d !important;
}

.border-base-600 {
  border-color: #595959 !important;
}

.border-base-500 {
  border-color: #7b7b7b !important;
}

.border-base-400 {
  border-color: #827b7b !important;
}

.border-base-300 {
  border-color: #9d9d9d !important;
}

.border-base-200 {
  border-color: #bfbfbf !important;
}

.border-base-100 {
  border-color: #e1e1e1 !important;
}

.border-base-75 {
  border-color: #f3f3f3 !important;
}

.border-base-50 {
  border-color: #fafafa !important;
}

.border-color-current {
  border-color: currentColor !important;
}

.fs18 {
  font-size: 18px;
}

.fs24 {
  font-size: 24px;
}

.w-icon {
  padding: 10px;
  float: left;
  vertical-align: middle;
}
.w-icon [class*=icon-] {
  display: block;
}
.w-icon [class*=icon-]:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.w-icon.icon-c-dark {
  filter: grayscale(100%) brightness(60%);
}
.w-icon.icon-cash {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10C0 4.48 4.48 0 10 0C15.52 0 20 4.48 20 10C20 15.52 15.52 20 10 20C4.48 20 0 15.52 0 10ZM11.41 16.67V16.09C13.15 15.76 14.52 14.76 14.54 12.93C14.54 10.41 12.38 9.54 10.36 9.02C8.34 8.5 7.69 7.95 7.69 7.11C7.69 6.15 8.59 5.47 10.09 5.47C11.35 5.47 11.98 5.96 12.21 6.72C12.31 7.08 12.61 7.34 12.98 7.34H13.24C13.83 7.34 14.25 6.76 14.05 6.21C13.67 5.15 12.8 4.29 11.42 3.95V3.33C11.42 2.6 10.82 2 10.09 2H10.08C9.35 2 8.75 2.6 8.75 3.33V3.93C7.03 4.3 5.64 5.42 5.64 7.14C5.64 9.19 7.34 10.21 9.82 10.81C12.05 11.34 12.49 12.12 12.49 12.95C12.49 13.56 12.05 14.54 10.09 14.54C8.63 14.54 7.87 14.02 7.58 13.27C7.44 12.92 7.14 12.67 6.77 12.67H6.53C5.93 12.67 5.5 13.28 5.73 13.83C6.23 15.06 7.41 15.79 8.74 16.07V16.67C8.74 17.4 9.34 18 10.07 18H10.08C10.81 18 11.41 17.4 11.41 16.67Z' fill='%23EBB803'/%3E%3C/svg%3E%0A");
}
.w-icon.icon-saldo-atual {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17.5C13.4183 17.5 17 13.9183 17 9.5C17 5.08172 13.4183 1.5 9 1.5C4.58172 1.5 1 5.08172 1 9.5C1 13.9183 4.58172 17.5 9 17.5Z' stroke='%230085FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.79999 7.8999H12.2' stroke='%230085FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.79999 11.8252H12.2' stroke='%230085FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.w-icon.icon-saldo-pos {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17.5C13.4183 17.5 17 13.9183 17 9.5C17 5.08172 13.4183 1.5 9 1.5C4.58172 1.5 1 5.08172 1 9.5C1 13.9183 4.58172 17.5 9 17.5Z' stroke='%23EBB803' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.79999 9.5H12.2' stroke='%23EBB803' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

html {
  box-sizing: border-box;
}

* *:after,
*:before {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button,
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

p {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  margin: 0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

img {
  display: block;
  max-width: 100%;
}

body {
  background-color: white;
}

pre {
  font-size: 1rem;
}

@media (width < 453px) {
  pre {
    font-size: 12px;
  }
}
html,
body {
  font-family: "Inter", sans-serif;
}

input.form-control[name=produtosbusca]:focus {
  box-shadow: none;
  border-color: transparent;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--primary-color);
}

.sticky-lg-top,
.sticky-top {
  top: 30px;
  z-index: 0;
}

.start-100 {
  left: 90% !important;
}

.top-0 {
  top: 10% !important;
}

.form-check {
  padding-left: 28px;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  border-color: var(--primary-color-500);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--primary-color-400);
}

.search-focus:focus-within {
  outline: none;
  box-shadow: 0rem 0rem 0rem 2px var(--primary-color);
}

#home-categorias-nav .nav-link {
  all: unset;
  padding: 11px 14px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #FDFDFD;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.2s;
}
#home-categorias-nav .nav-link:hover {
  filter: brightness(98%);
}
#home-categorias-nav .nav-link.active {
  background: var(--primary-color-200);
  border-color: var(--primary-color-200);
}
#home-categorias-nav .nav-link.active:hover {
  filter: brightness(98%);
}

.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.select2.select2-container .select2-selection:disabled {
  background-color: #e6e6e6;
  color: #827b7b;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #272727;
  line-height: 38px;
  padding-right: 33px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #fafafa;
  border-radius: 0 3px 3px 0;
  height: 38px;
  width: 38px;
}
.select2.select2-container.select2-container--open .select2-selection--single {
  background: #fafafa;
}
.select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  border-radius: 0 3px 0 0;
}
.select2.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}
.select2.select2-container .select2-dropdown .select2-search {
  padding: 0;
}
.select2.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #e6e6e6 !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}
.select2.select2-container .select2-dropdown .select2-results {
  padding: 0;
}
.select2.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.select2.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
  border-color: var(--primary-color);
}

.select2.select2-container.select2-container--open .select2-selection--single[aria-expanded=true] {
  border-color: var(--primary-color);
}

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

/* aqui é para personalizar o fundo da barra, neste caso estou colocando um fundo cinza escuro*/
::-webkit-scrollbar-track {
  background: rgba(216, 216, 216, 0.5333333333);
}

/* aqui é a alça da barra, que demonstra a altura que você está na página
    estou colocando uma cor azul clara nela e adicionando uma borda arredondada*/
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(109.51deg, var(--inicio-divider-gradient) 25.27%, var(--fim-divider-gradient) 77.24%);
  border-radius: 15px;
}

.modal-content ::-webkit-scrollbar-thumb {
  background-color: #00c1c9 !important;
  border-radius: 5px;
}

:root {
  --swiper-theme-color: var(--primary-color)!important;
}

.swiper-pagination {
  position: inherit !important;
}

/* Progress Bar */
.progress.progress-striped .progress-bar {
  background-color: #00b4b1;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* fim Progress Bar */
.input {
  height: 40px;
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  padding: 0 12px;
  font-size: 14px;
  border: 0;
  margin: 0 auto;
}
.input::placeholder {
  color: #c2c2c2;
}
.input.input-logado {
  background-color: #fafafa;
  box-shadow: 0rem 0rem 0rem 1px #e6e6e6;
}
.input.input-logado:disabled {
  color: #9d9d9d;
  background-color: #e6e6e6;
  cursor: not-allowed;
}
.input.input-logado:focus {
  outline: none;
  box-shadow: 0rem 0rem 0rem 2px var(--primary-color);
}
.input.input-deslogado {
  background-color: #e9feff;
  box-shadow: 0rem 0rem 0rem 1px #e6e6e6;
}
.input.input-deslogado:disabled {
  color: #9d9d9d;
  background-color: #eff9f9;
  cursor: not-allowed;
}
.input.input-deslogado:focus {
  outline: none;
  box-shadow: 0rem 0rem 0rem 2px #ff1c80;
}

.input[type=number], .input[type=text] {
  border: 0;
  border-radius: 5px !important;
}
.input[type=number].input-logado, .input[type=text].input-logado {
  outline: none;
  box-shadow: 0rem 0rem 0rem 0px #e6e6e6;
}
.input[type=number].input-logado:focus, .input[type=text].input-logado:focus {
  outline: none;
  box-shadow: 0rem 0rem 0rem 2px var(--primary-color);
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  height: 2.5rem;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fafafa;
  transition: 0.3s ease-in-out;
}
.button:hover {
  filter: brightness(95%);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1882352941);
  transition: all 0.2s ease-in-out;
}
.button:disabled {
  filter: brightness(90%);
  cursor: not-allowed;
}

button.border-color-current {
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
button.border-color-current:hover {
  background-color: color-mix(in srgb, currentColor 10%, #f3f3f3) !important;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1882352941);
  transition: all 0.2s ease-in-out;
}

a.button:hover {
  color: #fafafa;
}

.sweet-alert button.confirm {
  background-color: var(--primary-color);
}
.sweet-alert button.confirm:hover {
  background-color: var(--primary-color) !important;
}
.sweet-alert button.cancel {
  background-color: #d1d1d1;
}
.sweet-alert button.confirm, .sweet-alert button.cancel {
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.sweet-alert button.confirm:hover, .sweet-alert button.cancel:hover {
  filter: brightness(95%);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1882352941);
  transition: all 0.2s ease-in-out;
}

.divider::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  width: 46px;
  height: 5px;
  border-radius: 8px;
}

.divider.divider-logado::before {
  background-image: linear-gradient(109.51deg, var(--inicio-divider-gradient) 25.27%, var(--fim-divider-gradient) 77.24%);
  z-index: 10;
}

.divider.divider-deslogado::before {
  background-image: linear-gradient(109.51deg, #00c1c9 25.27%, #00c1c9 77.24%);
}

.divider-section::before {
  content: "";
  display: block;
  width: 22vw;
  height: 6px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--primary-color) 30%, transparent 90%);
}

.divider-section-dot::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary-color);
}

.button-close {
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-close > span {
  font-size: 2rem;
  line-height: 2rem;
  color: #c2c2c2;
}

.accordion-button:not(.collapsed) {
  background-color: #e1e1e1;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-family: "FontAwesome";
  color: var(--primary-color);
  font-size: 1.25rem;
  background-image: none;
  position: absolute;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-button.collapsed::after {
  content: "\f106";
  font-family: "FontAwesome";
  color: var(--primary-color);
  font-size: 1.25rem;
  background-image: none;
  position: absolute;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.accordion-button {
  position: relative;
}

.card-table {
  width: 107px;
  height: fit-content;
  aspect-ratio: auto 4/4;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination > li > a {
  color: #272727;
}

.PagedList-skipToNext > a {
  display: flex;
  height: 36.84px;
  align-items: center;
  justify-content: center;
}

#homeContent {
  --border-radius: 0.375rem;
}
#homeContent .nav {
  border-bottom: none !important;
}
#homeContent .nav-link {
  color: #9d9d9d !important;
  border: none !important;
  border-color: none !important;
  padding-bottom: 5px;
}
#homeContent .nav-link.active {
  color: #3d3d3d !important;
  background-color: #f3f3f3;
  margin-bottom: -5px;
}
#homeContent .nav-link.active::after {
  content: "";
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid var(--primary-color) !important;
  background: none;
  width: 100%;
}
#homeContent .tab-content {
  background-color: #f3f3f3;
  border-radius: var(--border-radius);
}
#homeContent .tab-content .card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 46px;
  background-color: #ffffff;
  border-radius: var(--border-radius);
  padding: 0.9rem;
  font-size: 0.89rem;
}

.nav-next,
.nav-prev {
  --border-radius: 0.375rem;
  color: var(--primary-color);
  border: none;
  border-radius: var(--border-radius);
}
.nav-next:enabled,
.nav-prev:enabled {
  color: #fafafa;
  background-color: var(--primary-color);
}
.nav-next.swiper-button-disabled,
.nav-prev.swiper-button-disabled {
  color: #fafafa;
  background-color: none;
}

.nav-item.dropdown:hover .nav-link .float-end {
  transform: rotate(180deg);
}

.dropdown-menu {
  --radius: 0.375rem;
  --width-col: 15rem;
  padding: 5px;
  min-width: var(--width-col);
  width: max-content;
  box-sizing: unset;
  position: absolute;
  border: none !important;
}
.dropdown-menu .submenu, .dropdown-menu .submenu-menu-last-child {
  visibility: hidden;
}

.dropdown-menu li {
  min-width: max-content;
}
.dropdown-menu li:hover {
  border-radius: var(--radius);
  color: var(--primary-color) !important;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-menu li:hover a {
  transition: all 0.3s;
}
.dropdown-menu li:hover a:hover {
  border-radius: var(--radius);
  color: var(--primary-color);
}

.submenu, .submenu-menu-last-child {
  border-radius: var(--radius);
  left: 0;
  top: 0;
  box-sizing: unset;
  background-color: #ffffff;
  min-height: 100%;
  min-width: var(--width-col);
  width: max-content;
  opacity: 0;
  padding-left: calc(var(--width-col) + 0.5rem);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.dropdown-menu > li:hover > .submenu, .dropdown-menu > li:hover > .submenu-menu-last-child,
.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.submenu-menu-last-child {
  min-width: var(--width-col);
  width: max-content;
  padding-left: calc(var(--width-col) * 2 + 0.7rem);
}

.dropdown-item strong {
  margin-left: 1rem;
}

.dropdown-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 165px;
  background-color: #1d1d1d;
  opacity: 0;
  height: 100vh;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s;
}

li:hover .dropdown-menu-overlay {
  opacity: 0.64;
}

.menu-mobile--bottom {
  color: #3d3d3d;
  min-height: 570px !important;
}
.menu-mobile--bottom .nav-item.dropdown {
  width: 100%;
  min-height: 100%;
  position: relative;
  border: 0;
}
.menu-mobile--bottom .nav-item.dropdown:hover .nav-link .float-end {
  transform: rotate(180deg);
}
.menu-mobile--bottom .dropdown-menu {
  position: relative !important;
  min-width: 100%;
  box-shadow: none !important;
  border: 0;
}
.menu-mobile--bottom .dropdown-menu.show {
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: none !important;
}
.menu-mobile--bottom .dropdown-menu li:hover {
  background-color: unset;
}
.menu-mobile--bottom .dropdown-menu li:hover .dropdown-item:has(:nth-child(1)) .float-end {
  transform: rotateZ(180deg);
}
.menu-mobile--bottom .dropdown-menu li .dropdown-item {
  color: #3d3d3d;
}
.menu-mobile--bottom .dropdown-menu li .dropdown-item:hover, .menu-mobile--bottom .dropdown-menu li .dropdown-item:active {
  transition: all 0.3s;
  color: var(--primary-color);
  opacity: 0.8;
}
.menu-mobile--bottom .dropdown-menu li .dropdown-item:hover .float-end, .menu-mobile--bottom .dropdown-menu li .dropdown-item:active .float-end {
  transform: rotateZ(180deg);
  transition: all 0.3s;
}
.menu-mobile--bottom .dropdown-menu .submenu, .menu-mobile--bottom .dropdown-menu .submenu-menu-last-child {
  padding-left: 10px !important;
  min-width: 95%;
  z-index: 1;
}

.footer-mobile--bottom {
  color: #3d3d3d;
}

.skeleton-filters-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 16px;
}

.skeleton-filters-title {
  background-color: #C4C4CC;
  width: 64px;
  height: 18px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-filters-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.skeleton-filters-filter {
  display: flex;
  gap: 8px;
}

.skeleton-filters-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #C4C4CC;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-filters-line {
  width: 98px;
  height: 16px;
  background-color: #C4C4CC;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-products-container {
  background-color: #E1E1E6;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  height: max-content;
}

.skeleton-products-image {
  height: 237px;
  background-color: #C4C4CC;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-products-content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 172px;
}

.skeleton-products-title {
  width: 275px;
  height: 45px;
  background-color: #C4C4CC;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-products-price,
.skeleton-products-store,
.skeleton-products-redeem {
  width: 275px;
  height: 17px;
  background-color: #C4C4CC;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-products-redeem {
  width: 60px;
  margin-top: auto;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.category-bg {
  background: radial-gradient(at bottom left, var(--primary-color) 0%, var(--primary-color) 17%, var(--primary-color-300) 100%);
}

.resgate-viagens-container .input-group {
  overflow: hidden;
  background-color: #ffffff;
}
.resgate-viagens-container .input-group .input-group-text {
  background-color: #ffffff;
}
.resgate-viagens-container .input-group.divider-vertical-xxl:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 1px;
  width: 1px;
  height: 70%;
  background-color: #f3f3f3;
}
.resgate-viagens-container .resgate-viagens-destinos {
  background-color: #ffffff;
  border-radius: 0.375rem;
}
.resgate-viagens-container .input-group:focus-within {
  outline: none;
  border: 0;
  box-shadow: 0rem 0rem 0rem 2px var(--primary-color);
  z-index: 90;
}
.resgate-viagens-container .input-group:focus-within .input {
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.resgate-viagens-container .input-group:focus-within .input:focus {
  box-shadow: unset;
}
.resgate-viagens-container .select2.select2-container {
  width: auto !important;
  flex-grow: 1;
}
.resgate-viagens-container .select2.select2-container .select2-selection {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
}
.resgate-viagens-container .select2.select2-container .select2-selection .select2-selection__arrow {
  display: none;
}

@media (max-width: 1400px) {
  .resgate-viagens-container .input-group.divider-vertical-xxl:after {
    display: none !important;
  }
  .resgate-viagens-container .resgate-viagens-destinos {
    background-color: unset;
    border-radius: unset;
  }
}
.footer-content a.footer-link-underline {
  text-decoration: underline !important;
  text-underline-position: under !important;
  transition: all 0.2s;
}
.footer-content a:hover {
  color: var(--cor-footer-link) !important;
  opacity: 0.8;
}

.header-content .navbar-top {
  min-height: 116px;
}
.header-content .navbar-bottom {
  min-height: 50px;
}
.header-content .navbar-toggler-icon {
  background-image: url(../Img/menu-icon.svg);
  width: 2em;
  height: 2em;
}
.header-content .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.header-content button .navbar-toggler-user-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  background-image: url(../Img/circle-user-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.loginFooter {
  font-size: 0.625rem;
  color: #3d3d3d;
}

@media (min-width: 768px) {
  .loginFooter {
    font-size: 0.75rem;
  }
}
.filter-box-h-50 {
  min-height: auto;
  max-height: 182px;
  overflow-y: auto;
}
.filter-box-h-50::-webkit-scrollbar {
  width: 4px !important;
  height: auto;
}
.filter-box-h-50::-webkit-scrollbar-track {
  background: #F3F3F4;
}
.filter-box-h-50::-webkit-scrollbar-thumb {
  background-image: #BEBFBF !important;
  border-radius: 15px;
}

a.text-secondary-deslog-700:hover {
  color: #008085;
}

.login-bg {
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  object-position: left;
  object-fit: cover;
}

.login-form {
  width: 100%;
  max-width: 502px;
}

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

.bannerLoginSwiper .swiper-pagination {
  position: absolute !important;
  bottom: 15px !important;
  left: 15px !important;
  z-index: 10;
}
.bannerLoginSwiper .swiper-pagination-bullet {
  background-color: #f3f3f3;
}
.bannerLoginSwiper .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 5px;
  background-color: #00c1c9;
  transition: width 2.8s ease-out;
}
.bannerLoginSwiper .swiper-controls {
  position: absolute;
  bottom: 15px !important;
  right: 15px !important;
  z-index: 10;
}
.bannerLoginSwiper .swiper-controls .nav-next,
.bannerLoginSwiper .swiper-controls .nav-prev {
  --border-radius: 0.3rem;
  border: none;
  width: 1.8rem;
  height: 1.75rem;
}
.bannerLoginSwiper .swiper-controls .nav-next:enabled,
.bannerLoginSwiper .swiper-controls .nav-prev:enabled {
  background-color: #00c1c9;
}
.bannerLoginSwiper .swiper-controls .nav-next.swiper-button-disabled,
.bannerLoginSwiper .swiper-controls .nav-prev.swiper-button-disabled {
  color: #fafafa;
  background-color: none;
}

@media (width < 1200px) {
  .login-form {
    width: 100%;
    max-width: 360px;
  }
}
@media (width < 768px) {
  .login-bg {
    background-repeat: no-repeat;
    width: 100%;
    object-position: left;
    object-fit: cover;
  }
  .login-form {
    width: 100%;
    max-width: 285px;
  }
}
@media (width < 576px) {
  .login-bg {
    background-repeat: no-repeat;
    width: 100%;
    min-height: 20vh;
    object-position: left;
    object-fit: cover;
  }
  .login-form {
    width: 100%;
    max-width: 100%;
    min-height: 60vh;
  }
  .h-md-100 {
    height: auto !important;
  }
}
@media (width <= 426px) {
  .bannerLoginSwiper .swiper-pagination {
    display: none;
  }
}
.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.image-grid .img-big {
  width: 100%;
}
.image-grid .img-big > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
}
.image-grid .img-small {
  flex: 1;
  width: 50%;
}
.image-grid .img-small > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
  cursor: pointer;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  row-gap: 2rem;
  column-gap: 1.5rem;
  flex: 1;
}
.card-grid.card-grid-template-3 {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  column-gap: 0.5rem;
}
.card-grid a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 22.25rem;
}

.incentivale-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px #e6e6e6;
  transition: box-shadow 0.3s ease;
}
.incentivale-card:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  transform: translate(0, -4px);
  transition: transform 0.2s ease-in-out;
}
.incentivale-card > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  background-color: #fafafa;
  padding: 0.6rem;
}
.incentivale-card .incentivale-card__content {
  height: 100%;
  padding: 1rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.incentivale-card .incentivale-card__content > strong {
  margin-bottom: 2.125rem;
}

.container-filters {
  width: 100%;
  max-width: 17.5rem;
}

@media (width < 768px) {
  #filtrosDeDadosMobile .titulo-categoria-mobile {
    color: var(--cor-navbar-texto) !important;
  }
}
.produto-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  transition: box-shadow 0.3s ease;
  transform: scale(0.98);
  transition: transform 0.2s ease-in-out;
}
.produto-card:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1);
}
.produto-card > img {
  width: 100%;
  height: 242px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  background-color: #fafafa;
  padding: 0.05rem;
}
.produto-card .produto-card__content {
  height: 100%;
  padding: 1rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.produto-card .produto-card__content .produto_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #272727;
  max-width: 100%;
  margin-bottom: 0.5rem;
  min-height: 48px;
}
.produto-card .produto-card__content > strong {
  margin-bottom: 2.125rem;
}

.gift-card {
  display: flex;
  gap: 2rem;
}
.gift-card .gift-card-filters {
  width: 100%;
  max-width: 17.5rem;
  height: 1400px;
}
.gift-card .gift-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  row-gap: 2rem;
  column-gap: 1.5rem;
  flex: 1;
}
.gift-card .gift-card-grid .gift-card-card {
  display: flex;
  flex-direction: column;
  height: 410px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px #e6e6e6;
  transition: box-shadow 0.3s ease;
}
.gift-card .gift-card-grid .gift-card-card:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  transform: translate(0, -4px);
  transition: transform 0.2s ease-in-out;
}
.gift-card .gift-card-grid .gift-card-card > img {
  width: 100%;
  height: 242px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  background-color: #fafafa;
  padding: 1.5rem;
}
.gift-card .gift-card-grid .gift-card-card .gift-card-card__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gift-card .gift-card-grid .gift-card-card .gift-card-card__content > span {
  display: block;
  margin-top: auto;
  font-size: 0.875rem;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.timeline-header {
  margin-bottom: 5px;
}

.timeline-body {
  background-color: #fafafa;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  max-width: 80%;
}

.time {
  font-size: 12px;
  color: #7b7b7b;
  display: block;
}

.error-bg {
  background: url("../Img/error-img.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.error429-bg {
  background: url("../Img/429.png") no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.error-overlay {
  background-size: cover;
  background-color: rgba(0, 193, 201, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.financeiro-card {
  display: flex;
  gap: 2rem;
}
.financeiro-card .financeiro-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 31%));
  row-gap: 2rem;
  column-gap: 1.5rem;
  flex: 1;
}
.financeiro-card .financeiro-card-grid .financeiro-card-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px #e6e6e6;
  transition: box-shadow 0.3s ease;
}
.financeiro-card .financeiro-card-grid .financeiro-card-card:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  transform: translate(0, -4px);
  transition: transform 0.2s ease-in-out;
}
.financeiro-card .financeiro-card-grid .financeiro-card-card > img {
  width: 100%;
  height: 242px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  background-color: #fafafa;
  padding: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
