.elementor-kit-19{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    overflow-x: hidden;
}

p{
    margin-bottom: 0px;
}

/* BOTAO PREVIEW */
.elementor-element.botaoPreview .elementor-button {
    cursor: pointer;
    background-color: #ABFF13!important;
    border: none;
    border-radius: 50px;
    padding: 8px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.elementor-element.botaoPreview .elementor-button-icon svg {
    width: 18px;
    height: 18px;
    fill: url(#gradABFF13); /* esse ID vem do <linearGradient> dentro do SVG */
    stroke: none;
}

.elementor-element.botaoPreview .elementor-button-text {
    color: #000;
}

.elementor-element.botaoPreview .elementor-button:hover {
    filter: brightness(1.1);
}



/* BOTAO COPIA */
button.botaoCopiar {
    border-radius: 20px;
    border: 0.662px solid #ABFF13;
    background: var(--blur, linear-gradient(270deg, #000 0%, rgba(58, 71, 34, 0.37) 100%));
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 6px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* espaçamento entre ícone e texto */
    transition: all 0.3s ease;
}

button.botaoCopiar:hover {
    border-radius: 20px;
    border: 0.662px solid #ABFF13;
    background: var(--blur, linear-gradient(270deg, #000 0%, rgba(58, 71, 34, 0.37) 100%));
}

button.botaoCopiar img {
    width: 20px;
    height: 20px;
}

/* Estilo para o texto dentro do span */
button.botaoCopiar span {
    background: linear-gradient(180deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ajuste no hover para o span */
button.botaoCopiar:hover span {
    background: none; /* Remove o gradiente no hover */
    -webkit-text-fill-color: #ABFF13; /* Define a cor branca sólida */
}


/*@keyframes smoothBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }*/
}/* End custom CSS */