.elementor-kit-6{--e-global-color-primary:#FEA51C;--e-global-color-secondary:#E36A08;--e-global-color-text:#010920;--e-global-color-accent:#051031;--e-global-color-541c80c:#F2F2F2;--e-global-color-abd1a72:#A7ACBD;--e-global-color-11cc277:#3C404D;--e-global-color-f4427d3:#4E70D945;--e-global-color-b776d89:#4E70D9;--e-global-color-4f12630:#050A1AAB;--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;font-family:"Unbounded", Sans-serif;font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* Scroll horizontal */
html,body{
width:100%;
overflow-x:hidden;
}
[data-elementor-type="wp-page"] {
    overflow: hidden !important;
}

[data-elementor-type="wp-post"]{
    overflow: hidden;
}

/* Cor da scrollbar */
::-webkit-scrollbar {
    width: 12px; 
    height: 12px; 
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #FEA51C;
    border-radius: 10px; 
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #E36A08;
}


/* Botão */
.btn .elementor-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    white-space: nowrap;
    width: 100%;
}

.btn .elementor-widget-container {
    display: flex;
    justify-content: center;
}

.btn .elementor-button {
    background: radial-gradient(57.68% 100% at 47.82% 0%, #FEA51C 0%, #E36A08 100%);
    box-shadow:
        0px -27px 80px 0px rgba(254, 165, 28, 0.22),
        0px -9.855px 29.201px 0px rgba(254, 165, 28, 0.15),
        0px -4.785px 14.177px 0px rgba(254, 165, 28, 0.12),
        0px -2.346px 6.95px 0px rgba(254, 165, 28, 0.10),
        0px -0.927px 2.748px 0px rgba(254, 165, 28, 0.07);
    overflow: hidden;
    transform: translate(0%, 0%);
    flex-grow: 1 !important;
    align-self: stretch !important;
    transition: .5s all;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
}

.btn:hover .elementor-button {
    background: linear-gradient(90deg, #284CB8 0%, #4E70D9 100%);
    box-shadow:
        0px -27px 80px 0px rgba(40, 76, 184, 0.22),
        0px -9.855px 29.201px 0px rgba(40, 76, 184, 0.15),
        0px -4.785px 14.177px 0px rgba(40, 76, 184, 0.12),
        0px -2.346px 6.95px 0px rgba(40, 76, 184, 0.10),
        0px -0.927px 2.748px 0px rgba(40, 76, 184, 0.07);
    transform: scale(1.05);
}


.btn .elementor-button::before {
    content: '';
    background: linear-gradient(10deg, #ffffff 12.81%, rgba(255, 255, 255, 0) 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; }
}

.btn .elementor-button::after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 500px;
    border: 5px solid #ADADAD40;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    user-select: none;
    pointer-events: none;
}

/* Título */
.titulo {
    background: linear-gradient(90deg, #FEA51C 0%, #E36A08 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Bônus */

.container-imagem {
    position: relative;
}

.container-imagem .imagem-base {
    position: relative;
    z-index: 1;
}

.container-imagem .imagem-sobreposta {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}/* End custom CSS */