﻿.spotlightCards .content-moving-card button {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    padding: 0;
}

.spotlightCards .spotloightCards__center {
   display:block;
   text-align:center;
  
}



.spotlightCards .moving-card-icon-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    width: 48px;
    position: relative;
}

.spotlightCards .moving-card-button__text {
    position: relative;
}

.moving-card-button--hidden .moving-card-button__text {
    padding: 0.5rem 0;
    position: relative;
}

    .moving-card-button--hidden .moving-card-button__text:after {
        border-bottom: 1px solid;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        -webkit-transition-duration: 550ms;
        transition-duration: 550ms;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
        transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
        width: 0;
    }

:hover > .moving-card-button__text:after {
    width: 100%;
}

.spotlightCards .moving-card-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.005em;
    line-height: 1.5;
    min-height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-decoration: none;
    text-underline-offset: 0.25rem;
    width: fit-content;
}

    .spotlightCards .moving-card-button:-moz-any-link {
        color: inherit;
    }

    .spotlightCards .moving-card-button,
    .spotlightCards .moving-card-button:any-link {
        color: inherit;
    }

        .spotlightCards .moving-card-button--disabled,
        .spotlightCards .moving-card-button:disabled {
            cursor: default;
            opacity: 0.5;
            pointer-events: none;
        }

.spotlightCards .moving-card-icon {
    font-size: 1.5rem;
}

    .spotlightCards .moving-card-icon.moving-card-icon__close:after {
        content: "X";
        font-size: 58.3333333333%;
    }

.spotlightCards .content-moving-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 424px;
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: scale;
    transition-property: scale;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    width: 300px;
    text-align: left;
    border-radius: var(--rounded);
}

    .spotlightCards .content-moving-card .moving-card-image__image img {
        display: block;
    }

.spotlightCards .content-moving-card__cta-cover,
.spotlightCards .content-moving-card__front-toggle {
    cursor: pointer;
    left: 0;
    outline: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.spotlightCards .content-moving-card__front-toggle {
    height: 100%;
    top: 0;
}

.spotlightCards .content-moving-card__cta-cover {
    bottom: 0;
    height: 72px;
    visibility: hidden;
}

    .spotlightCards .content-moving-card__cta-cover:focus-visible ~ * .moving-card-button {
        outline: 2px solid #a100ff;
        outline-offset: 8px;
    }

.spotlightCards .content-moving-card__close-button {
    height: 24px;
    position: absolute;
    right: 24px;
    top: 28px;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: translate;
    transition-property: translate;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    translate: calc(100% + 24px);
    width: 24px;
}

.spotlightCards .content-moving-card__label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    padding-top: 1.75rem;
    position: relative;
    text-transform: uppercase;
}

.spotlightCards .content-moving-card__title {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    position: relative;
}

.spotlightCards .content-moving-card__sliding-content, .sld-teste {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: flex;
    flex-grow: 1;
    left: 0;
    position: relative;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
}

    .spotlightCards .content-moving-card__sliding-content > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

.spotlightCards .content-moving-card__front-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: flex-end;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spotlightCards .content-moving-card__full-image {
    aspect-ratio: 0.7075471698;
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: opacity, width, -webkit-filter;
    transition-property: filter, opacity, width, -webkit-filter;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

    .spotlightCards .content-moving-card__full-image .image,
    .spotlightCards .content-moving-card__full-image .moving-card-image {
        height: 100%;
    }

    .spotlightCards .content-moving-card__full-image .moving-card-image__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.spotlightCards .content-moving-card__back-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-end;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.spotlightCards .content-moving-card__content {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 1.5;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1.5rem;
    text-underline-offset: 0.25rem;
}

.spotlightCards .content-moving-card .moving-card-button {
    bottom: 0;
    margin-right: 1.5rem;
    position: absolute;
    right: 0;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: bottom, right, translate;
    transition-property: bottom, right, translate;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    translate: 0 100%;
    z-index: 2;
}

.spotlightCards .content-moving-card--open .content-moving-card__front-toggle {
    height: 352px;
}

.spotlightCards .content-moving-card--open .content-moving-card__cta-cover {
    visibility: visible;
}

.spotlightCards .content-moving-card--open .content-moving-card__close-button {
    translate: 0;
}

.spotlightCards .content-moving-card--open .content-moving-card__sliding-content, .content-moving-card--open .sld-teste {
    left: -100%;
}

.spotlightCards .content-moving-card--open .content-moving-card__full-image {
    -webkit-filter: blur(75px);
    filter: blur(75px);
    width: 800px;
    opacity: 0.5;
}

/*.spotlightCards .content-moving-card--open .content-moving-card__full-image:not(.teste) {
        opacity: 0.5;
    }

    .spotlightCards .content-moving-card--open .content-moving-card__full-image.teste {
        opacity: 0;
    }*/

.spotlightCards .content-moving-card--open .moving-card-button {
    bottom: 0.75rem;
    right: -100%;
    translate: 0;
}

.spotlightCards .moving-card-linkButton {
    display: flex;
    align-items: center;
    gap: .5rem;
}

@media (min-width: 768px) {
    .spotlightCards .moving-card-button {
        font-size: 1rem;
    }

    .spotlightCards .content-moving-card {
        width: 276px;
    }

    .spotlightCards .content-moving-card__full-image {
        aspect-ratio: 0.6509433962;
    }

    .spotlightCards .content-moving-card__content {
        font-size: 0.875rem;
    }

    .spotlightCards .content-moving-card--open {
        scale: 1.04;
    }
}

@media (min-width: 1024px) {
    .spotlightCards .content-moving-card__cta-cover {
        height: 100%;
    }

    .spotlightCards .content-moving-card__label {
        font-size: 0.875rem;
    }

    .spotlightCards .content-moving-card--open .content-moving-card__front-toggle {
        height: 0;
    }
}

@media (min-width: 1441px) {
    .spotlightCards .moving-card-icon-button {
        height: calc(-0.13361px + 3.34029vw);
        width: calc(-0.13361px + 3.34029vw);
    }

    .spotlightCards .moving-card-button {
        font-size: calc(1rem + 1.11343vw - 16.04454px);
        min-height: calc(3rem + 3.34029vw - 48.13361px);
        padding-left: calc(0.5rem + 0.55672vw - 8.02227px);
        padding-right: calc(0.5rem + 0.55672vw - 8.02227px);
    }

    .spotlightCards .moving-card-icon {
        font-size: calc(1.5rem + 1.67015vw - 24.06681px);
    }

    .spotlightCards .content-moving-card {
        height: calc(-1.18024px + 29.50592vw);
        width: calc(-0.76827px + 19.20668vw);
    }

    .spotlightCards .content-moving-card__label {
        margin-bottom: calc(1.5rem + 1.67015vw - 24.06681px);
        font-size: calc(0.875rem + 0.97425vw - 14.03897px);
        margin-left: calc(1.5rem + 1.67015vw - 24.06681px);
        padding-top: calc(1.75rem + 1.9485vw - 28.07794px);
    }

    .spotlightCards .content-moving-card__title {
        font-size: calc(1.25rem + 1.39179vw - 20.05567px);
        margin-left: calc(1.5rem + 1.67015vw - 24.06681px);
        margin-right: calc(1.5rem + 1.67015vw - 24.06681px);
    }

    .spotlightCards .content-moving-card__content {
        font-size: calc(0.875rem + 0.97425vw - 14.03897px);
        margin-top: calc(1.5rem + 1.67015vw - 24.06681px);
        margin-left: calc(1.5rem + 1.67015vw - 24.06681px);
        margin-right: calc(1.5rem + 1.67015vw - 24.06681px);
    }

    .spotlightCards .content-moving-card .moving-card-button {
        margin-right: calc(1.5rem + 1.67015vw - 24.06681px);
    }

    .spotlightCards .content-moving-card--open .moving-card-button {
        bottom: calc(0.75rem + 0.83507vw - 12.0334px);
    }
}

@media (min-width: 1920px) {
    .spotlightCards .moving-card-icon-button {
        height: 64px;
        width: 64px;
    }

    .spotlightCards .moving-card-button {
        font-size: 1.3333333333rem;
        min-height: 4rem;
        padding-left: 0.6666666667rem;
        padding-right: 0.6666666667rem;
    }

    .spotlightCards .moving-card-icon {
        font-size: 2rem;
    }

    .spotlightCards .content-moving-card {
        height: 565.3333333333px;
        width: 368px;
    }

    .spotlightCards .content-moving-card__label {
        font-size: 1.1666666667rem;
        margin-bottom: 2rem;
        margin-left: 2rem;
        padding-top: 2.3333333333rem;
    }

    .spotlightCards .content-moving-card__title {
        font-size: 1.6666666667rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .spotlightCards .content-moving-card__content {
        font-size: 1.1666666667rem;
        margin-top: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .spotlightCards .content-moving-card .moving-card-button {
        margin-right: 2rem;
    }

    .spotlightCards .content-moving-card--open .moving-card-button {
        bottom: 1rem;
    }
}
