/* ESTILOS ESPECÍFICOS - PÁGINA NOSOTROS */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1e293b; background-color: #f8fafc; line-height: 1.6; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }

/* DISCLAIMER TOP */
.top-disclaimer-banner { background-color: #fef3c7; border-bottom: 1px solid #fde68a; padding: 14px 0; color: #92400e; }
.container-disclaimer { display: table; width: 100%; }
.icon-disclaimer { display: table-cell; vertical-align: middle; width: 32px; padding-right: 12px; color: #b45309; }
.text-disclaimer { display: table-cell; vertical-align: middle; font-size: 12.5px; text-align: justify; }

/* HEADER */
.main-header { background-color: #ffffff; box-shadow: 0 2px 4px rgba(0,0,0,0.04); position: sticky; top: 0; z-index: 100; padding: 16px 0; }
.container-header { display: table; width: 100%; }
.logo-link { display: table-cell; vertical-align: middle; text-decoration: none; width: 250px; }
.logo-container { font-size: 22px; font-weight: 700; }
.logo-text-primary { color: #0f172a; }
.logo-text-secondary { color: #059669; } /* Variación cromática independiente: Acorde verde esmeralda corporativo */
.logo-badge { font-size: 11px; background-color: #e2e8f0; color: #475569; padding: 2px 6px; border-radius: 4px; margin-left: 6px; vertical-align: middle; text-transform: uppercase; }
.main-nav { display: table-cell; vertical-align: middle; text-align: center; }
.nav-list { display: inline-block; list-style: none; }
.nav-list li { display: inline-block; margin: 0 16px; }
.nav-link { text-decoration: none; color: #475569; font-weight: 500; font-size: 15px; }
.nav-link.active, .nav-link:hover { color: #059669; }
.header-cta { display: table-cell; vertical-align: middle; text-align: right; width: 180px; }
.btn-secondary-nav { display: inline-block; text-decoration: none; background-color: #f0fdf4; color: #059669; padding: 8px 16px; font-size: 14px; font-weight: 600; border-radius: 4px; }

/* HERO NOSOTROS */
.about-hero { padding: 60px 0; background-color: #047857; color: #ffffff; text-align: center; }
.page-title { font-size: 36px; margin-bottom: 12px; }
.page-subtitle { font-size: 16px; color: #d1fae5; max-width: 600px; margin: 0 auto; }

/* SECCIÓN CONTENIDO BLOCK */
.about-content-section { padding: 80px 0; background-color: #ffffff; }
.table-layout-container { display: table; width: 100%; }
.about-text-block { display: table-cell; width: 55%; vertical-align: middle; padding-right: 40px; }
.about-text-block h2 { font-size: 28px; color: #0f172a; margin-bottom: 16px; }
.about-text-block p { color: #475569; margin-bottom: 16px; font-size: 15.5px; text-align: justify; }
.about-image-block { display: table-cell; width: 45%; vertical-align: middle; }
.about-image-block img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* VALORES */
.values-section { padding: 80px 0; background-color: #f8fafc; border-top: 1px solid #e2e8f0; }
.section-title { font-size: 28px; color: #0f172a; margin-bottom: 40px; }
.values-table { display: table; width: 100%; table-layout: fixed; }
.value-cell { display: table-cell; padding: 0 20px; text-align: center; vertical-align: top; }
.value-icon { color: #059669; margin-bottom: 16px; }
.value-cell h3 { font-size: 18px; color: #0f172a; margin-bottom: 12px; }
.value-cell p { font-size: 14px; color: #475569; text-align: justify; }

/* FOOTER */
.main-footer { background-color: #0f172a; color: #94a3b8; padding: 60px 0 30px 0; border-top: 1px solid #1e293b; font-size: 14px; }
.footer-grid { display: table; width: 100%; }
.footer-brand-column { display: table-cell; width: 50%; padding-right: 40px; vertical-align: top; }
.footer-brand-desc { margin-top: 16px; line-height: 1.5; }
.footer-links-column { display: table-cell; width: 25%; vertical-align: top; }
.footer-links-column h4 { color: #ffffff; font-size: 15px; margin-bottom: 16px; }
.footer-links-list { list-style: none; }
.footer-links-list li { margin-bottom: 10px; }
.footer-links-list a { color: #94a3b8; text-decoration: none; }
.footer-links-list a:hover { color: #ffffff; }
.footer-separator { border: none; border-top: 1px solid #1e293b; margin: 40px 0 24px 0; }
.footer-disclaimer-box { background-color: #1e293b; padding: 20px; border-radius: 6px; border-left: 4px solid #b45309; margin-bottom: 24px; }
.text-disclaimer-footer { font-size: 12px; color: #cbd5e1; text-align: justify; line-height: 1.5; }
.footer-copyright { font-size: 12px; color: #64748b; }
