/*
! 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: #e5e7eb; /* 2 */
}

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

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

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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[-7\.3rem\] {
  bottom: -7.3rem;
}
.right-\[-12\.5rem\] {
  right: -12.5rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[3\.8rem\] {
  top: 3.8rem;
}
.left-\[-15\.2rem\] {
  left: -15.2rem;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-2\.7rem\] {
  top: -2.7rem;
}
.right-\[-9rem\] {
  right: -9rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-\[-12\.4rem\] {
  left: -12.4rem;
}
.top-\[-13px\] {
  top: -13px;
}
.left-3 {
  left: 0.75rem;
}
.top-\[-20px\] {
  top: -20px;
}
.left-\[20px\] {
  left: 20px;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[-16px\] {
  top: -16px;
}
.left-\[21px\] {
  left: 21px;
}
.z-30 {
  z-index: 30;
}
.z-20 {
  z-index: 20;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mt-\[114px\] {
  margin-top: 114px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[100vw\] {
  height: 100vw;
}
.h-5 {
  height: 1.25rem;
}
.h-\[106\%\] {
  height: 106%;
}
.h-\[108\%\] {
  height: 108%;
}
.h-\[\] {
  height: ;
}
.max-h-0 {
  max-height: 0px;
}
.w-full {
  width: 100%;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[106\%\] {
  width: 106%;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[48rem\] {
  max-width: 48rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[unset\] {
  max-width: unset;
}
.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;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.place-self-center {
  place-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-\[\#6D5B2B\] {
  --tw-border-opacity: 1;
  border-color: rgb(109 91 43 / var(--tw-border-opacity));
}
.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-\[\#86754A\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 117 74 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 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-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-\[\#061224\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 18 36 / var(--tw-bg-opacity));
}
.bg-\[\#86754A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 117 74 / var(--tw-bg-opacity));
}
.bg-\[\#F6F3EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 238 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.\!pt-20 {
  padding-top: 5rem !important;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.text-\[\#86754A\] {
  --tw-text-opacity: 1;
  color: rgb(134 117 74 / var(--tw-text-opacity));
}
.text-\[\#AD9B6C\] {
  --tw-text-opacity: 1;
  color: rgb(173 155 108 / var(--tw-text-opacity));
}
.text-\[\#141414\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}
.text-\[\#0C2C51\] {
  --tw-text-opacity: 1;
  color: rgb(12 44 81 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 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-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#061224\] {
  --tw-text-opacity: 1;
  color: rgb(6 18 36 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Ofelia";
  src: url("/fonts/ofelia/ofelia-display-light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Ofelia";
  src: url("/fonts/ofelia/ofelia-display-regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Ofelia";
  src: url("/fonts/ofelia/ofelia-display-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Ofelia";
  src: url("/fonts/ofelia/ofelia-display-bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Ofelia";
  src: url("/fonts/ofelia/ofelia-display-extrabold.otf") format("opentype");
  font-weight: 700;
}
body {
  font-family: "Ofelia";
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
#sobre, #institucional, #contato {
  scroll-margin-top: 70px;
}
@media (min-width: 1024px) {
  #sobre, #institucional, #contato {
    scroll-margin-top: 100px;
  }
}
.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;
}
header {
  top: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #061224;
  text-transform: uppercase;
  font-weight: 500;
}
header nav {
  color: white;
  padding: 1rem 0;
  letter-spacing: 3.2px;
}
@media (min-width: 1024px) {
  header nav {
    padding: 2rem 0;
  }
}
@media (min-width: 1440px) {
  header nav {
    padding: 1.5rem 0;
  }
}
header nav img {
  max-width: 17rem;
}
@media (min-width: 1280px) {
  header nav img {
    max-width: 100%;
  }
}
header nav .toggle-btn {
  cursor: pointer;
  position: relative;
}
header nav .toggle-btn .bar {
  width: 36px;
  height: 3px;
  margin: 7px 0 7px auto;
  transition: all 0.2s ease-in-out;
  background-color: #39679C;
}
header nav #toggle-menu:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
header nav #toggle-menu:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
header nav #toggle-menu:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header nav #mobile-menu {
  padding-top: 1.5rem;
}
header nav #mobile-menu ul li {
  padding: 0.5rem 0;
  font-size: 18px;
  font-weight: 500;
}
header nav #mobile-menu ul li.btn-orcamento {
  background: #86754A;
  color: white;
  margin-top: 1rem;
  padding: 0.8rem 0rem;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
}
header nav #mobile-menu ul li.btn-orcamento:hover {
  background-color: #6D5B2B;
  cursor: pointer;
}
@media (min-width: 1024px) {
  header nav #desktop-menu ul li {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  header nav #desktop-menu ul li {
    font-size: unset;
  }
}
@media (min-width: 1440px) {
  header nav #desktop-menu ul li {
    margin-left: 2rem;
  }
}
@media (min-width: 1600px) {
  header nav #desktop-menu ul li {
    margin-left: 4rem;
  }
}
header nav #desktop-menu ul li.btn-orcamento {
  background: #86754A;
  color: white;
  padding: 0.8rem 1.4rem;
  border-radius: 30px;
}
header nav #desktop-menu ul li.btn-orcamento:hover {
  background-color: #6D5B2B;
  cursor: pointer;
}
header nav li:hover, header nav li:focus {
  font-weight: 600;
}
footer {
  background-color: #86754A;
  color: white;
  position: relative;
  padding: 7.5rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  footer {
    padding: 1rem 0 0rem 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  footer {
    padding: 1rem 10rem 0;
    justify-content: space-between;
  }
}
footer .logo {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%);
  max-width: 140px;
}
@media (min-width: 1024px) {
  footer .logo {
    position: relative;
    left: unset;
    transform: unset;
    top: -34px;
  }
}
footer .s_1_f {
  padding: 1.5rem 0;
  text-align: center;
  line-height: 160%;
}
@media (min-width: 1024px) {
  footer .s_1_f {
    text-align: left;
    padding: 1rem 0 0 1.5rem;
  }
}
footer .s_2_f {
  color: #1D436F;
  padding-top: 0.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  footer .s_2_f {
    padding-top: 1.2rem;
  }
}
footer .s_2_f .icons {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  footer .s_2_f .icons {
    padding-bottom: 0.5rem;
  }
}
footer .s_2_f a {
  font-size: 12px;
  text-decoration: underline;
}
footer .s_2_f a:hover path {
  fill: #0C2C51 !important;
  transition: fill 0.3s ease-in-out;
}
footer .s_2_f a:active path, footer .s_2_f a:focus path {
  fill: #39679C !important;
  transition: fill 0.1s ease-in-out;
}
.s_1 {
  margin-top: 71px;
  background-image: url("/img/banner-home-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 375px) {
  .s_1 {
    padding-bottom: 25rem;
  }
}
@media (min-width: 425px) {
  .s_1 {
    padding-bottom: 30rem;
  }
}
@media (min-width: 768px) {
  .s_1 {
    background-image: url("/img/banner-home.jpg");
    padding-bottom: 11.4rem;
  }
}
@media (min-width: 1440px) {
  .s_1 {
    margin-top: 107px !important;
    padding-bottom: 9rem !important;
    padding-left: 13rem !important;
  }
}
@media (min-width: 1536px) {
  .s_1 {
    padding-left: 17rem !important;
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 1900px) {
  .s_1 {
    padding-bottom: 18rem !important;
    padding-left: 20rem !important;
  }
  .s_1 .conteudo {
    max-width: 41rem;
  }
}
@media (min-width: 1440px) {
  .s_1 h1 {
    padding-top: 9rem;
  }
}
@media (min-width: 1900px) {
  .s_1 h1 {
    padding-top: 10rem !important;
    font-size: 3.75rem;
    line-height: 1;
    line-height: 120%;
  }
}
.s_1 .btn-procedimentos {
  background: #86754A;
  color: white;
  padding: 0.8rem 0.5rem;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}
.s_1 .btn-procedimentos:hover {
  background: #6D5B2B;
  cursor: pointer;
}
@media (min-width: 768px) {
  .s_1 .btn-procedimentos {
    max-width: 19rem;
  }
}
.s_1 .btn-duvidas {
  text-transform: uppercase;
  padding: 8px 24px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #86754A;
  display: block;
  color: white;
  font-weight: 500;
  max-width: 220px;
}
.s_1 .btn-duvidas:hover {
  border-color: #6D5B2B;
  font-weight: 600 !important;
  cursor: pointer;
}
.s_2 ul {
  list-style: disc;
  padding-left: 1.5rem;
}
@media (min-width: 1440px) {
  .s_2 .text {
    width: 35rem;
  }
  .s_2 p img {
    top: 2rem !important;
  }
}
@media (min-width: 1900px) {
  .s_2 p img {
    left: -21.5rem;
  }
  .s_2 .conteudo {
    padding-right: 18rem;
  }
}
@media (min-width: 768px) {
  .s_2 .logo {
    position: relative;
  }
  .s_2 .logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("/img/fundo-s-2.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.s_3 .item .title {
  color: #1D436F;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 18px;
}
.s_3 a {
  background: #86754A;
  color: white;
  margin-top: 2rem;
  padding: 8px 24px;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  max-width: 286px;
}
.s_3 a:hover {
  background-color: #6D5B2B;
  cursor: pointer;
}
@media (min-width: 768px) {
  .s_3 a {
    max-width: 473px;
  }
}
@media (min-width: 1900px) {
  .s_3 .conteudo {
    width: 93%;
  }
  .s_3 video {
    max-height: 40rem;
    max-width: 52rem;
  }
  .s_3 .acordion {
    max-width: 52rem;
  }
}
.s_4 {
  background-color: #061224;
  padding: 4rem 1rem;
}
@media (min-width: 1280px) {
  .s_4 {
    padding: 10rem 1rem;
  }
}
@media (min-width: 768px) {
  .s_4 {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1900px) {
  .s_4 {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .s_4 .container {
    display: flex;
    width: 62rem;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .s_4 .container {
    width: 68rem;
  }
}
@media (min-width: 1536px) {
  .s_4 .container {
    width: 71.2rem;
  }
}
@media (min-width: 1900px) {
  .s_4 .container {
    width: 80.2rem;
    position: unset;
  }
  .s_4 .container img {
    bottom: 2.7rem;
    right: 0;
  }
}
.s_4 .container-principal {
  padding: 2.5rem;
  text-align: center;
  background-color: #F6F3EE;
}
@media (min-width: 768px) {
  .s_4 .container-principal {
    margin-inline: 4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .s_4 .container-principal {
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .s_4 .container-principal {
    width: 31.6rem;
  }
}
@media (min-width: 1536px) {
  .s_4 .container-principal {
    width: 35rem;
  }
}
@media (min-width: 1900px) {
  .s_4 .container-principal {
    width: 40rem;
  }
}
.s_4 .container-principal p {
  color: #86754A;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .s_4 .container-principal p {
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  .s_4 .container-principal p {
    padding-top: 5.5rem;
  }
}
.s_4 .container-principal span {
  color: #141414;
  display: block;
  padding: 1rem 0 2rem 0;
  max-width: 270px;
  margin: auto;
}
@media (min-width: 1024px) {
  .s_4 .container-principal span {
    margin: 0;
  }
}
.s_4 .container-principal a {
  background-color: #86754A;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  width: 195px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
}
.s_4 .container-principal a:hover {
  background-color: #6D5B2B;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .s_4 .container-principal a {
    width: 260px;
    margin-top: 8rem;
  }
}
@media (min-width: 1900px) {
  .s_4 .container-principal a {
    margin-top: 13rem;
  }
}
@media (min-width: 768px) {
  .s_4 .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 4rem;
  }
}
@media (min-width: 1024px) {
  .s_4 .cards {
    padding: 0;
    width: 35rem;
    justify-content: unset;
    align-content: space-between;
    gap: 1.2rem;
  }
}
@media (min-width: 1900px) {
  .s_4 .cards {
    width: 39rem;
  }
}
.s_4 .cards .card {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.s_4 .cards .card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 200ms all;
  opacity: 0;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.1) 0%, rgba(30, 30, 30, 0.1) 100%);
}
.s_4 .cards .card:hover:before {
  opacity: 0.3;
}
@media (min-width: 600px) {
  .s_4 .cards .card {
    max-width: 270px;
  }
}
@media (min-width: 1024px) {
  .s_4 .cards .card {
    margin: 0;
  }
}
@media (min-width: 1900px) {
  .s_4 .cards .card {
    width: 300px;
    max-width: unset;
  }
}
.s_4 .cards .card img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 375px) {
  .s_4 .cards .card img {
    height: 170px;
  }
}
.s_4 .cards .card .card-text {
  color: #141414;
  background: white;
  height: 7rem;
  padding: 1rem;
}
.s_4 .cards .card .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /*numero de linhas exibidas*/
  -webkit-box-orient: vertical;
  font-weight: 500;
}
@media (min-width: 375px) {
  .s_4 .cards .card .card-text {
    height: 7.5rem;
    padding: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .s_4 .cards .card .card-text {
    height: 7.5rem;
  }
}
.s_4 .cards .card:hover, .s_4 .cards .card:focus, .s_4 .cards .card:active {
  position: relative;
}
.s_4 .cards .card:hover .card-text, .s_4 .cards .card:focus .card-text, .s_4 .cards .card:active .card-text {
  text-decoration: underline;
  background-color: #FAFAFA !important;
}
.s_5 {
  background-color: #1D436F;
  color: white;
}
@media (min-width: 1900px) {
  .s_5 {
    position: relative;
  }
}
.s_5 .container {
  background-color: #061224;
}
@media (min-width: 1024px) {
  .s_5 .container {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1900px) {
  .s_5 .container {
    position: unset;
  }
  .s_5 .container img {
    left: 0;
    bottom: 6rem;
  }
}
.s_5 .inputs label {
  font-weight: 600;
  text-transform: uppercase;
}
.s_5 .inputs input {
  width: 100%;
  margin-bottom: 1rem;
  color: #141414;
}
.s_5 .inputs textarea {
  width: 100%;
  color: #141414;
}
.s_5 .inputs button {
  background: #86754A;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.s_5 .inputs button:hover {
  background-color: #6D5B2B;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .s_5 .inputs button {
    width: 118px;
  }
}
.s_5 .text-container .title {
  text-transform: uppercase;
  color: #86754A;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.s_5 .text-container img {
  max-width: 24px;
}
.s_5 .text-container .info-contato .email, .s_5 .text-container .redes-sociais .email {
  color: #86754A;
  text-decoration: underline;
  padding-left: 1rem;
  line-height: 160%;
}
.s_5 .text-container .info-contato p, .s_5 .text-container .redes-sociais p {
  padding-bottom: 1rem;
}
.s_5 .text-container .info-contato div:not(:first-child), .s_5 .text-container .info-contato a, .s_5 .text-container .redes-sociais div:not(:first-child), .s_5 .text-container .redes-sociais a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.s_5 .text-container .info-contato div:not(:first-child) span, .s_5 .text-container .info-contato div:not(:first-child) p.link, .s_5 .text-container .info-contato a span, .s_5 .text-container .info-contato a p.link, .s_5 .text-container .redes-sociais div:not(:first-child) span, .s_5 .text-container .redes-sociais div:not(:first-child) p.link, .s_5 .text-container .redes-sociais a span, .s_5 .text-container .redes-sociais a p.link {
  padding-left: 1rem;
  line-height: 160%;
}
.s_5 .text-container .info-contato div:not(:first-child) p.link, .s_5 .text-container .info-contato a p.link, .s_5 .text-container .redes-sociais div:not(:first-child) p.link, .s_5 .text-container .redes-sociais a p.link {
  color: #86754A;
  text-decoration: underline;
}
.s_5 .text-container .info-contato div:not(:first-child) .email, .s_5 .text-container .info-contato a .email, .s_5 .text-container .redes-sociais div:not(:first-child) .email, .s_5 .text-container .redes-sociais a .email {
  font-size: 14px;
}
@media (min-width: 375px) {
  .s_5 .text-container .info-contato div:not(:first-child) .email, .s_5 .text-container .info-contato a .email, .s_5 .text-container .redes-sociais div:not(:first-child) .email, .s_5 .text-container .redes-sociais a .email {
    font-size: unset;
  }
}
.s_5 .text-container .info-contato a, .s_5 .text-container .redes-sociais a {
  margin-bottom: 0;
}
.s_5 .text-container .info-contato .text-container-desktop p, .s_5 .text-container .redes-sociais .text-container-desktop p {
  padding-bottom: 0.2rem;
}
.artigos {
  margin-top: 71px;
}
@media (min-width: 1024px) {
  .artigos {
    margin-top: 114.67px;
  }
}
@media (min-width: 1440px) {
  .artigos {
    margin-top: 108px;
  }
}
@media (min-width: 1900px) {
  .artigos .title {
    margin-left: 26rem !important;
  }
}
@media (min-width: 1440px) {
  .artigos .grafismo {
    display: block;
  }
}
@media (min-width: 768px) {
  .artigos .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 4rem;
  }
}
@media (min-width: 1024px) {
  .artigos .cards {
    padding-inline: 0;
    justify-content: unset;
    align-content: space-between;
    gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .artigos .cards {
    width: 59.5rem;
  }
}
.artigos .cards .pagination li {
  color: #39679C;
  font-weight: 500;
}
.artigos .cards .pagination li:hover, .artigos .cards .pagination li span:hover {
  color: #0C2C51;
  font-weight: 600;
}
.artigos .cards .pagination li:hover path, .artigos .cards .pagination li span:hover path {
  transition: fill 0.3s ease-in-out;
  fill: #F6F3EE;
}
.artigos .cards .pagination li:hover circle, .artigos .cards .pagination li span:hover circle {
  transition: fill 0.3s ease-in-out;
  fill: #A5AFBC;
}
.artigos .cards .pagination li.active {
  padding: 1px 0;
  border-radius: 50%;
  color: #0C2C51;
  width: 28px;
  display: flex;
  justify-content: center;
}
.artigos .cards .card {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.artigos .cards .card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 200ms all;
  opacity: 0;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.1) 0%, rgba(30, 30, 30, 0.1) 100%);
}
.artigos .cards .card:hover:before {
  opacity: 0.3;
}
@media (min-width: 600px) {
  .artigos .cards .card {
    max-width: 270px;
  }
}
@media (min-width: 1024px) {
  .artigos .cards .card {
    margin: 0;
  }
}
@media (min-width: 1900px) {
  .artigos .cards .card {
    width: 300px;
    max-width: unset;
  }
}
.artigos .cards .card img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 375px) {
  .artigos .cards .card img {
    height: 170px;
  }
}
.artigos .cards .card .card-text {
  color: #141414;
  background: #F6F6F6;
  height: 7rem;
  padding: 1rem;
}
.artigos .cards .card .card-text p {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /*numero de linhas exibidas*/
  -webkit-box-orient: vertical;
}
@media (min-width: 375px) {
  .artigos .cards .card .card-text {
    height: 7.5rem;
    padding: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .artigos .cards .card .card-text {
    height: 7.5rem;
  }
}
.artigos .cards .card:hover, .artigos .cards .card:focus, .artigos .cards .card:active {
  position: relative;
}
.artigos .cards .card:hover .card-text, .artigos .cards .card:focus .card-text, .artigos .cards .card:active .card-text {
  text-decoration: underline;
  background-color: #FAFAFA;
}
.artigo {
  margin-top: 71px;
}
@media (min-width: 1024px) {
  .artigo {
    margin-top: 114.67px;
  }
}
@media (min-width: 1440px) {
  .artigo {
    margin-top: 108px;
  }
}
.artigo .title span {
  position: relative;
}
.artigo .title span:after {
  position: absolute;
  content: "";
  background-color: #0C2C51;
  height: 1px;
  width: 85vw;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 768px) {
  .artigo .title span:after {
    width: 366px;
  }
}
@media (min-width: 1900px) {
  .artigo .conteudo {
    max-width: 52%;
  }
  .artigo .only-image {
    max-width: 950px !important;
  }
  .artigo .container-images img {
    max-width: 463px !important;
  }
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

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

  .md\:top-\[-13px\] {
    top: -13px;
  }

  .md\:top-\[-26px\] {
    top: -26px;
  }

  .md\:left-\[\] {
    left: ;
  }

  .md\:left-\[-4\.5\%\] {
    left: -4.5%;
  }

  .md\:left-\[4\.5\%\] {
    left: 4.5%;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:h-\[107\%\] {
    height: 107%;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

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

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

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

  .md\:max-w-\[360px\] {
    max-width: 360px;
  }

  .md\:max-w-\[29rem\] {
    max-width: 29rem;
  }

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

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

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

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

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

  .md\:leading-\[120\%\] {
    line-height: 120%;
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

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

  .lg\:left-\[0\.5\%\] {
    left: 0.5%;
  }

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

  .lg\:top-\[-13px\] {
    top: -13px;
  }

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

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

  .lg\:left-\[-1\.5\%\] {
    left: -1.5%;
  }

  .lg\:left-\[-2\.5\%\] {
    left: -2.5%;
  }

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

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

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

  .lg\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

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

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

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

  .lg\:ml-\[-3\.5rem\] {
    margin-left: -3.5rem;
  }

  .lg\:mt-\[114\.67px\] {
    margin-top: 114.67px;
  }

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

  .lg\:ml-\[-2rem\] {
    margin-left: -2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:max-h-\[28rem\] {
    max-height: 28rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[30rem\] {
    max-width: 30rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!pt-32 {
    padding-top: 8rem !important;
  }

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .lg\:pb-\[4\.4rem\] {
    padding-bottom: 4.4rem;
  }

  .lg\:pt-\[6\.5rem\] {
    padding-top: 6.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:top-\[-2\.2rem\] {
    top: -2.2rem;
  }

  .xl\:top-\[-30px\] {
    top: -30px;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:h-\[101\%\] {
    height: 101%;
  }

  .xl\:max-h-\[35rem\] {
    max-height: 35rem;
  }

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

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

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

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

  .xl\:\!max-w-none {
    max-width: none !important;
  }

  .xl\:max-w-\[62rem\] {
    max-width: 62rem;
  }

  .xl\:max-w-\[34rem\] {
    max-width: 34rem;
  }

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

  .xl\:max-w-\[35rem\] {
    max-width: 35rem;
  }

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

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

  .xl\:\!pt-36 {
    padding-top: 9rem !important;
  }

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

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

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

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

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

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

  .xl\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

  .xl\:leading-\[120\%\] {
    line-height: 120%;
  }
}
@media (min-width: 1536px) {

  .\32xl\:top-\[-30px\] {
    top: -30px;
  }

  .\32xl\:top-\[-23px\] {
    top: -23px;
  }

  .\32xl\:ml-\[-1\.5rem\] {
    margin-left: -1.5rem;
  }

  .\32xl\:ml-\[-2\.5rem\] {
    margin-left: -2.5rem;
  }

  .\32xl\:h-\[108\%\] {
    height: 108%;
  }

  .\32xl\:h-\[640px\] {
    height: 640px;
  }

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

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

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

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

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

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

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

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

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

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

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .\32xl\:\!pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

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

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

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

  .\32xl\:leading-\[3rem\] {
    line-height: 3rem;
  }

  .\32xl\:tracking-\[1\.6px\] {
    letter-spacing: 1.6px;
  }
}
