.Hero-module__PgAKtG__hero{align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__heroBg{z-index:0;position:absolute;inset:0}.Hero-module__PgAKtG__heroBg img{object-fit:cover;width:100%;height:100%}.Hero-module__PgAKtG__heroBg:before{content:"";z-index:1;background:linear-gradient(74deg,#211111 0%,#211111cc 15%,#fff0 50%);position:absolute;inset:0}.Hero-module__PgAKtG__heroBg:after{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-accent-light), var(--color-accent));z-index:2;height:4px;position:absolute;bottom:0;left:0;right:0}.Hero-module__PgAKtG__heroContent{z-index:1;max-width:640px;padding:var(--space-3xl) 0;animation:.8s ease-out both Hero-module__PgAKtG__heroEntrance;position:relative}@keyframes Hero-module__PgAKtG__heroEntrance{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__heroTag{animation:.8s ease-out .1s both Hero-module__PgAKtG__heroEntrance}.Hero-module__PgAKtG__heroContent h2{animation:.8s ease-out .2s both Hero-module__PgAKtG__heroEntrance}.Hero-module__PgAKtG__heroUniversity{animation:.8s ease-out .3s both Hero-module__PgAKtG__heroEntrance}.Hero-module__PgAKtG__heroContent p{animation:.8s ease-out .4s both Hero-module__PgAKtG__heroEntrance}.Hero-module__PgAKtG__heroActions{animation:.8s ease-out .5s both Hero-module__PgAKtG__heroEntrance}.Hero-module__PgAKtG__heroTag{font-family:var(--font-body);color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--space-md);background:#c8a13554;border:1px solid #c8a135;border-radius:2px;padding:.3rem .9rem;font-size:.75rem;font-weight:700;animation:.8s ease-out .1s both Hero-module__PgAKtG__heroEntrance;display:inline-block}.Hero-module__PgAKtG__heroContent h2{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-md);letter-spacing:-.01em;font-size:3rem;font-weight:700;line-height:1.1}.Hero-module__PgAKtG__heroUniversity{font-family:var(--font-body);color:var(--color-accent-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md);align-items:center;gap:var(--space-sm);text-shadow:-2px -1px 2px #000000fc;font-size:.85rem;font-weight:600;display:flex}.Hero-module__PgAKtG__heroUniversity:before{content:"";background:var(--color-accent);width:24px;height:1px;display:inline-block}.Hero-module__PgAKtG__heroContent p{color:#fff;margin-bottom:var(--space-xl);text-shadow:2px 2px 2px #000000fc;max-width:480px;font-size:1.2rem;font-weight:500;line-height:1.7}.Hero-module__PgAKtG__btn{align-items:center;gap:var(--space-sm);font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius-sm);transition:all var(--transition-fast);cursor:pointer;text-transform:uppercase;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__PgAKtG__btnGhost{background:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.Hero-module__PgAKtG__btnGhost:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:#fff;box-shadow:var(--shadow-md)}.Hero-module__PgAKtG__btnOutline{color:#fff;background:0 0;border:2px solid #fff6}.Hero-module__PgAKtG__btnOutline:hover{color:#fff;background:#ffffff1a;border-color:#fff}.Hero-module__PgAKtG__heroActions{gap:var(--space-md);margin-top:var(--space-xl);display:flex}.Hero-module__PgAKtG__btnIcon{width:18px;height:18px;transition:transform var(--transition-fast)}.Hero-module__PgAKtG__btn:hover .Hero-module__PgAKtG__btnIcon{transform:translate(4px)}@media (max-width:768px){.Hero-module__PgAKtG__hero{min-height:400px}.Hero-module__PgAKtG__heroContent{padding:var(--space-xl) 0;max-width:100%}.Hero-module__PgAKtG__heroContent h2{font-size:2rem}.Hero-module__PgAKtG__heroContent p{max-width:100%;font-size:1rem}}@media (max-width:480px){.Hero-module__PgAKtG__hero{min-height:340px}.Hero-module__PgAKtG__heroContent h2{font-size:1.75rem}.Hero-module__PgAKtG__heroContent p{font-size:.95rem}}
.QuickAccess-module__KrpL9a__quickAccess{background:var(--color-bg-white);padding:var(--space-sm) 0;border-bottom:3px solid var(--color-primary-dark);box-shadow:var(--shadow-sm);z-index:10;position:relative}.QuickAccess-module__KrpL9a__container{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;max-width:var(--container-max);padding:0 var(--space-xl);flex-wrap:wrap;margin:0 auto;display:flex}.QuickAccess-module__KrpL9a__quickBtn{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-light);letter-spacing:.04em;text-transform:uppercase;transition:all var(--transition-base);white-space:nowrap;background:0 0;align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.QuickAccess-module__KrpL9a__quickBtn:after{content:"";background:var(--color-accent);height:2px;transition:transform var(--transition-base);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.QuickAccess-module__KrpL9a__quickBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-bg);box-shadow:var(--shadow-md);transform:translateY(-2px)}.QuickAccess-module__KrpL9a__quickBtn:hover:after{transform:scaleX(1)}.QuickAccess-module__KrpL9a__quickBtn svg{width:16px;height:16px;transition:transform var(--transition-base);flex-shrink:0}.QuickAccess-module__KrpL9a__quickBtn:hover svg{transform:scale(1.1)}.QuickAccess-module__KrpL9a__quickBtnHighlight{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.QuickAccess-module__KrpL9a__quickBtnHighlight:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff;box-shadow:0 4px 16px #7b1a2c4d}.QuickAccess-module__KrpL9a__quickBtnHighlight:after{background:#fff}@media (max-width:768px){.QuickAccess-module__KrpL9a__container{padding:0 var(--space-md);gap:var(--space-sm)}}@media (max-width:480px){.QuickAccess-module__KrpL9a__container{justify-content:center}.QuickAccess-module__KrpL9a__quickBtn{flex:0 0 calc(50% - var(--space-xs));justify-content:center;padding:.5rem .6rem;font-size:.72rem}}
.NewsCard-module__6nlyzq__card{background:var(--color-bg-white);border:1px solid var(--color-border-light);border-radius:var(--radius-md);height:100%;transition:box-shadow var(--transition-base), transform var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.NewsCard-module__6nlyzq__card:before{content:"";background:var(--color-accent);transform-origin:bottom;width:3px;transition:transform var(--transition-base);z-index:1;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.NewsCard-module__6nlyzq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.NewsCard-module__6nlyzq__card:hover:before{transform:scaleY(1)}.NewsCard-module__6nlyzq__cardLink{z-index:1;position:absolute;inset:0}.NewsCard-module__6nlyzq__imageWrapper{aspect-ratio:16/10;background:var(--color-bg-alt);width:100%;position:relative;overflow:hidden}.NewsCard-module__6nlyzq__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.NewsCard-module__6nlyzq__card:hover .NewsCard-module__6nlyzq__image{transform:scale(1.05)}.NewsCard-module__6nlyzq__content{gap:var(--space-sm);padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.NewsCard-module__6nlyzq__meta{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.NewsCard-module__6nlyzq__category{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);background:var(--color-accent-muted);border-radius:var(--radius-sm);transition:background var(--transition-fast), color var(--transition-fast);padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.NewsCard-module__6nlyzq__card:hover .NewsCard-module__6nlyzq__category{background:#7b1a2c1a}.NewsCard-module__6nlyzq__metaDate{color:var(--color-text-muted);white-space:nowrap;font-size:.75rem;font-weight:400}.NewsCard-module__6nlyzq__title{font-family:var(--font-heading);color:var(--color-text);transition:color var(--transition-fast);z-index:2;font-size:1.2rem;font-weight:600;line-height:1.35;position:relative}.NewsCard-module__6nlyzq__titleLink{color:inherit}.NewsCard-module__6nlyzq__titleLink:hover{color:var(--color-primary-dark)}.NewsCard-module__6nlyzq__excerpt{color:var(--color-text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.65;display:-webkit-box;overflow:hidden}.NewsCard-module__6nlyzq__cardFooter{padding-top:var(--space-md);border-top:1px solid var(--color-border-light);align-items:center;margin-top:auto;display:flex}.NewsCard-module__6nlyzq__readMore{color:var(--color-primary);transition:gap var(--transition-fast), color var(--transition-fast);z-index:2;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:inline-flex;position:relative}.NewsCard-module__6nlyzq__readMore:hover{color:var(--color-primary-dark);gap:.6rem}
.NewsCardCompact-module__zihUmW__item{gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border-light);cursor:pointer;display:flex}.NewsCardCompact-module__zihUmW__item:last-child{border-bottom:none}.NewsCardCompact-module__zihUmW__imageWrapper{border-radius:var(--radius-sm);flex-shrink:0;width:160px;height:110px;display:block;overflow:hidden}.NewsCardCompact-module__zihUmW__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.NewsCardCompact-module__zihUmW__item:hover .NewsCardCompact-module__zihUmW__image{transform:scale(1.05)}.NewsCardCompact-module__zihUmW__body{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.NewsCardCompact-module__zihUmW__meta{align-items:center;gap:.4rem;display:flex}.NewsCardCompact-module__zihUmW__date{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.NewsCardCompact-module__zihUmW__date:before{content:"";background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%237b1a2c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:12px;height:12px;display:inline-block}.NewsCardCompact-module__zihUmW__title{font-family:var(--font-heading);color:var(--color-text);transition:color var(--transition-fast);font-size:1.1rem;font-weight:600;line-height:1.35}.NewsCardCompact-module__zihUmW__titleLink{color:inherit}.NewsCardCompact-module__zihUmW__item:hover .NewsCardCompact-module__zihUmW__title{color:var(--color-primary)}.NewsCardCompact-module__zihUmW__excerpt{color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.NewsCardCompact-module__zihUmW__excerpt p{margin:0}@media (max-width:480px){.NewsCardCompact-module__zihUmW__item{flex-direction:column}.NewsCardCompact-module__zihUmW__imageWrapper{width:100%;height:160px}}
.page-module__E9xXbW__header{margin:var(--space-lg) 0;text-align:left}.page-module__E9xXbW__subtitle{padding-left:var(--space-md);margin-bottom:0}.page-module__E9xXbW__grid{gap:var(--space-xl);grid-template-columns:repeat(1,1fr);display:grid}.page-module__E9xXbW__paginationLoading{padding:var(--space-xl) 0;color:var(--color-text-muted,#666);justify-content:center;display:flex}@media (min-width:640px){.page-module__E9xXbW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__E9xXbW__grid{grid-template-columns:repeat(3,1fr)}}
.HomeSections-module__X4ixvG__section{padding:var(--space-2xl) 0}.HomeSections-module__X4ixvG__sectionGrid{gap:var(--space-2xl);grid-template-columns:2fr 1fr;align-items:start;display:grid}.HomeSections-module__X4ixvG__programCards{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.HomeSections-module__X4ixvG__programCard{background:var(--color-bg-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);transition:all var(--transition-base);position:relative;overflow:hidden}.HomeSections-module__X4ixvG__programCard:before{content:"";background:var(--color-accent);width:3px;transition:transform var(--transition-base);transform-origin:bottom;z-index:1;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.HomeSections-module__X4ixvG__programCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.HomeSections-module__X4ixvG__programCard:hover:before{transform:scaleY(1)}.HomeSections-module__X4ixvG__programCardImg{height:185px;position:relative;overflow:hidden}.HomeSections-module__X4ixvG__programCardImg img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.HomeSections-module__X4ixvG__programCard:hover .HomeSections-module__X4ixvG__programCardImg img{transform:scale(1.06)}.HomeSections-module__X4ixvG__programLabel{color:#fff;font-family:var(--font-heading);background:linear-gradient(#0000,#1e080ee0);padding:.6rem 1rem;font-size:1.15rem;font-style:italic;font-weight:600;position:absolute;bottom:0;left:0;right:0}.HomeSections-module__X4ixvG__programCardBody{padding:var(--space-lg)}.HomeSections-module__X4ixvG__programCardBody h4{font-family:var(--font-heading);color:var(--color-primary-dark);margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:600;line-height:1.3}.HomeSections-module__X4ixvG__programCardBody p{color:var(--color-text-light);margin-bottom:var(--space-md);font-size:.875rem;line-height:1.6}.HomeSections-module__X4ixvG__programCardActions{align-items:center;display:flex}.HomeSections-module__X4ixvG__sidebarPanel{background:var(--color-bg-white);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:var(--space-xl);box-shadow:var(--shadow-sm)}.HomeSections-module__X4ixvG__sidebarPanelTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:2px solid var(--color-primary);font-size:.75rem;font-weight:700}.HomeSections-module__X4ixvG__directionsGrid{gap:var(--space-sm);margin-bottom:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.HomeSections-module__X4ixvG__directionItem{text-align:center;padding:var(--space-md) var(--space-sm);border-radius:var(--radius-sm);background:var(--color-bg);transition:all var(--transition-fast);cursor:pointer;border:1px solid #0000;flex-direction:column;align-items:center;display:flex}.HomeSections-module__X4ixvG__directionItem:hover{background:var(--color-bg-alt);border-color:var(--color-primary-light);color:var(--color-primary-dark);transform:translateY(-1px)}.HomeSections-module__X4ixvG__directionItem svg{width:26px;height:26px;color:var(--color-primary);margin-bottom:var(--space-sm)}.HomeSections-module__X4ixvG__directionItem span{color:var(--color-text-light);letter-spacing:.02em;font-size:.7rem;font-weight:600;line-height:1.3}.HomeSections-module__X4ixvG__sidebarSocialLink{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-bg);border-radius:var(--radius-sm);margin-bottom:var(--space-md);transition:background var(--transition-fast);display:flex}.HomeSections-module__X4ixvG__sidebarSocialLink:hover{background:var(--color-bg-alt)}.HomeSections-module__X4ixvG__socialIcon{color:#fff;background:#1877f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.HomeSections-module__X4ixvG__socialIcon svg{width:16px;height:16px}.HomeSections-module__X4ixvG__socialText{color:var(--color-text);font-size:.8rem;font-weight:600;line-height:1.3}.HomeSections-module__X4ixvG__statsBand{background:var(--color-primary-dark);padding:var(--space-xl) 0;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.HomeSections-module__X4ixvG__statsBand:before{content:"";background:var(--color-accent);z-index:2;height:2px;position:absolute;top:0;left:0;right:0}.HomeSections-module__X4ixvG__statsBand:after{display:none}.HomeSections-module__X4ixvG__statsContainer{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);box-sizing:border-box;grid-template-columns:.6fr 1.2fr 1.2fr 1fr;align-items:center;gap:0;margin:0 auto;display:grid}.HomeSections-module__X4ixvG__statItem{text-align:center;padding:var(--space-md) var(--space-lg);flex-direction:column;justify-content:center;display:flex;position:relative}.HomeSections-module__X4ixvG__statItem:not(:last-child):after{content:"";background:var(--color-accent);opacity:.6;width:1px;position:absolute;top:15%;bottom:15%;right:0}.HomeSections-module__X4ixvG__statIconOnly{color:var(--color-accent);justify-content:center;align-items:center;display:flex}.HomeSections-module__X4ixvG__statIconOnly svg{width:52px;height:52px}.HomeSections-module__X4ixvG__statFdcs{font-family:var(--font-heading);color:var(--color-accent);text-align:center;font-size:3.5rem;font-weight:700;line-height:1}.HomeSections-module__X4ixvG__statNumber{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;font-size:4rem;font-weight:600;line-height:1}.HomeSections-module__X4ixvG__statLabel{font-family:var(--font-body);color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.HomeSections-module__X4ixvG__newsList{gap:var(--space-lg);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.HomeSections-module__X4ixvG__newsItem{gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border-light);cursor:pointer;display:flex}.HomeSections-module__X4ixvG__newsItem:last-child{border-bottom:none}.HomeSections-module__X4ixvG__newsImg{border-radius:var(--radius-sm);flex-shrink:0;width:160px;height:110px;overflow:hidden}.HomeSections-module__X4ixvG__newsImg img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.HomeSections-module__X4ixvG__newsItem:hover .HomeSections-module__X4ixvG__newsImg img{transform:scale(1.05)}.HomeSections-module__X4ixvG__newsBody h4{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-xs);transition:color var(--transition-fast);font-size:1.1rem;font-weight:600;line-height:1.35}.HomeSections-module__X4ixvG__newsItem:hover .HomeSections-module__X4ixvG__newsBody h4{color:var(--color-primary)}.HomeSections-module__X4ixvG__newsMeta{color:var(--color-text-muted);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.HomeSections-module__X4ixvG__newsMeta svg{width:12px;height:12px;color:var(--color-accent)}.HomeSections-module__X4ixvG__newsBody p{color:var(--color-text-light);font-size:.875rem;line-height:1.6}.HomeSections-module__X4ixvG__socialPanel{margin-top:var(--space-lg)}.HomeSections-module__X4ixvG__socialPanelTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.75rem;font-weight:700}.HomeSections-module__X4ixvG__socialFbCard{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-bg);border-radius:var(--radius-sm);margin-bottom:var(--space-md);border:1px solid var(--color-border-light);display:flex}.HomeSections-module__X4ixvG__fbIcon{color:#fff;background:#1877f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.HomeSections-module__X4ixvG__fbIcon svg{width:18px;height:18px}.HomeSections-module__X4ixvG__fbText{color:var(--color-text);font-size:.85rem;font-weight:600;line-height:1.3}.HomeSections-module__X4ixvG__socialFbBtn{justify-content:center;align-items:center;gap:var(--space-sm);background:var(--color-primary-dark);color:#fff;border-radius:var(--radius-sm);letter-spacing:.04em;text-transform:uppercase;width:100%;transition:background var(--transition-fast);padding:.65rem;font-size:.8rem;font-weight:600;display:flex}.HomeSections-module__X4ixvG__socialFbBtn svg{flex-shrink:0;width:16px;height:16px}.HomeSections-module__X4ixvG__socialFbBtn:hover{background:var(--color-primary);color:#fff}.HomeSections-module__X4ixvG__revistaCard{margin-top:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fdfaf6;flex-direction:column;display:flex;overflow:hidden;container-type:inline-size}@container (min-width:500px){.HomeSections-module__X4ixvG__revistaCard{flex-direction:row;align-items:center}.HomeSections-module__X4ixvG__revistaImageWrapper{flex:1;padding:2rem 0 2rem 2rem}.HomeSections-module__X4ixvG__revistaContent{flex:1.5;padding:2rem}}.HomeSections-module__X4ixvG__revistaImageWrapper{justify-content:center;align-items:center;padding:2rem 1.5rem 0;display:flex}.HomeSections-module__X4ixvG__revistaImage{object-fit:contain;filter:drop-shadow(0 10px 15px #0003);max-width:100%;height:auto;max-height:280px;transition:transform var(--transition-slow)}.HomeSections-module__X4ixvG__revistaCard:hover .HomeSections-module__X4ixvG__revistaImage{transform:translateY(-5px)}.HomeSections-module__X4ixvG__revistaContent{flex-direction:column;align-items:flex-start;padding:1.5rem 2rem 2rem;display:flex}.HomeSections-module__X4ixvG__revistaTopText{color:#c0904d;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.2rem;font-size:.85rem;font-weight:700}.HomeSections-module__X4ixvG__revistaTitle{font-family:var(--font-heading);color:#6c2329;margin-bottom:.5rem;font-size:3.2rem;font-weight:700;line-height:1}.HomeSections-module__X4ixvG__revistaDivider{background-color:#c0904d;border:0;width:100%;height:2px;margin:1rem 0 1.5rem}.HomeSections-module__X4ixvG__revistaDesc{color:var(--color-text-light);margin-bottom:1.8rem;font-size:.9rem;line-height:1.6}.HomeSections-module__X4ixvG__revistaBtn{color:#fff;border-radius:var(--radius-sm);font-family:var(--font-body);background-color:#6c2329;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.HomeSections-module__X4ixvG__revistaBtn:hover{color:#fff;background-color:#55191f;transform:translateY(-2px)}.HomeSections-module__X4ixvG__revistaLink{color:#6c2329;align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.HomeSections-module__X4ixvG__revistaLink:hover{color:#c0904d}.HomeSections-module__X4ixvG__revistaLink svg{color:#c0904d;width:18px;height:18px}.HomeSections-module__X4ixvG__servicesSection{padding:var(--space-2xl) 0 var(--space-3xl);background:var(--color-bg-alt)}.HomeSections-module__X4ixvG__servicesGrid{gap:var(--space-lg);margin-top:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.HomeSections-module__X4ixvG__serviceCard{align-items:center;gap:var(--space-lg);padding:var(--space-xl);background:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-base);cursor:pointer;border-bottom:3px solid #0000;display:flex;position:relative;overflow:hidden}.HomeSections-module__X4ixvG__serviceCard:before{content:"";opacity:0;transition:opacity var(--transition-base);background:linear-gradient(135deg,#7b1a2c08 0%,#0000 60%);position:absolute;inset:0}.HomeSections-module__X4ixvG__serviceCard:hover{border-bottom-color:var(--color-accent);box-shadow:var(--shadow-lg);color:inherit;transform:translateY(-4px)}.HomeSections-module__X4ixvG__serviceCard:hover:before{opacity:1}.HomeSections-module__X4ixvG__serviceCardIcon{background:var(--color-bg);border-radius:var(--radius-sm);width:52px;height:52px;color:var(--color-primary);transition:background var(--transition-fast), color var(--transition-fast);border:1px solid var(--color-border-light);flex-shrink:0;justify-content:center;align-items:center;display:flex}.HomeSections-module__X4ixvG__serviceCard:hover .HomeSections-module__X4ixvG__serviceCardIcon{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.HomeSections-module__X4ixvG__serviceCardIcon svg{width:24px;height:24px}.HomeSections-module__X4ixvG__serviceCardText h4{font-family:var(--font-heading);color:var(--color-text);margin-bottom:.15rem;font-size:1.15rem;font-weight:600}.HomeSections-module__X4ixvG__serviceCardText span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.HomeSections-module__X4ixvG__serviceCardText span svg{width:12px;height:12px;color:var(--color-accent)}.HomeSections-module__X4ixvG__btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius-sm);transition:all var(--transition-fast);cursor:pointer;text-transform:uppercase;border:2px solid #0000;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.HomeSections-module__X4ixvG__btnPrimary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.HomeSections-module__X4ixvG__btnPrimary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.HomeSections-module__X4ixvG__btnOutline{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.HomeSections-module__X4ixvG__btnOutline:hover{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.HomeSections-module__X4ixvG__btnGhost{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.HomeSections-module__X4ixvG__btnGhost:hover{color:#fff;background:#fff3;border-color:#fff9;transform:translateY(-2px)}.HomeSections-module__X4ixvG__btnSm{padding:.45rem 1rem;font-size:.75rem}.HomeSections-module__X4ixvG__btnIcon{flex-shrink:0;width:16px;height:16px}@media (max-width:1024px){.HomeSections-module__X4ixvG__sectionGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr}.HomeSections-module__X4ixvG__statsBand>.HomeSections-module__X4ixvG__container,.HomeSections-module__X4ixvG__statsContainer{grid-template-columns:repeat(3,1fr)}.HomeSections-module__X4ixvG__programCards{grid-template-columns:repeat(1,1fr)}}@media (max-width:768px){.HomeSections-module__X4ixvG__sectionGrid{gap:var(--space-xl);grid-template-columns:1fr}.HomeSections-module__X4ixvG__servicesGrid{grid-template-columns:repeat(2,1fr)}.HomeSections-module__X4ixvG__statsBand>.HomeSections-module__X4ixvG__container,.HomeSections-module__X4ixvG__statsContainer{grid-template-columns:repeat(3,1fr)}.HomeSections-module__X4ixvG__statNumber{font-size:2.2rem}}@media (max-width:480px){.HomeSections-module__X4ixvG__programCards,.HomeSections-module__X4ixvG__servicesGrid{grid-template-columns:1fr}.HomeSections-module__X4ixvG__newsItem{flex-direction:column}.HomeSections-module__X4ixvG__newsImg{width:100%;height:160px}.HomeSections-module__X4ixvG__statsBand>.HomeSections-module__X4ixvG__container,.HomeSections-module__X4ixvG__statsContainer{gap:var(--space-md);grid-template-columns:1fr}.HomeSections-module__X4ixvG__statItem:not(:last-child):after{display:none}.statItem:not(:last-child):after{display:none}:is(.HomeSections-module__X4ixvG__statItem,.statItem){padding:var(--space-lg) var(--space-md)}.HomeSections-module__X4ixvG__quickBtn{flex:0 0 calc(50% - var(--space-xs));justify-content:center;font-size:.72rem}}
.Pagination-module__QyWOzW__pagination{justify-content:center;gap:var(--space-lg);margin-top:var(--space-2xl);padding:var(--space-lg) 0;display:flex}.Pagination-module__QyWOzW__link{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);background-color:var(--color-primary-light);color:#fff;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.Pagination-module__QyWOzW__link:hover{background-color:var(--color-primary-dark,var(--color-primary));color:#fff;transform:translateY(-2px)}.Pagination-module__QyWOzW__link:active{transform:translateY(0)}.Pagination-module__QyWOzW__info{color:var(--color-text-muted,#666);font-style:italic}
