/* Estilização Moderna */
body { background-color: #f4f7f6; color: #333; font-family: 'Segoe UI', sans-serif; }
.miolo { max-width: 800px; margin: 0 auto; padding: 20px; }
.vpesquisar { background: #2c3e50; color: #fff; padding: 12px; border-radius: 6px; font-weight: bold; margin-bottom: 20px; text-align: center; }
.formulario { background: #fff; border: 1px solid #ddd; padding: 15px; border-radius: 8px; margin-bottom: 10px; transition: transform 0.2s; }
.formulario:hover { transform: scale(1.01); border-color: #3498db; }
.agregados { background: #fff; padding: 20px; border-radius: 8px; text-align: center; border-left: 5px solid #27ae60; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.menu { text-decoration: none; color: #ecf0f1; padding: 8px 15px; margin: 0 5px; border-radius: 4px; display: inline-block; }
.menu:hover { background: #34495e; color: #3498db; }
