.elementor-kit-5{--e-global-color-primary:#0066FF;--e-global-color-secondary:#E6F0FF;--e-global-color-text:#142032;--e-global-color-accent:#61CE70;--e-global-color-50f33e6:#4D4D4D;--e-global-color-3c38f40:#FAFAFA;--e-global-color-96ab00b:#000092;--e-global-color-017d407:#333333;--e-global-typography-primary-font-family:"Cabin";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:72px;--e-global-typography-secondary-font-family:"Cabin";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:36px;--e-global-typography-text-font-family:"Cabin";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Cabin";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:20px;--e-global-typography-8067b5c-font-family:"Cabin";--e-global-typography-8067b5c-font-size:24px;--e-global-typography-8067b5c-font-weight:400;--e-global-typography-8067b5c-line-height:36px;--e-global-typography-005d88c-font-family:"Cabin";--e-global-typography-005d88c-font-size:16px;--e-global-typography-005d88c-font-weight:400;--e-global-typography-005d88c-line-height:24px;--e-global-typography-b251efb-font-family:"Cabin";--e-global-typography-b251efb-font-size:48px;--e-global-typography-b251efb-font-weight:700;--e-global-typography-b251efb-line-height:57px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Estilos padrão */
.elementor-kit-5 [data-showme] {
    background: #E6F0FF; /* Cor padrão */
    color: #333;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.elementor-kit-5 [data-showme].active {
    background: #0056ff !important; /* Cor azul quando ativo */
    color: white !important;
}

.elementor-kit-5 [dat-showme] {
    background: #E6F0FF; /* Cor padrão */
    color: #333;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.elementor-kit-5 [dat-showme].active {
    background: #0056ff !important; /* Cor azul quando ativo */
    color: white !important;
}

/* Versão mobile */
@media (max-width: 768px) {
    .elementor-kit-5 [data-showme],
    .elementor-kit-5 [dat-showme] {
        padding: 8px 8px; /* Reduzindo tamanho para mobile */
        font-size: 14px;
    }
}/* End custom CSS */