@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&amp;family=Roboto:wght@400;500&amp;display=swap');

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

*, ::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:  ;
}

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-19{
  top: 4.75rem;
}

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

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

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

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

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

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

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

.mt-19{
  margin-top: 4.75rem;
}

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

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

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

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

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

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

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

.-mr-6{
  margin-right: -1.5rem;
}

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

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

.mt-15{
  margin-top: 3.75rem;
}

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

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

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

.ml-6{
  margin-left: 1.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mt-auto{
  margin-top: auto;
}

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-8{
  height: 2rem;
}

.h-16{
  height: 4rem;
}

.h-10{
  height: 2.5rem;
}

.h-full{
  height: 100%;
}

.h-12{
  height: 3rem;
}

.h-22{
  height: 5.5rem;
}

.h-20{
  height: 5rem;
}

.h-5{
  height: 1.25rem;
}

.h-screen{
  height: 100vh;
}

.h-6{
  height: 1.5rem;
}

.h-32{
  height: 8rem;
}

.h-14{
  height: 3.5rem;
}

.h-19{
  height: 4.75rem;
}

.w-full{
  width: 100%;
}

.w-8{
  width: 2rem;
}

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

.w-70{
  width: 17.5rem;
}

.w-20{
  width: 5rem;
}

.w-40{
  width: 10rem;
}

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

.w-56{
  width: 14rem;
}

.w-39{
  width: 9.75rem;
}

.w-6{
  width: 1.5rem;
}

.w-10{
  width: 2.5rem;
}

.max-w-screen-md{
  max-width: 768px;
}

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

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

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-4{
  gap: 1rem;
}

.gap-y-4{
  row-gap: 1rem;
}

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

.overflow-auto{
  overflow: auto;
}

.rounded-1\.5{
  border-radius: 6px;
}

.rounded-1{
  border-radius: 4px;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

.border-gray-1{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-purple{
  --tw-border-opacity: 1;
  border-color: rgb(96 26 184 / var(--tw-border-opacity));
}

.border-gray-3{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-gray-2{
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}

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

.bg-aqua{
  --tw-bg-opacity: 1;
  background-color: rgb(28 167 182 / var(--tw-bg-opacity));
}

.bg-gray-0{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(96 26 184 / var(--tw-bg-opacity));
}

.bg-purple-0{
  --tw-bg-opacity: 1;
  background-color: rgb(245 236 255 / var(--tw-bg-opacity));
}

.bg-black-overlay{
  background-color: rgba(0, 0, 0, .70);
}

.bg-industria-hero{
  background-image: /assets/img/site/bg-hero-industria-mobile.svg;
}

.bg-cover{
  background-size: cover;
}

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

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

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

.bg-top-16{
  background-position: center 4rem;
}

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

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

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-36{
  padding-bottom: 9rem;
}

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

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

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

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

.font-barlow{
  font-family: Barlow Condensed, sans-serif;
}

.text-30{
  font-size: 30px;
  line-height: 38px;
}

.text-24{
  font-size: 24px;
  line-height: 30px;
}

.text-20{
  font-size: 20px;
  line-height: 24px;
}

.text-16{
  font-size: 16px;
  line-height: 16px;
}

.text-42{
  font-size: 42px;
  line-height: 50px;
}

.text-26{
  font-size: 26px;
  line-height: 32px;
}

.text-22{
  font-size: 22px;
  line-height: 22px;
}

.text-72{
  font-size: 72px;
  line-height: 60px;
}

.text-56{
  font-size: 56px;
  line-height: 60px;
}

.text-28{
  font-size: 28px;
  line-height: 38px;
}

.text-14{
  font-size: 14px;
  line-height: 14px;
}

.text-32{
  font-size: 32px;
  line-height: 32px;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-24{
  line-height: 24px;
}

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

.leading-26{
  line-height: 26px;
}

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

.leading-32{
  line-height: 32px;
}

.leading-36{
  line-height: 36px;
}

.leading-22{
  line-height: 22px;
}

.leading-16{
  line-height: 16px;
}

.leading-28{
  line-height: 28px;
}

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

.text-aqua{
  --tw-text-opacity: 1;
  color: rgb(28 167 182 / var(--tw-text-opacity));
}

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

.text-purple{
  --tw-text-opacity: 1;
  color: rgb(96 26 184 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-gray-3{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.text-purple-1{
  --tw-text-opacity: 1;
  color: rgb(223 210 241 / var(--tw-text-opacity));
}

.text-purple-2{
  --tw-text-opacity: 1;
  color: rgb(197 174 230 / var(--tw-text-opacity));
}

.text-gray-5{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(198 27 27 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(99 157 33 / var(--tw-text-opacity));
}

.text-gray-4{
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}

.opacity-50{
  opacity: 0.5;
}

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

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

.shadow-3{
  --tw-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-5{
  --tw-shadow: 7px -7px 22px 0 rgba(0, 0, 0, .15), -7px 7px 22px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 7px -7px 22px 0 var(--tw-shadow-color), -7px 7px 22px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.bg-image-index-hero{
  background-image: url("../img/site/bg-hero-varejo-mobile.svg");
}

.bg-image-index-cta-download{
  background-image: url("../img/site/bg-cta-download.svg");
}

.bg-image-index-industria{
  background-image: url("../img/site/bg-cta-industria.jpg");
}

.bg-image-industria-hero{
  background-image: url("../img/site/bg-hero-industria-mobile.svg");
}

.bg-image-industria-cta{
  background-image: url("../img/site/bg-cta-download-industria.jpg");
}

.bg-image-industria-cta-footer{
  background-image: url("../img/site/bg-cta-download-industria-bottom.jpg");
}

html {
  scroll-behavior: smooth;
}

textarea,
input:matches(
  [type="email"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="url"]
) {
  -webkit-appearance: none;
}

@media (min-width: 520px) {
  .img-interacao-mobile {
    background-size: 500px !important;
    background-position: center;
  }
}

.accordion-title .accordion-icon::before,
.accordion-title .accordion-icon::after {
  background: #601ab8;
  border-radius: 9999px;
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 4px;
  transition: all .15s ease-in-out;
}

.accordion-title .accordion-icon::before {
  transform: rotate(-45deg) translateX(-7px);
}

.accordion-title .accordion-icon::after {
  transform: rotate(45deg) translateX(7px);
}

.accordion-title[aria-expanded="true"] .accordion-icon::before,
.accordion-title[aria-expanded="true"] .accordion-icon::after {
  height: 24px;
}

.accordion-title[aria-expanded="true"] .accordion-icon::before {
  transform: rotate(-45deg);
}

.accordion-title[aria-expanded="true"] .accordion-icon::after {
  transform: rotate(45deg);
}

.faq a:not(.accordion-title) {
  color: #601AB8;
  text-decoration: none;
  background-color: transparent
}

.faq a:not(.accordion-title):hover {
  color: #4B1392;
  text-decoration: none
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease
}

/* DOCS PAGES */

.docs-page{
  min-height: 100vh;
}

.docs-page h1 {
  color: #1ca7b6;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.docs-page h2 {
  color: #333333;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

.docs-page p, .docs-page li {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 400;
}

.docs-page li{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  padding-left: 1.5rem;
}

.docs-page li:before{
  position: absolute;
  left: 0px;
  display: block;
}

.docs-page ul li:before {
  background: #333333;
  border-radius: 8px;
  content: "";
  top: 6px;
  height: 0.5rem;
  width: 0.5rem;
}

.docs-page ol li:before {
  content: attr(data-marker);
}

.docs-page p + li{
  margin-top: 1.5rem;
}

.docs-page p + h2,  .docs-page ul + h2,  .docs-page ol + h2{
  margin-top: 1.5rem;
}

.docs-page strong{
  font-weight: 500;
}

/* EMBED YOUTUBE VIDEO */

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.purple-gradient {
  background-image: linear-gradient(-135deg, #8b2fcb, #7e28de 70%, #7321df);
}

.purple-gradient-reverse {
  background-image: linear-gradient(-135deg, #7321df 0%, #7e28de 30%, #8b2fcb 100%);
}

.select-arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%231ca7b6' viewBox='0 0 24 24'%3E%3Cpath d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px top 10px;
  background-size: 20px 20px;
}

.select-arrow-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%231ca7b6' viewBox='0 0 24 24'%3E%3Cpath d='M5 15l7-7 7 7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px top 10px;
  background-size: 20px 20px;
}

.hover\:border-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 26 184 / var(--tw-border-opacity));
}

.hover\:bg-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 26 184 / var(--tw-bg-opacity));
}

.hover\:bg-aqua-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 187 204 / var(--tw-bg-opacity));
}

.hover\:bg-gray-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(96 26 184 / var(--tw-text-opacity));
}

.hover\:shadow-5:hover{
  --tw-shadow: 7px -7px 22px 0 rgba(0, 0, 0, .15), -7px 7px 22px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 7px -7px 22px 0 var(--tw-shadow-color), -7px 7px 22px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-hover:hover{
  --tw-shadow: -10px 10px 32px 0 rgba(0, 0, 0, .1), 10px -10px 32px 0 rgba(0, 0, 0, .1);
  --tw-shadow-colored: -10px 10px 32px 0 var(--tw-shadow-color), 10px -10px 32px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-5-hover:hover{
  --tw-shadow: 7px -7px 22px 0 rgba(0, 0, 0, .1), -7px 7px 22px 0 rgba(0, 0, 0, .1);
  --tw-shadow-colored: 7px -7px 22px 0 var(--tw-shadow-color), -7px 7px 22px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.focus\:shadow-4:focus{
  --tw-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .08);
  --tw-shadow-colored: 2px 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

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

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

  .lg\:top-auto{
    top: auto;
  }

  .lg\:z-30{
    z-index: 30;
  }

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

  .lg\:m-0{
    margin: 0px;
  }

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

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

  .lg\:ml-32{
    margin-left: 8rem;
  }

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

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

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

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

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

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

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

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

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

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

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

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

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

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

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

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

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

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

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

  .lg\:w-7\/12{
    width: 58.333333%;
  }

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

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

  .lg\:max-w-screen-xl{
    max-width: 1248px;
  }

  .lg\:max-w-screen-xs{
    max-width: 488px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

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

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\: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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:overflow-auto{
    overflow: auto;
  }

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

  .lg\:rounded-2{
    border-radius: 8px;
  }

  .lg\:rounded-tl-2{
    border-top-left-radius: 8px;
  }

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

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

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-purple-1{
    --tw-border-opacity: 1;
    border-color: rgb(223 210 241 / var(--tw-border-opacity));
  }

  .lg\:bg-black-overlay{
    background-color: rgba(0, 0, 0, .70);
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

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

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-32-top-16{
    background-position: 8rem 4rem;
  }

  .lg\:p-0{
    padding: 0px;
  }

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

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

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

  .lg\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

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

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

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

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

  .lg\:pb-26{
    padding-bottom: 6.5rem;
  }

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

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

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

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

  .lg\:text-56{
    font-size: 56px;
    line-height: 60px;
  }

  .lg\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .lg\:text-22{
    font-size: 22px;
    line-height: 22px;
  }

  .lg\:text-20{
    font-size: 20px;
    line-height: 24px;
  }

  .lg\:text-26{
    font-size: 26px;
    line-height: 32px;
  }

  .lg\:text-42{
    font-size: 42px;
    line-height: 50px;
  }

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

  .lg\:leading-38{
    line-height: 38px;
  }

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

  .lg\:bg-image-index-hero-lg{
    background-image: url("../img/site/bg-hero-varejo.svg");
  }

  .lg\:bg-image-index-leilao-caminho{
    background-image: url("../img/site/img-linha-traco.svg");
  }

  .lg\:bg-image-industria-hero-lg{
    background-image: url("../img/site/bg-hero-industria.svg");
  }
}
