.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.wpcf7 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wpcf7 textarea {
    height: 150px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #005177;
}

.wpcf7 .wpcf7-response-output {
    margin: 20px 0;
    padding: 10px;
    border-radius: 4px;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.transfer-form-container {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.transfer-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 30px 0;
}

.form-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.form-section:last-child {
    border-bottom: none;
}

.form-section h2 {
    color: #2ea3f2;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2ea3f2;
}

.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #2ea3f2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(46,163,242,0.1);
}

.wpcf7 select {
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 40px;
}

.wpcf7 input[type="submit"] {
    background-color: #2ea3f2;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #0c71c3;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.price-summary {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #eee;
}

.price-summary p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.child-seats-options {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #eee;
}

/* Estilos para campos requeridos */
.wpcf7 label abbr {
    color: #e04562;
    text-decoration: none;
}

/* Estilos para mensajes de error */
.wpcf7 .wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
}

.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
}

/* Responsive */
@media (max-width: 980px) {
    .transfer-form-wrapper {
        padding: 20px;
    }
    
    .form-section h2 {
        font-size: 20px;
    }
}

/* Estilos específicos para Divi */
.et_pb_post .entry-content {
    padding: 0;
}

.et_pb_post .entry-title {
    margin-bottom: 30px;
    text-align: center;
    color: #2ea3f2;
} 