.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-dd90714:#00EE00;--e-global-color-1e502e2:#9BD36E;--e-global-color-0c7a459:#FFFFFF;--e-global-color-0a05c43:#000000;--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;--e-global-typography-bcd206d-font-family:"Bebas Neue";--e-global-typography-bcd206d-font-size:36px;--e-global-typography-bcd206d-line-height:1px;--e-global-typography-7649ccb-font-family:"Montserrat";--e-global-typography-7649ccb-font-size:20px;background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 */.bth .elementor-button{
    padding: 0.8rem 1.8rem 0.8rem 2rem !important;
    border-radius: 55px !important;
    background: linear-gradient(92deg, #00B9FF -3.01%, #0048FF 95.31%) !important; /*Gradiente do BG*/
}

.bth .elementor-button-text{
align-self: center;
}

.bth .elementor-button-icon{ /*Tamanho do ícone*/
font-size: 45px !important;
vertical-align: middle;
}

.bth .elementor-button-icon svg{
    rotate: 0deg;
    transition: 0.7s ease all;
}

.bth:hover .elementor-button-icon svg{
    rotate: 45deg;
    transition: 0.5s ease all;
}
.elementor-kit-6 a{
    animation: pisca 1.5s infinite;
    box-shadow: 0px 0px 21px -6px #ffff;
}

@keyframes pisca {
  70% {
    box-shadow: 0 0 0 25px rgb(0,0,0,0);

  }
    100% {
    box-shadow: 0 0 0 0 rgb(0,0,0,0);
  }
}/* End custom CSS */