body { font-family: 'Segoe UI', sans-serif; margin:0; background:#f4f6fa; color:#222; }
header { background:#0b3d91; color:white; padding:20px; }
.header-content { display:flex; align-items:center; }
.logo2 { width:180px; height:auto; margin-right:20px; }
.header-text { flex:1; }
.header-text h1 { margin:0; font-size:1.8em; }
.header-text p { margin:5px 0 0 0; }
h2 { color:#0b3d91; margin-top:0; }
section { padding:20px; text-align:center; }
.valor { font-size:1.8em; font-weight:bold; color:#0b3d91; }
.imagenes { display:flex; flex-wrap:wrap; justify-content:center; gap:15px; }
.imagenes img { width:250px; height:180px; object-fit:cover; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.2); }
form { display:flex; flex-direction:column; max-width:400px; margin:0 auto; text-align:left; }
input, textarea { margin-bottom:10px; padding:10px; border:1px solid #0b3d91; border-radius:6px; font-size:1em; }
button { background:#0b3d91; color:white; border:none; padding:10px; border-radius:6px; cursor:pointer; font-weight:bold; }
button:hover { background:#082d6b; }
.whatsapp-btn { display:inline-block; margin-top:15px; background:#25d366; color:white; padding:12px 20px; border-radius:50px; text-decoration:none; font-weight:bold; box-shadow:0 2px 6px rgba(0,0,0,0.3); }
.whatsapp-btn:hover { background:#1ebc5a; }
footer { background:#0b3d91; color:white; text-align:center; padding:15px 0; margin-top:20px; }
@media (max-width:768px){ .header-content { flex-direction:column; text-align:center; } .logo2 { margin-bottom:10px; } }