.elementor-kit-8{--e-global-color-primary:#266AA6;--e-global-color-secondary:#F2CB07;--e-global-color-text:#919191;--e-global-color-accent:#F2CB07;--e-global-color-cce3773:#F23E16;--e-global-color-4841c63:#F2F2F2;--e-global-color-a04ddc4:#222222;--e-global-color-e19e061:#FFFFFF;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:1.5px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:-0.1px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */p {
margin-bottom: 0;
}

html, body {
width: 100%;
overflow-x: hidden;
}

.elementor-button {
    background-color: #F2CB07; 
    border-radius: 6px;
    padding: 14px 28px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(242, 203, 7, 0.3);
    z-index: 1;
}

.elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #F2CB07, #FF8C00, #FF4500);
    opacity: 0;
    z-index: -2;
    transition: opacity 0.5s ease;
}


.elementor-button:hover {
    color: #000;
    border-color: #FF8C00;
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.6);
    transform: translateY(-2px);
}

.elementor-button:hover::after {
    opacity: 1;
}

.elementor-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 10%, transparent 10%, transparent 20%, rgba(255,255,255,0.3) 20%, transparent 30%, rgba(255,255,255,0.5) 30%, transparent 40%);
    background-size: 20px 20px;
    opacity: 0;
    transform: rotate(45deg);
    transition: all 0.8s ease;
    z-index: -1;
}

.elementor-button:hover::before {
    opacity: 0.5;
    animation: sparkle 2s infinite linear;
}

@keyframes sparkle {
    0% {
        background-position: 0 0;
        opacity: 0.3;
    }
    50% {
        background-position: 10px 10px;
        opacity: 0.5;
    }
    100% {
        background-position: 20px 20px;
        opacity: 0.3;
    }
}

.elementor-button:hover {
    animation: pulse 1.5s infinite;
}



.elementor-button:active {
    background-color: #FF4500; 
    border-color: #FF4500;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.8);
    color: #000;
    transition: all 0.1s ease;
}

.elementor-button.destaque {
    position: relative;
    border: none;
    background-color: #F2CB07;
    z-index: 1;
}

.elementor-button.destaque::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #FF8C00, #FF4500, #F2CB07, #FF4500);
    z-index: -1;
    border-radius: 8px;
    animation: border-flame 3s ease infinite;
}

@keyframes border-flame {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.elementor-button i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.elementor-button:hover i {
    transform: scale(1.2);
    color: #FF4500;
}

.elementor-button.secundario {
    background-color: #3d4857; 
    border: none;
    color: #F2CB07; 
    position: relative;
    overflow: hidden;
}

.elementor-button.secundario::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(242, 203, 7, 0.4), #FF4500, rgba(242, 203, 7, 0.4), transparent);
    transition: 0.5s;
    z-index: -1;
}

.elementor-button.secundario:hover::before {
    left: 100%;
    animation: heat-wave 2s infinite;
}

@keyframes heat-wave {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.borda-top{

border-top: 2px solid;

border-image: linear-gradient(to right, #F23E16, #F2CB07, #F23E16) 50;

}/* End custom CSS */