.elementor-kit-35{--e-global-color-primary:#FF5500;--e-global-color-secondary:#0A1E3C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F7AE46;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-letter-spacing:0.2rem;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Roboto Serif";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-letter-spacing:0.1rem;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-letter-spacing:0.05rem;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-letter-spacing:0.05rem;--e-global-typography-accent-word-spacing:0em;background-color:var( --e-global-color-secondary );}.elementor-kit-35 button,.elementor-kit-35 input[type="button"],.elementor-kit-35 input[type="submit"],.elementor-kit-35 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Roboto Flex", Sans-serif;font-size:1.2rem;font-weight:bold;text-transform:uppercase;letter-spacing:0.1rem;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-kit-35 a{color:var( --e-global-color-accent );}.elementor-kit-35 a:hover{color:var( --e-global-color-primary );}.elementor-kit-35 h1{color:var( --e-global-color-text );}.elementor-kit-35 h2{color:var( --e-global-color-text );font-size:2.2rem;line-height:80px;}.elementor-kit-35 h3{color:var( --e-global-color-text );font-size:2rem;line-height:80px;}.elementor-kit-35 h4{color:var( --e-global-color-text );}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-35{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-kit-35 h2{line-height:1.4em;}.elementor-kit-35 h3{line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-35{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-kit-35 h2{line-height:1.4em;}.elementor-kit-35 h3{line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.tnp-subscription form {
    display: flex;
    align-items: center;
    gap: 10px; /* Espaçamento entre input e botão */
}

.tnp-field.tnp-field-email {
    flex: 3 1 75%;
    margin: 0;
}

.tnp-field.tnp-field-button {
    flex: 1 1 25%;
    margin: 0;
}

.tnp-email {
    width: 100%;
    box-sizing: border-box;
}

.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #FF5500; /* Cor personalizada */
    color: #fff; /* Cor do texto branca para contraste */
    border: none; /* Remove borda padrão */
    padding: 10px 15px; /* Ajuste interno */
    border-radius: 4px; /* Bordas levemente arredondadas */
    font-size:1rem;
    font-weight: bold; /* Deixa o texto mais destacado */
    transition: background-color 0.3s ease; /* Efeito suave no hover */
}

/* Efeito ao passar o mouse */
.tnp-submit:hover {
    background-color: #e64a00; /* Tom um pouco mais escuro */
}

/* Esconde o label de forma acessível */
.tnp-field.tnp-field-email label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}/* End custom CSS */