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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -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"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

[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;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[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);
  border-color: #2563eb;
}

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

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

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

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

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

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

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

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

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

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-1 {
  top: 0.25rem;
}
.-left-\[110px\] {
  left: -110px;
}
.left-0 {
  left: 0px;
}
.-left-\[21\.5\%\] {
  left: -21.5%;
}
.top-\[50\%\] {
  top: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.left-4 {
  left: 1rem;
}
.-top-6 {
  top: -1.5rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[2\] {
  z-index: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mt-20 {
  margin-top: 5rem;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.h-full {
  height: 100%;
}
.h-14 {
  height: 3.5rem;
}
.h-3\/4 {
  height: 75%;
}
.\!h-\[90svh\] {
  height: 90svh !important;
}
.h-auto {
  height: auto;
}
.h-\[90\%\] {
  height: 90%;
}
.h-1\/2 {
  height: 50%;
}
.h-5 {
  height: 1.25rem;
}
.h-\[430px\] {
  height: 430px;
}
.h-\[100svh\] {
  height: 100svh;
}
.h-\[310px\] {
  height: 310px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-12 {
  height: 3rem;
}
.h-\[calc\(100\%-40px\)\] {
  height: calc(100% - 40px);
}
.h-\[180px\] {
  height: 180px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[80px\] {
  height: 80px;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-\[110px\] {
  max-height: 110px;
}
.max-h-\[1100px\] {
  max-height: 1100px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-44 {
  width: 11rem;
}
.w-\[24svw\] {
  width: 24svw;
}
.w-\[100px\] {
  width: 100px;
}
.w-3\/4 {
  width: 75%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[16\%\] {
  width: 16%;
}
.w-1\/2 {
  width: 50%;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100svw\] {
  width: 100svw;
}
.w-\[44\.5\%\] {
  width: 44.5%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-20 {
  width: 5rem;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[40svw\] {
  width: 40svw;
}
.w-12 {
  width: 3rem;
}
.w-\[99svw\] {
  width: 99svw;
}
.w-\[100vws\] {
  width: 100vws;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[62\%\] {
  max-width: 62%;
}
.\!max-w-\[74\%\] {
  max-width: 74% !important;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-16 {
  --tw-translate-y: -4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-7 {
  --tw-translate-y: -1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-7 {
  --tw-translate-x: -1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.place-self-center {
  place-self: center;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(231 122 30 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 122 30 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-\[\#5A5959\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 89 89 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 89 / var(--tw-bg-opacity));
}
.bg-primary-dark\/40 {
  background-color: rgb(29 29 27 / 0.4);
}
.bg-primary-dark\/70 {
  background-color: rgb(29 29 27 / 0.7);
}
.bg-\[url\(\/img\/template\/bg-footer-mobile\.png\)\] {
  background-image: url(/img/template/bg-footer-mobile.png);
}
.bg-\[url\(\/img\/city-offices\/textura\.png\)\] {
  background-image: url(/img/city-offices/textura.png);
}
.bg-\[url\(\/img\/city-offices\/grafismo-download\.svg\)\] {
  background-image: url(/img/city-offices/grafismo-download.svg);
}
.bg-\[url\(\/img\/template\/bg-section-slider-card\.png\)\] {
  background-image: url(/img/template/bg-section-slider-card.png);
}
.bg-\[url\(\/img\/city-studios\/banner\.png\)\] {
  background-image: url(/img/city-studios/banner.png);
}
.bg-\[url\(\/img\/home\/textura\.png\)\] {
  background-image: url(/img/home/textura.png);
}
.bg-\[url\:url\(\/img\/\/projeto\/bg-s1-mobile\.png\)\] {
  background-image: url(/img//projeto/bg-s1-mobile.png);
}
.bg-\[url\(\/img\/projeto\/textura\.png\)\] {
  background-image: url(/img/projeto/textura.png);
}
.bg-cover {
  background-size: cover;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pl-\[30\%\] {
  padding-left: 30%;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.text-center {
  text-align: center;
}
.\!text-start {
  text-align: start !important;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[150px\] {
  font-size: 150px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[50px\] {
  line-height: 50px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(231 122 30 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.\!text-primary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(236 236 236 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-10 {
  opacity: 0.1;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-toast,
.form-toast-error {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.form-toast.fade-hidden, 
.form-toast-error.fade-hidden {
  opacity: 0;
}
@font-face {
  font-family: mic_bold;
  src: url("/fonts/site/Mic 32 New Bold.otf") format("opentype");
}
@font-face {
  font-family: mic_light;
  src: url("/fonts/site/Mic 32 New Light.otf") format("opentype");
}
@font-face {
  font-family: mic_light_italic;
  src: url("/fonts/site/Mic 32 New Light Italic.otf") format("opentype");
}
@font-face {
  font-family: mic_medium;
  src: url("/fonts/site/Mic 32 New Medium.otf") format("opentype");
}
@font-face {
  font-family: norman;
  src: url("/fonts/site/Norman Stencil.otf") format("opentype");
}
@font-face {
  font-family: stencil;
  src: url("/fonts/site/Stencil Creek.otf") format("opentype");
}
body,
html {
  width: 100vw;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}
._container_large {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  ._container_large {
    max-width: 92%;
  }
}
@media (min-width: 1700px) {

  ._container_large {
    max-width: 1536px;
  }
}
._container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  ._container {
    max-width: 82%;
  }
}
@media (min-width: 1700px) {

  ._container {
    max-width: 1280px;
  }
}
.mic_bold {
  font-family: mic_bold;
}
.mic_light {
  font-family: mic_light;
}
.mic_light_italic {
  font-family: mic_light_italic;
}
.mic_medium {
  font-family: mic_medium;
}
.norman {
  font-family: norman;
}
.stencil {
  font-family: stencil;
}
[x-cloak] {
  display: none !important;
}
.prose {
  max-width: 100%;
}
.prose p {
  display: block;
}
.btn-default a,  .btn-default button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 122 30 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
@media (min-width: 1700px) {

  .btn-default a,  .btn-default button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-default a, .btn-default button {
  font-family: mic_medium;
}
header {
  background-image: url("/img/template/bg-menu.png");
  background-size: cover;
  z-index: 100;
}
header .logo {
  max-width: 86px;
  max-height: 66px;
}
header nav {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 1010px) {
  header #mobile-menu-2 {
    display: flex !important;
  }
}
header #nav-ul-menu {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  header #nav-ul-menu {
    margin-top: 0;
  }
}
header .navbar-link-ancora {
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  header .navbar-link-ancora {
    text-transform: uppercase;
  }
}
header .navbar-link-ancora::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0px;
  height: 1px;
  transition: all 0.7s ease-in-out;
  transform-origin: center;
  background-color: currentColor;
}
header .navbar-link-ancora:not(.pr-2):hover::after {
  width: 40%;
  background-color: #fff;
}
header .navbar-link-ancora.current::after {
  width: 40%;
}
header .dropdown-menu .navbar-link-ancora {
  margin-bottom: 6px;
}
header .toggle-btn {
  cursor: pointer;
  position: relative;
}
header .toggle-btn .bar {
  width: 8px;
  height: 8px;
  margin: 4px 0 4px auto;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  background-color: #e77a1e;
}
header #toggle-menu:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
header #toggle-menu:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
  width: 25px;
  height: 3px;
  border-radius: 0;
}
header #toggle-menu:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  width: 25px;
  height: 3px;
  border-radius: 0;
}
.dual-cols {
  position: relative;
}
@media (min-width: 768px) {

  .dual-cols {
    height: 100svh;
    max-height: 1100px;
  }
}
.dual-cols .background {
  position: absolute;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 122 30 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .dual-cols .background {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dual-cols .background .bg-img {
  position: relative;
  display: flex;
  height: 50%;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {

  .dual-cols .background .bg-img {
    height: 100svh;
    max-height: 1100px;
  }
}
.dual-cols .background .bg-img .img1 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.dual-cols .background .bg-img span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 90px;
  line-height: 90px;
  opacity: 0.4;
}
@media (min-width: 768px) {

  .dual-cols .background .bg-img span {
    right: unset;
    font-size: 130px;
    line-height: 130px;
  }
}
@media (min-width: 1700px) {

  .dual-cols .background .bg-img span {
    font-size: 160px;
    line-height: 160px;
  }
}
.dual-cols .background .bg-img span {
  font-family: norman;
}
.dual-cols .background .bg-img .overlay {
  position: absolute;
  height: 220px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 50%, transparent);
}
@media (min-width: 768px) {
  .dual-cols .background .bg-img .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.4) 50%, transparent);
  }
}
.dual-cols .background .bg-img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 220px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 4%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, transparent);
}
@media (min-width: 768px) {
  .dual-cols .background .bg-img::after {
    background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 70%, transparent);
  }
}
.dual-cols .background::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 122 30 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .dual-cols .background::after {
    display: none;
  }
}
.dual-cols .content {
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .dual-cols .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dual-cols .content .content-col {
  display: flex;
  height: 100%;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1700px) {

  .dual-cols .content .content-col {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.dual-cols .content .content-col .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
  max-width: 240px;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col .logo {
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1700px) {

  .dual-cols .content .content-col .logo {
    max-width: 280px;
  }
}
.dual-cols .content .content-col .logo img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col .logo img {
    width: 100%;
  }
}
.dual-cols .content .content-col .text {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .dual-cols .content .content-col .text {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

  .dual-cols .content .content-col .text {
    max-width: 58%;
  }
}
.dual-cols .content .content-col .text span {
  display: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col .text span {
    display: block;
  }
}
.dual-cols .content .content-col .text span {
  font-family: mic_medium;
}
.dual-cols .content .content-col .text h2 {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1700px) {

  .dual-cols .content .content-col .text h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.dual-cols .content .content-col .text h2 {
  font-family: norman;
}
.dual-cols .content .content-col .text .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col .text .description {
    display: block;
  }
}
.dual-cols .content .content-col .text .description p {
  display: block;
  max-width: 55%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col .text .description p {
    max-width: 80%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .dual-cols .content .content-col .text .description p {
    max-width: none;
  }
}
@media (min-width: 1700px) {

  .dual-cols .content .content-col .text .description p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.dual-cols .content .content-col .text .description p {
  font-family: mic_light;
}
.dual-cols .content .content-col .text .description .btn-default {
  margin-top: 1rem;
}
.dual-cols .content .content-col .text .description .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dual-cols .content .content-col .text .description .modal a {
  position: absolute;
  top: 0;
  right: 5px;
}
@media (min-width: 768px) {

  .dual-cols .content .content-col-right {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {

  .dual-cols .content .content-col-right {
    padding-left: 5rem;
  }
}
@media (min-width: 1700px) {

  .dual-cols .content .content-col-right {
    padding-left: 7rem;
  }
}
@media (min-width: 1024px) {

  .dual-cols .content .content-col-right .text {
    max-width: 60%;
  }
}
@media (min-width: 1700px) {

  .dual-cols .content .content-col-right .text {
    max-width: 70%;
  }
}
.infra_banner {
  height: calc(100svh - 72px);
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .infra_banner {
    max-height: 1000px;
  }
}
.infra_banner .wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}
.infra_banner .wrapper .background {
  position: absolute;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
  padding-top: 1rem;
}
@media (min-width: 768px) {

  .infra_banner .wrapper .background {
    padding-top: 0px;
  }
}
.infra_banner .wrapper .background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.infra_banner .wrapper .overlay {
  position: absolute;
  bottom: 0px;
  height: 220px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 12%, rgba(0, 0, 0, 0.5) 70%, transparent);
}
.infra_banner .wrapper .text {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .infra_banner .wrapper .text {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

  .infra_banner .wrapper .text {
    max-width: 58%;
  }
}
.infra_banner .wrapper .text span {
  display: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {

  .infra_banner .wrapper .text span {
    display: block;
  }
}
.infra_banner .wrapper .text span {
  font-family: mic_medium;
}
.infra_banner .wrapper .text h2 {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1700px) {

  .infra_banner .wrapper .text h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.infra_banner .wrapper .text h2 {
  font-family: norman;
}
.infra_banner .wrapper .text p {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {

  .infra_banner .wrapper .text p {
    max-width: 80%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .infra_banner .wrapper .text p {
    max-width: none;
  }
}
@media (min-width: 1700px) {

  .infra_banner .wrapper .text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.infra_banner .wrapper .text p {
  font-family: mic_light;
}
.infra_banner .wrapper .text .btn-default {
  margin-top: 1.25rem;
}
.infra_banner .wrapper .text .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.infra_banner .wrapper .text .modal a {
  position: absolute;
  top: 0;
  right: 5px;
}
.home .gallery::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: none;
  height: 100%;
  width: 18%;
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 89 / var(--tw-bg-opacity));
  background-image: url(/img/home/textura.png);
}
@media (min-width: 1024px) {

  .home .gallery::after {
    display: block;
  }
}
.home .gallery .localizacao > .overlay, 
.home .gallery .wrapper > .overlay {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 58px;
  background-image: url(/img/home/grafismo.svg);
  opacity: 0.1;
}
@media (min-width: 1700px) {

  .home .gallery .localizacao > .overlay, 
.home .gallery .wrapper > .overlay {
    width: 100px;
  }
}
.home .gallery .visita .overlay {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 58px;
  background-image: url(/img/home/grafismo.svg);
  opacity: 0.1;
}
.projeto .possibilidades .list p {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
@media (min-width: 1024px) {

  .projeto .possibilidades .list p {
    margin-bottom: 0.75rem;
  }
}
.projeto .possibilidades .list p::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 0.5rem;
  width: 0.5rem;
  background-image: url(/img/template/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.projeto .arquitetura-design .grafism div::before {
  content: "";
  position: absolute;
  right: -0.25rem;
  height: 100%;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 122 30 / var(--tw-bg-opacity));
}
.projeto .section-slider {
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(231 122 30 / var(--tw-border-opacity));
}
.section-slider {
  position: relative;
}
@media (min-width: 1280px) {

  .section-slider {
    display: flex;
  }
}
.section-slider .swiper {
  height: 500px;
  width: 100%;
}
@media (min-width: 1280px) {

  .section-slider .swiper {
    margin-left: 0px;
    height: calc(100svh - 72px);
    max-height: 1000px;
    width: 80%;
  }
}
.section-slider .swiper .swiper-wrapper {
  height: 100%;
}
.section-slider .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.section-slider .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {

  .section-slider .swiper .swiper-pagination {
    display: none;
  }
}
.section-slider .swiper .swiper-pagination {
  font-family: stencil;
}
.section-slider .arrows {
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {

  .section-slider .arrows {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    height: 12.5%;
    width: 20%;
    background-image: url(/img/template/bg-section-slider-card-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section-slider .arrows .controls {
  position: relative;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {

  .section-slider .arrows .controls {
    width: 50%;
  }
}
.section-slider .arrows .controls .pagination-mirror {
  position: absolute;
  top: -2rem;
  left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: stencil;
}
.section-slider .arrows .controls .arrow-prev {
  display: flex;
  width: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
  background-color: rgb(60 60 59 / 0.7);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.section-slider .arrows .controls .arrow-next {
  display: flex;
  width: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(60 60 59 / 0.4);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.section-slider .arrows .controls img {
  height: 1.5rem;
  width: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1700px) {

  .section-slider .arrows .controls img {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.section-slider .card {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: flex;
  height: 10rem;
  width: 10rem;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
}
@media (min-width: 1280px) {

  .section-slider .card {
    height: 100%;
    width: 20%;
    align-items: flex-start;
  }
}
.section-slider .card p {
  max-width: 80%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .section-slider .card p {
    padding-top: 50%;
    text-align: start;
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1700px) {

  .section-slider .card p {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.section-slider .card p {
  font-family: stencil;
}
.section-slider-alternative {
  position: relative;
}
@media (min-width: 1024px) {

  .section-slider-alternative {
    display: flex;
  }
}
.section-slider-alternative .swiper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (min-width: 1024px) {

  .section-slider-alternative .swiper {
    margin-left: 0px;
    height: calc(100svh - 72px);
    max-height: 1000px;
    width: 80%;
  }
}
.section-slider-alternative .swiper .swiper-wrapper {
  height: 100%;
  padding-bottom: 3.5rem;
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  padding-top: 2.5rem;
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .planta {
  height: 240px;
  width: 100%;
}
@media (min-width: 1024px) {

  .section-slider-alternative .swiper .swiper-wrapper .swiper-slide .planta {
    height: 70%;
  }
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .planta img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 94%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  font-family: mic_light;
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .text span {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1700px) {

  .section-slider-alternative .swiper .swiper-wrapper .swiper-slide .text span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .text h5 {
  margin-bottom: 0.5rem;
  max-width: 80%;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {

  .section-slider-alternative .swiper .swiper-wrapper .swiper-slide .text h5 {
    max-width: 40%;
  }
}
@media (min-width: 1700px) {

  .section-slider-alternative .swiper .swiper-wrapper .swiper-slide .text h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .planta-geral {
  height: 130px;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .planta-geral img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {

  .section-slider-alternative .swiper .swiper-wrapper .swiper-slide .content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-slider-alternative .swiper .swiper-wrapper .swiper-slide .content .bottom-area {
  width: 100%;
}
@media (min-width: 1024px) {

  .section-slider-alternative .swiper .swiper-wrapper .swiper-slide .content .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section-slider-alternative .swiper .swiper-pagination {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .section-slider-alternative .swiper .swiper-pagination {
    display: none;
  }
}
.section-slider-alternative .swiper .swiper-pagination {
  font-family: stencil;
}
.section-slider-alternative .controls {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .section-slider-alternative .controls {
    position: absolute;
    right: 10%;
    bottom: 0px;
    z-index: 3;
    height: 12.5%;
    width: 10%;
    background-color: transparent;
  }
}
.section-slider-alternative .controls .pagination-mirror {
  position: absolute;
  top: -2rem;
  left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: stencil;
}
.section-slider-alternative .controls .arrow-prev {
  display: flex;
  width: 50%;
  cursor: pointer;
  justify-content: flex-end;
  background-color: rgb(60 60 59 / 0.4);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.section-slider-alternative .controls .arrow-next {
  display: flex;
  width: 50%;
  cursor: pointer;
  justify-content: flex-start;
  background-color: rgb(60 60 59 / 0.7);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.section-slider-alternative .card {
  z-index: 2;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .section-slider-alternative .card {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 87.50%;
    width: 20%;
    align-items: flex-start;
  }
}
.section-slider-alternative .card p {
  max-width: 60%;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 54px;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .section-slider-alternative .card p {
    max-width: 75%;
    padding-top: 50%;
  }
}
@media (min-width: 1700px) {

  .section-slider-alternative .card p {
    font-size: 3rem;
    line-height: 1;
    line-height: 74px;
  }
}
.section-slider-alternative .card p {
  font-family: stencil;
}
.section-banner {
  position: relative;
  display: flex;
  height: calc(100svh - 72px);
  width: 100vw;
  align-items: flex-end;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {

  .section-banner {
    max-height: 1000px;
  }
}
.section-banner ._container_large {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {

  .section-banner ._container_large {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
    align-items: center;
  }
}
.section-banner ._container_large img {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
@media (min-width: 1024px) {

  .section-banner ._container_large img {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 400px;
  }
}
.section-banner ._container_large .text {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .section-banner ._container_large .text {
    max-width: 400px;
    text-align: end;
    line-height: 46px;
  }
}
@media (min-width: 1700px) {

  .section-banner ._container_large .text {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 54px;
  }
}
.section-banner ._container_large span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 130px;
  line-height: 130px;
  color: rgb(255 255 255 / 0.2);
}
@media (min-width: 1024px) {

  .section-banner ._container_large span {
    left: unset;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 200px;
    line-height: 200px;
  }
}
.section-banner .overlay-top {
  position: absolute;
  top: 0px;
  height: 320px;
  width: 100%;
}
@media (min-width: 1024px) {

  .section-banner .overlay-top {
    display: none;
  }
}
.section-banner .overlay-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.section-banner .overlay-bottom {
  position: absolute;
  bottom: 0px;
  height: 320px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.page-city-offices .possibilidades .text p {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
@media (min-width: 1024px) {

  .page-city-offices .possibilidades .text p {
    padding-right: 2rem;
  }
}
.page-city-offices .possibilidades .text p::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 0.5rem;
  width: 0.5rem;
  background-image: url(/img/template/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-city-offices .possibilidades .prose :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em;
}
@media (min-width: 1024px) {

  .page-city-offices .salas .dual-cols .content .content-col .text .title {
    max-width: 80%;
  }
}
.page-city-offices .salas .dual-cols .content .content-col .text .description {
  display: block;
}
.page-city-offices .salas .dual-cols .content .content-col .text .description p {
  max-width: 80%;
}
.page-city-offices .section-slider.cenarios .card p {
  text-align: start;
}
@media (min-width: 1280px) {

  .page-city-offices .section-slider.cenarios .card p {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.4;
  }
}
@media (min-width: 1700px) {

  .page-city-offices .section-slider.cenarios .card p {
    font-size: 3rem;
    line-height: 1;
  }
}
.page-city-offices .ficha-tecnica .content .text p {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.page-city-offices .ficha-tecnica .content .text p::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 0.5rem;
  width: 0.5rem;
  background-image: url(/img/template/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-city-offices .ficha-tecnica .content .text.prose :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em;
}
.room {
  position: relative;
}
.room .image {
  height: 400px;
  width: 100%;
}
@media (min-width: 1024px) {

  .room .image {
    height: 550px;
  }
}
.room .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room .selo {
  position: absolute;
  right: 1rem;
  top: 336px;
  display: flex;
  height: 8rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .room .selo {
    right: calc(24% - 64px);
    top: 486px;
  }
}
.room .selo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room .content {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .room .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.room .content .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
.room .content .text h4 {
  max-width: 60%;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {

  .room .content .text h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1700px) {

  .room .content .text h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.room .content .text h4 {
  font-family: norman;
}
.room .content .text .prose {
  margin-top: 0.5rem;
  max-width: 65%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .room .content .text .prose {
    max-width: 34%;
  }
}
@media (min-width: 1700px) {

  .room .content .text .prose {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.room .content .text .prose {
  font-family: mic_light;
}
.room .content .grafism {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .room .content .grafism {
    width: 10%;
  }
}
.room .content .texture {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .room .content .texture {
    width: 24%;
  }
}
.room-invert .selo {
  right: unset;
  left: 1rem;
}
@media (min-width: 1024px) {

  .room-invert .selo {
    left: calc(24% - 64px);
  }
}
.room-invert .content .grafism {
  right: 0px;
  left: unset;
}
.room-invert .content .texture {
  right: unset;
  left: 0px;
}
.room-invert .content .text h4 {
  margin-left: auto;
  text-align: right;
}
.room-invert .content .text .prose {
  margin-left: auto;
  text-align: right;
}
@media (min-width: 1024px) {

  .room-invert .content .text .prose {
    max-width: 50%;
  }
}
.page-city-studios .infra_banner .background img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1024px) {

  .page-city-studios .infra_banner .text .title {
    max-width: 24%;
  }
}
.page-city-studios .group-boxes .item-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-city-studios .group-boxes .item-box .side_a {
  position: relative;
  display: flex;
  height: 440px;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_a {
    height: 100%;
  }
}
.page-city-studios .group-boxes .item-box .side_a .texture {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50%;
  width: 100%;
  background-image: url(/img/city-studios/texture.png);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_a .texture {
    height: 100%;
    width: 50%;
  }
}
.page-city-studios .group-boxes .item-box .side_a ._container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {

  .page-city-studios .group-boxes .item-box .side_a ._container {
    height: 80%;
  }
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_a ._container {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.page-city-studios .group-boxes .item-box .side_a ._container img {
  margin: auto;
  height: 100%;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_a ._container img {
    height: 72%;
    max-height: 500px;
    width: auto;
  }
}
.page-city-studios .group-boxes .item-box .side_a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 100px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_a::after {
    display: none;
  }
}
.page-city-studios .group-boxes .item-box .side_b {
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_b {
    display: flex;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.page-city-studios .group-boxes .item-box .side_b .texture {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 5rem;
  background-image: url(/img/home/textura.png);
  background-size: cover;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_b .texture {
    display: block;
  }
}
@media (min-width: 1700px) {

  .page-city-studios .group-boxes .item-box .side_b ._container {
    max-width: 82.5%;
  }
}
.page-city-studios .group-boxes .item-box .side_b .label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 1700px) {

  .page-city-studios .group-boxes .item-box .side_b .label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page-city-studios .group-boxes .item-box .side_b .label {
  font-family: mic_medium;
}
.page-city-studios .group-boxes .item-box .side_b .title {
  margin-bottom: 2.5rem;
  display: block;
  max-width: 30%;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1700px) {

  .page-city-studios .group-boxes .item-box .side_b .title {
    font-size: 3rem;
    line-height: 1;
  }
}
.page-city-studios .group-boxes .item-box .side_b .title {
  font-family: norman;
}
.page-city-studios .group-boxes .item-box .side_b .custom {
  max-width: 100%;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box .side_b .custom {
    max-width: 50%;
  }
}
.page-city-studios .group-boxes .item-box .side_b .text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 1700px) {

  .page-city-studios .group-boxes .item-box .side_b .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.page-city-studios .group-boxes .item-box .side_b .text {
  font-family: mic_light;
}
.page-city-studios .group-boxes .item-box .side_b .text p {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
}
.page-city-studios .group-boxes .item-box .side_b .text p::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 0.5rem;
  width: 0.5rem;
  background-image: url(/img/template/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-city-studios .group-boxes .item-box .side_b .prose :where(.prose > :first-child):not(:where([class~=not-prose] *)) {
  margin-top: 1.25em;
}
.page-city-studios .group-boxes .item-box-invert .side_a {
  height: 360px;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box-invert .side_a {
    height: 100%;
  }
}
.page-city-studios .group-boxes .item-box-invert .side_a .texture-invert {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 5rem;
  background-image: url(/img/home/textura.png);
  background-size: cover;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box-invert .side_a .texture-invert {
    display: block;
  }
}
.page-city-studios .group-boxes .item-box-invert .side_a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.page-city-studios .group-boxes .item-box-invert .side_b .texture-invert {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  height: 50%;
  width: 100%;
  background-image: url(/img/city-studios/texture.png);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .page-city-studios .group-boxes .item-box-invert .side_b .texture-invert {
    display: block;
    height: 100%;
    width: 50%;
  }
}
.page-city-studios .group-boxes .item-box-invert .side_b .title {
  max-width: 50%;
}
.page-city-studios .section-slider {
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(231 122 30 / var(--tw-border-opacity));
}
.maps {
  height: calc(100svh - 72px);
  width: 100%;
}
@media (min-width: 1024px) {

  .maps {
    max-height: 1000px;
  }
}
.maps iframe {
  height: 100%;
  width: 100%;
}
.status_obra .wrapper {
  padding-top: 60px;
}
@media (min-width: 1024px) {

  .status_obra .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.status_obra .wrapper .texture {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 10%;
  background-image: url(/img/status/textura.png);
  background-size: cover;
}
@media (min-width: 1024px) {

  .status_obra .wrapper .texture {
    width: 24%;
  }
}
.status_obra .wrapper .obras-list {
  position: relative;
  max-width: 540px;
  padding-right: 20%;
}
@media (min-width: 768px) {

  .status_obra .wrapper .obras-list {
    padding-right: 0px;
  }
}
.status_obra .wrapper .obras-list .main-bar {
  height: 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}
.status_obra .wrapper .obras-list .bar {
  height: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 122 30 / var(--tw-bg-opacity));
}
.status_obra .wrapper .swiper-pagination {
  bottom: 100px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .status_obra .wrapper .swiper-pagination {
    left: unset;
    right: 1.25rem;
    bottom: 1.75rem;
    justify-content: flex-end;
  }
}
@media (min-width: 1700px) {

  .status_obra .wrapper .swiper-pagination {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.status_obra .wrapper .swiper-pagination {
  font-family: stencil;
}
.page-contato .form .form-control {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .page-contato .form .form-control {
    margin-bottom: 0.25rem;
  }
}
.page-contato .prose :where(h3):not(:where([class~=not-prose] *)) {
  color: currentColor;
  font-weight: 300;
}
.page-contato .zopone .grafism {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 110px;
  width: 100%;
  background-image: url(/img/contato/grafismo.svg);
  background-size: cover;
  opacity: 0.2;
}
@media (min-width: 1024px) {

  .page-localizacao .infra_banner .text {
    max-width: 40%;
  }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

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

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

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[18\%\] {
    width: 18%;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-\[unset\] {
    top: unset;
  }

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

  .lg\:left-\[45\%\] {
    left: 45%;
  }

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

  .lg\:ml-\[40\%\] {
    margin-left: 40%;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(100svh-72px\)\] {
    height: calc(100svh - 72px);
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

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

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

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

  .lg\:h-\[90\%\] {
    height: 90%;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:max-h-\[1000px\] {
    max-height: 1000px;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[24\%\] {
    width: 24%;
  }

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

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

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[55\.5\%\] {
    width: 55.5%;
  }

  .lg\:w-\[14\%\] {
    width: 14%;
  }

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

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

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

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[760px\] {
    max-width: 760px;
  }

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

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

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .lg\:bg-primary-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  }

  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(60 60 59 / var(--tw-bg-opacity));
  }

  .lg\:bg-\[url\(\/img\/template\/bg-footer\.png\)\] {
    background-image: url(/img/template/bg-footer.png);
  }

  .lg\:bg-\[url\(\/img\/projeto\/bg-s1-projeto\.png\)\] {
    background-image: url(/img/projeto/bg-s1-projeto.png);
  }

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .lg\:pl-\[28\%\] {
    padding-left: 28%;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-\[10\%\] {
    padding-left: 10%;
  }

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

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

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

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

  .lg\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1280px) {

  .xl\:right-\[unset\] {
    right: unset;
  }

  .xl\:left-\[18\%\] {
    left: 18%;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:w-\[60svw\] {
    width: 60svw;
  }

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

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

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

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

  .xl\:text-\[250px\] {
    font-size: 250px;
  }
}
@media (min-width: 1700px) {

  .\33xl\:-left-\[150px\] {
    left: -150px;
  }

  .\33xl\:-left-\[25\.5\%\] {
    left: -25.5%;
  }

  .\33xl\:h-\[calc\(100\%-50px\)\] {
    height: calc(100% - 50px);
  }

  .\33xl\:w-\[43\.5\%\] {
    width: 43.5%;
  }

  .\33xl\:w-\[56\.5\%\] {
    width: 56.5%;
  }

  .\33xl\:w-\[300px\] {
    width: 300px;
  }

  .\33xl\:w-\[40svw\] {
    width: 40svw;
  }

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

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

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

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

  .\33xl\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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