/* css/contacto.css */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'Segoe UI', sans-serif; background-color: #0f172a; color: #f8fafc; }
.header-container, .disclaimer-container, .section-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.main-header { background-color: #1e293b; padding: 15px 0; border-bottom: 1px solid #334155; }
.header-container { display: table; width: 100%; }
.logo { display: table-cell; font-size: 20px; font-weight: bold; color: #fff; text-decoration: none; }
.text-highlight { color: #10b981; }
.main-nav { display: table-cell; text-align: center; vertical-align: middle; }
.nav-link { color: #94a3b8; text-decoration: none; margin: 0 15px; }
.nav-link.active { color: #10b981; }
.header-cta { display: table-cell; text-align: right; }
.btn { display: inline-block; padding: 10px 20px; border-radius: 6px; font-weight: bold; text-decoration: none; border:none; cursor:pointer;}
.btn-secondary { background-color: #d97706; color: #fff; }
.btn-submit { background-color: #10b981; color: #0f172a; width:100%; padding:12px; font-size:15px; font-weight:bold; margin-top:10px;}

.ads-disclaimer-banner { background-color: #fef3c7; padding: 12px 0; color: #78350f; border-left: 5px solid #d97706; }
.disclaimer-container { display: table; width: 100%; }
.disclaimer-text { display: table-cell; font-size: 13px; }

/* Layout Contact */
.contact-section { padding: 80px 0; }
.contact-layout { display: table; width: 100%; table-layout: fixed; }
.contact-info-panel { display: table-cell; width: 45%; vertical-align: top; padding-right: 40px; }
.contact-info-panel h1 { font-size: 32px; color: #fff; margin-top: 0; }
.panel-desc { color: #94a3b8; margin-bottom: 40px; }
.info-item { display: table; width: 100%; margin-bottom: 25px; }
.info-icon { display: table-cell; width: 40px; vertical-align: top; }
.info-text h3 { margin: 0 0 5px 0; font-size: 16px; color: #fff; }
.info-text p { margin: 0; color: #94a3b8; font-size: 14px; }

.contact-form-panel { display: table-cell; width: 55%; background-color: #1e293b; padding: 40px; border-radius: 10px; border: 1px solid #334155; }
.contact-form-panel h2 { font-size: 22px; color: #fff; margin-top: 0; margin-bottom: 25px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; color: #cbd5e1; margin-bottom: 6px; font-weight:600; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; background-color: #0f172a; border: 1px solid #334155; border-radius: 6px; color: #fff; }
.error-msg { display: none; color: #ef4444; font-size: 11px; margin-top: 5px; }

.main-footer { background-color: #090d16; padding: 30px 0; border-top:1px solid #1e293b; margin-top:60px;}
.copyright { font-size:12px; color:#475569; }
.footer-legal-disclaimer { font-size:11px; color:#334155; margin-top:10px; }
