/* @import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/*! tailwindcss v3.0.21 | MIT License | https://tailwindcss.com*/
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  .swal2-toast.swal-icon-success {
    @apply bg-white !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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:-ms-input-placeholder,
textarea:-ms-input-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;
}

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

[hidden] {
  display: none;
}

.snap {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

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

.snap>img {
  scroll-snap-align: center;
}

.navbarTogglerActive>span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbarTogglerActive>span:nth-child(2) {
  opacity: 0;
}

.navbarTogglerActive>span:nth-child(3) {
  top: -8px;
  transform: rotate(135deg);
}

*,
::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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

/* .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 400px) {

  .container {
    max-width: 400px;
  }
}

@media (min-width: 540px) {

  .container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {

  .container {
    max-width: 720px;
  }
}

@media (min-width: 960px) {

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1140px) {

  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {

  .container {
    max-width: 1320px;
  }
} */

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-4 {
  right: 1rem;
}

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

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem; /* 40px */
}

.bottom-10 {
  bottom: 2.5rem; /* 40px */
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.-right-7 {
  right: -1.75rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.top-full {
  top: 100%;
}

.top-1 {
  top: 0.25rem;
}

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

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

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

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

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

.-right-9 {
  right: -2.25rem;
}

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

.top-\[90px\] {
  top: 90px;
}

.-left-7 {
  left: -1.75rem;
}

.bottom-5 {
  bottom: 1.25rem; /* 20px */
}

.bo-5 {
  top: 1.25rem;
}

.right-10 {
  right: 2.5rem;
}

.-left-8 {
  left: -2rem;
}

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

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

.z-\[-1\] {
  z-index: -1;
}

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

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

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

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-24 {
  height: 6rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-12 {
  height: 3rem;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[260px\] {
  height: 260px;
}

.h-20 {
  height: 5rem;
}

.h-screen {
  height: 100vh;
}

.h-\[576px\] {
  height: 576px;
}

.h-8 {
  height: 2rem;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[280px\] {
  height: 280px;
}

.h-5 {
  height: 1.25rem;
}

.h-16 {
  height: 4rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-\[30px\] {
  width: 30px;
}

.w-60 {
  width: 15rem;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[10px\] {
  width: 10px;
}

.w-12 {
  width: 3rem;
}

.w-8 {
  width: 2rem;
}

.w-20 {
  width: 5rem;
}

.w-\[1032px\] {
  width: 1032px;
}

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

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

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

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

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.min-w-\[300px\] {
  min-width: 300px;
}

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

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

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[310px\] {
  max-width: 310px;
}

.max-w-\[510px\] {
  max-width: 510px;
}

.max-w-\[570px\] {
  max-width: 570px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-\[60px\] {
  max-width: 60px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

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

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

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

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

@-webkit-keyframes ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(9 14 52 / var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-body-color {
  --tw-bg-opacity: 1;
  background-color: rgb(99 115 129 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#E4E4E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(33 43 54 / var(--tw-bg-opacity));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.fill-current {
  fill: currentColor;
}

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

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-8 {
  padding: 2rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

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

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

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

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

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-\[60px\] {
  padding-top: 60px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

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

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

.text-lg {
  font-size: 1.25rem;
}

.text-sm {
  font-size: 1rem;
}

/* .text-3xl {
  font-size: 2.25rem;
} */

.text-base {
  font-size: 1.125rem;
}

/* .text-2xl {
  font-size: 1.875rem;
} */

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

.text-\[32px\] {
  font-size: 32px;
}

/* .text-4xl {
  font-size: 3rem;
} */

.text-xs {
  font-size: .875rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(12 113 135 / var(--tw-text-opacity));
}

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

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

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

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}

.text-\[\#0c7187\] {
  --tw-text-opacity: 1;
  color: rgb(12 113 135 / var(--tw-text-opacity));
}

.text-body-color {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}

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

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.decoration-primary {
  -webkit-text-decoration-color: #0c7187;
  text-decoration-color: #0c7187;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-input {
  --tw-shadow: 0px 7px 20px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 7px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-primary {
  outline-color: #0c7187;
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 113 135 / var(--tw-ring-opacity));
}

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

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

.delay-300 {
  transition-delay: 300ms;
}

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

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

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

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

.snap {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

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

.snap>img {
  scroll-snap-align: center;
}

body {
  font-family: 'Montserrat', monospace !important;
}

.navbarTogglerActive>span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.navbarTogglerActive>span:nth-child(2) {
  opacity: 0;
}

.navbarTogglerActive>span:nth-child(3) {
  top: -8px;
  --tw-rotate: 135deg;
  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));
}

input:checked~.dot {
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input:checked~.dot .active {
  display: block;
}

input:checked~.dot .inactive {
  display: none;
}

input#toggleFour:checked~.box {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input#toggleFour:checked~.dot {
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input#toggleFive:checked~.dot {
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input#toggleFive:checked~.dot span {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input#toggleSix:checked~.dot {
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input#toggleEight:checked~.box {
  --tw-bg-opacity: 1;
  background-color: rgb(234 238 251 / var(--tw-bg-opacity));
}

input#toggleEight:checked~.dot {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input#toggleEight:checked~.dot span {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input#toggleNine:checked~.dot span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input#toggleNine:checked~.dot {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input:checked~.box {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

input#checkboxLabelOne:checked~.box {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

input#checkboxLabelOne:checked~.box .dot {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input#checkboxLabelTwo:checked~.box span {
  opacity: 1;
}

input#checkboxLabelThree:checked~.box span {
  opacity: 1;
}

input#checkboxLabelFour:checked~.box {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

input#checkboxLabelFour:checked~.box span {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

input#checkboxLabelFive:checked~.box {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

.shape-gradient {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(196, 196, 196, 0) 100%);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

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

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 43 54 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(12 113 135 / var(--tw-text-opacity));
}

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

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

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

.dark .dark\:hidden {
  display: none;
}

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

.dark .dark\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.dark .dark\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.dark .dark\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(12 113 135 / var(--tw-bg-opacity));
}

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

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

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

.dark .hover\:dark\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 113 135 / var(--tw-border-opacity));
}

@media (min-width: 400px) {

  .xs\:block {
    display: block;
  }

  .xs\:min-w-\[368px\] {
    min-width: 368px;
  }

  .xs\:max-w-\[368px\] {
    max-width: 368px;
  }
}

@media (min-width: 540px) {

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:h-\[70px\] {
    height: 70px;
  }

  .sm\:min-w-\[508px\] {
    min-width: 508px;
  }

  .sm\:max-w-\[508px\] {
    max-width: 508px;
  }

  .sm\:max-w-\[70px\] {
    max-width: 70px;
  }

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

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

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

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

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

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

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

  .sm\:text-4xl {
    font-size: 3rem;
  }

  .sm\:text-\[38px\] {
    font-size: 38px;
  }

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

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-\[42px\] {
    font-size: 42px;
  }
}

@media (min-width: 720px) {

  .md\:mr-12 {
    margin-right: 3rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

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

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

  .md\:w-\[70px\] {
    width: 70px;
  }

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

  .md\:min-w-\[630px\] {
    min-width: 630px;
  }

  .md\:max-w-\[630px\] {
    max-width: 630px;
  }

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

  .md\:p-\[70px\] {
    padding: 70px;
  }

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }
}

@media (min-width: 960px) {

  .lg\:static {
    position: static;
  }

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

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

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

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

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-\[64px\] {
    width: 64px;
  }

  .lg\:min-w-\[738px\] {
    min-width: 738px;
  }

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

  .lg\:max-w-\[738px\] {
    max-width: 738px;
  }

  .lg\:max-w-\[280px\] {
    max-width: 280px;
  }

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

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

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

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

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

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pl-\[120px\] {
    padding-left: 120px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

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

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

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  /* .lg\:text-2xl {
    font-size: 1.875rem;
  } */

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

@media (min-width: 1140px) {

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

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

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

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:h-\[576px\] {
    height: 576px;
  }

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

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

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

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

  .xl\:w-\[1032px\] {
    width: 1032px;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }

  /* .xl\:text-2xl {
    font-size: 1.875rem;
  } */
}

@media (min-width: 1320px) {

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:min-w-\[850px\] {
    min-width: 850px;
  }

  .\32xl\:max-w-\[850px\] {
    max-width: 850px;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

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

/* Colores RAC */

/* Amarillo Primario: #FDCE03
Amarillo Secundario: #FDCE03 (50% opacity)
Negro: #000000
Gris Oscuro: #414141
Gris: #C4C4C4
Gris Claro: #D9D9D9 */

/* Textos */

.rac-text-dark {
  color: #414141;
}

.rac-text {
  color: #C4C4C4;
}

/* Fondos */

.bg-lightgray-rac {
  --tw-bg-opacity: 1;
  background-color: #C4C4C4;
}

.bg-dark-rac {
  background-color: #414141;
}

/* Bordes */

.border-darkgray-rac {
  border-color: #c4c4c4;
}

.border-primary-rac {
  border-color: #FDCE03;
}

.border-gray-rac {
  border-color: #D9D9D9;
}

/* CSS Custom de Gabriel */

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

.bg-topbar-rac {
  /* --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity)); */
  background-color: rgb(202, 202, 202); 
}

.huincha-yellow-rac {
  background-color: rgb(253, 206, 3)
}

.bg-primary-rac {
  --tw-bg-opacity: 1;
  background-color: rgb(253 206 3 / var(--tw-bg-opacity));
}

.text-primary-rac {
  --tw-text-opacity: 1;
  color: rgb(253 206 3 / var(--tw-text-opacity));
}

.hover\:text-primary-rac:hover {
  --tw-text-opacity: 1;
  color: rgb(253 206 3 / var(--tw-text-opacity));
}

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

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

.footer-icon {
  width: 10%;
}

.footer-text {
  width: auto;
}

.home-estadisticas-bg {
  background-image: url("../img/banner_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
}

.lg\:home-estadisticas-bg {
  background-image: url("../img/banner_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
}

.rounded-mision-left {
  border-top-left-radius: 2rem;
}

.rounded-mision-right {
  border-top-right-radius: 2rem;
}

.rounded-mision-left-b {
  border-bottom-left-radius: 2rem;
}

.rounded-mision-right-b {
  border-bottom-right-radius: 2rem;
}

.rounded-mision-mobile {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.rounded-mision-mobile-b {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}



/* Add-ons de Tailwind */

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

.border-solid {
  border-style: solid;
}

.border-gray-300 {
  border-color: #e2e8f0;
}

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

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

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

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

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

.mx-32 {
  margin-right: 8rem;
  margin-left: 8rem;
}

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

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

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

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

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

.w-quarter {
  width: 25%;
}

.w-third {
  width: 33.333333%;
}

.w-half {
  width: 50%;
}

.w-2thirds {
  width: 66.666666%;
}

.h-32 {
  height: 8rem;
}

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

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

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

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

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.25rem;
}

.w-3 {
  width: 0.5rem;
}

.w-4 {
  width: 0.75rem;
}

.w-5 {
  width: 1rem;
}

.w-6 {
  width: 1.25rem;
}

.w-7 {
  width: 1.50rem;
}

.w-8 {
  width: 2rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-admin-1 {
  width: 22rem;
}

.w-admin-2 {
  width: 22rem;
}

.w-admin-3 {
  width: 20rem;
}

@media (max-width: 768px) {
  .w-admin-3 {
    width: 22rem;
  }
}

.fixed-image {
  width: 64px;
  /* Set the width */
  height: 64px;
  /* Set the height */
  object-fit: cover;
  /* Maintain aspect ratio and cover the container */
  max-width: 64px;
  /* Ensure the image does not scale beyond this width */
  max-height: 64px;
  /* Ensure the image does not scale beyond this height */
  min-width: 64px;
  /* Ensure the image does not scale below this width */
  min-height: 64px;
  /* Ensure the image does not scale below this height */
}

.border-black {
  border-color: #000;
}

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

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

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

.max-w-\[87px\] {
  max-width: 87px;
}

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

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

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-px {
  gap: 1px;
}

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

.item {
  display: inline-block;
  vertical-align: top;
}

.card-nosotros {
  display: grid;
  grid-template-columns: 1fr 4fr;
  height: 100%;
}

@media (min-width: 767px) {
  .alianzas {
    display: grid;
    grid-template-columns: 2fr 4fr;
  }
}

@media (min-width: 767px) {
  .espaciado-form-l {
    margin-left: 11px;
  }

  .espaciado-form-r {
    margin-right: 11px;
  }
}

@media (max-width: 767px) {
  .soporte-calidad {
    display: grid;
    grid-template-columns: 3fr 7fr;
  }
}

.card-container {
  display: flex;
  justify-content: center;
  /* Horizontally center the content */
  align-items: center;
  /* Vertically center the content */
  height: 100%;
  /* Ensure the container fills its parent */
}

.float-right {
  float: right;
}

.image-container {
  display: flex;
  justify-content: center;
  /* Horizontally center the content */
  align-items: center;
  /* Vertically center the content */
  height: 100%;
  /* Ensure the container fills its parent */
}

.certificado {
  height: 550px;
}

.responsive-image {
  width: 100%;
  height: auto;
  max-width: 100%; 
  aspect-ratio: 1 / 1; 
  object-fit: cover;
  border-radius: 1rem; 
}

.banner-soporte {
  margin-left: -20rem;
  padding-left: 20rem;
  /* width: 65rem; */
  height: 4.5rem !important;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.side-soporte {
  padding-left: 6rem;
}

@media (max-width: 768px) {
  .side-soporte {
    padding-left: 0;
  }
}

.flex-container {
  display: flex;
  align-items: center;
  /* Vertically center the content */
  height: 100%;
  /* Ensure the container fills its parent's height if necessary */
}

.text-justified {
  text-align: justify;
}

.custom-list {
  list-style-type: circle;
  /* Other options: disc, square, none */
  margin-left: 20px;
  /* Adjust as needed */
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-yellow-300 {
  border-color: rgb(253 206 3 / var(--tw-text-opacity));
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

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

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

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

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

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

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

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

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

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

.border-l-8 {
  border-left-width: 8px;
}

.max-w-md {
  max-width: 28rem;
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.line-through {
  text-decoration: line-through;
}

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

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

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

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


.form-field {
  height: 2.25rem;
  box-sizing: border-box;
  /* width: 300px; */
  width: 360px;                                              /* netcomputer */
  padding-left: 19px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 390px) {
  .form-field {
    /* width: 180px; */
    width: 330px;                                           /* netcomputer */
  }
}

@media (min-width: 768px) {
  .form-field {
    width: 217px;
  }
}

.form-field-long {
  height: 2.25rem;
  box-sizing: border-box;
  padding-left: 19px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 457px; /* Default width for larger screens */
}

@media (max-width: 390px) {
  .form-field-long {
    /* width: 180px !important; */
    width: 330px !important;                                /* netcomputer */
  }
}

@media (max-width: 767px) {
  .form-field-long {
    /* width: 300px; */
    width: 360px;                                           /* netcomputer */
  }
}

.telefono-569 {
  height: 2.25rem;
  box-sizing: border-box;
  width: 50px;
  padding-left: 19px;
  padding-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.telefono-padding{
  padding-left: 42px !important;
}

.form-field-full {
  height: 2.25rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 19px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .servicio-button {
  width: 461px;
  padding-left: 4px;
} */

@media (min-width: 768px) {
  .servicio-button {
    width: 461px; /* Width applied only on md and larger screens */
    padding-left: 4px; /* Padding applied only on md and larger screens */
  }
}

.text-label-form {
  font-size: .625rem;
  left: 16px;
  bottom: 32px;
  height: 12px;
}



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

.pl-2 {
  padding-left: 2rem;
}

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

.pl-14 {
  padding-left: 3.5rem;
}

.text-xxs {
  font-size: .75rem;
}

.floating-label-input:focus+.floating-label,
.floating-label-input:not(:placeholder-shown)+.floating-label {
  @apply transform -translate-y-6 scale-75;
}

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

.select-form-size {
  width: 98%;
}

.text-label-form {
  font-size: .625rem;
  left: 16px;
  bottom: 32px;
  height: 12px;
}

.form-button {
  height: 2.25rem;
  background-color: #FDCE03;
  opacity: 0.5;
  width: 100%;
}

@media (max-width: 768px) {
  .form-button {
    width: 150px;
  }
}

.form-button-opaco {
  height: 2.25rem;
  background-color: #FDCE03;
}

.login-button {
  height: 2.25rem;
  width: 8rem;
  background-color: #FDCE03;
  opacity: 0.5;
}

.width-99 {
  width: 99%;
}

@screen md {
  .width-99 {
    width: 99%;
  }
}

.mensaje-container-box {
  height: 6.5rem;
}

.textarea-label-form {
  font-size: .625rem;
  left: 16px;
  bottom: 0px;
  top: -11px;
  height: 12px;
}

.ml-minimap {
  margin-left: 12px;
}

.mr-minimap {
  margin-right: 12px;
}

.pt-textarea {
  padding-top: 6px;
}

.form-check {
  top: 2px;
}

.clientes-img {
  width: 8.5rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.p-2 {
  padding: 0.5rem;
}

.invalid {
  color: #ff867d !important;
  border-color: #ff867d !important;
  border-width: 1px;
  border-style: solid !important;
}

.invalid-nb {
  color: #ff867d !important;
}

input:focus {
  border-color: #c4c4c4;
}

.swal-custom-button {
  background-color: #FDCE03 !important;
  border-radius: 0.5rem !important;
  font-weight: 500 !important;
}

.swal-custom-container {
  border-radius: 0.5rem !important;
}

.imagen-editar {
  width: 14rem;
}

.w-16 {
  width: 4rem;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.paso-1 {
  top: -30px;
  left: -30px;
}

.paso-2 {
  top: -30px;
  left: -30px;
}

.paso-3 {
  top: -30px;
  left: -30px;
}

.paso-4 {
  top: -30px;
  left: -30px;
}

.paso-mobile {
  top: 0px;
  left: -30px;
}

.linea-pasos {
  top: -130px;
  left: 165px;
  z-index: 1;
  width: 70%;
}

.div-pasos {
  z-index: 2;
}

.text-xs {
  font-size: .75rem;
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.img-login {
  width: 100vw;
  /* 100% of the viewport width */
  height: 100vh;
  /* 100% of the viewport height */
  object-fit: cover;
  /* Ensures the image covers the entire area without distortion */
}

.layout-login {
  display: grid;
  grid-template-columns: 6.666fr 3.333fr;
}

.layout-sidebar {
  display: grid;
  grid-template-columns: 2fr 8fr;
}

.p-login {
  padding-top: 15.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.rac-text-gray {
  color: rgba(65, 65, 65, 0.75);
}

.h-sidebar {
  height: 3.5rem;
}

.nav-dashboard {
  height: 32px;
  border-radius: 1rem;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #414141;
}

.nav-dashboard-selected {
  color: #22A7F0 !important;
}

.bg-blue-500 {
  background-color: #4299e1;
}

.bg-blue-600 {
  background-color: #3182ce;
}

.space-x-4 {
  margin-left: 1rem;
  /* 16px */
}

.bg-yellow-500 {
  background-color: #ecc94b;
}

.bg-yellow-600 {
  background-color: #d69e2e;
}

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

.bg-gray-50 {
  background-color: rgb(249 250 251);
}

.divide-y {
  border-bottom-width: 1px;
}

.divide-gray-200 {
  border-color: rgb(229 231 235);
}

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

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

.bg-green-100 {
  background-color: #f0fff4;
}

.text-green-800 {
  color: #276749;
}

.bg-yellow-100 {
  background-color: #fffff0;
}

.text-yellow-800 {
  color: #975a16;
}

.bg-red-100 {
  background-color: #fff5f5;
}

.text-red-800 {
  color: #9b2c2c;
}

.inset-0 {
  inset: 0px;
}

.top-20 {
  top: 5rem;
  /* 80px */
}

.w-96 {
  width: 24rem;
  /* 384px */
}

.mt-3 {
  margin-top: 0.75rem;
  /* 12px */
}

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

.appearance-none {
  appearance: none;
}

.bg-gray-600 {
  background-color: #718096;
}

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

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

.w-64 {
  width: 16rem;
}

.w-95 {
  width: 95%;
}


.w-8-12 {
  width: 66.666667%;
}

.w-9-12 {
  width: 75%;
}

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

.w-11-12 {
  width: 91.666667%;
}

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

#closeModal {
  font-size: 35px;
  background: none;
  border: none;
  cursor: pointer;
}

.top-2 {
  top: 0.5rem; /* 8px */
}

.right-2 {
  right: 0.5rem; /* 8px */
}

.right-6 {
  right: 1.5rem; /* 24px */
}

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.max-h-full {
  max-height: 100%;
}

.dashboard-icon {
  top: -1;
  padding-right: 2px;
  position: relative;
}

.button-rac-blue{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 5px;
  align-items: center;
  border-radius: 3px;
  background: #22A7F0;
  color: white;
  cursor: pointer;
}

.button-rac-green{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 5px;
  align-items: center;
  border-radius: 3px;
  background: #5CB85C;
  color: white;
  cursor: pointer;
}

.button-rac-red{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 5px;
  align-items: center;
  border-radius: 3px;
  background: #F96868;
  color: white;
  cursor: pointer;
}

.button-rac-yellow{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 5px;
  align-items: center;
  border-radius: 3px;
  background: #FBCD04;
  color: #555555;
  cursor: pointer;
}

.capsule-rac-green{
  width: 78px;
  height: 21px;
  background: #5CB85C;
  color: white;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.capsule-rac-red{
  width: 78px;
  height: 21px;
  background: #F96868;
  color: white;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.capsule-rac-yellow{
  width: 78px;
  height: 21px;
  background: #FBCD04;
  color: #555555;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.capsule-rac-blue{
  width: 78px;
  height: 21px;
  background: #22A7F0;
  color: white;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.capsule-wide{
  width: 175px !important;
}

.text-yellow-rac{
  color: #FDCE03;
}

.estrella-destacado{
  position: relative;
  top: -1;
}

.close-modal {
  position: absolute; /* Position it absolutely within the modal container */
  top: 10px; /* Adjust the distance from the top as needed */
  right: 10px; /* Adjust the distance from the right as needed */
  font-size: 60px; /* Increase font size to make the symbol larger */
  color: #333; /* Set the color of the symbol */
  background: none; /* Remove background */
  border: none; /* Remove border */
  cursor: pointer; /* Change cursor to pointer */
  transition: color 0.3s; /* Add transition for color change */
  padding-right: 18;
  top: 3;
}

.close-modal:hover {
  color: #555; /* Change color on hover */
}

.textarea-h {
  height: 11.5rem;
  resize: none;
}

.custom-file-input {
  display: none;
}

.border-green-rac { 
  border-color: #5CB85C; 
  border-top-width: 15px;
  margin-top: 0.5rem;
}

.border-blue-rac { 
  border-color: #22A7F0; 
  border-top-width: 15px;
  margin-top: 0.5rem;
}

.home-card-hover:hover {
  box-shadow: 0 0 0 2px black;
  transition: all 0.3s ease-in-out;
}

.home-card-hover:hover .home-btn-hover{
  background-color: black;
  color: white;
  transition: all 0.2s ease-in-out;
}

.servicios-card-hover:hover {
  transform: scale(1.025);
  transition: all 0.3s ease-in-out;
}

.servicios-btn-hover:hover {
  color: white;
  background-color: #FDCE03;
  transition: all 0.2s ease-in-out;
}

.serv-home-btn-hover:hover {
  color: white;
  background-color: black;
  transition: all 0.2s ease-in-out;
}

.navbar-selected {
  display: inline-block;
  color: #FDCE03 !important;
  position: relative;
  padding-bottom: 2px;
  box-shadow: 0 2px 0 0 #FDCE03;
}

.h-navbar {
  height: 83px;
}

.font-navbar {
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.card-servicio{
  height: 210 px;
}

.card-boton {
  margin-top: auto;
  width: 124px !important;
}

.youtube-custom {
  height: 70%;
  width: 70%;
}

.youtube-small {
  height: 231px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lista-empresa{
  list-style-type: disc;
  margin-left: 20px;
}

.lista-empresa-element{
  margin-bottom: 5px;
}

.separator {
  width: 100%;
  height: 1px; /* Adjust thickness here */
  background-color: #000; /* Adjust color here */
  margin: 10px 0; /* Adjust spacing here */
}

.imagen-mini{
  width: 7rem;
}

.form-registro{
  width: 520px;
}

.alerta-registro{
  font-size: .625rem;
  color: red;
}

.mb-form {
  margin-bottom: 1.30rem;
}

.form-container {
  /* width: 365px; */
  width: 98%;                       /* netcomputer */
}

@media (max-width: 390px) {
  .form-container {
    /* width: 230px; */
    width: 98%;                     /* netcomputer */
  }
}

@media (min-width: 768px) {
  .form-container {
    width: 550px;
  }
}

.modal-width{
  width: 1050px !important;
}

.resumen-cl{
  padding-left: 4px;
}

.resumen-cr{
  padding-right: 4px;;
}



/* HUINCHA MENSAJE */
.huincha-mensaje-contenido {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0;
  animation: none;
  position: absolute; 
  left: 50%;
  transform: translateX(-50%); 
}

.huincha-mensaje.contenido-largo .huincha-mensaje-contenido {
  animation: desplazamiento-infinito 17s linear infinite;
}

.huincha-mensaje.contenido-extra-largo .huincha-mensaje-contenido {
  animation: desplazamiento-infinito 25s linear infinite;
}

@keyframes desplazamiento-infinito {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-150%);
  }
}


/* BANNER */

.card-imagenes-banner {
  height: 7rem; 
}
.imagen-banner {
  height: 7rem;
}

.carrusel-contenedor {
    position: relative;
    overflow: hidden;
}
.carrusel-elemento {
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease;
    display: none;
}

.carrusel-elemento.activo,
.carrusel-elemento.anterior {
    display: block;
}

.slide-izquierda {
    transform: translateX(-100%);
}

.slide-derecha {
    transform: translateX(100%);
}

.mover-izquierda {
    transform: translateX(-100%);
}

.mover-derecha {
    transform: translateX(100%);
}

/* ICONO WHATSAPP */
.whatsapp-icon {
  width: 4rem;
  height: 4rem;  
  position: absolute;
  top: 80vh;
  right: 2vw;
}

.eliminar-svg{
  cursor: pointer;
}

/* Fin CSS */













/* ------------------------------
   Estilos Personalizados Nuevos
   ------------------------------ */

.custom-file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 457px;
  height: 2.25rem;
  border: 2px dashed #FFC700; 
  border-radius: 8px;
  background-color: #FFFDF0;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #FFC700;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 19px;
  line-height: normal;

}

.custom-file-upload .upload-icon {
  font-size: 1.25rem;
  display: inline-block;
}

.custom-upload-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file-upload:hover {
  background-color: #FFF6CC;
}

.upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.upload-text {
  font-weight: bold;
}


@media (max-width: 390px) {
  .custom-file-upload {
    width: 330px !important;
  }
}

@media (max-width: 767px) {
  .custom-file-upload {
    width: 360px;
  }
}


.sombra-personalizada {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0; 
}