.corp-section strong,
.corp-propuesta-wrapper strong,
.corp-leadership-wrapper strong {
    color: var(--azul-intra);
    font-weight: 700;
}

.corp-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.corp-about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; 
    margin: 40px auto 70px auto;
}

.corp-about-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px; 
    border: none; 
    box-shadow: 0 15px 35px rgba(0, 51, 102, 0.06); 
    display: flex;
    align-items: flex-start; 
    gap: 25px; 
    transition: transform 0.3s ease;
}

.corp-about-card:hover {
    transform: translateY(-5px); 
}

.corp-about-icon {
    font-size: 2.5rem; 
    color: var(--rojo-intra);
    background-color: rgba(227, 6, 19, 0.08); 
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
}

.corp-about-card-content h3 {
    color: var(--azul-intra);
    font-size: 1.4rem; 
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 5px; 
}

.corp-about-card-content p {
    color: #4b5563;
    font-size: 1.15rem; 
    line-height: 1.8;
    text-align: left; 
    letter-spacing: -0.01em;
    word-spacing: -0.03em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.corp-propuesta-wrapper.fluid-wrapper {
    width: 100%;
    margin: 80px 0 100px 0;
    background-color: var(--azul-intra); 
    overflow: hidden; 
}

.corp-tabs-layout {
    display: flex;
    align-items: stretch;
    gap: 0; 
    width: 100%;
    max-width: 100%; 
    margin: 0;
    min-height: 620px; 
}

.corp-tabs-sidebar {
    width: 34%; 
    display: flex;
    flex-direction: column;
    padding-top: 110px; 
    padding-left: max(5%, calc((100% - 1200px) / 2));
    position: relative;
    z-index: 10;
}

.corp-tabs-main-title {
    color: #ffffff; 
    font-size: 2.5rem; 
    font-weight: 700;
    margin-bottom: 50px;
    text-align: left;
    white-space: nowrap; 
    position: relative;
    z-index: 20; 
}

.corp-tabs-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.corp-tab-btn {
    padding: 18px 30px;
    text-align: right;
    background: transparent;
    border: none;
    border-right: 4px solid transparent; 
    font-size: 1.15rem; 
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5); 
    cursor: pointer;
    transition: all 0.3s ease;
}

.corp-tab-btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 100%);
}

.corp-tab-btn.active {
    color: #ffffff; 
    border-right-color: var(--rojo-intra); 
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%); 
    font-weight: 700;
}

.corp-tabs-content-area {
    width: 66%;
    position: relative;
}

.corp-tab-panel {
    display: none; 
    height: 100%;
    position: relative; 
    min-height: 620px;
}

.corp-tab-panel.active {
    display: flex; 
    animation: fadeInTab 0.5s ease forwards;
}

.corp-tab-text-col {
    position: relative;
    z-index: 5; 
    width: 100%; 
    max-width: 480px; 
    margin-left: 40px; 
    padding: 160px 20px 60px 20px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.corp-tab-text-col h3 {
    color: #ffffff; 
    font-size: 1.8rem; 
    font-weight: 700;
    margin-bottom: 25px;
}

.corp-tab-text-col p {
    color: rgba(255, 255, 255, 0.95); 
    font-size: 1.15rem; 
    line-height: 1.8;
    text-align: justify; 
    text-justify: inter-word; 
    letter-spacing: -0.01em;
    word-spacing: -0.03em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.corp-tab-text-col p strong {
    color: #ffffff;
}

.corp-tab-img-col {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%;
    z-index: 1;
}

.corp-tab-img-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85%; 
    height: 100%;
    background: linear-gradient(to right, var(--azul-intra) 0%, rgba(0, 51, 102, 0.98) 55%, rgba(0, 51, 102, 0) 100%);
    z-index: 2;
}

.corp-tab-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

@keyframes fadeInTab {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.corp-leadership-wrapper {
    margin: 60px 0 30px 0;
    background-color: transparent;
    padding: 0;
}

.corp-leadership-grid {
    display: grid;
    grid-template-columns: 4fr 6fr; 
    gap: 50px;
    align-items: stretch;
}

.corp-leader-portrait-side {
    position: relative;
    height: 100%; 
}

.corp-leader-img-container {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 51, 102, 0.12);
}

.corp-leader-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.corp-leader-img-container:hover img {
    transform: scale(1.03);
}

.corp-leader-badge-floating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    background: linear-gradient(to top, rgba(0, 25, 50, 0.95) 0%, rgba(0, 51, 102, 0.75) 70%, transparent 100%);
    color: #ffffff;
}

.corp-leader-badge-floating h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.corp-leader-badge-floating p {
    font-size: 1.15rem;
    color: #cbd5e1;
    margin: 0;
    letter-spacing: 0.5px;
}

.corp-leader-content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corp-leader-title {
    color: var(--azul-intra);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.corp-leader-quote {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4b5563;
    font-style: normal;
    text-align: justify;
    text-justify: inter-word;
    margin: 0 0 35px 0;
    border-left: 5px solid var(--rojo-intra);
    padding-left: 25px;
    background: linear-gradient(90deg, rgba(227, 6, 19, 0.03) 0%, transparent 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: -0.01em;
    word-spacing: -0.03em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.corp-pillars-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.corp-pillar-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 32px 16px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 51, 102, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.corp-pillar-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 51, 102, 0.1);
}

.corp-pillar-tag {
    width: 100%;
    background-color: var(--azul-intra);
    color: #ffffff;
    padding: 10px 8px;
    font-size: 1.15rem;
    font-weight: 700;
    position: relative;
    border-radius: 8px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.corp-pillar-icon {
    font-size: 2.2rem;
    color: var(--rojo-intra);
    margin-bottom: 15px;
}

.corp-pillar-item p {
    font-size: 1.15rem;
    color: #4b5563;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    text-align: center;
    letter-spacing: -0.01em;
    word-spacing: -0.03em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

@media (max-width: 1200px) {
    .corp-tabs-sidebar { width: 35%; padding-left: 5%; }
    .corp-tabs-content-area { width: 65%; }
    .corp-tab-text-col { margin-left: 20px; }
}

@media (max-width: 1024px) {
    .corp-leadership-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .corp-tabs-layout { flex-direction: column; gap: 30px; }
    .corp-tabs-sidebar { width: 100%; padding-left: 5%; padding-right: 5%; padding-top: 50px; }

    .corp-tabs-main-title { white-space: normal; text-align: center; margin-bottom: 20px; font-size: 2.2rem; }

    .corp-tabs-menu { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .corp-tab-btn { width: auto; text-align: center; border-right: none; border-bottom: 4px solid transparent; padding: 15px 20px; }
    .corp-tab-btn.active { border-right-color: transparent; border-bottom-color: var(--rojo-intra); background: rgba(255, 255, 255, 0.1); }

    .corp-tabs-content-area { width: 100%; }
    .corp-tab-text-col { margin-left: 0; max-width: 100%; }

    .corp-leadership-grid { grid-template-columns: 1fr; gap: 40px; }

    .corp-leader-portrait-side { max-width: 500px; margin: 0 auto; height: 450; }
    .corp-leader-img-container { position: relative; }
}

@media (max-width: 768px) {
    .corp-tab-panel.active { flex-direction: column-reverse; }
    .corp-tab-img-col { position: relative; width: 100%; height: 350px; min-height: unset; }
    .corp-tab-img-col::before { display: none; }
    .corp-tab-text-col { width: 100%; max-width: 100%; padding: 40px 5%; text-align: center; margin-left: 0; }
    .corp-tab-text-col p { text-align: left; }

    .corp-pillars-row { grid-template-columns: repeat(2, 1fr); gap: 15px; }
}

@media (max-width: 600px) {
    .corp-about-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }
    .corp-about-card-content p { text-align: center; }
    .corp-tabs-main-title { font-size: 1.8rem; }
}