/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
	background-color: #0c0b09;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

abbr[title] {
	text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
  /* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../media/open-sans-v27-latin-regular.66fc9815.eot); /* IE9 Compat Modes */
  src: local('Pacifico Regular'),
       url(../media/open-sans-v27-latin-regular.66fc9815.eot?#iefix) format('embedded-opentype'), 
       url(../media/open-sans-v27-latin-regular.a2d02404.woff2) format('woff2'), 
       url(../media/open-sans-v27-latin-regular.6f654114.woff) format('woff'), 
       url(../media/open-sans-v27-latin-regular.d4c15d4c.ttf) format('truetype'), 
       url(../media/open-sans-v27-latin-regular.a9aff17e.svg#OpenSans) format('svg'); /* Legacy iOS */
	   font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../media/open-sans-v27-latin-600.d99a5337.eot); /* IE9 Compat Modes */
  src: local('Pacifico Regular'),
       url(../media/open-sans-v27-latin-600.d99a5337.eot?#iefix) format('embedded-opentype'), 
       url(../media/open-sans-v27-latin-600.87da65d8.woff2) format('woff2'), 
       url(../media/open-sans-v27-latin-600.28125e6f.woff) format('woff'), 
       url(../media/open-sans-v27-latin-600.ac0e9584.ttf) format('truetype'), 
       url(../media/open-sans-v27-latin-600.3d5351d0.svg#OpenSans) format('svg'); /* Legacy iOS */
	   font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../media/open-sans-v27-latin-700.e6b7ad32.eot); /* IE9 Compat Modes */
  src: local('Pacifico Regular'),
       url(../media/open-sans-v27-latin-700.e6b7ad32.eot?#iefix) format('embedded-opentype'), 
       url(../media/open-sans-v27-latin-700.166dc5ef.woff2) format('woff2'), 
       url(../media/open-sans-v27-latin-700.043b0bf0.woff) format('woff'), 
       url(../media/open-sans-v27-latin-700.ac7fd199.ttf) format('truetype'), 
       url(../media/open-sans-v27-latin-700.1418c060.svg#OpenSans) format('svg'); /* Legacy iOS */
	   font-display: swap;
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(../media/open-sans-v27-latin-800.b16ea2fe.eot); /* IE9 Compat Modes */
  src: local('Pacifico Regular'),
       url(../media/open-sans-v27-latin-800.b16ea2fe.eot?#iefix) format('embedded-opentype'), 
       url(../media/open-sans-v27-latin-800.7d3e6096.woff2) format('woff2'), 
       url(../media/open-sans-v27-latin-800.92b78cf5.woff) format('woff'), 
       url(../media/open-sans-v27-latin-800.a191d2b8.ttf) format('truetype'), 
       url(../media/open-sans-v27-latin-800.24a3c7e3.svg#OpenSans) format('svg'); /* Legacy iOS */
	   font-display: swap;
}


  @font-face {
      font-family: 'Utile Display';
      src: url(../media/UtileDisplay-Bold.3045c2e6.woff2) format('woff2'),
          url(../media/UtileDisplay-Bold.a058a40d.woff) format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Utile Display';
      src: url(../media/UtileDisplay-BookItalic.e082bec7.woff2) format('woff2'),
          url(../media/UtileDisplay-BookItalic.62bb483e.woff) format('woff');
      font-weight: normal;
      font-style: italic;
      font-display: swap;
  }

  @font-face {
      font-family: 'Utile Display';
      src: url(../media/UtileDisplay-Book.65deb414.woff2) format('woff2'),
          url(../media/UtileDisplay-Book.9c7a3644.woff) format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Utile Display';
      src: url(../media/UtileDisplay-BoldItalic.47e9d71c.woff2) format('woff2'),
          url(../media/UtileDisplay-BoldItalic.fe456e69.woff) format('woff');
      font-weight: bold;
      font-style: italic;
      font-display: swap;
  }

  @font-face {
	font-family: 'Utile Semibold';
	src: url(../../fonts/utile/Utile-Semibold.otf) format('woff2'),
		url(../../fonts/utile/Utile-Semibold.otf) format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
 }
 .font-utisb {
	font-family: Utile Semibold, sans-serif;
	letter-spacing: -1px;
}
.logo-7 {
	font-size: xx-large;
	padding-top: 5%;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.left-\[-15px\] {
	left: -15px;
}
.top-\[50\%\] {
	top: 50%;
}
.right-\[-15px\] {
	right: -15px;
}
.top-0 {
	top: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.right-2 {
	right: 0.5rem;
}
.top-2 {
	top: 0.5rem;
}
.left-0 {
	left: 0px;
}
.left-2 {
	left: 0.5rem;
}
.-right-3 {
	right: -0.75rem;
}
.right-4 {
	right: 1rem;
}
.top-4 {
	top: 1rem;
}
.bottom-1 {
	bottom: 0.25rem;
}
.top-\[7px\] {
	top: 7px;
}
.left-\[10px\] {
	left: 10px;
}
.top-\[5px\] {
	top: 5px;
}
.top-\[4px\] {
	top: 4px;
}
.left-\[4px\] {
	left: 4px;
}
.left-1\/2 {
	left: 50%;
}
.top-\[10px\] {
	top: 10px;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-start-8 {
	grid-column-start: 8;
}
.col-start-2 {
	grid-column-start: 2;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-5 {
	grid-column-start: 5;
}
.col-start-9 {
	grid-column-start: 9;
}
.col-end-13 {
	grid-column-end: 13;
}
.col-end-5 {
	grid-column-end: 5;
}
.float-right {
	float: right;
}
.m-auto {
	margin: auto;
}
.mx-\[30px\] {
	margin-left: 30px;
	margin-right: 30px;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.ml-16 {
	margin-left: 4rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-32 {
	margin-bottom: 8rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.-ml-4 {
	margin-left: -1rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-4 {
	margin-top: 1rem;
}
.ml-\[-1rem\] {
	margin-left: -1rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-32 {
	margin-top: 8rem;
}
.mb-40 {
	margin-bottom: 10rem;
}
.ml-12 {
	margin-left: 3rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mr-16 {
	margin-right: 4rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-screen {
	 height: 100vh; 
	/* width: max-content; */
}
.h-\[12px\] {
	height: 12px;
}
.h-auto {
	height: auto;
}
.h-16 {
	height: 4rem;
}
.h-12 {
	height: 3rem;
}
.h-\[100px\] {
	height: 100px;
}
.h-10 {
	height: 2.5rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-\[35rem\] {
	height: 35rem;
}
.h-\[50rem\] {
	height: 50rem;
}
.h-14 {
	height: 3.5rem;
}
.h-1\/3 {
	height: 33.333333%;
}
.h-40 {
	height: 10rem;
}
.h-44 {
	height: 11rem;
}
.h-\[30px\] {
	height: 30px;
}
.h-3 {
	height: 0.75rem;
}
.h-\[10rem\] {
	height: 10rem;
}
.h-\[50px\] {
	height: 50px;
}
.h-full {
	height: 100%;
}
.h-5 {
	height: 1.25rem;
}
.h-20 {
	height: 5rem;
}
.h-\[150px\] {
	height: 150px;
}
.h-7 {
	height: 1.75rem;
}
.h-\[25px\] {
	height: 25px;
}
.h-\[1px\] {
	height: 1px;
}
.h-\[11px\] {
	height: 11px;
}
.h-\[13px\] {
	height: 13px;
}
.max-h-\[80vh\] {
	max-height: 80vh;
}
.max-h-\[50px\] {
	max-height: 50px;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-\[12px\] {
	width: 12px;
}
.w-1\/2 {
	width: 50%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-16 {
	/*width: 4rem;*/
}
.w-4\/6 {
	width: 66.666667%;
}
.w-screen {
	width: 100vw;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-auto {
	width: auto;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-28 {
	width: 7rem;
}
.w-3 {
	width: 0.75rem;
}
.w-max {
	width: max-content;
}
.w-6 {
	width: 1.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-3\/5 {
	width: 60%;
}
.w-2\/5 {
	width: 40%;
}
.w-10 {
	width: 2.5rem;
}
.w-7 {
	width: 1.75rem;
}
.w-4\/5 {
	width: 80%;
}
.w-12 {
	width: 3rem;
}
.w-2\/12 {
	width: 16.666667%;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-\[25px\] {
	width: 25px;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-\[6px\] {
	width: 6px;
}
.w-\[13px\] {
	width: 13px;
}
.w-1\/5 {
	width: 20%;
}
.min-w-max {
	min-width: max-content;
}
.min-w-\[10rem\] {
	min-width: 10rem;
}
.max-w-\[316vw\] {
	max-width: 316vw;
}
.translate-y-4 {
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	-webkit-appearance: none;
	        appearance: none;
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-center {
	align-content: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.gap-4 {
	gap: 1rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-2 {
	gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-end {
	align-self: flex-end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: scroll;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overscroll-x-auto {
	overscroll-behavior-x: auto;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.border {
	border-width: 0px;
}
.border-2 {
	border-width: 2px;
}
.border-b-2 {
	/*border-bottom-width: 2px*/;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-b-0 {
	border-bottom-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-l {
	border-left-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
	border-style: dotted;
	border-color: fff;
}
.border-r {
	border-right-width: 1px;
}
.border-solid {
	border-style: solid;
}
.border-dashed {
	border-style: dashed;
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: #37332a;
}
.border-\[\#232222\] {
	--tw-border-opacity: 1;
	border-color: rgba(35, 34, 34, var(--tw-border-opacity));
}
.border-\[\#C4C4C4\] {
	--tw-border-opacity: 1;
	border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-clr-900 {
	--tw-border-opacity: 1;
	border-color: rgba(16, 24, 32, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: #cda45e;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-clr-100 {
	--tw-border-opacity: 1;
	border-color: rgba(230, 100, 81, var(--tw-border-opacity));
}
.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-\[\#B0B0B0\] {
	--tw-border-opacity: 1;
	border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
.bg-\[\#E66451\] {
	--tw-bg-opacity: 1;
	background-color: #cda45e;
}
.bg-\[\#499342\] {
	--tw-bg-opacity: 1;
	background-color: rgba(73, 147, 66, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-clr-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 24, 32, var(--tw-bg-opacity));
}
.bg-clr-100 {
	--tw-bg-opacity: 1;
	background-color: #cda45e;
}
.bg-white {
	--tw-bg-opacity: 0.9;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white1 {
	--tw-bg-opacity: 0.2;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-clr-500 {
	--tw-bg-opacity: 0.9;
	background-color: #37332a;
}
.bg-green {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 226, 17, var(--tw-bg-opacity));
}
.bg-red {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-fb {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 89, 147, var(--tw-bg-opacity));
}
.bg-gl {
	--tw-bg-opacity: 1;
	background-color: rgba(216, 80, 64, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-clr-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(80, 102, 108, var(--tw-bg-opacity));
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}
.p-10 {
	padding: 2.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-24 {
	padding: 6rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-8 {
	padding: 2rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pt-\[8\.2rem\] {
	padding-top: 8.2rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pl-12 {
	padding-left: 3rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pt-32 {
	padding-top: 8rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-middle {
	vertical-align: middle;
}
.font-open {
	font-family: Montserrat, sans-serif;
}
.font-utile {
	font-family: Montserrat, sans-serif;
}
.font-menu {
	font-family: "Playfair Display", serif;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-left: 15px;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-lg {
	font-size: 1rem;
	line-height: 1.75rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-light {
	font-weight: 300;
}
.not-italic {
	font-style: normal;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-8 {
	line-height: 2rem;
}
.leading-9 {
	line-height: 2.25rem;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-clr-200 {
	--tw-text-opacity: 1;
	color: rgba(176, 176, 176, var(--tw-text-opacity));
}
.text-clr-900 {
	--tw-text-opacity: 1;
	color: #fff;
}
.text-clr-precio {
	--tw-text-opacity: 1;
	color: #cda45e;
}
.text-black0 {
	--tw-text-opacity: 1;
	color: #000;
}
.text-black {
	--tw-text-opacity: 1;
	/*color: rgba(0, 0, 0, var(--tw-text-opacity))*/;
}
.text-\[\#4A4E52\] {
	--tw-text-opacity: 1;
	color: rgba(74, 78, 82, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-clr-800 {
	--tw-text-opacity: 1;
	color: rgba(80, 102, 108, var(--tw-text-opacity));
}
.text-clr-500 {
	--tw-text-opacity: 1;
	color: rgba(73, 147, 66, var(--tw-text-opacity));
}
.text-clr-100 {
	--tw-text-opacity: 1;
	color: rgba(230, 100, 81, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-detalle {
	--tw-text-opacity: 0.5;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.opacity-80 {
	opacity: 0.8;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-green {
	--tw-shadow: 0px 0px 6px #00E211B3;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-red {
	--tw-shadow: 0px 0px 6px #FF0000B3;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-white {
	--tw-shadow: 0px 0px 6px #ffffff45;
	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 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-custom {
	--tw-shadow: 3px 3px 14px rgba(0, 0, 0, 0.0723339);
	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;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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-100 {
	transition-duration: 100ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
      display: none;
    }
.no-scrollbar {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
nav.h-screen{
      animation-name: r-colapse;
      animation-duration: 1s;
      animation-fill-mode: forwards;
    }
.colapse nav.h-screen {
      overflow: hidden;
      animation-name: colapse;
      animation-duration: 1s;
      animation-fill-mode: forwards;
    }
.colapse .no-scrollbar{
      grid-column:none;
      animation-name: colapseCenter;
      animation-duration: 1s;
      animation-fill-mode: forwards;
    }
.f-active {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(16, 24, 32, var(--tw-border-opacity));
	font-weight: 700;
	--tw-text-opacity: 1;
	color: #cda45e;
}

#file:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #101820 transparent transparent transparent;
}

.question.active h2 {
	margin-bottom: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(16, 24, 32, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.question h2:after{
  content: "+";
  position: absolute;
  right: 2rem;
  margin-left: auto;
}
.question.active h2::after{
  content: "-";
}
.question p, .question ul{
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.question.active p,.question.active ul{
  max-height: 500px;
}
.question.active p, .question.active ul {
	padding-bottom: 2rem;
}

.min-img{
  border: 0px solid #fff;
}

.min-img.active{
  opacity: 1;
  border-color: #101820;
}

i[class^="i-"] {
	margin-right: 0.5rem;
	display: inline-block;
	cursor: pointer;
	--tw-bg-opacity: 1;
	/*background-color: rgba(176, 176, 176, var(--tw-bg-opacity));*/
	background-color: black;
}




@media screen and (min-width: 1445px) {
  .limit-width{
    max-width: 1445px;
  }
  .limit-width *{
    max-width: 1445px;
  }
	.limit-width .owl-carousel{
		max-width: initial;
	}
	.limit-width .owl-carousel *{
		max-width: initial;
	}
}

@keyframes colapse {
  from {width: calc((100vw / 12)*2);}
  to {width:60px;}
}
@keyframes r-colapse {
  from {width:60px;}
  to {width: calc((100vw / 12)*2);}
}
@keyframes colapseCenter {
  from {width: calc((100vw / 12)*10);}
  to {width:calc(100vw - 60px);}
}
@keyframes r-colapseCenter {
  from {width:calc(100vw - 60px);}
  to {width: calc((100vw / 12)*10);}
}

html{
  font-size: 12px;
}
@media (min-width: 640px) {
  html{
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  html{
    font-size: 14px;
  }
  
}

@media (min-width: 1024px) {
  html{
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  html{
    font-size: 16px;
  }
  
}

@media (min-width: 1536px) {
  
}

.hover\:bg-clr-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 100, 81, var(--tw-bg-opacity));
}

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

@media (min-width: 768px) {
	.md\:h-mapamd {
		height: 100%;
	}
	.md\:relative {
		position: relative;
	}

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

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

	.md\:col-span-10 {
		grid-column: span 10 / span 10;
	}

	.md\:col-span-12 {
		grid-column: span 12 / span 12;
	}

	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}

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

	.md\:col-span-8 {
		grid-column: span 8 / span 8;
	}

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

	.md\:col-start-4 {
		grid-column-start: 4;
	}

	.md\:col-start-6 {
		grid-column-start: 6;
	}

	.md\:col-start-8 {
		grid-column-start: 8;
	}

	.md\:col-start-5 {
		grid-column-start: 5;
	}

	.md\:col-start-3 {
		grid-column-start: 3;
	}

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

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

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

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

	.md\:block {
		display: block;
	}

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

	.md\:flex {
		display: flex;
	}

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

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-5 {
		height: 1.25rem;
	}

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

	.md\:w-2\/3 {
		width: 66.666667%;
	}

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

	.md\:w-3\/5 {
		width: 60%;
	}

	.md\:w-1\/5 {
		width: 20%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-2\/5 {
		width: 40%;
	}

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

	.md\:w-2\/12 {
		width: 16.666667%;
	}

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

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-72 {
		width: 18rem;
	}

	.md\:w-\[35vw\] {
		width: 35vw;
	}

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

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

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

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

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

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

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

	.md\:gap-2 {
		gap: 0.5rem;
	}

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

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

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

	.md\:whitespace-normal {
		white-space: normal;
	}

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

	.md\:border-t {
		/*border-top-width: 1px;*/
		border-style: dotted;
	}

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

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

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
		background-color: #0c0b09;
	}
	
	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.md\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

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

	.md\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

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

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

	.md\:pr-5 {
		padding-right: 1.25rem;
	}

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

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

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

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

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

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

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

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

	.md\:leading-5 {
		line-height: 1.25rem;
	}

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

	.md\:shadow-xl {
		--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		position: fixed;
		overflow-y: scroll;
	}
	.md\:logo-7 {
		font-size: xxx-large;
	}
}

@media (min-width: 1024px) {

	.lg\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}
	.lg\:inline-flex {
		display: inline-flex;
	}

}

@media (min-width: 1280px) {

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




.i-promos{
  -webkit-mask: url(../media/icon-piccapromos-black.dd08e2a7.svg) no-repeat center;
  mask: url(../media/icon-piccapromos-black.dd08e2a7.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-piccadas{
  -webkit-mask: url(../media/icon-piccadas-black.36e0e087.svg) no-repeat center;
  mask: url(../media/icon-piccadas-black.36e0e087.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-piccacajas{
  -webkit-mask: url(../media/icon-piccacajas-black.d69b8d05.svg) no-repeat center;
  mask: url(../media/icon-piccacajas-black.d69b8d05.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-marketdely{
  -webkit-mask: url(../media/icon-marketdely-black.513283d4.svg) no-repeat center;
  mask: url(../media/icon-marketdely-black.513283d4.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-desayunosymeriendas{
  -webkit-mask: url(../media/icon-desayunos-black.58ba4365.svg) no-repeat center;
  mask: url(../media/icon-desayunos-black.58ba4365.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-piccapinchos{
  -webkit-mask: url(../media/icon-pinchos-black.72f697c5.svg) no-repeat center;
  mask: url(../media/icon-pinchos-black.72f697c5.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-piccacatering{
  -webkit-mask: url(../media/icon-catering-black.2809754c.svg) no-repeat center;
  mask: url(../media/icon-catering-black.2809754c.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.i-extras{
  -webkit-mask: url(../media/icon-extras-black.bf27163c.svg) no-repeat center;
  mask: url(../media/icon-extras-black.bf27163c.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}


a:hover .i-promos, .active .i-promos { background-color: #E66451; }
a:hover .p-promos, .active .p-promos{color: #E66451;}

a:hover .i-piccadas, .active .i-piccadas { background-color: #eb6232;; }
a:hover .p-piccadas, .active .p-piccadas{color: #eb6232;}

a:hover .i-piccacajas, .active .i-piccacajas { background-color: #8E9EA1; }
a:hover .p-piccacajas, .active .p-piccacajas{color: #8E9EA1;}

a:hover .i-marketdely, .active .i-marketdely { background-color: #499342; }
a:hover .p-marketdely, .active .p-marketdely{color: #499342;}

a:hover .i-desayunosymeriendas, .active .i-desayunosymeriendas { background-color: #E7CEB5; }
a:hover .p-desayunosymeriendas, .active .p-desayunosymeriendas{color: #E7CEB5;}

a:hover .i-piccapinchos, .active .i-piccapinchos { background-color: #FFCB02; }
a:hover .p-piccapinchos, .active .p-piccapinchos{color: #FFCB02;}

a:hover .i-piccacatering, .active .i-piccacatering { background-color:  #101820; }
a:hover .p-piccacatering, .active .p-piccacatering{color:  #101820;}

a:hover .i-extras, .active .i-extras { background-color: #143F47; }
a:hover .p-extras, .active .p-extras{color: #143F47;}

  
