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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

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

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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: #1C64F2;
}

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

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

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  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: #1C64F2;
  --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,.dark [type='checkbox']:checked,.dark [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']: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 auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(228 10 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 249 238 / var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(228 10 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 249 238 / var(--tw-text-opacity));
}

input::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 10 45 / var(--tw-text-opacity));
}

input::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 10 45 / var(--tw-text-opacity));
}

/* SCROLL PERSONALIZABLE */

body::-webkit-scrollbar {
  width: fit-content;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #690203;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #E40A2D;
}

/* Fuentes */

@font-face{
  font-family: "BwModelicaLight";

  src: url('../fonts/BwModelica-Light.eot');

  src: url('../fonts/BwModelica-Light.eot');

  src: url('../fonts/BwModelica-Light.eot?#iefix') format('embedded-opentype'),
             url('../fonts/BwModelica-Light.woff') format('woff'),
             url('../fonts/BwModelica-Light.otf') format('otf'),
             url('../fonts/BwModelica-Light.woff2') format('woff2');
}

@font-face{
  font-family: "BwModelicaExtraBold";

  src: url('../fonts/BwModelica-ExtraBold.eot');

  src: url('../fonts/BwModelica-ExtraBold.eot?#iefix') format('embedded-opentype'),
             url('../fonts/BwModelica-ExtraBold.woff') format('woff'),
             url('../fonts/BwModelica-ExtraBold.otf') format('otf'),
             url('../fonts/BwModelica-ExtraBold.woff2') format('woff2');
}

@font-face{
  font-family: "BreveNewsLight";

  src: url('../fonts/Breve_News_Light.otf');
}

@font-face{
  font-family: "BreveNewsBold";

  src: url('../fonts/Breve_News_Bold.otf');
}

.modelica-bold {
  font-family: "BwModelicaExtraBold";
}

.modelica-light {
  font-family: "BwModelicaLight";
}

.breve-light {
  font-family: "BreveNewsLight";
}

.breve-bold {
  font-family: "BreveNewsBold";
}

p {
  font-family: "BwModelicaLight";
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

h1, h2, h3, h4, h5 {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

html, body {
  scroll-behavior: smooth;
}

.header {
  background: -webkit-linear-gradient(rgba(228, 10, 45, 0.6), rgba(228, 10, 45, 0.8)), url('../img/principal_1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-bg {
  background: url('../img/bg.png');
  background-repeat: repeat;
}

*, ::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(63 131 248 / 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(63 131 248 / 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: 1640px) {
  .container {
    max-width: 1640px;
  }
}

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

.button {
  cursor: pointer;
  border: 0px;
  transition: all linear 0.3s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button:hover {
  transition: all linear 0.3s;
}

.text-inner-wrapper .word {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  width: 100%;
}

.text-inner-wrapper .word span {
  display: inline-block !important;
}

.text-inner-wrapper .word .letter {
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-inner-wrapper .word .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.text-inner-wrapper .word .letter.behind {
  transform: rotateX(-90deg);
}

.text-inner-wrapper .word .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.text-inner-wrapper .word .letter:empty {
  margin-left: 10px;
}

.form-control, .form-select {
  display: inline;
  width: 100%;
  padding: 15px 25px;
  border-radius: 10px;
  border: 0px;
  text-align: center;
  transition: all linear 0.2s;
  background-color: rgba(255, 255, 255, 1);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder, .form-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcfcf;
}

.form-control::-ms-input-placeholder, .form-select:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cfcfcf;
}

.form-control:focus, .form-select:focus {
  --tw-text-opacity: 1;
  color: rgb(146 154 171 / var(--tw-text-opacity));
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0px 0px 15px -5px rgba(95,168,236,1);
  transition: all linear 0.2s;
}

/* Scroll Down */

@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  20%,80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

.link-underline {
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .300s ease-in-out;
}

.link-underline-primario {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff)
}

.link-underline-enubes {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#1eace4, #1eace4)
}

.link-underline:hover {
  background-size: 100% 3px;
  background-position: 0 100%
}

.card_contact {
  height: 235px;
  background: rgba(31, 41, 55);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

.card_contact:hover {
  transform: scale(.98);
}

.card_contact:hover:after {
  height: 280px;
}

.card_contact:hover .con-text div, .card_hovered .con-text div {
  margin-bottom: 0px;
  opacity: 1;
}

.card_hovered .con-text div {
  margin-bottom: 0px !important;
  opacity: 1 !important;
}

.card_contact:hover img {
  transform: scale(1.05);
  opacity: 0.3;
}

.card_hovered img {
  opacity: 0.3;
}

.card_contact:after {
  width: 100%;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 150px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(31, 41, 55 ,1) 100%);
  z-index: 20;
  transition: all .25s ease;
}

.card_contact img {
  height: 100%;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all .25s ease;
}

.card_contact .con-text {
  z-index: 30;
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 20px;
  padding-bottom: 30px;
  min-height: 105px;
}

.card_contact .con-text div {
  opacity: 0;
  margin-bottom: -170px;
  transition: all .25s ease;
  /* @apply modelica-light text-xl tracking-wide mb-4 text-justify text-white */
}

.card_contact .con-text h5 {
  padding-bottom: 45px;
  /* @apply modelica-bold text-3xl text-white mb-4 text-center text-shadow */
}

.card_contact:hover .con-text h5, .card_hovered .con-text h5 {
  padding-bottom: 0px;
}

.card_contact .con-text p button {
  padding: 7px 17px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 10px;
  margin-left: auto;
  cursor: pointer;
  transition: all .25s ease;
  font-family: poppins;
  font-size: .75rem;
  outline: none;
}

.card_contact .con-text div button:hover {
  background: #fff;
  color: #000;
}

.slider-outer {
  height:100% !important;
  overflow:hidden;
}

.slider{
  width: 100%;
  height: 100%;
}

.slide-image{
  width: 100%;
  height: 100%;
  display:block;
  color: transparent;
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}

.slider .slide-item{
  float:left;
  padding: 0;
  margin: 0;
}

.button_scroll {
  padding: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms ease;
}

.btn-muted:hover, .button_scroll:hover {
  transform: scale(110%);
}

#cont_muted {
  left: 87%;
  top: 25%;
}

#cont_scroll {
  left: 87%;
  top: 62%;
}

.faa-float.animated,
    .faa-float.animated-hover:hover,
    .faa-parent.animated-hover:hover > .faa-float {
  animation: float 1.5s linear infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.swal2-popup {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(57 62 70 / var(--tw-bg-opacity)) !important;
  color: #fff !important;
}

.swal2-icon.swal2-success {
  border-color: #fff !important;
  color: #fff !important;
}

.swal2-success-line-long {
  border-color: #fff !important;
  color: #fff !important;
}

.container-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.container-star {
  background-image: linear-gradient(to bottom, #292256 0%, #E40A2D 70%, #E40A2D 100%);
}

.container-star:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(15, 10, 38, 0.2) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.star-1 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: twinkle 5s infinite ease-in-out;
}

.star-1:after {
  height: 100%;
  width: 100%;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.star-1:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  border-radius: 50%;
  content: "";
  top: -20%;
  left: -50%;
}

.star-1:nth-of-type(1) {
  top: 82vh;
  left: 60vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 5s;
}

.star-1:nth-of-type(1):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(2) {
  top: 36vh;
  left: 30vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 2s;
}

.star-1:nth-of-type(2):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.star-1:nth-of-type(3) {
  top: 15vh;
  left: 99vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 3s;
}

.star-1:nth-of-type(3):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(4) {
  top: 5vh;
  left: 63vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 4s;
}

.star-1:nth-of-type(4):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-1:nth-of-type(5) {
  top: 87vh;
  left: 3vw;
  width: 6px;
  height: 2px;
  animation-delay: 4s;
}

.star-1:nth-of-type(5):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.star-1:nth-of-type(6) {
  top: 52vh;
  left: 59vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 5s;
}

.star-1:nth-of-type(6):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.star-1:nth-of-type(7) {
  top: 60vh;
  left: 63vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 4s;
}

.star-1:nth-of-type(7):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-1:nth-of-type(8) {
  top: 73vh;
  left: 44vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}

.star-1:nth-of-type(8):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(9) {
  top: 51vh;
  left: 62vw;
  width: 9px;
  height: 3px;
  animation-delay: 3s;
}

.star-1:nth-of-type(9):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.star-1:nth-of-type(10) {
  top: 63vh;
  left: 66vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 3s;
}

.star-1:nth-of-type(10):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(11) {
  top: 3vh;
  left: 57vw;
  width: 9px;
  height: 3px;
  animation-delay: 3s;
}

.star-1:nth-of-type(11):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.star-1:nth-of-type(12) {
  top: 85vh;
  left: 1vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 1s;
}

.star-1:nth-of-type(12):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(13) {
  top: 24vh;
  left: 72vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}

.star-1:nth-of-type(13):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(14) {
  top: 59vh;
  left: 33vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 3s;
}

.star-1:nth-of-type(14):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(15) {
  top: 1vh;
  left: 10vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 5s;
}

.star-1:nth-of-type(15):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(16) {
  top: 46vh;
  left: 3vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 4s;
}

.star-1:nth-of-type(16):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.star-1:nth-of-type(17) {
  top: 15vh;
  left: 81vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 1s;
}

.star-1:nth-of-type(17):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.star-1:nth-of-type(18) {
  top: 47vh;
  left: 55vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 1s;
}

.star-1:nth-of-type(18):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.star-1:nth-of-type(19) {
  top: 36vh;
  left: 39vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 2s;
}

.star-1:nth-of-type(19):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.star-1:nth-of-type(20) {
  top: 85vh;
  left: 28vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}

.star-1:nth-of-type(20):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(21) {
  top: 41vh;
  left: 60vw;
  width: 9px;
  height: 3px;
  animation-delay: 3s;
}

.star-1:nth-of-type(21):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.star-1:nth-of-type(22) {
  top: 22vh;
  left: 31vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 2s;
}

.star-1:nth-of-type(22):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.star-1:nth-of-type(23) {
  top: 43vh;
  left: 49vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 5s;
}

.star-1:nth-of-type(23):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-1:nth-of-type(24) {
  top: 57vh;
  left: 25vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 3s;
}

.star-1:nth-of-type(24):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.star-1:nth-of-type(25) {
  top: 18vh;
  left: 22vw;
  width: 6px;
  height: 2px;
  animation-delay: 2s;
}

.star-1:nth-of-type(25):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.star-1:nth-of-type(26) {
  top: 86vh;
  left: 21vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 4s;
}

.star-1:nth-of-type(26):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.star-1:nth-of-type(27) {
  top: 36vh;
  left: 64vw;
  width: 9px;
  height: 3px;
  animation-delay: 5s;
}

.star-1:nth-of-type(27):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.star-1:nth-of-type(28) {
  top: 14vh;
  left: 68vw;
  width: 9px;
  height: 3px;
  animation-delay: 4s;
}

.star-1:nth-of-type(28):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.star-1:nth-of-type(29) {
  top: 5vh;
  left: 2vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}

.star-1:nth-of-type(29):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-1:nth-of-type(30) {
  top: 97vh;
  left: 66vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}

.star-1:nth-of-type(30):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.star-2 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: twinkle 5s infinite ease-in-out;
}

.star-2:nth-of-type(31) {
  top: 80vh;
  left: 51vw;
  width: 2px;
  height: 2px;
  animation-delay: 3s;
}

.star-2:nth-of-type(31):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(32) {
  top: 12vh;
  left: 59vw;
  width: 4px;
  height: 4px;
  animation-delay: 5s;
}

.star-2:nth-of-type(32):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(33) {
  top: 53vh;
  left: 51vw;
  width: 4px;
  height: 4px;
  animation-delay: 5s;
}

.star-2:nth-of-type(33):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(34) {
  top: 82vh;
  left: 42vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}

.star-2:nth-of-type(34):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(35) {
  top: 4vh;
  left: 89vw;
  width: 4px;
  height: 4px;
  animation-delay: 5s;
}

.star-2:nth-of-type(35):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(36) {
  top: 45vh;
  left: 9vw;
  width: 3px;
  height: 3px;
  animation-delay: 3s;
}

.star-2:nth-of-type(36):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(37) {
  top: 28vh;
  left: 60vw;
  width: 3px;
  height: 3px;
  animation-delay: 1s;
}

.star-2:nth-of-type(37):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(38) {
  top: 11vh;
  left: 55vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}

.star-2:nth-of-type(38):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(39) {
  top: 25vh;
  left: 31vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}

.star-2:nth-of-type(39):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(40) {
  top: 21vh;
  left: 70vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}

.star-2:nth-of-type(40):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(41) {
  top: 23vh;
  left: 63vw;
  width: 4px;
  height: 4px;
  animation-delay: 1s;
}

.star-2:nth-of-type(41):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(42) {
  top: 39vh;
  left: 22vw;
  width: 2px;
  height: 2px;
  animation-delay: 4s;
}

.star-2:nth-of-type(42):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(43) {
  top: 40vh;
  left: 44vw;
  width: 4px;
  height: 4px;
  animation-delay: 4s;
}

.star-2:nth-of-type(43):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(44) {
  top: 68vh;
  left: 36vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}

.star-2:nth-of-type(44):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(45) {
  top: 69vh;
  left: 12vw;
  width: 3px;
  height: 3px;
  animation-delay: 5s;
}

.star-2:nth-of-type(45):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(46) {
  top: 58vh;
  left: 79vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}

.star-2:nth-of-type(46):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(47) {
  top: 38vh;
  left: 81vw;
  width: 4px;
  height: 4px;
  animation-delay: 5s;
}

.star-2:nth-of-type(47):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(48) {
  top: 36vh;
  left: 19vw;
  width: 3px;
  height: 3px;
  animation-delay: 1s;
}

.star-2:nth-of-type(48):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(49) {
  top: 82vh;
  left: 57vw;
  width: 2px;
  height: 2px;
  animation-delay: 4s;
}

.star-2:nth-of-type(49):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(50) {
  top: 87vh;
  left: 59vw;
  width: 2px;
  height: 2px;
  animation-delay: 4s;
}

.star-2:nth-of-type(50):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(51) {
  top: 5vh;
  left: 18vw;
  width: 2px;
  height: 2px;
  animation-delay: 4s;
}

.star-2:nth-of-type(51):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(52) {
  top: 81vh;
  left: 99vw;
  width: 2px;
  height: 2px;
  animation-delay: 3s;
}

.star-2:nth-of-type(52):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(53) {
  top: 41vh;
  left: 78vw;
  width: 3px;
  height: 3px;
  animation-delay: 2s;
}

.star-2:nth-of-type(53):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(54) {
  top: 14vh;
  left: 90vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}

.star-2:nth-of-type(54):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.star-2:nth-of-type(55) {
  top: 15vh;
  left: 55vw;
  width: 4px;
  height: 4px;
  animation-delay: 4s;
}

.star-2:nth-of-type(55):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(56) {
  top: 57vh;
  left: 39vw;
  width: 3px;
  height: 3px;
  animation-delay: 3s;
}

.star-2:nth-of-type(56):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(57) {
  top: 90vh;
  left: 83vw;
  width: 3px;
  height: 3px;
  animation-delay: 4s;
}

.star-2:nth-of-type(57):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.star-2:nth-of-type(58) {
  top: 69vh;
  left: 89vw;
  width: 4px;
  height: 4px;
  animation-delay: 5s;
}

.star-2:nth-of-type(58):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(59) {
  top: 74vh;
  left: 39vw;
  width: 4px;
  height: 4px;
  animation-delay: 2s;
}

.star-2:nth-of-type(59):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.star-2:nth-of-type(60) {
  top: 17vh;
  left: 17vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}

.star-2:nth-of-type(60):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.container-title {
  width: 600px;
  height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.title > * {
  display: inline-block;
  font-size: 200px;
}

.number {
  text-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0.2em;
  font-family: "Russo One", sans-serif;
}

.subtitle {
  font-size: 25px;
  margin-top: 1.5em;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.moon {
  position: relative;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #ff1177;
  animation: rotate 5s ease-in-out infinite;
}

.moon .face {
  top: 60%;
  left: 47%;
  position: absolute;
}

.moon .face .mouth {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #E40A2D;
  width: 25px;
  height: 25px;
  position: absolute;
  animation: snore 5s ease-in-out infinite;
  transform: rotate(45deg);
  box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
}

.moon .face .eyes {
  position: absolute;
  top: -30px;
  left: -30px;
}

.moon .face .eyes .eye-left,
    .moon .face .eyes .eye-right {
  border: 4px solid #E40A2D;
  width: 30px;
  height: 15px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
  position: absolute;
}

.moon .face .eyes .eye-left:before, .moon .face .eyes .eye-left:after,
    .moon .face .eyes .eye-right:before,
    .moon .face .eyes .eye-right:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #E40A2D;
  top: -2px;
  left: -4px;
}

.moon .face .eyes .eye-left:after,
    .moon .face .eyes .eye-right:after {
  left: auto;
  right: -4px;
}

.moon .face .eyes .eye-right {
  left: 50px;
}

.container-bird {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bird {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 50px;
  transform: translate3d(-100vw, 0, 0) rotateY(90deg);
  transform-style: preserve-3d;
}

.bird-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translate3d(50px, 30px, -300px);
}

.wing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  transform-style: preserve-3d;
  transform-origin: center bottom;
  z-index: 300;
}

.wing-left {
  background: linear-gradient(to bottom, #a58dc4 0%, #7979a8 100%);
  transform: translate3d(0, 0, 0) rotateX(-30deg);
  animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.wing-right {
  background: linear-gradient(to bottom, #d9d3e2 0%, #b8a5d1 100%);
  transform: translate3d(0, 0, 0) rotateX(-30deg);
  animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.wing-right-top,
    .wing-left-top {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  top: -20px;
  width: 100%;
  position: absolute;
  transform-origin: 100% 100%;
}

.wing-right-top {
  border-bottom: 20px solid #b8a5d1;
  transform: translate3d(0, 0, 0) rotateX(60deg);
  animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.wing-left-top {
  border-bottom: 20px solid #7979a8;
  transform: translate3d(0, 0, 0) rotateX(-60deg);
  animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.bird-anim:nth-child(1) {
  animation: bird1 30s linear infinite forwards;
}

.bird-anim:nth-child(2) {
  animation: bird2 30s linear infinite forwards;
  animation-delay: 3s;
  z-index: -1;
}

.bird-anim:nth-child(3) {
  animation: bird3 30s linear infinite forwards;
  animation-delay: 5s;
}

.bird-anim:nth-child(4) {
  animation: bird4 30s linear infinite forwards;
  animation-delay: 7s;
}

.bird-anim:nth-child(5) {
  animation: bird5 30s linear infinite forwards;
  animation-delay: 14s;
}

.bird-anim:nth-child(6) {
  animation: bird6 30s linear infinite forwards;
  animation-delay: 10s;
  z-index: -1;
}

@keyframes rotate {
  0%, 100% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(0deg);
  }
}

@keyframes snore {
  0%, 100% {
    transform: scale(1) rotate(30deg);
  }

  50% {
    transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes wingLeft {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #d9d3e2 0%, #b8a5d1 100%);
  }
}

@keyframes wingLeftTop {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #b8a5d1;
  }
}

@keyframes wingRight {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #a58dc4 0%, #7979a8 100%);
  }
}

@keyframes wingRightTop {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #7979a8;
  }
}

@keyframes bird1 {
  0% {
    transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@keyframes bird2 {
  0%, 15% {
    transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@keyframes bird3 {
  0% {
    transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@keyframes bird4 {
  0% {
    transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@keyframes bird5 {
  0%, 5% {
    transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@keyframes bird6 {
  0%, 10% {
    transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@media screen and (max-width: 580px) {
  .container-404 {
    width: 100%;
  }

  .number {
    font-size: 100px;
  }

  .subtitle {
    font-size: 20px;
    padding: 0 1em;
  }

  .moon {
    width: 100px;
    height: 100px;
  }

  .face {
    transform: scale(0.7);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  25%, 75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(3)
  }
}

@media (max-width: 1400px) {
  #cont_scroll {
    display: none;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[-4vh\] {
  bottom: -4vh;
}

.top-\[calc\(80vw\*0\.35\)\] {
  top: calc(80vw * 0.35);
}

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

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

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

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

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

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

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

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

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

.mt-44 {
  margin-top: 11rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

.mb-16 {
  margin-bottom: 4rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

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

.w-11 {
  width: 2.75rem;
}

.grow {
  flex-grow: 1;
}

.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 {
  resize: both;
}

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-xmas-green {
  --tw-bg-opacity: 1;
  background-color: rgb(1 107 7 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-xmas-red {
  --tw-bg-opacity: 1;
  background-color: rgb(228 10 45 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

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

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

.leading-10 {
  line-height: 2.5rem;
}

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

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

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

.text-xmas-red {
  --tw-text-opacity: 1;
  color: rgb(228 10 45 / var(--tw-text-opacity));
}

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

.text-enubes {
  --tw-text-opacity: 1;
  color: rgb(30 172 228 / var(--tw-text-opacity));
}

.outline {
  outline-style: solid;
}

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
  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-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.peer:checked ~ .peer-checked\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

.peer:focus ~ .peer-focus\:ring-4 {
  --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(4px + 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);
}

.peer:focus ~ .peer-focus\:ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.dark .dark\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark .peer:focus ~ .dark\:peer-focus\:ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:top-\[calc\(80vw\*0\.25\)\] {
    top: calc(80vw * 0.25);
  }

  .sm\:w-\[75\%\] {
    width: 75%;
  }

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

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

@media (min-width: 768px) {
  .md\:bottom-\[-9vh\] {
    bottom: -9vh;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:bottom-\[-18vh\] {
    bottom: -18vh;
  }

  .xl\:top-\[calc\(80vw\*0\.12\)\] {
    top: calc(80vw * 0.12);
  }

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

  .xl\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1280px) and (max-width: 1639px) {
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1640px) {
  .\33xl\:mt-60 {
    margin-top: 15rem;
  }

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

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

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

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

  .\33xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\33xl\:w-2\/4 {
    width: 50%;
  }

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

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

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

@media (min-width: 2000px) {
  .\34xl\:bottom-\[-16vh\] {
    bottom: -16vh;
  }

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