body {
    font-family: 'Rajdhani', sans-serif;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.text-shadow-md {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.zoom-in-out-element {
    -webkit-animation: zoom-in-zoom-out 1s ease infinite;
    animation: zoom-in-zoom-out 1s ease infinite;
}

.text-display1 {
    font-size: 46px;
    line-height: 52px;
    font-weight: bold;
}

.text-display2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.text-display3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.text-title1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.text-title2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.text-title3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.text-subtitle1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: lighter;
}

.text-subtitle2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}

.text-bodyBold {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.text-body {
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
}

.text-captionBold {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.text-captionStrike {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: line-through;
}

.text-caption {
    font-size: 12px;
    line-height: 16px;
    font-weight: lighter;
}

.text-signal1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
}

.text-signal2 {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
}

.bg-primary100 {
    background-color: #c9bce5;
}

.bg-primary200 {
    background-color: #af9ad8;
}

.bg-primary300 {
    background-color: #9478cb;
}

.bg-primary400 {
    background-color: #7957be;
}

.bg-primary500 {
    background-color: #5e35b1;
}

.bg-primary600 {
    background-color: #4e2c94;
}

.bg-primary700 {
    background-color: #3f2376;
}

.bg-primary800 {
    background-color: #2f1b59;
}

.bg-primary900 {
    background-color: #1f123b;
}

.bg-prim100 {
    background-color: #d2c4ed;
}

.bg-prim200 {
    background-color: #bca7e5;
}

.bg-prim300 {
    background-color: #a58adc;
}

.bg-prim400 {
    background-color: #8f6cd3;
}

.bg-prim500 {
    background-color: #784fca;
}

.bg-prim600 {
    background-color: #6442a8;
}

.bg-prim700 {
    background-color: #503587;
}

.bg-prim800 {
    background-color: #3c2865;
}

.bg-prim900 {
    background-color: #281a43;
}

.bg-secondary100 {
    background-color: #aec2e0;
}

.bg-secondary200 {
    background-color: #86a3d0;
}

.bg-secondary300 {
    background-color: #5e84c0;
}

.bg-secondary400 {
    background-color: #3566b1;
}

.bg-secondary500 {
    background-color: #0d47a1;
}

.bg-secondary600 {
    background-color: #0b3b86;
}

.bg-secondary700 {
    background-color: #092f6b;
}

.bg-secondary800 {
    background-color: #072451;
}

.bg-secondary900 {
    background-color: #041836;
}

.bg-tertiary100 {
    background-color: #debce5;
}

.bg-tertiary200 {
    background-color: #ce9ad8;
}

.bg-tertiary300 {
    background-color: #bd78cb;
}

.bg-tertiary400 {
    background-color: #ad57be;
}

.bg-tertiary500 {
    background-color: #9C35B1;
}

.bg-tertiary600 {
    background-color: #822c94;
}

.bg-tertiary700 {
    background-color: #682376;
}

.bg-tertiary800 {
    background-color: #4e1b59;
}

.bg-tertiary900 {
    background-color: #34123b;
}

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

.bg-neutral200 {
    background-color: #fafafa;
}

.custom-span {
    color: #784fca; /* texto morado */
    font-size: 16px; /* text-title3 */
    line-height: 24px;
    font-weight: bold;
    margin-top: 0.5rem; /* mt-2 */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* text-shadow */
    display: inline-block;
    max-width: fit-content;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid white;
    animation: typing 5s steps(60, end) 1s infinite,
    blink 0.75s step-end infinite;
}

@keyframes typing {
    0% {
        width: 0;
        visibility: visible;
    }
    60% {
        width: 100%;
        visibility: visible;
    }
    80% {
        width: 100%;
        visibility: visible;
    }
    81% {
        visibility: hidden;
    }
    100% {
        width: 0;
        visibility: hidden;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.bt-h1-hero {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

@media (min-width: 1024px) {
    .bt-h1-hero {
        font-size: 46px;
        line-height: 52px;
    }
}

.bt-p-hero {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    max-width: 42rem;
}

@media (min-width: 1024px) {
    .bt-p-hero {
        max-width: 36rem;
    }
}

.bt-btn-primary,
.bt-btn-primary-small,
.bt-btn-primary-medium {
    background-color: #5e35b1;
    border-radius: 48px;
    border: 1px solid #8f6cd3;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;

}

.bt-btn-primary {
    padding: 14px 24px;
}

.bt-btn-primary-small {
    padding: 6px 16px;
}

.bt-btn-primary-medium {
    padding: 10px 20px;
}

.bt-btn-primary:hover,
.bt-btn-primary-small:hover,
.bt-btn-primary-medium:hover {
    background-color: #3f2376;
    border-color: white;
    color: rgba(255, 255, 255, 0.9);
}

.bt-btn-primary:focus,
.bt-btn-primary-small:focus,
.bt-btn-primary-medium:focus {
    outline: none;
    box-shadow: 0 0 0 1px #5e35b1, 0 0 0 3px white;
}

.bt-btn-primary:active,
.bt-btn-primary-small:active,
.bt-btn-primary-medium:active {
    transform: scale(0.95);
}

.bt-btn-secondary,
.bt-btn-secondary-small,
.bt-btn-secondary-medium {
    background-color: white;
    text-align: center;
    border-radius: 48px;
    color: #5e35b1;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: 1px solid #5e35b1;
    box-sizing: border-box;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.bt-btn-secondary {
    padding: 14px 24px;
}

.bt-btn-secondary-small {
    padding: 6px 16px;
}

.bt-btn-secondary-medium {
    padding: 10px 20px;
}

.bt-btn-secondary:hover,
.bt-btn-secondary-small:hover,
.bt-btn-secondary-medium:hover {
    background-color: #3f2376;
    border-color: #3f2376;
    color: white;
}

.bt-btn-secondary:focus,
.bt-btn-secondary-small:focus,
.bt-btn-secondary-medium:focus {
    outline: none;
    box-shadow: 0 0 0 1px #5e35b1, 0 0 0 3px white;
}

.bt-btn-secondary:active,
.bt-btn-secondary-small:active,
.bt-btn-secondary-medium:active {
    transform: scale(0.95);
}

.bt-btn-disabled {
    background-color: #64748b; /* slate-500 */
    border: 1px solid #64748b;
    border-radius: 48px;
    text-align: center;
    font-weight: 700;
    color: white;
    padding: 14px 40px;
    box-sizing: border-box;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.bt-btn-disabled:hover {
    background-color: #475569; /* slate-700 */
    border-color: #475569;
    color: rgba(255, 255, 255, 0.9);
}

.bt-btn-disabled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #64748b, 0 0 0 3px white;
}

.bt-btn-disabled:active {
    transform: scale(0.95);
}

.bt-section-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (min-width: 1024px) {
    .bt-section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bt-title-text-spacing {
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .bt-title-text-spacing {
        margin-bottom: 24px;
    }
}

.bt-element-spacing {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

@media (min-width: 1024px) {
    .bt-element-spacing {
        row-gap: 24px;
    }
}

.bt-element-gap {
    gap: 16px;
}

@media (min-width: 1024px) {
    .bt-element-gap {
        gap: 24px;
    }
}

.bt-title-h1 {
    font-size: 36px; /* text-display2 */
    font-weight: bold;
    line-height: 46px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
    .bt-title-h1 {
        font-size: 46px; /* text-display1 */
    }
}

@media (min-width: 1024px) {
    .bt-title-h1 {
        font-size: 46px; /* text-display1 */
    }
}

.bt-title-h2 {
    font-size: 24px; /* text-title1 */
    font-weight: bold;
    line-height: 32px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bt-title-h3 {
    font-size: 20px; /* text-title2 */
    font-weight: bold;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
    .bt-title-h2 {
        font-size: 30px; /* text-display3 */
    }
}

@media (min-width: 1024px) {
    .bt-title-h3 {
        font-size: 1.25rem; /* text-title3 */
    }
}

.bt-parrafo {
    font-size: 14px;
    font-weight: bold;
}

.bt-subtitulo {
    font-size: 1.125rem; /* text-subtitle1 */
}

@media (min-width: 1024px) {
    .bt-subtitulo {
        font-size: 1rem; /* text-subtitle2 */
    }
}

@keyframes scrollHorizontal {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animate-scrollHorizontal {
    animation: scrollHorizontal 7s linear infinite;
}

.shadow-custom-moderate {
    box-shadow: 0 2px 7px #00000026, 0 5px 17px #0003, 0 4px 4px #00000040;
}

.zoom-in-out-element {
    -webkit-animation: zoom-in-zoom-out 1s ease infinite;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%;
    }
    50% {
        scale: 80%;
    }
    100% {
        scale: 100%;
    }
}

.animated-border {
    position: relative;
    z-index: 0;
}

.animated-border::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(
            from var(--a, 0deg),
            transparent 20%,
            var(--border-color) 30%,
            transparent 60%
    );
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    animation: spin-border 2s linear infinite;
}

@property --a {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes spin-border {
    to {
        --a: 1turn;
    }
}