.elementor-210 .elementor-element.elementor-element-e1a8582{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-210 .elementor-element.elementor-element-92a7e90{color:var( --e-global-color-b7011df );}/* Start custom CSS for shortcode, class: .elementor-element-dd7e1ea */ul {
    list-style: none;
}
input[type="submit"] {
    border: none;
    color: #fff;
    border-radius: 100px;
    height: 50px;
    font-weight: 500;
    background: #000;
}

input[type="submit"]:hover {
    background: #47494F;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e1a8582 *//*
 * WPUF Form — Natal Design
 * Base: antigravity-hero.html
 *
 * Tokens:
 *   --bg: #ffffff
 *   --text-primary: #1a1a1a
 *   --text-secondary: #6b7280
 *   --border: #e5e7eb
 *   Botão primário: #111 (pill 100px)
 *   Destaques: #E91E8C, #1A73E8, #F5C400, #E8540A, #8B2FC9
 *
 * Onde usar:
 *   WordPress → Aparência → Personalizar → CSS Adicional
 *   — ou — CSS customizado da página do formulário.
 */

/* ─── IMPORT (caso não esteja no tema) ─── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* ─── RESET ─── */
.wpuf-form-add,
.wpuf-form-add * {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

/* ─── WRAPPER ─── */
.wpuf-form-add {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 48px;
    max-width: 600px;
    margin: 0 auto;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
}

/* ─── LISTA ─── */
.wpuf-form-add ul.wpuf-form {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ─── CADA CAMPO ─── */
.wpuf-form-add .wpuf-el {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* ─── LABELS ─── */
.wpuf-form-add .wpuf-label label {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    display: block;
}

/* asterisco */
.wpuf-form-add .wpuf-label .required {
    color: #E91E8C;
    margin-left: 2px;
}

/* ─── INPUTS ─── */
.wpuf-form-add .wpuf-fields input[type="text"],
.wpuf-form-add .wpuf-fields input[type="email"],
.wpuf-form-add .wpuf-fields input[type="url"],
.wpuf-form-add .wpuf-fields input[type="number"],
.wpuf-form-add .wpuf-fields textarea,
.wpuf-form-add .wpuf-fields select {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.wpuf-form-add .wpuf-fields input::placeholder,
.wpuf-form-add .wpuf-fields textarea::placeholder {
    color: #9ca3af;
}

/* foco */
.wpuf-form-add .wpuf-fields input[type="text"]:focus,
.wpuf-form-add .wpuf-fields input[type="email"]:focus,
.wpuf-form-add .wpuf-fields input[type="url"]:focus,
.wpuf-form-add .wpuf-fields input[type="number"]:focus,
.wpuf-form-add .wpuf-fields textarea:focus,
.wpuf-form-add .wpuf-fields select:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

/* ─── UPLOAD ─── */
.wpuf-form-add .wpuf-fields .wpuf-attachment-upload-filelist {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* botão de upload — estilo btn-secondary do hero */
.wpuf-form-add .wpuf-fields a.file-.elementor-210 .elementor-element.elementor-element-e1a8582,
.wpuf-form-add .wpuf-fields a.button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    padding: 10px 22px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
    position: relative;
    z-index: 1;
}

.wpuf-form-add .wpuf-fields a.file-.elementor-210 .elementor-element.elementor-element-e1a8582:hover,
.wpuf-form-add .wpuf-fields a.button:hover {
    background: #f4f4f5;
    transform: scale(1.02);
}

/* lista de miniaturas */
.wpuf-form-add .wpuf-attachment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpuf-form-add .wpuf-attachment-list li {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    font-size: 13px;
    color: #6b7280;
    padding: 6px 10px;
}

/* ─── AVISO DE ARQUIVO ─── */
.wpuf-form-add .wpuf-file-warning {
    font-size: 12px;
    color: #9ca3af;
}

/* ─── MENSAGEM AUXILIAR / LIMITE DE PALAVRAS ─── */
.wpuf-form-add .wpuf-wordlimit-message,
.wpuf-form-add .wpuf-help {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 3px;
    display: block;
}

/* ─── LINHA DE SUBMIT ─── */
.wpuf-form-add li.wpuf-submit {
    margin-top: 8px;
    border-top: 1px solid #e5e7eb;
    padding-top: 32px;
}

/* remove o &nbsp; do label do submit */
.wpuf-form-add li.wpuf-submit .wpuf-label {
    display: none;
}

/* ─── BOTÃO ENVIAR — btn-primary do hero ─── */
.wpuf-form-add input[type="submit"].wpuf-submit-button {
    display: block;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #111;
    border: none;
    border-radius: 100px;
    padding: 15px 32px;
    cursor: pointer;
    letter-spacing: -0.01em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.wpuf-form-add input[type="submit"].wpuf-submit-button:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.wpuf-form-add input[type="submit"].wpuf-submit-button:active {
    transform: scale(0.99);
}

.wpuf_post_title {
    display: none !important;
}

/* ─── RESPONSIVO ─── */
@media (max-width: 640px) {
    .wpuf-form-add {
        padding: 32px 20px;
        border-radius: 12px;
    }
}/* End custom CSS */