@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap);
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-top-10{
  top: -2.5rem;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-32{
  bottom: 8rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.\!block{
  display: block !important;
}
.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;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-\[calc\(100vh-80px\)\]{
  height: calc(100vh - 80px);
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-24{
  width: 6rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[80vw\]{
  max-width: 80vw;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.origin-left{
  transform-origin: left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 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));
}
.scale-x-0{
  --tw-scale-x: 0;
  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));
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
.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;
}
.items-stretch{
  align-items: stretch;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-current{
  background-color: currentColor;
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pl-4{
  padding-left: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-20{
  padding-top: 5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-\[calc\(var\(--header-height\)\+2rem\)\]{
  padding-top: calc(var(--header-height) + 2rem);
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
 * Reset CSS to reduce browser inconsitences.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

*:focus {
  outline: none;
}

/*
 * Typography: Setting up global font-related properties for all the elements
*/
a {
  text-decoration: none;
  color: #071E3C !important;
  transition: 0.2s;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #4050c6 !important;
}
a:active {
  color: #071E3C !important;
}

.dark-bg a {
  text-decoration: none;
  color: #FFF !important;
  transition: 0.2s;
}
.dark-bg a:hover, .dark-bg a:focus {
  color: #00bfa5 !important;
  text-decoration: underline;
}
.dark-bg a:active {
  color: #00bfa5 !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
@media (min-width: 1024px) {
  body {
    font-size: 14px !important;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 14px !important;
  }
}

p {
  font-size: 12px !important;
}
@media (min-width: 1024px) {
  p {
    font-size: 14px !important;
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 14px !important;
  }
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

blockquote {
  color: #071E3C;
  margin: 30px 0;
  padding: 10px 0 0 40px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-left: 4px solid #4050c6;
}
blockquote .byline {
  font-size: 16px;
  font-weight: 300;
  display: block;
}

p.lead, .servicio-item .servicio-content p {
  font-size: 16px !important;
  line-height: 22px;
}
@media (min-width: 1024px) {
  p.lead, .servicio-item .servicio-content p {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  p.lead, .servicio-item .servicio-content p {
    font-size: 22px !important;
    line-height: 150%;
  }
}

p.small {
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 18px;
}

.content-styled a {
  color: #4050c6;
  transition: 0.3s ease-out;
}
.content-styled a:hover {
  color: rgb(54.3568548387, 69.6149193548, 182.1431451613);
  text-decoration: none;
}
.content-styled a:active {
  color: rgb(83.6391129032, 97.9939516129, 203.8608870968);
  text-decoration: none;
}
.content-styled ul {
  list-style-type: circle;
  margin-left: 1em;
}
.content-styled ul li {
  margin: 1em 0;
}
.content-styled hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 1px;
  background-color: #4050c6;
}
.content-styled img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content-styled img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-styled img.aligncenter {
  clear: both;
  float: none;
  margin: 0 auto;
}
.content-styled + .btn,
.content-styled + p {
  margin-top: 20px;
}
.content-styled ul {
  display: block;
  list-style: none;
  margin-bottom: 0;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #071E3C;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 18px;
    line-height: 140%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  color: #071E3C;
  margin-bottom: 1.2rem !important;
  font-family: "Oswald", sans-serif;
}

h1, .h1 {
  font-family: "Oswald", sans-serif;
  font-size: 28px !important;
  line-height: 32px;
  color: #071E3C;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 50px !important;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 60px !important;
    line-height: 75px;
  }
}

h2, .h2 {
  font-size: 24px !important;
  line-height: 28px;
  color: #071E3C;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 40px !important;
    line-height: 48px;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 48px !important;
    line-height: 52px;
  }
}

h3, .h3 {
  font-size: 22px !important;
  line-height: 26px;
  color: #071E3C;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 30px !important;
    line-height: 32px;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 36px !important;
    line-height: 100%;
  }
}

h4, .h4 {
  font-size: 20px !important;
  line-height: 24px;
  color: #071E3C;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 24px !important;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 26px !important;
    line-height: 120%;
  }
}

h5, .h5 {
  font-size: 18px !important;
  line-height: 22px;
  color: #071E3C;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 18px !important;
    line-height: 120%;
  }
}
@media (min-width: 1280px) {
  h5, .h5 {
    font-size: 20px !important;
    line-height: 120%;
  }
}

h6, .h6 {
  font-size: 14px !important;
  line-height: 18px;
  color: #071E3C;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 16px !important;
    line-height: 20px;
  }
}
@media (min-width: 1280px) {
  h6, .h6 {
    font-size: 18px !important;
    line-height: 120%;
  }
}

ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
ul li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #4050c6;
  position: absolute;
  left: 0;
  top: 5px;
}
ul li ul {
  padding-top: 15px;
}
ul.graphic-list li:before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/bullet.svg");
}

ol {
  counter-reset: item;
  padding: 0;
}
ol li {
  counter-increment: item;
  list-style: none inside;
  padding-left: 30px;
  position: relative;
}
ol li:before {
  color: #4050c6;
  content: "" counter(item) "";
  display: inline-block;
  left: 10px;
  top: 5px;
  line-height: 15px;
  position: absolute;
  font-weight: bold;
  text-align: center;
}

.dark ul li {
  color: #FFF;
}
.dark ul li:before {
  background-color: #00bfa5;
}
.dark ul.graphic-list li:before {
  background-image: url("../img/icons/bullet-light.svg");
}
.dark ol li {
  color: #FFF;
}
.dark ol li::before {
  color: #00bfa5;
}

.dark .prose,
.dark .page-content,
.dark .content-styled {
  color: #fff !important;
}
.dark .prose h1, .dark .prose h2, .dark .prose h3, .dark .prose h4, .dark .prose h5, .dark .prose h6,
.dark .prose p,
.dark .prose ul, .dark .prose ol,
.dark .prose blockquote,
.dark .prose li,
.dark .prose a,
.dark .page-content h1,
.dark .page-content h2,
.dark .page-content h3,
.dark .page-content h4,
.dark .page-content h5,
.dark .page-content h6,
.dark .page-content p,
.dark .page-content ul,
.dark .page-content ol,
.dark .page-content blockquote,
.dark .page-content li,
.dark .page-content a,
.dark .content-styled h1,
.dark .content-styled h2,
.dark .content-styled h3,
.dark .content-styled h4,
.dark .content-styled h5,
.dark .content-styled h6,
.dark .content-styled p,
.dark .content-styled ul,
.dark .content-styled ol,
.dark .content-styled blockquote,
.dark .content-styled li,
.dark .content-styled a {
  color: #fff !important;
}
.dark .prose a,
.dark .page-content a,
.dark .content-styled a {
  color: #00bfa5 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
  letter-spacing: 1px;
  transition: 0.2s;
}

.btn-small {
  padding: 10px 20px;
}

.btn-medium {
  padding: 12px 30px;
}

.btn-large {
  padding: 15px 38px;
}

.btn-primary {
  background-color: #4050c6;
  border-color: #4050c6;
  color: #FFF !important;
  font-weight: 700;
  border-radius: 100px;
}
.btn-primary:hover {
  background-color: #FFF;
  color: #4050c6 !important;
}

.btn-secondary {
  background-color: #FFF;
  border-color: rgba(64, 80, 198, 0.5);
  border-radius: 2px;
  color: rgba(64, 80, 198, 0.5);
  opacity: 0.8;
}
.btn-secondary:hover {
  text-decoration: none !important;
  opacity: 1;
  border-color: #4050c6;
  color: #FFF !important;
}

.btn-tertiary {
  background-color: #4050c6;
  border-color: #4050c6;
  color: #FFF !important;
  border-radius: 2px;
}
.btn-tertiary:hover {
  background-color: #FFF;
  border-color: rgba(64, 80, 198, 0.5);
  color: #4050c6 !important;
}

.dark-bg .btn-primary {
  background-color: #00bfa5 !important;
  border-color: #00bfa5 !important;
}
.dark-bg .btn-primary:hover {
  color: #FFF !important;
  background-color: transparent !important;
}
.dark-bg .btn-secondary {
  color: #4050c6 !important;
}
.dark-bg .btn-secondary:hover {
  background-color: transparent !important;
  color: #FFF !important;
}
.dark-bg .btn-tertiary {
  background-color: transparent !important;
  border-color: #FFF !important;
}
.dark-bg .btn-tertiary:hover {
  color: #4050c6 !important;
  background-color: white !important;
}

.btn-trigger {
  display: block;
  width: 35px;
  height: 35px;
  border-bottom: 4px solid #000;
  position: relative;
  transition: 0.2s;
}
.btn-trigger:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 4px solid #000;
  position: absolute;
  top: 0%;
  transition: 0.2s;
}
.btn-trigger:after {
  content: " ";
  display: block;
  width: 100%;
  border-bottom: 4px solid #000;
  position: absolute;
  top: 55%;
  transition: 0.2s;
  transform: translateY(-50%);
}
.btn-trigger:hover {
  border: 0px;
}
.btn-trigger:hover:before {
  transform: rotate(45deg);
  transform-origin: top left;
}
.btn-trigger:hover:after {
  top: 0;
  right: 0;
  transform: translateY(0) translateX(-35%) rotate(-45deg);
  transform-origin: right;
}

.dark .btn-trigger {
  border-color: #fff;
}
.dark .btn-trigger:after, .dark .btn-trigger:before {
  border-color: #fff;
}

.pt-none {
  padding-top: 0 !important;
}

.pt-default {
  padding-top: 60px !important;
}

.pt-xsmall {
  padding-top: 30px !important;
}

.pt-small {
  padding-top: 50px !important;
}

.pt-medium {
  padding-top: 75px !important;
}

.pt-large {
  padding-top: 100px !important;
}

.pt-xlarge {
  padding-top: 150px !important;
}

.pt-xxlarge {
  padding-top: 200px !important;
}

.pt-xxxlarge {
  padding-top: 350px !important;
}

.pt-4xlarge {
  padding-top: 550px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-default {
  padding-bottom: 60px !important;
}

.pb-xsmall {
  padding-bottom: 30px !important;
}

.pb-small {
  padding-bottom: 50px !important;
}

.pb-medium {
  padding-bottom: 75px !important;
}

.pb-large {
  padding-bottom: 100px !important;
}

.pb-xlarge {
  padding-bottom: 150px !important;
}

.pb-xxlarge {
  padding-bottom: 200px !important;
}

.pb-xxxlarge {
  padding-bottom: 350px !important;
}

.pb-4xlarge {
  padding-bottom: 550px !important;
}

.back-primary {
  color: #FFF;
  background-color: #4050c6;
}

.back-secondary {
  background-color: #00bfa5;
  color: #FFF;
}

.back-tertiary {
  background-color: #52b1ff;
  color: #FFF;
}

.back-transparent {
  background-color: transparent;
}
.back-transparent h1, .back-transparent h2, .back-transparent h3, .back-transparent h4, .back-transparent h5, .back-transparent h6, .back-transparent p {
  color: #071E3C !important;
}

.back-white {
  background-color: #FFF;
}
.back-white h1, .back-white h2, .back-white h3, .back-white h4, .back-white h5, .back-white h6, .back-white p {
  color: #071E3C !important;
}

.back-dark {
  background-color: #4050c6;
}
.back-dark h1, .back-dark h2, .back-dark h3, .back-dark h4, .back-dark h5, .back-dark h6, .back-dark p {
  color: #FFF !important;
}

/* Animaciones ScrollTrigger */
.js-animate-item {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}
.js-animate-item.animate-from-left {
  transform: translateX(-50px);
}
.js-animate-item.animate-from-right {
  transform: translateX(50px);
}
.js-animate-item.is-visible {
  opacity: 1;
  transform: translateX(0) !important;
}

/* Asegurar que las animaciones no se activen en dispositivos móviles */
@media (min-width: 768px) {
  .js-animate-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* Efecto de escritura */
.typewriter-text {
  display: block;
  white-space: normal;
  line-height: 1.6;
}
.typewriter-text p, .typewriter-text .typewriter-paragraph {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.typewriter-text p:last-child, .typewriter-text .typewriter-paragraph:last-child {
  margin-bottom: 0;
}
.typewriter-text .word {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.typewriter-text .word.visible {
  opacity: 1;
  transform: translateY(0);
}
.typewriter-text .word::after {
  content: " ";
}
.typewriter-text .word + .word {
  margin-left: 0.25em;
}

.typewriter-visible .char {
  opacity: 1 !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#styleguide .dark-bg {
  padding: 30px !important;
}
#styleguide #style-head {
  display: none;
}
#styleguide #style-head .logotipo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#styleguide #style-hero {
  background-color: #f5f5f5;
  padding: 150px 0 150px 0;
  margin-bottom: 0px;
}
#styleguide #style-hero .titles {
  position: relative;
  color: #071E3C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#styleguide #style-hero .titles:before {
  content: " ";
  position: absolute;
  width: 80px;
  height: 6px;
  background-color: #52b1ff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#styleguide #style-hero .titles h1,
#styleguide #style-hero .titles h4 {
  color: #071E3C;
}
#styleguide #style-hero .titles h4 {
  margin-top: 47px;
  font-weight: 300;
}
#styleguide .section-title {
  padding: 32px 0;
  border-bottom: 3px solid #52b1ff;
  margin-bottom: 37px;
  width: 100%;
  margin-top: 60px;
}
#styleguide .color-module {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 40px;
}
#styleguide .typo-module {
  margin-bottom: 28px;
}
#styleguide .list-module {
  display: block;
  width: 100%;
}
#styleguide .list-module h6 {
  margin-bottom: 28px;
}
#styleguide .list-module li {
  margin-bottom: 20px;
}
#styleguide .blockquote-module {
  margin: 90px 0;
}
#styleguide .blockquote-module h6 {
  margin: 45px 0;
}
#styleguide .light-bg {
  padding: 0 0 100px 0;
  display: block;
}
#styleguide .dark-bg {
  display: block;
  background-color: #4050c6;
  padding: 85px 0 100px 0;
}
#styleguide .buttons-module {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#styleguide .buttons-module div {
  margin-bottom: 20px;
}

.dark {
  background-color: #071E3C;
}
.dark h5 {
  color: #FFF;
}

.list-block {
  padding: 20px;
}

.hero-block {
  position: relative;
}
.hero-block .hero-text p, .hero-block .hero-text span {
  font-size: 16px !important;
  line-height: 22px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #071E3C;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .hero-block .hero-text p, .hero-block .hero-text span {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .hero-block .hero-text p, .hero-block .hero-text span {
    font-size: 22px !important;
    line-height: 150%;
  }
}
.hero-block .hero-text .typewriter-text {
  display: block;
  width: 100%;
  overflow: hidden;
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .servicios-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-hero {
  display: block;
  padding: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.servicio-item {
  background-color: #f5f5f5;
  padding: 15px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 450px;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.servicio-item:hover {
  z-index: 2;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.servicio-item:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.servicio-item:hover .servicio-content p {
  opacity: 1;
  transform: scaleY(1);
}
.servicio-item .servicio-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.servicio-item .servicio-content h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.servicio-item .servicio-content p {
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  transform: scaleY(0);
}
@media (max-width: 1024px) {
  .servicio-item .servicio-content p {
    opacity: 1;
    transform: scaleY(1);
  }
}
.servicio-item:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.3);
}

.presentacion-home h4 {
  margin-bottom: 0 !important;
}

.global-main {
  padding-top: 80px;
  min-height: calc(100vh - 120px);
}
.global-main .page-content {
  padding: 2rem 0;
  min-height: calc(100vh - 120px);
}
.global-main .page-content h1, .global-main .page-content h2, .global-main .page-content h3, .global-main .page-content h4, .global-main .page-content h5, .global-main .page-content h6 {
  margin-bottom: 1.5rem;
}
.global-main .page-content p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 16px !important;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .global-main .page-content p {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .global-main .page-content p {
    font-size: 22px !important;
    line-height: 150%;
  }
}
.global-main .page-content a {
  color: #4050c6 !important;
}
.global-main .page-content ul, .global-main .page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.global-main .page-content ul li, .global-main .page-content ol li {
  margin-bottom: 0.5rem;
}
.global-main .page-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .global-main {
    padding-top: 70px;
  }
  .global-main .page-content {
    padding: 1.5rem 0;
  }
}

#masthead #mobile-menu-button {
  color: #FFF;
  background-color: rgba(7, 30, 60, 0.5);
  border-radius: 100%;
  padding: 5px;
}
#masthead #mobile-menu-button span {
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  background-color: white;
  height: 2px;
  width: 24px;
  color: #FFF;
}
#masthead #mobile-menu-button span#hamburger-top {
  top: 30%;
}
#masthead #mobile-menu-button span#hamburger-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
#masthead #mobile-menu-button span#hamburger-bottom {
  bottom: 30%;
}
#masthead #mobile-menu-button[aria-expanded=true] #hamburger-top {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
#masthead #mobile-menu-button[aria-expanded=true] #hamburger-middle {
  opacity: 0;
}
#masthead #mobile-menu-button[aria-expanded=true] #hamburger-bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  bottom: auto;
}

#mobile-menu {
  display: none;
}

.active-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 100%;
}
.active-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.active-menu nav ul li {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-menu nav ul li:before {
  content: none;
}
.active-menu nav ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  color: #071E3C;
  transition: 0.2s;
}
.active-menu nav ul li a span {
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  padding: 10px 0;
  width: -moz-max-content;
  width: max-content;
  line-height: inherit !important;
}
.active-menu nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: #999;
  transition: 0.2s;
  transform: skewX(-20deg);
}
.active-menu nav ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #999;
  transition: 0.2s;
  transform: skewX(-20deg) scaleX(0);
  transform-origin: right;
}
.active-menu nav ul li a:hover {
  text-decoration: none;
  color: #999;
}
.active-menu nav ul li a:hover span {
  color: #999;
}
.active-menu nav ul li a:hover:after {
  width: 100%;
}
.active-menu nav ul li a:hover:before {
  transform: skewX(-20deg) scaleX(1);
}

#masthead.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dark #masthead.scrolled {
  background-color: rgba(17, 24, 39, 0.95) !important;
}

.social-icons-container .social-icon {
  text-decoration: none !important;
  background-color: rgba(7, 30, 60, 0.5);
  border-radius: 100%;
  transition: 0.2s;
  color: #FFF !important;
}
.social-icons-container .social-icon i {
  transition: color 0.3s ease;
  color: #FFF !important;
}
.social-icons-container .social-icon:hover {
  background-color: #071e3c;
}
.social-icons-container .social-icon:hover i {
  color: #FFF !important;
}
.dark .social-icons-container .social-icon i:hover {
  color: #a8b1ff !important;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header-buttons .rounded-button, .header-buttons #menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: white;
  color: #1f2937;
  transition: all 0.2s ease-in-out;
}
.header-buttons .rounded-button:hover, .header-buttons #menu-toggle:hover {
  background-color: #f3f4f6;
  transform: translateY(-1px);
}
.header-buttons .rounded-button.whatsapp, .header-buttons .whatsapp#menu-toggle {
  background-color: #25D366;
  color: white;
}
.header-buttons .rounded-button.whatsapp:hover, .header-buttons .whatsapp#menu-toggle:hover {
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
}
.header-buttons #menu-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:scale-105{
  --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));
}
.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));
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
.dark\:inline:is(.dark *){
  display: inline;
}
.dark\:hidden:is(.dark *){
  display: none;
}
.dark\:border-gray-500:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.dark\:bg-gray-500:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.dark\:bg-indigo-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.dark\:bg-white:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dark\:text-blue-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:opacity-0:is(.dark *){
  opacity: 0;
}
.dark\:opacity-100:is(.dark *){
  opacity: 1;
}
.dark\:hover\:bg-gray-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-indigo-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-gray-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-indigo-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .lg\:bottom-10{
    bottom: 2.5rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
}

/*# sourceMappingURL=style.css.map*/