:root {

    --ds-blue: #00a6fb;
    --ds-blue-rgb: 0, 166, 251;
    --ds-pink: #c9184a;
    --ds-pink-rgb: 201, 24, 74;
    --ds-pink-light: #ff006e;
    --ds-pink-light-rgb: 255, 0, 110;
    --ds-yellow: #ffff3f;
    --ds-yellow-rgb: 255, 255, 63;

    --ds-font: "Plus Jakarta Sans";

    --ds-white: #fff;
    --ds-white-rgb: 255, 255, 255;
    --ds-light: var(--ds-white);
    --ds-light-rgb: var(--ds-white-rgb);
    --ds-black: #252627;
    --ds-black-rgb: 37, 38, 39;
    --ds-dark: var(--ds-black);
    --ds-dark-rgb: var(--ds-black-rgb);

    --ds-color-theme: "Light";
    --ds-theme-value: 0;
    --ds-light-opacity: 1;
    --ds-logo-invert: 0;

    --ds-star: var(--ds-pink);
    --ds-star-rgb: var(--ds-pink-rgb);
    --ds-alt: var(--ds-blue);
    --ds-alt-rgb: var(--ds-blue-rgb);

    --ds-margin-web: 128px;

    --ds-iphone-white: url('../IMAGENES/iphonelight.svg');
    --ds-iphone-black: url('../IMAGENES/iphonedark.svg');

    --ds-iphone-light: var(--ds-iphone-white);
    --ds-iphone-dark: var(--ds-iphone-black);

    --ds-logo-white: url('../IMAGENES/Logo.svg');
    --ds-logo-black: url('../IMAGENES/LogoLight.svg');

    --ds-logo-path: path('M 40.9 75.1 L 76.4 110.6 L 88.3 98.6 L 52.9 63.1 L 40.9 75.1 z M 172.7 14 L 160.7 2 L 80 82.7 L 92.1 94.8 L 172.7 14 z M 70.9 10.6 h 10.6 v 14.7 H 70.9 Z M 60.3 10.6 V 0 H 92.2 v 10.6 Z M 101.6 159.9 a 62.25 62.25 0 0 1 -25.2 5.3 a 61.49 61.49 0 0 1 -32.6 -9.1 a 68.44 68.44 0 0 1 -23.9 -24.5 a 65.84 65.84 0 0 1 -8.9 -33.2 a 64.94 64.94 0 0 1 8.9 -33.1 a 67.62 67.62 0 0 1 24 -24.4 a 62.57 62.57 0 0 1 57.7 -3.8 a 69.9 69.9 0 0 1 10.7 6 l 7.6 -7.6 a 78.27 78.27 0 0 0 -14.4 -8.1 a 73.62 73.62 0 0 0 -67 4.5 a 78.31 78.31 0 0 0 -28.1 28.2 a 75.91 75.91 0 0 0 0 76.7 a 77.81 77.81 0 0 0 28.1 28.3 a 73 73 0 0 0 37.9 10.5 a 71.33 71.33 0 0 0 29.1 -6.1 A 79.51 79.51 0 0 0 130 152.8 l -7.6 -7.6 A 65 65 0 0 1 101.6 159.9 Z');

    --ds-logo-light: var(--ds-logo-white);
    --ds-logo-dark: var(--ds-logo-black);
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
    background-color: var(--ds-light);
    transition: background-color .2s ease-in
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--ds-dark) !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    -ms-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s
}

/**
 * ----------------------------------------
 * COLORS
 * ----------------------------------------
 */
.ds-blue {
    color: var(--ds-blue) !important
}

.ds-blue-bg {
    background-color: var(--ds-blue) !important
}

.ds-pink {
    color: var(--ds-pink) !important
}

.ds-pink-bg {
    background-color: var(--ds-pink) !important
}

.ds-pink-light {
    color: var(--ds-pink-light) !important
}

.ds-pink-light-bg {
    background-color: var(--ds-pink-light) !important
}

.ds-yellow {
    color: var(--ds-yellow) !important
}

.ds-yellow-bg {
    background-color: var(--ds-yellow) !important
}

.ds-white {
    color: var(--ds-white) !important
}

.ds-white-bg {
    background-color: var(--ds-white) !important
}

.ds-black {
    color: var(--ds-black) !important
}

.ds-black-bg {
    background-color: var(--ds-black) !important
}

.ds-light {
    color: var(--ds-light) !important
}

.ds-light-bg {
    background-color: var(--ds-light) !important
}

.ds-dark {
    color: var(--ds-dark) !important
}

.ds-dark-bg {
    background-color: var(--ds-dark) !important
}

.ds-star {
    color: var(--ds-star) !important
}

.ds-star-bg {
    background-color: var(--ds-star) !important
}

.ds-alt {
    color: var(--ds-alt) !important
}

.ds-alt-bg {
    background-color: var(--ds-alt) !important
}

/**
 * ----------------------------------------
 * LOGO 
 * ----------------------------------------
 */
.ds-logo-reactor {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden
}

.ds-logo-reactor span:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotate(-22.5deg);
    filter: invert(var(--ds-theme-value));
}

.ds-logo-reactor span:first-child::before,
.ds-logo-reactor span:first-child::after,
.ds-logo-reactor span:last-child {
    content: '';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    animation-fill-mode: forwards
}

.ds-logo-reactor span:last-child {
    background-image: url('../IMAGENES/reactor-k.svg');
    animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both
}

.ds-logo-reactor span:first-child::before {
    background-image: url('../IMAGENES/reactor-in.svg');
    animation: react-rotate-in .6s ease
}

.ds-logo-reactor span:first-child::after {
    background-image: url('../IMAGENES/reactor-out.svg');
    animation: react-rotate-out .6s ease;
}

@keyframes react-rotate-in {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(120deg)
    }
}

@keyframes react-rotate-out {
    from {
        transform: rotate(60deg);
    }

    to {
        transform: rotate(-120deg);
    }
}

.ds-logo-reactor.ds-xxs {
    width: 24px;
    height: 24px
}

.ds-logo-reactor.ds-xs {
    width: 32px;
    height: 32px
}

.ds-logo-reactor.ds-sm {
    width: 56px;
    height: 56px
}

.ds-logo-reactor.ds-md {
    width: 64px;
    height: 64px
}

.ds-logo-reactor.ds-lg {
    width: 96px;
    height: 96px
}

.ds-logo-reactor.ds-xl {
    width: 128px;
    height: 128px
}

.ds-logo-reactor.ds-xxl {
    width: 256px;
    height: 256px
}

.ds-logo-reactor.ds-light span:first-child {
    filter: invert(1);
    opacity: .6;
}

/**
 * ----------------------------------------
 * ICONOS
 * ----------------------------------------
 */
.ds-icono {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.25rem;
    overflow: hidden;
    position: relative;
}

.ds-icono svg {
    width: 100%;
    transform-origin: center;
    fill: currentColor;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.ds-icono.ds-xxs {
    width: 24px;
    height: 24px;
    font-size: .75rem
}

.ds-icono.ds-xs {
    width: 32px;
    height: 32px;
    font-size: 1rem
}

.ds-icono.ds-sm {
    width: 56px;
    height: 56px;
    font-size: 1.5rem
}

.ds-icono.ds-md {
    width: 64px;
    height: 64px;
    font-size: 2.5rem
}

.ds-icono.ds-lg {
    width: 96px;
    height: 96px;
    font-size: 3.5rem
}

.ds-icono.ds-xl {
    width: 128px;
    height: 128px;
    font-size: 5rem
}

.ds-icono.ds-xxl {
    width: 256px;
    height: 256px;
    font-size: 10rem
}

.ds-icono img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ds-object-contain {
    object-fit: contain !important
}

.ds-circle {
    border-radius: 50%
}

.ds-icono.ds-circle,
.ds-icono.ds-circle img {
    border-radius: 50%
}

.ds-ring {
    box-shadow: 0 0 0 4px
}

/**
 * ----------------------------------------
 * LOGO SITE
 * ----------------------------------------
 */
.ds-logo-site {
    position: relative;
    z-index: 1
}

.ds-logo-site::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    background-image: var(--ds-logo-light);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.ds-logo-site.ds-light::before {
    background-image: var(--ds-logo-black);
}

/**
 * ----------------------------------------
 * TEXT
 * ----------------------------------------
 */
.ds-h1,
.ds-h2,
.ds-h3,
.ds-h4,
.ds-h5,
.ds-link,
.ds-text {
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
    word-break: break-word !important;
    font-family: var(--ds-font);
    color: var(--ds-dark);
    text-decoration: none;
    font-weight: 400
}

.ds-h5,
.ds-link {
    font-weight: 600
}

.ds-h1 {
    font-size: 56px
}

.ds-h2 {
    font-size: 40px
}

.ds-h3 {
    font-size: 32px
}

.ds-h4 {
    font-size: 24px
}

.ds-h5 {
    font-size: 16px;
}

.ds-text {
    font-family: var(--ds-font);
    font-size: 16px;
    color: var(--ds-dark);
}

.ds-link {
    color: var(--ds-dark);
    font-family: var(--ds-font);
    font-size: 1rem;
    text-decoration: none
}

/**
 * ----------------------------------------
 * LISTAS
 * ----------------------------------------
 */
.ds-lista-items {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    overflow: visible
}

.ds-lista-items .ds-item {
    position: relative;
    display: flex;
    flex-direction: column
}

.ds-lista-items .ds-link {
    font-family: var(--ds-font);
    align-items: center
}

.ds-lista-items .ds-link {
    text-decoration: none;
    color: rgba(var(--ds-dark-rgb), .9);
    display: inline-flex;
    font-size: 16px;
    margin: 0;
    padding: 3px 18px
}

/**
 * ----------------------------------------
 * COLLAPSE
 * ----------------------------------------
 */
.ds-collapse {
    display: none;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0
}

.ds-collapse.ds-collapsing {
    display: block;
    transition: height ease-in;
    overflow: hidden
}

.ds-collapse.ds-show {
    overflow: visible
}

.ds-show-transition {
    height: 0 !important
}

.ds-collapse.ds-height-calculate,
.ds-collapse.ds-show {
    display: block;
    height: auto !important
}

/**
 * ----------------------------------------
 * TABLES
 * ----------------------------------------
 */
.ds-table-system {
    /* border:0; */
    /* border-collapse:collapse; */
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1
}

.ds-table-system tr {
    border: 0;
    /* padding:.35em; */
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: rgba(var(--ds-dark-rgb), .0325);
}

.ds-td,
.ds-th {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    min-width: 400px;
    min-height: 64px;
    margin-bottom: 12px;
}

.ds-td .ds-text {
    text-align: justify
}

/**
 * ----------------------------------------
 * TABS
 * ----------------------------------------
 */
.ds-system-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px rgba(var(--ds-dark-rgb), .3) solid;
    width: 100%;
}

.ds-system-tabs .ds-link {
    position: relative;
    z-index: 1;
    min-width: 88px;
    height: 48px;
}

.ds-system-tabs .ds-link::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--ds-star);
    left: 0;
    bottom: 0;
    position: absolute;
    display: none;
}

.ds-system-tabs .ds-link.ds-active::before {
    display: inline-block
}

.ds-tab-box .ds-tab-content:not(.ds-active) {
    display: none !important
}

.ds-tab-box .ds-tab-content.ds-active {
    animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

/**
 * ----------------------------------------
 * UTILS
 * ----------------------------------------
 */
.ds-d-inline {
    display: inline !important
}

.ds-d-inline-block {
    display: inline-block !important
}

.ds-d-block {
    display: block !important
}

.ds-d-grid {
    display: grid !important
}

.ds-d-table {
    display: table !important
}

.ds-d-table-row {
    display: table-row !important
}

.ds-d-table-cell {
    display: table-cell !important
}

.ds-d-flex {
    display: flex !important
}

.ds-d-inline-flex {
    display: inline-flex !important
}

.ds-flex-fill {
    flex: 1 1 auto !important
}

.ds-flex-row {
    flex-direction: row !important
}

.ds-flex-column {
    flex-direction: column !important
}

.ds-flex-row-reverse {
    flex-direction: row-reverse !important
}

.ds-flex-column-reverse {
    flex-direction: column-reverse !important
}

.ds-flex-grow-0 {
    flex-grow: 0 !important
}

.ds-flex-grow-1 {
    flex-grow: 1 !important
}

.ds-flex-shrink-0 {
    flex-shrink: 0 !important
}

.ds-flex-shrink-1 {
    flex-shrink: 1 !important
}

.ds-flex-wrap {
    flex-wrap: wrap !important
}

.ds-flex-nowrap {
    flex-wrap: nowrap !important
}

.ds-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.ds-justify-content-start {
    justify-content: flex-start !important
}

.ds-justify-content-end {
    justify-content: flex-end !important
}

.ds-justify-content-center {
    justify-content: center !important
}

.ds-justify-content-between {
    justify-content: space-between !important
}

.ds-justify-content-around {
    justify-content: space-around !important
}

.ds-justify-content-evenly {
    justify-content: space-evenly !important
}

.ds-align-items-start {
    align-items: flex-start !important
}

.ds-align-items-end {
    align-items: flex-end !important
}

.ds-align-items-center {
    align-items: center !important
}

.ds-align-items-baseline {
    align-items: baseline !important
}

.ds-align-items-stretch {
    align-items: stretch !important
}

.ds-align-content-start {
    align-content: flex-start !important
}

.ds-align-content-end {
    align-content: flex-end !important
}

.ds-align-content-center {
    align-content: center !important
}

.ds-align-content-between {
    align-content: space-between !important
}

.ds-align-content-around {
    align-content: space-around !important
}

.ds-align-content-stretch {
    align-content: stretch !important
}

.ds-align-self-auto {
    align-self: auto !important
}

.ds-align-self-start {
    align-self: flex-start !important
}

.ds-align-self-end {
    align-self: flex-end !important
}

.ds-align-self-center {
    align-self: center !important
}

.ds-align-self-baseline {
    align-self: baseline !important
}

.ds-align-self-stretch {
    align-self: stretch !important
}

.ds-order-first {
    order: -1 !important
}

.ds-order-0 {
    order: 0 !important
}

.ds-order-1 {
    order: 1 !important
}

.ds-order-2 {
    order: 2 !important
}

.ds-order-3 {
    order: 3 !important
}

.ds-order-4 {
    order: 4 !important
}

.ds-order-5 {
    order: 5 !important
}

.ds-order-last {
    order: 6 !important
}

.ds-m-0 {
    margin: 0 !important
}

.ds-m-1 {
    margin: .25rem !important
}

.ds-m-2 {
    margin: .5rem !important
}

.ds-m-3 {
    margin: 1rem !important
}

.ds-m-4 {
    margin: 1.5rem !important
}

.ds-m-5 {
    margin: 3rem !important
}

.ds-m-auto {
    margin: auto !important
}

.ds-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.ds-mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.ds-mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.ds-mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.ds-mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.ds-mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.ds-mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.ds-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.ds-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.ds-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.ds-my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.ds-my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.ds-my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.ds-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.ds-mt-0 {
    margin-top: 0 !important
}

.ds-mt-1 {
    margin-top: .25rem !important
}

.ds-mt-2 {
    margin-top: .5rem !important
}

.ds-mt-3 {
    margin-top: 1rem !important
}

.ds-mt-4 {
    margin-top: 1.5rem !important
}

.ds-mt-5 {
    margin-top: 3rem !important
}

.ds-mt-auto {
    margin-top: auto !important
}

.ds-me-0 {
    margin-right: 0 !important
}

.ds-me-1 {
    margin-right: .25rem !important
}

.ds-me-2 {
    margin-right: .5rem !important
}

.ds-me-3 {
    margin-right: 1rem !important
}

.ds-me-4 {
    margin-right: 1.5rem !important
}

.ds-me-5 {
    margin-right: 3rem !important
}

.ds-me-auto {
    margin-right: auto !important
}

.ds-mb-0 {
    margin-bottom: 0 !important
}

.ds-mb-1 {
    margin-bottom: .25rem !important
}

.ds-mb-2 {
    margin-bottom: .5rem !important
}

.ds-mb-3 {
    margin-bottom: 1rem !important
}

.ds-mb-4 {
    margin-bottom: 1.5rem !important
}

.ds-mb-5 {
    margin-bottom: 3rem !important
}

.ds-mb-auto {
    margin-bottom: auto !important
}

.ds-ms-0 {
    margin-left: 0 !important
}

.ds-ms-1 {
    margin-left: .25rem !important
}

.ds-ms-2 {
    margin-left: .5rem !important
}

.ds-ms-3 {
    margin-left: 1rem !important
}

.ds-ms-4 {
    margin-left: 1.5rem !important
}

.ds-ms-5 {
    margin-left: 3rem !important
}

.ds-ms-auto {
    margin-left: auto !important
}

.ds-p-0 {
    padding: 0 !important
}

.ds-p-1 {
    padding: .25rem !important
}

.ds-p-2 {
    padding: .5rem !important
}

.ds-p-3 {
    padding: 1rem !important
}

.ds-p-4 {
    padding: 1.5rem !important
}

.ds-p-5 {
    padding: 3rem !important
}

.ds-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.ds-px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.ds-px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.ds-px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.ds-px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.ds-px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.ds-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.ds-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.ds-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.ds-py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.ds-py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.ds-py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.ds-pt-0 {
    padding-top: 0 !important
}

.ds-pt-1 {
    padding-top: .25rem !important
}

.ds-pt-2 {
    padding-top: .5rem !important
}

.ds-pt-3 {
    padding-top: 1rem !important
}

.ds-pt-4 {
    padding-top: 1.5rem !important
}

.ds-pt-5 {
    padding-top: 3rem !important
}

.ds-pe-0 {
    padding-right: 0 !important
}

.ds-pe-1 {
    padding-right: .25rem !important
}

.ds-pe-2 {
    padding-right: .5rem !important
}

.ds-pe-3 {
    padding-right: 1rem !important
}

.ds-pe-4 {
    padding-right: 1.5rem !important
}

.ds-pe-5 {
    padding-right: 3rem !important
}

.ds-pb-0 {
    padding-bottom: 0 !important
}

.ds-pb-1 {
    padding-bottom: .25rem !important
}

.ds-pb-2 {
    padding-bottom: .5rem !important
}

.ds-pb-3 {
    padding-bottom: 1rem !important
}

.ds-pb-4 {
    padding-bottom: 1.5rem !important
}

.ds-pb-5 {
    padding-bottom: 3rem !important
}

.ds-ps-0 {
    padding-left: 0 !important
}

.ds-ps-1 {
    padding-left: .25rem !important
}

.ds-ps-2 {
    padding-left: .5rem !important
}

.ds-ps-3 {
    padding-left: 1rem !important
}

.ds-ps-4 {
    padding-left: 1.5rem !important
}

.ds-ps-5 {
    padding-left: 3rem !important
}

.ds-text-lighter {
    font-weight: lighter !important
}

.ds-text-normal {
    font-weight: 400 !important
}

.ds-text-bolder {
    font-weight: bolder !important
}

.ds-text-start {
    text-align: start !important
}

.ds-text-center {
    text-align: center !important
}

.ds-text-end {
    text-align: end !important
}

.ds-text-justify {
    text-align: justify !important
}

.ds-w-25 {
    width: 25% !important
}

.ds-w-50 {
    width: 50% !important
}

.ds-w-75 {
    width: 75% !important
}

.ds-w-100 {
    width: 100% !important
}

.ds-h-25 {
    height: 25% !important
}

.ds-h-50 {
    height: 50% !important
}

.ds-h-75 {
    height: 75% !important
}

.ds-h-100 {
    height: 100% !important
}

.ds-mw-25 {
    min-width: 25% !important
}

.ds-mw-50 {
    min-width: 50% !important
}

.ds-mw-75 {
    min-width: 75% !important
}

.ds-mw-100 {
    min-width: 100% !important
}

.ds-mh-25 {
    min-height: 25% !important
}

.ds-mh-50 {
    min-height: 50% !important
}

.ds-mh-75 {
    min-height: 75% !important
}

.ds-mh-100 {
    min-height: 100% !important
}

.ds-w-auto {
    width: auto !important
}

.ds-h-auto {
    height: auto !important
}

.ds-mw-0 {
    min-width: 0 !important
}

.ds-mh-0 {
    min-height: 0 !important
}

.ds-container,
.ds-container-fluid,
.ds-container-lg,
.ds-container-md,
.ds-container-sm,
.ds-container-xl,
.ds-container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .ds-container,
    .ds-container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .ds-container,
    .ds-container-md,
    .ds-container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .ds-container,
    .ds-container-lg,
    .ds-container-md,
    .ds-container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .ds-container,
    .ds-container-lg,
    .ds-container-md,
    .ds-container-sm,
    .ds-container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .ds-container,
    .ds-container-lg,
    .ds-container-md,
    .ds-container-sm,
    .ds-container-xl,
    .ds-container-xxl {
        max-width: 1320px
    }
}

.ds-text-decoration-none {
    text-decoration: none !important
}

.ds-to-uppercase {
    text-transform: uppercase !important;
}

.ds-hidden {
    display: none !important;
}

.ds-transform-25 {
    transform: scale(.25) !important
}

.ds-transform-50 {
    transform: scale(.5) !important
}

.ds-transform-75 {
    transform: scale(.75) !important
}

.ds-flex-box {
    display: flex;
    align-items: center
}

.ds-scale-1_25 {
    transform: scale(1.25) !important
}

.ds-scale-1_5 {
    transform: scale(1.5) !important
}

.ds-scale-2 {
    transform: scale(2) !important
}

/**
 * ----------------------------------------
 * TOPBAR
 * ----------------------------------------
 */
.ds-topbar-site {
    --height-topbar: 96px;
    width: calc(100% - var(--ds-scrollbar-width));
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--height-topbar);
    z-index: 3020;
    position: fixed;
    background-color: var(--ds-light);
    transition: all .2s ease;
    box-shadow: 0 0 48px 1px rgb(0 0 0 / 15%);
}

.ds-brand-box {
    font-family: var(--ds-font);
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ds-dark);
}

.ds-topbar-links {
    align-items: center
}

.ds-topbar-links .ds-link {
    padding: 0 16px;
    display: inline-flex;
    color: var(--ds-dark);
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
}

.ds-toggle-theme {
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    color: var(--ds-dark)
}

.ds-topbar-site.ds-light {
    border-color: rgba(var(--ds-white-rgb), .2);
    background-color: transparent;
    backdrop-filter: none;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.ds-topbar-site.ds-light .ds-link,
.ds-topbar-site.ds-light .ds-brand-box,
.ds-topbar-site.ds-light .ds-toggle-theme {
    color: var(--ds-white) !important;
}

.ds-topbar-site.ds-light .ds-logo-site::before {
    background-image: var(--ds-logo-black)
}

/**
 * ----------------------------------------
 * ANIMATIONS
 * ----------------------------------------
 */
.fade-in-top {
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-left {
    -webkit-animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right {
    -webkit-animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

/**
 * ----------------------------------------
 * SLIDER
 * ----------------------------------------
 */
.ds-slider-carousel {
    width: 100%;
    height: 640px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.ds-slider-image {
    width: 100%;
    height: 100%
}

.ds-slider-item {
    user-select: none;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%
}

.ds-slider-item .ds-slider-image {
    object-fit: cover;
    object-position: center;
    background-color: #000;
    pointer-events: none;
    user-select: none
}

.ds-slider-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--ds-star);
    animation: key-timer-image 5s ease-in;
    animation-fill-mode: forwards;
    z-index: 3;
    display: inline-block
}

@keyframes key-timer-image {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

.ds-slider-item:not(.ds-is-active) .ds-slider-timer {
    display: none !important
}

/**
 * ----------------------------------------
 * FORMS, INPUTS, BUTTON
 * ----------------------------------------
 */
.ds-button-gradient {
    min-height: 48px;
    font-family: var(--ds-font);
    color: var(--ds-white);
    border-radius: 48px;
    cursor: pointer;
    font-size: 1rem;
    border: 0;
    background-image: linear-gradient(45deg, var(--ds-green), var(--ds-blue));
    outline: 0;
    transition: all .3s ease;
    box-shadow: 0 0 48px rgba(var(--ds-blue-rgb), .6);
    padding: 0 48px;
}

.ds-button-gradient:focus,
.ds-button-gradient:hover {
    box-shadow: 0 0 0 3px rgba(var(--ds-green-rgb), .4)
}

.ds-toggle-checkbox input[type=checkbox] {
    display: none !important
}

.ds-toggle-checkbox {
    width: 56px;
    height: 28px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transform: scale(.8)
}

.ds-check-group {
    min-height: unset !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.ds-dot-checkbox {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, rgba(var(--ds-dark-rgb), .3), rgba(var(--ds-dark-rgb), .3));
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all .3s ease
}

.ds-toggle-checkbox input[type=checkbox]:checked+.ds-dot-checkbox {
    left: 28px;
    background-image: linear-gradient(45deg, var(--ds-green), var(--ds-blue));
    box-shadow: 0 0 32px var(--ds-green)
}

.ds-border-checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    box-shadow: 0 0 0 1px rgba(var(--ds-dark-rgb), .3);
    border-radius: 24px;
    transition: all .3s ease
}

.ds-toggle-checkbox input[type=checkbox]:checked~.ds-border-checkbox {
    box-shadow: 0 0 0 1px var(--ds-green)
}

.ds-form {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 16px
}

.ds-form .ds-form-group {
    margin-bottom: 16px;
    position: relative
}

.ds-form-group label:not(.ds-checkbox) {
    font-family: var(--ds-font);
    font-size: 16px;
    font-weight: bolder;
    color: rgba(var(--ds-dark-rgb), .8);
    margin: 4px;
    cursor: pointer;
    width: 100%;
    display: inline-flex;
    padding: 3px 12px;
    user-select: none
}

.ds-form-group.ds-group-inline {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: row
}

.ds-input-box {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center
}

.ds-input-box.box-inline {
    display: inline-flex;
    width: 100%
}

.ds-input-area,
.ds-input-box input,
.ds-input-box textarea,
.ds-input-text {
    width: 100%;
    margin: 0 4px;
    outline: 0;
    border: 1px solid rgba(var(--ds-dark-rgb), .3);
    height: 40px;
    box-sizing: border-box;
    transition: .3s;
    resize: none;
    font-family: var(--ds-font);
    padding: 6px 16px;
    background: 0 0;
    color: var(--ds-dark)
}

.ds-input-area:focus,
.ds-input-box input:focus,
.ds-input-box textarea:focus,
.ds-input-text:focus {
    outline: 0;
    box-shadow: 0 0 0 3px var(--ds-star);
    border-color: transparent
}

.ds-input-box input:focus~label,
.ds-input-box textarea:focus~label {
    animation: .4s ease-out fadeInUp;
    color: var(--ds-star)
}

.ds-input-area,
.ds-input-box textarea {
    height: auto
}

.ds-form-check input[type=checkbox],
.ds-form-check input[type=radio],
.ds-form-check-toggler input[type=checkbox],
.ds-form-check-toggler input[type=radio] {
    display: none
}

.ds-label {
    font-family: var(--ds-font) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin-bottom: .6rem !important
}

.ds-form-check {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row
}

.ds-form-check>label:not(.ds-checkbox) {
    width: auto;
    transition: background-color .3s ease-out
}

.ds-button-box {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center
}

.ds-button {
    min-height: 48px;
    font-family: var(--ds-font);
    color: var(--ds-white);
    border-radius: 48px;
    cursor: pointer;
    font-size: 1rem;
    border: 0;
    outline: 0;
    transition: all .3s ease;
    padding: 0 24px;
    min-width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, var(--ds-yellow), var(--ds-pink-light), var(--ds-pink));
    text-decoration: none;
    box-shadow: 0 0 16px rgba(var(--ds-black-rgb), .6);
}

.ds-button:focus,
.ds-button:hover {
    box-shadow: 0 0 21px 1px rgba(var(--ds-star-rgb), .8);
}

.ds-form-check>label:hover {
    background: rgba(var(--ds-star-rgb), .1)
}

.ds-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 6px;
    cursor: pointer;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(45deg, var(--ds-green), var(--ds-blue))
}

.ds-checkbox.ds-xs {
    width: 12px;
    height: 12px
}

.ds-form-check .ds-checkbox::before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    inset: 0;
    margin: auto;
    animation-fill-mode: forwards !important;
    display: inline-flex;
    background: linear-gradient(45deg, var(--ds-green), var(--ds-blue));
    transform: scale(0);
    transition: all .15s ease-out
}

.ds-form-check.ds-check-pulse input[type=checkbox]:checked~.ds-checkbox,
.ds-form-check.ds-check-pulse input[type=radio]:checked~.ds-checkbox {
    animation: .1s shadow-pulse
}

.ds-form-check input[type=checkbox]:checked~.ds-checkbox::before,
.ds-form-check input[type=radio]:checked~.ds-checkbox::before {
    transform: scale(.4)
}

.ds-checkbox-toggler {
    display: inline-block !important;
    width: 48px !important;
    height: 24px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 32px;
    cursor: pointer;
    position: relative;
    backdrop-filter: blur(21px);
    border: 0 !important
}

.ds-checkbox-toggler::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 24px;
    border-radius: 50%;
    box-shadow: 0 0 9px rgb(0 0 0 / 40%);
    transition: .3s cubic-bezier(.18, .89, .32, 1.28);
    background-color: #fff
}

.ds-form-check-toggler input[type=checkbox]:checked~.ds-checkbox-toggler::before,
.ds-form-check-toggler input[type=radio]:checked~.ds-checkbox-toggler::before {
    right: 0;
    background-color: var(--ds-star);
    box-shadow: 0 0 16px var(--ds-star)
}

.ds-frame-phone {
    width: 128px;
    height: 240px;
    position: relative;
    z-index: 1;
    background-image: var(--ds-iphone-light);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 9px;
    overflow: hidden;
}

.ds-ground-image {
    width: 720px;
    height: 720px;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -9;
    opacity: .2
}

.ds-ground-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: linear-gradient(rgba(var(--ds-light-rgb), 1), transparent, rgba(var(--ds-light-rgb), 1));
    z-index: -1
}

.ds-ground-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: linear-gradient(90deg, rgba(var(--ds-light-rgb), 1), transparent, rgba(var(--ds-light-rgb), 1));
    z-index: -1;
    background-size: cover;
    background-position: center
}

.ds-ground-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -2;
    opacity: var(--ds-light-opacity);
    object-fit: cover
}

/**
 * ----------------------------------------
 * INDEX
 * ----------------------------------------
 */
.ds-inicio-section {
    --height-inicio: 800px;
    width: 100%;
    min-height: var(--height-inicio);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--ds-pink)
}

.ds-ground-home,
.ds-ground-home::after,
.ds-ground-home::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    background-image: linear-gradient(90deg, rgba(var(--ds-black-rgb), .9), rgba(var(--ds-black-rgb), .9), rgba(var(--ds-black-rgb), .9), rgba(var(--ds-pink-rgb), .9), rgba(var(--ds-pink-rgb), .9), rgba(var(--ds-pink-rgb), .9), rgba(var(--ds-black-rgb), .9), rgba(var(--ds-black-rgb), .9));
}

.ds-ground-home {
    background: none;
    opacity: 1;
}

.ds-ground-home::after {
    background: url('../IMAGENES/party.jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
    background-attachment: fixed
}

.ds-nosotros-section {
    --height-nosotros: 720px;
    width: 100%;
    min-height: var(--height-nosotros);
    position: relative;
    z-index: 1
}

.ds-home-box {
    width: 100%;
    min-height: var(--height-inicio);
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1
}

.ds-home-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    inset: 0;
    margin: auto;
    /* background-image:url('../IMAGENES/abstractwave.png'); */
    background-size: contain;
    background-position: center;
    filter: hue-rotate(145deg);
    opacity: .3;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.ds-home-info {
    width: 400px
}

.ds-home-app {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ds-badge-store {
    width: 192px;
    height: 64px;
    position: relative;
    z-index: 0;
    background-image: url('../IMAGENES/appstorebadge.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor: pointer;
    transform: scale(.875)
}

.ds-badge-store.ds-android {
    background-image: url('../IMAGENES/googlebadge.png');
    transform: scale(.875)
}

.ds-badge-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    flex-direction: column
}

.ds-home-data {
    width: 400px;
}

.ds-flex-about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: var(--height-nosotros);
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.ds-ghost-title {
    font-size: 128px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--ds-font);
    z-index: -1;
    margin: 16px;
    user-select: none;
    text-transform: uppercase;
    color: var(--ds-light);
    text-shadow: 4px 4px 4px var(--ds-black);
    opacity: .2
}

.ds-about-text {
    width: 600px;
    padding: 16px;
    text-align: center
}

.ds-data-about {
    width: 600px
}

.ds-lista-about .ds-item {
    width: 172px;
    height: 172px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 9px;
    border-radius: 9px
}

.ds-lista-about .ds-item .ds-icono {
    font-size: 1.5rem;
    margin-bottom: 12px;
    width: 88px;
    height: 88px;
    border-radius: 4px;
    color: var(--ds-white);
    position: relative;
    z-index: 1;
    overflow: visible;
    background-image: linear-gradient(45deg, var(--ds-yellow), var(--ds-pink-light), var(--ds-pink));
}

.ds-lista-about .ds-item .ds-icono::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: linear-gradient(45deg, var(--ds-yellow), var(--ds-pink-light), var(--ds-pink));
    z-index: -1;
    border-radius: inherit
}


.ds-servicios-section {
    --height-servicios: 900px;
    width: 100%;
    min-height: var(--height-servicios);
    position: relative;
    z-index: 1;
    background-color: var(--ds-black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px;
    border-top: 1px rgba(var(--ds-white-rgb), .3) dashed;
    border-bottom: 1px rgba(var(--ds-white-rgb), .3) dashed;
}

.ds-servicios-section .ds-ground-image::before {
    background-image: linear-gradient(rgba(var(--ds-black-rgb), 1), transparent, rgba(var(--ds-black-rgb), 1));
}

.ds-servicios-section .ds-ground-image::after {
    background-image: linear-gradient(90deg, rgba(var(--ds-black-rgb), 1), transparent, rgba(var(--ds-black-rgb), 1));
}

.ds-servicios-section .ds-ground-image img {
    filter: grayscale(1)
}

.ds-flex-servicios {
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: relative;
    z-index: 1
}

.ds-servicios-box {
    position: relative;
    z-index: 1;
    width: 560px;
    margin-bottom: 40px
}

.ds-servicios-data {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 12px
}

.ds-lista-servicios {
    width: 100%;
    justify-content: center
}

.ds-lista-servicios .ds-item {
    width: 240px;
    height: 400px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 9px;
    box-shadow: 0 0 0 1px rgba(var(--ds-pink-light-rgb), .6)
}

.ds-lista-servicios .ds-item .ds-icono {
    font-size: 2rem;
    color: var(--ds-pink);
    width: 88px;
    height: 88px;
    border-radius: 9px
}

.ds-lista-servicios .ds-item .ds-h5 {
    color: var(--ds-pink);
    margin-bottom: 16px;
    text-transform: uppercase
}

.ds-lista-servicios .ds-item .ds-text {
    color: var(--ds-white);
    text-align: center
}


.ds-clientes-section {
    --height-clientes: 720px;
    width: 100%;
    min-height: var(--height-clientes);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ds-clientes-section .ds-ground-image {
    width: 100%;
    height: 100%;
}

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

.ds-text-clientes {
    width: 560px;
    min-height: 200px;
    padding: 16px;
}

.ds-lista-clientes {
    width: 100%;
    justify-content: center
}

.ds-lista-clientes .ds-item {
    display: flex;
    width: 96px;
    height: 96px;
    margin: 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.ds-lista-clientes .ds-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transform: scale(.825);
    filter: grayscale(1);
    opacity: .7;
}


.ds-contacto-section {
    width: 100%;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.ds-contacto-section::after,
.ds-contacto-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    background-image: linear-gradient(90deg, rgba(var(--ds-black-rgb), .6), rgba(var(--ds-black-rgb), .9), rgba(var(--ds-black-rgb), .9), rgba(var(--ds-pink-light-rgb), .6));
    backdrop-filter: blur(3px)
}

.ds-contacto-section::after {
    background: url('../IMAGENES/party.jpg');
    background-size: cover;
    background-position: center;
    z-index: -2;
    background-attachment: fixed
}

.ds-contacto-flex {
    display: flex;
    flex-wrap: nowrap
}

.ds-contacto-text {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 360px
}

.ds-contacto-form {
    width: 600px
}

.ds-form-cotizar {
    width: 480px;
    margin: 0 auto;
    margin-top: 72px;
    position: relative;
    z-index: 1
}

.ds-form-cotizar .ds-input-box input,
.ds-form-cotizar .ds-input-box textarea {
    border-color: var(--ds-white);
    color: var(--ds-white);
    backdrop-filter: blur(7px)
}

.ds-form-cotizar .ds-input-box input:focus,
.ds-form-cotizar .ds-input-box textarea:focus {
    box-shadow: 0 0 0 3px rgba(var(--ds-orange-rgb), .6);
    border-color: var(--ds-orange)
}

.ds-form-cotizar .ds-label {
    color: var(--ds-white) !important
}

.ds-flex-group {
    display: flex;
    width: 100%
}

.ds-flex-group .ds-form-group {
    width: calc(100% - 18px);
    margin: 9px
}


.ds-footer-web {
    width: 100%;
    min-height: 560px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(22.5deg, rgb(0 0 0 / 70%), transparent);
    background-color: var(--ds-star);
}

.ds-footer-web .ds-ground-image {
    width: 100%;
    height: 480px;
    opacity: .3;
    filter: hue-rotate(140deg)
}

.ds-footer-item {
    width: 400px;
    height: 400px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.ds-footer-links {
    justify-content: center
}

.ds-footer-links .ds-link {
    width: 200px;
    height: 48px;
    margin: 6px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px rgba(var(--ds-white-rgb), .3);
    color: var(--ds-white);
}

/**
 * ----------------------------------------
 * SECCION LEGAL 
 * ----------------------------------------
 */
.ds-seccion-legal {
    padding: 64px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.ds-header-legal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ds-lista-legal .ds-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 7px;
    margin-bottom: 9px;
}

.ds-lista-legal .ds-item .ds-icono {
    margin-right: 12px;
}

.ds-lista-legal .ds-item .ds-text {
    text-align: justify;
    width: 0;
    flex: 1;
}


/**
 * ----------------------------------------
 * AVISOS Y TERMINOS 
 * ----------------------------------------
 */

.AvisosPrivacidad {
    position: fixed;
    bottom: 0;
    z-index: 2;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    right: 20px;
    text-align: center;
}
.Aviso {
    font-family: var(--ds-font) !important;
    font-size: 20px;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin-bottom: .6rem !important;
    color: var(--ds-blue) !important;
    text-decoration: none !important;
}