/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/* No seu arquivo src/input.css */

@tailwind base;
@tailwind components;
@tailwind utilities;


:root {
  --color-HMDCCGreen: #00ab97;
  --color-HMDCCGreen-transparent: rgba(0, 173, 153, 0.70);
  --color-lightGrey: #D0D1D1;
  --color-lightGrey-100: #F5F5F5;
  --color-lightGrey-transparent: rgba(245, 245, 245, 0.70);
  --color-whiteCloud: #FFFFFF;
  --color-informacaoPost: #BEBEBE;
  --color-YpePurple: #951C7F;
  --color-YpePurple-100: #951C7F1F;
  --color-YpePurple-transparent: rgba(150, 29, 128, 0.70);
  --color-PetroleumBlue: #0F4654;
}

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;

}

/* body::-webkit-scrollbar {
  display: none;  
} */

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  /* font-family:
    Roboto,
		system-ui,
		-apple-system, 
		'Segoe UI',
		"Roboto",
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji'; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
      src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
      src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
      src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
      src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
      src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
      src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
      src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
      src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
      src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
      src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
      src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf');*/
  font-weight: 400;
  font-style: normal;
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  /* font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
    src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;

  font-size: 1em;
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  /* font-family: inherit; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.button-sem-foco:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  /* font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
  /*AQUI APLICOU A FONTE NAS PAGINAS DINAMICAS*/
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  /* font-family: inherit; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  /* font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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


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

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

#search:focus {
  border-color: #e4e4e7 !important;
  --tw-ring-color: #e4e4e7 !important;
  line-height: 1.312rem !important;
}

#search {
  line-height: 1.312rem !important;
  max-height: 1.312rem;
}

#search_noticias {
  line-height: 1.312rem !important;
  max-height: 1.312rem;
}

#search_noticias::placeholder {
  color: white;
  /* padding-left: 30px; */
}

#search_noticias:focus {
  border-color: #e4e4e7 !important;
  --tw-ring-color: #e4e4e7 !important;
  line-height: 1.312rem !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #71717a;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #71717a;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #71717a;
  opacity: 1;
}

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

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}


[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #71717a;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}


[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


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

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

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


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

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


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

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

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .scrollbar::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #f7f4ed;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #e0cbcb;
  border-radius: 100vh;
  border: 3px solid #f6f7ed;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #c0a0b9;
} */

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

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

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

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

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

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

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: #fee2e2;
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

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

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

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.active\:bg-blueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.active\:bg-blueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.active\:bg-blueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.bg-green-theme {
  background-color: #00ab97;
}

.bg-none {
  background-image: none;
}


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

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

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

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

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

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

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

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

.bg-full {
  background-size: 100%;
}

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-blueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.border-blueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.border-blueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.border-blueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.border-blueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.border-blueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.border-red-400 {
  border-color: #f87171;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem
    /* 2px */
  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-none {
  cursor: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

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

.table {
  display: table;
}

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

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

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

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

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

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

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

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

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

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-auto {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-initial {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

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

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

.font-medium {
  font-weight: 500;
  font-family: 'Roboto', Medium;
}

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

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

.font-black {
  font-family: 'Roboto', Black;
  font-weight: 900;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-26 {
  height: 6.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-95-px {
  height: 95px;
}

.h-350-px {
  height: 350px;
}

.h-500-px {
  height: 500px;
}

.h-600-px {
  height: 600px;
}

.h-750-px {
  height: 750px;
}

.h-850-px {
  height: 850px;
}

.h-calc-navbar {
  height: calc(100vh - 3.75rem);
}

.text-55 {
  font-size: 55rem;
}

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

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

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

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

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

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

.list-none {
  list-style-type: none;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.-m-16 {
  margin: -4rem;
}

.-mx-16 {
  margin-left: -4rem
    /* -64px */
  ;
  margin-right: -4rem
    /* -64px */
  ;
}

.-m-24 {
  margin: -6rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

.mr-4 {
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem
    /* 40px */
  ;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.mt-48 {
  margin-top: 12rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

.-mt-2 {
  margin-top: -0.5rem
    /* -8px */
  ;
}

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

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

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

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

.-mt-48 {
  margin-top: -12rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

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

.max-h-500-px {
  max-height: 500px;
}

.max-h-650-px {
  max-height: 650px;
}

.max-h-860-px {
  max-height: 860px;
}

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

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

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

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

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

.max-w-100-px {
  max-width: 100px;
}

.max-w-120-px {
  max-width: 120px;
}

.max-w-150-px {
  max-width: 150px;
}

.max-w-180-px {
  max-width: 180px;
}

.max-w-200-px {
  max-width: 200px;
}

.max-w-210-px {
  max-width: 210px;
}

.max-w-580-px {
  max-width: 580px;
}

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

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

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

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

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

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

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

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

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

.min-w-48 {
  min-width: 12rem;
}

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

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

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

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

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

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: .8;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.overscroll-auto {
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25px;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem
    /* 8px */
  ;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

.pl-6 {
  padding-left: 1.5rem
    /* 24px */
  ;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

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

.pt-32 {
  padding-top: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

.pt-48 {
  padding-top: 12rem;
}

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

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

.placeholder-blueGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.-right-100 {
  right: -100%;
}

.-top-225-px {
  top: -225px;
}

.-top-160-px {
  top: -160px;
}

.-top-150-px {
  top: -150px;
}

.-top-94-px {
  top: -94px;
}

.-left-50-px {
  left: -50px;
}

.-top-29-px {
  top: -29px;
}

.-left-20-px {
  left: -20px;
}

.top-25-px {
  top: 25px;
}

.left-40-px {
  left: 40px;
}

.top-95-px {
  top: 95px;
}

.left-145-px {
  left: 145px;
}

.left-195-px {
  left: 195px;
}

.top-210-px {
  top: 210px;
}

.left-260-px {
  left: 260px;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

.focus\:ring-0: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(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);
}

.focus\:ring-1: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(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);
}

.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.fill-current {
  fill: currentColor;
}

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

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

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

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

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

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

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-700 {
  color: #b91c1c;
}

.text-red-800 {
  background-color: #AB0000;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.hover\:text-lightBlue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.hover\:text-blueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.hover\:text-blueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.hover\:text-blueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.hover\:text-blueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

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

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

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

.italic {
  font-style: italic;
  font-family: 'Roboto', italic;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.underline {
  text-decoration: underline;
}

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

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

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

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

.ordinal,
.slashed-zero,
.lining-nums,
.oldstyle-nums,
.proportional-nums,
.tabular-nums,
.diagonal-fractions,
.stacked-fractions {
  --tw-ordinal: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-slashed-zero: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-numeric-figure: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-numeric-spacing: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-numeric-fraction: var(--tw-empty,
      /*!*/
      /*!*/
    );
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

.w-1 {
  width: 0.25rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-auto {
  width: auto;
}

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

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-6\/12 {
  width: 50%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-6 {
  gap: 3rem;
}

.gap-8 {
  gap: 4rem;
}

.gap-10 {
  gap: 5rem;
}

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

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

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

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:gap-2 {
    gap: 0.5rem
      /* 8px */
    ;
  }
}

@media (min-width: 768px) {
  .md\:text-sm {
    font-size: 0.875rem
      /* 14px */
    ;
    line-height: 1.25rem
      /* 20px */
    ;
  }
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.transform {
  --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;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --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;
  -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

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

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

.ease-linear {
  transition-timing-function: linear;
}

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

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

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

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

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {

  75%,
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {

  75%,
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

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

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

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

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-flex;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:flex-col {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .md\:flex-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .md\:items-stretch {
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .md\:justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .md\:justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

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

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

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

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

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

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .md\:px-12 {
    padding-left: 3rem;
    /* 48px */
    padding-right: 3rem;
    /* 48px */
  }

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

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:relative {
    position: relative;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

@media (min-width: 1024px) {
  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: -webkit-flex;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .lg\:self-center {
    -webkit-align-self: center;
    align-self: center;
  }

  .lg\:justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .lg\:order-1 {
    -webkit-order: 1;
    order: 1;
  }

  .lg\:order-2 {
    -webkit-order: 2;
    order: 2;
  }

  .lg\:order-3 {
    -webkit-order: 3;
    order: 3;
  }

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

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

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    /* 64px */
    padding-right: 4rem;
    /* 64px */
  }

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

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:static {
    position: static;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }
}

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

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }
}

@media (min-width: 1536px) {}

.cor-primaria {
  color: #00ab97;
}

.cor-sky-blue {
  color: #57BFCF;
}

.cor-royal-yellow {
  color: #F7A80E;
}

.cor-azul-petroleo {
  color: #0f4654;
}

.cor-purple {
  color: #951c7f;
}

.cor-white {
  color: #FFFF;
}

.cor-btn-cinza-100 {
  background-color: #EDEDED;
}

.cor-btn-red {
  background-color: #AB0000;
}

.cor-btn-blueberry {
  background-color: #646FD4;
}

.cor-btn-petroleo {
  background-color: #0f4654;
}

.cor-btn-deserto {
  background-color: #FFDBA4;
}

.fundo-cor-primaria {
  background-color: #00ab97;
  /*00b59e*/
  --tw-bg-opacity: 1;
}

.fundo-cor-royal-yellow {
  background-color: #F7A80E;
  --tw-bg-opacity: 1;
}

.fundo-cor-light-grey {
  background-color: #D0D1D1;
  --tw-bg-opacity: 1;
}

.fundo-cor-classic-black {
  background-color: #292929;
  --tw-bg-opacity: 1;
}

.fundo-cor-purple {
  background-color: #951c7f;
  --tw-bg-opacity: 1;
}

.texto-cor-primaria {
  color: #00ab97;
  --tw-text-opacity: 1;
}

.hover\:texto-cor-primaria:hover {
  color: #00ab97;
  --tw-text-opacity: 1;
}

.texto-cor-purple {
  color: #951c7f;
  --tw-text-opacity: 1;
}

.hover\:texto-cor-purple:hover {
  color: #951c7f;
  --tw-text-opacity: 1;
}

.texto-cor-azul-petroleo {
  color: #0f4654;
  --tw-text-opacity: 1;
}

.hover\:texto-cor-azul-petroleo:hover {
  color: #0f4654;
  --tw-text-opacity: 1;
}

.orangiu {
  background-color: #ef7d1a;
  --tw-bg-opacity: 1;
}

.fundo-cor-orangiu {
  background-color: #ef7d1a;
  --tw-bg-opacity: 1;
}

.fundo-cor-branco {
  background-color: #ffff;
  --tw-bg-opacity: 1;
}

.hover\:texto-cor-orangiu:hover {
  color: #ef7d1a;
  --tw-text-opacity: 1;
}

.fundo-cor-azul-petroleo {
  background-color: #0f4654;
  --tw-bg-opacity: 1;
}

.hover\:fundo-cor-azul-petroleo:hover {
  background-color: #0f4654;
  --tw-bg-opacity: 1;
}

.fundo-cor-royal-amarelo {
  background-color: #f7a80e;
  --tw-bg-opacity: 1;
}

.fundo-cor-royal-orangiu {
  background-color: #ef7d1a;
  --tw-bg-opacity: 1;
}

.texto-cor-orangiu {
  color: #ef7d1a;
  --tw-text-opacity: 1;
}

.texto-cor-royal-amarelo {
  color: #f7a80e;
  --tw-text-opacity: 1;
}

.textoMenuSocial {
  margin-left: 8px;
  font-size: 14px;
  color: white;
  position: absolute;
}

@media (max-width: 400px) {
  .telefoneEsconder {
    visibility: hidden;
  }
}

@media (max-width: 1280px) {
  .BotaoEsconder {
    display: none;
  }

  .quebrarVideoTela {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  .BotaoEsconder {
    display: block;
  }

  .telefoneEsconderFooter {
    display: none;
  }
}

.iconeAwesome {
  margin-left: 10px;
}

@keyframes rotateIcon {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 1023px) {
  .cardsRapidos {
    width: 50%;
  }
}

.fontePadrao {
  /* font-family:
    Roboto,
		system-ui,
		-apple-system, 
		'Segoe UI',
		"Roboto",
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji'; */
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1024px) {
  .cardsPostsRelacionados {
    width: 30%;
  }
}

@media (max-width: 1023px) {
  .cardsPostsRelacionados {
    width: 80%;
    margin-bottom: 10px;
  }

  .alinharCardsRelacionados {
    justify-content: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.has-background {
  padding: 15px;
  margin: 12px;
  margin-left: 0px;
  margin-right: 0px;
}

.conteudoPaginaPost p {
  margin-bottom: 15px;
}

.conteudoPaginaPost .aligncenter {
  margin-left: auto;
  display: table;
  margin-right: auto;
  margin-bottom: 10px;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.react-modal-overlay {
  background: rgba(10, 10, 10, 0.1);
  position: fixed;
  top: 1.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.react-modal-content {
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.1);
  /* filter: blur(1px); */
  padding: 3rem;
  position: relative;
  border-radius: 0.24rem;
}

.react-modal-container {
  width: 100%;
  height: 100%;
  padding: 3rem;
  position: relative;
  border-radius: 0.24rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {

  .react-modal-content {
    padding: 2rem;
  }

  .react-modal-container {
    padding: 1rem;
  }

}

.button-modal-close {
  border: 0;
  background: transparent;
  position: absolute;
  font-weight: bold;
  top: 1rem;
  right: 1rem;
  transition: 0.2s;

}

.button-modal-close:hover {
  filter: brightness(0.8)
}

.overlay-video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 10px 0;
  z-index: 2;
}

.container-video {
  width: 100%;
  height: 100%;
  position: relative;
}

/* SLIDER ESTRUTURA*/
.main-slider {
  display: flex;
  align-items: center;
  height: 500px;
  background: #fff;

}

.main-slider div.main-slider-content ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  list-style: none;
  justify-content: space-between;

}

.main-slider div.main-slider-content ul li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 1rem;
  color: #667580;
  font-weight: bold;

  margin-left: 20px;

}

.main-slider div.main-slider-content ul li:first-child img {
  margin: 10;
  height: 400px;
  width: 400px;
}


.main-slider div.main-slider-content ul li img {
  height: 400px;
  width: 200px;
  border-radius: 10%;

}


/*SLIDER ESTRUTURA*/



@media (max-width: 1638px) {
  #fundo-404 {
    background-image: none !important;
  }
}

footer {
  --tw-bg-opacity: 1;
}


/*------------------------------- INICIO PARTE CSS DE GALLERY ACHADA NO WP   -------------------------------*/
/* .gallery-columns-2 .gallery-item, 
.gallery-columns-3 .gallery-item, 
.gallery-columns-4 .gallery-item, 
.gallery-columns-5 .gallery-item, 
.gallery-columns-6 .gallery-item, 
.gallery-columns-7 .gallery-item, 
.gallery-columns-8 .gallery-item, 
.gallery-columns-9 .gallery-item {
  max-width: 33.33%;
}

.gallery-item a:focus::after {
	opacity: 1;
	visibility: visible;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a::before {
	color: #fff;
	content: "\f00e";
	font-family: fontawesome;
	font-size: 2em;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	visibility: hidden;
	z-index: 1;
}

.gallery-item a:hover::before {
	opacity: 1;
	filter: alpha(opacity= 100);
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	visibility: visible;
}

.gallery-item a::after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 100%;
}

.gallery-item a:hover::after {
	opacity: 1;
	visibility: visible;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#wp_gallerybtns {
	padding: 2px;
	position: absolute;
	display: none;
	z-index: 100020;
}

#wp_editimgbtn,
#wp_delimgbtn,
#wp_editgallery,
#wp_delgallery {
	border-color: #999;
	background-color: #eee;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}

#wp_editimgbtn:hover,
#wp_delimgbtn:hover,
#wp_editgallery:hover,
#wp_delgallery:hover {
	border-color: #555;
	background-color: #ccc;
}

#wp_gallerybtns {
	padding: 2px;
	position: absolute;
	display: none;
	z-index: 100020;
}

#wp_editimgbtn,
#wp_delimgbtn,
#wp_editgallery,
#wp_delgallery {
	border-color: #999;
	background-color: #eee;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}

#wp_editimgbtn:hover,
#wp_delimgbtn:hover,
#wp_editgallery:hover,
#wp_delgallery:hover {
	border-color: #555;
	background-color: #ccc;
} */

/*-------------------------------  FIM PARTE CSS DE GALLERY ACHADA NO WP   -------------------------------*/
.blocks-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-gap: 1.0rem;
}

.blocks-gallery-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* max-height: 300px !important; */
}

/* li.blocks-gallery-item{
  max-height: 300px !important;
} */
/* .gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;
} */

/*-----------------    GALERIA - FORUM WP    ------------------*/
/* GALLERY */
/* Gutenberg FIX – image gallery item on last row too big */
/* .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  flex-grow: inherit;
}

.wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  bottom: auto;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 10px 0 20px 0;
  text-align: center;
  background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 0%,transparent);
}

.wp-block-gallery .blocks-gallery-item {
  padding: 0 5% 5% 0; 
} */

/* GALLERY */
/* Gutenberg FIX – image gallery item on last row too big */
/* figure.wp-block-gallery.has-nested-images .wp-block-image {
  flex-grow:inherit;
}

figure.wp-block-gallery.has-nested-images .wp-block-image figure {
  flex-direction: column;
}

figure.wp-block-gallery.has-nested-images .wp-block-image figcaption {
  position: relative;
  bottom: auto;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 10px 0 20px 0;
  text-align: center;
  background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%, transparent);
}

figure.wp-block-gallery.has-nested-images .wp-block-image {
  padding: 0 2.5% 5% 2.5%; 
}*/

/*-----------------    FIM GALERIA - FORUM WP    ------------------*/

.card-overlay {
  position: relative;
  left: 0;
  top: 4.0rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.icones-atalhos-video {
  /*pointer-events: none;    isto faz com que o clique "passe" adiante */
  min-height: 50px;
  /* Aqui voce define o tamanho do degrade */
  width: 100%;
  bottom: 12.0rem;
  position: relative;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff0000', endColorstr='#ff0000', GradientType=0);
}

.icones-atalhos-container {
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  border-radius: 0.24rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}


.campo-ouvidoria {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
}

.upload-ouvidoria {
  opacity: 10;
  position: absolute;
  z-index: -1;
  display: none;

}

.menual {
  width: 184px;
}

.Busca-texto {
  width: 296px;
  height: 47px;
  float: right;
  background-position: left;
  background-repeat: no-repeat;
  border-radius: 4px;
  text-indent: 25px;
}

.fundo-cinza {
  background: #6F6F6F;
}

.botton-formulario-vis-tecnica {
  width: 200px;
  height: 30px;
}

/* Formulário Visita técnica - Espaço entre campos Data/hora */
.espaco-left {
  padding-left: 10px;
}

.espaco-right {
  padding-right: 10px;
}

.tamanho-fonte-placeholder::placeholder {
  font-size: 14px;
  font-style: normal;
  padding-left: 10px;
  color: #000000;
  text-align: left;
}

.tamanho-dividido-7 {
  width: 14.285714%;
}

.botton-formulario-vis-tecnica {
  width: 200px;
  height: 30px;
}

.tamanho-fonte-placeholder::placeholder {
  font-size: 14px;
  font-style: normal;
  padding-left: 10px;
  color: #000000;
  text-align: left;
  flex-wrap: nowrap;
}

.vis-tecnica-place::before {
  color: #000000;
  content: attr(placeholder);
  font-size: 14px;
}

.vis-tecnica-date[type="date"] {
  color: transparent;
}

.date-vis-tecnica[type="date"]:focus,
.tecnica-vis-date[type="date"]:valid {
  color: #000000;
}

.date-form[type="date"]:focus::before,
.date-formulario[type="date"]:valid::before {
  content: "" !important;
}

.place-vis-tecnica-time[type="time"]::before {
  color: #000000;
  content: attr(placeholder);
  font-size: 14px;
}

.time-vis-tecnica[type="time"] {
  color: transparent;
}

.tecnica-vis-time[type="time"]:focus,
.vis-time[type="time"]:valid {
  color: #000000;
}

.vis-time-form[type="time"]:focus::before,
.time-important[type="time"]:valid::before {
  content: "" !important;
}

.cursor-vis-tecnica {
  cursor: pointer;
}

.fundo-cinza {
  background: #6F6F6F;
}

.texto-padrao-figma li {
  list-style-type: disc;
}

.texto-padrao-figma ol {
  list-style-type: decimal;
  padding-left: 50px;
}

.texto-padrao-figma ol li {
  list-style-type: decimal;
}

.texto-padrao-figma ul {
  list-style-type: disc;
  padding-left: 50px;
}

.texto-padrao-figma figure ul {
  list-style-type: disc;
  padding-left: 0px;
}

.texto-padrao-figma ul li {
  list-style-type: disc;
}

.texto-padrao-figma {
  color: #000000;
  word-wrap: break-word;
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto/Roboto-Regular.ttf');
  /*src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/assets/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
  src: url('/assets/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/assets/fonts/Roboto/Roboto-Black.ttf');
  src: url('/assets/fonts/Roboto/Roboto-BlackItalic.ttf'); */
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1029px) {
  #fundo-mvv {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#corpo-modal-menu::-webkit-scrollbar {
  display: none;
}

.botao-sky {
  background: #57BFCF;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.text {
  color: white;
}

.linha {
  width: 5px;
  left: 366px;
  top: 537px;
}

@media (min-width: 768px) {
  .md\:text-3xl {
    font-size: 1.875rem
      /* 30px */
    ;
    line-height: 2.25rem
      /* 36px */
    ;
  }
}

@media (max-width: 768px) {
  .md\:tamanho-do-container {
    height: 450px;
  }
}

.tamanho-da-letra {
  font-size: 13px;
}

.tamanho-do-container {
  height: 267px;
}

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

@media (min-width: 768px) {
  .md\:text-4xl {
    font-size: 2.25rem
      /* 36px */
    ;
    line-height: 2.5rem
      /* 40px */
    ;
  }
}

@media (min-width: 1024px) {
  .lg\:text-4xl {
    font-size: 2.25rem
      /* 36px */
    ;
    line-height: 2.5rem
      /* 40px */
    ;
  }
}

@media (min-width: 640px) {
  .sm\:text-2xl {
    font-size: 1.5rem
      /* 24px */
    ;
    line-height: 2rem
      /* 32px */
    ;
  }
}

@media (min-width: 1024px) {
  .lg\:text-3emeioxl {
    font-size: 2.0rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 640px) {
  .sm\:text-3xl {
    font-size: 1.875rem
      /* 30px */
    ;
    line-height: 2.25rem
      /* 36px */
    ;
  }
}

@media (min-width: 640px) {
  .sm\:text-4xl {
    font-size: 2.25rem
      /* 36px */
    ;
    line-height: 2.5rem
      /* 40px */
    ;
  }
}

.principal-diretoria {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  float: left;
}

.arredondar-diretoria {
  border-radius: 10%;
}

@media(min-width: 400px) {
  .bloco-diretoria {
    width: 15rem;
    height: 15rem;
    float: left;
    margin-right: 10px;
  }
}

.linha-horizontal-diretoria {
  width: 100%;
  margin-top: 14px;
  margin-left: auto;
  height: 8px;
  justify-content: end;
  background-color: #00ab97;
}

pre {
  text-align: center;
  white-space: unset;
  font-style: italic;
  font-size: 14px;
}

figcaption {
  white-space: unset;
  font-style: italic;
  font-size: 14px;
}

em {
  white-space: unset;
  font-style: italic;
}

@media (max-width: 779px) {
  .classe-controle-linha-diretoria {
    display: none;
  }

  .classe-nome-diretoria {
    white-space: unset;
  }
}

.min-h-400 {
  min-height: 400px;
}

.mx-6 {
  margin-left: 1.5rem
    /* 24px */
  ;
  margin-right: 1.5rem
    /* 24px */
  ;
}

.mx-8 {
  margin-left: 2rem
    /* 24px */
  ;
  margin-right: 2rem
    /* 24px */
  ;
}

@media (min-width: 640px) {
  .sm\:py-2 {
    padding-top: 0.5rem
      /* 8px */
    ;
    padding-bottom: 0.5rem
      /* 8px */
    ;
  }
}

@media (max-width: 640px) {
  .sm\:gap-2 {
    gap: 0.5rem
      /* 8px */
    ;
  }
}

.linha-com-h {
  width: 5px;
  left: 366px;
  top: 537px;
  height: 80px;
}

.cor-link {
  color: blue;
}

@media (min-width: 768px) {
  .md\:gap-3 {
    gap: 0.75rem
      /* 12px */
    ;
  }

  .md\:text-xl {
    font-size: 1.25rem
      /* 20px */
    ;
    line-height: 1.75rem
      /* 28px */
    ;
  }
}


@media (min-width: 1024px) {
  .lg\:gap-4 {
    gap: 1rem
      /* 16px */
    ;
  }
}

.gap-3 {
  gap: 0.75rem
    /* 12px */
  ;
}

@media (min-width: 640px) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:text-lg {
    font-size: 1.125rem
      /* 18px */
    ;
    line-height: 1.75rem
      /* 28px */
    ;
  }
}

@media (max-width: 640px) {
  .tamanho-imagem-icones-atalhos {
    height: 50px !important;
  }

  .tamanho-card-inteiro-atalhos {
    height: 100px !important;
  }

  .icones-atalhos-container {
    min-height: 100px;
  }

  .icones-atalhos-video {
    bottom: 6rem;
  }
}


@media (max-width: 400px) {
  .tamanho-imagem-icones-atalhos {
    height: 30px !important;
  }

  .tamanho-card-inteiro-atalhos {
    height: 60px !important;
  }

  .icones-atalhos-container {
    min-height: 50px;
  }

  .icones-atalhos-video {
    bottom: 6rem;
    background: none;
  }

}

@media (max-width: 640px) {
  .noticias-responsivas {
    /* display: none; */
    box-sizing: content-box;
    height: 250px;
    padding-right: 10px;
    padding-left: 10px;
    justify-self: "center";
    /* width: 350px;
    height: 250px;
    place-self: "center"; */
  }
}

.curve-top {
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
}

/* 
@import "~react-image-gallery/styles/scss/image-gallery.scss";

@import "~react-image-gallery/styles/css/image-gallery.css"; */

/*=============== FRAME MOTION SLIDER===================*/
/* .example-container {
  height: '490px';
  width: '680px';
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.next,
.prev {
  top: calc(50% - 20px);
  position: absolute;
  background: white;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}

.next {
  right: 10px;
}

.prev {
  left: 10px;
  transform: scale(-1);
}

.motion {
  height: '490px';
  width: '680px';
  position: 'relative';
  background-color: 'grey.800';
  color: '#fff';
  margin-bottom: 4;
  background-size: 'cover';
  background-repeat: 'no-repeat';
  background-position: 'center';
}

.refresh {
  padding: 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* 
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.conteudoPaginaPost .tablepress thead th {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  background-color: #00ab97;
  color: #fff;
}

.conteudoPaginaPost .tablepress tbody tr {
  border-bottom: 0.5pt solid black;
}

.conteudoPaginaPost .tablepress tbody tr:hover {
  background-color: #d3d3d3;
}

.conteudoPaginaPost .tablepress tbody td {
  padding: 10px;
  text-align: start;
}

@media (min-width: 1024px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
}

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

@media (min-width: 1024px) {
  .lg\:text-base {
    font-size: 1rem
      /* 16px */
    ;
    line-height: 1.5rem
      /* 24px */
    ;
  }
}

.rounded-xl {
  border-radius: 0.75rem
    /* 12px */
  ;
}

@media (min-width: 640px) {
  .sm\:py-4 {
    padding-top: 1rem
      /* 16px */
    ;
    padding-bottom: 1rem
      /* 16px */
    ;
  }
}

.text-xss {
  font-size: 0.30rem;
  line-height: 0.40rem;
}

.text-transparencia {
  font-size: 0.6rem;
  line-height: 0.6rem;
}


@media (min-width: 640px) {
  .sm\:text-base {
    font-size: 1rem
      /* 16px */
    ;
    line-height: 1.5rem
      /* 24px */
    ;
  }
}

@media (min-width: 640px) {
  .sm\:text-xs {
    font-size: 0.75rem
      /* 12px */
    ;
    line-height: 1rem
      /* 16px */
    ;
  }
}

@media (min-width: 640px) {
  .sm\:mb-2 {
    margin-bottom: 0.5rem
      /* 8px */
    ;
  }
}

@media (min-width: 401px) and (max-width: 640px) {
  .td-icones-atalhos-ajuste {
    margin-top: 8px;
  }

  .text-xss2 {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }

}

.gif-404 {
  max-width: 70%;
  max-height: 70%;
}

@media (min-width: 768px) {
  .md\:mb-4 {
    margin-bottom: 1rem
      /* 16px */
    ;
  }

  .md\:min-h-screen-32 {
    min-height: 32vh;
  }
}

@media (min-width: 768px) {
  .md\:text-base1 {
    font-size: 1rem
      /* 16px */
    ;
    line-height: 1.2rem
      /* 24px */
    ;
  }

  .md\:text-base {
    font-size: 1rem
      /* 16px */
    ;
    line-height: 1.5rem
      /* 24px */
    ;
  }
}

@media (min-width: 1024px) {
  .lg\:text-lg1 {
    font-size: 1.125rem
      /* 18px */
    ;
    line-height: 1.20rem
      /* 28px */
    ;
  }

  .lg\:text-lg {
    font-size: 1.125rem
      /* 18px */
    ;
    line-height: 1.75rem
      /* 28px */
    ;
  }

  .lg\:text-base1 {
    font-size: 1rem
      /* 16px */
    ;
    line-height: 1.2rem
      /* 24px */
    ;
  }

  .lg\:text-2xl {
    font-size: 1.5rem
      /* 24px */
    ;
    line-height: 2rem
      /* 32px */
    ;
  }
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

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

.fundo-cor-purple2 {
  background-color: #951c7f;
  width: 90px;
  z-index: 1;
  height: 9.5px;
  position: absolute;
  --tw-bg-opacity: 1;
}

.mt-negativa {
  margin-top: -11px;
  z-index: 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .video-section {

    width: calc(100% - 170px);
    margin: 0 auto;
    padding: 0;
  }

  .h-video {
    Height: 300px
  }

}

@media (min-width: 630px) and (max-width: 767px) {

  .video-section2 {

    width: calc(100% - 100px);
    margin: 0 auto;

  }

  .h-video {
    Height: 300px
  }

}

@media (min-width: 1px) and (max-width: 630px) {

  .video-section3 {

    width: calc(100% - 10PX);
    margin: 0 auto;

  }

  .h-video {
    Height: 300px
  }

}

.text-hide {
  font-size: 0px;
}

@media (min-width: 768px) {
  .md\:text-sm {
    font-size: 0.875rem
      /* 14px */
    ;
    line-height: 1.25rem
      /* 20px */
    ;
  }
}

@media (min-width: 640px) {
  .sm\:text-sm {
    font-size: 0.875rem
      /* 14px */
    ;
    line-height: 1.25rem
      /* 20px */
    ;
  }
}

.image-gallery {
  width: 100%;
}

.image-gallery-swipe {
  width: 100%;
}

.image-gallery-slides {
  width: 100%;
}

.image-gallery-thumbnails-container {
  width: 100%;
}

.image-gallery {
  border-radius: 20%;
}

.image-gallery-slide {
  width: 100%;
  border-radius: 20%;
}


button .image-gallery-thumbnail,
.active,
.image-gallery-thumbnail:hover,
.active:hover {
  border: 0px !important;
  border: none !important;
}

@media (min-width: 1024px) {

  .image-gallery-slide-wrapper {
    width: 77% !important;
    position: static !important;
  }

  .image-gallery-thumbnails-wrapper {
    width: 22% !important;
  }

  .image-gallery-thumbnail {
    display: flex;
    width: 100% !important;
  }

  .image-gallery-thumbnail-image {
    border-radius: 6%;
    width: 283px !important;
    height: 159px;
    overflow: hidden;
    justify-content: center;
    border: none;
    box-sizing: content-box;
  }

  .image-gallery-icon {
    transform: rotate(90deg) !important;
    padding: 0px !important;
    display: flex !important;
  }

  .image-gallery-left-nav {
    top: 0.3% !important;
    margin-left: 113%;
    position: sticky !important;
  }

  .image-gallery-right-nav {
    top: 93% !important;
    margin-left: 113%;
    position: sticky !important;
  }
}

@media (max-width: 1024px) {
  .image-gallery-thumbnail-image {
    border-radius: 6%;
    /* width: 100% !important;*/
    height: 100% !important;
    max-width: 122px;
    max-height: 63px;
    overflow: hidden !important;
    justify-content: center !important;
    border: none;
  }

  .image-gallery-thumbnail {
    display: block;
    width: 20% !important;
  }

}

@media (min-width: 1025px) and (max-width: 1279px) {

  .image-gallery-swipe {
    overflow: hidden !important;
    height: 100% !important;
    justify-content: center !important;
  }
}

#consent-manager-lgpd div {
  z-index: 4 !important;
  border-top-left-radius: 10% !important;
  border-top-right-radius: 10% !important;
}

#banner-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 40;
  text-align: right;
  width: 100%;
}

@media (min-width: 1024px) {
  .imagem_noticia_principal {
    max-width: 320px;
    max-height: 300px;
  }
}

.video-section {
  width: 410px;
  height: 230px;
}

.formatovideos {
  width: 410px;
}

@media (min-width:1024px) and (max-width: 1279px) {
  .formatovideos {
    width: 329px;
    height: 190px;
  }

  .video-section {
    width: 329px;
    height: 190px;
  }

}

@media (min-width: 508px) and (max-width: 1023px) {
  .video-section {
    width: 446px;
    height: 250px;
  }
}


@media (min-width: 307px) and (max-width: 507px) {
  .video-section {
    width: auto;
    height: 170px;
  }
}

@media (min-width: 200px) and (max-width: 306px) {
  .video-section {
    width: 100%;
    height: 155px;
  }
}

@media (min-width: 1024px) {
  .lg\:items-center {
    align-items: center;
  }
}

#ReactSimpleImageViewer {
  z-index: 51;
}

.titulo-noticias-container {
  margin-top: -140px;
  width: 70%;
  height: 100%;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 0.24rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.27);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  /* border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; */
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* .swiper-pagination, .swiper-pagination-clickable,
 .swiper-pagination-bullets, .swiper-pagination-horizontal{
  z-index: 3 !important;
} */



@media (min-width: 200px) and (max-width: 306px) {
  .titulo-noticias-container {
    max-height: 40px;
    font-size: 0.37rem;
    margin-top: -5rem;
    box-sizing: inherit;
  }
}

@media (min-width: 307px) and (max-width: 507px) {
  .titulo-noticias-container {
    max-height: 50px;
    font-size: 0.45rem;
    margin-top: -5.3rem;
    box-sizing: inherit;
  }
}

@media (min-width: 508px) and (max-width: 640px) {
  .titulo-noticias-container {
    max-height: 70px;
    font-size: 0.63rem;
    margin-top: -6.5rem;
    box-sizing: inherit;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .titulo-noticias-container {
    max-height: 80px;
    font-size: 0.8rem;
    margin-top: -7.5rem;
    box-sizing: inherit;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .titulo-noticias-container {
    max-height: 95px;
    font-size: 0.9rem;
    margin-top: -8.5rem;
    box-sizing: inherit;
  }
}

@media (min-width: 1024px) {
  .titulo-noticias-container {
    max-height: 100px;
    font-size: 0.86rem;
    margin-top: -8.5rem;
    box-sizing: inherit;
  }
}

.has-very-light-gray-color {
  color: #fff;
}

.min-h-full-hmdcc {
  min-height: 100vh;
  ;
}

.max-linhas-noticias {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.max-h-60 {
  max-height: 15rem
    /* 240px */
  ;
}

.max-h-80 {
  max-height: 20rem
    /* 320px */
  ;
}


/* CSS APP - TELA LOGIN */
.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}

.oblique {
  transform: skewX(-10deg);
  overflow: hidden;
  width: 60%;
  right: -10rem;
  border-bottom-left-radius: 0.75rem;
}

.oblique .oblique-image {
  transform: skewX(10deg);
}

.position-absolute {
  position: absolute !important;
}

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

.d-md-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.ms-auto {
  margin-left: auto !important;
}

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

.ms-n6 {
  margin-left: -4rem !important;
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.min-vh-75 {
  min-height: 75vh !important;
}


.main-content,
.sidenav {
  transition: all 0.2s ease-in-out;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-danger {
  color: #8c0404;
  background-color: #ee3232;
  border-color: #f9b4b4;
}

.alert-success {
  background-image: linear-gradient(310deg, #17ad37 0%, #84dc14 100%);
}

.alert-warning {
  background-image: linear-gradient(310deg, #f53939 0%, #fac60b 100%);
}

.col-xl-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-lg-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

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

/* .card {
  box-shadow: 0 0 27px 20px rgba(0, 0, 0, 0.05);
} */

.card.card-plain {
  background-color: transparent;
  box-shadow: none;
}

.mt-6 {
  margin-top: 4rem !important;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card .card-header {
  padding: 1.5rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.font-weight-bolder {
  font-weight: 700 !important;
}

.text-info {
  color: #17c1e8 !important;
}

.text-gradient.text-info {
  background-image: linear-gradient(310deg, #2152FF, #21D4FD);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
}

.card .card-body {
  /* font-family: "Open Sans"; */
  padding: 1.5rem;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

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

.btn {
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-size: 150%;
  background-position-x: 25%;
}

.bg-gradient-info {
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}

.w-100 {
  width: 100% !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.bg-gradient-primary-hmdcc {
  background-image: linear-gradient(310deg, #00AB97 0%, #00C4AD 100%);
}

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

/*FIM CSS APP - TELA LOGIN */


.navbar1 {
  overflow: hidden;
  background-color: #00ab97;
}

.navbar1 a {
  float: left;
  /* font-size: 16px; */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: right;
  overflow: hidden;
}

.subnav .subnavbtn {
  /* font-size: 16px; */
  border: none;
  outline: none;
  color: white;
  padding-right: 14px;
  padding-left: 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: #951c7f;

}

.subnav-content {
  display: none;
  position: absolute;
  text-align: right;
  right: 0;
  background-color: #951c7f;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  text-align: right;
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

.card-funcoes-colaborador {
  width: 20rem;
  max-width: 100%;
  /* Remover max-width fixo */
  height: 15rem;
  max-height: 15rem;
}

.card-sgpv-pesquisa-votacao {
  max-width: 50%;
  min-width: 40%;
  width: 50%;
  height: 20rem;
  max-height: 20rem;
  border-radius: 1rem;
}

.scroll-down-btn-respostas {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #951c7f;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.scroll-down-btn-respostas:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/4 {
    width: 25%;
  }
}


/* Define comportamento como block em telas menores */
@media (max-width: 767px) {
  .block {
    display: block;
  }

  .table-cell,
  .table-row {
    display: block;
  }
}

/* Define comportamento como table-cell e table-row a partir de md (768px) */
@media (min-width: 768px) {
  .table-cell {
    display: table-cell;
  }

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

/* Define comportamento flex e flex-wrap */
.flex {
  display: flex;
}

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

/* Configuração para largura total e padding */
.w-full {
  width: 100%;
}

.p-4 {
  padding: 1rem;
  /* Equivale a 16px */
}

/* Estilos adicionais para ajustar o layout */
.min-w-150 {
  min-width: 150px;
}

.min-h-150 {
  min-height: 150px;
}

.text-xl {
  font-size: 1.25rem;
  /* Aproximadamente 20px */
}

.text-2xl {
  font-size: 1.5rem;
  /* Aproximadamente 24px */
}

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

@media (min-width: 768px) {
  .md\:w-1\/4 {
    width: 25%;
  }

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

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

.imagemFooter {
  width: 16%;
}

.imagemFooterSus {
  width: 17%;
  height: auto;
  max-width: 182px;
  min-width: 45px;
}

.imagemFooterHmdcc {
  width: 19%;
  height: auto;
  max-width: 204px;
  min-width: 49px;
}

.imagemFooterPrefeitura {
  width: 25%;
  height: auto;
  max-width: 270px;
  min-width: 64px;
}

.footerNovo {
  background-color: var(--color-whiteCloud);
  display: flex;
  justify-content: space-around;
  padding: 2% 20%;
  border: 1;
  min-height: 160px;
  border-top: 1px solid var(--color-lightGrey);
}

@media (min-width: 768px) {
  .md\:justify-center {
    justify-content: center;
  }

  .md\:w-6\/12 {
    width: 50%;
  }
}

.botao-voltar:hover {
  background-color: #951c7f;
  ;
}

.loader {
  animation: spin 1s linear infinite;
  /* animate-spin + ease-linear */
  border-radius: 9999px;
  /* rounded-full */
  border-width: 4px;
  /* border-4 */
  border-style: solid;
  border-color: #e5e7eb;
  /* border-gray-200 */
  border-top-color: #00ab97;
  /* border-t-blue-500 */
  height: 1.5rem;
  /* h-6 = 24px */
  width: 1.5rem;
  /* w-6 = 24px */
  margin-right: 0.5rem;
  /* mr-2 = 8px */
  box-sizing: border-box;
  /* garantir bordas corretas */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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


.inputRadio {
  margin-bottom: 1rem;
}

.inputRadio>span {
  background-color: var(--color-lightGrey-100);
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

.inputRadio>input {
  display: none;
}

.inputRadio input[type="radio"]:checked+span {
  background-color: var(--color-HMDCCGreen);
  color: white;
}


.opcoes_enquete {
  padding-left: 1.5rem;
  border-left: #00AB97 0.2rem solid;
}

.form-label {
  width: 100%;
  margin-bottom: calc(var(--spacing) * 4) !important;
}

.form-button-file {
  position: relative;
  background-color: var(--color-lightGrey-100) !important;
  height: fit-content;
  padding: 0.5rem;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
}

.form-button-file:hover {
  background-color: #ffffff;

}

.form-button-file>input {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-button-delete {
  color: white;
  background-color: red;
  border-radius: 0.5rem;
  padding: 0.25rem;
  padding-inline: 0.5rem;
  justify-self: end;
  height: min-content;
}

.form-button-submit {
  color: white;
  padding: 0.5rem 0.75rem;
  background-color: var(--color-HMDCCGreen) !important;
  border-radius: 0.5rem;
}

.form-button-reset {
  color: black;
  padding: 0.5rem 0.75rem;
  background-color: var(--color-lightGrey-100) !important;
  border-radius: 0.5rem;
}

.form-button {
  color: white;
  padding: 0.5rem 0.75rem;
  background-color: var(--color-YpePurple) !important;
  border-radius: 0.5rem;
}

.font-thin {
  font-weight: 50 !important;
}


.font-roboto-thin {
  /* font-family: 'Roboto-Thin', sans-serif; */
  font-weight: 10;
  font-style: thin;
}