*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/2 {
  top: 50%;
}

.m-4 {
  margin: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[7rem\] {
  margin-top: 7rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[4rem\] {
  height: 4rem;
}

.h-\[6rem\] {
  height: 6rem;
}

.h-auto {
  height: auto;
}

.max-h-\[540px\] {
  max-height: 540px;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-\[10\%\] {
  width: 10%;
}

.w-\[2\.5rem\] {
  width: 2.5rem;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[4rem\] {
  width: 4rem;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[6rem\] {
  width: 6rem;
}

.w-\[75\%\] {
  width: 75%;
}

.w-full {
  width: 100%;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-\[10px\] {
  border-width: 10px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-asfalto-100 {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.border-asfalto-200 {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.border-asfalto-50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}

.border-mirtilo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 255 / var(--tw-border-opacity, 1));
}

.border-mirtilo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(187 179 255 / var(--tw-border-opacity, 1));
}

.border-sucesso-300 {
  --tw-border-opacity: 1;
  border-color: rgb(137 236 186 / var(--tw-border-opacity, 1));
}

.border-sucesso-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 246 / var(--tw-border-opacity, 1));
}

.bg-asfalto-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.bg-mirtilo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 136 253 / var(--tw-bg-opacity, 1));
}

.bg-sucesso-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 251 235 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-asfalto-400 {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-asfalto-500 {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.text-asfalto-600 {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.text-asfalto-800 {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}

.text-asfalto-950 {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-cereja-500 {
  --tw-text-opacity: 1;
  color: rgb(255 43 74 / var(--tw-text-opacity, 1));
}

.text-cereja-600 {
  --tw-text-opacity: 1;
  color: rgb(247 11 46 / var(--tw-text-opacity, 1));
}

.text-mirtilo-600 {
  --tw-text-opacity: 1;
  color: rgb(104 53 242 / var(--tw-text-opacity, 1));
}

.text-sucesso-500 {
  --tw-text-opacity: 1;
  color: rgb(50 213 131 / var(--tw-text-opacity, 1));
}

.text-sucesso-600 {
  --tw-text-opacity: 1;
  color: rgb(27 158 92 / var(--tw-text-opacity, 1));
}

.text-sucesso-700 {
  --tw-text-opacity: 1;
  color: rgb(24 125 75 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

body {
  background-color: #f4f3ff;
}

.btn {
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all ease 0.4s;
  cursor: pointer;
}

:where(.i-logos\:google-icon) {
  display: inline-block;
  width: 0.98em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 262' width='256' height='262'%3E%3Cpath fill='%234285F4' d='M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622l38.755 30.023l2.685.268c24.659-22.774 38.875-56.282 38.875-96.027'/%3E%3Cpath fill='%2334A853' d='M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055c-34.523 0-63.824-22.773-74.269-54.25l-1.531.13l-40.298 31.187l-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1'/%3E%3Cpath fill='%23FBBC05' d='M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82c0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602z'/%3E%3Cpath fill='%23EB4335' d='M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0C79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251'/%3E%3C/svg%3E");
}

.btn-primary {
  color: white !important;
  border: 1px solid #5923de !important;
  background: #5923de !important;
}

.btn-primary:hover {
  border: 1px solid #3e1a98 !important;
  background: #3e1a98 !important;
}

.btn-secondary {
  color: #5923de !important;
  border: 1px solid #8a6dfb !important;
  background: white !important;
}

.btn-secondary:hover {
  color: #3e1a98 !important;
  border: 1px solid #5923de !important;
  background: #ebe8ff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Sora";
}

p,
span,
strong {
  margin: 0;
  font-family: "Inter";
}

@media (min-width: 768px) {
  .modal-padrao {
    background-color: white;
    border-radius: 0.5rem;
    border: solid 1px var(--asfalto-100);
    padding: 1.25rem 1.5rem;
    position: fixed;
    max-width: 580px;
    width: 87.72%;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    max-height: 90dvh;
  }

  .modal-v2 {
    display: flex;
    padding: 1.5rem 1.5rem 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: auto;
    max-height: 85%;
    width: 100%;
    box-sizing: border-box;
    max-width: 580px;
    border-radius: 0.5rem;
    z-index: 99;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .modal-v2 {
    display: flex;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    min-height: 100dvh;
    max-width: 580px;
    border-radius: 0;
    z-index: 99;
    flex-direction: column;
    padding: 1.5rem 1.5rem 8rem !important;
  }

  .modal-padrao {
    background-color: white;
    padding: 1.25rem 1rem;
    max-width: 580px;
    min-height: 100dvh;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 0 !important;
    top: 0 !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: fixed !important;
    box-sizing: border-box !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
  }

  .grid-pc {
    width: 100%;
  }
}

.linha {
  border-top: solid 1px #e7e7e7;
  width: auto;
}

/* CHECK RADIUS */

.input {
  display: flex;
  font-size: 1rem;
  height: 2.75rem;
  padding-left: 1rem;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  color: #1c1c1c;
  width: 100%;
  box-sizing: border-box;
}

.input:focus {
  border: 1px solid #9988fd !important;
  outline: 0;
}

.input-label {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
  height: auto;
  box-sizing: border-box;
}

.check-radius {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d1d1d1 !important;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}

.input-label:focus-within {
  outline: none;
  border-color: #9988fd;
  border: 1px solid #9988fd;
  transition: all 0.2s ease-in-out;
  background-color: #f4f3ff;
}

.d-none {
  display: none;
}

.mirtilo-800 {
  color: #4a1dba !important;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes recordingPulse {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* Animação com keyframes para subir suavemente */

@keyframes moveToTopRight {
  0% {
    top: 50%;
    right: 50%;
    /* Centraliza o elemento na posição inicial */
    transform: translate(50%, -50%) scale(1);
    /* Ajusta a posição com translate */
    padding: 0.5rem;
    box-sizing: border-box;
  }

  100% {
    top: 6dvh;
    right: 0;
    transform: translate(0, 0) scale(0.7);
    padding: 0.5rem;
    box-sizing: border-box;
  }
}

.div-loader {
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.loader-bonito {
  width: 3rem;
  padding: 0.3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ff576b;
  --_m: conic-gradient(#0000 2%, #000), linear-gradient(#ffc0c7 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

.recording-dot {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  animation: recordingPulse 1.5s infinite;
}

.div-contem-recording p {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  color: #fff;
}

.timer-regras {
  position: absolute;
  left: auto;
  transition: transform 0.6s ease;
  padding: 1rem !important;
}

.visible {
  opacity: 1 !important;
}

.pulse-effect {
  animation: pulse 1s infinite;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.418);
}

.timer-regras.reduced {
  animation: moveToTopRight 1.2s ease forwards;
  /* transform: scale(0.7); */
  min-width: 160px;
  max-width: 160px;
}

.div-contem-recording {
  gap: 10px;
}

.div-contem-recording,
.div-timer {
  justify-content: center;
  align-items: center;
}

.scrollbar-none {
  scrollbar-width: none;
}

/* Imagens ratio */

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio-1x1 {
  --bs-aspect-ratio: calc(1 / 1 * 100%);
}

.ratio {
  position: relative;
  width: 100%;
  max-width: 10rem;
}

figure.selected,
.relative {
  position: relative !important;
}

.order-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #4a1dba;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #4a1dba;
}

figure.selected .order-badge {
  display: flex;
}

/* Cria a onda de fundo (CINZA) */

.progress-bar-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d1d5db;
  /* Cor do seu gray-300 */
  /* Máscara com um padrão de onda mais aleatório e visível */
  -webkit-mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    /* Barra de 3px */ transparent 3px,
    transparent 6px /* Espaço de 3px */
  );
  mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    transparent 3px,
    transparent 6px
  );
  /* A "mágica" para criar as alturas variadas */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  /* Simula a aleatoriedade com várias máscaras sobrepostas em diferentes alturas */
  -webkit-mask-composite: source-in;
  /* Para compatibilidade com WebKit */
  mask-composite: intersect;
}

/* Cria a onda de progresso (MIRTILO) */

.progress-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6366f1;
  /* Cor do seu mirtilo-500 (ajuste se necessário) */
  /* Aplica EXATAMENTE a mesma máscara */
  -webkit-mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    transparent 3px,
    transparent 6px
  );
  mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    transparent 3px,
    transparent 6px
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.audio-player-component {
  border: solid 1px #e7e7e7;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

@keyframes pulse-color {
  0%,
  100% {
    background-color: #ef4444;
    /* Equivalente a red-500 do Tailwind */
  }

  50% {
    background-color: #fca5a5;
    /* Equivalente a red-300 do Tailwind */
  }
}

/* teste */

.wave-container {
  width: 90%;
  /* max-width: 200px; */
  height: 35px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.wave {
  width: 100%;
  height: 100%;
  background: #ccc;
  -webkit-mask: url("/painel-v2/lib/img/fav-icons/2.svg") center/100% 100%
    no-repeat;
  mask: url("/painel-v2/lib/img/fav-icons/2.svg") center/80% 80% no-repeat;
  position: relative;
}

.wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #4f46e5;
  transform: scaleY(0);
  /* começa zerado no centro */
  transform-origin: center center;
  /* anima do centro p/ cima e baixo */
  transition: transform 0.1s linear;
}

.wave.playing::before {
  transform: scaleY(1);
  /* cresce preenchendo até o topo e base */
}

.wave::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleY(1);
  /* começa em 5px */
  height: 1px;
  width: 4px;
  background: #6366f1;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  opacity: 0;
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.wave.playing::after {
  opacity: 1;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scaleY(1);
  }

  50% {
    transform: translateY(-50%) scaleY(20);
  }

  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

.time-info {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.player-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scaleY(1);
  }

  50% {
    transform: translateY(-50%) scaleY(20);
  }

  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

@keyframes fill-progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.progress-bar.fill {
  animation: fill-progress 60s linear forwards;
}

.progress-bar.full {
  width: 100% !important;
  transition: width 0.5s linear;
  /* anima suave */
}

.hidden-header {
  transform: translateY(-100%);
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-menu {
  position: fixed !important;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.\!absolute {
  position: absolute !important;
}

.selectable-image.selected .overlay {
  opacity: 1;
}

/* spinner haus */

/* From Uiverse.io by abrahamcalsin */

.dot-spinner {
  --uib-size: 1.25rem;
  --uib-speed: 0.9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.checked\:border-mirtilo-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(104 53 242 / var(--tw-border-opacity, 1));
}

.checked\:bg-mirtilo-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(104 53 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mirtilo-50\/60:hover {
  background-color: rgb(244 243 255 / 0.6);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-mirtilo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(138 109 251 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-mirtilo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(138 109 251 / var(--tw-ring-opacity, 1));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:h-\[160px\] {
    height: 160px;
  }

  .sm\:max-w-\[160px\] {
    max-width: 160px;
  }
}

@media (min-width: 768px) {
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:h-\[8rem\] {
    height: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-\[8rem\] {
    width: 8rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
