.elementor-9443 .elementor-element.elementor-element-a25c929{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-9443:not(.elementor-motion-effects-element-type-background), body.elementor-page-9443 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}@media(min-width:768px){.elementor-9443 .elementor-element.elementor-element-a25c929{--width:100%;}}/* Start custom CSS */.t1{
    font-weight: 500;
    font-style: italic;
    animation: 3.4s linear infinite brilho;
    color: #F7EC34;


}

.t2{
    font-weight: 500;
    color: #cec32d;
}

.t3{
    font-weight: 500;
    font-style: italic;
    animation: 3.4s linear infinite brilho;
    color: #64DF64;


}

.t4{
    font-weight: 500;
    font-style: italic;
    animation: 3.4s linear infinite brilho;
    color: #FF3A02;


}


html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}


@keyframes rodando{
    0%{
        transform: rotate(0deg);
    } 100%{
        transform: rotate(360deg);
    }
}


/* Barra superior cards */
.card::before {
    content: "";
    height: 6px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 40px;
    background: linear-gradient(98deg, #FFE5C2, #DDC9A0);
    box-shadow:0px 100px 80px 0px rgba(230, 180, 0, 0.31), 0px 41.778px 33.422px 0px rgba(230, 180, 0, 0.22), 0px 22.336px 17.869px 0px rgba(230, 180, 0, 0.18), 0px 12.522px 10.017px 0px rgba(230, 180, 0, 0.16), 0px 6.65px 5.32px 0px rgba(230, 180, 0, 0.13), 0px 2.767px 2.214px 0px rgba(230, 180, 0, 0.09)
}

/* Barra superior cards Mobile */
@media (max-width: 767px) {
    .card::before {
        height: 5px;
        left: 30px;
    }
}/* End custom CSS */