@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

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

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

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

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

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

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

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

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

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

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

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

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

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

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

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

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-top-40{
  top: -10rem;
}

.left-0{
  left: 0px;
}

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

.left-\[calc\(50\%-11rem\)\]{
  left: calc(50% - 11rem);
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[-10rem\]{
  top: -10rem;
}

.isolate{
  isolation: isolate;
}

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

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

.-m-1{
  margin: -0.25rem;
}

.-m-1\.5{
  margin: -0.375rem;
}

.-m-2{
  margin: -0.5rem;
}

.-m-2\.5{
  margin: -0.625rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

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

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[1155\/678\]{
  aspect-ratio: 1155/678;
}

.h-10{
  height: 2.5rem;
}

.h-20{
  height: 5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[36\.125rem\]{
  width: 36.125rem;
}

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-8{
  width: 2rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-none{
  max-width: none;
}

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

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

.-translate-x-1\/2{
  --tw-translate-x: -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));
}

.rotate-\[30deg\]{
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

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

.gap-y-6{
  row-gap: 1.5rem;
}

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

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

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

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

.bg-bluewilox{
  --tw-bg-opacity: 1;
  background-color: rgb(14 75 233 / var(--tw-bg-opacity));
}

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

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

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

.bg-hero-pattern{
  background: url(../assets/bg_wilox_lines.jpg) center / cover no-repeat;
}
.bg-contab{
  background: #111827;
}
.bg-hero-pattern2{
  background: url(../assets/Banner_header_1.png) center / cover no-repeat;
}
.bg_manof{
  background: url(../assets/bg_manof.svg) top center / cover no-repeat;
}
.bg-odoo-screens{
  background-image: url('/assets/odoo-screens.png');
}
.wrapcols {
  max-width: 1200px;
  margin: 0 auto;
}

.from-\[\#FF6709\]{
  --tw-gradient-from: #FF6709 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 103 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ff80b5\]{
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#0E4BE9\]{
  --tw-gradient-to: #0E4BE9 var(--tw-gradient-to-position);
}

.to-\[\#9089fc\]{
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.stroke-2{
  stroke-width: 2;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-inter{
  font-family: Inter;
}

.font-jakarta{
  font-family: Plus Jakarta Sans;
}

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

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

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

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

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

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

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

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

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

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

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

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

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

.text-bluewilox{
  --tw-text-opacity: 1;
  color: rgb(14 75 233 / var(--tw-text-opacity));
}

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

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

.text-yellowwilox{
  --tw-text-opacity: 1;
  color: rgb(254 254 72 / var(--tw-text-opacity));
}

.opacity-30{
  opacity: 0.3;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.blur-3xl{
  --tw-blur: blur(64px);
  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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{  transition-duration: 300ms;}
html {  scroll-behavior: smooth;}
.smooth {  transition: 1s;}
.hover\:scale-105:hover{  --tw-scale-x: 1.05;  --tw-scale-y: 1.05;  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));}
.hover\:bg-bluewilox:hover{  --tw-bg-opacity: 1;  background-color: rgb(14 75 233 / var(--tw-bg-opacity));}
.hover\:bg-greywilox:hover{  --tw-bg-opacity: 1;  background-color: rgb(163 163 163 / var(--tw-bg-opacity));}
.hover\:bg-orangewilox:hover{  --tw-bg-opacity: 1;  background-color: rgb(255 103 9 / var(--tw-bg-opacity));}
.hover\:text-orangewilox:hover{  --tw-text-opacity: 1;  color: rgb(255 103 9 / var(--tw-text-opacity));}
.hover\:text-white:hover{  --tw-text-opacity: 1;  color: rgb(255 255 255 / var(--tw-text-opacity));}
.focus\:ring-2:focus{  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);}
.focus\:ring-inset:focus{  --tw-ring-inset: inset;}
.focus-visible\:outline:focus-visible{  outline-style: solid;}
.focus-visible\:outline-2:focus-visible{  outline-width: 2px;}
.focus-visible\:outline-offset-2:focus-visible{  outline-offset: 2px;}
.focus-visible\:outline-bluewilox:focus-visible{  outline-color: #0E4BE9;}
    #whatsapp-link {      text-decoration: none;      color: #fff;      font-weight: bold;    }
    .floating-ws {      background: #0dc143;      height: 54px;      width: 239px;    position: fixed;    z-index: 9999;    right: 0;    bottom: 15px;    color: #fff;    text-align: center;
    line-height: 60px;    cursor: pointer;    border-radius: 50px 0 0 50px;     }
.floating-ws  img{  max-width: 40%;  position: absolute;  top: -12px;  height: 80px;}
#whatsapp-link:after {  content: 'Dejanos un mensaje';  position: absolute;  top: -3px;  right: 16px;  font-weight: bold;}
.nav {align-items: center;}
.mainnav {justify-content: center;}
.floating-ws .fa-whatsapp  {left: 19px;  position: absolute;  top: 7px;}
.floating-ws .fa-whatsapp:before {  content: "\f232";  font-size: 41px;}
#whatsapp-link:after {content: 'Dejanos un mensaje';font-size: 14px;}
.fnav {    align-items: baseline;  margin-left: 0;  gap: 47px;  padding-top: 13px;}
  .copyr {font-size: 14px;}
  .ecommerse {    max-width: 700px!important;    margin-left: -96px!important;}
    .manufas {      max-width: 700px!important;      margin-left: -25px!important;  }
  .col333 {width: 53%;}
footer {padding: 50px 0 50px 0;overflow: hidden;}
.logo_wilox {max-width: 100px;}
footer .footer2 a {margin: 3px;}
.mr0  {margin-right: 0px !important; } 
footer i {width: 30px;height: 30px;}
.footer2 {height: 37px;display: flex;align-items: center;justify-content: center;}
.footer3 {height: 31px;display: flex;align-items: center;}
.fa-facebook:before {  font-size: 24px;}
.fa-instagram:before {  font-size: 27px;}
.fa-envelope:before {  font-size: 28px;}
.fa-whatsapp:before {  font-size: 27px;}
.bg-hero-pattern2 {  background: url(../assets/sombrashome.svg) 28px 219px /100% no-repeat,url(../assets/bg_wilox_lines.jpg) center 660px / contain no-repeat}
.iti--allow-dropdown {width: 100%;}
#submitbutton {width: 13%;margin: 0 auto;}
.logbg {  max-width: 98%!important;  margin: 0 auto!important;}
.bgmfact {  max-width: 100%!important;  margin: 0 auto!important;}
#analizop h2 {font-size: 36px;line-height: 140%; /* 50.4px */}
.nos1:before{background: #0e4be9 url(../assets/odoonos1.png) center no-repeat;  content: '';  position: absolute;  width: 32px;  height: 32px;  left: 0;  top: 44px;
  border-radius: 50px;}
  .nos2:before{background: #0e4be9 url(../assets/odoonos2.png) center no-repeat;  content: '';  position: absolute;  width: 32px;  height: 32px;  left: 0;  top: 44px;
    border-radius: 50px;}
    .nos3:before{background: #0e4be9 url(../assets/odoonos3.png) center no-repeat;  content: '';  position: absolute;  width: 32px;  height: 32px;  left: 0;  top: 44px;      border-radius: 50px;}
      .nos4:before{background: #0e4be9 url(../assets/odoonos4.png) center no-repeat;  content: '';  position: absolute;  width: 32px;  height: 32px;  left: 0;  top: 44px;        border-radius: 50px;}
        .ster1:before{background: #FEFE48 url(../assets/pantalla-sterico1.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
          border-radius: 50px;}
          .ster2:before{background: #FEFE48 url(../assets/pantalla-sterico2.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
            border-radius: 50px;}
            .ster3:before{background: #FEFE48 url(../assets/pantalla-sterico3.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
              border-radius: 50px;}
              .ster4:before{background: #FEFE48 url(../assets/pantalla-sterico4.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
                border-radius: 50px;}
                .ster4b:before{background: #FEFE48 url(../assets/pantalla-sterico80.svg) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
                  border-radius: 50px;}
                .ster5:before{background: #FEFE48 url(../assets/pantalla-sterico5.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
                  border-radius: 50px;}
                  .ster6:before{background: #FEFE48 url(../assets/pantalla-sterico6.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
                    border-radius: 50px;}
                    .ster7:before{background: #FEFE48 url(../assets/pantalla-sterico7.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
                      border-radius: 50px;}
                      .ster8:before{background: #FEFE48 url(../assets/pantalla-sterico8.png) center no-repeat;  content: '';  position: absolute;  width: 37px;  height: 37px;  left: 0;  top: 44px;
                        border-radius: 50px;}
  .row2 .col-sm {padding: 7px 0 0 53px;}
  .bg-blackwilox {background: #000;}
  .lsitnrto li {    background: url(../assets/task_alt.svg) left no-repeat;    padding-left: 42px;    margin-bottom: 12px;}
.txtecom1{  max-width: 900px;  margin: 0 auto;}

/* manofactura*/
.bgmano66 {padding-top: 200px !important;
  background: url(../assets/bg_manof4.svg) 447px -104px / 90% no-repeat;}
.histf .col-sm {color: #000;  font-family: Inter;  font-size: 14px;  font-style: normal;  font-weight: 400;  line-height: 200%;  padding: 32px;  border-radius: 20px;
  background: var(--Schemes-On-Primary, #FFF);  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.test1 {background: url(../assets/test1.svg) no-repeat;  padding-left: 65px;  float: right;    margin-top: 20px;}
  .test2 {background: url(../assets/test2.svg) no-repeat;    padding-left: 65px;    float: right;    margin-top: 20px;}
.test1 div:nth-child(1),.test2 div:nth-child(1) {font-size: 16px;}
.test1 div:nth-child(2),.test2 div:nth-child(2) {color: #6B6969; font-size: 14px;}
.contab34 h2{font-size: 36px;font-weight: 700;}
.footerv2 div {display: flex;align-items: center;    justify-content: center;}
.footerv3   {padding-top: 48px;max-width: 720px;margin: 0 auto;background-color: #111827;display: flex  ;  font-size: 14px;align-items: center;justify-content: space-around;color: #fff;  }
  .footerv2 {display: grid; position: relative;grid-template-columns: 50% 50% !important;justify-content: space-between;gap: 3%;}
  p {font-size: 16px !important; font-weight: 400 !important;margin-bottom: 0 !important;line-height: 200%;}
  .contab44 {    max-width: 645px;    margin-left: -150px;}
  label {    text-align: left;}
  .ficons {display: flex;    align-items: center;    gap: 32px;justify-content: center;}
  .ficonssvg {margin-bottom: 3px;}
  .Banner_odoo {padding-top: 250px !important;    background: url(../assets/Banner_odoo.svg) top center / 100% no-repeat;}
.Banner_odoo svg{  max-width: 250px;  margin: 0 auto;  margin-top: 30px;}
#contacto h2 {font-size: 48px;}
.Header_ecommerce {padding-top: 250px !important;background: url(../assets/Header_ecommerce2.svg) center / cover no-repeat;}
.imgmplem {margin-left: -152px;}
.footerv3 div:nth-child(1) {order:1}
.footerv3 div:nth-child(2) {order:2}
header{  position: relative;}
.imgblog{margin: 0 auto;  width: 80%;}
.ulblog {list-style:disc;margin-left: 30px;}
.ulblog li {padding-bottom: 15px;}

/* blog*/
.Header_blog h1{font-size: 60px;}
.Header_blog {padding-top: 212px !important;background:#0E4BE9 url(../assets/bg_blog.svg) center / cover no-repeat;}
.Header_blog1 {align-items: center;  display: flex;margin-top: 80px;  height: 80px;  background: #0E4BE9 url(../assets/bg_bloginternas.svg) center bottom / contain no-repeat;}
.titblog {font-size: 48px;line-height: 60px;}
.tagblog {border-radius: 30px;  padding: 4px 10px 0 10px;  background: #FF8134;  font-size: 14px;  color: #fff;   text-align: center;  display: inline-block;  height: 30px;}
.tagsblog {display: flex;align-items: center;gap: 1%;}
.tagtxt {font-size: 15px;  font-style: normal;  font-weight: 700;}
.ablog {display: flex;}
.ablog:hover {text-decoration: none;}
.bloga:hover {text-decoration: none !important;}
.contblog h2 {font-size: 36px; font-weight: 700;}
.firsp {font-weight: bold!important;}
.fp24 {font-size: 25px;}

@media screen and (min-width: 768px) {
  .cont_blog1{max-width: 978px;    margin: 0 auto;}
  .cont_blog5{max-width:1150px;    margin: 0 auto;}
  .sixdek {max-width: 450px;}
.tbnav,.mrp_desk24m,.mrp_desk2v9m {display: none;}
.mrp_desk2v9 {float: left;}
}
@media screen and (max-width: 1024px) {
  .cont_blog5,.cont_blog1{padding: 30px !important;}
  .tbnav {    flex-wrap: wrap;}
  .footerv3 {    padding-top: 22px!important;}
  .footerv3 div:nth-child(2) {    order: 2;    margin-left: 10px;}
  .footerv3{display: flex;    flex-direction: column-reverse;}
  .footerv3 div:nth-child(1) {  order: 1;  margin-top: 10px;}
  .footerv3 {    padding-top: 38px;    justify-content: start;    align-items: start;    padding-left: 30px;}
  .footerv2 {padding: 0 50px 0 50px;}
  .tbnav {display: flex;justify-content: center;gap: 8%;}
  .footermv2 {display: none !important;}
  .footerv2 div:nth-child(3) {   justify-content: end;}
  .footerv2 div:nth-child(1) {   justify-content: start;}
  }
@media screen and (min-width: 1024px) {
  .mrp_mobile,.logbg2 {display: none;}
  .footerv2 {display: grid;  grid-template-columns: 10% auto 10% !important;  align-items: center;  justify-content: center;  gap: 3%;}
  .slicknav_menu,.footermv2  {display: none !important;} 
 }
      @media screen and (max-width: 1024px) {
        .flexmob {flex-direction: column-reverse !important;    display: flex !important;}

        .mrp_desk24,.mrp_desk2v9 {display: none;}
        .mrp_desk24m {display: block;max-width: 397px!important;margin: 0 auto;}
        .mrp_desk2v9m{max-width: 372px !important;display: block;margin: 0 auto;}
        .pt-16b h2{padding-bottom: 30px !important;}
        .pt-16b .pt-9 {padding-top: 0!important;}
        .mrp_desk {display: none;}
        .mrp_mobile {max-width: 115% !important; margin: 0 auto !important;}
        .logbg2 {        max-width: 102% !important;
          margin-left: -13px !important;}
        .footerv2 div:nth-child(2) {display: none;}
        #submitbutton {width: 39%;}
        .footermv2 a {font-size: 12px;}
        .footerv3 {font-size: 10px;}
        .deskmenu {display: none ;} 
    .fnav {padding-top: 30px;  }
  .footermv2{display: grid;    align-items: baseline;grid-template-columns: 50% 50%;gap: 10px;margin-left: 83px;}
.footerv3 {padding-top: 38px;}
.footerv3 div {padding-top: 15px}
 .floating-ws { width: 218px;margin-bottom: 0px;}
 .floating-ws .fa-whatsapp:before {
    content: "\f232";
    font-size: 24px;
}
.floating-ws .fa-whatsapp  {left: 19px;  position: absolute;  top: 15px;}
  }
@media screen and (max-width: 530px) {
  .fp24 {font-size: 18px!important;}
  .txtblog{    padding: 40px 0 40px 0;}
  .txtblog h2,.txtblog h3{font-size: 18px!important;line-height: 33px !important;}
  .imgblog { width: 100%;}
  .pt-16b h2{    margin-bottom: 40px !important;}
  .pt-16b h2 {font-size: 20px!important;line-height: 35px;}
  .contblog h2 {font-size: 18px!important;line-height: 35px;}
  .pt-16b {padding-top: 32px!important;}
  .Header_blog1 h1 {margin-bottom: 0!important;font-size: 17px;}
  .Header_blog1 {    margin-top: 60px;    height: 42px;    background: #0E4BE9 url(../assets/bg_bloginternasMob.svg) center top / cover no-repeat;}
  .Header_blog h1{font-size: 25px!important;}
  .Header_blog {padding-bottom: 0 !important;display: flex;padding-top: 0 !important;background: #0E4BE9 url(../assets/bg_blogmob.svg) bottom center /cover no-repeat;height: 151px;align-items: center;    margin-top: 60px;}
  .tbnav  {text-align: left;}
  .txm88 {margin-bottom: 35px;}
  .ster1:before,.ster2:before,.ster3:before,.ster4:before,.ster4b:before,.ster5:before,.ster6:before,.ster7:before,.ster8:before {top: 6px!important;}
  .bmobs p b {padding-left: 15px;}
  .Header_ecommerce {
    padding-top: 150px !important;
    background: url(../assets/Banner_header_mobile_ecomm.svg) center bottom / contain no-repeat;
}
  .h2emob {font-size: 20px !important;}
  .footerv3 {
    padding-top: 40px !important;
}
  .tbnav  {    display: grid;         grid-template-columns: 40% 40%;
    align-items: baseline;
    padding: 40px 0 10px 40px}
  .footerv3 { align-items: center;padding-left:0}
  h2,#contacto h2 {    font-size:30px !important;}
  .row2 .col-sm {    margin-bottom: 20px;}
  .nos1:before,.nos2:before,.nos3:before,.nos4:before{top: 7px;}
  #integraciones .row .col-sm {margin-top: 20px;}
  .wrapcols3 .col-sm p:nth-child(1) {padding-left: 49px;}
  .mrp_desk2 {max-width: 336px !important;}
  .Banner_odoo {padding-top: 130px !important;background: url(../assets/Banner_header_mobile_odo.svg) bottom center / 100% no-repeat;}
  .floating-ws { width: 218px;margin-bottom: 20px;}
  .floating-ws .fa-whatsapp:before {
    content: "\f232";
    font-size: 24px;
}
  #whatsapp-link:after {font-size: 14px;}
  .footerv2 {gap: 0; }
  .footermv2 a {text-align: left;}
  .bgAdjust h2 {font-weight: 600;font-size: 20px;}
  .histf .col-sm {padding: 30px 25px 30px 25px !important;margin-bottom: 20px;}
  .contab34 h2 {line-height: 39px;}
  .contab44 {margin-left: 0;}
  .col-sm {padding-left: 0 !important;}
  .gapmob12 div:nth-child(2),.gapmob12 div:nth-child(3),.gap-10b5 div:nth-child(3) {display: none;}
  .gap-10 {gap: 0!important;}
  .bg_manof  {padding-bottom: 100px !important; background: url(../assets/Banner_header_mobile.svg) bottom center / 102% no-repeat;}
  .chatm  {display: flex;flex-direction: column;align-items: center;margin-top: 20px;}
  .chatm button {margin: 15px 0 0 0 !important;}
  .implemob img {display: none;}
  .implemob {padding-top: 270px;   background: url(../assets/image_laptopMobile.svg) top center / 110% no-repeat;}
  .nosc {padding-bottom: 40px;}
  .imgmplem{max-width: 407px !important;margin-left: 0 !important;}
  .bgmano66 {padding-top: 0 !important;}
  .row,.col{margin-right: 0px !important;margin-left: 0px !important; }
  .btnserp  {display: flex;align-items: center;    flex-direction: column;    gap: 10px;  }
  .btnserp button  {margin-left: 0;}
  .bg-hero-pattern {background: url(../assets/bg_wilox_lines.jpg) bottom center / contain no-repeat;}.manufas {  max-width: 321px !important;  margin-left: 0!important;}
.ecommerse {  max-width: 324px !important;  margin: 0 auto !important;}
.bg-hero-pattern2 {  background: url(../assets/bg_wilox_lines.jpg) center bottom / contain no-repeat;}
#submitbutton {  width: 25%;  margin: 0 auto;}
.col333 {  width: 100%;}
}
@media (prefers-color-scheme: dark){
  .dark\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(36 33 44 / var(--tw-bg-opacity));
  }
}

@media (min-width: 640px){
  .sm\:-top-80{    top: -20rem;  }

  .sm\:left-\[calc\(50\%-30rem\)\]{    left: calc(50% - 30rem);  }

  .sm\:left-\[calc\(50\%-40rem\)\]{    left: calc(50% - 40rem);  }

  .sm\:top-\[-20rem\]{    top: -20rem;  }

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

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

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

  .sm\:flex{    display: flex;  }

  .sm\:h-32{    height: 8rem;  }

  .sm\:w-\[57rem\]{    width: 57rem;  }

  .sm\:w-\[72\.1875rem\]{    width: 72.1875rem;  }

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

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

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

  .sm\:gap-y-20{    row-gap: 5rem;  }

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

  .sm\:py-32{    padding-top: 8rem;    padding-bottom: 8rem;  }

  .sm\:py-48{    padding-top: 12rem;    padding-bottom: 12rem;  }
  .sm\:pb-12{    padding-bottom: 3rem;  }

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

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

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

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

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

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

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

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

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

  .sm\:leading-6{
    line-height: 1.5rem;
  }

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

@media (min-width: 768px){
  .md\:-ml-80{
    margin-left: -20rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

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

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

  .lg\:mr-80{
    margin-right: 20rem;
  }

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

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:max-w-7xl{
    max-width: 80rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

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

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

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

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

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

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:pr-16{
    padding-right: 4rem;
  }
}