*, ::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;
}
  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield; /* Oculta flechas en Firefox */
  }

  /* Chrome, Safari, Edge (WebKit/Blink) */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Oculta flechas en WebKit/Blink */
    margin: 0;
  }
.mro-fotos-componentes .pointer-events-none {
  pointer-events: none;
}
.mro-fotos-componentes .visible {
  visibility: visible;
}
.mro-fotos-componentes .static {
  position: static;
}
.mro-fotos-componentes .fixed {
  position: fixed;
}
.mro-fotos-componentes .absolute {
  position: absolute;
}
.mro-fotos-componentes .relative {
  position: relative;
}
.mro-fotos-componentes .sticky {
  position: sticky;
}
.mro-fotos-componentes .inset-0 {
  inset: 0px;
}
.mro-fotos-componentes .bottom-0 {
  bottom: 0px;
}
.mro-fotos-componentes .bottom-full {
  bottom: 100%;
}
.mro-fotos-componentes .left-0 {
  left: 0px;
}
.mro-fotos-componentes .left-3 {
  left: 0.75rem;
}
.mro-fotos-componentes .right-0 {
  right: 0px;
}
.mro-fotos-componentes .right-3 {
  right: 0.75rem;
}
.mro-fotos-componentes .right-9 {
  right: 2.25rem;
}
.mro-fotos-componentes .top-0 {
  top: 0px;
}
.mro-fotos-componentes .top-1\/2 {
  top: 50%;
}
.mro-fotos-componentes .top-12 {
  top: 3rem;
}
.mro-fotos-componentes .top-full {
  top: 100%;
}
.mro-fotos-componentes .z-10 {
  z-index: 10;
}
.mro-fotos-componentes .z-20 {
  z-index: 20;
}
.mro-fotos-componentes .z-40 {
  z-index: 40;
}
.mro-fotos-componentes .z-50 {
  z-index: 50;
}
.mro-fotos-componentes .z-\[1005\] {
  z-index: 1005;
}
.mro-fotos-componentes .z-\[500\] {
  z-index: 500;
}
.mro-fotos-componentes .z-\[60\] {
  z-index: 60;
}
.mro-fotos-componentes .z-\[9999\] {
  z-index: 9999;
}
.mro-fotos-componentes .col-span-2 {
  grid-column: span 2 / span 2;
}
.mro-fotos-componentes .col-span-3 {
  grid-column: span 3 / span 3;
}
.mro-fotos-componentes .m-0 {
  margin: 0px;
}
.mro-fotos-componentes .m-4 {
  margin: 1rem;
}
.mro-fotos-componentes .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mro-fotos-componentes .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mro-fotos-componentes .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mro-fotos-componentes .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mro-fotos-componentes .-mt-4 {
  margin-top: -1rem;
}
.mro-fotos-componentes .-mt-\[1px\] {
  margin-top: -1px;
}
.mro-fotos-componentes .mb-0 {
  margin-bottom: 0px;
}
.mro-fotos-componentes .mb-1 {
  margin-bottom: 0.25rem;
}
.mro-fotos-componentes .mb-2 {
  margin-bottom: 0.5rem;
}
.mro-fotos-componentes .mb-4 {
  margin-bottom: 1rem;
}
.mro-fotos-componentes .mb-5 {
  margin-bottom: 1.25rem;
}
.mro-fotos-componentes .mb-6 {
  margin-bottom: 1.5rem;
}
.mro-fotos-componentes .mb-8 {
  margin-bottom: 2rem;
}
.mro-fotos-componentes .mb-\[0\.5\] {
  margin-bottom: 0.5;
}
.mro-fotos-componentes .ml-0\.5 {
  margin-left: 0.125rem;
}
.mro-fotos-componentes .ml-1 {
  margin-left: 0.25rem;
}
.mro-fotos-componentes .ml-2 {
  margin-left: 0.5rem;
}
.mro-fotos-componentes .ml-3 {
  margin-left: 0.75rem;
}
.mro-fotos-componentes .ml-auto {
  margin-left: auto;
}
.mro-fotos-componentes .mr-1 {
  margin-right: 0.25rem;
}
.mro-fotos-componentes .mr-2 {
  margin-right: 0.5rem;
}
.mro-fotos-componentes .mr-4 {
  margin-right: 1rem;
}
.mro-fotos-componentes .mr-6 {
  margin-right: 1.5rem;
}
.mro-fotos-componentes .mt-1 {
  margin-top: 0.25rem;
}
.mro-fotos-componentes .mt-12 {
  margin-top: 3rem;
}
.mro-fotos-componentes .mt-2 {
  margin-top: 0.5rem;
}
.mro-fotos-componentes .mt-3 {
  margin-top: 0.75rem;
}
.mro-fotos-componentes .mt-4 {
  margin-top: 1rem;
}
.mro-fotos-componentes .mt-5 {
  margin-top: 1.25rem;
}
.mro-fotos-componentes .mt-6 {
  margin-top: 1.5rem;
}
.mro-fotos-componentes .block {
  display: block;
}
.mro-fotos-componentes .inline-block {
  display: inline-block;
}
.mro-fotos-componentes .flex {
  display: flex;
}
.mro-fotos-componentes .inline-flex {
  display: inline-flex;
}
.mro-fotos-componentes .table {
  display: table;
}
.mro-fotos-componentes .grid {
  display: grid;
}
.mro-fotos-componentes .hidden {
  display: none;
}
.mro-fotos-componentes .size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.mro-fotos-componentes .size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.mro-fotos-componentes .size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.mro-fotos-componentes .size-4 {
  width: 1rem;
  height: 1rem;
}
.mro-fotos-componentes .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.mro-fotos-componentes .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.mro-fotos-componentes .size-8 {
  width: 2rem;
  height: 2rem;
}
.mro-fotos-componentes .size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.mro-fotos-componentes .size-\[100\%\] {
  width: 100%;
  height: 100%;
}
.mro-fotos-componentes .size-\[18px\] {
  width: 18px;
  height: 18px;
}
.mro-fotos-componentes .h-10 {
  height: 2.5rem;
}
.mro-fotos-componentes .h-11 {
  height: 2.75rem;
}
.mro-fotos-componentes .h-12 {
  height: 3rem;
}
.mro-fotos-componentes .h-14 {
  height: 3.5rem;
}
.mro-fotos-componentes .h-16 {
  height: 4rem;
}
.mro-fotos-componentes .h-24 {
  height: 6rem;
}
.mro-fotos-componentes .h-4 {
  height: 1rem;
}
.mro-fotos-componentes .h-5 {
  height: 1.25rem;
}
.mro-fotos-componentes .h-8 {
  height: 2rem;
}
.mro-fotos-componentes .h-\[100vh\] {
  height: 100vh;
}
.mro-fotos-componentes .h-\[138px\] {
  height: 138px;
}
.mro-fotos-componentes .h-\[16px\] {
  height: 16px;
}
.mro-fotos-componentes .h-\[2px\] {
  height: 2px;
}
.mro-fotos-componentes .h-\[38px\] {
  height: 38px;
}
.mro-fotos-componentes .h-\[41px\] {
  height: 41px;
}
.mro-fotos-componentes .h-\[42px\] {
  height: 42px;
}
.mro-fotos-componentes .h-\[4px\] {
  height: 4px;
}
.mro-fotos-componentes .h-\[50\%\] {
  height: 50%;
}
.mro-fotos-componentes .h-\[64px\] {
  height: 64px;
}
.mro-fotos-componentes .h-\[94px\] {
  height: 94px;
}
.mro-fotos-componentes .h-\[calc\(\(100vw-32px\)\/3\)\] {
  height: calc((100vw - 32px) / 3);
}
.mro-fotos-componentes .h-\[calc\(100vh-48px\)\] {
  height: calc(100vh - 48px);
}
.mro-fotos-componentes .h-full {
  height: 100%;
}
.mro-fotos-componentes .h-px {
  height: 1px;
}
.mro-fotos-componentes .h-screen {
  height: 100vh;
}
.mro-fotos-componentes .max-h-60 {
  max-height: 15rem;
}
.mro-fotos-componentes .max-h-64 {
  max-height: 16rem;
}
.mro-fotos-componentes .max-h-\[120px\] {
  max-height: 120px;
}
.mro-fotos-componentes .max-h-\[272px\] {
  max-height: 272px;
}
.mro-fotos-componentes .max-h-\[350px\] {
  max-height: 350px;
}
.mro-fotos-componentes .max-h-\[400px\] {
  max-height: 400px;
}
.mro-fotos-componentes .max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px);
}
.mro-fotos-componentes .min-h-0 {
  min-height: 0px;
}
.mro-fotos-componentes .min-h-\[86px\] {
  min-height: 86px;
}
.mro-fotos-componentes .min-h-dvh {
  min-height: 100dvh;
}
.mro-fotos-componentes .w-1\/2 {
  width: 50%;
}
.mro-fotos-componentes .w-10 {
  width: 2.5rem;
}
.mro-fotos-componentes .w-14 {
  width: 3.5rem;
}
.mro-fotos-componentes .w-4 {
  width: 1rem;
}
.mro-fotos-componentes .w-40 {
  width: 10rem;
}
.mro-fotos-componentes .w-5 {
  width: 1.25rem;
}
.mro-fotos-componentes .w-56 {
  width: 14rem;
}
.mro-fotos-componentes .w-72 {
  width: 18rem;
}
.mro-fotos-componentes .w-\[100vw\] {
  width: 100vw;
}
.mro-fotos-componentes .w-\[103px\] {
  width: 103px;
}
.mro-fotos-componentes .w-\[121px\] {
  width: 121px;
}
.mro-fotos-componentes .w-\[16px\] {
  width: 16px;
}
.mro-fotos-componentes .w-\[50\%\] {
  width: 50%;
}
.mro-fotos-componentes .w-\[520px\] {
  width: 520px;
}
.mro-fotos-componentes .w-\[64px\] {
  width: 64px;
}
.mro-fotos-componentes .w-\[680px\] {
  width: 680px;
}
.mro-fotos-componentes .w-\[720px\] {
  width: 720px;
}
.mro-fotos-componentes .w-\[calc\(\(100\%-20px\)\/3\)\] {
  width: calc((100% - 20px) / 3);
}
.mro-fotos-componentes .w-\[calc\(\(100\%-30px\)\/4\)\] {
  width: calc((100% - 30px) / 4);
}
.mro-fotos-componentes .w-auto {
  width: auto;
}
.mro-fotos-componentes .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.mro-fotos-componentes .w-full {
  width: 100%;
}
.mro-fotos-componentes .w-max {
  width: -moz-max-content;
  width: max-content;
}
.mro-fotos-componentes .w-screen {
  width: 100vw;
}
.mro-fotos-componentes .min-w-0 {
  min-width: 0px;
}
.mro-fotos-componentes .min-w-\[192px\] {
  min-width: 192px;
}
.mro-fotos-componentes .min-w-\[200px\] {
  min-width: 200px;
}
.mro-fotos-componentes .min-w-\[calc\(50\%-8px\)\] {
  min-width: calc(50% - 8px);
}
.mro-fotos-componentes .max-w-\[120px\] {
  max-width: 120px;
}
.mro-fotos-componentes .max-w-\[400px\] {
  max-width: 400px;
}
.mro-fotos-componentes .max-w-\[520px\] {
  max-width: 520px;
}
.mro-fotos-componentes .max-w-\[620px\] {
  max-width: 620px;
}
.mro-fotos-componentes .max-w-\[85vw\] {
  max-width: 85vw;
}
.mro-fotos-componentes .max-w-\[92vw\] {
  max-width: 92vw;
}
.mro-fotos-componentes .max-w-\[calc\(100vw-520px\)\] {
  max-width: calc(100vw - 520px);
}
.mro-fotos-componentes .max-w-full {
  max-width: 100%;
}
.mro-fotos-componentes .max-w-md {
  max-width: 28rem;
}
.mro-fotos-componentes .flex-1 {
  flex: 1 1 0%;
}
.mro-fotos-componentes .flex-shrink-0 {
  flex-shrink: 0;
}
.mro-fotos-componentes .shrink-0 {
  flex-shrink: 0;
}
.mro-fotos-componentes .grow {
  flex-grow: 1;
}
.mro-fotos-componentes .basis-0 {
  flex-basis: 0px;
}
.mro-fotos-componentes .-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));
}
.mro-fotos-componentes .translate-y-\[-4px\] {
  --tw-translate-y: -4px;
  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));
}
.mro-fotos-componentes .translate-y-\[16px\] {
  --tw-translate-y: 16px;
  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));
}
.mro-fotos-componentes .translate-y-\[4px\] {
  --tw-translate-y: 4px;
  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));
}
.mro-fotos-componentes .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));
}
.mro-fotos-componentes .animate-fade-to-dark {
  animation: fadeToDark 0.01s forwards;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.mro-fotos-componentes .animate-spin-slow {
  animation: spin 1.5s linear infinite;
}
.mro-fotos-componentes .cursor-not-allowed {
  cursor: not-allowed;
}
.mro-fotos-componentes .cursor-pointer {
  cursor: pointer;
}
.mro-fotos-componentes .cursor-text {
  cursor: text;
}
.mro-fotos-componentes .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mro-fotos-componentes .resize-none {
  resize: none;
}
.mro-fotos-componentes .resize {
  resize: both;
}
.mro-fotos-componentes .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mro-fotos-componentes .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.mro-fotos-componentes .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mro-fotos-componentes .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mro-fotos-componentes .grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
.mro-fotos-componentes .flex-row {
  flex-direction: row;
}
.mro-fotos-componentes .flex-row-reverse {
  flex-direction: row-reverse;
}
.mro-fotos-componentes .flex-col {
  flex-direction: column;
}
.mro-fotos-componentes .flex-wrap {
  flex-wrap: wrap;
}
.mro-fotos-componentes .place-items-center {
  place-items: center;
}
.mro-fotos-componentes .items-start {
  align-items: flex-start;
}
.mro-fotos-componentes .items-end {
  align-items: flex-end;
}
.mro-fotos-componentes .items-center {
  align-items: center;
}
.mro-fotos-componentes .items-stretch {
  align-items: stretch;
}
.mro-fotos-componentes .justify-start {
  justify-content: flex-start;
}
.mro-fotos-componentes .justify-end {
  justify-content: flex-end;
}
.mro-fotos-componentes .justify-center {
  justify-content: center;
}
.mro-fotos-componentes .justify-between {
  justify-content: space-between;
}
.mro-fotos-componentes .gap-0\.5 {
  gap: 0.125rem;
}
.mro-fotos-componentes .gap-1 {
  gap: 0.25rem;
}
.mro-fotos-componentes .gap-2 {
  gap: 0.5rem;
}
.mro-fotos-componentes .gap-3 {
  gap: 0.75rem;
}
.mro-fotos-componentes .gap-4 {
  gap: 1rem;
}
.mro-fotos-componentes .gap-5 {
  gap: 1.25rem;
}
.mro-fotos-componentes .gap-6 {
  gap: 1.5rem;
}
.mro-fotos-componentes .gap-8 {
  gap: 2rem;
}
.mro-fotos-componentes .gap-\[10px\] {
  gap: 10px;
}
.mro-fotos-componentes .gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.mro-fotos-componentes .gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.mro-fotos-componentes .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.mro-fotos-componentes .gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.mro-fotos-componentes .gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.mro-fotos-componentes .gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.mro-fotos-componentes .gap-y-2 {
  row-gap: 0.5rem;
}
.mro-fotos-componentes .gap-y-4 {
  row-gap: 1rem;
}
.mro-fotos-componentes :is(.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));
}
.mro-fotos-componentes :is(.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));
}
.mro-fotos-componentes :is(.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));
}
.mro-fotos-componentes :is(.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));
}
.mro-fotos-componentes :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.mro-fotos-componentes .self-center {
  align-self: center;
}
.mro-fotos-componentes .overflow-auto {
  overflow: auto;
}
.mro-fotos-componentes .overflow-hidden {
  overflow: hidden;
}
.mro-fotos-componentes .overflow-y-auto {
  overflow-y: auto;
}
.mro-fotos-componentes .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mro-fotos-componentes .text-nowrap {
  text-wrap: nowrap;
}
.mro-fotos-componentes .break-words {
  overflow-wrap: break-word;
}
.mro-fotos-componentes .rounded {
  border-radius: 0.25rem;
}
.mro-fotos-componentes .rounded-2xl {
  border-radius: 1rem;
}
.mro-fotos-componentes .rounded-\[2px\] {
  border-radius: 2px;
}
.mro-fotos-componentes .rounded-\[8px\] {
  border-radius: 8px;
}
.mro-fotos-componentes .rounded-full {
  border-radius: 9999px;
}
.mro-fotos-componentes .rounded-lg {
  border-radius: 16px;
}
.mro-fotos-componentes .rounded-md {
  border-radius: 8px;
}
.mro-fotos-componentes .rounded-sm {
  border-radius: 4px;
}
.mro-fotos-componentes .rounded-xl {
  border-radius: 0.75rem;
}
.mro-fotos-componentes .rounded-xs {
  border-radius: 2px;
}
.mro-fotos-componentes .rounded-t-md {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mro-fotos-componentes .border {
  border-width: 1px;
}
.mro-fotos-componentes .border-b {
  border-bottom-width: 1px;
}
.mro-fotos-componentes .border-l {
  border-left-width: 1px;
}
.mro-fotos-componentes .border-l-2 {
  border-left-width: 2px;
}
.mro-fotos-componentes .border-l-4 {
  border-left-width: 4px;
}
.mro-fotos-componentes .border-t {
  border-top-width: 1px;
}
.mro-fotos-componentes .border-dashed {
  border-style: dashed;
}
.mro-fotos-componentes .border-\[\#B1B1B1\] {
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-\[\#FCD100\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 209 0 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-alert {
  --tw-border-opacity: 1;
  border-color: rgb(255 161 0 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-error {
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-blue-progress {
  --tw-border-opacity: 1;
  border-color: rgb(132 223 235 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-gray-borders {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-gray-lightest {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-green-succes {
  --tw-border-opacity: 1;
  border-color: rgb(1 158 79 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-green-success-dark {
  --tw-border-opacity: 1;
  border-color: rgb(1 127 63 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-orange-warning-dark {
  --tw-border-opacity: 1;
  border-color: rgb(204 129 0 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(110 216 230 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-green-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(1 158 79 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 161 0 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-red-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(168 25 26 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-pt-color-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-ib-red-main {
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-info {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 255 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-success {
  --tw-border-opacity: 1;
  border-color: rgb(1 158 74 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-transparent {
  border-color: transparent;
}
.mro-fotos-componentes .border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.mro-fotos-componentes .border-b-ib-gray-lightest {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-b-ib-pt-color-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-t-ib-gray-borders {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .border-t-ib-pt-color-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#B1B1B1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#D7192D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#FDE7EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 234 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-\[\#FFFAE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 224 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(255 161 0 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-alert-subtle-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 117 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-alert-subtle-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 204 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.mro-fotos-componentes .bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-brand-subtle-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 158 168 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-brand-subtle-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 207 211 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-error-subtle-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 158 168 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-error-subtle-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 207 211 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.mro-fotos-componentes .bg-ib-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(197 239 245 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-gray-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-gray-lightest-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 247 250 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 227 237 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 216 230 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-pt-color-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-red-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(185 25 26 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-red-main {
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-ib-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 255 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-info-subtle-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(128 191 255 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-info-subtle-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 235 255 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-promo {
  --tw-bg-opacity: 1;
  background-color: rgb(252 209 0 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-promo-subtle-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 122 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-promo-subtle-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 224 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(1 158 74 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-success-subtle-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 225 199 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-success-subtle-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 244 234 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .bg-transparent {
  background-color: transparent;
}
.mro-fotos-componentes .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.mro-fotos-componentes .p-0 {
  padding: 0px;
}
.mro-fotos-componentes .p-1 {
  padding: 0.25rem;
}
.mro-fotos-componentes .p-2 {
  padding: 0.5rem;
}
.mro-fotos-componentes .p-3 {
  padding: 0.75rem;
}
.mro-fotos-componentes .p-4 {
  padding: 1rem;
}
.mro-fotos-componentes .p-6 {
  padding: 1.5rem;
}
.mro-fotos-componentes .p-8 {
  padding: 2rem;
}
.mro-fotos-componentes .px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.mro-fotos-componentes .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mro-fotos-componentes .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.mro-fotos-componentes .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mro-fotos-componentes .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.mro-fotos-componentes .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mro-fotos-componentes .px-\[9\.5px\] {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.mro-fotos-componentes .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.mro-fotos-componentes .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.mro-fotos-componentes .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mro-fotos-componentes .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mro-fotos-componentes .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.mro-fotos-componentes .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mro-fotos-componentes .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mro-fotos-componentes .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.mro-fotos-componentes .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.mro-fotos-componentes .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mro-fotos-componentes .py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.mro-fotos-componentes .py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mro-fotos-componentes .pb-1 {
  padding-bottom: 0.25rem;
}
.mro-fotos-componentes .pb-10 {
  padding-bottom: 2.5rem;
}
.mro-fotos-componentes .pb-3 {
  padding-bottom: 0.75rem;
}
.mro-fotos-componentes .pb-4 {
  padding-bottom: 1rem;
}
.mro-fotos-componentes .pb-5 {
  padding-bottom: 1.25rem;
}
.mro-fotos-componentes .pl-4 {
  padding-left: 1rem;
}
.mro-fotos-componentes .pr-1 {
  padding-right: 0.25rem;
}
.mro-fotos-componentes .pr-12 {
  padding-right: 3rem;
}
.mro-fotos-componentes .pr-16 {
  padding-right: 4rem;
}
.mro-fotos-componentes .pr-9 {
  padding-right: 2.25rem;
}
.mro-fotos-componentes .pt-2 {
  padding-top: 0.5rem;
}
.mro-fotos-componentes .pt-4 {
  padding-top: 1rem;
}
.mro-fotos-componentes .pt-5 {
  padding-top: 1.25rem;
}
.mro-fotos-componentes .pt-6 {
  padding-top: 1.5rem;
}
.mro-fotos-componentes .text-left {
  text-align: left;
}
.mro-fotos-componentes .text-center {
  text-align: center;
}
.mro-fotos-componentes .text-right {
  text-align: right;
}
.mro-fotos-componentes .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.mro-fotos-componentes .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.mro-fotos-componentes .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.mro-fotos-componentes .text-\[12px\] {
  font-size: 12px;
}
.mro-fotos-componentes .text-\[14px\] {
  font-size: 14px;
}
.mro-fotos-componentes .text-\[15px\] {
  font-size: 15px;
}
.mro-fotos-componentes .text-\[18px\] {
  font-size: 18px;
}
.mro-fotos-componentes .text-\[24px\] {
  font-size: 24px;
}
.mro-fotos-componentes .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.mro-fotos-componentes .text-ib-pt-lg {
  font-size: 16px;
  line-height: 24px;
}
.mro-fotos-componentes .text-ib-pt-main {
  font-size: 14px;
  line-height: 20px;
}
.mro-fotos-componentes .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.mro-fotos-componentes .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mro-fotos-componentes .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.mro-fotos-componentes .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.mro-fotos-componentes .font-bold {
  font-weight: 700;
}
.mro-fotos-componentes .font-medium {
  font-weight: 500;
}
.mro-fotos-componentes .font-normal {
  font-weight: 400;
}
.mro-fotos-componentes .font-semibold {
  font-weight: 600;
}
.mro-fotos-componentes .leading-4 {
  line-height: 1rem;
}
.mro-fotos-componentes .leading-5 {
  line-height: 1.25rem;
}
.mro-fotos-componentes .leading-6 {
  line-height: 1.5rem;
}
.mro-fotos-componentes .leading-\[16px\] {
  line-height: 16px;
}
.mro-fotos-componentes .leading-\[20px\] {
  line-height: 20px;
}
.mro-fotos-componentes .leading-\[26px\] {
  line-height: 26px;
}
.mro-fotos-componentes .leading-none {
  line-height: 1;
}
.mro-fotos-componentes .text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#464646\] {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#7A7A7A\] {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#9E9E9E\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#A8191A\] {
  --tw-text-opacity: 1;
  color: rgb(168 25 26 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#B1B1B1\] {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#C7A400\] {
  --tw-text-opacity: 1;
  color: rgb(199 164 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-\[\#D7192D\] {
  --tw-text-opacity: 1;
  color: rgb(215 25 45 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-alert {
  --tw-text-opacity: 1;
  color: rgb(255 161 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-error {
  --tw-text-opacity: 1;
  color: rgb(215 25 45 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-gray-dark-2 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-gray-darkest {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-gray-disabled {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-gray-main {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-green-success-dark {
  --tw-text-opacity: 1;
  color: rgb(1 127 63 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-orange-warning-dark {
  --tw-text-opacity: 1;
  color: rgb(204 129 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(2 54 60 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-gray-1000 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-green-800 {
  --tw-text-opacity: 1;
  color: rgb(1 127 63 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(204 129 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-red-500 {
  --tw-text-opacity: 1;
  color: rgb(215 25 45 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-red-800 {
  --tw-text-opacity: 1;
  color: rgb(185 25 26 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-pt-color-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(199 164 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-red-dark {
  --tw-text-opacity: 1;
  color: rgb(185 25 26 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-red-main {
  --tw-text-opacity: 1;
  color: rgb(215 25 45 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-yellow-warning-dark {
  --tw-text-opacity: 1;
  color: rgb(252 209 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-ib-yellow-warning-darkest {
  --tw-text-opacity: 1;
  color: rgb(199 164 0 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-info {
  --tw-text-opacity: 1;
  color: rgb(0 128 255 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-success {
  --tw-text-opacity: 1;
  color: rgb(1 158 74 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .underline {
  text-decoration-line: underline;
}
.mro-fotos-componentes .placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.mro-fotos-componentes .placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.mro-fotos-componentes .accent-ib-pt-color-red-500 {
  accent-color: #D7192D;
}
.mro-fotos-componentes .opacity-0 {
  opacity: 0;
}
.mro-fotos-componentes .opacity-100 {
  opacity: 1;
}
.mro-fotos-componentes .opacity-50 {
  opacity: 0.5;
}
.mro-fotos-componentes .opacity-60 {
  opacity: 0.6;
}
.mro-fotos-componentes .shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mro-fotos-componentes .shadow-\[0px_6px_6px_0px_\#0000001F\] {
  --tw-shadow: 0px 6px 6px 0px #0000001F;
  --tw-shadow-colored: 0px 6px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mro-fotos-componentes .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);
}
.mro-fotos-componentes .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);
}
.mro-fotos-componentes .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);
}
.mro-fotos-componentes .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mro-fotos-componentes .ring-1 {
  --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, 0 0 #0000);
}
.mro-fotos-componentes .ring-\[\#B1B1B1\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(177 177 177 / var(--tw-ring-opacity, 1));
}
.mro-fotos-componentes .ring-\[\#D7192D\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 25 45 / var(--tw-ring-opacity, 1));
}
.mro-fotos-componentes .ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.mro-fotos-componentes .ring-transparent {
  --tw-ring-color: transparent;
}
.mro-fotos-componentes .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);
}
.mro-fotos-componentes .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mro-fotos-componentes .transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mro-fotos-componentes .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: 150ms;
}
.mro-fotos-componentes .transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mro-fotos-componentes .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mro-fotos-componentes .duration-200 {
  transition-duration: 200ms;
}
.mro-fotos-componentes .font-ib-bold {
  font-family: IberiaTextBold;
  font-weight: 700;
}
.mro-fotos-componentes .font-ib-normal {
  font-family: IberiaText;
  font-weight: 400;
}
.mro-fotos-componentes .min-h-fulldpx {
  min-height: calc(100vh - 48px);
}
.mro-fotos-componentes .h-fulldpx {
  height: calc(100vh - 48px);
}

:root {
  font-family: IberiaText, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  margin: 2px;
  padding: 1px;
}
::-webkit-scrollbar-thumb {
  background: #d7192d;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a91421;
}
.mro-fotos-componentes .placeholder\:text-ib-pt-color-gray-800::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .placeholder\:text-ib-pt-color-gray-800::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .placeholder\:text-ib-pt-color-neutral-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .placeholder\:text-ib-pt-color-neutral-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .first\:border-t-0:first-child {
  border-top-width: 0px;
}
.mro-fotos-componentes .last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.mro-fotos-componentes .read-only\:border-ib-pt-color-gray-300:-moz-read-only {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .read-only\:border-ib-pt-color-gray-300:read-only {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .read-only\:bg-ib-gray-lightest:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .read-only\:bg-ib-gray-lightest:read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .read-only\:bg-ib-pt-color-gray-100:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .read-only\:bg-ib-pt-color-gray-100:read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .read-only\:text-ib-gray-darkest:-moz-read-only {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .read-only\:text-ib-gray-darkest:read-only {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .read-only\:text-ib-pt-color-neutral-800:-moz-read-only {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .read-only\:text-ib-pt-color-neutral-800:read-only {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .hover\:border-\[\#D7192D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .hover\:border-ib-pt-color-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 158 168 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .hover\:border-ib-red-lightest-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 158 168 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-\[\#F7F7F7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-ib-pt-color-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 158 168 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-ib-pt-color-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 25 26 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-ib-red-dark\/70:hover {
  background-color: rgb(185 25 26 / 0.7);
}
.mro-fotos-componentes .hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.mro-fotos-componentes .hover\:text-ib-pt-color-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(185 25 26 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .focus\:border-ib-pt-color-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mro-fotos-componentes .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);
}
.mro-fotos-componentes .focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.mro-fotos-componentes .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));
}
.mro-fotos-componentes .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.mro-fotos-componentes .disabled\:border-ib-gray-borders:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .disabled\:border-ib-pt-color-gray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .disabled\:border-ib-red-main:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
}
.mro-fotos-componentes .disabled\:bg-\[\#F5F5F5\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .disabled\:bg-ib-gray-borders:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .disabled\:bg-ib-red-main:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));
}
.mro-fotos-componentes .disabled\:font-\[IberiaTextBold\]:disabled {
  font-family: IberiaTextBold;
}
.mro-fotos-componentes .disabled\:text-\[\#9E9E9E\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .disabled\:text-ib-gray-disabled:disabled {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .disabled\:text-ib-white:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .disabled\:font-ib-bold:disabled {
  font-family: IberiaTextBold;
  font-weight: 700;
}
.mro-fotos-componentes :is(.group:hover .group-hover\:text-ib-pt-color-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes :is(.group:hover .group-hover\:text-ib-pt-color-red-800) {
  --tw-text-opacity: 1;
  color: rgb(185 25 26 / var(--tw-text-opacity, 1));
}
.mro-fotos-componentes .has-\[input\:focus-visible\]\:border-\[\#B9191A\]:has(input:focus-visible) {
  --tw-border-opacity: 1;
  border-color: rgb(185 25 26 / var(--tw-border-opacity, 1));
}
@media not all and (min-width: 768px) {

  .mro-fotos-componentes .max-md\:hidden {
    display: none;
  }

  .mro-fotos-componentes .max-md\:min-h-\[calc\(100vh-90px\)\] {
    min-height: calc(100vh - 90px);
  }

  .mro-fotos-componentes .max-md\:w-full {
    width: 100%;
  }

  .mro-fotos-componentes .max-md\:justify-center {
    justify-content: center;
  }

  .mro-fotos-componentes .max-md\:justify-between {
    justify-content: space-between;
  }

  .mro-fotos-componentes .max-md\:border-b {
    border-bottom-width: 1px;
  }

  .mro-fotos-componentes .max-md\:border-b-ib-pt-color-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  }

  .mro-fotos-componentes .max-md\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 640px) {

  .mro-fotos-componentes .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .mro-fotos-componentes .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .mro-fotos-componentes .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .mro-fotos-componentes .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .mro-fotos-componentes .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .mro-fotos-componentes .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .mro-fotos-componentes .md\:flex {
    display: flex;
  }

  .mro-fotos-componentes .md\:hidden {
    display: none;
  }

  .mro-fotos-componentes .md\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .mro-fotos-componentes .md\:h-\[280px\] {
    height: 280px;
  }

  .mro-fotos-componentes .md\:h-\[calc\(\(\(100vw-142px\)\/4\)\/3\*2\)\] {
    height: calc(((100vw - 142px) / 4) / 3 * 2);
  }

  .mro-fotos-componentes .md\:min-h-64 {
    min-height: 16rem;
  }

  .mro-fotos-componentes .md\:min-h-\[270px\] {
    min-height: 270px;
  }

  .mro-fotos-componentes .md\:w-\[calc\(\(100\%-16px\)\/2\)\] {
    width: calc((100% - 16px) / 2);
  }

  .mro-fotos-componentes .md\:w-\[calc\(\(100\%-30px\)\/4\)\] {
    width: calc((100% - 30px) / 4);
  }

  .mro-fotos-componentes .md\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .mro-fotos-componentes .md\:w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

  .mro-fotos-componentes .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .mro-fotos-componentes .md\:w-full {
    width: 100%;
  }

  .mro-fotos-componentes .md\:min-w-\[calc\(25\%-8px\)\] {
    min-width: calc(25% - 8px);
  }

  .mro-fotos-componentes .md\:max-w-\[calc\(25\%-8px\)\] {
    max-width: calc(25% - 8px);
  }

  .mro-fotos-componentes .md\:max-w-lg {
    max-width: 32rem;
  }

  .mro-fotos-componentes .md\:flex-1 {
    flex: 1 1 0%;
  }

  .mro-fotos-componentes .md\: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));
  }

  .mro-fotos-componentes .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mro-fotos-componentes .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mro-fotos-componentes .md\:flex-row {
    flex-direction: row;
  }

  .mro-fotos-componentes .md\:flex-col {
    flex-direction: column;
  }

  .mro-fotos-componentes .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .mro-fotos-componentes .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .mro-fotos-componentes .md\:items-start {
    align-items: flex-start;
  }

  .mro-fotos-componentes .md\:items-center {
    align-items: center;
  }

  .mro-fotos-componentes .md\:justify-start {
    justify-content: flex-start;
  }

  .mro-fotos-componentes .md\:justify-center {
    justify-content: center;
  }

  .mro-fotos-componentes .md\:justify-between {
    justify-content: space-between;
  }

  .mro-fotos-componentes .md\:justify-around {
    justify-content: space-around;
  }

  .mro-fotos-componentes .md\:gap-0 {
    gap: 0px;
  }

  .mro-fotos-componentes .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .mro-fotos-componentes .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .mro-fotos-componentes .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .mro-fotos-componentes .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .mro-fotos-componentes .md\:rounded-t-sm {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .mro-fotos-componentes .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mro-fotos-componentes .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .mro-fotos-componentes .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mro-fotos-componentes .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mro-fotos-componentes .md\:px-\[calc\(\(100\%-492px\)\/2\)\] {
    padding-left: calc((100% - 492px) / 2);
    padding-right: calc((100% - 492px) / 2);
  }

  .mro-fotos-componentes .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mro-fotos-componentes .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .mro-fotos-componentes .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .mro-fotos-componentes .md\:pr-\[88px\] {
    padding-right: 88px;
  }

  .mro-fotos-componentes .md\:pr-\[calc\(50\%\+8px\)\] {
    padding-right: calc(50% + 8px);
  }

  .mro-fotos-componentes .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .mro-fotos-componentes .md\:text-\[24px\] {
    font-size: 24px;
  }

  .mro-fotos-componentes .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .mro-fotos-componentes .md\:capture-button {
    padding-left: 0;
    padding-right: 0;
    width: 233px;
  }
}
@media (min-width: 1024px) {

  .mro-fotos-componentes .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .mro-fotos-componentes .lg\:mx-\[calc\(\(100\%-797px\)\/2\)\] {
    margin-left: calc((100% - 797px) / 2);
    margin-right: calc((100% - 797px) / 2);
  }

  .mro-fotos-componentes .lg\:h-\[calc\(\(\(100vw-152px\)\/5\)\/3\*2\)\] {
    height: calc(((100vw - 152px) / 5) / 3 * 2);
  }

  .mro-fotos-componentes .lg\:w-\[calc\(\(100\%-32px\)\/3\)\] {
    width: calc((100% - 32px) / 3);
  }

  .mro-fotos-componentes .lg\:w-\[calc\(\(100\%-40px\)\/5\)\] {
    width: calc((100% - 40px) / 5);
  }

  .mro-fotos-componentes .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mro-fotos-componentes .lg\:px-\[calc\(\(100\%-797px\)\/2\)\] {
    padding-left: calc((100% - 797px) / 2);
    padding-right: calc((100% - 797px) / 2);
  }
}
@media (min-width: 1280px) {

  .mro-fotos-componentes .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {

  .mro-fotos-componentes .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .mro-fotos-componentes .\32xl\:hidden {
    display: none;
  }

  .mro-fotos-componentes .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@font-face {
  font-family: "IberiaText";
  src: url("/fonts/IberiaText.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IberiaTextBold";
  src: url("/fonts/IberiaTextBold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IberiaTextItalic";
  src: url("/fonts/IberiaTextItalic.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IberiaHeadline";
  src: url("/fonts/IberiaHeadline.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IberiaHeadlineBold";
  src: url("/fonts/IberiaHeadlineBold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IberiaHeadlineItalic";
  src: url("/fonts/IberiaHeadlineItalic.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
button.base-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.primary-black-button {

    --tw-bg-opacity: 1;

    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

button.primary-black-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.primary-black-button:visited {

    background-color: rgb(102 102 102 )
}

.primary-black-button:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1))
}

.primary-black-button:disabled {

    --tw-bg-opacity: 1;

    background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1))
}

.primary-red-button {

    --tw-bg-opacity: 1;

    background-color: rgb(215 25 45 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

button.primary-red-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.primary-red-button:visited {

    background-color: rgb(168 25 26 )
}

.primary-red-button:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(185 25 26 / var(--tw-bg-opacity, 1))
}

.primary-red-button:disabled {

    --tw-bg-opacity: 1;

    background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1))
}

.primary-white-button {

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(215 25 45 / var(--tw-text-opacity, 1))
}

button.primary-white-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.primary-white-button:visited {

    background-color: rgb(250 250 250 );

    color: rgb(168 25 26 )
}

.primary-white-button:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(168 25 26 / var(--tw-text-opacity, 1))
}

.primary-white-button:disabled {

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(153 153 153 / var(--tw-text-opacity, 1))
}

.secondary-black-button {

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(51 51 51 / var(--tw-text-opacity, 1))
}

button.secondary-black-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.secondary-black-button:visited {

    border-color: rgb(153 153 153 );

    background-color: rgb(250 250 250 );

    color: rgb(153 153 153 )
}

.secondary-black-button:hover {

    --tw-border-opacity: 1;

    border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(102 102 102 / var(--tw-text-opacity, 1))
}

.secondary-black-button:disabled {

    --tw-border-opacity: 1;

    border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(204 204 204 / var(--tw-text-opacity, 1))
}

.secondary-red-button {

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(215 25 45 / var(--tw-text-opacity, 1))
}

button.secondary-red-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.secondary-red-button:visited {

    border-color: rgb(168 25 26 );

    background-color: rgb(255 250 250 );

    color: rgb(168 25 26 )
}

.secondary-red-button:hover {

    --tw-border-opacity: 1;

    border-color: rgb(185 25 26 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

    background-color: rgb(255 235 237 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(168 25 26 / var(--tw-text-opacity, 1))
}

.secondary-red-button:disabled {

    --tw-border-opacity: 1;

    border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

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

    --tw-text-opacity: 1;

    color: rgb(204 204 204 / var(--tw-text-opacity, 1))
}

.terciary-black-button {

    --tw-text-opacity: 1;

    color: rgb(51 51 51 / var(--tw-text-opacity, 1))
}

button.terciary-black-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.terciary-black-button:visited {

    color: rgb(153 153 153 )
}

.terciary-black-button:hover {

    --tw-text-opacity: 1;

    color: rgb(102 102 102 / var(--tw-text-opacity, 1))
}

.terciary-black-button:disabled {

    --tw-text-opacity: 1;

    color: rgb(204 204 204 / var(--tw-text-opacity, 1))
}

.terciary-red-button {

    --tw-text-opacity: 1;

    color: rgb(215 25 45 / var(--tw-text-opacity, 1))
}

button.terciary-red-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.terciary-red-button:visited {

    color: rgb(168 25 26 )
}

.terciary-red-button:hover {

    --tw-text-opacity: 1;

    color: rgb(168 25 26 / var(--tw-text-opacity, 1))
}

.terciary-red-button:disabled {

    --tw-text-opacity: 1;

    color: rgb(204 204 204 / var(--tw-text-opacity, 1))
}

.link-button {

    text-decoration-line: underline;

    --tw-text-opacity: 1;

    color: rgb(51 51 51 / var(--tw-text-opacity, 1))
}

button.link-button {

    align-items: center;

    justify-content: center;

    border-radius: 2px;

    font-family: 'IberiaText';

    font-weight: 400
}

.link-button:visited {

    color: rgb(153 153 153 )
}

.link-button:hover {

    --tw-text-opacity: 1;

    color: rgb(102 102 102 / var(--tw-text-opacity, 1))
}

.link-button:disabled {

    --tw-text-opacity: 1;

    color: rgb(204 204 204 / var(--tw-text-opacity, 1))
}

.small-button {

    height: 38px;

    -moz-column-gap: 0.5rem;

         column-gap: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 14px;

    line-height: 20px
}

.small-button .button-icon {

    height: 16px;

    width: 16px
}

.medium-button {

    height: 2.5rem;

    -moz-column-gap: 0.5rem;

         column-gap: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 16px;

    line-height: 24px
}

.medium-button .button-icon {

    height: 16px;

    width: 16px
}

.medium-l-button {

    height: 42px;

    -moz-column-gap: 0.5rem;

         column-gap: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 16px;

    line-height: 24px
}

.medium-button .button-icon {

    height: 16px;

    width: 16px
}

.large-button {

    height: 3rem;

    -moz-column-gap: 0.75rem;

         column-gap: 0.75rem;

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    font-size: 16px;

    line-height: 24px
}

.large-button .button-icon {

    height: 24px;

    width: 24px
}
.background-modal.fade-in-bg {
  background-color: rgba(255, 255, 255, 0);
  animation: fadeToDark 0.01s forwards;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 100vh;
  width: 100vw;
}

.background-modal.fade-in-bg .dinamic-modal {
  position: absolute;
  z-index: 200;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  flex-direction: column;
  row-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {

  .background-modal.fade-in-bg .dinamic-modal {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

@media (min-width: 768px) {

  .background-modal.fade-in-bg .dinamic-modal {
    top: calc(50% + 24px);
    left: 50%;
    width: 600px;
    --tw-translate-x: -50%;
    --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));
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

@keyframes fadeToDark {
  to {
    background-color: #00000080;
  }
}

@keyframes move-up {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .background-modal.fade-in-bg {
    animation: fadeToDark 1s forwards;
  }
  .dinamic-modal {
    animation: move-up 1s forwards;
  }
}
.coloured-message {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .coloured-message {
    flex-direction: row;
    gap: 1rem;
  }
}

.coloured-message .message-title {
  flex-grow: 1;
  text-align: left;
  font-size: 14px;
  font-family: IberiaTextBold;
  font-weight: 700;
}

.error-persistent {
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 237 / var(--tw-bg-opacity, 1));
}

.error-feedback {
  border-radius: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(215 25 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 237 / var(--tw-bg-opacity, 1));
}

.info-persistent {
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 235 255 / var(--tw-bg-opacity, 1));
}

.info-feedback {
  border-radius: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 128 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 128 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 235 255 / var(--tw-bg-opacity, 1));
}

.success-persistent {
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 127 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(225 244 234 / var(--tw-bg-opacity, 1));
}

.success-feedback {
  border-radius: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(1 127 63 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(1 127 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(225 244 234 / var(--tw-bg-opacity, 1));
}

.warning-persistent {
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(252 209 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 224 / var(--tw-bg-opacity, 1));
}

.warning-feedback {
  border-radius: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(252 209 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 209 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 224 / var(--tw-bg-opacity, 1));
}

.coloured-message .message-link {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.close-error {
  --tw-text-opacity: 1;
  color: rgb(185 25 26 / var(--tw-text-opacity, 1));
}

.close-info {
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity, 1));
}

.success-error {
  --tw-text-opacity: 1;
  color: rgb(1 127 63 / var(--tw-text-opacity, 1));
}

.warning-error {
  --tw-text-opacity: 1;
  color: rgb(199 164 0 / var(--tw-text-opacity, 1));
}
/* Variables declaration */
.rdp-root {
  --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
  --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */

  --rdp-day-height: 44px; /* The height of the day cells. */
  --rdp-day-width: 44px; /* The width of the day cells. */

  --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
  --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
  --rdp-day_button-height: 42px; /* The height of the day cells. */
  --rdp-day_button-width: 42px; /* The width of the day cells. */

  --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
  --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
  --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
  --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */

  --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */

  --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */

  --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
  --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
  --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
  --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */

  --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
  --rdp-range_middle-color: inherit; /* The color of the range text. */

  --rdp-range_start-color: white; /* The color of the range text. */
  --rdp-range_start-background: linear-gradient(
    var(--rdp-gradient-direction),
    transparent 50%,
    var(--rdp-range_middle-background-color) 50%
  ); /* Used for the background of the start of the selected range. */
  --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */

  --rdp-range_end-background: linear-gradient(
    var(--rdp-gradient-direction),
    var(--rdp-range_middle-background-color) 50%,
    transparent 50%
  ); /* Used for the background of the end of the selected range. */
  --rdp-range_end-color: white; /* The color of the range text. */
  --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */

  --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
  --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */

  --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
  --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
  --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
  --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
  --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
  --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-gradient-direction: 90deg;

  --rdp-animation_duration: 0.3s;
  --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
}

.rdp-root[dir="rtl"] {
  --rdp-gradient-direction: -90deg;
}

.rdp-root[data-broadcast-calendar="true"] {
  --rdp-outside-opacity: unset;
}

/* Root of the component. */
.rdp-root {
  position: relative; /* Required to position the navigation toolbar. */
  box-sizing: border-box;
}

.rdp-root * {
  box-sizing: border-box;
}

.rdp-day {
  width: var(--rdp-day-width);
  height: var(--rdp-day-height);
  text-align: center;
}

.rdp-day_button {
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;

  width: var(--rdp-day_button-width);
  height: var(--rdp-day_button-height);
  border: var(--rdp-day_button-border);
  border-radius: var(--rdp-day_button-border-radius);
}

.rdp-day_button:disabled {
  cursor: revert;
}

.rdp-caption_label {
  z-index: 1;

  position: relative;
  display: inline-flex;
  align-items: center;

  white-space: nowrap;
  border: 0;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
  outline: 5px auto Highlight;
  /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
  outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next,
.rdp-button_previous {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  appearance: none;

  width: var(--rdp-nav_button-width);
  height: var(--rdp-nav_button-height);
}

.rdp-button_next:disabled,
.rdp-button_next[aria-disabled="true"],
.rdp-button_previous:disabled,
.rdp-button_previous[aria-disabled="true"] {
  cursor: revert;

  opacity: var(--rdp-nav_button-disabled-opacity);
}

.rdp-chevron {
  display: inline-block;
  fill: var(--rdp-accent-color);
}

.rdp-root[dir="rtl"] .rdp-nav .rdp-chevron {
  transform: rotate(180deg);
  transform-origin: 50%;
}

.rdp-dropdowns {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--rdp-dropdown-gap);
}
.rdp-dropdown {
  z-index: 2;

  /* Reset */
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  border: none;
  line-height: inherit;
}

.rdp-dropdown_root {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown_root[data-disabled="true"] .rdp-chevron {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-month_caption {
  display: flex;
  align-content: center;
  height: var(--rdp-nav-height);
  font-weight: bold;
  font-size: large;
}

.rdp-root[data-nav-layout="around"] .rdp-month,
.rdp-root[data-nav-layout="after"] .rdp-month {
  position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-month_caption {
  justify-content: center;
  margin-inline-start: var(--rdp-nav_button-width);
  margin-inline-end: var(--rdp-nav_button-width);
  position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-button_previous {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
}

.rdp-root[data-nav-layout="around"] .rdp-button_next {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
  justify-content: center;
}

.rdp-months {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rdp-months-gap);
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.rdp-nav {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;

  display: flex;
  align-items: center;

  height: var(--rdp-nav-height);
}

.rdp-weekday {
  opacity: var(--rdp-weekday-opacity);
  padding: var(--rdp-weekday-padding);
  font-weight: 500;
  font-size: smaller;
  text-align: var(--rdp-weekday-text-align);
  text-transform: var(--rdp-weekday-text-transform);
}

.rdp-week_number {
  opacity: var(--rdp-week_number-opacity);
  font-weight: 400;
  font-size: small;
  height: var(--rdp-week_number-height);
  width: var(--rdp-week_number-width);
  border: var(--rdp-week_number-border);
  border-radius: var(--rdp-week_number-border-radius);
  text-align: var(--rdp-weeknumber-text-align);
}

/* DAY MODIFIERS */
.rdp-today:not(.rdp-outside) {
  color: var(--rdp-today-color);
}

.rdp-selected {
  font-weight: bold;
  font-size: large;
}

.rdp-selected .rdp-day_button {
  border: var(--rdp-selected-border);
}

.rdp-outside {
  opacity: var(--rdp-outside-opacity);
}

.rdp-disabled:not(.rdp-selected) {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
  visibility: hidden;
  color: var(--rdp-range_start-color);
}

.rdp-range_start {
  background: var(--rdp-range_start-background);
}

.rdp-range_start .rdp-day_button {
  background-color: var(--rdp-range_start-date-background-color);
  color: var(--rdp-range_start-color);
}

.rdp-range_middle {
  background-color: var(--rdp-range_middle-background-color);
}

.rdp-range_middle .rdp-day_button {
  border: unset;
  border-radius: unset;
  color: var(--rdp-range_middle-color);
}

.rdp-range_end {
  background: var(--rdp-range_end-background);
  color: var(--rdp-range_end-color);
}

.rdp-range_end .rdp-day_button {
  color: var(--rdp-range_start-color);
  background-color: var(--rdp-range_end-date-background-color);
}

.rdp-range_start.rdp-range_end {
  background: revert;
}

.rdp-focusable {
  cursor: pointer;
}

@keyframes rdp-slide_in_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_in_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_out_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes rdp-slide_out_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.rdp-weeks_before_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_before_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

@keyframes rdp-fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rdp-fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.rdp-caption_after_enter {
  animation: rdp-fade_in var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_after_exit {
  animation: rdp-fade_out var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_enter {
  animation: rdp-fade_in var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_exit {
  animation: rdp-fade_out var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}
/* calendar.css (importa este CSS una sola vez) */
.rdp-red {
  /* Colores base */
  --rdp-background-color: #ffffff;
  --rdp-accent-color: #d7192d; /* rojo principal (borde today, flechas, foco) */
  --rdp-accent-background-color: #fccfd3; /* hover de días, fondo selected suave */
  --rdp-outline: 2px solid rgba(211, 47, 47, 0.35);
  --rdp-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);

  /* Días */
  --rdp-day-height: clamp(26px, 3.5vw, 32px);
  --rdp-day-width: clamp(26px, 3.5vw, 32px);
  --rdp-color: #333333; /* texto normal */
  --rdp-muted-color: #999999; /* días fuera de mes */
  --rdp-disabled-color: #cbd5e1;

  /* Estados */
  --rdp-selected-color: #ffffff; /* texto en seleccionado */
  --rdp-selected-background-color: #d32f2f; /* fondo seleccionado */
  --rdp-hover-range-color: #d32f2f;

  /* Cabecera */
  --rdp-caption-font: 600 12px/1.1 ui-sans-serif, system-ui, -apple-system;

  --rdp-day-height: clamp(24px, 3vw, 30px);
  --rdp-day-width: clamp(24px, 3vw, 30px);
}

.rdp-red .rdp-weekday {
  font-size: 11px;
  font-weight: 600;
}

.rdp-red .rdp-day_button {
  font-size: 12px;
}

.rdp-red .rdp-nav_button {
  font-size: 12px;
  padding: 4px;
}

.rdp-red .rdp {
  border-radius: 12px;
  box-shadow: var(--rdp-shadow);
}

.rdp-red .rdp-caption_label {
  font-weight: 700;
  text-transform: capitalize;
}

.rdp-red .rdp-nav_button {
  color: var(--rdp-accent-color);
}
.rdp-red .rdp-nav_button:hover {
  background: var(--rdp-accent-background-color);
}

.rdp-red .rdp-day_selected {
  background: var(--rdp-accent-background-color);
  color: var(--rdp-selected-color);
}

.rdp-red .rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
  background: var(--rdp-accent-background-color);
}
.rdp-red .rdp-selected .rdp-day_button {
  background: var(--rdp-accent-background-color);
  border: none;
  font-weight: normal;
}

.rdp-red .rdp-weekday {
  color: #666666;
  font-weight: 600;
  text-transform: capitalize;
}
.table-odd-row {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.table-even-row {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.central-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  font-family: IberiaTextBold;
  font-weight: 700;
}

.right-header {
  border-top-right-radius: 6px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  font-family: IberiaTextBold;
  font-weight: 700;
}

.last-row {
  border-bottom: none;
}

.last-row .left-cell {
  border-bottom-left-radius: 6px;
}

.last-row .right-cell {
  border-radius: 6px;
}

.searcher-cell {
  height: 3rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-table-searcher {
  height: 48px;
  width: 100%;
  border-radius: 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-table-searcher:focus {
  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(0px + 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);
}

.searcher-select-input {
  display: flex;
  height: 48px;
  width: 100%;
  cursor: default;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.searcher-select-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.searcher-select-options {
  position: absolute;
  margin-top: 0.5rem;
  max-height: 460px;
  width: 100%;
  overflow-y: auto;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 3px 6px -4px #0000001F;
  --tw-shadow-colored: 0px 3px 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);
}

input[type="date"].searcher-date::-webkit-calendar-picker-indicator {
  display: none !important;
}
/*$vite$:1*/