.lpib-wrap {
--lpib-blue: #183b63;
--lpib-blue-dark: #132f4e;
--lpib-gold: #c9aa56;
--lpib-gold-soft: #d5bc72;
--lpib-paper: #f5efe2;
--lpib-paper-dark: #e7dcc3;
--lpib-text: #1d1a16;
--lpib-shadow: 0 10px 24px rgba(34, 25, 13, 0.18);
--lpib-serif: "Georgia", "Times New Roman", serif;
width: 100%;
max-width: 1640px;
margin: 20px auto;
font-family: var(--lpib-serif);
color: var(--lpib-text);
}
.lpib-frame {
position: relative;
background:
radial-gradient(circle at 20% 18%, rgba(190, 165, 95, 0.12), transparent 26%),
radial-gradient(circle at 84% 84%, rgba(190, 165, 95, 0.1), transparent 18%),
linear-gradient(to bottom, #f8f3e9, #efe5cf);
border: 3px solid #284b72;
box-shadow: inset 0 0 0 2px var(--lpib-gold), var(--lpib-shadow);
overflow: hidden;
}
.lpib-topbar {
position: relative;
display: grid;
grid-template-columns: 150px 1fr;
align-items: center;
min-height: 86px;
background: linear-gradient(to right, #473d31, #3d362c 20%, #2d2b2c 52%, #3d362c 78%, #463e34);
color: #efe3bb;
border-bottom: 2px solid var(--lpib-gold);
}
.lpib-topbar::before,
.lpib-topbar::after {
content: "";
position: absolute;
inset: 8px;
border-top: 1px solid rgba(217, 188, 111, 0.55);
border-bottom: 1px solid rgba(217, 188, 111, 0.35);
pointer-events: none;
}
.lpib-topbar__scroll {
align-self: stretch;
background:
linear-gradient(135deg, rgba(87, 54, 25, 0.18), rgba(87, 54, 25, 0)),
linear-gradient(to bottom, #efdfba, #ccb282);
clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
box-shadow: inset 0 0 0 1px rgba(109, 76, 37, 0.35);
}
.lpib-topbar__title {
text-align: center;
font-size: clamp(18px, 2vw, 22px);
letter-spacing: 0.6px;
text-transform: uppercase;
padding: 0 26px;
} .lpib-hero {
text-align: center; padding: 8px 24px 6px;
background: linear-gradient(to bottom, #214a78, var(--lpib-blue));
border-top: 1px solid rgba(255,255,255,0.15);
border-bottom: 4px solid rgba(184, 149, 78, 0.45); box-shadow: inset 0 -3px 8px rgba(10, 18, 30, 0.12);
}
.lpib-hero__title {
margin: 0 0 4px;
color: #f7ebc8;
font-size: clamp(20px, 2.2vw, 24px);
line-height: 1.05;
text-transform: uppercase;
text-shadow:
0 2px 0 rgba(0,0,0,0.35),
0 0 12px rgba(0,0,0,0.12);
}
.lpib-hero__subtitle {
margin: 0 auto 0;
max-width: 1150px;
color: #f2e8d1;
font-size: clamp(18px, 1.7vw, 24px);
line-height: 1.15;
} .lpib-main { padding: 6px 34px 0;
} .lpib-section-title { margin: 0 0 24px;
text-align: center;
font-size: clamp(30px, 2.8vw, 44px);
line-height: 1.15;
color: #191612;
}
.lpib-epochs {
display: grid;
grid-template-columns: 1fr 1.6fr 1fr;
gap: 28px;
align-items: stretch;
}
.lpib-card {
position: relative;
min-height: 392px;
border-radius: 16px;
background: linear-gradient(to bottom, #fffdfa, #f1e7cf);
border: 6px solid #274d78;
box-shadow: 0 8px 18px rgba(39, 24, 10, 0.24);
overflow: hidden;
}
.lpib-card::before {
content: "";
position: absolute;
inset: 8px;
border: 3px solid var(--lpib-gold);
border-radius: 10px;
opacity: 0.92;
pointer-events: none;
}
.lpib-card__featured-image {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
filter: saturate(0.92) contrast(0.96) brightness(0.58);
}
.lpib-card__inner {
position: relative;
z-index: 1;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
text-align: center;
padding: 34px 26px 28px;
}
.is-featured .lpib-card__inner {
align-items: flex-start;
text-align: left;
max-width: 58%;
}
.lpib-card__title {
margin: 0;
font-size: clamp(30px, 2.2vw, 52px);
line-height: 1.08;
color: #16120e;
}
.is-featured .lpib-card__title {
color: #f3e6bb;
text-shadow: 0 1px 2px rgba(0,0,0,0.65);
}
.lpib-card__centuries {
margin-top: 10px;
font-size: clamp(22px, 1.7vw, 38px);
line-height: 1.1;
}
.is-featured .lpib-card__centuries,
.is-featured .lpib-card__description {
color: #f9f3dd;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.lpib-card__description {
margin: 22px 0 28px;
font-size: clamp(18px, 1.2vw, 26px);
line-height: 1.28;
max-width: 92%;
}
.is-featured .lpib-card__description {
max-width: 88%;
}
.lpib-card__button {
margin-top: auto;
min-width: 178px;
padding: 12px 28px;
border: 0;
border-radius: 14px;
background: linear-gradient(to bottom, #d6be74, #bea052);
color: #2d220f;
font-family: var(--lpib-serif);
font-size: 18px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 2px 0 rgba(112, 80, 28, 0.45);
transition: transform 0.16s ease, filter 0.16s ease;
}
.lpib-card__button:hover,
.lpib-card__button:focus-visible {
transform: translateY(-1px);
filter: brightness(1.03);
outline: none;
} .lpib-card__button:focus,
.lpib-btn-detalle:focus {
color: #2d220f !important;
outline: none;
}
.lpib-guidance {
margin: 20px auto 0;
text-align: center;
font-size: clamp(18px, 1.65vw, 28px);
line-height: 1.35;
max-width: 1220px;
}
.lpib-divider {
display: none;
}
.lpib-divider span {
position: relative;
display: block;
width: min(560px, 74%);
height: 18px;
}
.lpib-divider span::before,
.lpib-divider span::after {
content: "";
position: absolute;
top: 8px;
width: calc(50% - 24px);
height: 1px;
background: rgba(104, 86, 53, 0.36);
}
.lpib-divider span::before { left: 0; }
.lpib-divider span::after { right: 0; }
.lpib-divider span {
background: radial-gradient(circle at center, rgba(125, 95, 39, 0.9) 0 2px, transparent 3px);
}
.lpib-footer {
text-align: center;
margin-top: 0;
padding: 0;
}
.lpib-footer__label {
font-size: clamp(18px, 1.3vw, 24px);
font-weight: 700;
margin-bottom: 6px;
}
.lpib-footer__text {
margin: 0;
font-size: clamp(17px, 1.25vw, 23px);
line-height: 1.2;
}
@media (max-width: 1200px) {
.lpib-epochs {
grid-template-columns: 1fr;
}
.lpib-card,
.lpib-card.is-featured {
min-height: 340px;
}
.is-featured .lpib-card__inner {
max-width: 100%;
padding-right: 32px;
}
.lpib-card__featured-image {
filter: saturate(0.9) contrast(0.95) brightness(0.42);
}
}
@media (max-width: 768px) {
.lpib-wrap {
margin: 10px auto;
}
.lpib-topbar {
grid-template-columns: 96px 1fr;
min-height: 70px;
}
.lpib-main {
padding: 20px 18px 24px;
}
.lpib-card {
min-height: 312px;
}
.lpib-card__inner {
padding: 28px 20px 22px;
}
.lpib-card__button {
min-width: 150px;
padding: 10px 20px;
font-size: 17px;
}
}
.lpib-card__button--link {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
} .lpib-wrap--module {
max-width: 1680px;
}
.lpib-module-banner {
margin: 0;
line-height: 0;
border-bottom: 4px solid rgba(184, 149, 78, 0.45);
}
.lpib-module-banner img {
display: block;
width: 100%;
height: auto;
}
.lpib-module-main {
padding: 18px 28px 18px;
}
.lpib-module-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
margin: 0 0 14px;
}
.lpib-back-link {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
border-radius: 10px;
background: linear-gradient(to bottom, #d9c27b, #bea052);
color: #2d220f;
font-size: 16px;
font-weight: 700;
text-decoration: none;
box-shadow: 0 2px 0 rgba(112, 80, 28, 0.35);
}
.lpib-module-breadcrumb {
font-size: clamp(15px, 1vw, 18px);
color: #4e4127;
text-align: right;
}
.lpib-module-grid--top {
display: grid;
grid-template-columns: 1.05fr 2.45fr;
gap: 26px;
align-items: start;
}
.lpib-panel {
background: linear-gradient(to bottom, rgba(255,252,245,0.96), rgba(244,236,217,0.95));
border: 6px solid #274d78;
border-radius: 16px;
box-shadow: 0 8px 18px rgba(39, 24, 10, 0.22);
position: relative;
overflow: hidden;
}
.lpib-panel::before {
content: "";
position: absolute;
inset: 8px;
border: 3px solid var(--lpib-gold);
border-radius: 10px;
pointer-events: none;
opacity: 0.92;
}
.lpib-panel__title {
position: relative;
z-index: 1;
margin: 0;
padding: 22px 24px 10px;
text-align: center;
font-size: clamp(24px, 2.15vw, 38px);
line-height: 1.1;
color: #191612;
}
.lpib-panel__body {
position: relative;
z-index: 1;
padding: 10px 26px 24px;
}
.lpib-panel__intro {
margin: 0 0 14px;
font-size: clamp(17px, 1.05vw, 22px);
line-height: 1.3;
}
.lpib-bullets,
.lpib-topic-block ul,
.lpib-group-card__list,
.lpib-group-summary__list,
.lpib-fathers-grid ul {
margin: 0;
padding-left: 26px;
}
.lpib-bullets li,
.lpib-topic-block li,
.lpib-group-card__list li,
.lpib-group-summary__list li {
margin-bottom: 4px;
font-size: clamp(16px, 1vw, 21px);
line-height: 1.25;
}
.lpib-topic-block {
margin-top: 18px;
}
.lpib-topic-block h3,
.lpib-group-summary__title {
margin: 0 0 6px;
font-size: clamp(20px, 1.2vw, 28px);
color: #1f1b15;
}
.lpib-groups-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
padding: 10px 18px 20px;
}
.lpib-group-card {
background: linear-gradient(to bottom, #fffdfa, #efe3c6);
border: 3px solid var(--lpib-gold);
border-radius: 12px;
text-align: center;
padding: 18px 18px 20px;
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
display: flex;
flex-direction: column;
}
.lpib-group-card__icon {
font-size: 34px;
line-height: 1;
margin-bottom: 8px;
}
.lpib-group-card__title {
margin: 0 0 8px;
font-size: clamp(24px, 1.7vw, 40px);
line-height: 1.05;
}
.lpib-group-card__description {
margin: 0 0 12px;
font-size: clamp(16px, 0.95vw, 20px);
line-height: 1.22;
}
.lpib-card__button--small {
min-width: 0;
width: 100%;
padding: 11px 18px;
font-size: 16px;
}
.lpib-group-summary {
margin-bottom: 18px;
padding: 18px 22px;
}
.lpib-group-summary__intro {
margin: 0 0 14px;
font-size: clamp(17px, 1.05vw, 22px);
line-height: 1.3;
}
.lpib-fathers-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
padding: 10px 18px 20px;
}
.lpib-father-card {
background: linear-gradient(to bottom, #fffdfa, #efe3c6);
border: 3px solid var(--lpib-gold);
border-radius: 12px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.lpib-father-card__image {
min-height: 138px;
background-size: cover;
background-position: center;
filter: saturate(0.9) contrast(0.96) brightness(0.78);
}
.lpib-father-card__content {
padding: 16px 16px 18px;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
height: 100%;
}
.lpib-father-card__name {
margin: 0;
font-size: clamp(23px, 1.65vw, 36px);
line-height: 1.08;
}
.lpib-father-card__meta {
font-size: clamp(16px, 1vw, 20px);
line-height: 1.2;
}
.lpib-father-card__description {
margin: 0;
font-size: clamp(16px, 0.95vw, 20px);
line-height: 1.22;
}
.lpib-father-card .lpib-card__button {
margin-top: auto;
}
.lpib-module-note {
padding: 18px 18px 8px;
text-align: center;
}
.lpib-module-note__divider {
width: min(620px, 78%);
height: 1px;
margin: 0 auto 10px;
background: linear-gradient(to right, rgba(115,90,46,0), rgba(115,90,46,0.55), rgba(115,90,46,0));
}
.lpib-module-note p {
margin: 0;
font-size: clamp(18px, 1.28vw, 24px);
line-height: 1.35;
}
@media (max-width: 1320px) {
.lpib-module-grid--top {
grid-template-columns: 1fr;
}
.lpib-fathers-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 900px) {
.lpib-module-main {
padding: 14px 14px 16px;
}
.lpib-module-toolbar {
flex-direction: column;
align-items: stretch;
}
.lpib-module-breadcrumb {
text-align: center;
}
.lpib-groups-grid,
.lpib-fathers-grid {
grid-template-columns: 1fr;
}
}
.lpib-main-banner {
margin: 0;
line-height: 0;
border-bottom: 4px solid rgba(184, 149, 78, 0.45);
}
.lpib-main-banner img {
display: block;
width: 100%;
height: auto;
margin: 0 auto;
}
.lpib-main--home {
padding-top: 18px;
}
.lpib-module-actions {
display: flex;
justify-content: flex-start;
padding: 10px 0 4px;
position: relative;
z-index: 1;
}
.lpib-panel__titlebar {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
min-height: 72px;
padding: 18px 22px 8px;
}
.lpib-panel__title--inline {
padding: 0;
text-align: center;
width: 100%;
}
.lpib-panel__title-spacer {
display: none;
}
.lpib-back-link--inline {
position: absolute;
left: 22px;
top: 50%;
transform: translateY(-50%);
justify-content: flex-start;
white-space: nowrap;
width: auto;
padding: 8px 12px;
font-size: 15px;
}
.lpib-back-link span {
margin-right: 6px;
font-size: 1.05em;
}
.lpib-group-summary .lpib-panel__body {
padding-top: 6px;
}
@media (max-width: 900px) {
.lpib-main--home {
padding-top: 12px;
}
.lpib-panel__titlebar {
min-height: 64px;
padding: 14px 16px 8px 16px;
}
.lpib-panel__title--inline {
text-align: center;
font-size: clamp(20px, 5vw, 30px);
}
.lpib-back-link--inline {
left: 16px;
padding: 6px 10px;
font-size: 14px;
}
.lpib-module-actions {
padding: 8px 18px 20px;
}
} .lpib-panel__footer-actions {
display: flex;
justify-content: flex-end;
padding: 14px 0 0;
position: relative;
z-index: 1;
}
.lpib-btn-detalle {
margin-top: 0;
min-width: 0;
padding: 10px 22px;
font-size: 15px;
border-radius: 12px;
cursor: pointer;
} .lpib-modal-overlay {
position: fixed;
inset: 0;
z-index: 9999;
background: rgba(18, 25, 40, 0.72);
display: flex;
align-items: flex-start;
justify-content: center;
padding-top: 96px; padding-bottom: 24px;
padding-left: 16px;
padding-right: 16px;
}
.lpib-modal-overlay[hidden] {
display: none;
}
.lpib-modal-box {
width: min(70vw, 1100px);
max-height: 75vh;
background: linear-gradient(to bottom, #fdf8f0, #f4ecd7);
border: 5px solid #274d78;
border-radius: 16px;
box-shadow:
inset 0 0 0 2px var(--lpib-gold, #c9aa56),
0 16px 48px rgba(18, 20, 30, 0.45);
display: flex;
flex-direction: column;
overflow: hidden;
font-family: "Georgia", "Times New Roman", serif;
color: #1d1a16;
} .lpib-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px 12px;
background: linear-gradient(to right, #214a78, #183b63);
border-bottom: 3px solid rgba(201, 170, 86, 0.6);
flex-shrink: 0;
}
.lpib-modal-header__title {
color: #f7ebc8;
font-size: clamp(17px, 1.5vw, 22px);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.lpib-modal-close {
background: none;
border: 2px solid rgba(201, 170, 86, 0.7);
border-radius: 8px;
color: #f7ebc8;
font-size: 18px;
line-height: 1;
width: 34px;
height: 34px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.15s ease, color 0.15s ease;
flex-shrink: 0;
}
.lpib-modal-close:hover,
.lpib-modal-close:focus-visible {
background: rgba(201, 170, 86, 0.25);
outline: none;
} .lpib-modal-body {
overflow-y: auto;
overflow-x: hidden;
padding: 24px 28px 28px;
flex: 1 1 auto;
scrollbar-width: thin;
scrollbar-color: #c9aa56 #e8d9b8;
}
.lpib-modal-body::-webkit-scrollbar {
width: 8px;
}
.lpib-modal-body::-webkit-scrollbar-track {
background: #e8d9b8;
border-radius: 4px;
}
.lpib-modal-body::-webkit-scrollbar-thumb {
background: #c9aa56;
border-radius: 4px;
}  .lpib-detalle-content__heading {
margin: 0 0 18px;
font-size: clamp(22px, 2vw, 30px);
line-height: 1.1;
color: #191612;
text-align: center;
border-bottom: 2px solid rgba(201, 170, 86, 0.5);
padding-bottom: 10px;
} .lpib-detalle-content__intro {
font-size: 20px;
line-height: 1.6;
margin: 0 0 16px;
color: #1d1a16;
} .lpib-detalle-content__text,
.lpib-detalle-content__list li,
.lpib-detalle-content__quote {
font-size: 18px;
line-height: 1.6;
color: #2a2318;
}
.lpib-detalle-content__text {
margin: 0 0 10px;
}
.lpib-detalle-content__quote {
margin: 16px 0;
padding: 12px 18px;
border-left: 4px solid rgba(201, 170, 86, 0.7);
background: rgba(201, 170, 86, 0.08);
border-radius: 0 8px 8px 0;
font-style: italic;
} .lpib-detalle-content__section-title {
margin: 22px 0 8px;
font-size: 18px;
font-weight: 700;
color: #183b63;
border-bottom: 1px solid rgba(201, 170, 86, 0.4);
padding-bottom: 4px;
}
.lpib-detalle-content__sub-title {
margin: 14px 0 6px;
font-size: 18px;
font-weight: 700;
color: #2c4a6e;
}
.lpib-detalle-content__list {
margin: 0 0 10px;
padding-left: 22px;
}
.lpib-detalle-content__list li {
margin-bottom: 6px;
} .lpib-detalle-content__lead {
margin: 0 0 12px;
font-weight: 600;
color: #17324f;
}
.lpib-divider {
height: 2px;
margin: 26px 0 22px;
background: linear-gradient(90deg, rgba(0,0,0,0), rgba(201, 170, 86, 0.95), rgba(0,0,0,0));
}
.lpib-detalle-content__sub-title--table {
margin-top: 0;
margin-bottom: 10px;
padding-left: 10px;
border-left: 4px solid rgba(201, 170, 86, 0.8);
}
.lpib-detalle-content__bibliography--support {
margin-top: 20px;
}
.lpib-detalle-content__bibliography {
margin-top: 24px;
padding-top: 16px;
border-top: 2px solid rgba(201, 170, 86, 0.45);
}
.lpib-detalle-content__table {
width: 100%;
border-collapse: collapse;
font-size: 16px;
font-family: "Georgia", "Times New Roman", serif;
}
.lpib-detalle-content__table th {
background: #274d78;
color: #f7ebc8;
padding: 7px 10px;
text-align: left;
font-weight: 700;
font-size: 16px;
}
.lpib-detalle-content__table td {
padding: 6px 10px;
border-bottom: 1px solid rgba(201, 170, 86, 0.3);
vertical-align: top;
font-size: 16px;
line-height: 1.45;
}
.lpib-detalle-content__table tr:nth-child(even) td {
background: rgba(201, 170, 86, 0.07);
}
@media (max-width: 768px) {
.lpib-modal-overlay {
padding-top: 72px;
padding-left: 8px;
padding-right: 8px;
}
.lpib-modal-box {
width: 100%;
max-height: 80vh;
}
.lpib-modal-body {
padding: 16px 16px 20px;
}
.lpib-detalle-content__table {
font-size: 12px;
}
} .lpib-main--home {
padding-top: 18px;
}
.lpib-home-shell {
display: block;
}
.lpib-side-tabs {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
gap: 0;
width: fit-content;
max-width: 100%;
}
.lpib-side-tab {
appearance: none;
border: 0;
border-top: 2px solid rgba(201,170,86,0.72);
border-left: 2px solid rgba(201,170,86,0.72);
border-right: 2px solid rgba(255,255,255,0.72);
border-bottom: 0;
background: linear-gradient(to bottom, #eadfca, #dbc9a6);
color: #2c2418;
font-family: var(--lpib-serif);
font-size: clamp(16px, 1.1vw, 22px);
font-weight: 700;
letter-spacing: 0.2px;
min-height: 86px;
padding: 14px 30px;
cursor: pointer;
transition: background 0.18s ease, color 0.18s ease;
border-top-left-radius: 18px;
border-top-right-radius: 18px;
white-space: nowrap;
line-height: 1;
}
.lpib-side-tab span {
display: block;
white-space: nowrap;
}
.lpib-side-tab.is-active {
background: linear-gradient(to bottom, #f7efe0, #efe2ca);
color: #173a5d;
border-right-color: rgba(255,255,255,0.88);
}
.lpib-home-panel {
min-width: 0;
background: linear-gradient(to bottom, rgba(255,255,255,0.32), rgba(255,255,255,0.08));
border-top: 2px solid rgba(255,255,255,0.72);
border-left: 2px solid rgba(40, 75, 114, 0.12);
padding: 14px 0 10px;
}
.lpib-tab-panel {
padding-left: 0;
}
.lpib-tab-panel[hidden] {
display: none !important;
}
.lpib-tab-panel .lpib-section-title {
margin-top: 0;
}
.lpib-epochs--fundamentos {
grid-template-columns: 1fr 1.4fr 1fr;
}
.lpib-card--foundation {
min-height: 430px;
}
.lpib-card__inner--foundation {
padding-top: 36px;
}
.lpib-footer--home {
padding: 8px 0 0;
} .lpib-modal-overlay {
position: fixed;
inset: 0;
background: rgba(13, 20, 28, 0.62);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
padding: 24px;
}
.lpib-modal-box {
width: min(1080px, 96vw);
max-height: 88vh;
overflow: hidden;
background: linear-gradient(to bottom, #f9f3e8, #efe4cf);
border: 3px solid #284b72;
box-shadow: inset 0 0 0 2px var(--lpib-gold), 0 16px 40px rgba(0,0,0,0.24);
border-radius: 18px;
}
.lpib-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 18px 24px;
background: linear-gradient(to bottom, #214a78, var(--lpib-blue));
border-bottom: 4px solid rgba(184, 149, 78, 0.45);
}
.lpib-modal-header__title {
color: #f7ebc8;
font-size: clamp(24px, 1.8vw, 32px);
line-height: 1.15;
font-weight: 700;
}
.lpib-modal-close {
appearance: none;
border: 0;
background: transparent;
color: #f7ebc8;
font-size: 28px;
line-height: 1;
cursor: pointer;
}
.lpib-modal-body {
max-height: calc(88vh - 86px);
overflow: auto;
padding: 24px 28px 28px;
font-size: clamp(18px, 1.18vw, 22px);
line-height: 1.52;
color: #1d1a16;
}
.lpib-modal-body h3 {
margin: 0 0 10px;
font-size: clamp(22px, 1.5vw, 28px);
line-height: 1.2;
color: #173a5d;
}
.lpib-modal-body p,
.lpib-modal-body ul {
margin: 0 0 16px;
}
.lpib-modal-body ul {
padding-left: 26px;
}
@media (max-width: 1200px) {
.lpib-home-shell {
display: block;
}
.lpib-side-tabs {
width: 100%;
flex-wrap: wrap;
}
.lpib-side-tab {
min-height: auto;
min-width: 0;
flex: 0 1 auto;
padding: 14px 18px;
font-size: clamp(15px, 1.9vw, 20px);
}
.lpib-home-panel {
border-left: 0;
border-top: 2px solid rgba(255,255,255,0.72);
}
.lpib-tab-panel {
padding-left: 0;
padding-top: 8px;
}
.lpib-epochs--fundamentos {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.lpib-main--home {
padding-top: 12px;
}
.lpib-side-tabs {
width: 100%;
gap: 8px;
}
.lpib-side-tab {
min-height: auto;
width: auto;
max-width: 100%;
padding: 12px 16px;
font-size: 15px;
}
.lpib-home-panel {
padding-top: 4px;
}
.lpib-modal-overlay {
padding: 10px;
}
.lpib-modal-body {
padding: 18px 18px 22px;
}
} .lpib-modal-box {
display: flex;
flex-direction: column;
}
.lpib-modal-body--foundation {
max-height: calc(88vh - 86px);
overflow-y: auto;
overflow-x: hidden;
padding: 26px 30px 34px;
}
.lpib-foundation-content {
display: block;
}
.lpib-foundation-heading {
margin: 0 0 16px;
padding: 0 0 10px;
border-bottom: 2px solid rgba(201, 170, 86, 0.45);
color: #173a5d;
font-size: clamp(24px, 1.75vw, 32px);
line-height: 1.2;
}
.lpib-foundation-subheading {
margin: 22px 0 10px;
color: #193f66;
font-size: clamp(20px, 1.35vw, 26px);
line-height: 1.24;
}
.lpib-modal-body--foundation p {
margin: 0 0 14px;
font-size: clamp(18px, 1.08vw, 21px);
line-height: 1.62;
color: #231d16;
}
.lpib-modal-body--foundation strong {
color: #173a5d;
}
.lpib-foundation-table-wrap {
margin: 18px 0 24px;
overflow-x: auto;
border: 1px solid rgba(40, 75, 114, 0.22);
border-radius: 12px;
background: rgba(255,255,255,0.66);
}
.lpib-foundation-table {
width: 100%;
border-collapse: collapse;
min-width: 720px;
font-size: clamp(16px, 0.98vw, 19px);
line-height: 1.5;
}
.lpib-foundation-table thead th {
background: linear-gradient(to bottom, #214a78, #183b63);
color: #f7ebc8;
text-align: left;
padding: 12px 14px;
border-right: 1px solid rgba(255,255,255,0.12);
font-weight: 700;
}
.lpib-foundation-table thead th:last-child {
border-right: 0;
}
.lpib-foundation-table tbody td {
vertical-align: top;
padding: 12px 14px;
border-top: 1px solid rgba(40, 75, 114, 0.14);
border-right: 1px solid rgba(40, 75, 114, 0.10);
}
.lpib-foundation-table tbody td:last-child {
border-right: 0;
}
.lpib-foundation-table tbody tr:nth-child(even) td {
background: rgba(244, 236, 215, 0.46);
}
.lpib-card__featured-image {
background-position: center center;
}
@media (max-width: 900px) {
.lpib-modal-body--foundation {
padding: 20px 18px 24px;
}
.lpib-foundation-table {
min-width: 640px;
}
} .lpib-modal-box--foundation {
position: relative;
background:
radial-gradient(circle at top right, rgba(201,170,86,0.16), transparent 22%),
radial-gradient(circle at bottom left, rgba(201,170,86,0.10), transparent 18%),
linear-gradient(to bottom, #fcf8f0, #efe4cf);
}
.lpib-modal-box--foundation::before {
content: "";
position: absolute;
inset: 10px;
border: 1px solid rgba(201,170,86,0.42);
border-radius: 12px;
pointer-events: none;
}
.lpib-modal-header {
position: relative;
padding: 20px 24px 18px;
}
.lpib-modal-header::after {
content: "";
position: absolute;
left: 24px;
right: 24px;
bottom: 0;
height: 1px;
background: linear-gradient(to right, rgba(255,255,255,0.06), rgba(247,235,200,0.92), rgba(255,255,255,0.06));
}
.lpib-modal-header__title {
position: relative;
padding-left: 18px;
letter-spacing: 0.3px;
}
.lpib-modal-header__title::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 70%;
border-radius: 999px;
background: linear-gradient(to bottom, #e5cf90, #b9913d);
box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
}
.lpib-modal-body--foundation {
position: relative;
padding-top: 30px;
}
.lpib-foundation-content > *:first-child {
margin-top: 0;
}
.lpib-foundation-heading {
position: relative;
margin: 0 0 18px;
padding: 14px 18px 14px 22px;
border: 1px solid rgba(201, 170, 86, 0.34);
border-left: 7px solid #b69246;
border-radius: 14px;
background: linear-gradient(to right, rgba(244,234,208,0.98), rgba(255,255,255,0.84));
box-shadow: 0 6px 18px rgba(57, 42, 20, 0.07);
color: #173a5d;
}
.lpib-foundation-heading::after {
content: "";
position: absolute;
left: 22px;
right: 22px;
bottom: 8px;
height: 1px;
background: linear-gradient(to right, rgba(183,146,70,0.46), rgba(183,146,70,0.04));
}
.lpib-foundation-subheading {
position: relative;
margin: 26px 0 12px;
padding-left: 16px;
font-weight: 700;
}
.lpib-foundation-subheading::before {
content: "";
position: absolute;
left: 0;
top: 4px;
bottom: 4px;
width: 4px;
border-radius: 999px;
background: linear-gradient(to bottom, #c8a85b, #22496f);
}
.lpib-modal-body--foundation p {
text-align: justify;
text-wrap: pretty;
}
.lpib-modal-body--foundation p + .lpib-foundation-heading,
.lpib-foundation-table-wrap + .lpib-foundation-heading {
margin-top: 30px;
}
.lpib-foundation-table-wrap {
margin: 18px 0 28px;
border: 1px solid rgba(40, 75, 114, 0.18);
border-radius: 16px;
background: rgba(255,255,255,0.74);
box-shadow: 0 8px 18px rgba(33, 28, 20, 0.06);
}
.lpib-foundation-table {
min-width: 760px;
}
.lpib-foundation-table thead th {
position: sticky;
top: 0;
z-index: 1;
padding: 13px 14px;
letter-spacing: 0.2px;
}
.lpib-foundation-table tbody td {
padding: 13px 14px;
}
.lpib-foundation-table tbody td:first-child {
width: 22%;
font-weight: 700;
color: #173a5d;
background: rgba(247,241,227,0.72);
}
.lpib-foundation-table tbody tr:nth-child(even) td:first-child {
background: rgba(240,230,205,0.92);
}
.lpib-foundation-table tbody tr:hover td {
background: rgba(226, 236, 246, 0.42);
}
.lpib-foundation-table tbody tr:hover td:first-child {
background: rgba(220, 229, 239, 0.88);
}
@media (max-width: 900px) {
.lpib-foundation-heading {
padding: 12px 14px 12px 18px;
}
.lpib-foundation-heading::after {
left: 18px;
right: 18px;
}
.lpib-foundation-table {
min-width: 680px;
}
}