/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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: Montserrat, sans;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

.indica-div {
  border-radius: 16px;
  width: 314px !important;
  height: 261px;
  padding: 40px;
  align-items: start;
  justify-content: flex-start; 
  gap: 20px;
}

.indica-div-medio {
  border-radius: 16px;
  width: 465px !important;
  height: 261px;
  padding: 40px;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
}

.indica-div-maior {
  border-radius: 16px;
  width: 491px !important;
  height: 261px;
  padding: 40px;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
  background-image: url(./assets/img/Rectangle\ 380.svg);
}



.color-gray {
  color: #4c4c4c;
}



.fixed {
  position: fixed !important;
}

.isolate {
  isolation: isolate !important;
}

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

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


.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

.-mb-8 {
  margin-bottom: -8rem !important;
}

.-mb-7 {
  margin-bottom: -7rem !important;
}

.-mb-6 {
  margin-bottom: -6rem !important;
}

.-mb-2 {
  margin-bottom: -2rem !important;
}

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

.-mt-12 {
  margin-top: -6rem !important;
}

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

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

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

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

.mt-15 {
  margin-top: 15px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

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

.mb-2 {
  margin-bottom: 0.50rem !important;
}

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

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

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

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

.mb-10 {
  margin-bottom: 3rem !important;
}

.mb-14 {
  margin-bottom: 4rem !important;
}

.mb-18 {
  margin-bottom: 5rem !important;
}

.mb-22 {
  margin-bottom: 6rem !important;
}

.mb-26 {
  margin-bottom: 7rem !important;
}

.mb-30 {
  margin-bottom: 8rem !important;
}

.mb-33 {
  margin-bottom: 8.75rem !important;
}

.mb-34 {
  margin-bottom: 9rem !important;
}

.mb-38 {
  margin-bottom: 10rem !important;
}

.mb-42 {
  margin-bottom: 11rem !important;
}

.mb-44 {
  margin-bottom: 11.5rem !important;
}

.mb-80 {
  margin-bottom: 30px !important;
}

.ml-0-15 {
  margin-left: 0.15rem !important;
}

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

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

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

.ml-8 {
  margin-left: 2rem !important;
}

.ml-12 {
  margin-left: 5rem !important;
}

.ml-16 {
  margin-left: 7rem;
}

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

.ml-22 {
  margin-left: 8.5rem;
}

.ml-24 {
  margin-left: 19rem;
}

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

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

.mr-14 {
  margin-right: 9rem;
}

.mr-16 {
  margin-right: 15rem;
}

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

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

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

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


.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-10 {
  height: 2.50rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-\[186px\] {
  height: 186px !important;
}

.h-\[34\.71px\] {
  height: 37px !important;
}

.h-36 {
  height: 36px !important;
}

.h-38 {
  height: 38px !important;
}

.h-39 {
  height: 39px !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.h-41 {
  height: 41px !important;
}

.h-60 {
  height: 60px !important;
}

.h-72 {
  height: 72px !important;
}

.h-90 {
  height: 90px !important;
}

.h-600 {
  height: 600px;
}

.w-28 {
  width: 7rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-36 {
  width: 9rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem; !important
}

.w-9 {
  width: 2.25rem !important;
}

.w-10{
  width: 2.50rem ;
}

.w-11{
  width: 2.75rem ;
}

.w-\[119\2c 43px\] {
  width: 119,43px !important;
}

.w-\[120px\] {
  width: 120px !important;
}

.w-\[134px\] {
  width: 134px !important;
}

.w-230 {
 width: 230px;
}

.w-\[220px\] {
  width: 220px !important;
}

.w-465 {
  width: 465px !important;
}

.w-500 {
  width: 500px !important;
}

.w-550 {
  width: 550px !important;
}

.w-600 {
  width: 600px !important;
}

.w-650 {
  width: 650px !important;
}

.w-715 {
  width: 715px !important;
}

.w-815 {
  width: 815px !important;
}

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

.w-\[80hw\] {
  width: 80hw !important;
}

.w-\[90\%\] {
  width: 90% !important;
}

.w-full {
  width: 100% !important;
}

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

.max-w-15 {
  max-width: 15rem !important;
}

.max-w-25 {
  max-width: 25rem !important;
}

.max-w-40 {
  max-width: 40rem !important;
}

.max-w-45 {
  max-width: 45rem !important;
}

.max-w-47 {
  max-width: 47rem !important;
}

.max-w-50 {
  max-width: 50rem !important;
}

.max-w-55 {
  max-width: 55rem !important;
}

.max-w-60 {
  max-width: 60rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-80 {
  max-width: 82rem !important;
}

.max-w-800 {
  max-width: 800px !important;
}

.max-w-\[250px\] {
  max-width: 250px !important;
}

.max-w-\[38px\] {
  max-width: 38px !important;
}

.max-w-\[400px\] {
  max-width: 400px !important;
}



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

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

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

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

.list-disc {
  list-style-type: disc !important;
}

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

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

.flex-row {
  flex-direction: row !important;
}

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

.content-center {
  align-content: center !important;
}

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

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

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

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

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

.justify-evenly {
  justify-content: space-evenly !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-10 {
  gap: 3rem !important;
}

.gap-12 {
  gap: 4rem !important;
}

.gap-14 {
  gap: 5rem !important;
}

.gap-16 {
  gap: 6rem !important;
}

.gap-18 {
  gap: 7rem !important;
}

.gap-20 {
  gap: 8rem !important;
}

.gap-22 {
  gap: 9rem !important;
}

.gap-24 {
  gap: 10rem !important;
}

.gap-26 {
  gap: 11rem !important;
}

.gap-28 {
  gap: 12rem !important;
}

.gap-30 {
  gap: 13rem !important;
}

.gap-31 {
  gap: 13.5rem !important;
}

.gap-32 {
  gap: 14rem !important;
}



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

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

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important;
}

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-\[37\.8947px\] {
  border-radius: 37.8947px !important;
}

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

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

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

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

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

.bg-\[\#ECECEC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity)) !important;
}

.bg-custom-bg {
  --tw-bg-opacity: 1 !important;
  background-color: #F3763E !important;

}

.bg-custom-padrao {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

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

.p-4 {
  padding: 1rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

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

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

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

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

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

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

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


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

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

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

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



.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

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

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

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

.text-start {
  text-align: start !important;
}

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

.text-20 {
  font-size: 20px !important;
}

.text-24 {
  font-size: 24px;
}

.text-25 {
  font-size: 25px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-33 {
  font-size: 33px !important;
}

.text-40 {
  font-size: 40px;
}

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

.text-50 {
  font-size: 50px !important;
}

.text-55 {
  font-size: 55px !important;
}

.text-60 {
  font-size: 60px !important;
}

.text-77{
  font-size: 77px;
}



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

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

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

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

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

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

.font-w-300 {
  font-weight: 300px !important;
}

.font-w-400 {
  font-weight: 400px !important;
}

.font-w-500 {
  font-weight: 500px !important;
}

.font-w-600 {
  font-weight: 600px !important;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-extrabold {
  font-weight: 800 !important;
}

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

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

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.leading-\[100\.9\%\] {
  line-height: 100.9% !important;
}

.leading-20 {
  line-height: 20px !important;
}

.leading-23 {
  line-height: 23px !important;
}

.leading-30 {
  line-height: 30px !important;
}

.leading-40 {
  line-height: 40px !important;
}

.leading-60 {
  line-height: 60px !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-title {
  letter-spacing: 0.03em !important;
}

.text-\[\#F6F8FF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(246 248 255 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}

.text-custom-bg {
  --tw-text-opacity: 1 !important;
  color: #EF4F1E !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !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) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

#inicio {
  background-image:url("./assets/img/WhatsApp\ Image\ 2024-08-13\ at\ 14.07.05\ 1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  margin: 80px auto 30px;
  height: 685px;
  width: 100%;
  max-width: 1388px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}


#indicativos {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  height: 40vh;
}



.div-function {
  gap: 13.5rem;
}

.img-function {
  width: 495px;
}

.titulo-funcionalidade {
  font-size: 50px;
}

.p-funcionalidade {
  font-size: 20px;
  margin-bottom: 1px;
}

.function-icon {
  border-radius: 16px;
}

.textos-funcionalidade {
  margin-right: 48px;
}

.h4-funcionalidade{
  font-size: 25px;
}

.contrate-fundo-mobile {
  display: none !important;
}

@media screen and (max-width: 1420px) {

   #inicio {
   margin-top: 80px;
   margin-bottom: 90px;
   align-items: center;
   width: 100%;
   max-width:85%;
   height: 500px;
  }

  .text-1420 {
    font-size: 30px ;
  }

  .text-p-1420 {
    font-size: 20px;
  }
  
  #indicativos {
   margin-bottom: 50px;
   align-items: center;
   height: auto !important;
   padding-bottom: 1.5rem;
  }

  .number-indicativos {
  font-size: 60px;
  margin-bottom: 5px !important;
  }

  .text-indicativos {
    max-width: 100%;
    align-items: end;
  }

  .indica-div {
    max-width: 20%;
  }

  .indica-div > .text-indicativos {
   font-size: 95% ;
  }

  .indica-div-medio > .text-indicativos {
   font-size: 95% ;
  }

  .indica-div-medio {
  margin-right: 20px;
  max-width: 27%;
  }

  .indica-div-maior {
  margin-left: 20px;
  max-width: 30%;
  }

  #funcionalidades {
   margin-bottom: 30px;
   align-items: center;
   padding-top: 1.5rem !important;
   padding-bottom: 2rem !important;
   gap: 60px !important;
  }

  .titulo-funcionalidade {
    font-size: 45px;
  }

  .p-funcionalidade {
  font-size: 17px;
  max-width: 550px;
  }

  .div-function {
  gap: 2rem;
  margin-right: 60px;
  }

 .function-note{
  margin-bottom: 2px;
  }

 .function-icon {
  width: 65px;
  }

  .h4-funcionalidade{
  font-size: 23px;
  }

  .img-function {
  margin-top: 12px !important;
  margin-left: 3.5rem !important;
  }

  .textos-funcionalidade {
  margin-left: 0px;
  margin-right: 0;
  max-width: 60% !important;
  width: 60% !important;
  }


  #contrate {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    max-width: 90% !important;
  }

  .contrate-fundo {
    max-width: 90% !important;

  }

  .contrate-titulo {
    font-size: 45px !important;
    line-height: 40px !important;
  }

  .contrate-texto {
    font-size: 22px !important;
    margin-top: 20px !important;
  }

  .contrate-app {
   margin-bottom: -6rem !important;
  }

  .contrate-botao {
    margin-top: 30px !important;
  }

  .contrate-imagem {
   margin-left: 0.14rem !important;
   width: 410px !important;
   margin-bottom: 0 !important;
  }

  .celular-contrate {
  margin-top: -3.75rem !important;
}

  .escrito-contrate {
    margin-bottom: 2rem !important;
  }

  #solucoes {
    margin-top: 130px !important;
    margin-bottom: 30px !important;
    max-width: 90% !important;
    margin-left: 30px !important;
    margin-right: auto;
  }

  .solucoes-texto {
    font-size: 110% !important;
    
  }

  .solucoes-texto-div {
    max-width: 50% !important;
  }

  .solucoes-button{
    font-size: 80% !important;
  }

  .solucoes-imagem {
    width: 75% !important;
    position:relative !important;
  }

}

@media screen and (max-width: 1360px) {

   .contrate-app {
   margin-bottom: -6rem !important;
  }

  .contrate-botao {
    margin-top: 20px !important;
  }

   .solucoes-texto {
    font-size: 100% !important;
    
  }

  .solucoes-texto-div {
    max-width: 45% !important;
  }

   .solucoes-imagem {
    width: 78% !important;
    position:relative !important;
  }

}

@media screen and (max-width: 1330px) {

  .h4-funcionalidade{
  font-size: 140% !important;
  }

  .titulo-funcionalidade {
  font-size: 240% !important;
  }

  .p-funcionalidade {
  font-size: 100% ;
  max-width: 70%;
  }

  .img-function {
  margin-top: 60px !important;
  margin-left: 3.5rem !important;
  width: 120%;
  }

}

@media screen and (max-width: 1290px) {

   .contrate-app {
   margin-bottom: -5rem !important;
  }

  .contrate-botao {
    margin-top: 15px !important;
  }

  .solucoes-texto {
    font-size: 99% !important;
    
  }

  .solucoes-texto-div {
    max-width: 44% !important;
  }

   .solucoes-imagem {
    width: 77% !important;
    position:relative !important;
  }

  .contrate-fundo {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 1225px) {

  .img-function {
  margin-top: 90px !important;
  }

    .contrate-app {
   margin-bottom: -5rem !important;
  }

  .contrate-botao {
    margin-top: 2px !important;
  }

  .contrate-titulo {
    font-size: 35px !important;
    line-height: 40px !important;
    font-weight: 500;
  }

  .contrate-texto {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-top: 20px !important;
  }

  .solucoes-texto {
    font-size: 99% !important;
    
  }

  .solucoes-texto-div {
    max-width: 43% !important;
  }

   .solucoes-imagem {
    width: 77% !important;
    position:relative !important;
  }

}



@media screen and (max-width: 1207px) {

  .indica-div > .text-indicativos {
   font-size: 85%;
   max-width: 100% !important;
  }

   .indica-div-medio > .text-indicativos {
   font-size: 85%;
   max-width: 100% !important;
  }

   .indica-div-maior > .text-indicativos {
   font-size: 85% ;
   max-width: 100% !important;
  }

  .solucoes-texto {
    font-size: 99% !important;
    
  }

  .solucoes-texto-div {
    max-width: 42% !important;
  }

   .solucoes-imagem {
    width: 76.75% !important;
    position:relative !important;
  }

}

@media screen and (max-width: 1160px) {

  .img-function {
  margin-top: 110px !important;
  }

  .contrate-titulo {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
  }

  .contrate-texto {
    font-size: 17px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }

  .contrate-botao {
    width: 140px !important;
    margin-top: 5px !important;
  }

  .solucoes-texto {
    font-size: 98% !important;
    
  }

  .solucoes-texto-div {
    max-width: 40.75% !important;
  }

   .solucoes-imagem {
    width: 76.75% !important;
    position:relative !important;
  }

}

@media screen and (max-width: 1130px)  {

  .solucoes-texto {
    font-size: 98% !important;
    
  }

  .solucoes-texto-div {
    max-width: 38% !important;
  }

   .solucoes-imagem {
    width: 79% !important;
    position:relative !important;
  }

}

@media screen and (max-width: 1122px)  {

  .number-indicativos {
  font-size: 40px;
  margin-bottom: 5px !important;
  }

}

@media screen and (max-width: 1110px) {

  .img-function {
  margin-top: 110px !important;
  }

  .contrate-titulo {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .contrate-texto {
    font-size: 18px !important;
    margin-top: 15px !important;
    line-height: 25px !important;
  }

  .contrate-botao {
    width: 140px !important;
    margin-top: 5px !important;
  }

     .contrate-app {
   margin-bottom: -4.5rem !important;
  }

  .contrate-fundo {
    max-width: 90% !important;
    padding-top: 10px !important;

  }

  .solucoes-texto {
    font-size: 98% !important;
    
  }

  .solucoes-texto-div {
    max-width: 38% !important;
  }

   .solucoes-imagem {
    width: 77.5% !important;
    position:relative !important;
  }

}


@media screen and (max-width: 1092px)  {

  .indica-div {
    max-width: 21% !important;
  }

  .indica-div-medio {
  max-width: 25%;
  }

  .h4-funcionalidade{
  font-size: 130% !important;
  }

  .titulo-funcionalidade {
  font-size: 220% !important;
  }

  .p-funcionalidade {
  font-size: 100% ;
  max-width: 60%;
  }

  .solucoes-texto {
    font-size: 100% !important;
    
  }

  .solucoes-texto-div {
    max-width: 35% !important;
  }

   .solucoes-imagem {
    width: 80% !important;
    position:relative !important;
  }

    .contrate-titulo {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 1px !important;
  }

   .contrate-texto {
    font-size: 17px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }
}

@media screen and (max-width: 1060px)  {

  #contrate {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    max-width: 90% !important;
  }

 .contrate-titulo {
    font-size: 29px !important;
    line-height: 30px !important;
  }

  .contrate-texto {
    font-size: 17px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }

  .contrate-imagem {
   margin-left: 0.14rem !important;
   width: 410px !important;
   margin-bottom: -0px !important;
  }

  #solucoes {
    margin-top: 130px !important;
    margin-bottom: 30px !important;
    max-width: 90% !important;
    margin-left: 5.5px !important;
    margin-right: auto;
  }

  .solucoes-texto {
    font-size: 100% !important;
    
  }

  .solucoes-texto-div {
    max-width: 36% !important;
  }

   .solucoes-imagem {
    width: 75% !important;
    position:relative !important;
  }
}

@media screen and (max-width: 1040px)  {
.indica-div {
    max-width: 22% !important;
  }

  .indica-div-medio {
  max-width: 24%;
  }

  .contrate-botao {
    width: 120px !important;
    margin-top: 4px !important;
  }

  .contrate-app {
   margin-bottom: -4.5rem !important;
  }

  #solucoes {
    margin-top: 130px !important;
    margin-bottom: 30px !important;
    max-width: 90% !important;
    margin-left: 5.5px !important;
    margin-right: auto;
  }

  .solucoes-texto {
    font-size: 100% !important;
    
  }

  .solucoes-texto-div {
    max-width: 36% !important;
  }

   .solucoes-imagem {
    width: 73.5% !important;
    position:relative !important;
  
  }
}

@media screen and (max-width: 1023px) {

  .img-function {
  display: none;
  }

  #funcionalidades {
   margin-bottom: 30px;
   margin-left: 1px !important;
   align-items: center;
   padding-top: 1.5rem !important;
   padding-bottom: 2rem !important;
  }

  .h4-funcionalidade{
  font-size: 150% !important;
  }

  .titulo-funcionalidade {
  font-size: 240% !important;
  }

  .p-funcionalidade {
  font-size: 100% ;
  max-width: 100%;
  }

  .div-function {
  gap: 2rem;
  margin-right: 60px;
  }

 .function-note{
  margin-bottom: 2px;
  }

 .function-icon {
  width: 65px;
  align-items: center !important;
  }

  .textos-funcionalidade {
  margin-left: 0px;
  margin-right: 100px !important;
  max-width: 80% !important;
  
  }

  .celular-contrate {
    display: none !important;
  }

.escrito-contrate { 
  display: flex;
  flex-direction: column;
  width: 100%;
}

   .contrate-titulo {
    font-size: 29px !important;
    line-height: 30px !important;
    margin-top: 20px !important;
  }

  .contrate-texto {
    font-size: 17px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
    max-width: 600px !important;
  }

  .contrate-botao {
    width: 140px !important;
    margin-top: auto!important;
    margin-right: 20px !important;
  }

  .contrate-app {
  display: flex;
  flex-direction: row;
  justify-content: start !important;
  margin-top: 25px;
}

  #solucoes {
    margin-top: 130px !important;
    margin-bottom: 30px !important;
    max-width: 90% !important;
    margin-left: 5.5px !important;
    margin-right: auto;
  }

  .solucoes-texto {
    font-size: 100% !important;
    
  }

  .solucoes-texto-div {
    max-width: 36% !important;
  }

   .solucoes-imagem {
    width: 72.5% !important;
    position:relative !important;
  }


}

@media screen and (max-width: 992px) {
  #indicativos {
    flex-direction:row;
    padding: 2rem;
    gap: 0.75rem;
    height: auto;
    
  }

  .indica-div-maior {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 330px;
    background-repeat: no-repeat;
    background-image: url(./assets/img/indica-div-maior.png);
  }

  .indica-div {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 330px;
  }

  .indica-div-medio {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 330px;
  }

  .text-indicativos {
    font-size: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .number-indicativos {
    font-size: 50px;
  }

  .escrito-contrate {
    display: flex;
  }

   .contrate-titulo {
    font-size: 29px !important;
    line-height: 30px !important;
    margin-top: 20px !important;
  }

  .contrate-texto {
    font-size: 17px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }

     .contrate-app {
   margin-bottom: 0 !important;
  
  }

  .solucoes-texto-div {
    padding: 1rem;
  }


.solucoes-imagem {
  margin-right: 1rem !important;
}

.form-back {
    margin-left: 20px !important;
   
}
  

  #funcionalidades, #contato {
    padding: 2rem;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    height: auto;
  }

  
}

@media screen and (max-width: 960px) {

  #funcionalidades {
   margin-bottom: 30px;
   margin-left: 1px !important;
   align-items: center;
   padding-top: 1.5rem !important;
   padding-bottom: 2rem !important;

  }

  .h4-funcionalidade{
  font-size: 150% !important;
  }

  .titulo-funcionalidade {
  font-size: 220% !important;
  }

  .p-funcionalidade {
  font-size: 100% ;
  max-width: 100%;
  }

  .div-function {
  gap: 2rem;
  margin-right: 10px;
  margin-left: 20px;
  }

   .contrate-titulo {
    font-size: 27px !important;
    line-height: 30px !important;
    margin-top: 20px !important;
    max-width: 350px;
  }

  .contrate-texto {
    font-size: 17px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }

     .contrate-app {
   margin-bottom: 0 !important;
  
  }
}

@media screen and (max-width: 886px) {
  

  .indica-div-maior {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 370px;
    background-repeat: no-repeat;
    background-image: url(./assets/img/indica-div-maior.png);
  }

  .indica-div {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 370px;
  }

  .indica-div-medio {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 370px;
  }

  .text-indicativos {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

   .number-indicativos {
    font-size: 50px;
  }

  .div-function {
  gap: 2rem;
  margin-right: 10px;
  margin-left: 80px;
  }

  .p-funcionalidade {
    max-width: 80%;
  }

  .contrate-titulo {
    font-size: 27px !important;
    line-height: 30px !important;
    margin-top: 20px !important;
    font-weight: 500;
  }

  .contrate-texto {
    font-size: 16px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }

  .contrate-app {
   margin-bottom: 0 !important;
   align-items: center;
   justify-content: center;
  }

    .solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 4rem !important;
    margin-right: auto !important;
  }

  .solucoes-img-mobile {
    padding-top: 12px !important;
    padding-bottom: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .solucoes-texto-div {
    max-width: 320% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 1.5rem !important;
  
    
  }

  .solucoes-texto {
    text-align: justify !important;
  }

  .solucoes-imagem {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width:  80% !important;
  }

  
  
}


@media screen and (max-width: 877px) {

.titulo-inicio {
  font-size: 25px;
}

.texto-inicio {
  font-size: 17px;
}

.escrito-contrate {
  display: flex;
  flex-direction: column;
}

.contrate-app {
  display: flex;
  flex-direction: row;
  justify-content: start !important;
  margin-top: 25px;
}

.contrate-texto {
  max-width: 500px !important;
}


}

@media screen and (max-width: 825px) {

 .div-function {
  margin-right: 10px;
  margin-left: 150px;
  }

  .p-funcionalidade {
    max-width: 80%;
  }


}

@media screen and (max-width: 767px) {

  .escrito-email {
    margin-left: 20px !important;
   
  }
  
}

@media screen and (max-width: 760px) {

 .contrate-texto {
  max-width: 400px !important;

}


.solucoes-texto-div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 1rem !important;

  }

    .form-back {
    width: 600px !important;
    margin-left: 30px !important;
  }


}

@media screen and (max-width: 740px) {

.titulo-inicio {
  font-size: 25px;
}

.descricao {
  max-width: 500px !important;
}

 .div-function {
  margin-right: 10px;
  margin-left: 150px;
  }

  .p-funcionalidade {
    max-width: 80%;
  }

  .titulo-funcionalidade {
  font-size: 200% !important;
  }

   .h4-funcionalidade{
  font-size: 13px;
  }

}

@media screen and (max-width: 711px) {
  


  .indica-div-maior {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(./assets/img/indica-div-maior.png);
  }

  .indica-div {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 400px;
  }

  .indica-div-medio {
    width: 29% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 400px;
  }

  .text-indicativos {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .number-indicativos {
    font-size: 40px;
  }

  

  .solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 3.5rem !important;
    margin-right: auto !important;
  }

  .solucoes-img-mobile {
    padding-top: 12px !important;
    padding-bottom: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 120% !important;
  }

  .solucoes-texto-div {
    width: 320% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 1.5rem !important;
  
    
  }

  .solucoes-texto {
    text-align: justify !important;
    width: 520px !important;
 
  }

  .solucoes-imagem {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width:  80% !important;
  }

}

@media screen and (max-width: 680px) {


  .solucoes-img-mobile {
    padding-top: 12px !important;
    padding-bottom: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 120% !important;
  }

  .solucoes-texto-div {
    width: 220% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 1.5rem !important;
  
    
  }

  .solucoes-texto {
    text-align: justify !important;
    width: 490px !important;
 
  }

  .solucoes-imagem {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width:  80% !important;
  }

   .form-back {
    width: 500px !important;
  }
}


@media screen and (max-width: 653px) {
  
   #indicativos {
    flex-direction:column;
    padding: 2rem;
    gap: 0.75rem;
    height: auto;
    
  }

  .indica-div-maior {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
    background-repeat: no-repeat;
    background-image:url(./assets/img/Rectangle\ 380.svg);
  }

  .indica-div {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
  }

  .indica-div-medio {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
  }

  .text-indicativos {
    font-size: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .number-indicativos {
    font-size: 50px;
  }

   .div-function {
  
  margin-left: 280px;
  }

  .p-funcionalidade {
    max-width: 50%;
  }

  .escrito-contrate {
  display: flex;
  flex-direction: column;
}

.contrate-app {
  display: flex;
  flex-direction: row;
  justify-content: start !important;
  margin-top: 25px;

}

.contrate-botao {
  margin-right: 20px !important;
  width: 150px !important; 
  max-width: none !important;  
  height: auto !important;
}

 .contrate-texto {
  max-width: 380px !important;

}

.solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 3rem !important;
    margin-right: auto !important;
  }

.solucoes-img-mobile {
    padding-top: 12px !important;
    padding-bottom: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 120% !important;
  }

  .solucoes-texto-div {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 1.5rem !important;
  
    
  }

  .solucoes-texto {
    text-align: justify !important;
    width: 480px !important;
 
  }

  .solucoes-imagem {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width:  80% !important;
  }

}

@media screen and (max-width: 620px) {
  .solucoes-texto-div {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 1.5rem !important;
  
    
  }

  .solucoes-texto {
    text-align: justify !important;
    width: 430px !important;
 
  }
}

@media screen and (max-width: 575px) {

.titulo-inicio {
  font-size: 20px;
}

.solicitar-orcamento {
  font-size: 10px;
}

.div-function {
  
  margin-left: 330px;
  }

  .p-funcionalidade {
    max-width: 50%;
    font-size: 15px;
  }

   .h4-funcionalidade{
  font-size: 20px !important;
  } 

  .contrate-titulo {
    font-size: 15px;
  }

  .contrate-texto {
  max-width: 330px !important;

}

.escrito-contrate {
  margin-left: 50px !important;
}

.solucoes-texto-div {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-inline: 2rem !important;
  
    
  }

  .solucoes-texto {
    text-align: justify !important;
    width: 400px !important;
    max-width: 100% !important;
 
  }

  .solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 2.5rem !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 520px) {
   .form-back {
    width: 450px !important;
  }
}

@media screen and (max-width: 490px) {

  

  .contrate-titulo {
    font-size: 23px !important;
    max-width: 300px !important;
  }

  .contrate-app {
  display: flex;
  flex-direction: row;
  justify-content: start !important;
  margin-top: 25px;
}

  .contrate-botao {
  margin-right: 20px !important;
  width: 130px !important; 
  max-width: none !important;  
  height: auto !important;
  }

   .contrate-texto {
  max-width: 300px !important;

}

  .escrito-contrate {
  margin-left: 30px !important;
}
}

@media screen and (max-width: 460px) {
 .form-back {
    width: 400px !important;
 }


 
}

@media screen and (max-width: 430px) {
  
   #indicativos {
    flex-direction:column;
    padding: 2rem;
    gap: 0.75rem;
    height: auto;
    
  }

  .indica-div-maior {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
    background-repeat: no-repeat;
    background-image:url(./assets/img/Rectangle\ 380.svg);
  }

  .indica-div {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
  }

  .indica-div-medio {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
  }

  .text-indicativos {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .number-indicativos {
    font-size: 40px;
  }

  .div-function { 
    margin-left: 330px; 
  } 
  
  .p-funcionalidade { 
    max-width: 40%; 
  }

  .contrate-texto {
  max-width: 270px !important;
}


  .contrate-botao {
  margin-right: 20px !important;
  width: 110px !important; 
  max-width: none !important;  
  height: auto !important;
  }

  .solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 2rem !important;
    margin-right: auto !important;
  }

}

@media screen and (max-width: 420px) {
 .form-back {
    width: 350px !important;
 }
}

@media screen and (max-width: 394px) {
 .div-function {
    align-items: center;
    
  }

  .p-funcionalidade {
    max-width: 40%;
    font-size: 15px;
     margin-left: 70px;
  }

   .h4-funcionalidade{
  font-size: 20px !important;
   margin-left: 70px;
  } 

  .titulo-funcionalidade {
  font-size: 30px !important;
  max-width: 10%;
  margin-left: 70px;
}

.function-icon {
  display: none!important;
}
}

@media screen and (max-width: 372px) {

.titulo-inicio {
  font-size: 17px;
}

.texto-inicio {
  font-size: 15px;
}

.descricao {
  max-width: 300px !important;
}

.indica-div-maior {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 300px;
    background-repeat: no-repeat;
    background-image:url(./assets/img/indica-div-maior.png);
  }

  .indica-div {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 261px;
  }

  .indica-div-medio {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 300px;
  }

   .number-indicativos {
    font-size: 30px;
  }

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

  .p-funcionalidade {
    max-width: 40%;
    font-size: 15px;
     margin-left: 70px;
  }

   .h4-funcionalidade{
  font-size: 20px !important;
   margin-left: 70px;
  } 

  .titulo-funcionalidade {
  font-size: 30px !important;
  max-width: 10%;
  margin-left: 70px;
}

.function-icon {
  display: none!important;
}

.contrate-titulo {
    font-size: 20px !important;
    max-width: 240px !important;
  }

  .escrito-contrate {
  margin-left: 20px !important;
}

 .contrate-texto {
  max-width: 210px !important;
}

.contrate-botao {
  margin-right: 8px !important;
}

.solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 1.5rem !important;
    margin-right: auto !important;
  }

}

@media screen and (max-width: 370px) {
 .form-back {
    width: 300px !important;
 }
}

@media screen and (max-width: 330px) {

  .contrate-titulo {
    font-size: 17px !important;
    max-width: 230px !important;
    font-weight: 600 !important;
  }

  .escrito-contrate {
  margin-left: 20px !important;
}

 .contrate-texto {
  max-width: 210px !important;
  font-size: 15px !important;
}

.contrate-botao {
  margin-right: 8px !important;
}

}

@media screen and (max-width: 320px) {
 .form-back {
    width: 250px !important;
 }
}

@media screen and (max-width: 313px) {

  .text-indicativos {
    font-size: 13px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

   .number-indicativos {
    font-size: 30px;
  }

  .contrate-botao {
  margin-right: 2px !important;
  width: 100px !important;
}

.solucoes-div-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 1rem !important;
    margin-right: auto !important;
  }

}

@media screen and (max-width: 293px) {

  .indica-div-maior {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 350px;
    background-repeat: no-repeat;
    background-image:url(./assets/img/indica-div-maior.png);
  }

  .indica-div {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 350px;
  }

  .indica-div-medio {
    width: 80% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 350px;
  }

  .text-indicativos {
    font-size: 13px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

   .number-indicativos {
    font-size: 30px;
  }

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

  .p-funcionalidade {
    max-width: 35%;
    font-size: 14px;
     margin-left: 100px;
  }

   .h4-funcionalidade{
  font-size: 20px !important;
   margin-left: 100px;
  } 

  .titulo-funcionalidade {
  font-size: 30px !important;
  max-width: 10%;
  margin-left: 100px;
}

.contrate-titulo {
    font-size: 16px !important;
    max-width: 200px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
  }

  .escrito-contrate {
  margin-left: 20px !important;
}

 .contrate-texto {
  max-width: 210px !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

.contrate-botao {
  margin-right: 2px !important;
  width: 80px !important;
}

}

@media screen and (max-width: 280px) {
 .form-back {
    width: 230px !important;
 }
}

@media screen and (min-width: 887px) {
  .solucoes-imagem { margin-right: 4rem !important; }
}


.scrollbar-hide {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.scrollbar-hide::-webkit-scrollbar {
  display: none; 
}

#carousel {
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}


.carousel-arrow {
  display: none;
}


@media (max-width: 400px) {
  .carousel-arrow {
    display: flex;            
    align-items: center;
    justify-content: center;
  }
}

#carousel.dragging {
  cursor: grabbing;
}

.card-carrossel {
  max-width: 90rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.card-carrossel-bloqueio,
.card-carrossel-frota,
.card-carrossel-motorista,
.card-carrossel-bike,
.card-carrossel-telemetria,
.card-carrossel-agronegocio {
  position: relative;
  width: 330px;
  min-width: 330px;
}

.card-carrossel-motorista{
  background-image: url("./assets/img/identiMotoristaCerto.svg");
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 500px;
  max-width: 330px;
  z-index: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.card-carrossel-bloqueio {
  background-image: url("./assets/img/bloqueioRemoto.svg");
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 500px;
  max-width: 330px;
  z-index: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.card-carrossel-frota {
  background-image: url("./assets/img/gestaodeFrota.png");
background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 500px;
  max-width: 330px;
  z-index: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.card-carrossel-bike {
  background-image: url("./assets/img/bikeELetrica-Teste.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 500px;
  max-width: 330px;
  z-index: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-carrossel-telemetria {
  background-image: url("./assets/img/videoTelemetria.svg");
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 500px;
  max-width: 330px;
  z-index: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-carrossel-agronegocio {
  background-image: url("./assets/img/agroNegocio.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 500px;
  max-width: 330px;
  z-index: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}


#funcionalidades {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.celular-contrate {
  max-width: 828px;
  max-height: 520px;
}

#funcionalidade, #contrate {
  margin: 0 auto;
  width: 100%;
}

#contato {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  text-align: center;
}

.br-color {
  border-color: #4c4c4c !important;
}

.b-input {
  border: 1px solid rgba(23, 23, 23, 0.08); 
}

.icon-person-input {
  background-image: url(./assets/icons/personEmail.svg);
  background-repeat: no-repeat;
  background-position: 14px 50%; 
  background-size: 18px;
  padding-left: 44px; 
  
}

.icon-email-input {
  background-image: url(./assets/icons/mailEmail.svg);
  background-repeat: no-repeat;
  background-position: 14px 50%; 
  background-size: 18px;
  padding-left: 44px; 
  
}

.icon-phone-input {
  background-image: url(./assets/icons/phoneEmail.svg);
  background-repeat: no-repeat;
  background-position: 14px 50%; 
  background-size: 18px;
  padding-left: 44px; 
  
}

.icon-select-input{
  background-image: url(./assets/icons/tagEmail.svg);
  background-repeat: no-repeat;
  background-position: 14px 50%; 
  background-size: 18px;
  padding-left: 44px; 
  padding-right: 44px !important;
}

.icon-message-input{
  background-image: url(./assets/icons/chatEmail.svg);
  background-repeat: no-repeat;
  background-position: 14px 15%; 
  background-size: 18px;
  padding-left: 44px; 
  
}

.icon-send-input,
.icon-whats-input{
  background-image: none !important;
  background-position: initial !important;
  padding-left: 0 !important;
}


.icon-send-input::before,
.icon-whats-input::before{
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.icon-send-input::before{
  background-image: url(./assets/icons/sendEmailBranco.svg);
}

.icon-whats-input::before{
  background-image: url(./assets/icons/whatsappEmail.svg);
}


.checkbox-custom {
  appearance: none;
  -webkit-appearance: none;

  width: 18px;
  height: 18px;

  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 3px;
  background: #fff;

  display: grid;
  align-items: center;
  justify-items: center;
}

.checkbox-custom:hover {
  border-color: rgba(0,0,0,0.55);
}

.checkbox-custom:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(162, 63, 9, 0.15); 
  border-color: rgba(162, 65, 9, 0.55);
}

.checkbox-custom::after {
  content: "";
  width: 9px;
  height: 5px;

  border-left: 2px solid #F3763E;
  border-bottom: 2px solid #F3763E;

  transform: rotate(-45deg);
  opacity: 0;

  transition: opacity 120ms ease;
}

.checkbox-custom:checked {
  border-color: rgba(162, 73, 9, 0.55);
}

.checkbox-custom:checked::after {
  opacity: 1;
}



.form-whatsapp {
  border-radius: 20px !important;
  border-color: #292727;
  border: 1px solid rgba(0,0,0,0.06); 
  box-shadow:
    0 2px 8px rgba(73, 73, 73, 0.02),
    0 8px 20px rgba(0,0,0,0.02);  
}

.form-back {
  border-radius: 20px !important;
  border-color: #292727;
  border: 1px solid rgba(0,0,0,0.06); 
  box-shadow:
    0 2px 8px rgba(0,0,0,0.05),
    0 14px 30px rgba(0,0,0,0.08);  
  width: min(715px, 100%);
}

.form-whats {
  border-color: #292727;
  border: 1px solid rgba(0,0,0,0.06); 
  box-shadow:
    0 2px 8px rgba(0,0,0,0.05),
    0 14px 30px rgba(0,0,0,0.08);  
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 16px;
}

.form-grid > div { 
  min-width: 0; 
}

select.icon-select-input {
  min-width: 0;
}



@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
  .span-2 {
    grid-column: 1 / -1; 
  }
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
}

.modal-content {
  width: 30rem;
  height: 15rem;
  background: #030943;
  opacity: 0.8;
  border-radius: 40px;
  color: #fff;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
  .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.transition-button {
   display: inline-block;
   transform-origin: center;
   transition: transform 280ms ease-out;
}

.transition-button:hover {
  transform: scale(1.07);
}

.font-size-z:hover {
  font-size: 60px ;
}

.whats_button {

  position: fixed;
  width: 100px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  color: white;
  text-align: center;
  border-radius: 50px;
  font-size: 30px;
}

.whats_button:hover {
  width: 105px;
}

.contratar_servico:hover {
  background-color: #ea5e33!important;
}

@media screen and (min-width: 2560px) {
  body {
    margin: 0 auto;
    max-width: 1536px;
  }
}

.text-custom-color {
    color: #F3763E;
}

.hover\:bg-custom-padrao:hover {
  --tw-bg-opacity: 1 !important;
  background-color: #fe8953!important;
}

.hover\:text-custom-media:hover {
    color: #000000
}

.hover\:text-custom-padrao:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

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

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:w-\[20\%\] {
    width: 20% !important;
  }

  .md\:w-\[30\%\] {
    width: 27% !important;
  }

  .md\:w-\[35\%\] {
    width: 35% !important;
  }

    .md\:max-w-\[40\%\] {
    max-width: 40% !important;
  }

  .md\:max-w-\[40\%\] {
    max-width: 40% !important;
  }

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

  .md\:items-start {
    align-items: flex-start !important;
  }

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

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .md\:py-24 {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

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

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

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

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

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

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

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

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

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

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

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

  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

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

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

html, body {
  overflow-x: hidden;
  max-width: 100%;
}


