/* Bio Desenvolvimento Humano — entrada do Tailwind
   Compilado para css/main.css via `npm run dev|build`
*/

@font-face {
  font-family: 'Modulus';

  src:
    url('../src/fonts/ModulusPro-Medium.woff2') format('woff2'),
    url('../src/fonts/ModulusPro-Medium.woff') format('woff'),
    url('../src/fonts/modulus-pro-medium.otf') format('opentype');

  font-weight: 100 900;

  font-style: normal;

  font-display: swap;
}

*, ::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.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 230 / var(--tw-bg-opacity, 1));
  font-family: Poppins, -apple-system, Segoe UI, Helvetica Neue, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

::-moz-selection {
  background-color: rgb(120 204 207 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

::selection {
  background-color: rgb(120 204 207 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5, h6 {
  font-family: Modulus, -apple-system, Segoe UI, Helvetica Neue, sans-serif;
}

/* Compensa header fixo nos âncoras (#metodologia, #cursos, etc.) */

section[id] {
  scroll-margin-top: 5rem;
}

/* Microinteração padrão: links, botões, ícones e mídias ganham
     transição suave global para garantir consistência em hover/focus. */

a,
  button,
  summary,
  [role="button"],
  input,
  select,
  textarea,
  label,
  svg,
  img {
  transition-property: color, background-color, border-color, fill, stroke,
      box-shadow, transform, opacity, filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Foco visível e acolhedor (sobrepõe o ring padrão do Tailwind) */

:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(2px + 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);
  --tw-ring-color: rgb(120 204 207 / 0.6);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #FDF5E6;
  border-radius: inherit;
}

/* Respeita usuários que preferem menos movimento */

@media (prefers-reduced-motion: reduce) {
  *,
    *::before,
    *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

/* Delays para encadeamento de blobs animados */

.animation-delay-2000 {
  animation-delay: 2s;
}

.animation-delay-4000 {
  animation-delay: 4s;
}

/* Underline animado dos links de navegação */

.nav-link {
  position: relative;
  color: rgb(7 74 108 / 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-link::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 72 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.nav-link:hover::after {
  content: var(--tw-content);
  width: 100%;
}

/* Variante "ativa" do nav-link (futuro: marcar item da página atual) */

.nav-link.is-active::after {
  width: 100%;
}

/* Glow horizontal difuso (substitui PNGs de sombra decorativa) */

.ambient-shadow {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 0;
  height: 4rem;
}

@media (min-width: 640px) {
  .ambient-shadow {
    height: 5rem;
  }
}

.ambient-shadow--top {
  top: 0px;
  background: radial-gradient(
      ellipse 85% 100% at 50% 100%,
      rgb(7 74 108 / 0.14) 0%,
      rgb(7 74 108 / 0.06) 45%,
      transparent 72%
    );
}

.ambient-shadow--bottom {
  bottom: 0px;
  background: radial-gradient(
      ellipse 85% 100% at 50% 0%,
      rgb(7 74 108 / 0.14) 0%,
      rgb(7 74 108 / 0.06) 45%,
      transparent 72%
    );
}

/* ----------------------------------------------------------------
     Hovers reutilizáveis — usar nas seções/componentes via classe
  ---------------------------------------------------------------- */

/* Levanta o cartão suavemente e adiciona sombra ao passar o mouse */

/* Cartão de destaque — translação maior + tinta de marca */

/* Botão primário — leve "pop" sem perder ancoragem */

/* Imagem com zoom orgânico ao hover (precisa do parent .group + overflow-hidden) */

.img-zoom {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.group:hover .img-zoom {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

/* Ícone que avança no hover do parent (.group) — perfeito para CTAs "saiba mais →" */

/* Ícone que cresce suavemente no hover do parent */

/* Pulsa o ícone como um coração — usar com parcimônia (CTAs principais) */

.icon-beat {
  animation: heart-beat 1.6s ease-in-out infinite;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .container {
    width: 100%;
    max-width: 90rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Container colorido de ícone que vira a cor de marca no hover do parent */

/* Container com ring discreto que aparece ao hover */

/* Float suave (badges, ícone hero) — chama atenção sem ser ruidoso */

.float-soft {
  animation: float 5s ease-in-out infinite;
}

/* Brilho que passa por cima de um elemento (use com bg gradient + overflow-hidden) */

/* Underline animado para links de texto inline (contato, footer, etc.) */

.link-underline {
  position: relative;
  display: inline;
  background-size: 0% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.link-underline:hover {
  background-size: 100% 2px;
}

.link-underline {
  background-image: linear-gradient(to right, currentColor, currentColor);
  transition: background-size 400ms cubic-bezier(0.22, 1, 0.36, 1),
                color 300ms ease;
}

/* ----------------------------------------------------------------
     Scroll reveal — JS adiciona .is-visible quando entra na viewport
  ---------------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger — cada filho dispara um pouquinho depois do anterior */

.reveal-delay-100 {
  transition-delay: 100ms;
}

.reveal-delay-200 {
  transition-delay: 200ms;
}

.reveal-delay-300 {
  transition-delay: 300ms;
}

.reveal-delay-400 {
  transition-delay: 400ms;
}

.reveal-delay-500 {
  transition-delay: 500ms;
}

/* Barra de admin do WP (usuário logado): header fixo não herda margin-top do html */

.admin-bar #main-header,
  .admin-bar .env-status {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #main-header,
    .admin-bar .env-status {
    top: 46px;
  }
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-12 {
  left: -3rem;
}

.-left-20 {
  left: -5rem;
}

.-left-32 {
  left: -8rem;
}

.-right-12 {
  right: -3rem;
}

.-right-20 {
  right: -5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-\[4rem\] {
  right: -4rem;
}

.-top-16 {
  top: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-top-\[4rem\] {
  top: -4rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-1\/3 {
  top: 33.333333%;
}

.top-1\/4 {
  top: 25%;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.m-0 {
  margin: 0px;
}

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

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-auto {
  margin-top: auto;
}

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

.line-clamp-\[11\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[296\/264\] {
  aspect-ratio: 296/264;
}

.aspect-\[350\/348\] {
  aspect-ratio: 350/348;
}

.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.\!h-auto {
  height: auto !important;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[18rem\] {
  height: 18rem;
}

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

.h-\[32rem\] {
  height: 32rem;
}

.h-\[40rem\] {
  height: 40rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[34rem\] {
  min-height: 34rem;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-\[10\.5rem\] {
  width: 10.5rem;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[32rem\] {
  width: 32rem;
}

.w-\[40rem\] {
  width: 40rem;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

.basis-full {
  flex-basis: 100%;
}

.origin-left {
  transform-origin: left;
}

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

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

@keyframes blob {
  0%, 100% {
    transform: translate(0px, 0px) scale(1);
  }

  33% {
    transform: translate(30px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.animate-blob {
  animation: blob 14s ease-in-out infinite;
}

@keyframes ring-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(218, 93, 72, 0.55);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(218, 93, 72, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(218, 93, 72, 0);
  }
}

.animate-ring-pulse {
  animation: ring-pulse 2.2s ease-out infinite;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

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

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

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

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

.\!rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 3rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-\[3rem\] {
  border-radius: 3rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-alga {
  --tw-border-opacity: 1;
  border-color: rgb(2 102 114 / var(--tw-border-opacity, 1));
}

.border-alga\/0 {
  border-color: rgb(2 102 114 / 0);
}

.border-alga\/10 {
  border-color: rgb(2 102 114 / 0.1);
}

.border-alga\/100 {
  border-color: rgb(2 102 114 / 1);
}

.border-alga\/15 {
  border-color: rgb(2 102 114 / 0.15);
}

.border-alga\/20 {
  border-color: rgb(2 102 114 / 0.2);
}

.border-alga\/25 {
  border-color: rgb(2 102 114 / 0.25);
}

.border-alga\/30 {
  border-color: rgb(2 102 114 / 0.3);
}

.border-alga\/35 {
  border-color: rgb(2 102 114 / 0.35);
}

.border-alga\/40 {
  border-color: rgb(2 102 114 / 0.4);
}

.border-alga\/45 {
  border-color: rgb(2 102 114 / 0.45);
}

.border-alga\/5 {
  border-color: rgb(2 102 114 / 0.05);
}

.border-alga\/50 {
  border-color: rgb(2 102 114 / 0.5);
}

.border-alga\/55 {
  border-color: rgb(2 102 114 / 0.55);
}

.border-alga\/60 {
  border-color: rgb(2 102 114 / 0.6);
}

.border-alga\/65 {
  border-color: rgb(2 102 114 / 0.65);
}

.border-alga\/70 {
  border-color: rgb(2 102 114 / 0.7);
}

.border-alga\/75 {
  border-color: rgb(2 102 114 / 0.75);
}

.border-alga\/80 {
  border-color: rgb(2 102 114 / 0.8);
}

.border-alga\/85 {
  border-color: rgb(2 102 114 / 0.85);
}

.border-alga\/90 {
  border-color: rgb(2 102 114 / 0.9);
}

.border-alga\/95 {
  border-color: rgb(2 102 114 / 0.95);
}

.border-areia {
  --tw-border-opacity: 1;
  border-color: rgb(253 245 230 / var(--tw-border-opacity, 1));
}

.border-areia\/0 {
  border-color: rgb(253 245 230 / 0);
}

.border-areia\/10 {
  border-color: rgb(253 245 230 / 0.1);
}

.border-areia\/100 {
  border-color: rgb(253 245 230 / 1);
}

.border-areia\/15 {
  border-color: rgb(253 245 230 / 0.15);
}

.border-areia\/20 {
  border-color: rgb(253 245 230 / 0.2);
}

.border-areia\/25 {
  border-color: rgb(253 245 230 / 0.25);
}

.border-areia\/30 {
  border-color: rgb(253 245 230 / 0.3);
}

.border-areia\/35 {
  border-color: rgb(253 245 230 / 0.35);
}

.border-areia\/40 {
  border-color: rgb(253 245 230 / 0.4);
}

.border-areia\/45 {
  border-color: rgb(253 245 230 / 0.45);
}

.border-areia\/5 {
  border-color: rgb(253 245 230 / 0.05);
}

.border-areia\/50 {
  border-color: rgb(253 245 230 / 0.5);
}

.border-areia\/55 {
  border-color: rgb(253 245 230 / 0.55);
}

.border-areia\/60 {
  border-color: rgb(253 245 230 / 0.6);
}

.border-areia\/65 {
  border-color: rgb(253 245 230 / 0.65);
}

.border-areia\/70 {
  border-color: rgb(253 245 230 / 0.7);
}

.border-areia\/75 {
  border-color: rgb(253 245 230 / 0.75);
}

.border-areia\/80 {
  border-color: rgb(253 245 230 / 0.8);
}

.border-areia\/85 {
  border-color: rgb(253 245 230 / 0.85);
}

.border-areia\/90 {
  border-color: rgb(253 245 230 / 0.9);
}

.border-areia\/95 {
  border-color: rgb(253 245 230 / 0.95);
}

.border-concha {
  --tw-border-opacity: 1;
  border-color: rgb(218 93 72 / var(--tw-border-opacity, 1));
}

.border-concha\/0 {
  border-color: rgb(218 93 72 / 0);
}

.border-concha\/10 {
  border-color: rgb(218 93 72 / 0.1);
}

.border-concha\/100 {
  border-color: rgb(218 93 72 / 1);
}

.border-concha\/15 {
  border-color: rgb(218 93 72 / 0.15);
}

.border-concha\/20 {
  border-color: rgb(218 93 72 / 0.2);
}

.border-concha\/25 {
  border-color: rgb(218 93 72 / 0.25);
}

.border-concha\/30 {
  border-color: rgb(218 93 72 / 0.3);
}

.border-concha\/35 {
  border-color: rgb(218 93 72 / 0.35);
}

.border-concha\/40 {
  border-color: rgb(218 93 72 / 0.4);
}

.border-concha\/45 {
  border-color: rgb(218 93 72 / 0.45);
}

.border-concha\/5 {
  border-color: rgb(218 93 72 / 0.05);
}

.border-concha\/50 {
  border-color: rgb(218 93 72 / 0.5);
}

.border-concha\/55 {
  border-color: rgb(218 93 72 / 0.55);
}

.border-concha\/60 {
  border-color: rgb(218 93 72 / 0.6);
}

.border-concha\/65 {
  border-color: rgb(218 93 72 / 0.65);
}

.border-concha\/70 {
  border-color: rgb(218 93 72 / 0.7);
}

.border-concha\/75 {
  border-color: rgb(218 93 72 / 0.75);
}

.border-concha\/80 {
  border-color: rgb(218 93 72 / 0.8);
}

.border-concha\/85 {
  border-color: rgb(218 93 72 / 0.85);
}

.border-concha\/90 {
  border-color: rgb(218 93 72 / 0.9);
}

.border-concha\/95 {
  border-color: rgb(218 93 72 / 0.95);
}

.border-mar {
  --tw-border-opacity: 1;
  border-color: rgb(120 204 207 / var(--tw-border-opacity, 1));
}

.border-mar\/0 {
  border-color: rgb(120 204 207 / 0);
}

.border-mar\/10 {
  border-color: rgb(120 204 207 / 0.1);
}

.border-mar\/100 {
  border-color: rgb(120 204 207 / 1);
}

.border-mar\/15 {
  border-color: rgb(120 204 207 / 0.15);
}

.border-mar\/20 {
  border-color: rgb(120 204 207 / 0.2);
}

.border-mar\/25 {
  border-color: rgb(120 204 207 / 0.25);
}

.border-mar\/30 {
  border-color: rgb(120 204 207 / 0.3);
}

.border-mar\/35 {
  border-color: rgb(120 204 207 / 0.35);
}

.border-mar\/40 {
  border-color: rgb(120 204 207 / 0.4);
}

.border-mar\/45 {
  border-color: rgb(120 204 207 / 0.45);
}

.border-mar\/5 {
  border-color: rgb(120 204 207 / 0.05);
}

.border-mar\/50 {
  border-color: rgb(120 204 207 / 0.5);
}

.border-mar\/55 {
  border-color: rgb(120 204 207 / 0.55);
}

.border-mar\/60 {
  border-color: rgb(120 204 207 / 0.6);
}

.border-mar\/65 {
  border-color: rgb(120 204 207 / 0.65);
}

.border-mar\/70 {
  border-color: rgb(120 204 207 / 0.7);
}

.border-mar\/75 {
  border-color: rgb(120 204 207 / 0.75);
}

.border-mar\/80 {
  border-color: rgb(120 204 207 / 0.8);
}

.border-mar\/85 {
  border-color: rgb(120 204 207 / 0.85);
}

.border-mar\/90 {
  border-color: rgb(120 204 207 / 0.9);
}

.border-mar\/95 {
  border-color: rgb(120 204 207 / 0.95);
}

.border-mergulho {
  --tw-border-opacity: 1;
  border-color: rgb(7 74 108 / var(--tw-border-opacity, 1));
}

.border-mergulho\/0 {
  border-color: rgb(7 74 108 / 0);
}

.border-mergulho\/10 {
  border-color: rgb(7 74 108 / 0.1);
}

.border-mergulho\/100 {
  border-color: rgb(7 74 108 / 1);
}

.border-mergulho\/15 {
  border-color: rgb(7 74 108 / 0.15);
}

.border-mergulho\/20 {
  border-color: rgb(7 74 108 / 0.2);
}

.border-mergulho\/25 {
  border-color: rgb(7 74 108 / 0.25);
}

.border-mergulho\/30 {
  border-color: rgb(7 74 108 / 0.3);
}

.border-mergulho\/35 {
  border-color: rgb(7 74 108 / 0.35);
}

.border-mergulho\/40 {
  border-color: rgb(7 74 108 / 0.4);
}

.border-mergulho\/45 {
  border-color: rgb(7 74 108 / 0.45);
}

.border-mergulho\/5 {
  border-color: rgb(7 74 108 / 0.05);
}

.border-mergulho\/50 {
  border-color: rgb(7 74 108 / 0.5);
}

.border-mergulho\/55 {
  border-color: rgb(7 74 108 / 0.55);
}

.border-mergulho\/60 {
  border-color: rgb(7 74 108 / 0.6);
}

.border-mergulho\/65 {
  border-color: rgb(7 74 108 / 0.65);
}

.border-mergulho\/70 {
  border-color: rgb(7 74 108 / 0.7);
}

.border-mergulho\/75 {
  border-color: rgb(7 74 108 / 0.75);
}

.border-mergulho\/80 {
  border-color: rgb(7 74 108 / 0.8);
}

.border-mergulho\/85 {
  border-color: rgb(7 74 108 / 0.85);
}

.border-mergulho\/90 {
  border-color: rgb(7 74 108 / 0.9);
}

.border-mergulho\/95 {
  border-color: rgb(7 74 108 / 0.95);
}

.border-pordosol {
  --tw-border-opacity: 1;
  border-color: rgb(246 151 122 / var(--tw-border-opacity, 1));
}

.border-pordosol\/0 {
  border-color: rgb(246 151 122 / 0);
}

.border-pordosol\/10 {
  border-color: rgb(246 151 122 / 0.1);
}

.border-pordosol\/100 {
  border-color: rgb(246 151 122 / 1);
}

.border-pordosol\/15 {
  border-color: rgb(246 151 122 / 0.15);
}

.border-pordosol\/20 {
  border-color: rgb(246 151 122 / 0.2);
}

.border-pordosol\/25 {
  border-color: rgb(246 151 122 / 0.25);
}

.border-pordosol\/30 {
  border-color: rgb(246 151 122 / 0.3);
}

.border-pordosol\/35 {
  border-color: rgb(246 151 122 / 0.35);
}

.border-pordosol\/40 {
  border-color: rgb(246 151 122 / 0.4);
}

.border-pordosol\/45 {
  border-color: rgb(246 151 122 / 0.45);
}

.border-pordosol\/5 {
  border-color: rgb(246 151 122 / 0.05);
}

.border-pordosol\/50 {
  border-color: rgb(246 151 122 / 0.5);
}

.border-pordosol\/55 {
  border-color: rgb(246 151 122 / 0.55);
}

.border-pordosol\/60 {
  border-color: rgb(246 151 122 / 0.6);
}

.border-pordosol\/65 {
  border-color: rgb(246 151 122 / 0.65);
}

.border-pordosol\/70 {
  border-color: rgb(246 151 122 / 0.7);
}

.border-pordosol\/75 {
  border-color: rgb(246 151 122 / 0.75);
}

.border-pordosol\/80 {
  border-color: rgb(246 151 122 / 0.8);
}

.border-pordosol\/85 {
  border-color: rgb(246 151 122 / 0.85);
}

.border-pordosol\/90 {
  border-color: rgb(246 151 122 / 0.9);
}

.border-pordosol\/95 {
  border-color: rgb(246 151 122 / 0.95);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.bg-alga {
  --tw-bg-opacity: 1;
  background-color: rgb(2 102 114 / var(--tw-bg-opacity, 1));
}

.bg-alga\/0 {
  background-color: rgb(2 102 114 / 0);
}

.bg-alga\/10 {
  background-color: rgb(2 102 114 / 0.1);
}

.bg-alga\/100 {
  background-color: rgb(2 102 114 / 1);
}

.bg-alga\/15 {
  background-color: rgb(2 102 114 / 0.15);
}

.bg-alga\/20 {
  background-color: rgb(2 102 114 / 0.2);
}

.bg-alga\/25 {
  background-color: rgb(2 102 114 / 0.25);
}

.bg-alga\/30 {
  background-color: rgb(2 102 114 / 0.3);
}

.bg-alga\/35 {
  background-color: rgb(2 102 114 / 0.35);
}

.bg-alga\/40 {
  background-color: rgb(2 102 114 / 0.4);
}

.bg-alga\/45 {
  background-color: rgb(2 102 114 / 0.45);
}

.bg-alga\/5 {
  background-color: rgb(2 102 114 / 0.05);
}

.bg-alga\/50 {
  background-color: rgb(2 102 114 / 0.5);
}

.bg-alga\/55 {
  background-color: rgb(2 102 114 / 0.55);
}

.bg-alga\/60 {
  background-color: rgb(2 102 114 / 0.6);
}

.bg-alga\/65 {
  background-color: rgb(2 102 114 / 0.65);
}

.bg-alga\/70 {
  background-color: rgb(2 102 114 / 0.7);
}

.bg-alga\/75 {
  background-color: rgb(2 102 114 / 0.75);
}

.bg-alga\/80 {
  background-color: rgb(2 102 114 / 0.8);
}

.bg-alga\/85 {
  background-color: rgb(2 102 114 / 0.85);
}

.bg-alga\/90 {
  background-color: rgb(2 102 114 / 0.9);
}

.bg-alga\/95 {
  background-color: rgb(2 102 114 / 0.95);
}

.bg-areia {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 230 / var(--tw-bg-opacity, 1));
}

.bg-areia\/0 {
  background-color: rgb(253 245 230 / 0);
}

.bg-areia\/10 {
  background-color: rgb(253 245 230 / 0.1);
}

.bg-areia\/100 {
  background-color: rgb(253 245 230 / 1);
}

.bg-areia\/15 {
  background-color: rgb(253 245 230 / 0.15);
}

.bg-areia\/20 {
  background-color: rgb(253 245 230 / 0.2);
}

.bg-areia\/25 {
  background-color: rgb(253 245 230 / 0.25);
}

.bg-areia\/30 {
  background-color: rgb(253 245 230 / 0.3);
}

.bg-areia\/35 {
  background-color: rgb(253 245 230 / 0.35);
}

.bg-areia\/40 {
  background-color: rgb(253 245 230 / 0.4);
}

.bg-areia\/45 {
  background-color: rgb(253 245 230 / 0.45);
}

.bg-areia\/5 {
  background-color: rgb(253 245 230 / 0.05);
}

.bg-areia\/50 {
  background-color: rgb(253 245 230 / 0.5);
}

.bg-areia\/55 {
  background-color: rgb(253 245 230 / 0.55);
}

.bg-areia\/60 {
  background-color: rgb(253 245 230 / 0.6);
}

.bg-areia\/65 {
  background-color: rgb(253 245 230 / 0.65);
}

.bg-areia\/70 {
  background-color: rgb(253 245 230 / 0.7);
}

.bg-areia\/75 {
  background-color: rgb(253 245 230 / 0.75);
}

.bg-areia\/80 {
  background-color: rgb(253 245 230 / 0.8);
}

.bg-areia\/85 {
  background-color: rgb(253 245 230 / 0.85);
}

.bg-areia\/90 {
  background-color: rgb(253 245 230 / 0.9);
}

.bg-areia\/95 {
  background-color: rgb(253 245 230 / 0.95);
}

.bg-concha {
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 72 / var(--tw-bg-opacity, 1));
}

.bg-concha\/0 {
  background-color: rgb(218 93 72 / 0);
}

.bg-concha\/10 {
  background-color: rgb(218 93 72 / 0.1);
}

.bg-concha\/100 {
  background-color: rgb(218 93 72 / 1);
}

.bg-concha\/15 {
  background-color: rgb(218 93 72 / 0.15);
}

.bg-concha\/20 {
  background-color: rgb(218 93 72 / 0.2);
}

.bg-concha\/25 {
  background-color: rgb(218 93 72 / 0.25);
}

.bg-concha\/30 {
  background-color: rgb(218 93 72 / 0.3);
}

.bg-concha\/35 {
  background-color: rgb(218 93 72 / 0.35);
}

.bg-concha\/40 {
  background-color: rgb(218 93 72 / 0.4);
}

.bg-concha\/45 {
  background-color: rgb(218 93 72 / 0.45);
}

.bg-concha\/5 {
  background-color: rgb(218 93 72 / 0.05);
}

.bg-concha\/50 {
  background-color: rgb(218 93 72 / 0.5);
}

.bg-concha\/55 {
  background-color: rgb(218 93 72 / 0.55);
}

.bg-concha\/60 {
  background-color: rgb(218 93 72 / 0.6);
}

.bg-concha\/65 {
  background-color: rgb(218 93 72 / 0.65);
}

.bg-concha\/70 {
  background-color: rgb(218 93 72 / 0.7);
}

.bg-concha\/75 {
  background-color: rgb(218 93 72 / 0.75);
}

.bg-concha\/80 {
  background-color: rgb(218 93 72 / 0.8);
}

.bg-concha\/85 {
  background-color: rgb(218 93 72 / 0.85);
}

.bg-concha\/90 {
  background-color: rgb(218 93 72 / 0.9);
}

.bg-concha\/95 {
  background-color: rgb(218 93 72 / 0.95);
}

.bg-mar {
  --tw-bg-opacity: 1;
  background-color: rgb(120 204 207 / var(--tw-bg-opacity, 1));
}

.bg-mar\/0 {
  background-color: rgb(120 204 207 / 0);
}

.bg-mar\/10 {
  background-color: rgb(120 204 207 / 0.1);
}

.bg-mar\/100 {
  background-color: rgb(120 204 207 / 1);
}

.bg-mar\/15 {
  background-color: rgb(120 204 207 / 0.15);
}

.bg-mar\/20 {
  background-color: rgb(120 204 207 / 0.2);
}

.bg-mar\/25 {
  background-color: rgb(120 204 207 / 0.25);
}

.bg-mar\/30 {
  background-color: rgb(120 204 207 / 0.3);
}

.bg-mar\/35 {
  background-color: rgb(120 204 207 / 0.35);
}

.bg-mar\/40 {
  background-color: rgb(120 204 207 / 0.4);
}

.bg-mar\/45 {
  background-color: rgb(120 204 207 / 0.45);
}

.bg-mar\/5 {
  background-color: rgb(120 204 207 / 0.05);
}

.bg-mar\/50 {
  background-color: rgb(120 204 207 / 0.5);
}

.bg-mar\/55 {
  background-color: rgb(120 204 207 / 0.55);
}

.bg-mar\/60 {
  background-color: rgb(120 204 207 / 0.6);
}

.bg-mar\/65 {
  background-color: rgb(120 204 207 / 0.65);
}

.bg-mar\/70 {
  background-color: rgb(120 204 207 / 0.7);
}

.bg-mar\/75 {
  background-color: rgb(120 204 207 / 0.75);
}

.bg-mar\/80 {
  background-color: rgb(120 204 207 / 0.8);
}

.bg-mar\/85 {
  background-color: rgb(120 204 207 / 0.85);
}

.bg-mar\/90 {
  background-color: rgb(120 204 207 / 0.9);
}

.bg-mar\/95 {
  background-color: rgb(120 204 207 / 0.95);
}

.bg-mergulho {
  --tw-bg-opacity: 1;
  background-color: rgb(7 74 108 / var(--tw-bg-opacity, 1));
}

.bg-mergulho\/0 {
  background-color: rgb(7 74 108 / 0);
}

.bg-mergulho\/10 {
  background-color: rgb(7 74 108 / 0.1);
}

.bg-mergulho\/100 {
  background-color: rgb(7 74 108 / 1);
}

.bg-mergulho\/15 {
  background-color: rgb(7 74 108 / 0.15);
}

.bg-mergulho\/20 {
  background-color: rgb(7 74 108 / 0.2);
}

.bg-mergulho\/25 {
  background-color: rgb(7 74 108 / 0.25);
}

.bg-mergulho\/30 {
  background-color: rgb(7 74 108 / 0.3);
}

.bg-mergulho\/35 {
  background-color: rgb(7 74 108 / 0.35);
}

.bg-mergulho\/40 {
  background-color: rgb(7 74 108 / 0.4);
}

.bg-mergulho\/45 {
  background-color: rgb(7 74 108 / 0.45);
}

.bg-mergulho\/5 {
  background-color: rgb(7 74 108 / 0.05);
}

.bg-mergulho\/50 {
  background-color: rgb(7 74 108 / 0.5);
}

.bg-mergulho\/55 {
  background-color: rgb(7 74 108 / 0.55);
}

.bg-mergulho\/60 {
  background-color: rgb(7 74 108 / 0.6);
}

.bg-mergulho\/65 {
  background-color: rgb(7 74 108 / 0.65);
}

.bg-mergulho\/70 {
  background-color: rgb(7 74 108 / 0.7);
}

.bg-mergulho\/75 {
  background-color: rgb(7 74 108 / 0.75);
}

.bg-mergulho\/80 {
  background-color: rgb(7 74 108 / 0.8);
}

.bg-mergulho\/85 {
  background-color: rgb(7 74 108 / 0.85);
}

.bg-mergulho\/90 {
  background-color: rgb(7 74 108 / 0.9);
}

.bg-mergulho\/95 {
  background-color: rgb(7 74 108 / 0.95);
}

.bg-pordosol {
  --tw-bg-opacity: 1;
  background-color: rgb(246 151 122 / var(--tw-bg-opacity, 1));
}

.bg-pordosol\/0 {
  background-color: rgb(246 151 122 / 0);
}

.bg-pordosol\/10 {
  background-color: rgb(246 151 122 / 0.1);
}

.bg-pordosol\/100 {
  background-color: rgb(246 151 122 / 1);
}

.bg-pordosol\/15 {
  background-color: rgb(246 151 122 / 0.15);
}

.bg-pordosol\/20 {
  background-color: rgb(246 151 122 / 0.2);
}

.bg-pordosol\/25 {
  background-color: rgb(246 151 122 / 0.25);
}

.bg-pordosol\/30 {
  background-color: rgb(246 151 122 / 0.3);
}

.bg-pordosol\/35 {
  background-color: rgb(246 151 122 / 0.35);
}

.bg-pordosol\/40 {
  background-color: rgb(246 151 122 / 0.4);
}

.bg-pordosol\/45 {
  background-color: rgb(246 151 122 / 0.45);
}

.bg-pordosol\/5 {
  background-color: rgb(246 151 122 / 0.05);
}

.bg-pordosol\/50 {
  background-color: rgb(246 151 122 / 0.5);
}

.bg-pordosol\/55 {
  background-color: rgb(246 151 122 / 0.55);
}

.bg-pordosol\/60 {
  background-color: rgb(246 151 122 / 0.6);
}

.bg-pordosol\/65 {
  background-color: rgb(246 151 122 / 0.65);
}

.bg-pordosol\/70 {
  background-color: rgb(246 151 122 / 0.7);
}

.bg-pordosol\/75 {
  background-color: rgb(246 151 122 / 0.75);
}

.bg-pordosol\/80 {
  background-color: rgb(246 151 122 / 0.8);
}

.bg-pordosol\/85 {
  background-color: rgb(246 151 122 / 0.85);
}

.bg-pordosol\/90 {
  background-color: rgb(246 151 122 / 0.9);
}

.bg-pordosol\/95 {
  background-color: rgb(246 151 122 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}

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

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

.from-mar\/10 {
  --tw-gradient-from: rgb(120 204 207 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 204 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-mergulho\/20 {
  --tw-gradient-from: rgb(7 74 108 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 74 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.to-pordosol\/10 {
  --tw-gradient-to: rgb(246 151 122 / 0.1) var(--tw-gradient-to-position);
}

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

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

.fill-alga {
  fill: #026672;
}

.fill-alga\/0 {
  fill: rgb(2 102 114 / 0);
}

.fill-alga\/10 {
  fill: rgb(2 102 114 / 0.1);
}

.fill-alga\/100 {
  fill: rgb(2 102 114 / 1);
}

.fill-alga\/15 {
  fill: rgb(2 102 114 / 0.15);
}

.fill-alga\/20 {
  fill: rgb(2 102 114 / 0.2);
}

.fill-alga\/25 {
  fill: rgb(2 102 114 / 0.25);
}

.fill-alga\/30 {
  fill: rgb(2 102 114 / 0.3);
}

.fill-alga\/35 {
  fill: rgb(2 102 114 / 0.35);
}

.fill-alga\/40 {
  fill: rgb(2 102 114 / 0.4);
}

.fill-alga\/45 {
  fill: rgb(2 102 114 / 0.45);
}

.fill-alga\/5 {
  fill: rgb(2 102 114 / 0.05);
}

.fill-alga\/50 {
  fill: rgb(2 102 114 / 0.5);
}

.fill-alga\/55 {
  fill: rgb(2 102 114 / 0.55);
}

.fill-alga\/60 {
  fill: rgb(2 102 114 / 0.6);
}

.fill-alga\/65 {
  fill: rgb(2 102 114 / 0.65);
}

.fill-alga\/70 {
  fill: rgb(2 102 114 / 0.7);
}

.fill-alga\/75 {
  fill: rgb(2 102 114 / 0.75);
}

.fill-alga\/80 {
  fill: rgb(2 102 114 / 0.8);
}

.fill-alga\/85 {
  fill: rgb(2 102 114 / 0.85);
}

.fill-alga\/90 {
  fill: rgb(2 102 114 / 0.9);
}

.fill-alga\/95 {
  fill: rgb(2 102 114 / 0.95);
}

.fill-areia {
  fill: #FDF5E6;
}

.fill-areia\/0 {
  fill: rgb(253 245 230 / 0);
}

.fill-areia\/10 {
  fill: rgb(253 245 230 / 0.1);
}

.fill-areia\/100 {
  fill: rgb(253 245 230 / 1);
}

.fill-areia\/15 {
  fill: rgb(253 245 230 / 0.15);
}

.fill-areia\/20 {
  fill: rgb(253 245 230 / 0.2);
}

.fill-areia\/25 {
  fill: rgb(253 245 230 / 0.25);
}

.fill-areia\/30 {
  fill: rgb(253 245 230 / 0.3);
}

.fill-areia\/35 {
  fill: rgb(253 245 230 / 0.35);
}

.fill-areia\/40 {
  fill: rgb(253 245 230 / 0.4);
}

.fill-areia\/45 {
  fill: rgb(253 245 230 / 0.45);
}

.fill-areia\/5 {
  fill: rgb(253 245 230 / 0.05);
}

.fill-areia\/50 {
  fill: rgb(253 245 230 / 0.5);
}

.fill-areia\/55 {
  fill: rgb(253 245 230 / 0.55);
}

.fill-areia\/60 {
  fill: rgb(253 245 230 / 0.6);
}

.fill-areia\/65 {
  fill: rgb(253 245 230 / 0.65);
}

.fill-areia\/70 {
  fill: rgb(253 245 230 / 0.7);
}

.fill-areia\/75 {
  fill: rgb(253 245 230 / 0.75);
}

.fill-areia\/80 {
  fill: rgb(253 245 230 / 0.8);
}

.fill-areia\/85 {
  fill: rgb(253 245 230 / 0.85);
}

.fill-areia\/90 {
  fill: rgb(253 245 230 / 0.9);
}

.fill-areia\/95 {
  fill: rgb(253 245 230 / 0.95);
}

.fill-concha {
  fill: #DA5D48;
}

.fill-concha\/0 {
  fill: rgb(218 93 72 / 0);
}

.fill-concha\/10 {
  fill: rgb(218 93 72 / 0.1);
}

.fill-concha\/100 {
  fill: rgb(218 93 72 / 1);
}

.fill-concha\/15 {
  fill: rgb(218 93 72 / 0.15);
}

.fill-concha\/20 {
  fill: rgb(218 93 72 / 0.2);
}

.fill-concha\/25 {
  fill: rgb(218 93 72 / 0.25);
}

.fill-concha\/30 {
  fill: rgb(218 93 72 / 0.3);
}

.fill-concha\/35 {
  fill: rgb(218 93 72 / 0.35);
}

.fill-concha\/40 {
  fill: rgb(218 93 72 / 0.4);
}

.fill-concha\/45 {
  fill: rgb(218 93 72 / 0.45);
}

.fill-concha\/5 {
  fill: rgb(218 93 72 / 0.05);
}

.fill-concha\/50 {
  fill: rgb(218 93 72 / 0.5);
}

.fill-concha\/55 {
  fill: rgb(218 93 72 / 0.55);
}

.fill-concha\/60 {
  fill: rgb(218 93 72 / 0.6);
}

.fill-concha\/65 {
  fill: rgb(218 93 72 / 0.65);
}

.fill-concha\/70 {
  fill: rgb(218 93 72 / 0.7);
}

.fill-concha\/75 {
  fill: rgb(218 93 72 / 0.75);
}

.fill-concha\/80 {
  fill: rgb(218 93 72 / 0.8);
}

.fill-concha\/85 {
  fill: rgb(218 93 72 / 0.85);
}

.fill-concha\/90 {
  fill: rgb(218 93 72 / 0.9);
}

.fill-concha\/95 {
  fill: rgb(218 93 72 / 0.95);
}

.fill-mar {
  fill: #78CCCF;
}

.fill-mar\/0 {
  fill: rgb(120 204 207 / 0);
}

.fill-mar\/10 {
  fill: rgb(120 204 207 / 0.1);
}

.fill-mar\/100 {
  fill: rgb(120 204 207 / 1);
}

.fill-mar\/15 {
  fill: rgb(120 204 207 / 0.15);
}

.fill-mar\/20 {
  fill: rgb(120 204 207 / 0.2);
}

.fill-mar\/25 {
  fill: rgb(120 204 207 / 0.25);
}

.fill-mar\/30 {
  fill: rgb(120 204 207 / 0.3);
}

.fill-mar\/35 {
  fill: rgb(120 204 207 / 0.35);
}

.fill-mar\/40 {
  fill: rgb(120 204 207 / 0.4);
}

.fill-mar\/45 {
  fill: rgb(120 204 207 / 0.45);
}

.fill-mar\/5 {
  fill: rgb(120 204 207 / 0.05);
}

.fill-mar\/50 {
  fill: rgb(120 204 207 / 0.5);
}

.fill-mar\/55 {
  fill: rgb(120 204 207 / 0.55);
}

.fill-mar\/60 {
  fill: rgb(120 204 207 / 0.6);
}

.fill-mar\/65 {
  fill: rgb(120 204 207 / 0.65);
}

.fill-mar\/70 {
  fill: rgb(120 204 207 / 0.7);
}

.fill-mar\/75 {
  fill: rgb(120 204 207 / 0.75);
}

.fill-mar\/80 {
  fill: rgb(120 204 207 / 0.8);
}

.fill-mar\/85 {
  fill: rgb(120 204 207 / 0.85);
}

.fill-mar\/90 {
  fill: rgb(120 204 207 / 0.9);
}

.fill-mar\/95 {
  fill: rgb(120 204 207 / 0.95);
}

.fill-mergulho {
  fill: #074A6C;
}

.fill-mergulho\/0 {
  fill: rgb(7 74 108 / 0);
}

.fill-mergulho\/10 {
  fill: rgb(7 74 108 / 0.1);
}

.fill-mergulho\/100 {
  fill: rgb(7 74 108 / 1);
}

.fill-mergulho\/15 {
  fill: rgb(7 74 108 / 0.15);
}

.fill-mergulho\/20 {
  fill: rgb(7 74 108 / 0.2);
}

.fill-mergulho\/25 {
  fill: rgb(7 74 108 / 0.25);
}

.fill-mergulho\/30 {
  fill: rgb(7 74 108 / 0.3);
}

.fill-mergulho\/35 {
  fill: rgb(7 74 108 / 0.35);
}

.fill-mergulho\/40 {
  fill: rgb(7 74 108 / 0.4);
}

.fill-mergulho\/45 {
  fill: rgb(7 74 108 / 0.45);
}

.fill-mergulho\/5 {
  fill: rgb(7 74 108 / 0.05);
}

.fill-mergulho\/50 {
  fill: rgb(7 74 108 / 0.5);
}

.fill-mergulho\/55 {
  fill: rgb(7 74 108 / 0.55);
}

.fill-mergulho\/60 {
  fill: rgb(7 74 108 / 0.6);
}

.fill-mergulho\/65 {
  fill: rgb(7 74 108 / 0.65);
}

.fill-mergulho\/70 {
  fill: rgb(7 74 108 / 0.7);
}

.fill-mergulho\/75 {
  fill: rgb(7 74 108 / 0.75);
}

.fill-mergulho\/80 {
  fill: rgb(7 74 108 / 0.8);
}

.fill-mergulho\/85 {
  fill: rgb(7 74 108 / 0.85);
}

.fill-mergulho\/90 {
  fill: rgb(7 74 108 / 0.9);
}

.fill-mergulho\/95 {
  fill: rgb(7 74 108 / 0.95);
}

.fill-pordosol {
  fill: #F6977A;
}

.fill-pordosol\/0 {
  fill: rgb(246 151 122 / 0);
}

.fill-pordosol\/10 {
  fill: rgb(246 151 122 / 0.1);
}

.fill-pordosol\/100 {
  fill: rgb(246 151 122 / 1);
}

.fill-pordosol\/15 {
  fill: rgb(246 151 122 / 0.15);
}

.fill-pordosol\/20 {
  fill: rgb(246 151 122 / 0.2);
}

.fill-pordosol\/25 {
  fill: rgb(246 151 122 / 0.25);
}

.fill-pordosol\/30 {
  fill: rgb(246 151 122 / 0.3);
}

.fill-pordosol\/35 {
  fill: rgb(246 151 122 / 0.35);
}

.fill-pordosol\/40 {
  fill: rgb(246 151 122 / 0.4);
}

.fill-pordosol\/45 {
  fill: rgb(246 151 122 / 0.45);
}

.fill-pordosol\/5 {
  fill: rgb(246 151 122 / 0.05);
}

.fill-pordosol\/50 {
  fill: rgb(246 151 122 / 0.5);
}

.fill-pordosol\/55 {
  fill: rgb(246 151 122 / 0.55);
}

.fill-pordosol\/60 {
  fill: rgb(246 151 122 / 0.6);
}

.fill-pordosol\/65 {
  fill: rgb(246 151 122 / 0.65);
}

.fill-pordosol\/70 {
  fill: rgb(246 151 122 / 0.7);
}

.fill-pordosol\/75 {
  fill: rgb(246 151 122 / 0.75);
}

.fill-pordosol\/80 {
  fill: rgb(246 151 122 / 0.8);
}

.fill-pordosol\/85 {
  fill: rgb(246 151 122 / 0.85);
}

.fill-pordosol\/90 {
  fill: rgb(246 151 122 / 0.9);
}

.fill-pordosol\/95 {
  fill: rgb(246 151 122 / 0.95);
}

.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}

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

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

.object-\[center_20\%\] {
  -o-object-position: center 20%;
     object-position: center 20%;
}

.object-\[center_22\%\] {
  -o-object-position: center 22%;
     object-position: center 22%;
}

.object-\[center_30\%\] {
  -o-object-position: center 30%;
     object-position: center 30%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

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

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

.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.font-body {
  font-family: Poppins, -apple-system, Segoe UI, Helvetica Neue, sans-serif;
}

.font-heading {
  font-family: Modulus, -apple-system, Segoe UI, Helvetica Neue, sans-serif;
}

.\!text-\[13px\] {
  font-size: 13px !important;
}

.\!text-\[15px\] {
  font-size: 15px !important;
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-bold {
  font-weight: 700 !important;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.55\] {
  line-height: 1.55;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#616366\] {
  --tw-text-opacity: 1;
  color: rgb(97 99 102 / var(--tw-text-opacity, 1));
}

.text-alga {
  --tw-text-opacity: 1;
  color: rgb(2 102 114 / var(--tw-text-opacity, 1));
}

.text-alga\/0 {
  color: rgb(2 102 114 / 0);
}

.text-alga\/10 {
  color: rgb(2 102 114 / 0.1);
}

.text-alga\/100 {
  color: rgb(2 102 114 / 1);
}

.text-alga\/15 {
  color: rgb(2 102 114 / 0.15);
}

.text-alga\/20 {
  color: rgb(2 102 114 / 0.2);
}

.text-alga\/25 {
  color: rgb(2 102 114 / 0.25);
}

.text-alga\/30 {
  color: rgb(2 102 114 / 0.3);
}

.text-alga\/35 {
  color: rgb(2 102 114 / 0.35);
}

.text-alga\/40 {
  color: rgb(2 102 114 / 0.4);
}

.text-alga\/45 {
  color: rgb(2 102 114 / 0.45);
}

.text-alga\/5 {
  color: rgb(2 102 114 / 0.05);
}

.text-alga\/50 {
  color: rgb(2 102 114 / 0.5);
}

.text-alga\/55 {
  color: rgb(2 102 114 / 0.55);
}

.text-alga\/60 {
  color: rgb(2 102 114 / 0.6);
}

.text-alga\/65 {
  color: rgb(2 102 114 / 0.65);
}

.text-alga\/70 {
  color: rgb(2 102 114 / 0.7);
}

.text-alga\/75 {
  color: rgb(2 102 114 / 0.75);
}

.text-alga\/80 {
  color: rgb(2 102 114 / 0.8);
}

.text-alga\/85 {
  color: rgb(2 102 114 / 0.85);
}

.text-alga\/90 {
  color: rgb(2 102 114 / 0.9);
}

.text-alga\/95 {
  color: rgb(2 102 114 / 0.95);
}

.text-areia {
  --tw-text-opacity: 1;
  color: rgb(253 245 230 / var(--tw-text-opacity, 1));
}

.text-areia\/0 {
  color: rgb(253 245 230 / 0);
}

.text-areia\/10 {
  color: rgb(253 245 230 / 0.1);
}

.text-areia\/100 {
  color: rgb(253 245 230 / 1);
}

.text-areia\/15 {
  color: rgb(253 245 230 / 0.15);
}

.text-areia\/20 {
  color: rgb(253 245 230 / 0.2);
}

.text-areia\/25 {
  color: rgb(253 245 230 / 0.25);
}

.text-areia\/30 {
  color: rgb(253 245 230 / 0.3);
}

.text-areia\/35 {
  color: rgb(253 245 230 / 0.35);
}

.text-areia\/40 {
  color: rgb(253 245 230 / 0.4);
}

.text-areia\/45 {
  color: rgb(253 245 230 / 0.45);
}

.text-areia\/5 {
  color: rgb(253 245 230 / 0.05);
}

.text-areia\/50 {
  color: rgb(253 245 230 / 0.5);
}

.text-areia\/55 {
  color: rgb(253 245 230 / 0.55);
}

.text-areia\/60 {
  color: rgb(253 245 230 / 0.6);
}

.text-areia\/65 {
  color: rgb(253 245 230 / 0.65);
}

.text-areia\/70 {
  color: rgb(253 245 230 / 0.7);
}

.text-areia\/75 {
  color: rgb(253 245 230 / 0.75);
}

.text-areia\/80 {
  color: rgb(253 245 230 / 0.8);
}

.text-areia\/85 {
  color: rgb(253 245 230 / 0.85);
}

.text-areia\/90 {
  color: rgb(253 245 230 / 0.9);
}

.text-areia\/95 {
  color: rgb(253 245 230 / 0.95);
}

.text-concha {
  --tw-text-opacity: 1;
  color: rgb(218 93 72 / var(--tw-text-opacity, 1));
}

.text-concha\/0 {
  color: rgb(218 93 72 / 0);
}

.text-concha\/10 {
  color: rgb(218 93 72 / 0.1);
}

.text-concha\/100 {
  color: rgb(218 93 72 / 1);
}

.text-concha\/15 {
  color: rgb(218 93 72 / 0.15);
}

.text-concha\/20 {
  color: rgb(218 93 72 / 0.2);
}

.text-concha\/25 {
  color: rgb(218 93 72 / 0.25);
}

.text-concha\/30 {
  color: rgb(218 93 72 / 0.3);
}

.text-concha\/35 {
  color: rgb(218 93 72 / 0.35);
}

.text-concha\/40 {
  color: rgb(218 93 72 / 0.4);
}

.text-concha\/45 {
  color: rgb(218 93 72 / 0.45);
}

.text-concha\/5 {
  color: rgb(218 93 72 / 0.05);
}

.text-concha\/50 {
  color: rgb(218 93 72 / 0.5);
}

.text-concha\/55 {
  color: rgb(218 93 72 / 0.55);
}

.text-concha\/60 {
  color: rgb(218 93 72 / 0.6);
}

.text-concha\/65 {
  color: rgb(218 93 72 / 0.65);
}

.text-concha\/70 {
  color: rgb(218 93 72 / 0.7);
}

.text-concha\/75 {
  color: rgb(218 93 72 / 0.75);
}

.text-concha\/80 {
  color: rgb(218 93 72 / 0.8);
}

.text-concha\/85 {
  color: rgb(218 93 72 / 0.85);
}

.text-concha\/90 {
  color: rgb(218 93 72 / 0.9);
}

.text-concha\/95 {
  color: rgb(218 93 72 / 0.95);
}

.text-mar {
  --tw-text-opacity: 1;
  color: rgb(120 204 207 / var(--tw-text-opacity, 1));
}

.text-mar\/0 {
  color: rgb(120 204 207 / 0);
}

.text-mar\/10 {
  color: rgb(120 204 207 / 0.1);
}

.text-mar\/100 {
  color: rgb(120 204 207 / 1);
}

.text-mar\/15 {
  color: rgb(120 204 207 / 0.15);
}

.text-mar\/20 {
  color: rgb(120 204 207 / 0.2);
}

.text-mar\/25 {
  color: rgb(120 204 207 / 0.25);
}

.text-mar\/30 {
  color: rgb(120 204 207 / 0.3);
}

.text-mar\/35 {
  color: rgb(120 204 207 / 0.35);
}

.text-mar\/40 {
  color: rgb(120 204 207 / 0.4);
}

.text-mar\/45 {
  color: rgb(120 204 207 / 0.45);
}

.text-mar\/5 {
  color: rgb(120 204 207 / 0.05);
}

.text-mar\/50 {
  color: rgb(120 204 207 / 0.5);
}

.text-mar\/55 {
  color: rgb(120 204 207 / 0.55);
}

.text-mar\/60 {
  color: rgb(120 204 207 / 0.6);
}

.text-mar\/65 {
  color: rgb(120 204 207 / 0.65);
}

.text-mar\/70 {
  color: rgb(120 204 207 / 0.7);
}

.text-mar\/75 {
  color: rgb(120 204 207 / 0.75);
}

.text-mar\/80 {
  color: rgb(120 204 207 / 0.8);
}

.text-mar\/85 {
  color: rgb(120 204 207 / 0.85);
}

.text-mar\/90 {
  color: rgb(120 204 207 / 0.9);
}

.text-mar\/95 {
  color: rgb(120 204 207 / 0.95);
}

.text-mergulho {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.text-mergulho\/0 {
  color: rgb(7 74 108 / 0);
}

.text-mergulho\/10 {
  color: rgb(7 74 108 / 0.1);
}

.text-mergulho\/100 {
  color: rgb(7 74 108 / 1);
}

.text-mergulho\/15 {
  color: rgb(7 74 108 / 0.15);
}

.text-mergulho\/20 {
  color: rgb(7 74 108 / 0.2);
}

.text-mergulho\/25 {
  color: rgb(7 74 108 / 0.25);
}

.text-mergulho\/30 {
  color: rgb(7 74 108 / 0.3);
}

.text-mergulho\/35 {
  color: rgb(7 74 108 / 0.35);
}

.text-mergulho\/40 {
  color: rgb(7 74 108 / 0.4);
}

.text-mergulho\/45 {
  color: rgb(7 74 108 / 0.45);
}

.text-mergulho\/5 {
  color: rgb(7 74 108 / 0.05);
}

.text-mergulho\/50 {
  color: rgb(7 74 108 / 0.5);
}

.text-mergulho\/55 {
  color: rgb(7 74 108 / 0.55);
}

.text-mergulho\/60 {
  color: rgb(7 74 108 / 0.6);
}

.text-mergulho\/65 {
  color: rgb(7 74 108 / 0.65);
}

.text-mergulho\/70 {
  color: rgb(7 74 108 / 0.7);
}

.text-mergulho\/75 {
  color: rgb(7 74 108 / 0.75);
}

.text-mergulho\/80 {
  color: rgb(7 74 108 / 0.8);
}

.text-mergulho\/85 {
  color: rgb(7 74 108 / 0.85);
}

.text-mergulho\/90 {
  color: rgb(7 74 108 / 0.9);
}

.text-mergulho\/95 {
  color: rgb(7 74 108 / 0.95);
}

.text-pordosol {
  --tw-text-opacity: 1;
  color: rgb(246 151 122 / var(--tw-text-opacity, 1));
}

.text-pordosol\/0 {
  color: rgb(246 151 122 / 0);
}

.text-pordosol\/10 {
  color: rgb(246 151 122 / 0.1);
}

.text-pordosol\/100 {
  color: rgb(246 151 122 / 1);
}

.text-pordosol\/15 {
  color: rgb(246 151 122 / 0.15);
}

.text-pordosol\/20 {
  color: rgb(246 151 122 / 0.2);
}

.text-pordosol\/25 {
  color: rgb(246 151 122 / 0.25);
}

.text-pordosol\/30 {
  color: rgb(246 151 122 / 0.3);
}

.text-pordosol\/35 {
  color: rgb(246 151 122 / 0.35);
}

.text-pordosol\/40 {
  color: rgb(246 151 122 / 0.4);
}

.text-pordosol\/45 {
  color: rgb(246 151 122 / 0.45);
}

.text-pordosol\/5 {
  color: rgb(246 151 122 / 0.05);
}

.text-pordosol\/50 {
  color: rgb(246 151 122 / 0.5);
}

.text-pordosol\/55 {
  color: rgb(246 151 122 / 0.55);
}

.text-pordosol\/60 {
  color: rgb(246 151 122 / 0.6);
}

.text-pordosol\/65 {
  color: rgb(246 151 122 / 0.65);
}

.text-pordosol\/70 {
  color: rgb(246 151 122 / 0.7);
}

.text-pordosol\/75 {
  color: rgb(246 151 122 / 0.75);
}

.text-pordosol\/80 {
  color: rgb(246 151 122 / 0.8);
}

.text-pordosol\/85 {
  color: rgb(246 151 122 / 0.85);
}

.text-pordosol\/90 {
  color: rgb(246 151 122 / 0.9);
}

.text-pordosol\/95 {
  color: rgb(246 151 122 / 0.95);
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

.decoration-mar {
  text-decoration-color: #78CCCF;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[0\.07\] {
  opacity: 0.07;
}

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

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

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_6px_28px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 6px 28px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 6px 28px 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-concha {
  --tw-shadow: 0 10px 25px -5px rgba(218, 93, 72, 0.3), 0 8px 10px -6px rgba(218, 93, 72, 0.2);
  --tw-shadow-colored: 0 10px 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);
}

.shadow-concha-sm {
  --tw-shadow: 0 4px 12px rgba(218, 93, 72, 0.3);
  --tw-shadow-colored: 0 4px 12px 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-concha-soft {
  --tw-shadow: 0 14px 32px -10px rgba(218, 93, 72, 0.1), 0 6px 16px -8px rgba(218, 93, 72, 0.06);
  --tw-shadow-colored: 0 14px 32px -10px var(--tw-shadow-color), 0 6px 16px -8px 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-mar {
  --tw-shadow: 0 10px 25px -5px rgba(120, 204, 207, 0.4);
  --tw-shadow-colored: 0 10px 25px -5px 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-mergulho {
  --tw-shadow: 0 10px 25px -5px rgba(7, 74, 108, 0.25), 0 8px 10px -6px rgba(7, 74, 108, 0.15);
  --tw-shadow-colored: 0 10px 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);
}

.shadow-mergulho-sm {
  --tw-shadow: 0 4px 12px rgba(7, 74, 108, 0.2);
  --tw-shadow-colored: 0 4px 12px 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-mergulho-soft {
  --tw-shadow: 0 6px 18px -4px rgba(7, 74, 108, 0.12), 0 2px 6px -2px rgba(7, 74, 108, 0.08);
  --tw-shadow-colored: 0 6px 18px -4px var(--tw-shadow-color), 0 2px 6px -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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-concha {
  --tw-shadow-color: #DA5D48;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-mar {
  --tw-shadow-color: #78CCCF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-mergulho {
  --tw-shadow-color: #074A6C;
  --tw-shadow: var(--tw-shadow-colored);
}

.ring-2 {
  --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(2px + 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-mergulho\/20 {
  --tw-ring-color: rgb(7 74 108 / 0.2);
}

.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.blur-3xl {
  --tw-blur: blur(64px);
  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-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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);
}

.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: 300ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

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

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

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

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

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

.ease-out-soft {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.will-change-transform {
  will-change: transform;
}

.\[hyphens\:auto\] {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.\[mask-image\:radial-gradient\(circle\2c black\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(circle,black,transparent);
          mask-image: radial-gradient(circle,black,transparent);
}

.\[text-align\:justify\] {
  text-align: justify;
}

/* ============================================================
   BASE — defaults globais alinhados ao design system
============================================================ */

/* ============================================================
   COMPONENTS — apenas o que NÃO cabe num partial PHP
   (animações, padrões que precisam de CSS puro)
============================================================ */

/* reCAPTCHA v3 — badge injetado pelo Google (fora de @layer para não ser purgado) */

.grecaptcha-badge {
  visibility: hidden !important;
}

.selection\:bg-mar\/40 *::-moz-selection {
  background-color: rgb(120 204 207 / 0.4);
}

.selection\:bg-mar\/40 *::selection {
  background-color: rgb(120 204 207 / 0.4);
}

.selection\:text-mergulho *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.selection\:text-mergulho *::selection {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.selection\:bg-mar\/40::-moz-selection {
  background-color: rgb(120 204 207 / 0.4);
}

.selection\:bg-mar\/40::selection {
  background-color: rgb(120 204 207 / 0.4);
}

.selection\:text-mergulho::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.selection\:text-mergulho::selection {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.placeholder\:text-mergulho\/40::-moz-placeholder {
  color: rgb(7 74 108 / 0.4);
}

.placeholder\:text-mergulho\/40::placeholder {
  color: rgb(7 74 108 / 0.4);
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.hover\:border-alga:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 102 114 / var(--tw-border-opacity, 1));
}

.hover\:border-alga\/0:hover {
  border-color: rgb(2 102 114 / 0);
}

.hover\:border-alga\/10:hover {
  border-color: rgb(2 102 114 / 0.1);
}

.hover\:border-alga\/100:hover {
  border-color: rgb(2 102 114 / 1);
}

.hover\:border-alga\/15:hover {
  border-color: rgb(2 102 114 / 0.15);
}

.hover\:border-alga\/20:hover {
  border-color: rgb(2 102 114 / 0.2);
}

.hover\:border-alga\/25:hover {
  border-color: rgb(2 102 114 / 0.25);
}

.hover\:border-alga\/30:hover {
  border-color: rgb(2 102 114 / 0.3);
}

.hover\:border-alga\/35:hover {
  border-color: rgb(2 102 114 / 0.35);
}

.hover\:border-alga\/40:hover {
  border-color: rgb(2 102 114 / 0.4);
}

.hover\:border-alga\/45:hover {
  border-color: rgb(2 102 114 / 0.45);
}

.hover\:border-alga\/5:hover {
  border-color: rgb(2 102 114 / 0.05);
}

.hover\:border-alga\/50:hover {
  border-color: rgb(2 102 114 / 0.5);
}

.hover\:border-alga\/55:hover {
  border-color: rgb(2 102 114 / 0.55);
}

.hover\:border-alga\/60:hover {
  border-color: rgb(2 102 114 / 0.6);
}

.hover\:border-alga\/65:hover {
  border-color: rgb(2 102 114 / 0.65);
}

.hover\:border-alga\/70:hover {
  border-color: rgb(2 102 114 / 0.7);
}

.hover\:border-alga\/75:hover {
  border-color: rgb(2 102 114 / 0.75);
}

.hover\:border-alga\/80:hover {
  border-color: rgb(2 102 114 / 0.8);
}

.hover\:border-alga\/85:hover {
  border-color: rgb(2 102 114 / 0.85);
}

.hover\:border-alga\/90:hover {
  border-color: rgb(2 102 114 / 0.9);
}

.hover\:border-alga\/95:hover {
  border-color: rgb(2 102 114 / 0.95);
}

.hover\:border-areia:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 245 230 / var(--tw-border-opacity, 1));
}

.hover\:border-areia\/0:hover {
  border-color: rgb(253 245 230 / 0);
}

.hover\:border-areia\/10:hover {
  border-color: rgb(253 245 230 / 0.1);
}

.hover\:border-areia\/100:hover {
  border-color: rgb(253 245 230 / 1);
}

.hover\:border-areia\/15:hover {
  border-color: rgb(253 245 230 / 0.15);
}

.hover\:border-areia\/20:hover {
  border-color: rgb(253 245 230 / 0.2);
}

.hover\:border-areia\/25:hover {
  border-color: rgb(253 245 230 / 0.25);
}

.hover\:border-areia\/30:hover {
  border-color: rgb(253 245 230 / 0.3);
}

.hover\:border-areia\/35:hover {
  border-color: rgb(253 245 230 / 0.35);
}

.hover\:border-areia\/40:hover {
  border-color: rgb(253 245 230 / 0.4);
}

.hover\:border-areia\/45:hover {
  border-color: rgb(253 245 230 / 0.45);
}

.hover\:border-areia\/5:hover {
  border-color: rgb(253 245 230 / 0.05);
}

.hover\:border-areia\/50:hover {
  border-color: rgb(253 245 230 / 0.5);
}

.hover\:border-areia\/55:hover {
  border-color: rgb(253 245 230 / 0.55);
}

.hover\:border-areia\/60:hover {
  border-color: rgb(253 245 230 / 0.6);
}

.hover\:border-areia\/65:hover {
  border-color: rgb(253 245 230 / 0.65);
}

.hover\:border-areia\/70:hover {
  border-color: rgb(253 245 230 / 0.7);
}

.hover\:border-areia\/75:hover {
  border-color: rgb(253 245 230 / 0.75);
}

.hover\:border-areia\/80:hover {
  border-color: rgb(253 245 230 / 0.8);
}

.hover\:border-areia\/85:hover {
  border-color: rgb(253 245 230 / 0.85);
}

.hover\:border-areia\/90:hover {
  border-color: rgb(253 245 230 / 0.9);
}

.hover\:border-areia\/95:hover {
  border-color: rgb(253 245 230 / 0.95);
}

.hover\:border-concha:hover {
  --tw-border-opacity: 1;
  border-color: rgb(218 93 72 / var(--tw-border-opacity, 1));
}

.hover\:border-concha\/0:hover {
  border-color: rgb(218 93 72 / 0);
}

.hover\:border-concha\/10:hover {
  border-color: rgb(218 93 72 / 0.1);
}

.hover\:border-concha\/100:hover {
  border-color: rgb(218 93 72 / 1);
}

.hover\:border-concha\/15:hover {
  border-color: rgb(218 93 72 / 0.15);
}

.hover\:border-concha\/20:hover {
  border-color: rgb(218 93 72 / 0.2);
}

.hover\:border-concha\/25:hover {
  border-color: rgb(218 93 72 / 0.25);
}

.hover\:border-concha\/30:hover {
  border-color: rgb(218 93 72 / 0.3);
}

.hover\:border-concha\/35:hover {
  border-color: rgb(218 93 72 / 0.35);
}

.hover\:border-concha\/40:hover {
  border-color: rgb(218 93 72 / 0.4);
}

.hover\:border-concha\/45:hover {
  border-color: rgb(218 93 72 / 0.45);
}

.hover\:border-concha\/5:hover {
  border-color: rgb(218 93 72 / 0.05);
}

.hover\:border-concha\/50:hover {
  border-color: rgb(218 93 72 / 0.5);
}

.hover\:border-concha\/55:hover {
  border-color: rgb(218 93 72 / 0.55);
}

.hover\:border-concha\/60:hover {
  border-color: rgb(218 93 72 / 0.6);
}

.hover\:border-concha\/65:hover {
  border-color: rgb(218 93 72 / 0.65);
}

.hover\:border-concha\/70:hover {
  border-color: rgb(218 93 72 / 0.7);
}

.hover\:border-concha\/75:hover {
  border-color: rgb(218 93 72 / 0.75);
}

.hover\:border-concha\/80:hover {
  border-color: rgb(218 93 72 / 0.8);
}

.hover\:border-concha\/85:hover {
  border-color: rgb(218 93 72 / 0.85);
}

.hover\:border-concha\/90:hover {
  border-color: rgb(218 93 72 / 0.9);
}

.hover\:border-concha\/95:hover {
  border-color: rgb(218 93 72 / 0.95);
}

.hover\:border-mar:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 204 207 / var(--tw-border-opacity, 1));
}

.hover\:border-mar\/0:hover {
  border-color: rgb(120 204 207 / 0);
}

.hover\:border-mar\/10:hover {
  border-color: rgb(120 204 207 / 0.1);
}

.hover\:border-mar\/100:hover {
  border-color: rgb(120 204 207 / 1);
}

.hover\:border-mar\/15:hover {
  border-color: rgb(120 204 207 / 0.15);
}

.hover\:border-mar\/20:hover {
  border-color: rgb(120 204 207 / 0.2);
}

.hover\:border-mar\/25:hover {
  border-color: rgb(120 204 207 / 0.25);
}

.hover\:border-mar\/30:hover {
  border-color: rgb(120 204 207 / 0.3);
}

.hover\:border-mar\/35:hover {
  border-color: rgb(120 204 207 / 0.35);
}

.hover\:border-mar\/40:hover {
  border-color: rgb(120 204 207 / 0.4);
}

.hover\:border-mar\/45:hover {
  border-color: rgb(120 204 207 / 0.45);
}

.hover\:border-mar\/5:hover {
  border-color: rgb(120 204 207 / 0.05);
}

.hover\:border-mar\/50:hover {
  border-color: rgb(120 204 207 / 0.5);
}

.hover\:border-mar\/55:hover {
  border-color: rgb(120 204 207 / 0.55);
}

.hover\:border-mar\/60:hover {
  border-color: rgb(120 204 207 / 0.6);
}

.hover\:border-mar\/65:hover {
  border-color: rgb(120 204 207 / 0.65);
}

.hover\:border-mar\/70:hover {
  border-color: rgb(120 204 207 / 0.7);
}

.hover\:border-mar\/75:hover {
  border-color: rgb(120 204 207 / 0.75);
}

.hover\:border-mar\/80:hover {
  border-color: rgb(120 204 207 / 0.8);
}

.hover\:border-mar\/85:hover {
  border-color: rgb(120 204 207 / 0.85);
}

.hover\:border-mar\/90:hover {
  border-color: rgb(120 204 207 / 0.9);
}

.hover\:border-mar\/95:hover {
  border-color: rgb(120 204 207 / 0.95);
}

.hover\:border-mergulho:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 74 108 / var(--tw-border-opacity, 1));
}

.hover\:border-mergulho\/0:hover {
  border-color: rgb(7 74 108 / 0);
}

.hover\:border-mergulho\/10:hover {
  border-color: rgb(7 74 108 / 0.1);
}

.hover\:border-mergulho\/100:hover {
  border-color: rgb(7 74 108 / 1);
}

.hover\:border-mergulho\/15:hover {
  border-color: rgb(7 74 108 / 0.15);
}

.hover\:border-mergulho\/20:hover {
  border-color: rgb(7 74 108 / 0.2);
}

.hover\:border-mergulho\/25:hover {
  border-color: rgb(7 74 108 / 0.25);
}

.hover\:border-mergulho\/30:hover {
  border-color: rgb(7 74 108 / 0.3);
}

.hover\:border-mergulho\/35:hover {
  border-color: rgb(7 74 108 / 0.35);
}

.hover\:border-mergulho\/40:hover {
  border-color: rgb(7 74 108 / 0.4);
}

.hover\:border-mergulho\/45:hover {
  border-color: rgb(7 74 108 / 0.45);
}

.hover\:border-mergulho\/5:hover {
  border-color: rgb(7 74 108 / 0.05);
}

.hover\:border-mergulho\/50:hover {
  border-color: rgb(7 74 108 / 0.5);
}

.hover\:border-mergulho\/55:hover {
  border-color: rgb(7 74 108 / 0.55);
}

.hover\:border-mergulho\/60:hover {
  border-color: rgb(7 74 108 / 0.6);
}

.hover\:border-mergulho\/65:hover {
  border-color: rgb(7 74 108 / 0.65);
}

.hover\:border-mergulho\/70:hover {
  border-color: rgb(7 74 108 / 0.7);
}

.hover\:border-mergulho\/75:hover {
  border-color: rgb(7 74 108 / 0.75);
}

.hover\:border-mergulho\/80:hover {
  border-color: rgb(7 74 108 / 0.8);
}

.hover\:border-mergulho\/85:hover {
  border-color: rgb(7 74 108 / 0.85);
}

.hover\:border-mergulho\/90:hover {
  border-color: rgb(7 74 108 / 0.9);
}

.hover\:border-mergulho\/95:hover {
  border-color: rgb(7 74 108 / 0.95);
}

.hover\:border-pordosol:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 151 122 / var(--tw-border-opacity, 1));
}

.hover\:border-pordosol\/0:hover {
  border-color: rgb(246 151 122 / 0);
}

.hover\:border-pordosol\/10:hover {
  border-color: rgb(246 151 122 / 0.1);
}

.hover\:border-pordosol\/100:hover {
  border-color: rgb(246 151 122 / 1);
}

.hover\:border-pordosol\/15:hover {
  border-color: rgb(246 151 122 / 0.15);
}

.hover\:border-pordosol\/20:hover {
  border-color: rgb(246 151 122 / 0.2);
}

.hover\:border-pordosol\/25:hover {
  border-color: rgb(246 151 122 / 0.25);
}

.hover\:border-pordosol\/30:hover {
  border-color: rgb(246 151 122 / 0.3);
}

.hover\:border-pordosol\/35:hover {
  border-color: rgb(246 151 122 / 0.35);
}

.hover\:border-pordosol\/40:hover {
  border-color: rgb(246 151 122 / 0.4);
}

.hover\:border-pordosol\/45:hover {
  border-color: rgb(246 151 122 / 0.45);
}

.hover\:border-pordosol\/5:hover {
  border-color: rgb(246 151 122 / 0.05);
}

.hover\:border-pordosol\/50:hover {
  border-color: rgb(246 151 122 / 0.5);
}

.hover\:border-pordosol\/55:hover {
  border-color: rgb(246 151 122 / 0.55);
}

.hover\:border-pordosol\/60:hover {
  border-color: rgb(246 151 122 / 0.6);
}

.hover\:border-pordosol\/65:hover {
  border-color: rgb(246 151 122 / 0.65);
}

.hover\:border-pordosol\/70:hover {
  border-color: rgb(246 151 122 / 0.7);
}

.hover\:border-pordosol\/75:hover {
  border-color: rgb(246 151 122 / 0.75);
}

.hover\:border-pordosol\/80:hover {
  border-color: rgb(246 151 122 / 0.8);
}

.hover\:border-pordosol\/85:hover {
  border-color: rgb(246 151 122 / 0.85);
}

.hover\:border-pordosol\/90:hover {
  border-color: rgb(246 151 122 / 0.9);
}

.hover\:border-pordosol\/95:hover {
  border-color: rgb(246 151 122 / 0.95);
}

.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-\[\#c44e3b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 78 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-alga:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 102 114 / var(--tw-bg-opacity, 1));
}

.hover\:bg-alga\/0:hover {
  background-color: rgb(2 102 114 / 0);
}

.hover\:bg-alga\/10:hover {
  background-color: rgb(2 102 114 / 0.1);
}

.hover\:bg-alga\/100:hover {
  background-color: rgb(2 102 114 / 1);
}

.hover\:bg-alga\/15:hover {
  background-color: rgb(2 102 114 / 0.15);
}

.hover\:bg-alga\/20:hover {
  background-color: rgb(2 102 114 / 0.2);
}

.hover\:bg-alga\/25:hover {
  background-color: rgb(2 102 114 / 0.25);
}

.hover\:bg-alga\/30:hover {
  background-color: rgb(2 102 114 / 0.3);
}

.hover\:bg-alga\/35:hover {
  background-color: rgb(2 102 114 / 0.35);
}

.hover\:bg-alga\/40:hover {
  background-color: rgb(2 102 114 / 0.4);
}

.hover\:bg-alga\/45:hover {
  background-color: rgb(2 102 114 / 0.45);
}

.hover\:bg-alga\/5:hover {
  background-color: rgb(2 102 114 / 0.05);
}

.hover\:bg-alga\/50:hover {
  background-color: rgb(2 102 114 / 0.5);
}

.hover\:bg-alga\/55:hover {
  background-color: rgb(2 102 114 / 0.55);
}

.hover\:bg-alga\/60:hover {
  background-color: rgb(2 102 114 / 0.6);
}

.hover\:bg-alga\/65:hover {
  background-color: rgb(2 102 114 / 0.65);
}

.hover\:bg-alga\/70:hover {
  background-color: rgb(2 102 114 / 0.7);
}

.hover\:bg-alga\/75:hover {
  background-color: rgb(2 102 114 / 0.75);
}

.hover\:bg-alga\/80:hover {
  background-color: rgb(2 102 114 / 0.8);
}

.hover\:bg-alga\/85:hover {
  background-color: rgb(2 102 114 / 0.85);
}

.hover\:bg-alga\/90:hover {
  background-color: rgb(2 102 114 / 0.9);
}

.hover\:bg-alga\/95:hover {
  background-color: rgb(2 102 114 / 0.95);
}

.hover\:bg-areia:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-areia\/0:hover {
  background-color: rgb(253 245 230 / 0);
}

.hover\:bg-areia\/10:hover {
  background-color: rgb(253 245 230 / 0.1);
}

.hover\:bg-areia\/100:hover {
  background-color: rgb(253 245 230 / 1);
}

.hover\:bg-areia\/15:hover {
  background-color: rgb(253 245 230 / 0.15);
}

.hover\:bg-areia\/20:hover {
  background-color: rgb(253 245 230 / 0.2);
}

.hover\:bg-areia\/25:hover {
  background-color: rgb(253 245 230 / 0.25);
}

.hover\:bg-areia\/30:hover {
  background-color: rgb(253 245 230 / 0.3);
}

.hover\:bg-areia\/35:hover {
  background-color: rgb(253 245 230 / 0.35);
}

.hover\:bg-areia\/40:hover {
  background-color: rgb(253 245 230 / 0.4);
}

.hover\:bg-areia\/45:hover {
  background-color: rgb(253 245 230 / 0.45);
}

.hover\:bg-areia\/5:hover {
  background-color: rgb(253 245 230 / 0.05);
}

.hover\:bg-areia\/50:hover {
  background-color: rgb(253 245 230 / 0.5);
}

.hover\:bg-areia\/55:hover {
  background-color: rgb(253 245 230 / 0.55);
}

.hover\:bg-areia\/60:hover {
  background-color: rgb(253 245 230 / 0.6);
}

.hover\:bg-areia\/65:hover {
  background-color: rgb(253 245 230 / 0.65);
}

.hover\:bg-areia\/70:hover {
  background-color: rgb(253 245 230 / 0.7);
}

.hover\:bg-areia\/75:hover {
  background-color: rgb(253 245 230 / 0.75);
}

.hover\:bg-areia\/80:hover {
  background-color: rgb(253 245 230 / 0.8);
}

.hover\:bg-areia\/85:hover {
  background-color: rgb(253 245 230 / 0.85);
}

.hover\:bg-areia\/90:hover {
  background-color: rgb(253 245 230 / 0.9);
}

.hover\:bg-areia\/95:hover {
  background-color: rgb(253 245 230 / 0.95);
}

.hover\:bg-concha:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 72 / var(--tw-bg-opacity, 1));
}

.hover\:bg-concha\/0:hover {
  background-color: rgb(218 93 72 / 0);
}

.hover\:bg-concha\/10:hover {
  background-color: rgb(218 93 72 / 0.1);
}

.hover\:bg-concha\/100:hover {
  background-color: rgb(218 93 72 / 1);
}

.hover\:bg-concha\/15:hover {
  background-color: rgb(218 93 72 / 0.15);
}

.hover\:bg-concha\/20:hover {
  background-color: rgb(218 93 72 / 0.2);
}

.hover\:bg-concha\/25:hover {
  background-color: rgb(218 93 72 / 0.25);
}

.hover\:bg-concha\/30:hover {
  background-color: rgb(218 93 72 / 0.3);
}

.hover\:bg-concha\/35:hover {
  background-color: rgb(218 93 72 / 0.35);
}

.hover\:bg-concha\/40:hover {
  background-color: rgb(218 93 72 / 0.4);
}

.hover\:bg-concha\/45:hover {
  background-color: rgb(218 93 72 / 0.45);
}

.hover\:bg-concha\/5:hover {
  background-color: rgb(218 93 72 / 0.05);
}

.hover\:bg-concha\/50:hover {
  background-color: rgb(218 93 72 / 0.5);
}

.hover\:bg-concha\/55:hover {
  background-color: rgb(218 93 72 / 0.55);
}

.hover\:bg-concha\/60:hover {
  background-color: rgb(218 93 72 / 0.6);
}

.hover\:bg-concha\/65:hover {
  background-color: rgb(218 93 72 / 0.65);
}

.hover\:bg-concha\/70:hover {
  background-color: rgb(218 93 72 / 0.7);
}

.hover\:bg-concha\/75:hover {
  background-color: rgb(218 93 72 / 0.75);
}

.hover\:bg-concha\/80:hover {
  background-color: rgb(218 93 72 / 0.8);
}

.hover\:bg-concha\/85:hover {
  background-color: rgb(218 93 72 / 0.85);
}

.hover\:bg-concha\/90:hover {
  background-color: rgb(218 93 72 / 0.9);
}

.hover\:bg-concha\/95:hover {
  background-color: rgb(218 93 72 / 0.95);
}

.hover\:bg-mar:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 204 207 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mar\/0:hover {
  background-color: rgb(120 204 207 / 0);
}

.hover\:bg-mar\/10:hover {
  background-color: rgb(120 204 207 / 0.1);
}

.hover\:bg-mar\/100:hover {
  background-color: rgb(120 204 207 / 1);
}

.hover\:bg-mar\/15:hover {
  background-color: rgb(120 204 207 / 0.15);
}

.hover\:bg-mar\/20:hover {
  background-color: rgb(120 204 207 / 0.2);
}

.hover\:bg-mar\/25:hover {
  background-color: rgb(120 204 207 / 0.25);
}

.hover\:bg-mar\/30:hover {
  background-color: rgb(120 204 207 / 0.3);
}

.hover\:bg-mar\/35:hover {
  background-color: rgb(120 204 207 / 0.35);
}

.hover\:bg-mar\/40:hover {
  background-color: rgb(120 204 207 / 0.4);
}

.hover\:bg-mar\/45:hover {
  background-color: rgb(120 204 207 / 0.45);
}

.hover\:bg-mar\/5:hover {
  background-color: rgb(120 204 207 / 0.05);
}

.hover\:bg-mar\/50:hover {
  background-color: rgb(120 204 207 / 0.5);
}

.hover\:bg-mar\/55:hover {
  background-color: rgb(120 204 207 / 0.55);
}

.hover\:bg-mar\/60:hover {
  background-color: rgb(120 204 207 / 0.6);
}

.hover\:bg-mar\/65:hover {
  background-color: rgb(120 204 207 / 0.65);
}

.hover\:bg-mar\/70:hover {
  background-color: rgb(120 204 207 / 0.7);
}

.hover\:bg-mar\/75:hover {
  background-color: rgb(120 204 207 / 0.75);
}

.hover\:bg-mar\/80:hover {
  background-color: rgb(120 204 207 / 0.8);
}

.hover\:bg-mar\/85:hover {
  background-color: rgb(120 204 207 / 0.85);
}

.hover\:bg-mar\/90:hover {
  background-color: rgb(120 204 207 / 0.9);
}

.hover\:bg-mar\/95:hover {
  background-color: rgb(120 204 207 / 0.95);
}

.hover\:bg-mergulho:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 74 108 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mergulho\/0:hover {
  background-color: rgb(7 74 108 / 0);
}

.hover\:bg-mergulho\/10:hover {
  background-color: rgb(7 74 108 / 0.1);
}

.hover\:bg-mergulho\/100:hover {
  background-color: rgb(7 74 108 / 1);
}

.hover\:bg-mergulho\/15:hover {
  background-color: rgb(7 74 108 / 0.15);
}

.hover\:bg-mergulho\/20:hover {
  background-color: rgb(7 74 108 / 0.2);
}

.hover\:bg-mergulho\/25:hover {
  background-color: rgb(7 74 108 / 0.25);
}

.hover\:bg-mergulho\/30:hover {
  background-color: rgb(7 74 108 / 0.3);
}

.hover\:bg-mergulho\/35:hover {
  background-color: rgb(7 74 108 / 0.35);
}

.hover\:bg-mergulho\/40:hover {
  background-color: rgb(7 74 108 / 0.4);
}

.hover\:bg-mergulho\/45:hover {
  background-color: rgb(7 74 108 / 0.45);
}

.hover\:bg-mergulho\/5:hover {
  background-color: rgb(7 74 108 / 0.05);
}

.hover\:bg-mergulho\/50:hover {
  background-color: rgb(7 74 108 / 0.5);
}

.hover\:bg-mergulho\/55:hover {
  background-color: rgb(7 74 108 / 0.55);
}

.hover\:bg-mergulho\/60:hover {
  background-color: rgb(7 74 108 / 0.6);
}

.hover\:bg-mergulho\/65:hover {
  background-color: rgb(7 74 108 / 0.65);
}

.hover\:bg-mergulho\/70:hover {
  background-color: rgb(7 74 108 / 0.7);
}

.hover\:bg-mergulho\/75:hover {
  background-color: rgb(7 74 108 / 0.75);
}

.hover\:bg-mergulho\/80:hover {
  background-color: rgb(7 74 108 / 0.8);
}

.hover\:bg-mergulho\/85:hover {
  background-color: rgb(7 74 108 / 0.85);
}

.hover\:bg-mergulho\/90:hover {
  background-color: rgb(7 74 108 / 0.9);
}

.hover\:bg-mergulho\/95:hover {
  background-color: rgb(7 74 108 / 0.95);
}

.hover\:bg-pordosol:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 151 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pordosol\/0:hover {
  background-color: rgb(246 151 122 / 0);
}

.hover\:bg-pordosol\/10:hover {
  background-color: rgb(246 151 122 / 0.1);
}

.hover\:bg-pordosol\/100:hover {
  background-color: rgb(246 151 122 / 1);
}

.hover\:bg-pordosol\/15:hover {
  background-color: rgb(246 151 122 / 0.15);
}

.hover\:bg-pordosol\/20:hover {
  background-color: rgb(246 151 122 / 0.2);
}

.hover\:bg-pordosol\/25:hover {
  background-color: rgb(246 151 122 / 0.25);
}

.hover\:bg-pordosol\/30:hover {
  background-color: rgb(246 151 122 / 0.3);
}

.hover\:bg-pordosol\/35:hover {
  background-color: rgb(246 151 122 / 0.35);
}

.hover\:bg-pordosol\/40:hover {
  background-color: rgb(246 151 122 / 0.4);
}

.hover\:bg-pordosol\/45:hover {
  background-color: rgb(246 151 122 / 0.45);
}

.hover\:bg-pordosol\/5:hover {
  background-color: rgb(246 151 122 / 0.05);
}

.hover\:bg-pordosol\/50:hover {
  background-color: rgb(246 151 122 / 0.5);
}

.hover\:bg-pordosol\/55:hover {
  background-color: rgb(246 151 122 / 0.55);
}

.hover\:bg-pordosol\/60:hover {
  background-color: rgb(246 151 122 / 0.6);
}

.hover\:bg-pordosol\/65:hover {
  background-color: rgb(246 151 122 / 0.65);
}

.hover\:bg-pordosol\/70:hover {
  background-color: rgb(246 151 122 / 0.7);
}

.hover\:bg-pordosol\/75:hover {
  background-color: rgb(246 151 122 / 0.75);
}

.hover\:bg-pordosol\/80:hover {
  background-color: rgb(246 151 122 / 0.8);
}

.hover\:bg-pordosol\/85:hover {
  background-color: rgb(246 151 122 / 0.85);
}

.hover\:bg-pordosol\/90:hover {
  background-color: rgb(246 151 122 / 0.9);
}

.hover\:bg-pordosol\/95:hover {
  background-color: rgb(246 151 122 / 0.95);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/\[0\.12\]:hover {
  background-color: rgb(255 255 255 / 0.12);
}

.hover\:fill-alga:hover {
  fill: #026672;
}

.hover\:fill-alga\/0:hover {
  fill: rgb(2 102 114 / 0);
}

.hover\:fill-alga\/10:hover {
  fill: rgb(2 102 114 / 0.1);
}

.hover\:fill-alga\/100:hover {
  fill: rgb(2 102 114 / 1);
}

.hover\:fill-alga\/15:hover {
  fill: rgb(2 102 114 / 0.15);
}

.hover\:fill-alga\/20:hover {
  fill: rgb(2 102 114 / 0.2);
}

.hover\:fill-alga\/25:hover {
  fill: rgb(2 102 114 / 0.25);
}

.hover\:fill-alga\/30:hover {
  fill: rgb(2 102 114 / 0.3);
}

.hover\:fill-alga\/35:hover {
  fill: rgb(2 102 114 / 0.35);
}

.hover\:fill-alga\/40:hover {
  fill: rgb(2 102 114 / 0.4);
}

.hover\:fill-alga\/45:hover {
  fill: rgb(2 102 114 / 0.45);
}

.hover\:fill-alga\/5:hover {
  fill: rgb(2 102 114 / 0.05);
}

.hover\:fill-alga\/50:hover {
  fill: rgb(2 102 114 / 0.5);
}

.hover\:fill-alga\/55:hover {
  fill: rgb(2 102 114 / 0.55);
}

.hover\:fill-alga\/60:hover {
  fill: rgb(2 102 114 / 0.6);
}

.hover\:fill-alga\/65:hover {
  fill: rgb(2 102 114 / 0.65);
}

.hover\:fill-alga\/70:hover {
  fill: rgb(2 102 114 / 0.7);
}

.hover\:fill-alga\/75:hover {
  fill: rgb(2 102 114 / 0.75);
}

.hover\:fill-alga\/80:hover {
  fill: rgb(2 102 114 / 0.8);
}

.hover\:fill-alga\/85:hover {
  fill: rgb(2 102 114 / 0.85);
}

.hover\:fill-alga\/90:hover {
  fill: rgb(2 102 114 / 0.9);
}

.hover\:fill-alga\/95:hover {
  fill: rgb(2 102 114 / 0.95);
}

.hover\:fill-areia:hover {
  fill: #FDF5E6;
}

.hover\:fill-areia\/0:hover {
  fill: rgb(253 245 230 / 0);
}

.hover\:fill-areia\/10:hover {
  fill: rgb(253 245 230 / 0.1);
}

.hover\:fill-areia\/100:hover {
  fill: rgb(253 245 230 / 1);
}

.hover\:fill-areia\/15:hover {
  fill: rgb(253 245 230 / 0.15);
}

.hover\:fill-areia\/20:hover {
  fill: rgb(253 245 230 / 0.2);
}

.hover\:fill-areia\/25:hover {
  fill: rgb(253 245 230 / 0.25);
}

.hover\:fill-areia\/30:hover {
  fill: rgb(253 245 230 / 0.3);
}

.hover\:fill-areia\/35:hover {
  fill: rgb(253 245 230 / 0.35);
}

.hover\:fill-areia\/40:hover {
  fill: rgb(253 245 230 / 0.4);
}

.hover\:fill-areia\/45:hover {
  fill: rgb(253 245 230 / 0.45);
}

.hover\:fill-areia\/5:hover {
  fill: rgb(253 245 230 / 0.05);
}

.hover\:fill-areia\/50:hover {
  fill: rgb(253 245 230 / 0.5);
}

.hover\:fill-areia\/55:hover {
  fill: rgb(253 245 230 / 0.55);
}

.hover\:fill-areia\/60:hover {
  fill: rgb(253 245 230 / 0.6);
}

.hover\:fill-areia\/65:hover {
  fill: rgb(253 245 230 / 0.65);
}

.hover\:fill-areia\/70:hover {
  fill: rgb(253 245 230 / 0.7);
}

.hover\:fill-areia\/75:hover {
  fill: rgb(253 245 230 / 0.75);
}

.hover\:fill-areia\/80:hover {
  fill: rgb(253 245 230 / 0.8);
}

.hover\:fill-areia\/85:hover {
  fill: rgb(253 245 230 / 0.85);
}

.hover\:fill-areia\/90:hover {
  fill: rgb(253 245 230 / 0.9);
}

.hover\:fill-areia\/95:hover {
  fill: rgb(253 245 230 / 0.95);
}

.hover\:fill-concha:hover {
  fill: #DA5D48;
}

.hover\:fill-concha\/0:hover {
  fill: rgb(218 93 72 / 0);
}

.hover\:fill-concha\/10:hover {
  fill: rgb(218 93 72 / 0.1);
}

.hover\:fill-concha\/100:hover {
  fill: rgb(218 93 72 / 1);
}

.hover\:fill-concha\/15:hover {
  fill: rgb(218 93 72 / 0.15);
}

.hover\:fill-concha\/20:hover {
  fill: rgb(218 93 72 / 0.2);
}

.hover\:fill-concha\/25:hover {
  fill: rgb(218 93 72 / 0.25);
}

.hover\:fill-concha\/30:hover {
  fill: rgb(218 93 72 / 0.3);
}

.hover\:fill-concha\/35:hover {
  fill: rgb(218 93 72 / 0.35);
}

.hover\:fill-concha\/40:hover {
  fill: rgb(218 93 72 / 0.4);
}

.hover\:fill-concha\/45:hover {
  fill: rgb(218 93 72 / 0.45);
}

.hover\:fill-concha\/5:hover {
  fill: rgb(218 93 72 / 0.05);
}

.hover\:fill-concha\/50:hover {
  fill: rgb(218 93 72 / 0.5);
}

.hover\:fill-concha\/55:hover {
  fill: rgb(218 93 72 / 0.55);
}

.hover\:fill-concha\/60:hover {
  fill: rgb(218 93 72 / 0.6);
}

.hover\:fill-concha\/65:hover {
  fill: rgb(218 93 72 / 0.65);
}

.hover\:fill-concha\/70:hover {
  fill: rgb(218 93 72 / 0.7);
}

.hover\:fill-concha\/75:hover {
  fill: rgb(218 93 72 / 0.75);
}

.hover\:fill-concha\/80:hover {
  fill: rgb(218 93 72 / 0.8);
}

.hover\:fill-concha\/85:hover {
  fill: rgb(218 93 72 / 0.85);
}

.hover\:fill-concha\/90:hover {
  fill: rgb(218 93 72 / 0.9);
}

.hover\:fill-concha\/95:hover {
  fill: rgb(218 93 72 / 0.95);
}

.hover\:fill-mar:hover {
  fill: #78CCCF;
}

.hover\:fill-mar\/0:hover {
  fill: rgb(120 204 207 / 0);
}

.hover\:fill-mar\/10:hover {
  fill: rgb(120 204 207 / 0.1);
}

.hover\:fill-mar\/100:hover {
  fill: rgb(120 204 207 / 1);
}

.hover\:fill-mar\/15:hover {
  fill: rgb(120 204 207 / 0.15);
}

.hover\:fill-mar\/20:hover {
  fill: rgb(120 204 207 / 0.2);
}

.hover\:fill-mar\/25:hover {
  fill: rgb(120 204 207 / 0.25);
}

.hover\:fill-mar\/30:hover {
  fill: rgb(120 204 207 / 0.3);
}

.hover\:fill-mar\/35:hover {
  fill: rgb(120 204 207 / 0.35);
}

.hover\:fill-mar\/40:hover {
  fill: rgb(120 204 207 / 0.4);
}

.hover\:fill-mar\/45:hover {
  fill: rgb(120 204 207 / 0.45);
}

.hover\:fill-mar\/5:hover {
  fill: rgb(120 204 207 / 0.05);
}

.hover\:fill-mar\/50:hover {
  fill: rgb(120 204 207 / 0.5);
}

.hover\:fill-mar\/55:hover {
  fill: rgb(120 204 207 / 0.55);
}

.hover\:fill-mar\/60:hover {
  fill: rgb(120 204 207 / 0.6);
}

.hover\:fill-mar\/65:hover {
  fill: rgb(120 204 207 / 0.65);
}

.hover\:fill-mar\/70:hover {
  fill: rgb(120 204 207 / 0.7);
}

.hover\:fill-mar\/75:hover {
  fill: rgb(120 204 207 / 0.75);
}

.hover\:fill-mar\/80:hover {
  fill: rgb(120 204 207 / 0.8);
}

.hover\:fill-mar\/85:hover {
  fill: rgb(120 204 207 / 0.85);
}

.hover\:fill-mar\/90:hover {
  fill: rgb(120 204 207 / 0.9);
}

.hover\:fill-mar\/95:hover {
  fill: rgb(120 204 207 / 0.95);
}

.hover\:fill-mergulho:hover {
  fill: #074A6C;
}

.hover\:fill-mergulho\/0:hover {
  fill: rgb(7 74 108 / 0);
}

.hover\:fill-mergulho\/10:hover {
  fill: rgb(7 74 108 / 0.1);
}

.hover\:fill-mergulho\/100:hover {
  fill: rgb(7 74 108 / 1);
}

.hover\:fill-mergulho\/15:hover {
  fill: rgb(7 74 108 / 0.15);
}

.hover\:fill-mergulho\/20:hover {
  fill: rgb(7 74 108 / 0.2);
}

.hover\:fill-mergulho\/25:hover {
  fill: rgb(7 74 108 / 0.25);
}

.hover\:fill-mergulho\/30:hover {
  fill: rgb(7 74 108 / 0.3);
}

.hover\:fill-mergulho\/35:hover {
  fill: rgb(7 74 108 / 0.35);
}

.hover\:fill-mergulho\/40:hover {
  fill: rgb(7 74 108 / 0.4);
}

.hover\:fill-mergulho\/45:hover {
  fill: rgb(7 74 108 / 0.45);
}

.hover\:fill-mergulho\/5:hover {
  fill: rgb(7 74 108 / 0.05);
}

.hover\:fill-mergulho\/50:hover {
  fill: rgb(7 74 108 / 0.5);
}

.hover\:fill-mergulho\/55:hover {
  fill: rgb(7 74 108 / 0.55);
}

.hover\:fill-mergulho\/60:hover {
  fill: rgb(7 74 108 / 0.6);
}

.hover\:fill-mergulho\/65:hover {
  fill: rgb(7 74 108 / 0.65);
}

.hover\:fill-mergulho\/70:hover {
  fill: rgb(7 74 108 / 0.7);
}

.hover\:fill-mergulho\/75:hover {
  fill: rgb(7 74 108 / 0.75);
}

.hover\:fill-mergulho\/80:hover {
  fill: rgb(7 74 108 / 0.8);
}

.hover\:fill-mergulho\/85:hover {
  fill: rgb(7 74 108 / 0.85);
}

.hover\:fill-mergulho\/90:hover {
  fill: rgb(7 74 108 / 0.9);
}

.hover\:fill-mergulho\/95:hover {
  fill: rgb(7 74 108 / 0.95);
}

.hover\:fill-pordosol:hover {
  fill: #F6977A;
}

.hover\:fill-pordosol\/0:hover {
  fill: rgb(246 151 122 / 0);
}

.hover\:fill-pordosol\/10:hover {
  fill: rgb(246 151 122 / 0.1);
}

.hover\:fill-pordosol\/100:hover {
  fill: rgb(246 151 122 / 1);
}

.hover\:fill-pordosol\/15:hover {
  fill: rgb(246 151 122 / 0.15);
}

.hover\:fill-pordosol\/20:hover {
  fill: rgb(246 151 122 / 0.2);
}

.hover\:fill-pordosol\/25:hover {
  fill: rgb(246 151 122 / 0.25);
}

.hover\:fill-pordosol\/30:hover {
  fill: rgb(246 151 122 / 0.3);
}

.hover\:fill-pordosol\/35:hover {
  fill: rgb(246 151 122 / 0.35);
}

.hover\:fill-pordosol\/40:hover {
  fill: rgb(246 151 122 / 0.4);
}

.hover\:fill-pordosol\/45:hover {
  fill: rgb(246 151 122 / 0.45);
}

.hover\:fill-pordosol\/5:hover {
  fill: rgb(246 151 122 / 0.05);
}

.hover\:fill-pordosol\/50:hover {
  fill: rgb(246 151 122 / 0.5);
}

.hover\:fill-pordosol\/55:hover {
  fill: rgb(246 151 122 / 0.55);
}

.hover\:fill-pordosol\/60:hover {
  fill: rgb(246 151 122 / 0.6);
}

.hover\:fill-pordosol\/65:hover {
  fill: rgb(246 151 122 / 0.65);
}

.hover\:fill-pordosol\/70:hover {
  fill: rgb(246 151 122 / 0.7);
}

.hover\:fill-pordosol\/75:hover {
  fill: rgb(246 151 122 / 0.75);
}

.hover\:fill-pordosol\/80:hover {
  fill: rgb(246 151 122 / 0.8);
}

.hover\:fill-pordosol\/85:hover {
  fill: rgb(246 151 122 / 0.85);
}

.hover\:fill-pordosol\/90:hover {
  fill: rgb(246 151 122 / 0.9);
}

.hover\:fill-pordosol\/95:hover {
  fill: rgb(246 151 122 / 0.95);
}

.hover\:text-alga:hover {
  --tw-text-opacity: 1;
  color: rgb(2 102 114 / var(--tw-text-opacity, 1));
}

.hover\:text-alga\/0:hover {
  color: rgb(2 102 114 / 0);
}

.hover\:text-alga\/10:hover {
  color: rgb(2 102 114 / 0.1);
}

.hover\:text-alga\/100:hover {
  color: rgb(2 102 114 / 1);
}

.hover\:text-alga\/15:hover {
  color: rgb(2 102 114 / 0.15);
}

.hover\:text-alga\/20:hover {
  color: rgb(2 102 114 / 0.2);
}

.hover\:text-alga\/25:hover {
  color: rgb(2 102 114 / 0.25);
}

.hover\:text-alga\/30:hover {
  color: rgb(2 102 114 / 0.3);
}

.hover\:text-alga\/35:hover {
  color: rgb(2 102 114 / 0.35);
}

.hover\:text-alga\/40:hover {
  color: rgb(2 102 114 / 0.4);
}

.hover\:text-alga\/45:hover {
  color: rgb(2 102 114 / 0.45);
}

.hover\:text-alga\/5:hover {
  color: rgb(2 102 114 / 0.05);
}

.hover\:text-alga\/50:hover {
  color: rgb(2 102 114 / 0.5);
}

.hover\:text-alga\/55:hover {
  color: rgb(2 102 114 / 0.55);
}

.hover\:text-alga\/60:hover {
  color: rgb(2 102 114 / 0.6);
}

.hover\:text-alga\/65:hover {
  color: rgb(2 102 114 / 0.65);
}

.hover\:text-alga\/70:hover {
  color: rgb(2 102 114 / 0.7);
}

.hover\:text-alga\/75:hover {
  color: rgb(2 102 114 / 0.75);
}

.hover\:text-alga\/80:hover {
  color: rgb(2 102 114 / 0.8);
}

.hover\:text-alga\/85:hover {
  color: rgb(2 102 114 / 0.85);
}

.hover\:text-alga\/90:hover {
  color: rgb(2 102 114 / 0.9);
}

.hover\:text-alga\/95:hover {
  color: rgb(2 102 114 / 0.95);
}

.hover\:text-areia:hover {
  --tw-text-opacity: 1;
  color: rgb(253 245 230 / var(--tw-text-opacity, 1));
}

.hover\:text-areia\/0:hover {
  color: rgb(253 245 230 / 0);
}

.hover\:text-areia\/10:hover {
  color: rgb(253 245 230 / 0.1);
}

.hover\:text-areia\/100:hover {
  color: rgb(253 245 230 / 1);
}

.hover\:text-areia\/15:hover {
  color: rgb(253 245 230 / 0.15);
}

.hover\:text-areia\/20:hover {
  color: rgb(253 245 230 / 0.2);
}

.hover\:text-areia\/25:hover {
  color: rgb(253 245 230 / 0.25);
}

.hover\:text-areia\/30:hover {
  color: rgb(253 245 230 / 0.3);
}

.hover\:text-areia\/35:hover {
  color: rgb(253 245 230 / 0.35);
}

.hover\:text-areia\/40:hover {
  color: rgb(253 245 230 / 0.4);
}

.hover\:text-areia\/45:hover {
  color: rgb(253 245 230 / 0.45);
}

.hover\:text-areia\/5:hover {
  color: rgb(253 245 230 / 0.05);
}

.hover\:text-areia\/50:hover {
  color: rgb(253 245 230 / 0.5);
}

.hover\:text-areia\/55:hover {
  color: rgb(253 245 230 / 0.55);
}

.hover\:text-areia\/60:hover {
  color: rgb(253 245 230 / 0.6);
}

.hover\:text-areia\/65:hover {
  color: rgb(253 245 230 / 0.65);
}

.hover\:text-areia\/70:hover {
  color: rgb(253 245 230 / 0.7);
}

.hover\:text-areia\/75:hover {
  color: rgb(253 245 230 / 0.75);
}

.hover\:text-areia\/80:hover {
  color: rgb(253 245 230 / 0.8);
}

.hover\:text-areia\/85:hover {
  color: rgb(253 245 230 / 0.85);
}

.hover\:text-areia\/90:hover {
  color: rgb(253 245 230 / 0.9);
}

.hover\:text-areia\/95:hover {
  color: rgb(253 245 230 / 0.95);
}

.hover\:text-concha:hover {
  --tw-text-opacity: 1;
  color: rgb(218 93 72 / var(--tw-text-opacity, 1));
}

.hover\:text-concha\/0:hover {
  color: rgb(218 93 72 / 0);
}

.hover\:text-concha\/10:hover {
  color: rgb(218 93 72 / 0.1);
}

.hover\:text-concha\/100:hover {
  color: rgb(218 93 72 / 1);
}

.hover\:text-concha\/15:hover {
  color: rgb(218 93 72 / 0.15);
}

.hover\:text-concha\/20:hover {
  color: rgb(218 93 72 / 0.2);
}

.hover\:text-concha\/25:hover {
  color: rgb(218 93 72 / 0.25);
}

.hover\:text-concha\/30:hover {
  color: rgb(218 93 72 / 0.3);
}

.hover\:text-concha\/35:hover {
  color: rgb(218 93 72 / 0.35);
}

.hover\:text-concha\/40:hover {
  color: rgb(218 93 72 / 0.4);
}

.hover\:text-concha\/45:hover {
  color: rgb(218 93 72 / 0.45);
}

.hover\:text-concha\/5:hover {
  color: rgb(218 93 72 / 0.05);
}

.hover\:text-concha\/50:hover {
  color: rgb(218 93 72 / 0.5);
}

.hover\:text-concha\/55:hover {
  color: rgb(218 93 72 / 0.55);
}

.hover\:text-concha\/60:hover {
  color: rgb(218 93 72 / 0.6);
}

.hover\:text-concha\/65:hover {
  color: rgb(218 93 72 / 0.65);
}

.hover\:text-concha\/70:hover {
  color: rgb(218 93 72 / 0.7);
}

.hover\:text-concha\/75:hover {
  color: rgb(218 93 72 / 0.75);
}

.hover\:text-concha\/80:hover {
  color: rgb(218 93 72 / 0.8);
}

.hover\:text-concha\/85:hover {
  color: rgb(218 93 72 / 0.85);
}

.hover\:text-concha\/90:hover {
  color: rgb(218 93 72 / 0.9);
}

.hover\:text-concha\/95:hover {
  color: rgb(218 93 72 / 0.95);
}

.hover\:text-mar:hover {
  --tw-text-opacity: 1;
  color: rgb(120 204 207 / var(--tw-text-opacity, 1));
}

.hover\:text-mar\/0:hover {
  color: rgb(120 204 207 / 0);
}

.hover\:text-mar\/10:hover {
  color: rgb(120 204 207 / 0.1);
}

.hover\:text-mar\/100:hover {
  color: rgb(120 204 207 / 1);
}

.hover\:text-mar\/15:hover {
  color: rgb(120 204 207 / 0.15);
}

.hover\:text-mar\/20:hover {
  color: rgb(120 204 207 / 0.2);
}

.hover\:text-mar\/25:hover {
  color: rgb(120 204 207 / 0.25);
}

.hover\:text-mar\/30:hover {
  color: rgb(120 204 207 / 0.3);
}

.hover\:text-mar\/35:hover {
  color: rgb(120 204 207 / 0.35);
}

.hover\:text-mar\/40:hover {
  color: rgb(120 204 207 / 0.4);
}

.hover\:text-mar\/45:hover {
  color: rgb(120 204 207 / 0.45);
}

.hover\:text-mar\/5:hover {
  color: rgb(120 204 207 / 0.05);
}

.hover\:text-mar\/50:hover {
  color: rgb(120 204 207 / 0.5);
}

.hover\:text-mar\/55:hover {
  color: rgb(120 204 207 / 0.55);
}

.hover\:text-mar\/60:hover {
  color: rgb(120 204 207 / 0.6);
}

.hover\:text-mar\/65:hover {
  color: rgb(120 204 207 / 0.65);
}

.hover\:text-mar\/70:hover {
  color: rgb(120 204 207 / 0.7);
}

.hover\:text-mar\/75:hover {
  color: rgb(120 204 207 / 0.75);
}

.hover\:text-mar\/80:hover {
  color: rgb(120 204 207 / 0.8);
}

.hover\:text-mar\/85:hover {
  color: rgb(120 204 207 / 0.85);
}

.hover\:text-mar\/90:hover {
  color: rgb(120 204 207 / 0.9);
}

.hover\:text-mar\/95:hover {
  color: rgb(120 204 207 / 0.95);
}

.hover\:text-mergulho:hover {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.hover\:text-mergulho\/0:hover {
  color: rgb(7 74 108 / 0);
}

.hover\:text-mergulho\/10:hover {
  color: rgb(7 74 108 / 0.1);
}

.hover\:text-mergulho\/100:hover {
  color: rgb(7 74 108 / 1);
}

.hover\:text-mergulho\/15:hover {
  color: rgb(7 74 108 / 0.15);
}

.hover\:text-mergulho\/20:hover {
  color: rgb(7 74 108 / 0.2);
}

.hover\:text-mergulho\/25:hover {
  color: rgb(7 74 108 / 0.25);
}

.hover\:text-mergulho\/30:hover {
  color: rgb(7 74 108 / 0.3);
}

.hover\:text-mergulho\/35:hover {
  color: rgb(7 74 108 / 0.35);
}

.hover\:text-mergulho\/40:hover {
  color: rgb(7 74 108 / 0.4);
}

.hover\:text-mergulho\/45:hover {
  color: rgb(7 74 108 / 0.45);
}

.hover\:text-mergulho\/5:hover {
  color: rgb(7 74 108 / 0.05);
}

.hover\:text-mergulho\/50:hover {
  color: rgb(7 74 108 / 0.5);
}

.hover\:text-mergulho\/55:hover {
  color: rgb(7 74 108 / 0.55);
}

.hover\:text-mergulho\/60:hover {
  color: rgb(7 74 108 / 0.6);
}

.hover\:text-mergulho\/65:hover {
  color: rgb(7 74 108 / 0.65);
}

.hover\:text-mergulho\/70:hover {
  color: rgb(7 74 108 / 0.7);
}

.hover\:text-mergulho\/75:hover {
  color: rgb(7 74 108 / 0.75);
}

.hover\:text-mergulho\/80:hover {
  color: rgb(7 74 108 / 0.8);
}

.hover\:text-mergulho\/85:hover {
  color: rgb(7 74 108 / 0.85);
}

.hover\:text-mergulho\/90:hover {
  color: rgb(7 74 108 / 0.9);
}

.hover\:text-mergulho\/95:hover {
  color: rgb(7 74 108 / 0.95);
}

.hover\:text-pordosol:hover {
  --tw-text-opacity: 1;
  color: rgb(246 151 122 / var(--tw-text-opacity, 1));
}

.hover\:text-pordosol\/0:hover {
  color: rgb(246 151 122 / 0);
}

.hover\:text-pordosol\/10:hover {
  color: rgb(246 151 122 / 0.1);
}

.hover\:text-pordosol\/100:hover {
  color: rgb(246 151 122 / 1);
}

.hover\:text-pordosol\/15:hover {
  color: rgb(246 151 122 / 0.15);
}

.hover\:text-pordosol\/20:hover {
  color: rgb(246 151 122 / 0.2);
}

.hover\:text-pordosol\/25:hover {
  color: rgb(246 151 122 / 0.25);
}

.hover\:text-pordosol\/30:hover {
  color: rgb(246 151 122 / 0.3);
}

.hover\:text-pordosol\/35:hover {
  color: rgb(246 151 122 / 0.35);
}

.hover\:text-pordosol\/40:hover {
  color: rgb(246 151 122 / 0.4);
}

.hover\:text-pordosol\/45:hover {
  color: rgb(246 151 122 / 0.45);
}

.hover\:text-pordosol\/5:hover {
  color: rgb(246 151 122 / 0.05);
}

.hover\:text-pordosol\/50:hover {
  color: rgb(246 151 122 / 0.5);
}

.hover\:text-pordosol\/55:hover {
  color: rgb(246 151 122 / 0.55);
}

.hover\:text-pordosol\/60:hover {
  color: rgb(246 151 122 / 0.6);
}

.hover\:text-pordosol\/65:hover {
  color: rgb(246 151 122 / 0.65);
}

.hover\:text-pordosol\/70:hover {
  color: rgb(246 151 122 / 0.7);
}

.hover\:text-pordosol\/75:hover {
  color: rgb(246 151 122 / 0.75);
}

.hover\:text-pordosol\/80:hover {
  color: rgb(246 151 122 / 0.8);
}

.hover\:text-pordosol\/85:hover {
  color: rgb(246 151 122 / 0.85);
}

.hover\:text-pordosol\/90:hover {
  color: rgb(246 151 122 / 0.9);
}

.hover\:text-pordosol\/95:hover {
  color: rgb(246 151 122 / 0.95);
}

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

.hover\:\!shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-concha:hover {
  --tw-shadow: 0 10px 25px -5px rgba(218, 93, 72, 0.3), 0 8px 10px -6px rgba(218, 93, 72, 0.2);
  --tw-shadow-colored: 0 10px 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);
}

.hover\:shadow-concha-sm:hover {
  --tw-shadow: 0 4px 12px rgba(218, 93, 72, 0.3);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-concha-soft:hover {
  --tw-shadow: 0 14px 32px -10px rgba(218, 93, 72, 0.1), 0 6px 16px -8px rgba(218, 93, 72, 0.06);
  --tw-shadow-colored: 0 14px 32px -10px var(--tw-shadow-color), 0 6px 16px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-mar:hover {
  --tw-shadow: 0 10px 25px -5px rgba(120, 204, 207, 0.4);
  --tw-shadow-colored: 0 10px 25px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-mergulho:hover {
  --tw-shadow: 0 10px 25px -5px rgba(7, 74, 108, 0.25), 0 8px 10px -6px rgba(7, 74, 108, 0.15);
  --tw-shadow-colored: 0 10px 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);
}

.hover\:shadow-mergulho-sm:hover {
  --tw-shadow: 0 4px 12px rgba(7, 74, 108, 0.2);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-mergulho-soft:hover {
  --tw-shadow: 0 6px 18px -4px rgba(7, 74, 108, 0.12), 0 2px 6px -2px rgba(7, 74, 108, 0.08);
  --tw-shadow-colored: 0 6px 18px -4px var(--tw-shadow-color), 0 2px 6px -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);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-concha:hover {
  --tw-shadow-color: #DA5D48;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-mar:hover {
  --tw-shadow-color: #78CCCF;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-mergulho:hover {
  --tw-shadow-color: #074A6C;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
  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));
}

.focus\:border-alga:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 102 114 / var(--tw-border-opacity, 1));
}

.focus\:border-alga\/0:focus {
  border-color: rgb(2 102 114 / 0);
}

.focus\:border-alga\/10:focus {
  border-color: rgb(2 102 114 / 0.1);
}

.focus\:border-alga\/100:focus {
  border-color: rgb(2 102 114 / 1);
}

.focus\:border-alga\/15:focus {
  border-color: rgb(2 102 114 / 0.15);
}

.focus\:border-alga\/20:focus {
  border-color: rgb(2 102 114 / 0.2);
}

.focus\:border-alga\/25:focus {
  border-color: rgb(2 102 114 / 0.25);
}

.focus\:border-alga\/30:focus {
  border-color: rgb(2 102 114 / 0.3);
}

.focus\:border-alga\/35:focus {
  border-color: rgb(2 102 114 / 0.35);
}

.focus\:border-alga\/40:focus {
  border-color: rgb(2 102 114 / 0.4);
}

.focus\:border-alga\/45:focus {
  border-color: rgb(2 102 114 / 0.45);
}

.focus\:border-alga\/5:focus {
  border-color: rgb(2 102 114 / 0.05);
}

.focus\:border-alga\/50:focus {
  border-color: rgb(2 102 114 / 0.5);
}

.focus\:border-alga\/55:focus {
  border-color: rgb(2 102 114 / 0.55);
}

.focus\:border-alga\/60:focus {
  border-color: rgb(2 102 114 / 0.6);
}

.focus\:border-alga\/65:focus {
  border-color: rgb(2 102 114 / 0.65);
}

.focus\:border-alga\/70:focus {
  border-color: rgb(2 102 114 / 0.7);
}

.focus\:border-alga\/75:focus {
  border-color: rgb(2 102 114 / 0.75);
}

.focus\:border-alga\/80:focus {
  border-color: rgb(2 102 114 / 0.8);
}

.focus\:border-alga\/85:focus {
  border-color: rgb(2 102 114 / 0.85);
}

.focus\:border-alga\/90:focus {
  border-color: rgb(2 102 114 / 0.9);
}

.focus\:border-alga\/95:focus {
  border-color: rgb(2 102 114 / 0.95);
}

.focus\:border-areia:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 245 230 / var(--tw-border-opacity, 1));
}

.focus\:border-areia\/0:focus {
  border-color: rgb(253 245 230 / 0);
}

.focus\:border-areia\/10:focus {
  border-color: rgb(253 245 230 / 0.1);
}

.focus\:border-areia\/100:focus {
  border-color: rgb(253 245 230 / 1);
}

.focus\:border-areia\/15:focus {
  border-color: rgb(253 245 230 / 0.15);
}

.focus\:border-areia\/20:focus {
  border-color: rgb(253 245 230 / 0.2);
}

.focus\:border-areia\/25:focus {
  border-color: rgb(253 245 230 / 0.25);
}

.focus\:border-areia\/30:focus {
  border-color: rgb(253 245 230 / 0.3);
}

.focus\:border-areia\/35:focus {
  border-color: rgb(253 245 230 / 0.35);
}

.focus\:border-areia\/40:focus {
  border-color: rgb(253 245 230 / 0.4);
}

.focus\:border-areia\/45:focus {
  border-color: rgb(253 245 230 / 0.45);
}

.focus\:border-areia\/5:focus {
  border-color: rgb(253 245 230 / 0.05);
}

.focus\:border-areia\/50:focus {
  border-color: rgb(253 245 230 / 0.5);
}

.focus\:border-areia\/55:focus {
  border-color: rgb(253 245 230 / 0.55);
}

.focus\:border-areia\/60:focus {
  border-color: rgb(253 245 230 / 0.6);
}

.focus\:border-areia\/65:focus {
  border-color: rgb(253 245 230 / 0.65);
}

.focus\:border-areia\/70:focus {
  border-color: rgb(253 245 230 / 0.7);
}

.focus\:border-areia\/75:focus {
  border-color: rgb(253 245 230 / 0.75);
}

.focus\:border-areia\/80:focus {
  border-color: rgb(253 245 230 / 0.8);
}

.focus\:border-areia\/85:focus {
  border-color: rgb(253 245 230 / 0.85);
}

.focus\:border-areia\/90:focus {
  border-color: rgb(253 245 230 / 0.9);
}

.focus\:border-areia\/95:focus {
  border-color: rgb(253 245 230 / 0.95);
}

.focus\:border-concha:focus {
  --tw-border-opacity: 1;
  border-color: rgb(218 93 72 / var(--tw-border-opacity, 1));
}

.focus\:border-concha\/0:focus {
  border-color: rgb(218 93 72 / 0);
}

.focus\:border-concha\/10:focus {
  border-color: rgb(218 93 72 / 0.1);
}

.focus\:border-concha\/100:focus {
  border-color: rgb(218 93 72 / 1);
}

.focus\:border-concha\/15:focus {
  border-color: rgb(218 93 72 / 0.15);
}

.focus\:border-concha\/20:focus {
  border-color: rgb(218 93 72 / 0.2);
}

.focus\:border-concha\/25:focus {
  border-color: rgb(218 93 72 / 0.25);
}

.focus\:border-concha\/30:focus {
  border-color: rgb(218 93 72 / 0.3);
}

.focus\:border-concha\/35:focus {
  border-color: rgb(218 93 72 / 0.35);
}

.focus\:border-concha\/40:focus {
  border-color: rgb(218 93 72 / 0.4);
}

.focus\:border-concha\/45:focus {
  border-color: rgb(218 93 72 / 0.45);
}

.focus\:border-concha\/5:focus {
  border-color: rgb(218 93 72 / 0.05);
}

.focus\:border-concha\/50:focus {
  border-color: rgb(218 93 72 / 0.5);
}

.focus\:border-concha\/55:focus {
  border-color: rgb(218 93 72 / 0.55);
}

.focus\:border-concha\/60:focus {
  border-color: rgb(218 93 72 / 0.6);
}

.focus\:border-concha\/65:focus {
  border-color: rgb(218 93 72 / 0.65);
}

.focus\:border-concha\/70:focus {
  border-color: rgb(218 93 72 / 0.7);
}

.focus\:border-concha\/75:focus {
  border-color: rgb(218 93 72 / 0.75);
}

.focus\:border-concha\/80:focus {
  border-color: rgb(218 93 72 / 0.8);
}

.focus\:border-concha\/85:focus {
  border-color: rgb(218 93 72 / 0.85);
}

.focus\:border-concha\/90:focus {
  border-color: rgb(218 93 72 / 0.9);
}

.focus\:border-concha\/95:focus {
  border-color: rgb(218 93 72 / 0.95);
}

.focus\:border-mar:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 204 207 / var(--tw-border-opacity, 1));
}

.focus\:border-mar\/0:focus {
  border-color: rgb(120 204 207 / 0);
}

.focus\:border-mar\/10:focus {
  border-color: rgb(120 204 207 / 0.1);
}

.focus\:border-mar\/100:focus {
  border-color: rgb(120 204 207 / 1);
}

.focus\:border-mar\/15:focus {
  border-color: rgb(120 204 207 / 0.15);
}

.focus\:border-mar\/20:focus {
  border-color: rgb(120 204 207 / 0.2);
}

.focus\:border-mar\/25:focus {
  border-color: rgb(120 204 207 / 0.25);
}

.focus\:border-mar\/30:focus {
  border-color: rgb(120 204 207 / 0.3);
}

.focus\:border-mar\/35:focus {
  border-color: rgb(120 204 207 / 0.35);
}

.focus\:border-mar\/40:focus {
  border-color: rgb(120 204 207 / 0.4);
}

.focus\:border-mar\/45:focus {
  border-color: rgb(120 204 207 / 0.45);
}

.focus\:border-mar\/5:focus {
  border-color: rgb(120 204 207 / 0.05);
}

.focus\:border-mar\/50:focus {
  border-color: rgb(120 204 207 / 0.5);
}

.focus\:border-mar\/55:focus {
  border-color: rgb(120 204 207 / 0.55);
}

.focus\:border-mar\/60:focus {
  border-color: rgb(120 204 207 / 0.6);
}

.focus\:border-mar\/65:focus {
  border-color: rgb(120 204 207 / 0.65);
}

.focus\:border-mar\/70:focus {
  border-color: rgb(120 204 207 / 0.7);
}

.focus\:border-mar\/75:focus {
  border-color: rgb(120 204 207 / 0.75);
}

.focus\:border-mar\/80:focus {
  border-color: rgb(120 204 207 / 0.8);
}

.focus\:border-mar\/85:focus {
  border-color: rgb(120 204 207 / 0.85);
}

.focus\:border-mar\/90:focus {
  border-color: rgb(120 204 207 / 0.9);
}

.focus\:border-mar\/95:focus {
  border-color: rgb(120 204 207 / 0.95);
}

.focus\:border-mergulho:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 74 108 / var(--tw-border-opacity, 1));
}

.focus\:border-mergulho\/0:focus {
  border-color: rgb(7 74 108 / 0);
}

.focus\:border-mergulho\/10:focus {
  border-color: rgb(7 74 108 / 0.1);
}

.focus\:border-mergulho\/100:focus {
  border-color: rgb(7 74 108 / 1);
}

.focus\:border-mergulho\/15:focus {
  border-color: rgb(7 74 108 / 0.15);
}

.focus\:border-mergulho\/20:focus {
  border-color: rgb(7 74 108 / 0.2);
}

.focus\:border-mergulho\/25:focus {
  border-color: rgb(7 74 108 / 0.25);
}

.focus\:border-mergulho\/30:focus {
  border-color: rgb(7 74 108 / 0.3);
}

.focus\:border-mergulho\/35:focus {
  border-color: rgb(7 74 108 / 0.35);
}

.focus\:border-mergulho\/40:focus {
  border-color: rgb(7 74 108 / 0.4);
}

.focus\:border-mergulho\/45:focus {
  border-color: rgb(7 74 108 / 0.45);
}

.focus\:border-mergulho\/5:focus {
  border-color: rgb(7 74 108 / 0.05);
}

.focus\:border-mergulho\/50:focus {
  border-color: rgb(7 74 108 / 0.5);
}

.focus\:border-mergulho\/55:focus {
  border-color: rgb(7 74 108 / 0.55);
}

.focus\:border-mergulho\/60:focus {
  border-color: rgb(7 74 108 / 0.6);
}

.focus\:border-mergulho\/65:focus {
  border-color: rgb(7 74 108 / 0.65);
}

.focus\:border-mergulho\/70:focus {
  border-color: rgb(7 74 108 / 0.7);
}

.focus\:border-mergulho\/75:focus {
  border-color: rgb(7 74 108 / 0.75);
}

.focus\:border-mergulho\/80:focus {
  border-color: rgb(7 74 108 / 0.8);
}

.focus\:border-mergulho\/85:focus {
  border-color: rgb(7 74 108 / 0.85);
}

.focus\:border-mergulho\/90:focus {
  border-color: rgb(7 74 108 / 0.9);
}

.focus\:border-mergulho\/95:focus {
  border-color: rgb(7 74 108 / 0.95);
}

.focus\:border-pordosol:focus {
  --tw-border-opacity: 1;
  border-color: rgb(246 151 122 / var(--tw-border-opacity, 1));
}

.focus\:border-pordosol\/0:focus {
  border-color: rgb(246 151 122 / 0);
}

.focus\:border-pordosol\/10:focus {
  border-color: rgb(246 151 122 / 0.1);
}

.focus\:border-pordosol\/100:focus {
  border-color: rgb(246 151 122 / 1);
}

.focus\:border-pordosol\/15:focus {
  border-color: rgb(246 151 122 / 0.15);
}

.focus\:border-pordosol\/20:focus {
  border-color: rgb(246 151 122 / 0.2);
}

.focus\:border-pordosol\/25:focus {
  border-color: rgb(246 151 122 / 0.25);
}

.focus\:border-pordosol\/30:focus {
  border-color: rgb(246 151 122 / 0.3);
}

.focus\:border-pordosol\/35:focus {
  border-color: rgb(246 151 122 / 0.35);
}

.focus\:border-pordosol\/40:focus {
  border-color: rgb(246 151 122 / 0.4);
}

.focus\:border-pordosol\/45:focus {
  border-color: rgb(246 151 122 / 0.45);
}

.focus\:border-pordosol\/5:focus {
  border-color: rgb(246 151 122 / 0.05);
}

.focus\:border-pordosol\/50:focus {
  border-color: rgb(246 151 122 / 0.5);
}

.focus\:border-pordosol\/55:focus {
  border-color: rgb(246 151 122 / 0.55);
}

.focus\:border-pordosol\/60:focus {
  border-color: rgb(246 151 122 / 0.6);
}

.focus\:border-pordosol\/65:focus {
  border-color: rgb(246 151 122 / 0.65);
}

.focus\:border-pordosol\/70:focus {
  border-color: rgb(246 151 122 / 0.7);
}

.focus\:border-pordosol\/75:focus {
  border-color: rgb(246 151 122 / 0.75);
}

.focus\:border-pordosol\/80:focus {
  border-color: rgb(246 151 122 / 0.8);
}

.focus\:border-pordosol\/85:focus {
  border-color: rgb(246 151 122 / 0.85);
}

.focus\:border-pordosol\/90:focus {
  border-color: rgb(246 151 122 / 0.9);
}

.focus\:border-pordosol\/95:focus {
  border-color: rgb(246 151 122 / 0.95);
}

.focus\:bg-alga:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 102 114 / var(--tw-bg-opacity, 1));
}

.focus\:bg-alga\/0:focus {
  background-color: rgb(2 102 114 / 0);
}

.focus\:bg-alga\/10:focus {
  background-color: rgb(2 102 114 / 0.1);
}

.focus\:bg-alga\/100:focus {
  background-color: rgb(2 102 114 / 1);
}

.focus\:bg-alga\/15:focus {
  background-color: rgb(2 102 114 / 0.15);
}

.focus\:bg-alga\/20:focus {
  background-color: rgb(2 102 114 / 0.2);
}

.focus\:bg-alga\/25:focus {
  background-color: rgb(2 102 114 / 0.25);
}

.focus\:bg-alga\/30:focus {
  background-color: rgb(2 102 114 / 0.3);
}

.focus\:bg-alga\/35:focus {
  background-color: rgb(2 102 114 / 0.35);
}

.focus\:bg-alga\/40:focus {
  background-color: rgb(2 102 114 / 0.4);
}

.focus\:bg-alga\/45:focus {
  background-color: rgb(2 102 114 / 0.45);
}

.focus\:bg-alga\/5:focus {
  background-color: rgb(2 102 114 / 0.05);
}

.focus\:bg-alga\/50:focus {
  background-color: rgb(2 102 114 / 0.5);
}

.focus\:bg-alga\/55:focus {
  background-color: rgb(2 102 114 / 0.55);
}

.focus\:bg-alga\/60:focus {
  background-color: rgb(2 102 114 / 0.6);
}

.focus\:bg-alga\/65:focus {
  background-color: rgb(2 102 114 / 0.65);
}

.focus\:bg-alga\/70:focus {
  background-color: rgb(2 102 114 / 0.7);
}

.focus\:bg-alga\/75:focus {
  background-color: rgb(2 102 114 / 0.75);
}

.focus\:bg-alga\/80:focus {
  background-color: rgb(2 102 114 / 0.8);
}

.focus\:bg-alga\/85:focus {
  background-color: rgb(2 102 114 / 0.85);
}

.focus\:bg-alga\/90:focus {
  background-color: rgb(2 102 114 / 0.9);
}

.focus\:bg-alga\/95:focus {
  background-color: rgb(2 102 114 / 0.95);
}

.focus\:bg-areia:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 230 / var(--tw-bg-opacity, 1));
}

.focus\:bg-areia\/0:focus {
  background-color: rgb(253 245 230 / 0);
}

.focus\:bg-areia\/10:focus {
  background-color: rgb(253 245 230 / 0.1);
}

.focus\:bg-areia\/100:focus {
  background-color: rgb(253 245 230 / 1);
}

.focus\:bg-areia\/15:focus {
  background-color: rgb(253 245 230 / 0.15);
}

.focus\:bg-areia\/20:focus {
  background-color: rgb(253 245 230 / 0.2);
}

.focus\:bg-areia\/25:focus {
  background-color: rgb(253 245 230 / 0.25);
}

.focus\:bg-areia\/30:focus {
  background-color: rgb(253 245 230 / 0.3);
}

.focus\:bg-areia\/35:focus {
  background-color: rgb(253 245 230 / 0.35);
}

.focus\:bg-areia\/40:focus {
  background-color: rgb(253 245 230 / 0.4);
}

.focus\:bg-areia\/45:focus {
  background-color: rgb(253 245 230 / 0.45);
}

.focus\:bg-areia\/5:focus {
  background-color: rgb(253 245 230 / 0.05);
}

.focus\:bg-areia\/50:focus {
  background-color: rgb(253 245 230 / 0.5);
}

.focus\:bg-areia\/55:focus {
  background-color: rgb(253 245 230 / 0.55);
}

.focus\:bg-areia\/60:focus {
  background-color: rgb(253 245 230 / 0.6);
}

.focus\:bg-areia\/65:focus {
  background-color: rgb(253 245 230 / 0.65);
}

.focus\:bg-areia\/70:focus {
  background-color: rgb(253 245 230 / 0.7);
}

.focus\:bg-areia\/75:focus {
  background-color: rgb(253 245 230 / 0.75);
}

.focus\:bg-areia\/80:focus {
  background-color: rgb(253 245 230 / 0.8);
}

.focus\:bg-areia\/85:focus {
  background-color: rgb(253 245 230 / 0.85);
}

.focus\:bg-areia\/90:focus {
  background-color: rgb(253 245 230 / 0.9);
}

.focus\:bg-areia\/95:focus {
  background-color: rgb(253 245 230 / 0.95);
}

.focus\:bg-concha:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 72 / var(--tw-bg-opacity, 1));
}

.focus\:bg-concha\/0:focus {
  background-color: rgb(218 93 72 / 0);
}

.focus\:bg-concha\/10:focus {
  background-color: rgb(218 93 72 / 0.1);
}

.focus\:bg-concha\/100:focus {
  background-color: rgb(218 93 72 / 1);
}

.focus\:bg-concha\/15:focus {
  background-color: rgb(218 93 72 / 0.15);
}

.focus\:bg-concha\/20:focus {
  background-color: rgb(218 93 72 / 0.2);
}

.focus\:bg-concha\/25:focus {
  background-color: rgb(218 93 72 / 0.25);
}

.focus\:bg-concha\/30:focus {
  background-color: rgb(218 93 72 / 0.3);
}

.focus\:bg-concha\/35:focus {
  background-color: rgb(218 93 72 / 0.35);
}

.focus\:bg-concha\/40:focus {
  background-color: rgb(218 93 72 / 0.4);
}

.focus\:bg-concha\/45:focus {
  background-color: rgb(218 93 72 / 0.45);
}

.focus\:bg-concha\/5:focus {
  background-color: rgb(218 93 72 / 0.05);
}

.focus\:bg-concha\/50:focus {
  background-color: rgb(218 93 72 / 0.5);
}

.focus\:bg-concha\/55:focus {
  background-color: rgb(218 93 72 / 0.55);
}

.focus\:bg-concha\/60:focus {
  background-color: rgb(218 93 72 / 0.6);
}

.focus\:bg-concha\/65:focus {
  background-color: rgb(218 93 72 / 0.65);
}

.focus\:bg-concha\/70:focus {
  background-color: rgb(218 93 72 / 0.7);
}

.focus\:bg-concha\/75:focus {
  background-color: rgb(218 93 72 / 0.75);
}

.focus\:bg-concha\/80:focus {
  background-color: rgb(218 93 72 / 0.8);
}

.focus\:bg-concha\/85:focus {
  background-color: rgb(218 93 72 / 0.85);
}

.focus\:bg-concha\/90:focus {
  background-color: rgb(218 93 72 / 0.9);
}

.focus\:bg-concha\/95:focus {
  background-color: rgb(218 93 72 / 0.95);
}

.focus\:bg-mar:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 204 207 / var(--tw-bg-opacity, 1));
}

.focus\:bg-mar\/0:focus {
  background-color: rgb(120 204 207 / 0);
}

.focus\:bg-mar\/10:focus {
  background-color: rgb(120 204 207 / 0.1);
}

.focus\:bg-mar\/100:focus {
  background-color: rgb(120 204 207 / 1);
}

.focus\:bg-mar\/15:focus {
  background-color: rgb(120 204 207 / 0.15);
}

.focus\:bg-mar\/20:focus {
  background-color: rgb(120 204 207 / 0.2);
}

.focus\:bg-mar\/25:focus {
  background-color: rgb(120 204 207 / 0.25);
}

.focus\:bg-mar\/30:focus {
  background-color: rgb(120 204 207 / 0.3);
}

.focus\:bg-mar\/35:focus {
  background-color: rgb(120 204 207 / 0.35);
}

.focus\:bg-mar\/40:focus {
  background-color: rgb(120 204 207 / 0.4);
}

.focus\:bg-mar\/45:focus {
  background-color: rgb(120 204 207 / 0.45);
}

.focus\:bg-mar\/5:focus {
  background-color: rgb(120 204 207 / 0.05);
}

.focus\:bg-mar\/50:focus {
  background-color: rgb(120 204 207 / 0.5);
}

.focus\:bg-mar\/55:focus {
  background-color: rgb(120 204 207 / 0.55);
}

.focus\:bg-mar\/60:focus {
  background-color: rgb(120 204 207 / 0.6);
}

.focus\:bg-mar\/65:focus {
  background-color: rgb(120 204 207 / 0.65);
}

.focus\:bg-mar\/70:focus {
  background-color: rgb(120 204 207 / 0.7);
}

.focus\:bg-mar\/75:focus {
  background-color: rgb(120 204 207 / 0.75);
}

.focus\:bg-mar\/80:focus {
  background-color: rgb(120 204 207 / 0.8);
}

.focus\:bg-mar\/85:focus {
  background-color: rgb(120 204 207 / 0.85);
}

.focus\:bg-mar\/90:focus {
  background-color: rgb(120 204 207 / 0.9);
}

.focus\:bg-mar\/95:focus {
  background-color: rgb(120 204 207 / 0.95);
}

.focus\:bg-mergulho:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(7 74 108 / var(--tw-bg-opacity, 1));
}

.focus\:bg-mergulho\/0:focus {
  background-color: rgb(7 74 108 / 0);
}

.focus\:bg-mergulho\/10:focus {
  background-color: rgb(7 74 108 / 0.1);
}

.focus\:bg-mergulho\/100:focus {
  background-color: rgb(7 74 108 / 1);
}

.focus\:bg-mergulho\/15:focus {
  background-color: rgb(7 74 108 / 0.15);
}

.focus\:bg-mergulho\/20:focus {
  background-color: rgb(7 74 108 / 0.2);
}

.focus\:bg-mergulho\/25:focus {
  background-color: rgb(7 74 108 / 0.25);
}

.focus\:bg-mergulho\/30:focus {
  background-color: rgb(7 74 108 / 0.3);
}

.focus\:bg-mergulho\/35:focus {
  background-color: rgb(7 74 108 / 0.35);
}

.focus\:bg-mergulho\/40:focus {
  background-color: rgb(7 74 108 / 0.4);
}

.focus\:bg-mergulho\/45:focus {
  background-color: rgb(7 74 108 / 0.45);
}

.focus\:bg-mergulho\/5:focus {
  background-color: rgb(7 74 108 / 0.05);
}

.focus\:bg-mergulho\/50:focus {
  background-color: rgb(7 74 108 / 0.5);
}

.focus\:bg-mergulho\/55:focus {
  background-color: rgb(7 74 108 / 0.55);
}

.focus\:bg-mergulho\/60:focus {
  background-color: rgb(7 74 108 / 0.6);
}

.focus\:bg-mergulho\/65:focus {
  background-color: rgb(7 74 108 / 0.65);
}

.focus\:bg-mergulho\/70:focus {
  background-color: rgb(7 74 108 / 0.7);
}

.focus\:bg-mergulho\/75:focus {
  background-color: rgb(7 74 108 / 0.75);
}

.focus\:bg-mergulho\/80:focus {
  background-color: rgb(7 74 108 / 0.8);
}

.focus\:bg-mergulho\/85:focus {
  background-color: rgb(7 74 108 / 0.85);
}

.focus\:bg-mergulho\/90:focus {
  background-color: rgb(7 74 108 / 0.9);
}

.focus\:bg-mergulho\/95:focus {
  background-color: rgb(7 74 108 / 0.95);
}

.focus\:bg-pordosol:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 151 122 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pordosol\/0:focus {
  background-color: rgb(246 151 122 / 0);
}

.focus\:bg-pordosol\/10:focus {
  background-color: rgb(246 151 122 / 0.1);
}

.focus\:bg-pordosol\/100:focus {
  background-color: rgb(246 151 122 / 1);
}

.focus\:bg-pordosol\/15:focus {
  background-color: rgb(246 151 122 / 0.15);
}

.focus\:bg-pordosol\/20:focus {
  background-color: rgb(246 151 122 / 0.2);
}

.focus\:bg-pordosol\/25:focus {
  background-color: rgb(246 151 122 / 0.25);
}

.focus\:bg-pordosol\/30:focus {
  background-color: rgb(246 151 122 / 0.3);
}

.focus\:bg-pordosol\/35:focus {
  background-color: rgb(246 151 122 / 0.35);
}

.focus\:bg-pordosol\/40:focus {
  background-color: rgb(246 151 122 / 0.4);
}

.focus\:bg-pordosol\/45:focus {
  background-color: rgb(246 151 122 / 0.45);
}

.focus\:bg-pordosol\/5:focus {
  background-color: rgb(246 151 122 / 0.05);
}

.focus\:bg-pordosol\/50:focus {
  background-color: rgb(246 151 122 / 0.5);
}

.focus\:bg-pordosol\/55:focus {
  background-color: rgb(246 151 122 / 0.55);
}

.focus\:bg-pordosol\/60:focus {
  background-color: rgb(246 151 122 / 0.6);
}

.focus\:bg-pordosol\/65:focus {
  background-color: rgb(246 151 122 / 0.65);
}

.focus\:bg-pordosol\/70:focus {
  background-color: rgb(246 151 122 / 0.7);
}

.focus\:bg-pordosol\/75:focus {
  background-color: rgb(246 151 122 / 0.75);
}

.focus\:bg-pordosol\/80:focus {
  background-color: rgb(246 151 122 / 0.8);
}

.focus\:bg-pordosol\/85:focus {
  background-color: rgb(246 151 122 / 0.85);
}

.focus\:bg-pordosol\/90:focus {
  background-color: rgb(246 151 122 / 0.9);
}

.focus\:bg-pordosol\/95:focus {
  background-color: rgb(246 151 122 / 0.95);
}

.focus\:fill-alga:focus {
  fill: #026672;
}

.focus\:fill-alga\/0:focus {
  fill: rgb(2 102 114 / 0);
}

.focus\:fill-alga\/10:focus {
  fill: rgb(2 102 114 / 0.1);
}

.focus\:fill-alga\/100:focus {
  fill: rgb(2 102 114 / 1);
}

.focus\:fill-alga\/15:focus {
  fill: rgb(2 102 114 / 0.15);
}

.focus\:fill-alga\/20:focus {
  fill: rgb(2 102 114 / 0.2);
}

.focus\:fill-alga\/25:focus {
  fill: rgb(2 102 114 / 0.25);
}

.focus\:fill-alga\/30:focus {
  fill: rgb(2 102 114 / 0.3);
}

.focus\:fill-alga\/35:focus {
  fill: rgb(2 102 114 / 0.35);
}

.focus\:fill-alga\/40:focus {
  fill: rgb(2 102 114 / 0.4);
}

.focus\:fill-alga\/45:focus {
  fill: rgb(2 102 114 / 0.45);
}

.focus\:fill-alga\/5:focus {
  fill: rgb(2 102 114 / 0.05);
}

.focus\:fill-alga\/50:focus {
  fill: rgb(2 102 114 / 0.5);
}

.focus\:fill-alga\/55:focus {
  fill: rgb(2 102 114 / 0.55);
}

.focus\:fill-alga\/60:focus {
  fill: rgb(2 102 114 / 0.6);
}

.focus\:fill-alga\/65:focus {
  fill: rgb(2 102 114 / 0.65);
}

.focus\:fill-alga\/70:focus {
  fill: rgb(2 102 114 / 0.7);
}

.focus\:fill-alga\/75:focus {
  fill: rgb(2 102 114 / 0.75);
}

.focus\:fill-alga\/80:focus {
  fill: rgb(2 102 114 / 0.8);
}

.focus\:fill-alga\/85:focus {
  fill: rgb(2 102 114 / 0.85);
}

.focus\:fill-alga\/90:focus {
  fill: rgb(2 102 114 / 0.9);
}

.focus\:fill-alga\/95:focus {
  fill: rgb(2 102 114 / 0.95);
}

.focus\:fill-areia:focus {
  fill: #FDF5E6;
}

.focus\:fill-areia\/0:focus {
  fill: rgb(253 245 230 / 0);
}

.focus\:fill-areia\/10:focus {
  fill: rgb(253 245 230 / 0.1);
}

.focus\:fill-areia\/100:focus {
  fill: rgb(253 245 230 / 1);
}

.focus\:fill-areia\/15:focus {
  fill: rgb(253 245 230 / 0.15);
}

.focus\:fill-areia\/20:focus {
  fill: rgb(253 245 230 / 0.2);
}

.focus\:fill-areia\/25:focus {
  fill: rgb(253 245 230 / 0.25);
}

.focus\:fill-areia\/30:focus {
  fill: rgb(253 245 230 / 0.3);
}

.focus\:fill-areia\/35:focus {
  fill: rgb(253 245 230 / 0.35);
}

.focus\:fill-areia\/40:focus {
  fill: rgb(253 245 230 / 0.4);
}

.focus\:fill-areia\/45:focus {
  fill: rgb(253 245 230 / 0.45);
}

.focus\:fill-areia\/5:focus {
  fill: rgb(253 245 230 / 0.05);
}

.focus\:fill-areia\/50:focus {
  fill: rgb(253 245 230 / 0.5);
}

.focus\:fill-areia\/55:focus {
  fill: rgb(253 245 230 / 0.55);
}

.focus\:fill-areia\/60:focus {
  fill: rgb(253 245 230 / 0.6);
}

.focus\:fill-areia\/65:focus {
  fill: rgb(253 245 230 / 0.65);
}

.focus\:fill-areia\/70:focus {
  fill: rgb(253 245 230 / 0.7);
}

.focus\:fill-areia\/75:focus {
  fill: rgb(253 245 230 / 0.75);
}

.focus\:fill-areia\/80:focus {
  fill: rgb(253 245 230 / 0.8);
}

.focus\:fill-areia\/85:focus {
  fill: rgb(253 245 230 / 0.85);
}

.focus\:fill-areia\/90:focus {
  fill: rgb(253 245 230 / 0.9);
}

.focus\:fill-areia\/95:focus {
  fill: rgb(253 245 230 / 0.95);
}

.focus\:fill-concha:focus {
  fill: #DA5D48;
}

.focus\:fill-concha\/0:focus {
  fill: rgb(218 93 72 / 0);
}

.focus\:fill-concha\/10:focus {
  fill: rgb(218 93 72 / 0.1);
}

.focus\:fill-concha\/100:focus {
  fill: rgb(218 93 72 / 1);
}

.focus\:fill-concha\/15:focus {
  fill: rgb(218 93 72 / 0.15);
}

.focus\:fill-concha\/20:focus {
  fill: rgb(218 93 72 / 0.2);
}

.focus\:fill-concha\/25:focus {
  fill: rgb(218 93 72 / 0.25);
}

.focus\:fill-concha\/30:focus {
  fill: rgb(218 93 72 / 0.3);
}

.focus\:fill-concha\/35:focus {
  fill: rgb(218 93 72 / 0.35);
}

.focus\:fill-concha\/40:focus {
  fill: rgb(218 93 72 / 0.4);
}

.focus\:fill-concha\/45:focus {
  fill: rgb(218 93 72 / 0.45);
}

.focus\:fill-concha\/5:focus {
  fill: rgb(218 93 72 / 0.05);
}

.focus\:fill-concha\/50:focus {
  fill: rgb(218 93 72 / 0.5);
}

.focus\:fill-concha\/55:focus {
  fill: rgb(218 93 72 / 0.55);
}

.focus\:fill-concha\/60:focus {
  fill: rgb(218 93 72 / 0.6);
}

.focus\:fill-concha\/65:focus {
  fill: rgb(218 93 72 / 0.65);
}

.focus\:fill-concha\/70:focus {
  fill: rgb(218 93 72 / 0.7);
}

.focus\:fill-concha\/75:focus {
  fill: rgb(218 93 72 / 0.75);
}

.focus\:fill-concha\/80:focus {
  fill: rgb(218 93 72 / 0.8);
}

.focus\:fill-concha\/85:focus {
  fill: rgb(218 93 72 / 0.85);
}

.focus\:fill-concha\/90:focus {
  fill: rgb(218 93 72 / 0.9);
}

.focus\:fill-concha\/95:focus {
  fill: rgb(218 93 72 / 0.95);
}

.focus\:fill-mar:focus {
  fill: #78CCCF;
}

.focus\:fill-mar\/0:focus {
  fill: rgb(120 204 207 / 0);
}

.focus\:fill-mar\/10:focus {
  fill: rgb(120 204 207 / 0.1);
}

.focus\:fill-mar\/100:focus {
  fill: rgb(120 204 207 / 1);
}

.focus\:fill-mar\/15:focus {
  fill: rgb(120 204 207 / 0.15);
}

.focus\:fill-mar\/20:focus {
  fill: rgb(120 204 207 / 0.2);
}

.focus\:fill-mar\/25:focus {
  fill: rgb(120 204 207 / 0.25);
}

.focus\:fill-mar\/30:focus {
  fill: rgb(120 204 207 / 0.3);
}

.focus\:fill-mar\/35:focus {
  fill: rgb(120 204 207 / 0.35);
}

.focus\:fill-mar\/40:focus {
  fill: rgb(120 204 207 / 0.4);
}

.focus\:fill-mar\/45:focus {
  fill: rgb(120 204 207 / 0.45);
}

.focus\:fill-mar\/5:focus {
  fill: rgb(120 204 207 / 0.05);
}

.focus\:fill-mar\/50:focus {
  fill: rgb(120 204 207 / 0.5);
}

.focus\:fill-mar\/55:focus {
  fill: rgb(120 204 207 / 0.55);
}

.focus\:fill-mar\/60:focus {
  fill: rgb(120 204 207 / 0.6);
}

.focus\:fill-mar\/65:focus {
  fill: rgb(120 204 207 / 0.65);
}

.focus\:fill-mar\/70:focus {
  fill: rgb(120 204 207 / 0.7);
}

.focus\:fill-mar\/75:focus {
  fill: rgb(120 204 207 / 0.75);
}

.focus\:fill-mar\/80:focus {
  fill: rgb(120 204 207 / 0.8);
}

.focus\:fill-mar\/85:focus {
  fill: rgb(120 204 207 / 0.85);
}

.focus\:fill-mar\/90:focus {
  fill: rgb(120 204 207 / 0.9);
}

.focus\:fill-mar\/95:focus {
  fill: rgb(120 204 207 / 0.95);
}

.focus\:fill-mergulho:focus {
  fill: #074A6C;
}

.focus\:fill-mergulho\/0:focus {
  fill: rgb(7 74 108 / 0);
}

.focus\:fill-mergulho\/10:focus {
  fill: rgb(7 74 108 / 0.1);
}

.focus\:fill-mergulho\/100:focus {
  fill: rgb(7 74 108 / 1);
}

.focus\:fill-mergulho\/15:focus {
  fill: rgb(7 74 108 / 0.15);
}

.focus\:fill-mergulho\/20:focus {
  fill: rgb(7 74 108 / 0.2);
}

.focus\:fill-mergulho\/25:focus {
  fill: rgb(7 74 108 / 0.25);
}

.focus\:fill-mergulho\/30:focus {
  fill: rgb(7 74 108 / 0.3);
}

.focus\:fill-mergulho\/35:focus {
  fill: rgb(7 74 108 / 0.35);
}

.focus\:fill-mergulho\/40:focus {
  fill: rgb(7 74 108 / 0.4);
}

.focus\:fill-mergulho\/45:focus {
  fill: rgb(7 74 108 / 0.45);
}

.focus\:fill-mergulho\/5:focus {
  fill: rgb(7 74 108 / 0.05);
}

.focus\:fill-mergulho\/50:focus {
  fill: rgb(7 74 108 / 0.5);
}

.focus\:fill-mergulho\/55:focus {
  fill: rgb(7 74 108 / 0.55);
}

.focus\:fill-mergulho\/60:focus {
  fill: rgb(7 74 108 / 0.6);
}

.focus\:fill-mergulho\/65:focus {
  fill: rgb(7 74 108 / 0.65);
}

.focus\:fill-mergulho\/70:focus {
  fill: rgb(7 74 108 / 0.7);
}

.focus\:fill-mergulho\/75:focus {
  fill: rgb(7 74 108 / 0.75);
}

.focus\:fill-mergulho\/80:focus {
  fill: rgb(7 74 108 / 0.8);
}

.focus\:fill-mergulho\/85:focus {
  fill: rgb(7 74 108 / 0.85);
}

.focus\:fill-mergulho\/90:focus {
  fill: rgb(7 74 108 / 0.9);
}

.focus\:fill-mergulho\/95:focus {
  fill: rgb(7 74 108 / 0.95);
}

.focus\:fill-pordosol:focus {
  fill: #F6977A;
}

.focus\:fill-pordosol\/0:focus {
  fill: rgb(246 151 122 / 0);
}

.focus\:fill-pordosol\/10:focus {
  fill: rgb(246 151 122 / 0.1);
}

.focus\:fill-pordosol\/100:focus {
  fill: rgb(246 151 122 / 1);
}

.focus\:fill-pordosol\/15:focus {
  fill: rgb(246 151 122 / 0.15);
}

.focus\:fill-pordosol\/20:focus {
  fill: rgb(246 151 122 / 0.2);
}

.focus\:fill-pordosol\/25:focus {
  fill: rgb(246 151 122 / 0.25);
}

.focus\:fill-pordosol\/30:focus {
  fill: rgb(246 151 122 / 0.3);
}

.focus\:fill-pordosol\/35:focus {
  fill: rgb(246 151 122 / 0.35);
}

.focus\:fill-pordosol\/40:focus {
  fill: rgb(246 151 122 / 0.4);
}

.focus\:fill-pordosol\/45:focus {
  fill: rgb(246 151 122 / 0.45);
}

.focus\:fill-pordosol\/5:focus {
  fill: rgb(246 151 122 / 0.05);
}

.focus\:fill-pordosol\/50:focus {
  fill: rgb(246 151 122 / 0.5);
}

.focus\:fill-pordosol\/55:focus {
  fill: rgb(246 151 122 / 0.55);
}

.focus\:fill-pordosol\/60:focus {
  fill: rgb(246 151 122 / 0.6);
}

.focus\:fill-pordosol\/65:focus {
  fill: rgb(246 151 122 / 0.65);
}

.focus\:fill-pordosol\/70:focus {
  fill: rgb(246 151 122 / 0.7);
}

.focus\:fill-pordosol\/75:focus {
  fill: rgb(246 151 122 / 0.75);
}

.focus\:fill-pordosol\/80:focus {
  fill: rgb(246 151 122 / 0.8);
}

.focus\:fill-pordosol\/85:focus {
  fill: rgb(246 151 122 / 0.85);
}

.focus\:fill-pordosol\/90:focus {
  fill: rgb(246 151 122 / 0.9);
}

.focus\:fill-pordosol\/95:focus {
  fill: rgb(246 151 122 / 0.95);
}

.focus\:text-alga:focus {
  --tw-text-opacity: 1;
  color: rgb(2 102 114 / var(--tw-text-opacity, 1));
}

.focus\:text-alga\/0:focus {
  color: rgb(2 102 114 / 0);
}

.focus\:text-alga\/10:focus {
  color: rgb(2 102 114 / 0.1);
}

.focus\:text-alga\/100:focus {
  color: rgb(2 102 114 / 1);
}

.focus\:text-alga\/15:focus {
  color: rgb(2 102 114 / 0.15);
}

.focus\:text-alga\/20:focus {
  color: rgb(2 102 114 / 0.2);
}

.focus\:text-alga\/25:focus {
  color: rgb(2 102 114 / 0.25);
}

.focus\:text-alga\/30:focus {
  color: rgb(2 102 114 / 0.3);
}

.focus\:text-alga\/35:focus {
  color: rgb(2 102 114 / 0.35);
}

.focus\:text-alga\/40:focus {
  color: rgb(2 102 114 / 0.4);
}

.focus\:text-alga\/45:focus {
  color: rgb(2 102 114 / 0.45);
}

.focus\:text-alga\/5:focus {
  color: rgb(2 102 114 / 0.05);
}

.focus\:text-alga\/50:focus {
  color: rgb(2 102 114 / 0.5);
}

.focus\:text-alga\/55:focus {
  color: rgb(2 102 114 / 0.55);
}

.focus\:text-alga\/60:focus {
  color: rgb(2 102 114 / 0.6);
}

.focus\:text-alga\/65:focus {
  color: rgb(2 102 114 / 0.65);
}

.focus\:text-alga\/70:focus {
  color: rgb(2 102 114 / 0.7);
}

.focus\:text-alga\/75:focus {
  color: rgb(2 102 114 / 0.75);
}

.focus\:text-alga\/80:focus {
  color: rgb(2 102 114 / 0.8);
}

.focus\:text-alga\/85:focus {
  color: rgb(2 102 114 / 0.85);
}

.focus\:text-alga\/90:focus {
  color: rgb(2 102 114 / 0.9);
}

.focus\:text-alga\/95:focus {
  color: rgb(2 102 114 / 0.95);
}

.focus\:text-areia:focus {
  --tw-text-opacity: 1;
  color: rgb(253 245 230 / var(--tw-text-opacity, 1));
}

.focus\:text-areia\/0:focus {
  color: rgb(253 245 230 / 0);
}

.focus\:text-areia\/10:focus {
  color: rgb(253 245 230 / 0.1);
}

.focus\:text-areia\/100:focus {
  color: rgb(253 245 230 / 1);
}

.focus\:text-areia\/15:focus {
  color: rgb(253 245 230 / 0.15);
}

.focus\:text-areia\/20:focus {
  color: rgb(253 245 230 / 0.2);
}

.focus\:text-areia\/25:focus {
  color: rgb(253 245 230 / 0.25);
}

.focus\:text-areia\/30:focus {
  color: rgb(253 245 230 / 0.3);
}

.focus\:text-areia\/35:focus {
  color: rgb(253 245 230 / 0.35);
}

.focus\:text-areia\/40:focus {
  color: rgb(253 245 230 / 0.4);
}

.focus\:text-areia\/45:focus {
  color: rgb(253 245 230 / 0.45);
}

.focus\:text-areia\/5:focus {
  color: rgb(253 245 230 / 0.05);
}

.focus\:text-areia\/50:focus {
  color: rgb(253 245 230 / 0.5);
}

.focus\:text-areia\/55:focus {
  color: rgb(253 245 230 / 0.55);
}

.focus\:text-areia\/60:focus {
  color: rgb(253 245 230 / 0.6);
}

.focus\:text-areia\/65:focus {
  color: rgb(253 245 230 / 0.65);
}

.focus\:text-areia\/70:focus {
  color: rgb(253 245 230 / 0.7);
}

.focus\:text-areia\/75:focus {
  color: rgb(253 245 230 / 0.75);
}

.focus\:text-areia\/80:focus {
  color: rgb(253 245 230 / 0.8);
}

.focus\:text-areia\/85:focus {
  color: rgb(253 245 230 / 0.85);
}

.focus\:text-areia\/90:focus {
  color: rgb(253 245 230 / 0.9);
}

.focus\:text-areia\/95:focus {
  color: rgb(253 245 230 / 0.95);
}

.focus\:text-concha:focus {
  --tw-text-opacity: 1;
  color: rgb(218 93 72 / var(--tw-text-opacity, 1));
}

.focus\:text-concha\/0:focus {
  color: rgb(218 93 72 / 0);
}

.focus\:text-concha\/10:focus {
  color: rgb(218 93 72 / 0.1);
}

.focus\:text-concha\/100:focus {
  color: rgb(218 93 72 / 1);
}

.focus\:text-concha\/15:focus {
  color: rgb(218 93 72 / 0.15);
}

.focus\:text-concha\/20:focus {
  color: rgb(218 93 72 / 0.2);
}

.focus\:text-concha\/25:focus {
  color: rgb(218 93 72 / 0.25);
}

.focus\:text-concha\/30:focus {
  color: rgb(218 93 72 / 0.3);
}

.focus\:text-concha\/35:focus {
  color: rgb(218 93 72 / 0.35);
}

.focus\:text-concha\/40:focus {
  color: rgb(218 93 72 / 0.4);
}

.focus\:text-concha\/45:focus {
  color: rgb(218 93 72 / 0.45);
}

.focus\:text-concha\/5:focus {
  color: rgb(218 93 72 / 0.05);
}

.focus\:text-concha\/50:focus {
  color: rgb(218 93 72 / 0.5);
}

.focus\:text-concha\/55:focus {
  color: rgb(218 93 72 / 0.55);
}

.focus\:text-concha\/60:focus {
  color: rgb(218 93 72 / 0.6);
}

.focus\:text-concha\/65:focus {
  color: rgb(218 93 72 / 0.65);
}

.focus\:text-concha\/70:focus {
  color: rgb(218 93 72 / 0.7);
}

.focus\:text-concha\/75:focus {
  color: rgb(218 93 72 / 0.75);
}

.focus\:text-concha\/80:focus {
  color: rgb(218 93 72 / 0.8);
}

.focus\:text-concha\/85:focus {
  color: rgb(218 93 72 / 0.85);
}

.focus\:text-concha\/90:focus {
  color: rgb(218 93 72 / 0.9);
}

.focus\:text-concha\/95:focus {
  color: rgb(218 93 72 / 0.95);
}

.focus\:text-mar:focus {
  --tw-text-opacity: 1;
  color: rgb(120 204 207 / var(--tw-text-opacity, 1));
}

.focus\:text-mar\/0:focus {
  color: rgb(120 204 207 / 0);
}

.focus\:text-mar\/10:focus {
  color: rgb(120 204 207 / 0.1);
}

.focus\:text-mar\/100:focus {
  color: rgb(120 204 207 / 1);
}

.focus\:text-mar\/15:focus {
  color: rgb(120 204 207 / 0.15);
}

.focus\:text-mar\/20:focus {
  color: rgb(120 204 207 / 0.2);
}

.focus\:text-mar\/25:focus {
  color: rgb(120 204 207 / 0.25);
}

.focus\:text-mar\/30:focus {
  color: rgb(120 204 207 / 0.3);
}

.focus\:text-mar\/35:focus {
  color: rgb(120 204 207 / 0.35);
}

.focus\:text-mar\/40:focus {
  color: rgb(120 204 207 / 0.4);
}

.focus\:text-mar\/45:focus {
  color: rgb(120 204 207 / 0.45);
}

.focus\:text-mar\/5:focus {
  color: rgb(120 204 207 / 0.05);
}

.focus\:text-mar\/50:focus {
  color: rgb(120 204 207 / 0.5);
}

.focus\:text-mar\/55:focus {
  color: rgb(120 204 207 / 0.55);
}

.focus\:text-mar\/60:focus {
  color: rgb(120 204 207 / 0.6);
}

.focus\:text-mar\/65:focus {
  color: rgb(120 204 207 / 0.65);
}

.focus\:text-mar\/70:focus {
  color: rgb(120 204 207 / 0.7);
}

.focus\:text-mar\/75:focus {
  color: rgb(120 204 207 / 0.75);
}

.focus\:text-mar\/80:focus {
  color: rgb(120 204 207 / 0.8);
}

.focus\:text-mar\/85:focus {
  color: rgb(120 204 207 / 0.85);
}

.focus\:text-mar\/90:focus {
  color: rgb(120 204 207 / 0.9);
}

.focus\:text-mar\/95:focus {
  color: rgb(120 204 207 / 0.95);
}

.focus\:text-mergulho:focus {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.focus\:text-mergulho\/0:focus {
  color: rgb(7 74 108 / 0);
}

.focus\:text-mergulho\/10:focus {
  color: rgb(7 74 108 / 0.1);
}

.focus\:text-mergulho\/100:focus {
  color: rgb(7 74 108 / 1);
}

.focus\:text-mergulho\/15:focus {
  color: rgb(7 74 108 / 0.15);
}

.focus\:text-mergulho\/20:focus {
  color: rgb(7 74 108 / 0.2);
}

.focus\:text-mergulho\/25:focus {
  color: rgb(7 74 108 / 0.25);
}

.focus\:text-mergulho\/30:focus {
  color: rgb(7 74 108 / 0.3);
}

.focus\:text-mergulho\/35:focus {
  color: rgb(7 74 108 / 0.35);
}

.focus\:text-mergulho\/40:focus {
  color: rgb(7 74 108 / 0.4);
}

.focus\:text-mergulho\/45:focus {
  color: rgb(7 74 108 / 0.45);
}

.focus\:text-mergulho\/5:focus {
  color: rgb(7 74 108 / 0.05);
}

.focus\:text-mergulho\/50:focus {
  color: rgb(7 74 108 / 0.5);
}

.focus\:text-mergulho\/55:focus {
  color: rgb(7 74 108 / 0.55);
}

.focus\:text-mergulho\/60:focus {
  color: rgb(7 74 108 / 0.6);
}

.focus\:text-mergulho\/65:focus {
  color: rgb(7 74 108 / 0.65);
}

.focus\:text-mergulho\/70:focus {
  color: rgb(7 74 108 / 0.7);
}

.focus\:text-mergulho\/75:focus {
  color: rgb(7 74 108 / 0.75);
}

.focus\:text-mergulho\/80:focus {
  color: rgb(7 74 108 / 0.8);
}

.focus\:text-mergulho\/85:focus {
  color: rgb(7 74 108 / 0.85);
}

.focus\:text-mergulho\/90:focus {
  color: rgb(7 74 108 / 0.9);
}

.focus\:text-mergulho\/95:focus {
  color: rgb(7 74 108 / 0.95);
}

.focus\:text-pordosol:focus {
  --tw-text-opacity: 1;
  color: rgb(246 151 122 / var(--tw-text-opacity, 1));
}

.focus\:text-pordosol\/0:focus {
  color: rgb(246 151 122 / 0);
}

.focus\:text-pordosol\/10:focus {
  color: rgb(246 151 122 / 0.1);
}

.focus\:text-pordosol\/100:focus {
  color: rgb(246 151 122 / 1);
}

.focus\:text-pordosol\/15:focus {
  color: rgb(246 151 122 / 0.15);
}

.focus\:text-pordosol\/20:focus {
  color: rgb(246 151 122 / 0.2);
}

.focus\:text-pordosol\/25:focus {
  color: rgb(246 151 122 / 0.25);
}

.focus\:text-pordosol\/30:focus {
  color: rgb(246 151 122 / 0.3);
}

.focus\:text-pordosol\/35:focus {
  color: rgb(246 151 122 / 0.35);
}

.focus\:text-pordosol\/40:focus {
  color: rgb(246 151 122 / 0.4);
}

.focus\:text-pordosol\/45:focus {
  color: rgb(246 151 122 / 0.45);
}

.focus\:text-pordosol\/5:focus {
  color: rgb(246 151 122 / 0.05);
}

.focus\:text-pordosol\/50:focus {
  color: rgb(246 151 122 / 0.5);
}

.focus\:text-pordosol\/55:focus {
  color: rgb(246 151 122 / 0.55);
}

.focus\:text-pordosol\/60:focus {
  color: rgb(246 151 122 / 0.6);
}

.focus\:text-pordosol\/65:focus {
  color: rgb(246 151 122 / 0.65);
}

.focus\:text-pordosol\/70:focus {
  color: rgb(246 151 122 / 0.7);
}

.focus\:text-pordosol\/75:focus {
  color: rgb(246 151 122 / 0.75);
}

.focus\:text-pordosol\/80:focus {
  color: rgb(246 151 122 / 0.8);
}

.focus\:text-pordosol\/85:focus {
  color: rgb(246 151 122 / 0.85);
}

.focus\:text-pordosol\/90:focus {
  color: rgb(246 151 122 / 0.9);
}

.focus\:text-pordosol\/95:focus {
  color: rgb(246 151 122 / 0.95);
}

.focus\:shadow-mar:focus {
  --tw-shadow: 0 10px 25px -5px rgba(120, 204, 207, 0.4);
  --tw-shadow-colored: 0 10px 25px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #78CCCF;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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(2px + 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);
}

.focus\:ring-mar\/20:focus {
  --tw-ring-color: rgb(120 204 207 / 0.2);
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-mar:focus-visible {
  outline-color: #78CCCF;
}

.focus-visible\:outline-mergulho:focus-visible {
  outline-color: #074A6C;
}

.focus-visible\:ring-2:focus-visible {
  --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(2px + 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);
}

.focus-visible\:ring-mergulho\/40:focus-visible {
  --tw-ring-color: rgb(7 74 108 / 0.4);
}

.active\:translate-y-0:active {
  --tw-translate-y: 0px;
  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));
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.group:focus-within .group-focus-within\:border-alga {
  --tw-border-opacity: 1;
  border-color: rgb(2 102 114 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:border-alga\/0 {
  border-color: rgb(2 102 114 / 0);
}

.group:focus-within .group-focus-within\:border-alga\/10 {
  border-color: rgb(2 102 114 / 0.1);
}

.group:focus-within .group-focus-within\:border-alga\/100 {
  border-color: rgb(2 102 114 / 1);
}

.group:focus-within .group-focus-within\:border-alga\/15 {
  border-color: rgb(2 102 114 / 0.15);
}

.group:focus-within .group-focus-within\:border-alga\/20 {
  border-color: rgb(2 102 114 / 0.2);
}

.group:focus-within .group-focus-within\:border-alga\/25 {
  border-color: rgb(2 102 114 / 0.25);
}

.group:focus-within .group-focus-within\:border-alga\/30 {
  border-color: rgb(2 102 114 / 0.3);
}

.group:focus-within .group-focus-within\:border-alga\/35 {
  border-color: rgb(2 102 114 / 0.35);
}

.group:focus-within .group-focus-within\:border-alga\/40 {
  border-color: rgb(2 102 114 / 0.4);
}

.group:focus-within .group-focus-within\:border-alga\/45 {
  border-color: rgb(2 102 114 / 0.45);
}

.group:focus-within .group-focus-within\:border-alga\/5 {
  border-color: rgb(2 102 114 / 0.05);
}

.group:focus-within .group-focus-within\:border-alga\/50 {
  border-color: rgb(2 102 114 / 0.5);
}

.group:focus-within .group-focus-within\:border-alga\/55 {
  border-color: rgb(2 102 114 / 0.55);
}

.group:focus-within .group-focus-within\:border-alga\/60 {
  border-color: rgb(2 102 114 / 0.6);
}

.group:focus-within .group-focus-within\:border-alga\/65 {
  border-color: rgb(2 102 114 / 0.65);
}

.group:focus-within .group-focus-within\:border-alga\/70 {
  border-color: rgb(2 102 114 / 0.7);
}

.group:focus-within .group-focus-within\:border-alga\/75 {
  border-color: rgb(2 102 114 / 0.75);
}

.group:focus-within .group-focus-within\:border-alga\/80 {
  border-color: rgb(2 102 114 / 0.8);
}

.group:focus-within .group-focus-within\:border-alga\/85 {
  border-color: rgb(2 102 114 / 0.85);
}

.group:focus-within .group-focus-within\:border-alga\/90 {
  border-color: rgb(2 102 114 / 0.9);
}

.group:focus-within .group-focus-within\:border-alga\/95 {
  border-color: rgb(2 102 114 / 0.95);
}

.group:focus-within .group-focus-within\:border-areia {
  --tw-border-opacity: 1;
  border-color: rgb(253 245 230 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:border-areia\/0 {
  border-color: rgb(253 245 230 / 0);
}

.group:focus-within .group-focus-within\:border-areia\/10 {
  border-color: rgb(253 245 230 / 0.1);
}

.group:focus-within .group-focus-within\:border-areia\/100 {
  border-color: rgb(253 245 230 / 1);
}

.group:focus-within .group-focus-within\:border-areia\/15 {
  border-color: rgb(253 245 230 / 0.15);
}

.group:focus-within .group-focus-within\:border-areia\/20 {
  border-color: rgb(253 245 230 / 0.2);
}

.group:focus-within .group-focus-within\:border-areia\/25 {
  border-color: rgb(253 245 230 / 0.25);
}

.group:focus-within .group-focus-within\:border-areia\/30 {
  border-color: rgb(253 245 230 / 0.3);
}

.group:focus-within .group-focus-within\:border-areia\/35 {
  border-color: rgb(253 245 230 / 0.35);
}

.group:focus-within .group-focus-within\:border-areia\/40 {
  border-color: rgb(253 245 230 / 0.4);
}

.group:focus-within .group-focus-within\:border-areia\/45 {
  border-color: rgb(253 245 230 / 0.45);
}

.group:focus-within .group-focus-within\:border-areia\/5 {
  border-color: rgb(253 245 230 / 0.05);
}

.group:focus-within .group-focus-within\:border-areia\/50 {
  border-color: rgb(253 245 230 / 0.5);
}

.group:focus-within .group-focus-within\:border-areia\/55 {
  border-color: rgb(253 245 230 / 0.55);
}

.group:focus-within .group-focus-within\:border-areia\/60 {
  border-color: rgb(253 245 230 / 0.6);
}

.group:focus-within .group-focus-within\:border-areia\/65 {
  border-color: rgb(253 245 230 / 0.65);
}

.group:focus-within .group-focus-within\:border-areia\/70 {
  border-color: rgb(253 245 230 / 0.7);
}

.group:focus-within .group-focus-within\:border-areia\/75 {
  border-color: rgb(253 245 230 / 0.75);
}

.group:focus-within .group-focus-within\:border-areia\/80 {
  border-color: rgb(253 245 230 / 0.8);
}

.group:focus-within .group-focus-within\:border-areia\/85 {
  border-color: rgb(253 245 230 / 0.85);
}

.group:focus-within .group-focus-within\:border-areia\/90 {
  border-color: rgb(253 245 230 / 0.9);
}

.group:focus-within .group-focus-within\:border-areia\/95 {
  border-color: rgb(253 245 230 / 0.95);
}

.group:focus-within .group-focus-within\:border-concha {
  --tw-border-opacity: 1;
  border-color: rgb(218 93 72 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:border-concha\/0 {
  border-color: rgb(218 93 72 / 0);
}

.group:focus-within .group-focus-within\:border-concha\/10 {
  border-color: rgb(218 93 72 / 0.1);
}

.group:focus-within .group-focus-within\:border-concha\/100 {
  border-color: rgb(218 93 72 / 1);
}

.group:focus-within .group-focus-within\:border-concha\/15 {
  border-color: rgb(218 93 72 / 0.15);
}

.group:focus-within .group-focus-within\:border-concha\/20 {
  border-color: rgb(218 93 72 / 0.2);
}

.group:focus-within .group-focus-within\:border-concha\/25 {
  border-color: rgb(218 93 72 / 0.25);
}

.group:focus-within .group-focus-within\:border-concha\/30 {
  border-color: rgb(218 93 72 / 0.3);
}

.group:focus-within .group-focus-within\:border-concha\/35 {
  border-color: rgb(218 93 72 / 0.35);
}

.group:focus-within .group-focus-within\:border-concha\/40 {
  border-color: rgb(218 93 72 / 0.4);
}

.group:focus-within .group-focus-within\:border-concha\/45 {
  border-color: rgb(218 93 72 / 0.45);
}

.group:focus-within .group-focus-within\:border-concha\/5 {
  border-color: rgb(218 93 72 / 0.05);
}

.group:focus-within .group-focus-within\:border-concha\/50 {
  border-color: rgb(218 93 72 / 0.5);
}

.group:focus-within .group-focus-within\:border-concha\/55 {
  border-color: rgb(218 93 72 / 0.55);
}

.group:focus-within .group-focus-within\:border-concha\/60 {
  border-color: rgb(218 93 72 / 0.6);
}

.group:focus-within .group-focus-within\:border-concha\/65 {
  border-color: rgb(218 93 72 / 0.65);
}

.group:focus-within .group-focus-within\:border-concha\/70 {
  border-color: rgb(218 93 72 / 0.7);
}

.group:focus-within .group-focus-within\:border-concha\/75 {
  border-color: rgb(218 93 72 / 0.75);
}

.group:focus-within .group-focus-within\:border-concha\/80 {
  border-color: rgb(218 93 72 / 0.8);
}

.group:focus-within .group-focus-within\:border-concha\/85 {
  border-color: rgb(218 93 72 / 0.85);
}

.group:focus-within .group-focus-within\:border-concha\/90 {
  border-color: rgb(218 93 72 / 0.9);
}

.group:focus-within .group-focus-within\:border-concha\/95 {
  border-color: rgb(218 93 72 / 0.95);
}

.group:focus-within .group-focus-within\:border-mar {
  --tw-border-opacity: 1;
  border-color: rgb(120 204 207 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:border-mar\/0 {
  border-color: rgb(120 204 207 / 0);
}

.group:focus-within .group-focus-within\:border-mar\/10 {
  border-color: rgb(120 204 207 / 0.1);
}

.group:focus-within .group-focus-within\:border-mar\/100 {
  border-color: rgb(120 204 207 / 1);
}

.group:focus-within .group-focus-within\:border-mar\/15 {
  border-color: rgb(120 204 207 / 0.15);
}

.group:focus-within .group-focus-within\:border-mar\/20 {
  border-color: rgb(120 204 207 / 0.2);
}

.group:focus-within .group-focus-within\:border-mar\/25 {
  border-color: rgb(120 204 207 / 0.25);
}

.group:focus-within .group-focus-within\:border-mar\/30 {
  border-color: rgb(120 204 207 / 0.3);
}

.group:focus-within .group-focus-within\:border-mar\/35 {
  border-color: rgb(120 204 207 / 0.35);
}

.group:focus-within .group-focus-within\:border-mar\/40 {
  border-color: rgb(120 204 207 / 0.4);
}

.group:focus-within .group-focus-within\:border-mar\/45 {
  border-color: rgb(120 204 207 / 0.45);
}

.group:focus-within .group-focus-within\:border-mar\/5 {
  border-color: rgb(120 204 207 / 0.05);
}

.group:focus-within .group-focus-within\:border-mar\/50 {
  border-color: rgb(120 204 207 / 0.5);
}

.group:focus-within .group-focus-within\:border-mar\/55 {
  border-color: rgb(120 204 207 / 0.55);
}

.group:focus-within .group-focus-within\:border-mar\/60 {
  border-color: rgb(120 204 207 / 0.6);
}

.group:focus-within .group-focus-within\:border-mar\/65 {
  border-color: rgb(120 204 207 / 0.65);
}

.group:focus-within .group-focus-within\:border-mar\/70 {
  border-color: rgb(120 204 207 / 0.7);
}

.group:focus-within .group-focus-within\:border-mar\/75 {
  border-color: rgb(120 204 207 / 0.75);
}

.group:focus-within .group-focus-within\:border-mar\/80 {
  border-color: rgb(120 204 207 / 0.8);
}

.group:focus-within .group-focus-within\:border-mar\/85 {
  border-color: rgb(120 204 207 / 0.85);
}

.group:focus-within .group-focus-within\:border-mar\/90 {
  border-color: rgb(120 204 207 / 0.9);
}

.group:focus-within .group-focus-within\:border-mar\/95 {
  border-color: rgb(120 204 207 / 0.95);
}

.group:focus-within .group-focus-within\:border-mergulho {
  --tw-border-opacity: 1;
  border-color: rgb(7 74 108 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:border-mergulho\/0 {
  border-color: rgb(7 74 108 / 0);
}

.group:focus-within .group-focus-within\:border-mergulho\/10 {
  border-color: rgb(7 74 108 / 0.1);
}

.group:focus-within .group-focus-within\:border-mergulho\/100 {
  border-color: rgb(7 74 108 / 1);
}

.group:focus-within .group-focus-within\:border-mergulho\/15 {
  border-color: rgb(7 74 108 / 0.15);
}

.group:focus-within .group-focus-within\:border-mergulho\/20 {
  border-color: rgb(7 74 108 / 0.2);
}

.group:focus-within .group-focus-within\:border-mergulho\/25 {
  border-color: rgb(7 74 108 / 0.25);
}

.group:focus-within .group-focus-within\:border-mergulho\/30 {
  border-color: rgb(7 74 108 / 0.3);
}

.group:focus-within .group-focus-within\:border-mergulho\/35 {
  border-color: rgb(7 74 108 / 0.35);
}

.group:focus-within .group-focus-within\:border-mergulho\/40 {
  border-color: rgb(7 74 108 / 0.4);
}

.group:focus-within .group-focus-within\:border-mergulho\/45 {
  border-color: rgb(7 74 108 / 0.45);
}

.group:focus-within .group-focus-within\:border-mergulho\/5 {
  border-color: rgb(7 74 108 / 0.05);
}

.group:focus-within .group-focus-within\:border-mergulho\/50 {
  border-color: rgb(7 74 108 / 0.5);
}

.group:focus-within .group-focus-within\:border-mergulho\/55 {
  border-color: rgb(7 74 108 / 0.55);
}

.group:focus-within .group-focus-within\:border-mergulho\/60 {
  border-color: rgb(7 74 108 / 0.6);
}

.group:focus-within .group-focus-within\:border-mergulho\/65 {
  border-color: rgb(7 74 108 / 0.65);
}

.group:focus-within .group-focus-within\:border-mergulho\/70 {
  border-color: rgb(7 74 108 / 0.7);
}

.group:focus-within .group-focus-within\:border-mergulho\/75 {
  border-color: rgb(7 74 108 / 0.75);
}

.group:focus-within .group-focus-within\:border-mergulho\/80 {
  border-color: rgb(7 74 108 / 0.8);
}

.group:focus-within .group-focus-within\:border-mergulho\/85 {
  border-color: rgb(7 74 108 / 0.85);
}

.group:focus-within .group-focus-within\:border-mergulho\/90 {
  border-color: rgb(7 74 108 / 0.9);
}

.group:focus-within .group-focus-within\:border-mergulho\/95 {
  border-color: rgb(7 74 108 / 0.95);
}

.group:focus-within .group-focus-within\:border-pordosol {
  --tw-border-opacity: 1;
  border-color: rgb(246 151 122 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:border-pordosol\/0 {
  border-color: rgb(246 151 122 / 0);
}

.group:focus-within .group-focus-within\:border-pordosol\/10 {
  border-color: rgb(246 151 122 / 0.1);
}

.group:focus-within .group-focus-within\:border-pordosol\/100 {
  border-color: rgb(246 151 122 / 1);
}

.group:focus-within .group-focus-within\:border-pordosol\/15 {
  border-color: rgb(246 151 122 / 0.15);
}

.group:focus-within .group-focus-within\:border-pordosol\/20 {
  border-color: rgb(246 151 122 / 0.2);
}

.group:focus-within .group-focus-within\:border-pordosol\/25 {
  border-color: rgb(246 151 122 / 0.25);
}

.group:focus-within .group-focus-within\:border-pordosol\/30 {
  border-color: rgb(246 151 122 / 0.3);
}

.group:focus-within .group-focus-within\:border-pordosol\/35 {
  border-color: rgb(246 151 122 / 0.35);
}

.group:focus-within .group-focus-within\:border-pordosol\/40 {
  border-color: rgb(246 151 122 / 0.4);
}

.group:focus-within .group-focus-within\:border-pordosol\/45 {
  border-color: rgb(246 151 122 / 0.45);
}

.group:focus-within .group-focus-within\:border-pordosol\/5 {
  border-color: rgb(246 151 122 / 0.05);
}

.group:focus-within .group-focus-within\:border-pordosol\/50 {
  border-color: rgb(246 151 122 / 0.5);
}

.group:focus-within .group-focus-within\:border-pordosol\/55 {
  border-color: rgb(246 151 122 / 0.55);
}

.group:focus-within .group-focus-within\:border-pordosol\/60 {
  border-color: rgb(246 151 122 / 0.6);
}

.group:focus-within .group-focus-within\:border-pordosol\/65 {
  border-color: rgb(246 151 122 / 0.65);
}

.group:focus-within .group-focus-within\:border-pordosol\/70 {
  border-color: rgb(246 151 122 / 0.7);
}

.group:focus-within .group-focus-within\:border-pordosol\/75 {
  border-color: rgb(246 151 122 / 0.75);
}

.group:focus-within .group-focus-within\:border-pordosol\/80 {
  border-color: rgb(246 151 122 / 0.8);
}

.group:focus-within .group-focus-within\:border-pordosol\/85 {
  border-color: rgb(246 151 122 / 0.85);
}

.group:focus-within .group-focus-within\:border-pordosol\/90 {
  border-color: rgb(246 151 122 / 0.9);
}

.group:focus-within .group-focus-within\:border-pordosol\/95 {
  border-color: rgb(246 151 122 / 0.95);
}

.group:focus-within .group-focus-within\:bg-alga {
  --tw-bg-opacity: 1;
  background-color: rgb(2 102 114 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:bg-alga\/0 {
  background-color: rgb(2 102 114 / 0);
}

.group:focus-within .group-focus-within\:bg-alga\/10 {
  background-color: rgb(2 102 114 / 0.1);
}

.group:focus-within .group-focus-within\:bg-alga\/100 {
  background-color: rgb(2 102 114 / 1);
}

.group:focus-within .group-focus-within\:bg-alga\/15 {
  background-color: rgb(2 102 114 / 0.15);
}

.group:focus-within .group-focus-within\:bg-alga\/20 {
  background-color: rgb(2 102 114 / 0.2);
}

.group:focus-within .group-focus-within\:bg-alga\/25 {
  background-color: rgb(2 102 114 / 0.25);
}

.group:focus-within .group-focus-within\:bg-alga\/30 {
  background-color: rgb(2 102 114 / 0.3);
}

.group:focus-within .group-focus-within\:bg-alga\/35 {
  background-color: rgb(2 102 114 / 0.35);
}

.group:focus-within .group-focus-within\:bg-alga\/40 {
  background-color: rgb(2 102 114 / 0.4);
}

.group:focus-within .group-focus-within\:bg-alga\/45 {
  background-color: rgb(2 102 114 / 0.45);
}

.group:focus-within .group-focus-within\:bg-alga\/5 {
  background-color: rgb(2 102 114 / 0.05);
}

.group:focus-within .group-focus-within\:bg-alga\/50 {
  background-color: rgb(2 102 114 / 0.5);
}

.group:focus-within .group-focus-within\:bg-alga\/55 {
  background-color: rgb(2 102 114 / 0.55);
}

.group:focus-within .group-focus-within\:bg-alga\/60 {
  background-color: rgb(2 102 114 / 0.6);
}

.group:focus-within .group-focus-within\:bg-alga\/65 {
  background-color: rgb(2 102 114 / 0.65);
}

.group:focus-within .group-focus-within\:bg-alga\/70 {
  background-color: rgb(2 102 114 / 0.7);
}

.group:focus-within .group-focus-within\:bg-alga\/75 {
  background-color: rgb(2 102 114 / 0.75);
}

.group:focus-within .group-focus-within\:bg-alga\/80 {
  background-color: rgb(2 102 114 / 0.8);
}

.group:focus-within .group-focus-within\:bg-alga\/85 {
  background-color: rgb(2 102 114 / 0.85);
}

.group:focus-within .group-focus-within\:bg-alga\/90 {
  background-color: rgb(2 102 114 / 0.9);
}

.group:focus-within .group-focus-within\:bg-alga\/95 {
  background-color: rgb(2 102 114 / 0.95);
}

.group:focus-within .group-focus-within\:bg-areia {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 230 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:bg-areia\/0 {
  background-color: rgb(253 245 230 / 0);
}

.group:focus-within .group-focus-within\:bg-areia\/10 {
  background-color: rgb(253 245 230 / 0.1);
}

.group:focus-within .group-focus-within\:bg-areia\/100 {
  background-color: rgb(253 245 230 / 1);
}

.group:focus-within .group-focus-within\:bg-areia\/15 {
  background-color: rgb(253 245 230 / 0.15);
}

.group:focus-within .group-focus-within\:bg-areia\/20 {
  background-color: rgb(253 245 230 / 0.2);
}

.group:focus-within .group-focus-within\:bg-areia\/25 {
  background-color: rgb(253 245 230 / 0.25);
}

.group:focus-within .group-focus-within\:bg-areia\/30 {
  background-color: rgb(253 245 230 / 0.3);
}

.group:focus-within .group-focus-within\:bg-areia\/35 {
  background-color: rgb(253 245 230 / 0.35);
}

.group:focus-within .group-focus-within\:bg-areia\/40 {
  background-color: rgb(253 245 230 / 0.4);
}

.group:focus-within .group-focus-within\:bg-areia\/45 {
  background-color: rgb(253 245 230 / 0.45);
}

.group:focus-within .group-focus-within\:bg-areia\/5 {
  background-color: rgb(253 245 230 / 0.05);
}

.group:focus-within .group-focus-within\:bg-areia\/50 {
  background-color: rgb(253 245 230 / 0.5);
}

.group:focus-within .group-focus-within\:bg-areia\/55 {
  background-color: rgb(253 245 230 / 0.55);
}

.group:focus-within .group-focus-within\:bg-areia\/60 {
  background-color: rgb(253 245 230 / 0.6);
}

.group:focus-within .group-focus-within\:bg-areia\/65 {
  background-color: rgb(253 245 230 / 0.65);
}

.group:focus-within .group-focus-within\:bg-areia\/70 {
  background-color: rgb(253 245 230 / 0.7);
}

.group:focus-within .group-focus-within\:bg-areia\/75 {
  background-color: rgb(253 245 230 / 0.75);
}

.group:focus-within .group-focus-within\:bg-areia\/80 {
  background-color: rgb(253 245 230 / 0.8);
}

.group:focus-within .group-focus-within\:bg-areia\/85 {
  background-color: rgb(253 245 230 / 0.85);
}

.group:focus-within .group-focus-within\:bg-areia\/90 {
  background-color: rgb(253 245 230 / 0.9);
}

.group:focus-within .group-focus-within\:bg-areia\/95 {
  background-color: rgb(253 245 230 / 0.95);
}

.group:focus-within .group-focus-within\:bg-concha {
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 72 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:bg-concha\/0 {
  background-color: rgb(218 93 72 / 0);
}

.group:focus-within .group-focus-within\:bg-concha\/10 {
  background-color: rgb(218 93 72 / 0.1);
}

.group:focus-within .group-focus-within\:bg-concha\/100 {
  background-color: rgb(218 93 72 / 1);
}

.group:focus-within .group-focus-within\:bg-concha\/15 {
  background-color: rgb(218 93 72 / 0.15);
}

.group:focus-within .group-focus-within\:bg-concha\/20 {
  background-color: rgb(218 93 72 / 0.2);
}

.group:focus-within .group-focus-within\:bg-concha\/25 {
  background-color: rgb(218 93 72 / 0.25);
}

.group:focus-within .group-focus-within\:bg-concha\/30 {
  background-color: rgb(218 93 72 / 0.3);
}

.group:focus-within .group-focus-within\:bg-concha\/35 {
  background-color: rgb(218 93 72 / 0.35);
}

.group:focus-within .group-focus-within\:bg-concha\/40 {
  background-color: rgb(218 93 72 / 0.4);
}

.group:focus-within .group-focus-within\:bg-concha\/45 {
  background-color: rgb(218 93 72 / 0.45);
}

.group:focus-within .group-focus-within\:bg-concha\/5 {
  background-color: rgb(218 93 72 / 0.05);
}

.group:focus-within .group-focus-within\:bg-concha\/50 {
  background-color: rgb(218 93 72 / 0.5);
}

.group:focus-within .group-focus-within\:bg-concha\/55 {
  background-color: rgb(218 93 72 / 0.55);
}

.group:focus-within .group-focus-within\:bg-concha\/60 {
  background-color: rgb(218 93 72 / 0.6);
}

.group:focus-within .group-focus-within\:bg-concha\/65 {
  background-color: rgb(218 93 72 / 0.65);
}

.group:focus-within .group-focus-within\:bg-concha\/70 {
  background-color: rgb(218 93 72 / 0.7);
}

.group:focus-within .group-focus-within\:bg-concha\/75 {
  background-color: rgb(218 93 72 / 0.75);
}

.group:focus-within .group-focus-within\:bg-concha\/80 {
  background-color: rgb(218 93 72 / 0.8);
}

.group:focus-within .group-focus-within\:bg-concha\/85 {
  background-color: rgb(218 93 72 / 0.85);
}

.group:focus-within .group-focus-within\:bg-concha\/90 {
  background-color: rgb(218 93 72 / 0.9);
}

.group:focus-within .group-focus-within\:bg-concha\/95 {
  background-color: rgb(218 93 72 / 0.95);
}

.group:focus-within .group-focus-within\:bg-mar {
  --tw-bg-opacity: 1;
  background-color: rgb(120 204 207 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:bg-mar\/0 {
  background-color: rgb(120 204 207 / 0);
}

.group:focus-within .group-focus-within\:bg-mar\/10 {
  background-color: rgb(120 204 207 / 0.1);
}

.group:focus-within .group-focus-within\:bg-mar\/100 {
  background-color: rgb(120 204 207 / 1);
}

.group:focus-within .group-focus-within\:bg-mar\/15 {
  background-color: rgb(120 204 207 / 0.15);
}

.group:focus-within .group-focus-within\:bg-mar\/20 {
  background-color: rgb(120 204 207 / 0.2);
}

.group:focus-within .group-focus-within\:bg-mar\/25 {
  background-color: rgb(120 204 207 / 0.25);
}

.group:focus-within .group-focus-within\:bg-mar\/30 {
  background-color: rgb(120 204 207 / 0.3);
}

.group:focus-within .group-focus-within\:bg-mar\/35 {
  background-color: rgb(120 204 207 / 0.35);
}

.group:focus-within .group-focus-within\:bg-mar\/40 {
  background-color: rgb(120 204 207 / 0.4);
}

.group:focus-within .group-focus-within\:bg-mar\/45 {
  background-color: rgb(120 204 207 / 0.45);
}

.group:focus-within .group-focus-within\:bg-mar\/5 {
  background-color: rgb(120 204 207 / 0.05);
}

.group:focus-within .group-focus-within\:bg-mar\/50 {
  background-color: rgb(120 204 207 / 0.5);
}

.group:focus-within .group-focus-within\:bg-mar\/55 {
  background-color: rgb(120 204 207 / 0.55);
}

.group:focus-within .group-focus-within\:bg-mar\/60 {
  background-color: rgb(120 204 207 / 0.6);
}

.group:focus-within .group-focus-within\:bg-mar\/65 {
  background-color: rgb(120 204 207 / 0.65);
}

.group:focus-within .group-focus-within\:bg-mar\/70 {
  background-color: rgb(120 204 207 / 0.7);
}

.group:focus-within .group-focus-within\:bg-mar\/75 {
  background-color: rgb(120 204 207 / 0.75);
}

.group:focus-within .group-focus-within\:bg-mar\/80 {
  background-color: rgb(120 204 207 / 0.8);
}

.group:focus-within .group-focus-within\:bg-mar\/85 {
  background-color: rgb(120 204 207 / 0.85);
}

.group:focus-within .group-focus-within\:bg-mar\/90 {
  background-color: rgb(120 204 207 / 0.9);
}

.group:focus-within .group-focus-within\:bg-mar\/95 {
  background-color: rgb(120 204 207 / 0.95);
}

.group:focus-within .group-focus-within\:bg-mergulho {
  --tw-bg-opacity: 1;
  background-color: rgb(7 74 108 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:bg-mergulho\/0 {
  background-color: rgb(7 74 108 / 0);
}

.group:focus-within .group-focus-within\:bg-mergulho\/10 {
  background-color: rgb(7 74 108 / 0.1);
}

.group:focus-within .group-focus-within\:bg-mergulho\/100 {
  background-color: rgb(7 74 108 / 1);
}

.group:focus-within .group-focus-within\:bg-mergulho\/15 {
  background-color: rgb(7 74 108 / 0.15);
}

.group:focus-within .group-focus-within\:bg-mergulho\/20 {
  background-color: rgb(7 74 108 / 0.2);
}

.group:focus-within .group-focus-within\:bg-mergulho\/25 {
  background-color: rgb(7 74 108 / 0.25);
}

.group:focus-within .group-focus-within\:bg-mergulho\/30 {
  background-color: rgb(7 74 108 / 0.3);
}

.group:focus-within .group-focus-within\:bg-mergulho\/35 {
  background-color: rgb(7 74 108 / 0.35);
}

.group:focus-within .group-focus-within\:bg-mergulho\/40 {
  background-color: rgb(7 74 108 / 0.4);
}

.group:focus-within .group-focus-within\:bg-mergulho\/45 {
  background-color: rgb(7 74 108 / 0.45);
}

.group:focus-within .group-focus-within\:bg-mergulho\/5 {
  background-color: rgb(7 74 108 / 0.05);
}

.group:focus-within .group-focus-within\:bg-mergulho\/50 {
  background-color: rgb(7 74 108 / 0.5);
}

.group:focus-within .group-focus-within\:bg-mergulho\/55 {
  background-color: rgb(7 74 108 / 0.55);
}

.group:focus-within .group-focus-within\:bg-mergulho\/60 {
  background-color: rgb(7 74 108 / 0.6);
}

.group:focus-within .group-focus-within\:bg-mergulho\/65 {
  background-color: rgb(7 74 108 / 0.65);
}

.group:focus-within .group-focus-within\:bg-mergulho\/70 {
  background-color: rgb(7 74 108 / 0.7);
}

.group:focus-within .group-focus-within\:bg-mergulho\/75 {
  background-color: rgb(7 74 108 / 0.75);
}

.group:focus-within .group-focus-within\:bg-mergulho\/80 {
  background-color: rgb(7 74 108 / 0.8);
}

.group:focus-within .group-focus-within\:bg-mergulho\/85 {
  background-color: rgb(7 74 108 / 0.85);
}

.group:focus-within .group-focus-within\:bg-mergulho\/90 {
  background-color: rgb(7 74 108 / 0.9);
}

.group:focus-within .group-focus-within\:bg-mergulho\/95 {
  background-color: rgb(7 74 108 / 0.95);
}

.group:focus-within .group-focus-within\:bg-pordosol {
  --tw-bg-opacity: 1;
  background-color: rgb(246 151 122 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:bg-pordosol\/0 {
  background-color: rgb(246 151 122 / 0);
}

.group:focus-within .group-focus-within\:bg-pordosol\/10 {
  background-color: rgb(246 151 122 / 0.1);
}

.group:focus-within .group-focus-within\:bg-pordosol\/100 {
  background-color: rgb(246 151 122 / 1);
}

.group:focus-within .group-focus-within\:bg-pordosol\/15 {
  background-color: rgb(246 151 122 / 0.15);
}

.group:focus-within .group-focus-within\:bg-pordosol\/20 {
  background-color: rgb(246 151 122 / 0.2);
}

.group:focus-within .group-focus-within\:bg-pordosol\/25 {
  background-color: rgb(246 151 122 / 0.25);
}

.group:focus-within .group-focus-within\:bg-pordosol\/30 {
  background-color: rgb(246 151 122 / 0.3);
}

.group:focus-within .group-focus-within\:bg-pordosol\/35 {
  background-color: rgb(246 151 122 / 0.35);
}

.group:focus-within .group-focus-within\:bg-pordosol\/40 {
  background-color: rgb(246 151 122 / 0.4);
}

.group:focus-within .group-focus-within\:bg-pordosol\/45 {
  background-color: rgb(246 151 122 / 0.45);
}

.group:focus-within .group-focus-within\:bg-pordosol\/5 {
  background-color: rgb(246 151 122 / 0.05);
}

.group:focus-within .group-focus-within\:bg-pordosol\/50 {
  background-color: rgb(246 151 122 / 0.5);
}

.group:focus-within .group-focus-within\:bg-pordosol\/55 {
  background-color: rgb(246 151 122 / 0.55);
}

.group:focus-within .group-focus-within\:bg-pordosol\/60 {
  background-color: rgb(246 151 122 / 0.6);
}

.group:focus-within .group-focus-within\:bg-pordosol\/65 {
  background-color: rgb(246 151 122 / 0.65);
}

.group:focus-within .group-focus-within\:bg-pordosol\/70 {
  background-color: rgb(246 151 122 / 0.7);
}

.group:focus-within .group-focus-within\:bg-pordosol\/75 {
  background-color: rgb(246 151 122 / 0.75);
}

.group:focus-within .group-focus-within\:bg-pordosol\/80 {
  background-color: rgb(246 151 122 / 0.8);
}

.group:focus-within .group-focus-within\:bg-pordosol\/85 {
  background-color: rgb(246 151 122 / 0.85);
}

.group:focus-within .group-focus-within\:bg-pordosol\/90 {
  background-color: rgb(246 151 122 / 0.9);
}

.group:focus-within .group-focus-within\:bg-pordosol\/95 {
  background-color: rgb(246 151 122 / 0.95);
}

.group:focus-within .group-focus-within\:fill-alga {
  fill: #026672;
}

.group:focus-within .group-focus-within\:fill-alga\/0 {
  fill: rgb(2 102 114 / 0);
}

.group:focus-within .group-focus-within\:fill-alga\/10 {
  fill: rgb(2 102 114 / 0.1);
}

.group:focus-within .group-focus-within\:fill-alga\/100 {
  fill: rgb(2 102 114 / 1);
}

.group:focus-within .group-focus-within\:fill-alga\/15 {
  fill: rgb(2 102 114 / 0.15);
}

.group:focus-within .group-focus-within\:fill-alga\/20 {
  fill: rgb(2 102 114 / 0.2);
}

.group:focus-within .group-focus-within\:fill-alga\/25 {
  fill: rgb(2 102 114 / 0.25);
}

.group:focus-within .group-focus-within\:fill-alga\/30 {
  fill: rgb(2 102 114 / 0.3);
}

.group:focus-within .group-focus-within\:fill-alga\/35 {
  fill: rgb(2 102 114 / 0.35);
}

.group:focus-within .group-focus-within\:fill-alga\/40 {
  fill: rgb(2 102 114 / 0.4);
}

.group:focus-within .group-focus-within\:fill-alga\/45 {
  fill: rgb(2 102 114 / 0.45);
}

.group:focus-within .group-focus-within\:fill-alga\/5 {
  fill: rgb(2 102 114 / 0.05);
}

.group:focus-within .group-focus-within\:fill-alga\/50 {
  fill: rgb(2 102 114 / 0.5);
}

.group:focus-within .group-focus-within\:fill-alga\/55 {
  fill: rgb(2 102 114 / 0.55);
}

.group:focus-within .group-focus-within\:fill-alga\/60 {
  fill: rgb(2 102 114 / 0.6);
}

.group:focus-within .group-focus-within\:fill-alga\/65 {
  fill: rgb(2 102 114 / 0.65);
}

.group:focus-within .group-focus-within\:fill-alga\/70 {
  fill: rgb(2 102 114 / 0.7);
}

.group:focus-within .group-focus-within\:fill-alga\/75 {
  fill: rgb(2 102 114 / 0.75);
}

.group:focus-within .group-focus-within\:fill-alga\/80 {
  fill: rgb(2 102 114 / 0.8);
}

.group:focus-within .group-focus-within\:fill-alga\/85 {
  fill: rgb(2 102 114 / 0.85);
}

.group:focus-within .group-focus-within\:fill-alga\/90 {
  fill: rgb(2 102 114 / 0.9);
}

.group:focus-within .group-focus-within\:fill-alga\/95 {
  fill: rgb(2 102 114 / 0.95);
}

.group:focus-within .group-focus-within\:fill-areia {
  fill: #FDF5E6;
}

.group:focus-within .group-focus-within\:fill-areia\/0 {
  fill: rgb(253 245 230 / 0);
}

.group:focus-within .group-focus-within\:fill-areia\/10 {
  fill: rgb(253 245 230 / 0.1);
}

.group:focus-within .group-focus-within\:fill-areia\/100 {
  fill: rgb(253 245 230 / 1);
}

.group:focus-within .group-focus-within\:fill-areia\/15 {
  fill: rgb(253 245 230 / 0.15);
}

.group:focus-within .group-focus-within\:fill-areia\/20 {
  fill: rgb(253 245 230 / 0.2);
}

.group:focus-within .group-focus-within\:fill-areia\/25 {
  fill: rgb(253 245 230 / 0.25);
}

.group:focus-within .group-focus-within\:fill-areia\/30 {
  fill: rgb(253 245 230 / 0.3);
}

.group:focus-within .group-focus-within\:fill-areia\/35 {
  fill: rgb(253 245 230 / 0.35);
}

.group:focus-within .group-focus-within\:fill-areia\/40 {
  fill: rgb(253 245 230 / 0.4);
}

.group:focus-within .group-focus-within\:fill-areia\/45 {
  fill: rgb(253 245 230 / 0.45);
}

.group:focus-within .group-focus-within\:fill-areia\/5 {
  fill: rgb(253 245 230 / 0.05);
}

.group:focus-within .group-focus-within\:fill-areia\/50 {
  fill: rgb(253 245 230 / 0.5);
}

.group:focus-within .group-focus-within\:fill-areia\/55 {
  fill: rgb(253 245 230 / 0.55);
}

.group:focus-within .group-focus-within\:fill-areia\/60 {
  fill: rgb(253 245 230 / 0.6);
}

.group:focus-within .group-focus-within\:fill-areia\/65 {
  fill: rgb(253 245 230 / 0.65);
}

.group:focus-within .group-focus-within\:fill-areia\/70 {
  fill: rgb(253 245 230 / 0.7);
}

.group:focus-within .group-focus-within\:fill-areia\/75 {
  fill: rgb(253 245 230 / 0.75);
}

.group:focus-within .group-focus-within\:fill-areia\/80 {
  fill: rgb(253 245 230 / 0.8);
}

.group:focus-within .group-focus-within\:fill-areia\/85 {
  fill: rgb(253 245 230 / 0.85);
}

.group:focus-within .group-focus-within\:fill-areia\/90 {
  fill: rgb(253 245 230 / 0.9);
}

.group:focus-within .group-focus-within\:fill-areia\/95 {
  fill: rgb(253 245 230 / 0.95);
}

.group:focus-within .group-focus-within\:fill-concha {
  fill: #DA5D48;
}

.group:focus-within .group-focus-within\:fill-concha\/0 {
  fill: rgb(218 93 72 / 0);
}

.group:focus-within .group-focus-within\:fill-concha\/10 {
  fill: rgb(218 93 72 / 0.1);
}

.group:focus-within .group-focus-within\:fill-concha\/100 {
  fill: rgb(218 93 72 / 1);
}

.group:focus-within .group-focus-within\:fill-concha\/15 {
  fill: rgb(218 93 72 / 0.15);
}

.group:focus-within .group-focus-within\:fill-concha\/20 {
  fill: rgb(218 93 72 / 0.2);
}

.group:focus-within .group-focus-within\:fill-concha\/25 {
  fill: rgb(218 93 72 / 0.25);
}

.group:focus-within .group-focus-within\:fill-concha\/30 {
  fill: rgb(218 93 72 / 0.3);
}

.group:focus-within .group-focus-within\:fill-concha\/35 {
  fill: rgb(218 93 72 / 0.35);
}

.group:focus-within .group-focus-within\:fill-concha\/40 {
  fill: rgb(218 93 72 / 0.4);
}

.group:focus-within .group-focus-within\:fill-concha\/45 {
  fill: rgb(218 93 72 / 0.45);
}

.group:focus-within .group-focus-within\:fill-concha\/5 {
  fill: rgb(218 93 72 / 0.05);
}

.group:focus-within .group-focus-within\:fill-concha\/50 {
  fill: rgb(218 93 72 / 0.5);
}

.group:focus-within .group-focus-within\:fill-concha\/55 {
  fill: rgb(218 93 72 / 0.55);
}

.group:focus-within .group-focus-within\:fill-concha\/60 {
  fill: rgb(218 93 72 / 0.6);
}

.group:focus-within .group-focus-within\:fill-concha\/65 {
  fill: rgb(218 93 72 / 0.65);
}

.group:focus-within .group-focus-within\:fill-concha\/70 {
  fill: rgb(218 93 72 / 0.7);
}

.group:focus-within .group-focus-within\:fill-concha\/75 {
  fill: rgb(218 93 72 / 0.75);
}

.group:focus-within .group-focus-within\:fill-concha\/80 {
  fill: rgb(218 93 72 / 0.8);
}

.group:focus-within .group-focus-within\:fill-concha\/85 {
  fill: rgb(218 93 72 / 0.85);
}

.group:focus-within .group-focus-within\:fill-concha\/90 {
  fill: rgb(218 93 72 / 0.9);
}

.group:focus-within .group-focus-within\:fill-concha\/95 {
  fill: rgb(218 93 72 / 0.95);
}

.group:focus-within .group-focus-within\:fill-mar {
  fill: #78CCCF;
}

.group:focus-within .group-focus-within\:fill-mar\/0 {
  fill: rgb(120 204 207 / 0);
}

.group:focus-within .group-focus-within\:fill-mar\/10 {
  fill: rgb(120 204 207 / 0.1);
}

.group:focus-within .group-focus-within\:fill-mar\/100 {
  fill: rgb(120 204 207 / 1);
}

.group:focus-within .group-focus-within\:fill-mar\/15 {
  fill: rgb(120 204 207 / 0.15);
}

.group:focus-within .group-focus-within\:fill-mar\/20 {
  fill: rgb(120 204 207 / 0.2);
}

.group:focus-within .group-focus-within\:fill-mar\/25 {
  fill: rgb(120 204 207 / 0.25);
}

.group:focus-within .group-focus-within\:fill-mar\/30 {
  fill: rgb(120 204 207 / 0.3);
}

.group:focus-within .group-focus-within\:fill-mar\/35 {
  fill: rgb(120 204 207 / 0.35);
}

.group:focus-within .group-focus-within\:fill-mar\/40 {
  fill: rgb(120 204 207 / 0.4);
}

.group:focus-within .group-focus-within\:fill-mar\/45 {
  fill: rgb(120 204 207 / 0.45);
}

.group:focus-within .group-focus-within\:fill-mar\/5 {
  fill: rgb(120 204 207 / 0.05);
}

.group:focus-within .group-focus-within\:fill-mar\/50 {
  fill: rgb(120 204 207 / 0.5);
}

.group:focus-within .group-focus-within\:fill-mar\/55 {
  fill: rgb(120 204 207 / 0.55);
}

.group:focus-within .group-focus-within\:fill-mar\/60 {
  fill: rgb(120 204 207 / 0.6);
}

.group:focus-within .group-focus-within\:fill-mar\/65 {
  fill: rgb(120 204 207 / 0.65);
}

.group:focus-within .group-focus-within\:fill-mar\/70 {
  fill: rgb(120 204 207 / 0.7);
}

.group:focus-within .group-focus-within\:fill-mar\/75 {
  fill: rgb(120 204 207 / 0.75);
}

.group:focus-within .group-focus-within\:fill-mar\/80 {
  fill: rgb(120 204 207 / 0.8);
}

.group:focus-within .group-focus-within\:fill-mar\/85 {
  fill: rgb(120 204 207 / 0.85);
}

.group:focus-within .group-focus-within\:fill-mar\/90 {
  fill: rgb(120 204 207 / 0.9);
}

.group:focus-within .group-focus-within\:fill-mar\/95 {
  fill: rgb(120 204 207 / 0.95);
}

.group:focus-within .group-focus-within\:fill-mergulho {
  fill: #074A6C;
}

.group:focus-within .group-focus-within\:fill-mergulho\/0 {
  fill: rgb(7 74 108 / 0);
}

.group:focus-within .group-focus-within\:fill-mergulho\/10 {
  fill: rgb(7 74 108 / 0.1);
}

.group:focus-within .group-focus-within\:fill-mergulho\/100 {
  fill: rgb(7 74 108 / 1);
}

.group:focus-within .group-focus-within\:fill-mergulho\/15 {
  fill: rgb(7 74 108 / 0.15);
}

.group:focus-within .group-focus-within\:fill-mergulho\/20 {
  fill: rgb(7 74 108 / 0.2);
}

.group:focus-within .group-focus-within\:fill-mergulho\/25 {
  fill: rgb(7 74 108 / 0.25);
}

.group:focus-within .group-focus-within\:fill-mergulho\/30 {
  fill: rgb(7 74 108 / 0.3);
}

.group:focus-within .group-focus-within\:fill-mergulho\/35 {
  fill: rgb(7 74 108 / 0.35);
}

.group:focus-within .group-focus-within\:fill-mergulho\/40 {
  fill: rgb(7 74 108 / 0.4);
}

.group:focus-within .group-focus-within\:fill-mergulho\/45 {
  fill: rgb(7 74 108 / 0.45);
}

.group:focus-within .group-focus-within\:fill-mergulho\/5 {
  fill: rgb(7 74 108 / 0.05);
}

.group:focus-within .group-focus-within\:fill-mergulho\/50 {
  fill: rgb(7 74 108 / 0.5);
}

.group:focus-within .group-focus-within\:fill-mergulho\/55 {
  fill: rgb(7 74 108 / 0.55);
}

.group:focus-within .group-focus-within\:fill-mergulho\/60 {
  fill: rgb(7 74 108 / 0.6);
}

.group:focus-within .group-focus-within\:fill-mergulho\/65 {
  fill: rgb(7 74 108 / 0.65);
}

.group:focus-within .group-focus-within\:fill-mergulho\/70 {
  fill: rgb(7 74 108 / 0.7);
}

.group:focus-within .group-focus-within\:fill-mergulho\/75 {
  fill: rgb(7 74 108 / 0.75);
}

.group:focus-within .group-focus-within\:fill-mergulho\/80 {
  fill: rgb(7 74 108 / 0.8);
}

.group:focus-within .group-focus-within\:fill-mergulho\/85 {
  fill: rgb(7 74 108 / 0.85);
}

.group:focus-within .group-focus-within\:fill-mergulho\/90 {
  fill: rgb(7 74 108 / 0.9);
}

.group:focus-within .group-focus-within\:fill-mergulho\/95 {
  fill: rgb(7 74 108 / 0.95);
}

.group:focus-within .group-focus-within\:fill-pordosol {
  fill: #F6977A;
}

.group:focus-within .group-focus-within\:fill-pordosol\/0 {
  fill: rgb(246 151 122 / 0);
}

.group:focus-within .group-focus-within\:fill-pordosol\/10 {
  fill: rgb(246 151 122 / 0.1);
}

.group:focus-within .group-focus-within\:fill-pordosol\/100 {
  fill: rgb(246 151 122 / 1);
}

.group:focus-within .group-focus-within\:fill-pordosol\/15 {
  fill: rgb(246 151 122 / 0.15);
}

.group:focus-within .group-focus-within\:fill-pordosol\/20 {
  fill: rgb(246 151 122 / 0.2);
}

.group:focus-within .group-focus-within\:fill-pordosol\/25 {
  fill: rgb(246 151 122 / 0.25);
}

.group:focus-within .group-focus-within\:fill-pordosol\/30 {
  fill: rgb(246 151 122 / 0.3);
}

.group:focus-within .group-focus-within\:fill-pordosol\/35 {
  fill: rgb(246 151 122 / 0.35);
}

.group:focus-within .group-focus-within\:fill-pordosol\/40 {
  fill: rgb(246 151 122 / 0.4);
}

.group:focus-within .group-focus-within\:fill-pordosol\/45 {
  fill: rgb(246 151 122 / 0.45);
}

.group:focus-within .group-focus-within\:fill-pordosol\/5 {
  fill: rgb(246 151 122 / 0.05);
}

.group:focus-within .group-focus-within\:fill-pordosol\/50 {
  fill: rgb(246 151 122 / 0.5);
}

.group:focus-within .group-focus-within\:fill-pordosol\/55 {
  fill: rgb(246 151 122 / 0.55);
}

.group:focus-within .group-focus-within\:fill-pordosol\/60 {
  fill: rgb(246 151 122 / 0.6);
}

.group:focus-within .group-focus-within\:fill-pordosol\/65 {
  fill: rgb(246 151 122 / 0.65);
}

.group:focus-within .group-focus-within\:fill-pordosol\/70 {
  fill: rgb(246 151 122 / 0.7);
}

.group:focus-within .group-focus-within\:fill-pordosol\/75 {
  fill: rgb(246 151 122 / 0.75);
}

.group:focus-within .group-focus-within\:fill-pordosol\/80 {
  fill: rgb(246 151 122 / 0.8);
}

.group:focus-within .group-focus-within\:fill-pordosol\/85 {
  fill: rgb(246 151 122 / 0.85);
}

.group:focus-within .group-focus-within\:fill-pordosol\/90 {
  fill: rgb(246 151 122 / 0.9);
}

.group:focus-within .group-focus-within\:fill-pordosol\/95 {
  fill: rgb(246 151 122 / 0.95);
}

.group:focus-within .group-focus-within\:text-alga {
  --tw-text-opacity: 1;
  color: rgb(2 102 114 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-alga\/0 {
  color: rgb(2 102 114 / 0);
}

.group:focus-within .group-focus-within\:text-alga\/10 {
  color: rgb(2 102 114 / 0.1);
}

.group:focus-within .group-focus-within\:text-alga\/100 {
  color: rgb(2 102 114 / 1);
}

.group:focus-within .group-focus-within\:text-alga\/15 {
  color: rgb(2 102 114 / 0.15);
}

.group:focus-within .group-focus-within\:text-alga\/20 {
  color: rgb(2 102 114 / 0.2);
}

.group:focus-within .group-focus-within\:text-alga\/25 {
  color: rgb(2 102 114 / 0.25);
}

.group:focus-within .group-focus-within\:text-alga\/30 {
  color: rgb(2 102 114 / 0.3);
}

.group:focus-within .group-focus-within\:text-alga\/35 {
  color: rgb(2 102 114 / 0.35);
}

.group:focus-within .group-focus-within\:text-alga\/40 {
  color: rgb(2 102 114 / 0.4);
}

.group:focus-within .group-focus-within\:text-alga\/45 {
  color: rgb(2 102 114 / 0.45);
}

.group:focus-within .group-focus-within\:text-alga\/5 {
  color: rgb(2 102 114 / 0.05);
}

.group:focus-within .group-focus-within\:text-alga\/50 {
  color: rgb(2 102 114 / 0.5);
}

.group:focus-within .group-focus-within\:text-alga\/55 {
  color: rgb(2 102 114 / 0.55);
}

.group:focus-within .group-focus-within\:text-alga\/60 {
  color: rgb(2 102 114 / 0.6);
}

.group:focus-within .group-focus-within\:text-alga\/65 {
  color: rgb(2 102 114 / 0.65);
}

.group:focus-within .group-focus-within\:text-alga\/70 {
  color: rgb(2 102 114 / 0.7);
}

.group:focus-within .group-focus-within\:text-alga\/75 {
  color: rgb(2 102 114 / 0.75);
}

.group:focus-within .group-focus-within\:text-alga\/80 {
  color: rgb(2 102 114 / 0.8);
}

.group:focus-within .group-focus-within\:text-alga\/85 {
  color: rgb(2 102 114 / 0.85);
}

.group:focus-within .group-focus-within\:text-alga\/90 {
  color: rgb(2 102 114 / 0.9);
}

.group:focus-within .group-focus-within\:text-alga\/95 {
  color: rgb(2 102 114 / 0.95);
}

.group:focus-within .group-focus-within\:text-areia {
  --tw-text-opacity: 1;
  color: rgb(253 245 230 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-areia\/0 {
  color: rgb(253 245 230 / 0);
}

.group:focus-within .group-focus-within\:text-areia\/10 {
  color: rgb(253 245 230 / 0.1);
}

.group:focus-within .group-focus-within\:text-areia\/100 {
  color: rgb(253 245 230 / 1);
}

.group:focus-within .group-focus-within\:text-areia\/15 {
  color: rgb(253 245 230 / 0.15);
}

.group:focus-within .group-focus-within\:text-areia\/20 {
  color: rgb(253 245 230 / 0.2);
}

.group:focus-within .group-focus-within\:text-areia\/25 {
  color: rgb(253 245 230 / 0.25);
}

.group:focus-within .group-focus-within\:text-areia\/30 {
  color: rgb(253 245 230 / 0.3);
}

.group:focus-within .group-focus-within\:text-areia\/35 {
  color: rgb(253 245 230 / 0.35);
}

.group:focus-within .group-focus-within\:text-areia\/40 {
  color: rgb(253 245 230 / 0.4);
}

.group:focus-within .group-focus-within\:text-areia\/45 {
  color: rgb(253 245 230 / 0.45);
}

.group:focus-within .group-focus-within\:text-areia\/5 {
  color: rgb(253 245 230 / 0.05);
}

.group:focus-within .group-focus-within\:text-areia\/50 {
  color: rgb(253 245 230 / 0.5);
}

.group:focus-within .group-focus-within\:text-areia\/55 {
  color: rgb(253 245 230 / 0.55);
}

.group:focus-within .group-focus-within\:text-areia\/60 {
  color: rgb(253 245 230 / 0.6);
}

.group:focus-within .group-focus-within\:text-areia\/65 {
  color: rgb(253 245 230 / 0.65);
}

.group:focus-within .group-focus-within\:text-areia\/70 {
  color: rgb(253 245 230 / 0.7);
}

.group:focus-within .group-focus-within\:text-areia\/75 {
  color: rgb(253 245 230 / 0.75);
}

.group:focus-within .group-focus-within\:text-areia\/80 {
  color: rgb(253 245 230 / 0.8);
}

.group:focus-within .group-focus-within\:text-areia\/85 {
  color: rgb(253 245 230 / 0.85);
}

.group:focus-within .group-focus-within\:text-areia\/90 {
  color: rgb(253 245 230 / 0.9);
}

.group:focus-within .group-focus-within\:text-areia\/95 {
  color: rgb(253 245 230 / 0.95);
}

.group:focus-within .group-focus-within\:text-concha {
  --tw-text-opacity: 1;
  color: rgb(218 93 72 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-concha\/0 {
  color: rgb(218 93 72 / 0);
}

.group:focus-within .group-focus-within\:text-concha\/10 {
  color: rgb(218 93 72 / 0.1);
}

.group:focus-within .group-focus-within\:text-concha\/100 {
  color: rgb(218 93 72 / 1);
}

.group:focus-within .group-focus-within\:text-concha\/15 {
  color: rgb(218 93 72 / 0.15);
}

.group:focus-within .group-focus-within\:text-concha\/20 {
  color: rgb(218 93 72 / 0.2);
}

.group:focus-within .group-focus-within\:text-concha\/25 {
  color: rgb(218 93 72 / 0.25);
}

.group:focus-within .group-focus-within\:text-concha\/30 {
  color: rgb(218 93 72 / 0.3);
}

.group:focus-within .group-focus-within\:text-concha\/35 {
  color: rgb(218 93 72 / 0.35);
}

.group:focus-within .group-focus-within\:text-concha\/40 {
  color: rgb(218 93 72 / 0.4);
}

.group:focus-within .group-focus-within\:text-concha\/45 {
  color: rgb(218 93 72 / 0.45);
}

.group:focus-within .group-focus-within\:text-concha\/5 {
  color: rgb(218 93 72 / 0.05);
}

.group:focus-within .group-focus-within\:text-concha\/50 {
  color: rgb(218 93 72 / 0.5);
}

.group:focus-within .group-focus-within\:text-concha\/55 {
  color: rgb(218 93 72 / 0.55);
}

.group:focus-within .group-focus-within\:text-concha\/60 {
  color: rgb(218 93 72 / 0.6);
}

.group:focus-within .group-focus-within\:text-concha\/65 {
  color: rgb(218 93 72 / 0.65);
}

.group:focus-within .group-focus-within\:text-concha\/70 {
  color: rgb(218 93 72 / 0.7);
}

.group:focus-within .group-focus-within\:text-concha\/75 {
  color: rgb(218 93 72 / 0.75);
}

.group:focus-within .group-focus-within\:text-concha\/80 {
  color: rgb(218 93 72 / 0.8);
}

.group:focus-within .group-focus-within\:text-concha\/85 {
  color: rgb(218 93 72 / 0.85);
}

.group:focus-within .group-focus-within\:text-concha\/90 {
  color: rgb(218 93 72 / 0.9);
}

.group:focus-within .group-focus-within\:text-concha\/95 {
  color: rgb(218 93 72 / 0.95);
}

.group:focus-within .group-focus-within\:text-mar {
  --tw-text-opacity: 1;
  color: rgb(120 204 207 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-mar\/0 {
  color: rgb(120 204 207 / 0);
}

.group:focus-within .group-focus-within\:text-mar\/10 {
  color: rgb(120 204 207 / 0.1);
}

.group:focus-within .group-focus-within\:text-mar\/100 {
  color: rgb(120 204 207 / 1);
}

.group:focus-within .group-focus-within\:text-mar\/15 {
  color: rgb(120 204 207 / 0.15);
}

.group:focus-within .group-focus-within\:text-mar\/20 {
  color: rgb(120 204 207 / 0.2);
}

.group:focus-within .group-focus-within\:text-mar\/25 {
  color: rgb(120 204 207 / 0.25);
}

.group:focus-within .group-focus-within\:text-mar\/30 {
  color: rgb(120 204 207 / 0.3);
}

.group:focus-within .group-focus-within\:text-mar\/35 {
  color: rgb(120 204 207 / 0.35);
}

.group:focus-within .group-focus-within\:text-mar\/40 {
  color: rgb(120 204 207 / 0.4);
}

.group:focus-within .group-focus-within\:text-mar\/45 {
  color: rgb(120 204 207 / 0.45);
}

.group:focus-within .group-focus-within\:text-mar\/5 {
  color: rgb(120 204 207 / 0.05);
}

.group:focus-within .group-focus-within\:text-mar\/50 {
  color: rgb(120 204 207 / 0.5);
}

.group:focus-within .group-focus-within\:text-mar\/55 {
  color: rgb(120 204 207 / 0.55);
}

.group:focus-within .group-focus-within\:text-mar\/60 {
  color: rgb(120 204 207 / 0.6);
}

.group:focus-within .group-focus-within\:text-mar\/65 {
  color: rgb(120 204 207 / 0.65);
}

.group:focus-within .group-focus-within\:text-mar\/70 {
  color: rgb(120 204 207 / 0.7);
}

.group:focus-within .group-focus-within\:text-mar\/75 {
  color: rgb(120 204 207 / 0.75);
}

.group:focus-within .group-focus-within\:text-mar\/80 {
  color: rgb(120 204 207 / 0.8);
}

.group:focus-within .group-focus-within\:text-mar\/85 {
  color: rgb(120 204 207 / 0.85);
}

.group:focus-within .group-focus-within\:text-mar\/90 {
  color: rgb(120 204 207 / 0.9);
}

.group:focus-within .group-focus-within\:text-mar\/95 {
  color: rgb(120 204 207 / 0.95);
}

.group:focus-within .group-focus-within\:text-mergulho {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-mergulho\/0 {
  color: rgb(7 74 108 / 0);
}

.group:focus-within .group-focus-within\:text-mergulho\/10 {
  color: rgb(7 74 108 / 0.1);
}

.group:focus-within .group-focus-within\:text-mergulho\/100 {
  color: rgb(7 74 108 / 1);
}

.group:focus-within .group-focus-within\:text-mergulho\/15 {
  color: rgb(7 74 108 / 0.15);
}

.group:focus-within .group-focus-within\:text-mergulho\/20 {
  color: rgb(7 74 108 / 0.2);
}

.group:focus-within .group-focus-within\:text-mergulho\/25 {
  color: rgb(7 74 108 / 0.25);
}

.group:focus-within .group-focus-within\:text-mergulho\/30 {
  color: rgb(7 74 108 / 0.3);
}

.group:focus-within .group-focus-within\:text-mergulho\/35 {
  color: rgb(7 74 108 / 0.35);
}

.group:focus-within .group-focus-within\:text-mergulho\/40 {
  color: rgb(7 74 108 / 0.4);
}

.group:focus-within .group-focus-within\:text-mergulho\/45 {
  color: rgb(7 74 108 / 0.45);
}

.group:focus-within .group-focus-within\:text-mergulho\/5 {
  color: rgb(7 74 108 / 0.05);
}

.group:focus-within .group-focus-within\:text-mergulho\/50 {
  color: rgb(7 74 108 / 0.5);
}

.group:focus-within .group-focus-within\:text-mergulho\/55 {
  color: rgb(7 74 108 / 0.55);
}

.group:focus-within .group-focus-within\:text-mergulho\/60 {
  color: rgb(7 74 108 / 0.6);
}

.group:focus-within .group-focus-within\:text-mergulho\/65 {
  color: rgb(7 74 108 / 0.65);
}

.group:focus-within .group-focus-within\:text-mergulho\/70 {
  color: rgb(7 74 108 / 0.7);
}

.group:focus-within .group-focus-within\:text-mergulho\/75 {
  color: rgb(7 74 108 / 0.75);
}

.group:focus-within .group-focus-within\:text-mergulho\/80 {
  color: rgb(7 74 108 / 0.8);
}

.group:focus-within .group-focus-within\:text-mergulho\/85 {
  color: rgb(7 74 108 / 0.85);
}

.group:focus-within .group-focus-within\:text-mergulho\/90 {
  color: rgb(7 74 108 / 0.9);
}

.group:focus-within .group-focus-within\:text-mergulho\/95 {
  color: rgb(7 74 108 / 0.95);
}

.group:focus-within .group-focus-within\:text-pordosol {
  --tw-text-opacity: 1;
  color: rgb(246 151 122 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-pordosol\/0 {
  color: rgb(246 151 122 / 0);
}

.group:focus-within .group-focus-within\:text-pordosol\/10 {
  color: rgb(246 151 122 / 0.1);
}

.group:focus-within .group-focus-within\:text-pordosol\/100 {
  color: rgb(246 151 122 / 1);
}

.group:focus-within .group-focus-within\:text-pordosol\/15 {
  color: rgb(246 151 122 / 0.15);
}

.group:focus-within .group-focus-within\:text-pordosol\/20 {
  color: rgb(246 151 122 / 0.2);
}

.group:focus-within .group-focus-within\:text-pordosol\/25 {
  color: rgb(246 151 122 / 0.25);
}

.group:focus-within .group-focus-within\:text-pordosol\/30 {
  color: rgb(246 151 122 / 0.3);
}

.group:focus-within .group-focus-within\:text-pordosol\/35 {
  color: rgb(246 151 122 / 0.35);
}

.group:focus-within .group-focus-within\:text-pordosol\/40 {
  color: rgb(246 151 122 / 0.4);
}

.group:focus-within .group-focus-within\:text-pordosol\/45 {
  color: rgb(246 151 122 / 0.45);
}

.group:focus-within .group-focus-within\:text-pordosol\/5 {
  color: rgb(246 151 122 / 0.05);
}

.group:focus-within .group-focus-within\:text-pordosol\/50 {
  color: rgb(246 151 122 / 0.5);
}

.group:focus-within .group-focus-within\:text-pordosol\/55 {
  color: rgb(246 151 122 / 0.55);
}

.group:focus-within .group-focus-within\:text-pordosol\/60 {
  color: rgb(246 151 122 / 0.6);
}

.group:focus-within .group-focus-within\:text-pordosol\/65 {
  color: rgb(246 151 122 / 0.65);
}

.group:focus-within .group-focus-within\:text-pordosol\/70 {
  color: rgb(246 151 122 / 0.7);
}

.group:focus-within .group-focus-within\:text-pordosol\/75 {
  color: rgb(246 151 122 / 0.75);
}

.group:focus-within .group-focus-within\:text-pordosol\/80 {
  color: rgb(246 151 122 / 0.8);
}

.group:focus-within .group-focus-within\:text-pordosol\/85 {
  color: rgb(246 151 122 / 0.85);
}

.group:focus-within .group-focus-within\:text-pordosol\/90 {
  color: rgb(246 151 122 / 0.9);
}

.group:focus-within .group-focus-within\:text-pordosol\/95 {
  color: rgb(246 151 122 / 0.95);
}

.group:hover .group-hover\:w-20 {
  width: 5rem;
}

.group\/bullet:hover .group-hover\/bullet\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

.group\/card:hover .group-hover\/card\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

.group\/nav:hover .group-hover\/nav\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  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));
}

.group\/nav:hover .group-hover\/nav\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

.group:hover .group-hover\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  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));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.group\/bullet:hover .group-hover\/bullet\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group\/card:hover .group-hover\/card\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group\/card:hover .group-hover\/card\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group\/curso-header:hover .group-hover\/curso-header\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group\/play:hover .group-hover\/play\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group\/rev:hover .group-hover\/rev\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group\/zoom:hover .group-hover\/zoom\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@keyframes ring-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(218, 93, 72, 0.55);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(218, 93, 72, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(218, 93, 72, 0);
  }
}

.group\/play:hover .group-hover\/play\:animate-ring-pulse {
  animation: ring-pulse 2.2s ease-out infinite;
}

.group:hover .group-hover\:border-alga {
  --tw-border-opacity: 1;
  border-color: rgb(2 102 114 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-alga\/0 {
  border-color: rgb(2 102 114 / 0);
}

.group:hover .group-hover\:border-alga\/10 {
  border-color: rgb(2 102 114 / 0.1);
}

.group:hover .group-hover\:border-alga\/100 {
  border-color: rgb(2 102 114 / 1);
}

.group:hover .group-hover\:border-alga\/15 {
  border-color: rgb(2 102 114 / 0.15);
}

.group:hover .group-hover\:border-alga\/20 {
  border-color: rgb(2 102 114 / 0.2);
}

.group:hover .group-hover\:border-alga\/25 {
  border-color: rgb(2 102 114 / 0.25);
}

.group:hover .group-hover\:border-alga\/30 {
  border-color: rgb(2 102 114 / 0.3);
}

.group:hover .group-hover\:border-alga\/35 {
  border-color: rgb(2 102 114 / 0.35);
}

.group:hover .group-hover\:border-alga\/40 {
  border-color: rgb(2 102 114 / 0.4);
}

.group:hover .group-hover\:border-alga\/45 {
  border-color: rgb(2 102 114 / 0.45);
}

.group:hover .group-hover\:border-alga\/5 {
  border-color: rgb(2 102 114 / 0.05);
}

.group:hover .group-hover\:border-alga\/50 {
  border-color: rgb(2 102 114 / 0.5);
}

.group:hover .group-hover\:border-alga\/55 {
  border-color: rgb(2 102 114 / 0.55);
}

.group:hover .group-hover\:border-alga\/60 {
  border-color: rgb(2 102 114 / 0.6);
}

.group:hover .group-hover\:border-alga\/65 {
  border-color: rgb(2 102 114 / 0.65);
}

.group:hover .group-hover\:border-alga\/70 {
  border-color: rgb(2 102 114 / 0.7);
}

.group:hover .group-hover\:border-alga\/75 {
  border-color: rgb(2 102 114 / 0.75);
}

.group:hover .group-hover\:border-alga\/80 {
  border-color: rgb(2 102 114 / 0.8);
}

.group:hover .group-hover\:border-alga\/85 {
  border-color: rgb(2 102 114 / 0.85);
}

.group:hover .group-hover\:border-alga\/90 {
  border-color: rgb(2 102 114 / 0.9);
}

.group:hover .group-hover\:border-alga\/95 {
  border-color: rgb(2 102 114 / 0.95);
}

.group:hover .group-hover\:border-areia {
  --tw-border-opacity: 1;
  border-color: rgb(253 245 230 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-areia\/0 {
  border-color: rgb(253 245 230 / 0);
}

.group:hover .group-hover\:border-areia\/10 {
  border-color: rgb(253 245 230 / 0.1);
}

.group:hover .group-hover\:border-areia\/100 {
  border-color: rgb(253 245 230 / 1);
}

.group:hover .group-hover\:border-areia\/15 {
  border-color: rgb(253 245 230 / 0.15);
}

.group:hover .group-hover\:border-areia\/20 {
  border-color: rgb(253 245 230 / 0.2);
}

.group:hover .group-hover\:border-areia\/25 {
  border-color: rgb(253 245 230 / 0.25);
}

.group:hover .group-hover\:border-areia\/30 {
  border-color: rgb(253 245 230 / 0.3);
}

.group:hover .group-hover\:border-areia\/35 {
  border-color: rgb(253 245 230 / 0.35);
}

.group:hover .group-hover\:border-areia\/40 {
  border-color: rgb(253 245 230 / 0.4);
}

.group:hover .group-hover\:border-areia\/45 {
  border-color: rgb(253 245 230 / 0.45);
}

.group:hover .group-hover\:border-areia\/5 {
  border-color: rgb(253 245 230 / 0.05);
}

.group:hover .group-hover\:border-areia\/50 {
  border-color: rgb(253 245 230 / 0.5);
}

.group:hover .group-hover\:border-areia\/55 {
  border-color: rgb(253 245 230 / 0.55);
}

.group:hover .group-hover\:border-areia\/60 {
  border-color: rgb(253 245 230 / 0.6);
}

.group:hover .group-hover\:border-areia\/65 {
  border-color: rgb(253 245 230 / 0.65);
}

.group:hover .group-hover\:border-areia\/70 {
  border-color: rgb(253 245 230 / 0.7);
}

.group:hover .group-hover\:border-areia\/75 {
  border-color: rgb(253 245 230 / 0.75);
}

.group:hover .group-hover\:border-areia\/80 {
  border-color: rgb(253 245 230 / 0.8);
}

.group:hover .group-hover\:border-areia\/85 {
  border-color: rgb(253 245 230 / 0.85);
}

.group:hover .group-hover\:border-areia\/90 {
  border-color: rgb(253 245 230 / 0.9);
}

.group:hover .group-hover\:border-areia\/95 {
  border-color: rgb(253 245 230 / 0.95);
}

.group:hover .group-hover\:border-concha {
  --tw-border-opacity: 1;
  border-color: rgb(218 93 72 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-concha\/0 {
  border-color: rgb(218 93 72 / 0);
}

.group:hover .group-hover\:border-concha\/10 {
  border-color: rgb(218 93 72 / 0.1);
}

.group:hover .group-hover\:border-concha\/100 {
  border-color: rgb(218 93 72 / 1);
}

.group:hover .group-hover\:border-concha\/15 {
  border-color: rgb(218 93 72 / 0.15);
}

.group:hover .group-hover\:border-concha\/20 {
  border-color: rgb(218 93 72 / 0.2);
}

.group:hover .group-hover\:border-concha\/25 {
  border-color: rgb(218 93 72 / 0.25);
}

.group:hover .group-hover\:border-concha\/30 {
  border-color: rgb(218 93 72 / 0.3);
}

.group:hover .group-hover\:border-concha\/35 {
  border-color: rgb(218 93 72 / 0.35);
}

.group:hover .group-hover\:border-concha\/40 {
  border-color: rgb(218 93 72 / 0.4);
}

.group:hover .group-hover\:border-concha\/45 {
  border-color: rgb(218 93 72 / 0.45);
}

.group:hover .group-hover\:border-concha\/5 {
  border-color: rgb(218 93 72 / 0.05);
}

.group:hover .group-hover\:border-concha\/50 {
  border-color: rgb(218 93 72 / 0.5);
}

.group:hover .group-hover\:border-concha\/55 {
  border-color: rgb(218 93 72 / 0.55);
}

.group:hover .group-hover\:border-concha\/60 {
  border-color: rgb(218 93 72 / 0.6);
}

.group:hover .group-hover\:border-concha\/65 {
  border-color: rgb(218 93 72 / 0.65);
}

.group:hover .group-hover\:border-concha\/70 {
  border-color: rgb(218 93 72 / 0.7);
}

.group:hover .group-hover\:border-concha\/75 {
  border-color: rgb(218 93 72 / 0.75);
}

.group:hover .group-hover\:border-concha\/80 {
  border-color: rgb(218 93 72 / 0.8);
}

.group:hover .group-hover\:border-concha\/85 {
  border-color: rgb(218 93 72 / 0.85);
}

.group:hover .group-hover\:border-concha\/90 {
  border-color: rgb(218 93 72 / 0.9);
}

.group:hover .group-hover\:border-concha\/95 {
  border-color: rgb(218 93 72 / 0.95);
}

.group:hover .group-hover\:border-mar {
  --tw-border-opacity: 1;
  border-color: rgb(120 204 207 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-mar\/0 {
  border-color: rgb(120 204 207 / 0);
}

.group:hover .group-hover\:border-mar\/10 {
  border-color: rgb(120 204 207 / 0.1);
}

.group:hover .group-hover\:border-mar\/100 {
  border-color: rgb(120 204 207 / 1);
}

.group:hover .group-hover\:border-mar\/15 {
  border-color: rgb(120 204 207 / 0.15);
}

.group:hover .group-hover\:border-mar\/20 {
  border-color: rgb(120 204 207 / 0.2);
}

.group:hover .group-hover\:border-mar\/25 {
  border-color: rgb(120 204 207 / 0.25);
}

.group:hover .group-hover\:border-mar\/30 {
  border-color: rgb(120 204 207 / 0.3);
}

.group:hover .group-hover\:border-mar\/35 {
  border-color: rgb(120 204 207 / 0.35);
}

.group:hover .group-hover\:border-mar\/40 {
  border-color: rgb(120 204 207 / 0.4);
}

.group:hover .group-hover\:border-mar\/45 {
  border-color: rgb(120 204 207 / 0.45);
}

.group:hover .group-hover\:border-mar\/5 {
  border-color: rgb(120 204 207 / 0.05);
}

.group:hover .group-hover\:border-mar\/50 {
  border-color: rgb(120 204 207 / 0.5);
}

.group:hover .group-hover\:border-mar\/55 {
  border-color: rgb(120 204 207 / 0.55);
}

.group:hover .group-hover\:border-mar\/60 {
  border-color: rgb(120 204 207 / 0.6);
}

.group:hover .group-hover\:border-mar\/65 {
  border-color: rgb(120 204 207 / 0.65);
}

.group:hover .group-hover\:border-mar\/70 {
  border-color: rgb(120 204 207 / 0.7);
}

.group:hover .group-hover\:border-mar\/75 {
  border-color: rgb(120 204 207 / 0.75);
}

.group:hover .group-hover\:border-mar\/80 {
  border-color: rgb(120 204 207 / 0.8);
}

.group:hover .group-hover\:border-mar\/85 {
  border-color: rgb(120 204 207 / 0.85);
}

.group:hover .group-hover\:border-mar\/90 {
  border-color: rgb(120 204 207 / 0.9);
}

.group:hover .group-hover\:border-mar\/95 {
  border-color: rgb(120 204 207 / 0.95);
}

.group:hover .group-hover\:border-mergulho {
  --tw-border-opacity: 1;
  border-color: rgb(7 74 108 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-mergulho\/0 {
  border-color: rgb(7 74 108 / 0);
}

.group:hover .group-hover\:border-mergulho\/10 {
  border-color: rgb(7 74 108 / 0.1);
}

.group:hover .group-hover\:border-mergulho\/100 {
  border-color: rgb(7 74 108 / 1);
}

.group:hover .group-hover\:border-mergulho\/15 {
  border-color: rgb(7 74 108 / 0.15);
}

.group:hover .group-hover\:border-mergulho\/20 {
  border-color: rgb(7 74 108 / 0.2);
}

.group:hover .group-hover\:border-mergulho\/25 {
  border-color: rgb(7 74 108 / 0.25);
}

.group:hover .group-hover\:border-mergulho\/30 {
  border-color: rgb(7 74 108 / 0.3);
}

.group:hover .group-hover\:border-mergulho\/35 {
  border-color: rgb(7 74 108 / 0.35);
}

.group:hover .group-hover\:border-mergulho\/40 {
  border-color: rgb(7 74 108 / 0.4);
}

.group:hover .group-hover\:border-mergulho\/45 {
  border-color: rgb(7 74 108 / 0.45);
}

.group:hover .group-hover\:border-mergulho\/5 {
  border-color: rgb(7 74 108 / 0.05);
}

.group:hover .group-hover\:border-mergulho\/50 {
  border-color: rgb(7 74 108 / 0.5);
}

.group:hover .group-hover\:border-mergulho\/55 {
  border-color: rgb(7 74 108 / 0.55);
}

.group:hover .group-hover\:border-mergulho\/60 {
  border-color: rgb(7 74 108 / 0.6);
}

.group:hover .group-hover\:border-mergulho\/65 {
  border-color: rgb(7 74 108 / 0.65);
}

.group:hover .group-hover\:border-mergulho\/70 {
  border-color: rgb(7 74 108 / 0.7);
}

.group:hover .group-hover\:border-mergulho\/75 {
  border-color: rgb(7 74 108 / 0.75);
}

.group:hover .group-hover\:border-mergulho\/80 {
  border-color: rgb(7 74 108 / 0.8);
}

.group:hover .group-hover\:border-mergulho\/85 {
  border-color: rgb(7 74 108 / 0.85);
}

.group:hover .group-hover\:border-mergulho\/90 {
  border-color: rgb(7 74 108 / 0.9);
}

.group:hover .group-hover\:border-mergulho\/95 {
  border-color: rgb(7 74 108 / 0.95);
}

.group:hover .group-hover\:border-pordosol {
  --tw-border-opacity: 1;
  border-color: rgb(246 151 122 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pordosol\/0 {
  border-color: rgb(246 151 122 / 0);
}

.group:hover .group-hover\:border-pordosol\/10 {
  border-color: rgb(246 151 122 / 0.1);
}

.group:hover .group-hover\:border-pordosol\/100 {
  border-color: rgb(246 151 122 / 1);
}

.group:hover .group-hover\:border-pordosol\/15 {
  border-color: rgb(246 151 122 / 0.15);
}

.group:hover .group-hover\:border-pordosol\/20 {
  border-color: rgb(246 151 122 / 0.2);
}

.group:hover .group-hover\:border-pordosol\/25 {
  border-color: rgb(246 151 122 / 0.25);
}

.group:hover .group-hover\:border-pordosol\/30 {
  border-color: rgb(246 151 122 / 0.3);
}

.group:hover .group-hover\:border-pordosol\/35 {
  border-color: rgb(246 151 122 / 0.35);
}

.group:hover .group-hover\:border-pordosol\/40 {
  border-color: rgb(246 151 122 / 0.4);
}

.group:hover .group-hover\:border-pordosol\/45 {
  border-color: rgb(246 151 122 / 0.45);
}

.group:hover .group-hover\:border-pordosol\/5 {
  border-color: rgb(246 151 122 / 0.05);
}

.group:hover .group-hover\:border-pordosol\/50 {
  border-color: rgb(246 151 122 / 0.5);
}

.group:hover .group-hover\:border-pordosol\/55 {
  border-color: rgb(246 151 122 / 0.55);
}

.group:hover .group-hover\:border-pordosol\/60 {
  border-color: rgb(246 151 122 / 0.6);
}

.group:hover .group-hover\:border-pordosol\/65 {
  border-color: rgb(246 151 122 / 0.65);
}

.group:hover .group-hover\:border-pordosol\/70 {
  border-color: rgb(246 151 122 / 0.7);
}

.group:hover .group-hover\:border-pordosol\/75 {
  border-color: rgb(246 151 122 / 0.75);
}

.group:hover .group-hover\:border-pordosol\/80 {
  border-color: rgb(246 151 122 / 0.8);
}

.group:hover .group-hover\:border-pordosol\/85 {
  border-color: rgb(246 151 122 / 0.85);
}

.group:hover .group-hover\:border-pordosol\/90 {
  border-color: rgb(246 151 122 / 0.9);
}

.group:hover .group-hover\:border-pordosol\/95 {
  border-color: rgb(246 151 122 / 0.95);
}

.group\/curso-header:hover .group-hover\/curso-header\:bg-mergulho\/\[0\.06\] {
  background-color: rgb(7 74 108 / 0.06);
}

.group:hover .group-hover\:bg-alga {
  --tw-bg-opacity: 1;
  background-color: rgb(2 102 114 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-alga\/0 {
  background-color: rgb(2 102 114 / 0);
}

.group:hover .group-hover\:bg-alga\/10 {
  background-color: rgb(2 102 114 / 0.1);
}

.group:hover .group-hover\:bg-alga\/100 {
  background-color: rgb(2 102 114 / 1);
}

.group:hover .group-hover\:bg-alga\/15 {
  background-color: rgb(2 102 114 / 0.15);
}

.group:hover .group-hover\:bg-alga\/20 {
  background-color: rgb(2 102 114 / 0.2);
}

.group:hover .group-hover\:bg-alga\/25 {
  background-color: rgb(2 102 114 / 0.25);
}

.group:hover .group-hover\:bg-alga\/30 {
  background-color: rgb(2 102 114 / 0.3);
}

.group:hover .group-hover\:bg-alga\/35 {
  background-color: rgb(2 102 114 / 0.35);
}

.group:hover .group-hover\:bg-alga\/40 {
  background-color: rgb(2 102 114 / 0.4);
}

.group:hover .group-hover\:bg-alga\/45 {
  background-color: rgb(2 102 114 / 0.45);
}

.group:hover .group-hover\:bg-alga\/5 {
  background-color: rgb(2 102 114 / 0.05);
}

.group:hover .group-hover\:bg-alga\/50 {
  background-color: rgb(2 102 114 / 0.5);
}

.group:hover .group-hover\:bg-alga\/55 {
  background-color: rgb(2 102 114 / 0.55);
}

.group:hover .group-hover\:bg-alga\/60 {
  background-color: rgb(2 102 114 / 0.6);
}

.group:hover .group-hover\:bg-alga\/65 {
  background-color: rgb(2 102 114 / 0.65);
}

.group:hover .group-hover\:bg-alga\/70 {
  background-color: rgb(2 102 114 / 0.7);
}

.group:hover .group-hover\:bg-alga\/75 {
  background-color: rgb(2 102 114 / 0.75);
}

.group:hover .group-hover\:bg-alga\/80 {
  background-color: rgb(2 102 114 / 0.8);
}

.group:hover .group-hover\:bg-alga\/85 {
  background-color: rgb(2 102 114 / 0.85);
}

.group:hover .group-hover\:bg-alga\/90 {
  background-color: rgb(2 102 114 / 0.9);
}

.group:hover .group-hover\:bg-alga\/95 {
  background-color: rgb(2 102 114 / 0.95);
}

.group:hover .group-hover\:bg-areia {
  --tw-bg-opacity: 1;
  background-color: rgb(253 245 230 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-areia\/0 {
  background-color: rgb(253 245 230 / 0);
}

.group:hover .group-hover\:bg-areia\/10 {
  background-color: rgb(253 245 230 / 0.1);
}

.group:hover .group-hover\:bg-areia\/100 {
  background-color: rgb(253 245 230 / 1);
}

.group:hover .group-hover\:bg-areia\/15 {
  background-color: rgb(253 245 230 / 0.15);
}

.group:hover .group-hover\:bg-areia\/20 {
  background-color: rgb(253 245 230 / 0.2);
}

.group:hover .group-hover\:bg-areia\/25 {
  background-color: rgb(253 245 230 / 0.25);
}

.group:hover .group-hover\:bg-areia\/30 {
  background-color: rgb(253 245 230 / 0.3);
}

.group:hover .group-hover\:bg-areia\/35 {
  background-color: rgb(253 245 230 / 0.35);
}

.group:hover .group-hover\:bg-areia\/40 {
  background-color: rgb(253 245 230 / 0.4);
}

.group:hover .group-hover\:bg-areia\/45 {
  background-color: rgb(253 245 230 / 0.45);
}

.group:hover .group-hover\:bg-areia\/5 {
  background-color: rgb(253 245 230 / 0.05);
}

.group:hover .group-hover\:bg-areia\/50 {
  background-color: rgb(253 245 230 / 0.5);
}

.group:hover .group-hover\:bg-areia\/55 {
  background-color: rgb(253 245 230 / 0.55);
}

.group:hover .group-hover\:bg-areia\/60 {
  background-color: rgb(253 245 230 / 0.6);
}

.group:hover .group-hover\:bg-areia\/65 {
  background-color: rgb(253 245 230 / 0.65);
}

.group:hover .group-hover\:bg-areia\/70 {
  background-color: rgb(253 245 230 / 0.7);
}

.group:hover .group-hover\:bg-areia\/75 {
  background-color: rgb(253 245 230 / 0.75);
}

.group:hover .group-hover\:bg-areia\/80 {
  background-color: rgb(253 245 230 / 0.8);
}

.group:hover .group-hover\:bg-areia\/85 {
  background-color: rgb(253 245 230 / 0.85);
}

.group:hover .group-hover\:bg-areia\/90 {
  background-color: rgb(253 245 230 / 0.9);
}

.group:hover .group-hover\:bg-areia\/95 {
  background-color: rgb(253 245 230 / 0.95);
}

.group:hover .group-hover\:bg-concha {
  --tw-bg-opacity: 1;
  background-color: rgb(218 93 72 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-concha\/0 {
  background-color: rgb(218 93 72 / 0);
}

.group:hover .group-hover\:bg-concha\/10 {
  background-color: rgb(218 93 72 / 0.1);
}

.group:hover .group-hover\:bg-concha\/100 {
  background-color: rgb(218 93 72 / 1);
}

.group:hover .group-hover\:bg-concha\/15 {
  background-color: rgb(218 93 72 / 0.15);
}

.group:hover .group-hover\:bg-concha\/20 {
  background-color: rgb(218 93 72 / 0.2);
}

.group:hover .group-hover\:bg-concha\/25 {
  background-color: rgb(218 93 72 / 0.25);
}

.group:hover .group-hover\:bg-concha\/30 {
  background-color: rgb(218 93 72 / 0.3);
}

.group:hover .group-hover\:bg-concha\/35 {
  background-color: rgb(218 93 72 / 0.35);
}

.group:hover .group-hover\:bg-concha\/40 {
  background-color: rgb(218 93 72 / 0.4);
}

.group:hover .group-hover\:bg-concha\/45 {
  background-color: rgb(218 93 72 / 0.45);
}

.group:hover .group-hover\:bg-concha\/5 {
  background-color: rgb(218 93 72 / 0.05);
}

.group:hover .group-hover\:bg-concha\/50 {
  background-color: rgb(218 93 72 / 0.5);
}

.group:hover .group-hover\:bg-concha\/55 {
  background-color: rgb(218 93 72 / 0.55);
}

.group:hover .group-hover\:bg-concha\/60 {
  background-color: rgb(218 93 72 / 0.6);
}

.group:hover .group-hover\:bg-concha\/65 {
  background-color: rgb(218 93 72 / 0.65);
}

.group:hover .group-hover\:bg-concha\/70 {
  background-color: rgb(218 93 72 / 0.7);
}

.group:hover .group-hover\:bg-concha\/75 {
  background-color: rgb(218 93 72 / 0.75);
}

.group:hover .group-hover\:bg-concha\/80 {
  background-color: rgb(218 93 72 / 0.8);
}

.group:hover .group-hover\:bg-concha\/85 {
  background-color: rgb(218 93 72 / 0.85);
}

.group:hover .group-hover\:bg-concha\/90 {
  background-color: rgb(218 93 72 / 0.9);
}

.group:hover .group-hover\:bg-concha\/95 {
  background-color: rgb(218 93 72 / 0.95);
}

.group:hover .group-hover\:bg-mar {
  --tw-bg-opacity: 1;
  background-color: rgb(120 204 207 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-mar\/0 {
  background-color: rgb(120 204 207 / 0);
}

.group:hover .group-hover\:bg-mar\/10 {
  background-color: rgb(120 204 207 / 0.1);
}

.group:hover .group-hover\:bg-mar\/100 {
  background-color: rgb(120 204 207 / 1);
}

.group:hover .group-hover\:bg-mar\/15 {
  background-color: rgb(120 204 207 / 0.15);
}

.group:hover .group-hover\:bg-mar\/20 {
  background-color: rgb(120 204 207 / 0.2);
}

.group:hover .group-hover\:bg-mar\/25 {
  background-color: rgb(120 204 207 / 0.25);
}

.group:hover .group-hover\:bg-mar\/30 {
  background-color: rgb(120 204 207 / 0.3);
}

.group:hover .group-hover\:bg-mar\/35 {
  background-color: rgb(120 204 207 / 0.35);
}

.group:hover .group-hover\:bg-mar\/40 {
  background-color: rgb(120 204 207 / 0.4);
}

.group:hover .group-hover\:bg-mar\/45 {
  background-color: rgb(120 204 207 / 0.45);
}

.group:hover .group-hover\:bg-mar\/5 {
  background-color: rgb(120 204 207 / 0.05);
}

.group:hover .group-hover\:bg-mar\/50 {
  background-color: rgb(120 204 207 / 0.5);
}

.group:hover .group-hover\:bg-mar\/55 {
  background-color: rgb(120 204 207 / 0.55);
}

.group:hover .group-hover\:bg-mar\/60 {
  background-color: rgb(120 204 207 / 0.6);
}

.group:hover .group-hover\:bg-mar\/65 {
  background-color: rgb(120 204 207 / 0.65);
}

.group:hover .group-hover\:bg-mar\/70 {
  background-color: rgb(120 204 207 / 0.7);
}

.group:hover .group-hover\:bg-mar\/75 {
  background-color: rgb(120 204 207 / 0.75);
}

.group:hover .group-hover\:bg-mar\/80 {
  background-color: rgb(120 204 207 / 0.8);
}

.group:hover .group-hover\:bg-mar\/85 {
  background-color: rgb(120 204 207 / 0.85);
}

.group:hover .group-hover\:bg-mar\/90 {
  background-color: rgb(120 204 207 / 0.9);
}

.group:hover .group-hover\:bg-mar\/95 {
  background-color: rgb(120 204 207 / 0.95);
}

.group:hover .group-hover\:bg-mergulho {
  --tw-bg-opacity: 1;
  background-color: rgb(7 74 108 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-mergulho\/0 {
  background-color: rgb(7 74 108 / 0);
}

.group:hover .group-hover\:bg-mergulho\/10 {
  background-color: rgb(7 74 108 / 0.1);
}

.group:hover .group-hover\:bg-mergulho\/100 {
  background-color: rgb(7 74 108 / 1);
}

.group:hover .group-hover\:bg-mergulho\/15 {
  background-color: rgb(7 74 108 / 0.15);
}

.group:hover .group-hover\:bg-mergulho\/20 {
  background-color: rgb(7 74 108 / 0.2);
}

.group:hover .group-hover\:bg-mergulho\/25 {
  background-color: rgb(7 74 108 / 0.25);
}

.group:hover .group-hover\:bg-mergulho\/30 {
  background-color: rgb(7 74 108 / 0.3);
}

.group:hover .group-hover\:bg-mergulho\/35 {
  background-color: rgb(7 74 108 / 0.35);
}

.group:hover .group-hover\:bg-mergulho\/40 {
  background-color: rgb(7 74 108 / 0.4);
}

.group:hover .group-hover\:bg-mergulho\/45 {
  background-color: rgb(7 74 108 / 0.45);
}

.group:hover .group-hover\:bg-mergulho\/5 {
  background-color: rgb(7 74 108 / 0.05);
}

.group:hover .group-hover\:bg-mergulho\/50 {
  background-color: rgb(7 74 108 / 0.5);
}

.group:hover .group-hover\:bg-mergulho\/55 {
  background-color: rgb(7 74 108 / 0.55);
}

.group:hover .group-hover\:bg-mergulho\/60 {
  background-color: rgb(7 74 108 / 0.6);
}

.group:hover .group-hover\:bg-mergulho\/65 {
  background-color: rgb(7 74 108 / 0.65);
}

.group:hover .group-hover\:bg-mergulho\/70 {
  background-color: rgb(7 74 108 / 0.7);
}

.group:hover .group-hover\:bg-mergulho\/75 {
  background-color: rgb(7 74 108 / 0.75);
}

.group:hover .group-hover\:bg-mergulho\/80 {
  background-color: rgb(7 74 108 / 0.8);
}

.group:hover .group-hover\:bg-mergulho\/85 {
  background-color: rgb(7 74 108 / 0.85);
}

.group:hover .group-hover\:bg-mergulho\/90 {
  background-color: rgb(7 74 108 / 0.9);
}

.group:hover .group-hover\:bg-mergulho\/95 {
  background-color: rgb(7 74 108 / 0.95);
}

.group:hover .group-hover\:bg-pordosol {
  --tw-bg-opacity: 1;
  background-color: rgb(246 151 122 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pordosol\/0 {
  background-color: rgb(246 151 122 / 0);
}

.group:hover .group-hover\:bg-pordosol\/10 {
  background-color: rgb(246 151 122 / 0.1);
}

.group:hover .group-hover\:bg-pordosol\/100 {
  background-color: rgb(246 151 122 / 1);
}

.group:hover .group-hover\:bg-pordosol\/15 {
  background-color: rgb(246 151 122 / 0.15);
}

.group:hover .group-hover\:bg-pordosol\/20 {
  background-color: rgb(246 151 122 / 0.2);
}

.group:hover .group-hover\:bg-pordosol\/25 {
  background-color: rgb(246 151 122 / 0.25);
}

.group:hover .group-hover\:bg-pordosol\/30 {
  background-color: rgb(246 151 122 / 0.3);
}

.group:hover .group-hover\:bg-pordosol\/35 {
  background-color: rgb(246 151 122 / 0.35);
}

.group:hover .group-hover\:bg-pordosol\/40 {
  background-color: rgb(246 151 122 / 0.4);
}

.group:hover .group-hover\:bg-pordosol\/45 {
  background-color: rgb(246 151 122 / 0.45);
}

.group:hover .group-hover\:bg-pordosol\/5 {
  background-color: rgb(246 151 122 / 0.05);
}

.group:hover .group-hover\:bg-pordosol\/50 {
  background-color: rgb(246 151 122 / 0.5);
}

.group:hover .group-hover\:bg-pordosol\/55 {
  background-color: rgb(246 151 122 / 0.55);
}

.group:hover .group-hover\:bg-pordosol\/60 {
  background-color: rgb(246 151 122 / 0.6);
}

.group:hover .group-hover\:bg-pordosol\/65 {
  background-color: rgb(246 151 122 / 0.65);
}

.group:hover .group-hover\:bg-pordosol\/70 {
  background-color: rgb(246 151 122 / 0.7);
}

.group:hover .group-hover\:bg-pordosol\/75 {
  background-color: rgb(246 151 122 / 0.75);
}

.group:hover .group-hover\:bg-pordosol\/80 {
  background-color: rgb(246 151 122 / 0.8);
}

.group:hover .group-hover\:bg-pordosol\/85 {
  background-color: rgb(246 151 122 / 0.85);
}

.group:hover .group-hover\:bg-pordosol\/90 {
  background-color: rgb(246 151 122 / 0.9);
}

.group:hover .group-hover\:bg-pordosol\/95 {
  background-color: rgb(246 151 122 / 0.95);
}

.group:hover .group-hover\:fill-alga {
  fill: #026672;
}

.group:hover .group-hover\:fill-alga\/0 {
  fill: rgb(2 102 114 / 0);
}

.group:hover .group-hover\:fill-alga\/10 {
  fill: rgb(2 102 114 / 0.1);
}

.group:hover .group-hover\:fill-alga\/100 {
  fill: rgb(2 102 114 / 1);
}

.group:hover .group-hover\:fill-alga\/15 {
  fill: rgb(2 102 114 / 0.15);
}

.group:hover .group-hover\:fill-alga\/20 {
  fill: rgb(2 102 114 / 0.2);
}

.group:hover .group-hover\:fill-alga\/25 {
  fill: rgb(2 102 114 / 0.25);
}

.group:hover .group-hover\:fill-alga\/30 {
  fill: rgb(2 102 114 / 0.3);
}

.group:hover .group-hover\:fill-alga\/35 {
  fill: rgb(2 102 114 / 0.35);
}

.group:hover .group-hover\:fill-alga\/40 {
  fill: rgb(2 102 114 / 0.4);
}

.group:hover .group-hover\:fill-alga\/45 {
  fill: rgb(2 102 114 / 0.45);
}

.group:hover .group-hover\:fill-alga\/5 {
  fill: rgb(2 102 114 / 0.05);
}

.group:hover .group-hover\:fill-alga\/50 {
  fill: rgb(2 102 114 / 0.5);
}

.group:hover .group-hover\:fill-alga\/55 {
  fill: rgb(2 102 114 / 0.55);
}

.group:hover .group-hover\:fill-alga\/60 {
  fill: rgb(2 102 114 / 0.6);
}

.group:hover .group-hover\:fill-alga\/65 {
  fill: rgb(2 102 114 / 0.65);
}

.group:hover .group-hover\:fill-alga\/70 {
  fill: rgb(2 102 114 / 0.7);
}

.group:hover .group-hover\:fill-alga\/75 {
  fill: rgb(2 102 114 / 0.75);
}

.group:hover .group-hover\:fill-alga\/80 {
  fill: rgb(2 102 114 / 0.8);
}

.group:hover .group-hover\:fill-alga\/85 {
  fill: rgb(2 102 114 / 0.85);
}

.group:hover .group-hover\:fill-alga\/90 {
  fill: rgb(2 102 114 / 0.9);
}

.group:hover .group-hover\:fill-alga\/95 {
  fill: rgb(2 102 114 / 0.95);
}

.group:hover .group-hover\:fill-areia {
  fill: #FDF5E6;
}

.group:hover .group-hover\:fill-areia\/0 {
  fill: rgb(253 245 230 / 0);
}

.group:hover .group-hover\:fill-areia\/10 {
  fill: rgb(253 245 230 / 0.1);
}

.group:hover .group-hover\:fill-areia\/100 {
  fill: rgb(253 245 230 / 1);
}

.group:hover .group-hover\:fill-areia\/15 {
  fill: rgb(253 245 230 / 0.15);
}

.group:hover .group-hover\:fill-areia\/20 {
  fill: rgb(253 245 230 / 0.2);
}

.group:hover .group-hover\:fill-areia\/25 {
  fill: rgb(253 245 230 / 0.25);
}

.group:hover .group-hover\:fill-areia\/30 {
  fill: rgb(253 245 230 / 0.3);
}

.group:hover .group-hover\:fill-areia\/35 {
  fill: rgb(253 245 230 / 0.35);
}

.group:hover .group-hover\:fill-areia\/40 {
  fill: rgb(253 245 230 / 0.4);
}

.group:hover .group-hover\:fill-areia\/45 {
  fill: rgb(253 245 230 / 0.45);
}

.group:hover .group-hover\:fill-areia\/5 {
  fill: rgb(253 245 230 / 0.05);
}

.group:hover .group-hover\:fill-areia\/50 {
  fill: rgb(253 245 230 / 0.5);
}

.group:hover .group-hover\:fill-areia\/55 {
  fill: rgb(253 245 230 / 0.55);
}

.group:hover .group-hover\:fill-areia\/60 {
  fill: rgb(253 245 230 / 0.6);
}

.group:hover .group-hover\:fill-areia\/65 {
  fill: rgb(253 245 230 / 0.65);
}

.group:hover .group-hover\:fill-areia\/70 {
  fill: rgb(253 245 230 / 0.7);
}

.group:hover .group-hover\:fill-areia\/75 {
  fill: rgb(253 245 230 / 0.75);
}

.group:hover .group-hover\:fill-areia\/80 {
  fill: rgb(253 245 230 / 0.8);
}

.group:hover .group-hover\:fill-areia\/85 {
  fill: rgb(253 245 230 / 0.85);
}

.group:hover .group-hover\:fill-areia\/90 {
  fill: rgb(253 245 230 / 0.9);
}

.group:hover .group-hover\:fill-areia\/95 {
  fill: rgb(253 245 230 / 0.95);
}

.group:hover .group-hover\:fill-concha {
  fill: #DA5D48;
}

.group:hover .group-hover\:fill-concha\/0 {
  fill: rgb(218 93 72 / 0);
}

.group:hover .group-hover\:fill-concha\/10 {
  fill: rgb(218 93 72 / 0.1);
}

.group:hover .group-hover\:fill-concha\/100 {
  fill: rgb(218 93 72 / 1);
}

.group:hover .group-hover\:fill-concha\/15 {
  fill: rgb(218 93 72 / 0.15);
}

.group:hover .group-hover\:fill-concha\/20 {
  fill: rgb(218 93 72 / 0.2);
}

.group:hover .group-hover\:fill-concha\/25 {
  fill: rgb(218 93 72 / 0.25);
}

.group:hover .group-hover\:fill-concha\/30 {
  fill: rgb(218 93 72 / 0.3);
}

.group:hover .group-hover\:fill-concha\/35 {
  fill: rgb(218 93 72 / 0.35);
}

.group:hover .group-hover\:fill-concha\/40 {
  fill: rgb(218 93 72 / 0.4);
}

.group:hover .group-hover\:fill-concha\/45 {
  fill: rgb(218 93 72 / 0.45);
}

.group:hover .group-hover\:fill-concha\/5 {
  fill: rgb(218 93 72 / 0.05);
}

.group:hover .group-hover\:fill-concha\/50 {
  fill: rgb(218 93 72 / 0.5);
}

.group:hover .group-hover\:fill-concha\/55 {
  fill: rgb(218 93 72 / 0.55);
}

.group:hover .group-hover\:fill-concha\/60 {
  fill: rgb(218 93 72 / 0.6);
}

.group:hover .group-hover\:fill-concha\/65 {
  fill: rgb(218 93 72 / 0.65);
}

.group:hover .group-hover\:fill-concha\/70 {
  fill: rgb(218 93 72 / 0.7);
}

.group:hover .group-hover\:fill-concha\/75 {
  fill: rgb(218 93 72 / 0.75);
}

.group:hover .group-hover\:fill-concha\/80 {
  fill: rgb(218 93 72 / 0.8);
}

.group:hover .group-hover\:fill-concha\/85 {
  fill: rgb(218 93 72 / 0.85);
}

.group:hover .group-hover\:fill-concha\/90 {
  fill: rgb(218 93 72 / 0.9);
}

.group:hover .group-hover\:fill-concha\/95 {
  fill: rgb(218 93 72 / 0.95);
}

.group:hover .group-hover\:fill-mar {
  fill: #78CCCF;
}

.group:hover .group-hover\:fill-mar\/0 {
  fill: rgb(120 204 207 / 0);
}

.group:hover .group-hover\:fill-mar\/10 {
  fill: rgb(120 204 207 / 0.1);
}

.group:hover .group-hover\:fill-mar\/100 {
  fill: rgb(120 204 207 / 1);
}

.group:hover .group-hover\:fill-mar\/15 {
  fill: rgb(120 204 207 / 0.15);
}

.group:hover .group-hover\:fill-mar\/20 {
  fill: rgb(120 204 207 / 0.2);
}

.group:hover .group-hover\:fill-mar\/25 {
  fill: rgb(120 204 207 / 0.25);
}

.group:hover .group-hover\:fill-mar\/30 {
  fill: rgb(120 204 207 / 0.3);
}

.group:hover .group-hover\:fill-mar\/35 {
  fill: rgb(120 204 207 / 0.35);
}

.group:hover .group-hover\:fill-mar\/40 {
  fill: rgb(120 204 207 / 0.4);
}

.group:hover .group-hover\:fill-mar\/45 {
  fill: rgb(120 204 207 / 0.45);
}

.group:hover .group-hover\:fill-mar\/5 {
  fill: rgb(120 204 207 / 0.05);
}

.group:hover .group-hover\:fill-mar\/50 {
  fill: rgb(120 204 207 / 0.5);
}

.group:hover .group-hover\:fill-mar\/55 {
  fill: rgb(120 204 207 / 0.55);
}

.group:hover .group-hover\:fill-mar\/60 {
  fill: rgb(120 204 207 / 0.6);
}

.group:hover .group-hover\:fill-mar\/65 {
  fill: rgb(120 204 207 / 0.65);
}

.group:hover .group-hover\:fill-mar\/70 {
  fill: rgb(120 204 207 / 0.7);
}

.group:hover .group-hover\:fill-mar\/75 {
  fill: rgb(120 204 207 / 0.75);
}

.group:hover .group-hover\:fill-mar\/80 {
  fill: rgb(120 204 207 / 0.8);
}

.group:hover .group-hover\:fill-mar\/85 {
  fill: rgb(120 204 207 / 0.85);
}

.group:hover .group-hover\:fill-mar\/90 {
  fill: rgb(120 204 207 / 0.9);
}

.group:hover .group-hover\:fill-mar\/95 {
  fill: rgb(120 204 207 / 0.95);
}

.group:hover .group-hover\:fill-mergulho {
  fill: #074A6C;
}

.group:hover .group-hover\:fill-mergulho\/0 {
  fill: rgb(7 74 108 / 0);
}

.group:hover .group-hover\:fill-mergulho\/10 {
  fill: rgb(7 74 108 / 0.1);
}

.group:hover .group-hover\:fill-mergulho\/100 {
  fill: rgb(7 74 108 / 1);
}

.group:hover .group-hover\:fill-mergulho\/15 {
  fill: rgb(7 74 108 / 0.15);
}

.group:hover .group-hover\:fill-mergulho\/20 {
  fill: rgb(7 74 108 / 0.2);
}

.group:hover .group-hover\:fill-mergulho\/25 {
  fill: rgb(7 74 108 / 0.25);
}

.group:hover .group-hover\:fill-mergulho\/30 {
  fill: rgb(7 74 108 / 0.3);
}

.group:hover .group-hover\:fill-mergulho\/35 {
  fill: rgb(7 74 108 / 0.35);
}

.group:hover .group-hover\:fill-mergulho\/40 {
  fill: rgb(7 74 108 / 0.4);
}

.group:hover .group-hover\:fill-mergulho\/45 {
  fill: rgb(7 74 108 / 0.45);
}

.group:hover .group-hover\:fill-mergulho\/5 {
  fill: rgb(7 74 108 / 0.05);
}

.group:hover .group-hover\:fill-mergulho\/50 {
  fill: rgb(7 74 108 / 0.5);
}

.group:hover .group-hover\:fill-mergulho\/55 {
  fill: rgb(7 74 108 / 0.55);
}

.group:hover .group-hover\:fill-mergulho\/60 {
  fill: rgb(7 74 108 / 0.6);
}

.group:hover .group-hover\:fill-mergulho\/65 {
  fill: rgb(7 74 108 / 0.65);
}

.group:hover .group-hover\:fill-mergulho\/70 {
  fill: rgb(7 74 108 / 0.7);
}

.group:hover .group-hover\:fill-mergulho\/75 {
  fill: rgb(7 74 108 / 0.75);
}

.group:hover .group-hover\:fill-mergulho\/80 {
  fill: rgb(7 74 108 / 0.8);
}

.group:hover .group-hover\:fill-mergulho\/85 {
  fill: rgb(7 74 108 / 0.85);
}

.group:hover .group-hover\:fill-mergulho\/90 {
  fill: rgb(7 74 108 / 0.9);
}

.group:hover .group-hover\:fill-mergulho\/95 {
  fill: rgb(7 74 108 / 0.95);
}

.group:hover .group-hover\:fill-pordosol {
  fill: #F6977A;
}

.group:hover .group-hover\:fill-pordosol\/0 {
  fill: rgb(246 151 122 / 0);
}

.group:hover .group-hover\:fill-pordosol\/10 {
  fill: rgb(246 151 122 / 0.1);
}

.group:hover .group-hover\:fill-pordosol\/100 {
  fill: rgb(246 151 122 / 1);
}

.group:hover .group-hover\:fill-pordosol\/15 {
  fill: rgb(246 151 122 / 0.15);
}

.group:hover .group-hover\:fill-pordosol\/20 {
  fill: rgb(246 151 122 / 0.2);
}

.group:hover .group-hover\:fill-pordosol\/25 {
  fill: rgb(246 151 122 / 0.25);
}

.group:hover .group-hover\:fill-pordosol\/30 {
  fill: rgb(246 151 122 / 0.3);
}

.group:hover .group-hover\:fill-pordosol\/35 {
  fill: rgb(246 151 122 / 0.35);
}

.group:hover .group-hover\:fill-pordosol\/40 {
  fill: rgb(246 151 122 / 0.4);
}

.group:hover .group-hover\:fill-pordosol\/45 {
  fill: rgb(246 151 122 / 0.45);
}

.group:hover .group-hover\:fill-pordosol\/5 {
  fill: rgb(246 151 122 / 0.05);
}

.group:hover .group-hover\:fill-pordosol\/50 {
  fill: rgb(246 151 122 / 0.5);
}

.group:hover .group-hover\:fill-pordosol\/55 {
  fill: rgb(246 151 122 / 0.55);
}

.group:hover .group-hover\:fill-pordosol\/60 {
  fill: rgb(246 151 122 / 0.6);
}

.group:hover .group-hover\:fill-pordosol\/65 {
  fill: rgb(246 151 122 / 0.65);
}

.group:hover .group-hover\:fill-pordosol\/70 {
  fill: rgb(246 151 122 / 0.7);
}

.group:hover .group-hover\:fill-pordosol\/75 {
  fill: rgb(246 151 122 / 0.75);
}

.group:hover .group-hover\:fill-pordosol\/80 {
  fill: rgb(246 151 122 / 0.8);
}

.group:hover .group-hover\:fill-pordosol\/85 {
  fill: rgb(246 151 122 / 0.85);
}

.group:hover .group-hover\:fill-pordosol\/90 {
  fill: rgb(246 151 122 / 0.9);
}

.group:hover .group-hover\:fill-pordosol\/95 {
  fill: rgb(246 151 122 / 0.95);
}

.group\/bullet:hover .group-hover\/bullet\:text-alga {
  --tw-text-opacity: 1;
  color: rgb(2 102 114 / var(--tw-text-opacity, 1));
}

.group\/card:hover .group-hover\/card\:text-inherit {
  color: inherit;
}

.group\/rev:hover .group-hover\/rev\:text-concha {
  --tw-text-opacity: 1;
  color: rgb(218 93 72 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-alga {
  --tw-text-opacity: 1;
  color: rgb(2 102 114 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-alga\/0 {
  color: rgb(2 102 114 / 0);
}

.group:hover .group-hover\:text-alga\/10 {
  color: rgb(2 102 114 / 0.1);
}

.group:hover .group-hover\:text-alga\/100 {
  color: rgb(2 102 114 / 1);
}

.group:hover .group-hover\:text-alga\/15 {
  color: rgb(2 102 114 / 0.15);
}

.group:hover .group-hover\:text-alga\/20 {
  color: rgb(2 102 114 / 0.2);
}

.group:hover .group-hover\:text-alga\/25 {
  color: rgb(2 102 114 / 0.25);
}

.group:hover .group-hover\:text-alga\/30 {
  color: rgb(2 102 114 / 0.3);
}

.group:hover .group-hover\:text-alga\/35 {
  color: rgb(2 102 114 / 0.35);
}

.group:hover .group-hover\:text-alga\/40 {
  color: rgb(2 102 114 / 0.4);
}

.group:hover .group-hover\:text-alga\/45 {
  color: rgb(2 102 114 / 0.45);
}

.group:hover .group-hover\:text-alga\/5 {
  color: rgb(2 102 114 / 0.05);
}

.group:hover .group-hover\:text-alga\/50 {
  color: rgb(2 102 114 / 0.5);
}

.group:hover .group-hover\:text-alga\/55 {
  color: rgb(2 102 114 / 0.55);
}

.group:hover .group-hover\:text-alga\/60 {
  color: rgb(2 102 114 / 0.6);
}

.group:hover .group-hover\:text-alga\/65 {
  color: rgb(2 102 114 / 0.65);
}

.group:hover .group-hover\:text-alga\/70 {
  color: rgb(2 102 114 / 0.7);
}

.group:hover .group-hover\:text-alga\/75 {
  color: rgb(2 102 114 / 0.75);
}

.group:hover .group-hover\:text-alga\/80 {
  color: rgb(2 102 114 / 0.8);
}

.group:hover .group-hover\:text-alga\/85 {
  color: rgb(2 102 114 / 0.85);
}

.group:hover .group-hover\:text-alga\/90 {
  color: rgb(2 102 114 / 0.9);
}

.group:hover .group-hover\:text-alga\/95 {
  color: rgb(2 102 114 / 0.95);
}

.group:hover .group-hover\:text-areia {
  --tw-text-opacity: 1;
  color: rgb(253 245 230 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-areia\/0 {
  color: rgb(253 245 230 / 0);
}

.group:hover .group-hover\:text-areia\/10 {
  color: rgb(253 245 230 / 0.1);
}

.group:hover .group-hover\:text-areia\/100 {
  color: rgb(253 245 230 / 1);
}

.group:hover .group-hover\:text-areia\/15 {
  color: rgb(253 245 230 / 0.15);
}

.group:hover .group-hover\:text-areia\/20 {
  color: rgb(253 245 230 / 0.2);
}

.group:hover .group-hover\:text-areia\/25 {
  color: rgb(253 245 230 / 0.25);
}

.group:hover .group-hover\:text-areia\/30 {
  color: rgb(253 245 230 / 0.3);
}

.group:hover .group-hover\:text-areia\/35 {
  color: rgb(253 245 230 / 0.35);
}

.group:hover .group-hover\:text-areia\/40 {
  color: rgb(253 245 230 / 0.4);
}

.group:hover .group-hover\:text-areia\/45 {
  color: rgb(253 245 230 / 0.45);
}

.group:hover .group-hover\:text-areia\/5 {
  color: rgb(253 245 230 / 0.05);
}

.group:hover .group-hover\:text-areia\/50 {
  color: rgb(253 245 230 / 0.5);
}

.group:hover .group-hover\:text-areia\/55 {
  color: rgb(253 245 230 / 0.55);
}

.group:hover .group-hover\:text-areia\/60 {
  color: rgb(253 245 230 / 0.6);
}

.group:hover .group-hover\:text-areia\/65 {
  color: rgb(253 245 230 / 0.65);
}

.group:hover .group-hover\:text-areia\/70 {
  color: rgb(253 245 230 / 0.7);
}

.group:hover .group-hover\:text-areia\/75 {
  color: rgb(253 245 230 / 0.75);
}

.group:hover .group-hover\:text-areia\/80 {
  color: rgb(253 245 230 / 0.8);
}

.group:hover .group-hover\:text-areia\/85 {
  color: rgb(253 245 230 / 0.85);
}

.group:hover .group-hover\:text-areia\/90 {
  color: rgb(253 245 230 / 0.9);
}

.group:hover .group-hover\:text-areia\/95 {
  color: rgb(253 245 230 / 0.95);
}

.group:hover .group-hover\:text-concha {
  --tw-text-opacity: 1;
  color: rgb(218 93 72 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-concha\/0 {
  color: rgb(218 93 72 / 0);
}

.group:hover .group-hover\:text-concha\/10 {
  color: rgb(218 93 72 / 0.1);
}

.group:hover .group-hover\:text-concha\/100 {
  color: rgb(218 93 72 / 1);
}

.group:hover .group-hover\:text-concha\/15 {
  color: rgb(218 93 72 / 0.15);
}

.group:hover .group-hover\:text-concha\/20 {
  color: rgb(218 93 72 / 0.2);
}

.group:hover .group-hover\:text-concha\/25 {
  color: rgb(218 93 72 / 0.25);
}

.group:hover .group-hover\:text-concha\/30 {
  color: rgb(218 93 72 / 0.3);
}

.group:hover .group-hover\:text-concha\/35 {
  color: rgb(218 93 72 / 0.35);
}

.group:hover .group-hover\:text-concha\/40 {
  color: rgb(218 93 72 / 0.4);
}

.group:hover .group-hover\:text-concha\/45 {
  color: rgb(218 93 72 / 0.45);
}

.group:hover .group-hover\:text-concha\/5 {
  color: rgb(218 93 72 / 0.05);
}

.group:hover .group-hover\:text-concha\/50 {
  color: rgb(218 93 72 / 0.5);
}

.group:hover .group-hover\:text-concha\/55 {
  color: rgb(218 93 72 / 0.55);
}

.group:hover .group-hover\:text-concha\/60 {
  color: rgb(218 93 72 / 0.6);
}

.group:hover .group-hover\:text-concha\/65 {
  color: rgb(218 93 72 / 0.65);
}

.group:hover .group-hover\:text-concha\/70 {
  color: rgb(218 93 72 / 0.7);
}

.group:hover .group-hover\:text-concha\/75 {
  color: rgb(218 93 72 / 0.75);
}

.group:hover .group-hover\:text-concha\/80 {
  color: rgb(218 93 72 / 0.8);
}

.group:hover .group-hover\:text-concha\/85 {
  color: rgb(218 93 72 / 0.85);
}

.group:hover .group-hover\:text-concha\/90 {
  color: rgb(218 93 72 / 0.9);
}

.group:hover .group-hover\:text-concha\/95 {
  color: rgb(218 93 72 / 0.95);
}

.group:hover .group-hover\:text-mar {
  --tw-text-opacity: 1;
  color: rgb(120 204 207 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-mar\/0 {
  color: rgb(120 204 207 / 0);
}

.group:hover .group-hover\:text-mar\/10 {
  color: rgb(120 204 207 / 0.1);
}

.group:hover .group-hover\:text-mar\/100 {
  color: rgb(120 204 207 / 1);
}

.group:hover .group-hover\:text-mar\/15 {
  color: rgb(120 204 207 / 0.15);
}

.group:hover .group-hover\:text-mar\/20 {
  color: rgb(120 204 207 / 0.2);
}

.group:hover .group-hover\:text-mar\/25 {
  color: rgb(120 204 207 / 0.25);
}

.group:hover .group-hover\:text-mar\/30 {
  color: rgb(120 204 207 / 0.3);
}

.group:hover .group-hover\:text-mar\/35 {
  color: rgb(120 204 207 / 0.35);
}

.group:hover .group-hover\:text-mar\/40 {
  color: rgb(120 204 207 / 0.4);
}

.group:hover .group-hover\:text-mar\/45 {
  color: rgb(120 204 207 / 0.45);
}

.group:hover .group-hover\:text-mar\/5 {
  color: rgb(120 204 207 / 0.05);
}

.group:hover .group-hover\:text-mar\/50 {
  color: rgb(120 204 207 / 0.5);
}

.group:hover .group-hover\:text-mar\/55 {
  color: rgb(120 204 207 / 0.55);
}

.group:hover .group-hover\:text-mar\/60 {
  color: rgb(120 204 207 / 0.6);
}

.group:hover .group-hover\:text-mar\/65 {
  color: rgb(120 204 207 / 0.65);
}

.group:hover .group-hover\:text-mar\/70 {
  color: rgb(120 204 207 / 0.7);
}

.group:hover .group-hover\:text-mar\/75 {
  color: rgb(120 204 207 / 0.75);
}

.group:hover .group-hover\:text-mar\/80 {
  color: rgb(120 204 207 / 0.8);
}

.group:hover .group-hover\:text-mar\/85 {
  color: rgb(120 204 207 / 0.85);
}

.group:hover .group-hover\:text-mar\/90 {
  color: rgb(120 204 207 / 0.9);
}

.group:hover .group-hover\:text-mar\/95 {
  color: rgb(120 204 207 / 0.95);
}

.group:hover .group-hover\:text-mergulho {
  --tw-text-opacity: 1;
  color: rgb(7 74 108 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-mergulho\/0 {
  color: rgb(7 74 108 / 0);
}

.group:hover .group-hover\:text-mergulho\/10 {
  color: rgb(7 74 108 / 0.1);
}

.group:hover .group-hover\:text-mergulho\/100 {
  color: rgb(7 74 108 / 1);
}

.group:hover .group-hover\:text-mergulho\/15 {
  color: rgb(7 74 108 / 0.15);
}

.group:hover .group-hover\:text-mergulho\/20 {
  color: rgb(7 74 108 / 0.2);
}

.group:hover .group-hover\:text-mergulho\/25 {
  color: rgb(7 74 108 / 0.25);
}

.group:hover .group-hover\:text-mergulho\/30 {
  color: rgb(7 74 108 / 0.3);
}

.group:hover .group-hover\:text-mergulho\/35 {
  color: rgb(7 74 108 / 0.35);
}

.group:hover .group-hover\:text-mergulho\/40 {
  color: rgb(7 74 108 / 0.4);
}

.group:hover .group-hover\:text-mergulho\/45 {
  color: rgb(7 74 108 / 0.45);
}

.group:hover .group-hover\:text-mergulho\/5 {
  color: rgb(7 74 108 / 0.05);
}

.group:hover .group-hover\:text-mergulho\/50 {
  color: rgb(7 74 108 / 0.5);
}

.group:hover .group-hover\:text-mergulho\/55 {
  color: rgb(7 74 108 / 0.55);
}

.group:hover .group-hover\:text-mergulho\/60 {
  color: rgb(7 74 108 / 0.6);
}

.group:hover .group-hover\:text-mergulho\/65 {
  color: rgb(7 74 108 / 0.65);
}

.group:hover .group-hover\:text-mergulho\/70 {
  color: rgb(7 74 108 / 0.7);
}

.group:hover .group-hover\:text-mergulho\/75 {
  color: rgb(7 74 108 / 0.75);
}

.group:hover .group-hover\:text-mergulho\/80 {
  color: rgb(7 74 108 / 0.8);
}

.group:hover .group-hover\:text-mergulho\/85 {
  color: rgb(7 74 108 / 0.85);
}

.group:hover .group-hover\:text-mergulho\/90 {
  color: rgb(7 74 108 / 0.9);
}

.group:hover .group-hover\:text-mergulho\/95 {
  color: rgb(7 74 108 / 0.95);
}

.group:hover .group-hover\:text-pordosol {
  --tw-text-opacity: 1;
  color: rgb(246 151 122 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pordosol\/0 {
  color: rgb(246 151 122 / 0);
}

.group:hover .group-hover\:text-pordosol\/10 {
  color: rgb(246 151 122 / 0.1);
}

.group:hover .group-hover\:text-pordosol\/100 {
  color: rgb(246 151 122 / 1);
}

.group:hover .group-hover\:text-pordosol\/15 {
  color: rgb(246 151 122 / 0.15);
}

.group:hover .group-hover\:text-pordosol\/20 {
  color: rgb(246 151 122 / 0.2);
}

.group:hover .group-hover\:text-pordosol\/25 {
  color: rgb(246 151 122 / 0.25);
}

.group:hover .group-hover\:text-pordosol\/30 {
  color: rgb(246 151 122 / 0.3);
}

.group:hover .group-hover\:text-pordosol\/35 {
  color: rgb(246 151 122 / 0.35);
}

.group:hover .group-hover\:text-pordosol\/40 {
  color: rgb(246 151 122 / 0.4);
}

.group:hover .group-hover\:text-pordosol\/45 {
  color: rgb(246 151 122 / 0.45);
}

.group:hover .group-hover\:text-pordosol\/5 {
  color: rgb(246 151 122 / 0.05);
}

.group:hover .group-hover\:text-pordosol\/50 {
  color: rgb(246 151 122 / 0.5);
}

.group:hover .group-hover\:text-pordosol\/55 {
  color: rgb(246 151 122 / 0.55);
}

.group:hover .group-hover\:text-pordosol\/60 {
  color: rgb(246 151 122 / 0.6);
}

.group:hover .group-hover\:text-pordosol\/65 {
  color: rgb(246 151 122 / 0.65);
}

.group:hover .group-hover\:text-pordosol\/70 {
  color: rgb(246 151 122 / 0.7);
}

.group:hover .group-hover\:text-pordosol\/75 {
  color: rgb(246 151 122 / 0.75);
}

.group:hover .group-hover\:text-pordosol\/80 {
  color: rgb(246 151 122 / 0.8);
}

.group:hover .group-hover\:text-pordosol\/85 {
  color: rgb(246 151 122 / 0.85);
}

.group:hover .group-hover\:text-pordosol\/90 {
  color: rgb(246 151 122 / 0.9);
}

.group:hover .group-hover\:text-pordosol\/95 {
  color: rgb(246 151 122 / 0.95);
}

.group\/card:hover .group-hover\/card\:opacity-100 {
  opacity: 1;
}

.group\/play:hover .group-hover\/play\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:shadow-concha {
  --tw-shadow: 0 10px 25px -5px rgba(218, 93, 72, 0.3), 0 8px 10px -6px rgba(218, 93, 72, 0.2);
  --tw-shadow-colored: 0 10px 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);
}

.group:hover .group-hover\:shadow-concha-sm {
  --tw-shadow: 0 4px 12px rgba(218, 93, 72, 0.3);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-concha-soft {
  --tw-shadow: 0 14px 32px -10px rgba(218, 93, 72, 0.1), 0 6px 16px -8px rgba(218, 93, 72, 0.06);
  --tw-shadow-colored: 0 14px 32px -10px var(--tw-shadow-color), 0 6px 16px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-mar {
  --tw-shadow: 0 10px 25px -5px rgba(120, 204, 207, 0.4);
  --tw-shadow-colored: 0 10px 25px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:shadow-mergulho {
  --tw-shadow: 0 10px 25px -5px rgba(7, 74, 108, 0.25), 0 8px 10px -6px rgba(7, 74, 108, 0.15);
  --tw-shadow-colored: 0 10px 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);
}

.group:hover .group-hover\:shadow-mergulho-sm {
  --tw-shadow: 0 4px 12px rgba(7, 74, 108, 0.2);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-mergulho-soft {
  --tw-shadow: 0 6px 18px -4px rgba(7, 74, 108, 0.12), 0 2px 6px -2px rgba(7, 74, 108, 0.08);
  --tw-shadow-colored: 0 6px 18px -4px var(--tw-shadow-color), 0 2px 6px -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);
}

.group:hover .group-hover\:shadow-concha {
  --tw-shadow-color: #DA5D48;
  --tw-shadow: var(--tw-shadow-colored);
}

.group:hover .group-hover\:shadow-mar {
  --tw-shadow-color: #78CCCF;
  --tw-shadow: var(--tw-shadow-colored);
}

.group:hover .group-hover\:shadow-mergulho {
  --tw-shadow-color: #074A6C;
  --tw-shadow: var(--tw-shadow-colored);
}

.group\/card:hover .group-hover\/card\:brightness-\[1\.02\] {
  --tw-brightness: brightness(1.02);
  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);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transform-none {
    transform: none;
  }
}

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

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-\[9rem\] {
    height: 9rem;
  }

  .sm\:min-h-\[36rem\] {
    min-height: 36rem;
  }

  .sm\:w-\[11\.5rem\] {
    width: 11.5rem;
  }

  .sm\:w-\[9rem\] {
    width: 9rem;
  }

  .sm\:basis-\[calc\(\(100\%_-_1\.25rem\)\/2\)\] {
    flex-basis: calc((100% - 1.25rem) / 2);
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

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

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

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

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

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

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }
}

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

  .md\:origin-right {
    transform-origin: right;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

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

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:z-0 {
    z-index: 0;
  }

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

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-\[594px\] {
    width: 594px;
    height: 594px;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[22rem\] {
    height: 22rem;
  }

  .lg\:h-\[26rem\] {
    height: 26rem;
  }

  .lg\:max-h-\[22rem\] {
    max-height: 22rem;
  }

  .lg\:min-h-\[531px\] {
    min-height: 531px;
  }

  .lg\:min-h-\[653px\] {
    min-height: 653px;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[12rem\] {
    width: 12rem;
  }

  .lg\:w-\[594px\] {
    width: 594px;
  }

  .lg\:w-\[680px\] {
    width: 680px;
  }

  .lg\:w-\[calc\(50\%\+3rem\)\] {
    width: calc(50% + 3rem);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:max-w-\[1231px\] {
    max-width: 1231px;
  }

  .lg\:max-w-\[594px\] {
    max-width: 594px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

  .lg\:basis-\[calc\(\(100\%_-_5rem\)\/5\)\] {
    flex-basis: calc((100% - 5rem) / 5);
  }

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-\[3\.125rem\] {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

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

  .lg\:text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }

  .lg\:text-\[1\.14rem\] {
    font-size: 1.14rem;
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[12px\] {
    font-size: 12px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .lg\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:leading-\[17px\] {
    line-height: 17px;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[30rem\] {
    height: 30rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.\[\&_svg\]\:h-full svg {
  height: 100%;
}

.\[\&_svg\]\:w-full svg {
  width: 100%;
}
