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

/* Header & Disclaimer */
.main-header { background-color: #1f2937; border-bottom: 1px solid #374151; padding: 15px 0; }
.header-container { display: table; width: 100%; }
.logo { display: table-cell; font-size: 20px; font-weight: bold; color: #fff; text-decoration: none; vertical-align: middle; }
.text-highlight { color: #10b981; }
.main-nav { display: table-cell; text-align: center; vertical-align: middle; }
.nav-link { color: #9ca3af; text-decoration: none; margin: 0 15px; }
.nav-link.active, .nav-link:hover { color: #10b981; }
.header-cta { display: table-cell; text-align: right; vertical-align: middle; }
.btn { display: inline-block; padding: 10px 20px; border-radius: 6px; font-weight: bold; text-decoration: none; cursor: pointer; }
.btn-secondary { background-color: #d97706; color: #fff; }

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

/* Profile Section */
.profile-section { padding: 80px 0; background-color: #111827; }
.profile-layout { display: table; width: 100%; }
.profile-text { display: table-cell; width: 60%; padding-right: 40px; vertical-align: middle; }
.section-badge { color: #10b981; font-weight: bold; font-size: 13px; text-transform: uppercase; }
.main-title { font-size: 32px; color: #fff; margin: 10px 0 20px 0; }
.lead-p { font-size: 16px; color: #d1d5db; font-weight: 500; }
.profile-image { display: table-cell; width: 40%; vertical-align: middle; }
.rounded-img { border-radius: 12px; border: 1px solid #374151; }

/* Values */
.values-section { padding: 80px 0; background-color: #1f2937; }
.section-header { text-align: center; margin-bottom: 5px; }
.section-header h2 { color: #fff; font-size: 26px; }
.values-grid { display: table; width: 100%; table-layout: fixed; margin-top: 40px; }
.value-card { display: table-cell; background-color: #111827; padding: 30px; border-radius: 8px; border: 1px solid #374151; }
.v-icon { margin-bottom: 15px; }
.value-card h3 { color: #fff; font-size: 18px; margin: 0 0 10px 0; }
.value-card p { color: #9ca3af; font-size: 14px; margin: 0; }

/* Footer */
.main-footer { background-color: #0b0f19; padding: 60px 0 30px 0; border-top: 1px solid #1f2937; }
.footer-top .footer-container { display: table; width: 100%; }
.footer-brand-box { display: table-cell; width: 50%; padding-right: 40px; }
.footer-brand-text { font-size: 13px; color: #4b5563; margin-top: 15px; }
.footer-links-box { display: table-cell; width: 25%; }
.footer-links-box h4 { color: #fff; margin: 0 0 15px 0; font-size: 14px; }
.footer-links-box a { display: block; color: #9ca3af; text-decoration: none; font-size: 13px; margin-bottom: 10px; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid #1f2937; }
.copyright { font-size: 12px; color: #4b5563; }
.footer-legal-disclaimer { font-size: 11px; color: #374151; margin-top: 10px; }
