/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 22:27:48 */
/* ===== Container relativo para inputs ===== */
.wpcf7-form p {
    position: relative;
}

/* ===== Inputs Nome / Email ===== */
.wpcf7-form .nome_extra,
.wpcf7-form .email_extra {
    width: 49% !important;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #222;
    background-color: #fff;
    border: 2px solid #5219A1; /* borda roxa */
    border-radius: 6px;
    box-sizing: border-box;
    padding: 24px 20px !important; /* altura confortável */
    transition: all 0.3s ease;
}

/* Espaçamento lateral para lado a lado */
.wpcf7-form .nome_extra {
    margin-right: 0.5% !important;
}
.wpcf7-form .email_extra {
    margin-left: 0.5% !important;
	margin-right: 0 !important;
}

.wpcf7-form .telefone_extra {
    margin-left: 0.5% !important;
	margin-right: 0 !important;
}

.wpcf7-form .empresa_extra {
    margin-left: 0.5% !important;
	margin-right: 0 !important;
}

body .wpcf7-form input.nome_extra,
body .wpcf7-form input.email_extra,
body .wpcf7-form input.empresa_extra {
    padding: 24px 20px !important;
    height: auto !important;
    line-height: normal !important;
    box-sizing: border-box !important;
}

/* ===== Input Empresa ===== */
.wpcf7-form .telefone_extra,
.wpcf7-form .empresa_extra {
    width: 49% !important;
    max-width: 49%;
    padding: 24px 20px !important;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #222;
    background-color: #fff;
    border: 2px solid #5219A1;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin-top: 12px; /* distância do input acima */
}

/* ===== Hover / Focus inputs — verde neon ===== */
.wpcf7-form .nome_extra:hover,
.wpcf7-form .email_extra:hover,
.wpcf7-form .empresa_extra:hover,
.wpcf7-form .nome_extra:focus,
.wpcf7-form .email_extra:focus,
.wpcf7-form .empresa_extra:focus {
    border-color: #00FFB9; /* verde neon */
    box-shadow: 0 0 8px rgba(0, 255, 185, 0.4);
    outline: none;
}

/* ===== Campo inválido — borda vermelha ===== */
.wpcf7-form .wpcf7-not-valid {
    border-color: #ff3b3b !important;
    box-shadow: none !important; /* sem mensagem de erro flutuante */
}

/* Remove mensagens de erro */
.wpcf7-form .wpcf7-not-valid-tip {
    display: none !important;
}

/* Placeholder */
.wpcf7-form ::placeholder {
    color: #222;
    opacity: 1;
}

/* ===== Botão ===== */
.wpcf7-form .wpcf7-submit {
    display: block;
    margin: 20px auto 0 auto;
    width: 50%;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FBE659 !important; /* fundo do botão */
    border: 2px solid #FBE659 !important; /* borda igual */
    border-radius: 6px;
    color: #222 !important;
    padding: 16px 20px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

/* Hover/focus do botão */
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
    background-color: #FFD94F !important;
    border-color: #FBE659 !important;
    box-shadow: 0 0 10px rgba(251, 230, 89, 0.5);
    transform: scale(1.02);
}

/* Ocultar spinner do CF7 */
.wpcf7-form .wpcf7-submit.has-spinner::after {
    display: none !important;
}

/* ===== Responsivo ===== */
@media only screen and (max-width: 768px) {
    .wpcf7-form .nome_extra,
    .wpcf7-form .email_extra,
	.wpcf7-form .telefone_extra,
    .wpcf7-form .empresa_extra {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .wpcf7-form .wpcf7-submit {
        width: 100%;
    }
	
	.wpcf7-form .wpcf7-submit {
    display: block;
    margin: 20px auto 0 auto;
    width: 50%;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #FBE659 !important; /* fundo do botão */
    border: 2px solid #FBE659 !important; /* borda igual */
    border-radius: 6px;
    color: #222 !important;
    padding: 14px 20px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
	}
	
	.wpcf7-form .nome_extra,
	.wpcf7-form .email_extra,
	.wpcf7-form .telefone_extra,
	.wpcf7-form .empresa_extra
	{
    font-size: 14px;
	}
}
