/* Importando Tailwind */

*, ::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.14 | 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: Poppins, sans-serif;
  /* 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;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[500px\] {
  height: 500px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

.w-\[this-is\\\\\] {
  width: this-is\\;
}

.w-\[this-is\] {
  width: this-is;
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid;
}

.w-full {
  width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.-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)) !important;
}

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

.transform-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

.content-normal {
  align-content: normal;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

.content-stretch {
  align-content: stretch;
}

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-normal {
  justify-content: normal;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-4 {
  gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-e {
  border-inline-end-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-home {
  background-image: url('/static/assets/sx694.png');
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-center {
  background-position: center;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --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);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

/* Header */

.navbar {
  background-color: #000;
}

.category-section {
  margin: 10px 0;
  padding: 10px;
  background-color: #000;
  /* Preto */
}

.category-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  /* Ajuste a margem superior, se necessário */
  margin-bottom: 1px;
  /* Ajuste a margem inferior conforme necessário */
  color: #FF0000;
  text-align: left;
  /* Alinha o título à esquerda */
  margin-left: 10px;
  /* Adiciona um pequeno espaço à esquerda */
  background-color: #000;
  /* Fundo preto */
  padding: 5px;
  /* Espaçamento interno opcional para melhorar o visual */
}

/* Container dos vídeos */

.category-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 360px !important;
  /* Altura fixa */
  background-color: #000;
  /* Fundo preto */
  position: relative;
}

/* Cartão de vídeo */

.video-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* Empilha o vídeo, título e descrição */
  justify-content: space-between;
  /* Garante que o vídeo ocupe o máximo de espaço possível */
  max-height: 360px;
  /* Limita a altura do cartão para 360px */
}

/* Vídeo ajustável */

.small-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Ajusta o vídeo sem cortar */
  aspect-ratio: 9 / 16;
  /* Mantém a proporção 9:16 */
  background-color: #000;
  /* Fundo preto */
}

/* Informações sobre o vídeo (título e descrição) */

.video-info {
  position: absolute;
  /* Sobrepõe ao vídeo */
  bottom: 0;
  /* Alinha ao fundo do vídeo */
  left: 0;
  /* Alinha à esquerda */
  width: 100%;
  /* Ocupa toda a largura */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  /* Gradiente do fundo para o topo */
  color: #fff;
  /* Texto branco */
  padding: 10px;
  /* Espaçamento interno */
  box-sizing: border-box;
  /* Inclui padding no cálculo de altura/largura */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Garante que os textos fiquem no fundo */
  pointer-events: none;
  /* Evita interferência com o clique no vídeo */
}

/* Título do vídeo */

.video-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  /* Remove margens */
  line-height: 1.2;
  /* Espaçamento entre linhas */
  white-space: nowrap;
  /* Mantém o texto em uma linha */
  text-overflow: ellipsis;
  /* Adiciona "..." se o texto for longo */
  overflow: hidden;
  /* Esconde excesso de texto */
  pointer-events: auto;
  /* Mantém o clique possível no texto */
}

/* Descrição do vídeo */

.video-description {
  font-size: 0.8rem;
  margin-top: 5px;
  /* Espaço entre título e descrição */
  line-height: 1.2;
  /* Espaçamento entre linhas */
  max-height: 2.4em;
  /* Limita a descrição a 2 linhas */
  text-overflow: ellipsis;
  /* Adiciona "..." no final */
  overflow: hidden;
  /* Esconde texto extra */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limita a 2 linhas */
  -webkit-box-orient: vertical;
  pointer-events: auto;
  /* Mantém o clique possível no texto */
}

/* Exibe no máximo 6 vídeos em telas maiores que 1024px */

@media (min-width: 1024px) {
  .category-videos {
    display: flex;
    gap: 10px;
    /* Espaçamento entre vídeos */
    overflow: hidden;
    /* Garante que nada ultrapasse o container */
  }

  .video-card {
    flex: 0 0 calc(17.3% - 10px);
    /* 16.6% para dividir o container em 6 vídeos */
    max-height: 360px;
  }
}

/* Telas até 1024px */

@media (max-width: 1024px) {
  .video-card {
    flex: 0 0 24.8%;
    /* 4 vídeos por linha */
  }
}

/* Tablets */

@media (max-width: 820px) {
  .video-card {
    flex: 0 0 34%;
    /* 3 vídeos por linha */
  }
}

/* Celulares pequenos */

@media (max-width: 450px) {
  .video-card {
    flex: 0 0 50.6%;
    /* 2 vídeos por linha */
  }
}

/* Botões de rolagem */

.scroll-btn {
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

/* Container dos vídeos */

.category-videos {
  display: flex;
  gap: 5px;
  transition: transform 0.5s ease;
  padding: 10px;
  overflow: hidden;
  width: 100%;
}

.category-videos::-webkit-scrollbar {
  display: none;
}

/* Oculta os botões em dispositivos com telas sensíveis ao toque */

@media (pointer: coarse) {
  .scroll-btn {
    display: none;
    /* Oculta os botões */
  }
}

/* Rodapé */

footer {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  height: 40px;
  /* Define uma altura fixa */
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 10px;
}

footer a {
  color: #FF0000;
  text-decoration: none;
  margin: 0;
  /* Remove margens extras */
}

/* Efeito de Hover */

footer a:hover {
  color: #FFC107;
  /* Cor amarela quando o mouse passar sobre o link */
}

/* Adicionando Responsividade para telas menores que 480px */

@media (max-width: 480px) {
  footer {
    padding: 10px 10px;
    /* Ajusta o padding para telas pequenas */
    height: 50px;
    /* Ajusta a altura para telas menores */
  }

  footer p {
    font-size: 14px;
    /* Diminui o tamanho da fonte do parágrafo */
    line-height: 1.4;
    /* Ajusta o espaçamento entre as linhas */
    word-wrap: break-word;
    /* Permite que o texto quebre de linha se necessário */
  }

  footer a {
    font-size: 12px;
    /* Ajusta o tamanho do link */
  }

  footer {
    white-space: nowrap;
    /* Impede quebra de linha, mantendo o texto na mesma linha */
  }
}

/* Adicionando Responsividade para telas menores que 390px */

@media (max-width: 390px) {
  footer {
    padding: 10px 8px;
    /* Ajusta o padding para telas ainda menores */
    height: 40px;
    /* Ajusta a altura para telas ainda menores */
  }

  footer p {
    font-size: 12px;
    /* Diminui ainda mais o tamanho da fonte */
    line-height: 1.3;
    /* Ajusta o espaçamento entre as linhas para telas menores */
  }

  footer a {
    font-size: 10px;
    /* Diminui o tamanho do link para telas pequenas */
  }
}

.left-btn {
  left: 10px;
}

.right-btn {
  right: 10px;
}

.scroll-btn {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.left-btn {
  left: 10px;
}

.right-btn {
  right: 10px;
}

/* Estilo padrão para grandes telas */

.bg-home {
  background-size: 11%;
  /* Reduz a imagem para % do tamanho original */
  background-position: center;
  /* Garante que a imagem fique centralizada */
  background-repeat: no-repeat;
  /* Evita repetição da imagem */
}

/* Ajustes para desktop (telas menores que 1500px) */

@media (max-width: 1500px) {
  .bg-home {
    background-size: 14%;
    /* Aumenta um pouco o tamanho da imagem para desktop */
  }
}

/* Ajustes para tablets (telas menores que 1024px) */

@media (max-width: 1024px) {
  .bg-home {
    background-size: 20%;
    /* Aumenta um pouco o tamanho da imagem para tablets */
  }
}

/* Ajustes para dispositivos móveis (telas menores que 768px) */

@media (max-width: 768px) {
  .bg-home {
    background-size: 25%;
    /* Aumenta a imagem para telas menores */
  }
}

/* Para dispositivos muito pequenos (ex: celulares em paisagem) */

@media (max-width: 480px) {
  .bg-home {
    background-size: 35%;
    /* Ajuste proporcional para dispositivos ainda menores */
  }
}

/* Para dispositivos muito pequenos (ex: celulares em paisagem) */

@media (max-width: 380px) {
  .bg-home {
    background-size: 27%;
    /* Ajuste proporcional para dispositivos ainda menores */
  }
}

/* Menu deslizante */

#mobile-menu {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  width: 50%;
  /* Mantendo 50% da largura */
  max-width: 300px;
  /* Limite de largura */
  background-color: #000;
  /* Fundo preto */
  height: 100%;
  /* Altura total */
  position: fixed;
  top: 0;
  /* Alinhado ao topo */
  left: 0;
  /* Alinhado à esquerda */
  z-index: 20;
  display: flex;
  flex-direction: column;
  /* Itens alinhados verticalmente */
  padding: 1rem;
  gap: 1rem;
  /* Espaçamento entre os links */
  justify-content: flex-start;
  /* Começa no topo */
  align-items: flex-start;
  /* Alinhado à esquerda */
  box-sizing: border-box;
  /* Garantindo que padding não altere dimensões */
}

/* Quando o menu está aberto */

#mobile-menu.open {
  transform: translateX(0);
}

/* Links do menu */

#mobile-menu a {
  text-align: left;
  /* Alinhar o texto à esquerda */
  width: 100%;
  /* Ocupa toda a largura do menu */
  display: block;
  /* Garante que cada link ocupa uma linha */
  padding: 0.5rem 0;
  /* Espaçamento interno para facilitar o toque */
  box-sizing: border-box;
  /* Padding não interfere na largura */
  text-decoration: none;
  /* Remove o sublinhado */
}

/* Sobreposição para o restante da tela */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Sombra transparente */
  z-index: 10;
  display: none;
  /* Oculto por padrão */
}

#overlay.active {
  display: block;
  /* Mostra a sobreposição ao abrir o menu */
}

/* Estilo para o menu de categorias (visível em telas grandes) */

#categories-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  /* Faz o menu aparecer abaixo do item "Home" */
  background-color: #000;
  color: white;
  padding: 10px 0;
  margin-top: 5px;
  width: 200px;
  /* Ajuste a largura conforme necessário */
  z-index: 100;
  /* Para garantir que o menu fique acima de outros elementos */
}

#categories-menu a {
  display: block;
  /* Faz com que os links ocupem a largura total */
  padding: 10px;
  font-weight: bold;
}

/* Tornar o menu de categorias visível */

#categories-menu.show {
  display: block;
}

/* Estilo para o menu de categorias no mobile */

#categories-menu-mobile {
  display: none;
  /* Oculto por padrão */
  flex-direction: column;
  /* Itens alinhados verticalmente */
  gap: 0.5rem;
  /* Espaçamento entre os links */
}

/* Mostrar o menu de categorias quando ativo */

#categories-menu-mobile.show {
  display: flex;
  /* Mostra o menu de categorias */
}

/* Links do menu de categorias no mobile */

#categories-menu-mobile a {
  color: #ff0000;
  /* Cor vermelha para os links */
  font-weight: bold;
  /* Negrito */
  padding: 0.5rem 0;
  /* Espaçamento interno */
  text-align: left;
  /* Alinhado à esquerda */
  display: block;
  /* Cada link ocupa uma linha */
}

.dropdown {
  margin-left: 20px;
  /* Adiciona um espaçamento de 20px entre o menu e o canto esquerdo */
  margin-right: 20px;
  /* Adiciona um espaçamento de 20px entre o menu e o canto direito */
  margin-top: 20px;
  /* Adiciona um espaçamento de 100px entre o menu e a parte superior */
  margin-bottom: 25px;
  /* Adiciona um espaçamento de -45px entre o menu e a parte inferior */
  background-color: black;
  /* Cor de fundo do menu */
}

.dropdown .categories-dropdown a {
  color: white;
  /* Cor do texto */
  padding: 5px;
  /* Espaçamento interno */
  text-decoration: none;
  /* Remove o sublinhado */
}

.dropdown .categories-dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  /* Efeito hover */
}

/* Estilos básicos para a seção */

.policies-section {
  padding: 20px;
  margin: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

/* Estilo para o botão "Fechar" da seção Sobre */

#close-about-btn {
  background-color: red;
  /* Cor de fundo vermelha */
  color: white;
  /* Cor do texto branco */
  border: none;
  /* Remove borda */
  padding: 4px 8px;
  /* Adiciona espaçamento interno */
  font-size: 16px;
  /* Define o tamanho da fonte */
  cursor: pointer;
  /* Aponta o cursor como mãozinha */
  border-radius: 5px;
  /* Arredonda os cantos */
  position: absolute;
  /* Faz o botão se posicionar de maneira absoluta em relação à seção */
  top: 10px;
  /* Distância do topo da seção */
  right: 20px;
  /* Distância da direita da seção */
}

/* Estilo para a seção Sobre */

#about-section {
  padding: 50px;
  position: relative;
  /* Faz a seção ser o contêiner de posicionamento do botão */
  display: block;
  /* Certifique-se de que a seção seja exibida corretamente */
}

/* Estilo para o botão "Fechar" da seção Contato */

#close-contact-btn {
  background-color: red;
  /* Cor de fundo vermelha */
  color: white;
  /* Cor do texto branco */
  border: none;
  /* Remove borda */
  padding: 4px 8px;
  /* Adiciona espaçamento interno */
  font-size: 16px;
  /* Define o tamanho da fonte */
  cursor: pointer;
  /* Aponta o cursor como mãozinha */
  border-radius: 5px;
  /* Arredonda os cantos */
  position: absolute;
  /* Faz o botão se posicionar de maneira absoluta em relação à seção */
  top: 10px;
  /* Distância do topo da seção */
  right: 20px;
  /* Distância da direita da seção */
}

/* Estilo para a seção Contato */

#contact-section {
  padding: 50px;
  position: relative;
  /* Faz a seção ser o contêiner de posicionamento do botão */
  display: block;
  /* Certifique-se de que a seção seja exibida corretamente */
}

/* Estilo padrão para o campo de pesquisa */

#search {
  width: 15%;
  /* O campo ocupa 100% da largura por padrão */
}

/* Responsividade: abaixo de 750px, o campo de pesquisa ocupa 50% da largura */

@media (max-width: 750px) {
  #search {
    width: 35%;
    /* O campo ocupa 50% da largura */
  }
}

/* Container de pesquisa em dispositivos móveis */

#mobile-search-container {
  position: relative;
  z-index: 1000;
  /* Garante que fique acima de outros elementos */
}

/* Exibe o campo de pesquisa apenas em dispositivos móveis */

@media (max-width: 768px) {
  #mobile-search-container {
    display: none;
    /* Inicialmente oculto */
  }
}

/* Container de resultados de pesquisa */

#search-results {
  display: flex;
  /* Alinha os vídeos em linha */
  flex-wrap: wrap;
  /* Permite quebrar a linha se necessário */
  gap: 10px;
  /* Espaçamento entre os vídeos */
  margin-top: 20px;
  /* Espaço entre o cabeçalho e os resultados */
  padding: 10px;
  background-color: #fff;
  /* Fundo branco para destacar os vídeos */
  border-radius: 8px;
  overflow: hidden;
  /* Evita que o conteúdo transborde */
}

#search-results .video-card {
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
  aspect-ratio: 9 / 16;
  /* Modificado para proporção 9:16 */
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

#search-results .video-card video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  /* Exibe o vídeo inteiro sem cortes */
  border-radius: 8px 8px 0 0;
}

/* Espaço entre os vídeos e o título ORGIA */

.category-title {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

/* Botão de fechar pesquisa */

#close-search {
  display: none;
  /* Inicialmente oculto */
  margin: 35px auto;
  padding: 4px 8px;
  background-color: #dc3545;
  /* Vermelho */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Responsividade para telas menores que 750px */

@media (max-width: 750px) {
  #search-results .video-card {
    flex: 1 1 100%;
    /* Ocupa 100% da largura */
    max-width: 100%;
    /* Garante que o vídeo ocupe toda a largura do container */
  }
}

/* Responsividade para telas menores que 480px */

@media (max-width: 480px) {
  #search-results {
    gap: 5px;
    /* Reduz o espaçamento entre os vídeos */
    padding: 5px;
    /* Reduz o padding */
  }

  #search-results .video-card {
    flex: 1 1 100%;
    /* Ocupa 100% da largura */
    max-width: 100%;
  }
}

/* Estilo para o cabeçalho fixo */

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* Certifique-se de que o cabeçalho fique acima de outros elementos */
  background-color: rgba(255, 255, 255, 0.4);
  /* Adiciona transparência */
}

/* Estilo para o campo de pesquisa fixo */

.fixed-search {
  position: fixed;
  top: 98px;
  /* Ajuste conforme a altura do cabeçalho */
  left: 0;
  right: 0;
  z-index: 999;
  /* Fica acima dos outros elementos */
}

.fixed-search input {
  background-color: rgba(255, 255, 255, 0.4);
  /* Fundo branco com 40% de transparência */
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* Borda levemente transparente */
  color: #3f0909;
  /* Cor do texto no input (branco) */
  padding: 8px 16px;
  /* Ajuste de padding */
  border-radius: 8px;
  /* Bordas arredondadas */
  outline: none;
  /* Remove a borda ao focar */
}

.fixed-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  /* Cor do placeholder com transparência */
}

.fixed-search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  /* Cor do placeholder com transparência */
}

/* Adicione um espaçamento ao conteúdo abaixo do cabeçalho fixo */

body {
  padding-top: 150px;
  /* Ajuste conforme a altura do cabeçalho e do campo de pesquisa */
}

section {
  margin-top: 100px;
  /* Espaço para não cobrir o cabeçalho fixo */
}

section h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
}

section p {
  color: #666;
}

section a {
  text-decoration: none;
}

/* Carrossel geral */

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Espaçamento entre imagens */
}

/* Imagens do carrossel */

.carousel img {
  flex-shrink: 0;
  width: 100%;
  /* Por padrão: 1 imagem visível */
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Para telas maiores, exibe 3 imagens */

@media (min-width: 800px) {
  .carousel img {
    width: calc(33.33% - 10px);
    /* Espaçamento incluso */
  }
}

/* Para telas menores, exibe apenas 1 imagem */

@media (max-width: 799px) {
  .carousel img {
    width: 100%;
    /* Ocupa toda a largura */
  }
}

/* Estilização da seção */

#netflix-style {
  margin-top: -20px;
  /* Mantém o ajuste negativo */
  width: 100%;
  /* Garante que ocupa 100% sem vazamentos */
  height: 100vh;
  overflow: hidden;
  /* Impede vazamento de conteúdo */
  position: relative;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove qualquer scroll horizontal */
  height: 100%;
  /* Garante que o corpo da página ocupe toda a altura da tela */
}

/* Ajustes para telas grandes */

#netflix-style {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
}

/* Ajustes para o vídeo */

#trailer-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Garante que o vídeo ocupe todo o espaço */
}

/* Degradê e Conteúdo */

.bg-gradient-to-r {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  /* Ogradiente ocupa 60% da tela */
  height: 100%;
  z-index: 2;
}

/* Texto e Conteúdo */

#netflix-style h1 {
  font-size: 3rem;
  color: #e11d48;
  /* Vermelho escuro */
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 3;
}

/* Botão "Assistir" */

a.bg-red-600 {
  display: inline-block;
  background-color: #e11d48;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  transform: scale(0.8);
  /* Reduz o tamanho em 50% */
  transform-origin: center;
  /* Garante que o botão diminua a partir do centro */
}

a.bg-red-600:hover {
  background-color: #c81e43;
  /* Tom mais escuro no hover */
}

/* Ajustes adicionais para responsividade trailer */

@media (max-width: 1280px) {
  #netflix-style {
    height: 91vh;
    /* O vídeo ocupa 70% da altura da tela */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }
}

/* Ajustes adicionais para responsividade */

@media (max-width: 1025px) {
  #netflix-style {
    height: 97vh;
    /* O vídeo ocupa 70% da altura da tela */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }
}

@media (max-width: 1025px) and (min-height: 1000px) {
  #netflix-style {
    height: 42vh;
    /* Ajusta a altura do container */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }
}

/* Ajustes adicionais para responsividade - 912px */

@media (max-width: 913px) {
  #netflix-style {
    height: 38vh;
    /* O vídeo ocupa 40% da altura da tela */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Reduz tamanho do título */

  #netflix-style h1 {
    font-size: 2rem;
    /* Tamanho menor para o título */
    line-height: 1.2;
    /* Espaçamento ajustado */
  }

  /* Reduz tamanho da descrição */

  #netflix-style p {
    font-size: 1rem;
    /* Tamanho menor para a descrição */
    line-height: 1.5;
    /* Espaçamento ajustado */
  }

  /* Reduz tamanho do botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.5rem 1.25rem;
    /* Reduz o padding do botão */
    font-size: 0.875rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste adicional no degradê */

  .bg-gradient-to-r {
    width: 60%;
    /* Reduz a largura do degradê */
  }

  /* Espaçamento entre o conteúdo e o topo */

  .mt-16 {
    margin-top: 2rem;
    /* Reduz o espaçamento do topo */
  }
}

@media (max-width: 854px) {
  #netflix-style {
    height: 37.4vh;
    /* O vídeo ocupa 40% da altura da tela */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Reduz tamanho do título */

  #netflix-style h1 {
    font-size: 1.8rem;
    /* Tamanho menor para o título */
    line-height: 1;
    /* Espaçamento ajustado */
  }

  /* Reduz tamanho da descrição */

  #netflix-style p {
    font-size: 0.9rem;
    /* Tamanho menor para a descrição */
    line-height: 1.4;
    /* Espaçamento ajustado */
  }

  /* Reduz tamanho do botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.4rem 1.10rem;
    /* Reduz o padding do botão */
    font-size: 0.800rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste adicional no degradê */

  .bg-gradient-to-r {
    width: 60%;
    /* Reduz a largura do degradê */
  }

  /* Espaçamento entre o conteúdo e o topo */

  .mt-16 {
    margin-top: 2rem;
    /* Reduz o espaçamento do topo */
  }
}

/* Ajustes adicionais para responsividade - 912px */

@media (max-width: 821px) {
  #netflix-style {
    height: 39vh;
    /* O vídeo ocupa 40% da altura da tela */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Reduz tamanho do título */

  #netflix-style h1 {
    font-size: 1.8rem;
    /* Tamanho menor para o título */
    line-height: 1;
    /* Espaçamento ajustado */
  }

  /* Reduz tamanho da descrição */

  #netflix-style p {
    font-size: 0.9rem;
    /* Tamanho menor para a descrição */
    line-height: 1.4;
    /* Espaçamento ajustado */
  }

  /* Reduz tamanho do botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.4rem 1.10rem;
    /* Reduz o padding do botão */
    font-size: 0.800rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste adicional no degradê */

  .bg-gradient-to-r {
    width: 60%;
    /* Reduz a largura do degradê */
  }

  /* Espaçamento entre o conteúdo e o topo */

  .mt-16 {
    margin-top: 2rem;
    /* Reduz o espaçamento do topo */
  }
}

/* Ajustes adicionais para responsividade - 768px */

@media (max-width: 769px) {
  #netflix-style {
    height: 42.6vh;
    /* O vídeo ocupa 30% da altura da tela */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Reduz tamanho do título */

  #netflix-style h1 {
    font-size: 1.6rem;
    /* Tamanho menor para o título */
    line-height: 0.8;
    /* Espaçamento ajustado */
    margin-bottom: 0.5rem;
    /* Reduz espaço abaixo do título */
  }

  /* Reduz tamanho da descrição */

  #netflix-style p {
    font-size: 0.8rem;
    /* Tamanho menor para a descrição */
    line-height: 1;
    /* Espaçamento ajustado */
    margin-bottom: 0.75rem;
    /* Reduz espaço abaixo da descrição */
  }

  /* Reduz tamanho do botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.3rem 1rem;
    /* Reduz o padding do botão */
    font-size: 0.75rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste adicional no degradê */

  .bg-gradient-to-r {
    width: 60%;
    /* Reduz a largura do degradê */
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 431px) {
  #netflix-style {
    height: 26.5vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 1.2rem;
    /* Tamanho menor para o título */
    line-height: 1.1;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 1.2;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Estilo para ajustar a posição */

  #netflix-style .btn-assistir {
    margin-top: auto;
    /* Garante que o conteúdo preencha o espaço superior */
    margin-bottom: -1rem;
    /* Ajusta o espaço inferior conforme necessário */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 9.5vh;
  }

  .fixed-search{
    height: 0.9vh;
  }

  .fixed-search input#search {
    padding-top: 2px;
    /* Reduz espaço interno */
    padding-bottom: 2px;
    border: 1px solid gray;
    font-size: 0.8rem;
    /* Reduz tamanho da fonte */
    height: auto;
    /* Garante que o tamanho seja definido pelo conteúdo */
    line-height: 1;
    /* Ajusta espaçamento interno do texto */
    width: 100px;
    /* Define largura fixa */
    max-width: 100%;
    /* Impede que ultrapasse o contêiner pai */
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 415px) {
  #netflix-style {
    height: 26vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 1.2rem;
    /* Tamanho menor para o título */
    line-height: 1.1;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 1.2;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 10vh;
  }

  .fixed-search{
    height: 1vh;
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 413px) {
  #netflix-style {
    height: 25.5vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 1.2rem;
    /* Tamanho menor para o título */
    line-height: 1.1;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 1.2;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 9.7vh;
  }

  .fixed-search{
    height: 1vh;
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 391px) {
  #netflix-style {
    height: 26vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 0.9rem;
    /* Tamanho menor para o título */
    line-height: 0.9;
    /* Ajuste no espaçamento */
    margin-bottom: 0.2rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 1.2;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Estilo para ajustar a posição */

  #netflix-style .btn-assistir {
    margin-top: auto;
    /* Garante que o conteúdo preencha o espaço superior */
    margin-bottom: -1.5rem;
    /* Ajusta o espaço inferior conforme necessário */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 10.5vh;
  }

  .fixed-search{
    height: 1vh;
  }

  .fixed-search input#search {
    padding-top: 1.5px;
    /* Reduz espaço interno */
    padding-bottom: 1.5px;
    border: 1px solid gray;
    font-size: 0.8rem;
    /* Reduz tamanho da fonte */
    height: auto;
    /* Garante que o tamanho seja definido pelo conteúdo */
    line-height: 1;
    /* Ajusta espaçamento interno do texto */
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 376px) {
  #netflix-style {
    height: 32vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 0.8rem;
    /* Tamanho menor para o título */
    line-height: 1;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 1.2;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 13.2vh;
  }

  .fixed-search{
    height: 1vh;
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 361px) {
  #netflix-style {
    height: 28vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 0.7rem;
    /* Tamanho menor para o título */
    line-height: 0.8;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 1.2;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 12vh;
  }

  .fixed-search{
    height: 1vh;
  }
}

/* Ajustes específicos para responsividade - 430px */

@media (max-width: 345px) {
  #netflix-style {
    height: 22vh;
    /* O vídeo ocupa 25% da altura da tela para telas pequenas */
  }

  #trailer-video {
    height: 100%;
    /* O vídeo ocupa toda a altura do container */
    -o-object-fit: contain;
       object-fit: contain;
    /* Garante que o vídeo não será cortado */
  }

  /* Ajuste no tamanho do título */

  #netflix-style h1 {
    font-size: 0.9rem;
    /* Tamanho menor para o título */
    line-height: 0.7;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo do título */
  }

  /* Ajuste no tamanho da descrição */

  #netflix-style p {
    font-size: 0.7rem;
    /* Tamanho menor para a descrição */
    line-height: 0.6;
    /* Ajuste no espaçamento */
    margin-bottom: 0.5rem;
    /* Ajuste no espaço abaixo da descrição */
  }

  /* Ajuste no botão "Assistir" */

  #netflix-style a.bg-red-600 {
    padding: 0.2rem 0.8rem;
    /* Reduz o padding do botão */
    font-size: 0.7rem;
    /* Reduz a fonte do botão */
  }

  /* Ajuste no degradê */

  .bg-gradient-to-r {
    width: 50%;
    /* Reduz a largura do degradê */
  }

  /* Ajuste nos links do menu */

  #mobile-menu a {
    font-size: 0.8rem;
    /* Reduz o tamanho da fonte dos links */
  }

  .fixed-header{
    height: 10vh;
  }

  .fixed-search{
    height: 1vh;
  }
}

.about-section,
.contact-section {
  margin-top: 20px;
  /* Ajuste o valor conforme necessário */
}

/* Formulário de Login */

#login-form .container {
  background-color: #fafafa !important;
  border-radius: 14px !important;
  padding: 0 !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  max-width: 350px !important;
  /* Largura máxima para o login */
  width: 100% !important;
  overflow: hidden;
  height: auto;
  /* Altura ajustada conforme o conteúdo */
  display: flex;
  flex-direction: column;
  /* Organização vertical */
}

/* Responsividade para telas com largura máxima de 344px */

@media screen and (max-width: 344px) {
  #login-form .container {
    max-width: 280px !important;
    /* Reduz a largura para 280px em telas pequenas */
  }
}

/* Container Principal */

#signup-form .container,
#creator-signup-form .container {
  background-color: #fafafa !important;
  border-radius: 14px !important;
  padding: 0 !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  max-width: 400px !important;
  width: 100% !important;
  overflow: hidden;
  height: 660px;
  /* Altura desejada */
  display: flex;
  flex-direction: column;
  position: fixed;
  /* Fixa o container na viewport */
  top: 50%;
  /* Centraliza verticalmente */
  left: 50%;
  /* Centraliza horizontalmente */
  transform: translate(-50%, -50%) scale(0.70);
  /* Centraliza e aplica escala */
  z-index: 9999;
  /* Garante que ele esteja acima de outros elementos */
}

/* Responsividade para telas 375x667 */

@media screen and (max-width: 376px) and (max-height: 668px) {
  #signup-form .container,
    #creator-signup-form .container {
    top: 40%;
    /* Ajusta para subir um pouco quando a tela for 375x667 */
  }
}

/* Responsividade para telas 375x667 */

@media screen and (max-width: 1025px) and (max-height: 600px) {
  #signup-form .container,
    #creator-signup-form .container {
    top: 40%;
    /* Ajusta para subir um pouco quando a tela for 375x667 */
  }
}

/* Header */

.header {
  background: linear-gradient(120deg, #e37c71 0%, #250404 100%);
  padding: 24px;
  text-align: center;
  color: #FFF;
  font-size: 1em;
  /* Tamanho adaptável */
  margin: 0;
  width: 100% !important;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

/* Form */

.form {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Campos do Formulário */

.form-content input {
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  font-size: 1em;
  border: 1px solid #dfdfdf;
}

/* Botão */

.form button {
  background-color: #250404;
  color: #FFF;
  border-radius: 14px;
  padding: 10px;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  margin-top: 14px;
}

/* Estilos específicos para o modal de recuperação de senha */

.forgot-password-container {
  padding: 20px;
  /* Espaçamento interno ao redor do conteúdo */
  width: 90%;
  /* Define a largura do container como 90% da tela */
  max-width: 500px;
  /* Define a largura máxima do container */
  margin-left: auto;
  /* Centraliza o container */
  margin-right: auto;
  /* Centraliza o container */
}

.forgot-password-container .form-content {
  margin-bottom: 20px;
  /* Espaço entre os campos */
}

.forgot-password-container label {
  display: block;
  margin-bottom: 8px;
  /* Espaço entre o texto e o campo de entrada */
  font-size: 16px;
  padding-left: 8px;
  /* Adiciona um pouco de espaço à esquerda para o texto */
}

.forgot-password-container input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 80%;
  /* Largura reduzida dos campos de input */
  max-width: 400px;
  /* Limita a largura máxima */
  box-sizing: border-box;
  /* Inclui padding e borda no cálculo da largura */
  margin-top: 8px;
  /* Espaço superior para afastar do texto */
  margin-left: auto;
  /* Centraliza horizontalmente */
  margin-right: auto;
  /* Centraliza horizontalmente */
}

/* Centralização do botão "Enviar Código" */

.forgot-password-container button {
  display: block;
  margin: 20px auto 0;
  /* Centraliza o botão horizontalmente e adiciona margem superior */
  padding: 10px 20px;
  background-color: transparent;
  /* Remover a cor de fundo */
  color: #007bff;
  /* Cor do texto */
  border: none;
  /* Remover borda */
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.forgot-password-container button:hover {
  background-color: transparent;
  /* Sem cor de fundo no hover */
  color: #0056b3;
  /* Cor do texto no hover */
}

/* Estilos específicos para o modal de redefinição de senha */

.reset-password-container {
  padding: 20px;
  /* Espaçamento interno ao redor do conteúdo */
  width: 90%;
  /* Define a largura do container como 90% da tela */
  max-width: 500px;
  /* Define a largura máxima do container */
  margin-left: auto;
  /* Centraliza o container */
  margin-right: auto;
  /* Centraliza o container */
}

.reset-password-container .form-content {
  margin-bottom: 20px;
  /* Espaço entre os campos */
}

.reset-password-container label {
  display: block;
  margin-bottom: 8px;
  /* Espaço entre o texto e o campo de entrada */
  font-size: 16px;
  padding-left: 8px;
  /* Adiciona um pouco de espaço à esquerda para o texto */
}

.reset-password-container input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 90%;
  /* Largura reduzida dos campos de input */
  max-width: 300px;
  /* Limita a largura máxima */
  box-sizing: border-box;
  /* Inclui padding e borda no cálculo da largura */
  margin-top: 8px;
  /* Espaço superior para afastar do texto */
  margin-left: auto;
  /* Centraliza horizontalmente */
  margin-right: auto;
  /* Centraliza horizontalmente */
}

/* Centralização do botão "Redefinir" */

.reset-password-container button {
  display: block;
  margin: 20px auto 0;
  /* Centraliza o botão horizontalmente e adiciona margem superior */
  padding: 10px 20px;
  background-color: transparent;
  /* Remover a cor de fundo */
  color: #007bff;
  /* Cor do texto */
  border: none;
  /* Remover borda */
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.reset-password-container button:hover {
  background-color: transparent;
  /* Sem cor de fundo no hover */
  color: #0056b3;
  /* Cor do texto no hover */
}

/* Mensagem do Flash*/

.flash-message {
  position: fixed;
  top: 80px;
  right: 5px;
  z-index: 9999;
  padding: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeout 12s forwards;
}

.success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

/* Definindo a animação fadeout */

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Classe para a bola com iniciais - Tela grande */

.user-initials {
  width: 24px;
  /* Tamanho da bola */
  height: 24px;
  /* Tamanho da bola */
  border-radius: 50%;
  /* Faz a bola ser redonda */
  background-color: #0c0302;
  /* Cor de fundo */
  color: white;
  /* Cor das letras */
  display: flex;
  /* Usando flexbox para centralizar o conteúdo */
  align-items: center;
  /* Alinha as iniciais verticalmente */
  justify-content: center;
  /* Alinha as iniciais horizontalmente */
  font-weight: bold;
  /* Deixa as iniciais em negrito */
  font-size: 15px;
  /* Tamanho da fonte das iniciais */
  position: fixed;
  /* Faz com que a bola fique fixa na tela */
  top: 10px;
  /* Distância do topo */
  right: 40px;
  /* Distância da borda direita */
  border: 2px solid #db0b0b;
  /* Borda fina e branca em volta da bola */
  box-shadow: 0 0 0 2px white, 0 0 0 3px #db0b0b;
  /* Borda branca e vermelha (com distância) */
}

/* Classe para a bola com iniciais - Tela pequena (até 640px) */

@media (max-width: 640px) {
  .user-initials {
    width: 24px;
    /* Tamanho da bola */
    height: 24px;
    /* Tamanho da bola */
    border-radius: 50%;
    /* Faz a bola ser redonda */
    background-color: #0c0302;
    /* Cor de fundo */
    color: white;
    /* Cor das letras */
    display: flex;
    /* Usando flexbox para centralizar o conteúdo */
    align-items: center;
    /* Alinha as iniciais verticalmente */
    justify-content: center;
    /* Alinha as iniciais horizontalmente */
    font-weight: bold;
    /* Deixa as iniciais em negrito */
    font-size: 15px;
    /* Tamanho da fonte das iniciais */
    position: fixed;
    /* Faz com que a bola fique fixa na tela */
    top: 40px;
    /* Distância do topo */
    right: 9px;
    /* Distância da borda direita */
    border: 2 solid #db0b0b;
    /* Borda fina e branca em volta da bola */
    box-shadow: 0 0 0 2px white, 0 0 0 3px #db0b0b;
    /* Borda branca e vermelha (com distância) */
  }
}

/* Estilo padrão */

#login-btn, .bg-red-600 {
  margin-right: 0;
}

/* Estilo para telas pequenas (até 640px) */

@media (max-width: 640px) {
  .flex {
    margin-right: -2px;
    /* Ajuste conforme necessário para afastar da borda direita */
  }

  #login-btn, .bg-red-600 {
    margin-right: 5px;
    /* Ajusta o afastamento específico desses itens */
  }
}

/* verificação do email */

.verification-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  position: fixed;
  /* Posiciona o elemento de forma fixa na tela */
  top: 50%;
  /* Posiciona verticalmente no centro */
  left: 50%;
  /* Posiciona horizontalmente no centro */
  transform: translate(-50%, -50%);
  /* Ajusta para centralizar perfeitamente */
  z-index: 1000;
  /* Garante que o container fique sobre os outros elementos */
}

.verification-container h2 {
  margin-bottom: 16px;
  font-size: 1.5em;
}

.verification-container input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.verification-container button {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
}

.verification-container button:hover {
  background-color: #218838;
}

.close-link {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  /* Remove o sublinhado do link */
  color: black;
  /* Defina a cor desejada */
}

.close-link:hover {
  color: red;
  /* Altere a cor ao passar o mouse, se desejar */
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.focus\:hover\:text-center:hover:focus {
  text-align: center;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center;
}

@media (min-width: 640px) {
  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:underline {
    text-decoration-line: underline;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}












