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

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

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: Open Sans, sans-serif;
    /* 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 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

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

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

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

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 1.5rem 1rem;
}

.button-primary {
    background: linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%);
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-radius: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.button-primary:hover {
    background: #db8c00;
}

/* Íconos pequeños */

/* Logos escalables */

/* Hero o banners grandes */

/* Imagen flexible */

/* Imagen decorativa o destacada con borde y sombra */

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
    display: flex;
}

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

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

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

.h-90 {
    height: 90px;
}

.h-auto {
    height: auto;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-4\/5 {
    width: 80%;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-64 {
    width: 16rem;
}

.w-230 {
    width: 230px;
}

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

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

.w-full {
    width: 100%;
}

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

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

.max-w-5xl {
    max-width: 64rem; /* 1024px */
}


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

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

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

.max-w-xs {
    max-width: 20rem;
}

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

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

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

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

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

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

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

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

.items-end {
    align-items: flex-end;
}

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

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

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

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

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

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-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));
}

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

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-3xl {
    border-radius: 1.5rem; /* 24px */
}

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

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

.border {
    border-width: 1px;
}

.bg-\[\#2c2e31\] {
    --tw-bg-opacity: 1;
    background-color: rgb(44 46 49 / var(--tw-bg-opacity));
}

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

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

.bg-\[var\(--chita-site-color-brand-gradient\)\] {
    background-color: var(--chita-site-color-brand-gradient);
}

.bg-\[var\(--chita-site-color-grey-50\)\] {
    background-color: var(--chita-site-color-grey-50);
}

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

.bg-gray-secondary {
    background-color: #F4F2FA;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

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

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

.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-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.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-4 {
    padding-top: 1rem; /*16px*/
    padding-bottom: 1rem; /*16px*/
}

.py-6 {
    padding-top: 1.5rem; /*24px*/
    padding-bottom: 1.5rem; /*24px*/
}

.pb-8 {
    padding-bottom: 8px;
}

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

.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-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

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

.text-base {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}


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

.font-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.font-\[var\(--chita-site-font-body\)\] {
    font-weight: var(--chita-site-font-body);
}

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

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

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

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

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

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

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

.font-italic {
    font-style: italic;
}


.uppercase {
    text-transform: uppercase;
}

.text-\[var\(--chita-site-color-grey-600\)\] {
    color: var(--chita-site-color-grey-600);
}

.text-\[var\(--chita-site-color-violet-900\)\] {
    color: var(--chita-site-color-violet-900);
}

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

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

.text-gray-700 {
    color: #212529;
}

.text-gray-100 {
    color: #c1c1c1;
}

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

.text-yellow-500 {
    color: #FBBD2E;
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-700 {
    color: #db8c00;
}

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

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

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

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

@keyframes slide-group {
    0%, 45% {
        transform: translateX(0%);
    }

    50%, 95% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.headline-small {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.headline-extralarge {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    line-height: 48px; /* 126.316% */
}

.headline-small {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.headline-extralarge {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    line-height: 48px; /* 126.316% */
}

.headline-large {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.title-large {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.display-small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    line-height: 44px; /* 122.222% */
}

.body-large {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #241752;
}

.label-medium {
    color: #241752;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.body-small-light {
    color: #6C648B;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.body-small-500 {
    color: #241752;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}


.bg-chita-gradient {
    background: linear-gradient(147deg, #F1D250 3.71%, #D69C46 106.82%);
    filter: drop-shadow(1px 3px 7px #b9acac);
}

.bg-chita-hero-img {
    background-image: url(https://chita.cl/img/bg-slider.png);
    background-size: cover;
    background-position: left bottom;
    width: 100%;
    height: 92vh;
    /* height: auto; */
    /* margin-top: -40px; */
}

.ic-size {
    width: auto;
    height: 60px;
}

/* ======= Foundation ======= */

/* Base */

.color-white {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

/* Yellow */

.color-yellow-50 {
    color: #fff8ea;
}

.color-yellow-700 {
    color: #db8c00;
}

/* Grey */

/* Violet */

.color-violet-500 {
    color: #241752;
}

/* ======= Semantic ======= */

/* Alerts / Messaging */

/* Success */

/* ======= Background ======= */

/* COMPONENTES PERSONALIZADOS */

/* UTILIDADES PERSONALIZADAS */

/* MOBILE DEFAULTS (reducción de 4px) */

.display-large {
    font-size: 53px;
    line-height: 60px;
}

.display-medium {
    font-size: 41px;
    line-height: 48px;
}

/*.display-small {*/
/*    font-size: 32px;*/
/*    line-height: 40px;*/
/*}*/

/*.headline-extralarge {*/
/*    font-size: 38px;*/
/*    line-height: 48px;*/
/*}*/

.headline-large {
    font-size: 34px;
    line-height: 36px;
}

.headline-medium {
    font-size: 24px;
    line-height: 32px;
}

.headline-small {
    font-size: 20px;
    line-height: 28px;
}

.title-large {
    font-size: 16px;
    line-height: 20px;
}

.title-medium {
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

/*.title-small {*/
/*    font-size: 10px;*/
/*    line-height: 16px;*/
/*}*/

/*.body-large {*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*}*/

.body-medium {
    font-size: 16px;
    line-height: 16px;
}

/*.body-small {*/
/*    font-size: 8px;*/
/*    line-height: 12px;*/
/*}*/
.title-small {
    font-size: 14px;
    line-height: 20px;
}

/* DESKTOP OVERRIDES */

@media (min-width: 768px) {
    .display-large {
        font-size: 57px;
        line-height: 64px;
    }

    .display-medium {
        font-size: 45px;
        line-height: 52px;
    }

    /*.display-small {*/
    /*    font-size: 36px;*/
    /*    line-height: 44px;*/
    /*}*/
    /*.headline-extralarge {*/
    /*    font-size: 48px;*/
    /*    line-height: 40px;*/
    /*}*/
    .headline-large {
        font-size: 38px;
        line-height: 40px;
    }

    .headline-medium {
        font-size: 28px;
        line-height: 36px;
    }

    .headline-small {
        font-size: 24px;
        line-height: 32px;
    }

    .title-large {
        font-size: 20px;
        line-height: 24px;
    }

    .title-medium {
        font-size: 16px;
        line-height: 24px;
    }


    /*.body-large {*/
    /*    font-size: 18px;*/
    /*    line-height: 24px;*/
    /*}*/
    .body-medium {
        font-size: 14px;
        line-height: 20px;
    }

    .body-small {
        font-size: 16px;
        line-height: 24px;
    }
}

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

@media (min-width: 768px) {
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

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

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

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

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

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

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

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

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

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

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

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

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

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


}

.line {
    display: flex;
    font-size: 16px;
    font-weight: 300;
    color: #212529;
    margin-bottom: 2px;
}

.label {
    width: 80px;
    display: inline-block;
}

.hours {
    flex: 1;
}

/* Oculta por defecto */
.hamburger-only-mobile {
    display: none;
}

/* Mostrar solo en pantallas menores a 768px (mobile) */
@media screen and (max-width: 767px) {
    .hamburger-only-mobile {
        display: block;
    }
}

.w-72 {
    width: 18rem;
}

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

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

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

.mb-6 {
    margin-bottom: 1.5rem; /*24px*/
}


.text-green-500 {
    color: #22c55e;
}

.hover\\:text-green-600:hover {
    color: #16a34a;
}

/* ====== GRID & LAYOUT ====== */
.grid {
    display: grid;
}

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

/* Puedes ajustar `gap` si lo prefieres en otra medida */
.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

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

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

@media (min-width: 768px) {
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

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

    .md\:block {
        display: block;
    }

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

/* ====== FLEXBOX ====== */
.flex {
    display: flex;
}

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

.gap-4 {
    gap: 1rem;
}

/* ====== SPACING ====== */
.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-10 > * + * {
    margin-top: 2.5rem;
}

/* ====== COLOR ====== */
.text-chita-violet-50 {
    color: #f8f6ff; /* ejemplo, ajusta al valor real del violeta claro */
}

.computador-img {
    width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .display-small {
        font-size: 24px;
        line-height: 40px;
    }

    .beneficio-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem; /* 16px */
        flex-direction: row; /* En mobile, icono a la izquierda */
    }

    .footer-contact {
        display: flex;
        flex-direction: row;
        justify-content: center;
        min-height: 220px; /* ajusta según lo que necesites */
    }

    .operations-mobile-peru {
        flex-direction: column;
    }

    .banner-peru-title br {
        display: none;

    }

    .banner-peru-title {
        font-size: 28px;
        line-height: 36px;
    }

    .mobile-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


}

.operations-mobile-peru img.logo-peru {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 80px;
    vertical-align: middle;
}


/* ====== SECCION DE TESTIMONIOS ====== */
.testimonial-card {
    flex-shrink: 0;
    width: 320px;
    text-align: left;
}

#slider-track {
    display: flex;
    transition: transform 0.3s ease;
}

#testimonials-container {
    display: flex;
    gap: 2rem;
}

.testimonials-wrapper {
    overflow: hidden;
    max-width: calc((320px + 32px) * 3 - 32px); /* ancho de 3 tarjetas + gap */
}

.slider-arrow {
    position: absolute;
    top: 75%; /* Ajusta según lo que necesites */
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid #6C648B;
}

/* ====== FIN DE TESTIMONIOS ====== */

.section-asesores {
    width: 100%;
    margin-bottom: 6rem; /* 96px */
}


@media (min-width: 1248px) {
    .section-asesores {
        width: 1248px;
    }
}

/* ===== BUTTONS IGUAL QUE CLIENT_CLEAN PERO PARA LANDINGS ===== */

.chita-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 4px;
    border: none;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 40px;
}


.chita-button--primary {
    background-color: #FBBD2E;
    color: #FFFFFF;

    &:hover {
        background-color: #DB8C00;
        border-color: #DB8C00;
        color: #FFFFFF !important;
    }
}

.btn-layout-forced {
    display: flex;
    gap: 10px;
    align-items: stretch;
    padding: 16px 15px;

    .chita-button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        box-sizing: border-box;
    }

    @media screen and (max-width: 480px) {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;

        .chita-button--primary-forced {
            order: 1;
        }

        .chita-button--secondary {
            order: 2;
        }
    }
}


.btn-align-center {
    justify-content: center;

    @media screen and (max-width: 480px) {
        justify-content: unset;
    }
}

