.elementor-636 .elementor-element.elementor-element-2f7f4ce4{--display:flex;}.elementor-636 .elementor-element.elementor-element-361352f{--spacer-size:50px;}.elementor-636 .elementor-element.elementor-element-5a224ea{--spacer-size:50px;}/* Start custom CSS *//* ===== FUNDO PRETO E ESTILOS BÁSICOS ===== */

/* Fundo principal da página */
#main, 
.site-main,
.post-636,
.ast-article-single,
.entry-content {
    background-color: #000000 !important;
    border-radius: 20px !important;
}

/* ===== CAIXA EXTERNA ENVOLVENDO TODO O FORMULÁRIO ===== */

/* Container principal do formulário */
#wpcf7-f666-p636-o1,
.wpcf7 {
    background-color: #1a1a1a !important; /* Cinza escuro */
    border-radius: 20px !important;
    padding: 30px !important;
    margin: 20px auto !important;
    max-width: 800px !important;
    border: 2px solid #333333 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Formulário dentro da caixa */
.wpcf7-form {
    background-color: transparent !important;
}

/* ===== CAMPOS DO FORMULÁRIO ===== */

/* Fundo dos campos do formulário */
.wpcf7-form-control {
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
    border-radius: 10px !important; /* Bordas arredondadas */
    padding: 12px 15px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

/* Placeholder dos campos */
.wpcf7-form-control::placeholder {
    color: #888888 !important;
}

/* Foco nos campos */
.wpcf7-form-control:focus {
    background-color: #222222 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(100, 100, 100, 0.3) !important;
    outline: none !important;
}

/* Dropdown específico */
.wpcf7-select {
    border-radius: 10px !important;
    padding-right: 40px !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23888" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 20px !important;
}

/* Textarea */
.wpcf7-textarea {
    border-radius: 10px !important;
    min-height: 150px !important;
    resize: vertical !important;
}

/* ===== TÍTULOS E LABELS ===== */

/* Cor do texto dos labels e títulos */
.entry-title,
.entry-header h1,
label,
.wpcf7 label {
    color: #ffffff !important;
}

/* Labels específicos do formulário */
.wpcf7 label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* Título da página */
.entry-title {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-top: 20px !important;
}

/* ===== BOTÃO DE ENVIAR ===== */

/* Botão de enviar */
.wpcf7-submit {
    background-color: #333333 !important;
    color: #ffffff !important;
    border: 1px solid #555555 !important;
    padding: 14px 30px !important;
    border-radius: 10px !important; /* Bordas arredondadas */
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.wpcf7-submit:hover {
    background-color: #444444 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

.wpcf7-submit:active {
    transform: translateY(0) !important;
}

/* ===== RESPONSIVIDADE ===== */

@media (max-width: 768px) {
    /* Caixa externa */
    #wpcf7-f666-p636-o1,
    .wpcf7 {
        padding: 20px !important;
        margin: 15px !important;
        border-radius: 15px !important;
    }
    
    /* Campos */
    .wpcf7-form-control {
        padding: 10px 12px !important;
        font-size: 15px !important;
    }
    
    /* Botão */
    .wpcf7-submit {
        padding: 12px 20px !important;
        font-size: 15px !important;
    }
    
    /* Título */
    .entry-title {
        font-size: 1.8em !important;
        padding: 15px 20px 0 20px !important;
    }
}

/* Para telas grandes */
@media (min-width: 1200px) {
    #wpcf7-f666-p636-o1,
    .wpcf7 {
        margin: 40px auto !important;
        padding: 40px !important;
    }
}/* End custom CSS */