.elementor-2500 .elementor-element.elementor-element-0c3921c{--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;}body.elementor-page-2500:not(.elementor-motion-effects-element-type-background), body.elementor-page-2500 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101010;}:root{--page-title-display:none;}/* Start custom CSS *//*margem dos textos*/
p:last-child{
    margin-bottom: 0px;
}

.elementor-heading-title{
    margin-bottom: 0px;
}

/*remover barra lareral*/

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

/*alterar cor da selação*/

*::selection{
    color: #ffffff;
    background: #029BFD
}

.destaque{
    background: #FD0000;  /* cor do fundo do texto */
    color: #fff7f3; /* cor do texto */
    border-radius: 5px;
    padding: 2px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

body.elementor-page-2500 cor{
color: #FF0000;
font-weight: 700;
}

.destaque1, .destaque1 span {
    background: linear-gradient(106deg, #F08400 -33.57%, #F30000 122.99%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1.1em !important;
}

.btn .elementor-button {
    background: linear-gradient(90deg, rgba(6, 191, 0, 1) 0%, #0283EE 100%);
    border-radius: 8px;
    overflow: hidden;
    transform: translate(0%, 0%);
    transition: .5s all;
}


.btn .elementor-button::before {
    content: '';
    background: linear-gradient(10deg, #F1E8D790 12.81%, #F1E8D700 66.66%);
    width: 90px;
    height: 160%;
    position: absolute;
    transform: translateX(-50%) skew(-25deg);
    bottom: 0%;
    user-select: none;
    pointer-events: none;
    animation: shinery 3s infinite ease-in-out;
    filter: blur(4px);
}

@keyframes shinery {
    0%, 100% {
    left: -10%;
    opacity: 0;
}
20% {
    opacity: 1;
}
48% {
    left: 110%;
    opacity: 1;
}
51% {
    opacity: 0;
}
}/* End custom CSS */