.elementor-kit-5{--e-global-color-primary:#003366;--e-global-color-secondary:#0068B4;--e-global-color-text:#5D5D5D;--e-global-color-accent:#003366;--e-global-color-d0ea4a4:#000000;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}@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 */.abas-container {
    width: 100%;
}

.abas {
    display: flex;
    border-bottom: 2px solid #ddd;
}

.aba {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: bold;
}

.aba.ativa {
    background: white;
    border-bottom: 2px solid white;
}

.conteudo-abas {
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.conteudo {
    display: none;
}

.conteudo.ativo {
    display: block;
}/* End custom CSS */