.elementor-3694 .elementor-element.elementor-element-ef6aa9f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:nowrap;--overflow:hidden;--padding-top:8px;--padding-bottom:8px;--padding-left:24px;--padding-right:24px;}.elementor-3694 .elementor-element.elementor-element-ef6aa9f:not(.elementor-motion-effects-element-type-background), .elementor-3694 .elementor-element.elementor-element-ef6aa9f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-606d79a );}.elementor-3694 .elementor-element.elementor-element-8f83302{background-color:var( --e-global-color-secondary );padding:2px 2px 2px 2px;border-radius:4px 4px 4px 4px;}.elementor-3694 .elementor-element.elementor-element-8f83302 .jet-listing-dynamic-field__content{color:var( --e-global-color-606d79a );font-size:0.6rem;font-weight:700;line-height:1.2em;text-align:center;}.elementor-3694 .elementor-element.elementor-element-1515bce{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 6px;}.elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__link{align-self:flex-start;font-size:0.875rem;font-weight:500;color:var( --e-global-color-secondary );flex-direction:row;}.elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{order:3;}body:not(.rtl) .elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{margin-left:8px;}body.rtl .elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{margin-right:8px;}@media(max-width:1024px){body:not(.rtl) .elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{margin-left:4px;}body.rtl .elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{margin-right:4px;}}@media(max-width:768px){.elementor-3694 .elementor-element.elementor-element-ef6aa9f{--content-width:95%;--padding-top:8px;--padding-bottom:8px;--padding-left:0px;--padding-right:0px;}.elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__link{font-size:0.75rem;}body:not(.rtl) .elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{margin-left:2px;}body.rtl .elementor-3694 .elementor-element.elementor-element-1515bce .jet-listing-dynamic-link__icon{margin-right:2px;}}/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-8f83302 */.elementor-3694 .elementor-element.elementor-element-8f83302 {
    min-width: auto;
}/* End custom CSS */
/* Start custom CSS for jet-listing-dynamic-link, class: .elementor-element-1515bce */.texto-marquee {
    overflow: hidden !important;
    display: flex;
    align-items: center;
    max-width: 100%;

    & a:is(:hover, :focus) {
        text-decoration: underline;
    }
}

@media (max-width: 1024px) { 
    .texto-marquee .jet-listing-dynamic-link__link {
        white-space: nowrap;
        display: inline-block;
        padding-left: 100%;
        animation: marquee 20s linear infinite;
    }

    @keyframes marquee {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-100%, 0);
        }
    }
}

@media (min-width: 1025px) {
    .texto-marquee .jet-listing-dynamic-link__link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 0;
        animation: none;
        display: block;
    }
}

.texto-marquee .jet-listing-dynamic-link__link:hover {
    animation-play-state: paused;
}/* End custom CSS */