:root{--aea-navy:#06264a;--aea-navy2:#0b477f;--aea-sky:#69c5ee;--aea-sky2:#dff4ff;--aea-gold:#e0a326;--aea-green:#22a95a;--aea-ink:#172538;--aea-muted:#6d7a89;--aea-bg:#f4f7fa;--aea-white:#fff;--aea-border:#dfe7ef;--aea-shadow:0 10px 28px rgba(8,42,82,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--aea-bg);color:var(--aea-ink);font-family:"Cairo","IBM Plex Sans Arabic","Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.8}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.aea-container{width:min(1460px,calc(100% - 40px));margin:auto}.aea-site-header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.aea-site-header svg .fill{fill:currentColor;stroke:none}

/* Top information bar */

/* Argentine flag header */
.aea-brandbar{position:relative;overflow:hidden;background:#eff9fe;border-bottom:1px solid rgba(6,38,74,.12)}.aea-brandbar__flag{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.28)),url('../images/header-argentina-flag.svg');background-size:cover;background-position:center;opacity:.96;pointer-events:none}.aea-brandbar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.22) 45%,rgba(255,255,255,.02));pointer-events:none}.aea-brandbar__inner{position:relative;z-index:2;min-height:168px;display:flex;align-items:center;justify-content:space-between;gap:36px}.aea-brand{display:flex;align-items:center;gap:16px;min-width:350px}.aea-brand img{display:block;width:154px;height:135px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(3,37,69,.18))}.aea-brand__name{display:flex;flex-direction:column;text-align:right;text-shadow:0 1px 0 rgba(255,255,255,.7)}.aea-brand__name strong{font-size:30px;line-height:1.25;color:#063a69;font-weight:900}.aea-brand__name small{font-family:Georgia,"Times New Roman",serif;font-size:20px;color:#2e5370;margin-top:5px;direction:ltr;text-align:right}.aea-header-actions{display:flex;align-items:center;gap:13px;direction:rtl}.aea-header-search{display:flex;width:300px;height:48px;border:1px solid rgba(6,38,74,.24);border-radius:9px;overflow:hidden;background:rgba(255,255,255,.92);box-shadow:0 4px 14px rgba(6,38,74,.08)}.aea-header-search input{width:100%;border:0;padding:11px 15px;font:inherit;outline:0;background:transparent;color:var(--aea-ink)}.aea-header-search button{width:48px;border:0;border-right:1px solid rgba(6,38,74,.12);background:#fff;color:var(--aea-navy);display:grid;place-items:center;cursor:pointer}.aea-header-search button svg{width:21px;height:21px}.aea-contact-button,.aea-whatsapp-button{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;border-radius:9px;color:#fff;font-weight:800;box-shadow:0 5px 14px rgba(6,38,74,.13);transition:transform .2s ease,filter .2s ease;white-space:nowrap}.aea-contact-button:hover,.aea-whatsapp-button:hover{transform:translateY(-2px);filter:brightness(1.06)}.aea-contact-button{background:linear-gradient(135deg,#117ac1,#07589b)}.aea-whatsapp-button{background:linear-gradient(135deg,#2bc264,#15984b)}.aea-contact-button svg,.aea-whatsapp-button svg{width:19px;height:19px}

/* Navigation */
.aea-navbar{background:linear-gradient(90deg,#061d38,#0a315d);box-shadow:0 5px 16px rgba(0,0,0,.16);position:relative;z-index:25}.aea-nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:58px}.aea-primary-nav{flex:1}.aea-primary-menu,.aea-primary-menu ul{list-style:none;margin:0;padding:0}.aea-primary-menu{display:flex;align-items:stretch;min-height:58px}.aea-primary-menu>li{position:relative;display:flex}.aea-primary-menu>li>a{display:flex;align-items:center;color:#fff;padding:0 23px;font-weight:800;border-left:1px solid rgba(255,255,255,.07);transition:background .2s ease}.aea-primary-menu>li>a:hover,.aea-primary-menu>li.current-menu-item>a{background:linear-gradient(180deg,#1381c6,#0a67ad)}.aea-nav-arrow{font-size:15px;margin-right:6px}.aea-primary-menu .sub-menu{position:absolute;top:100%;right:0;min-width:335px;padding:10px;background:#fff;border:1px solid var(--aea-border);border-radius:0 0 10px 10px;box-shadow:var(--aea-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:100}.aea-primary-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.aea-primary-menu .sub-menu a{display:block;padding:10px 12px;border-radius:7px;font-size:14px}.aea-primary-menu .sub-menu a:hover{background:#edf6ff;color:var(--aea-navy2)}.aea-menu-toggle,.aea-guide-toggle{display:none;border:0;background:#0f4b8b;color:#fff;padding:10px 14px;border-radius:8px;font-weight:800}.aea-menu-toggle{align-items:center;gap:8px}

/* Main layout */
.aea-main{padding:30px 0 46px}.aea-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.aea-content-area{min-width:0}.aea-guide{position:sticky;top:18px;background:#fff;border:1px solid var(--aea-border);border-radius:14px;box-shadow:var(--aea-shadow);overflow:hidden;max-height:calc(100vh - 36px);overflow-y:auto}.aea-guide h2{margin:0;padding:16px 18px;background:linear-gradient(135deg,var(--aea-navy2),#2d94c9);color:#fff;font-size:20px}.aea-guide__body{padding:8px}.aea-guide__group h3{margin:12px 8px 5px;color:var(--aea-navy2);font-size:13px;border-bottom:1px solid var(--aea-border);padding-bottom:5px}.aea-guide__links a{display:grid;grid-template-columns:24px 1fr 16px;align-items:center;gap:8px;padding:8px 9px;margin:3px 0;border-radius:8px;font-size:13px;font-weight:700;border:1px solid transparent}.aea-guide__links a:hover{background:#f1f8fd;border-color:#cfe9f7;color:var(--aea-navy2)}.aea-guide__icon{font-size:14px}.aea-guide__links b{color:var(--aea-gold);font-size:18px}
.aea-breaking{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--aea-border);border-radius:11px;padding:10px 14px;margin-bottom:22px;overflow:hidden}.aea-breaking strong{background:var(--aea-gold);color:#fff;padding:7px 12px;border-radius:7px;white-space:nowrap}.aea-breaking__items{display:flex;gap:30px;white-space:nowrap;overflow:hidden}.aea-breaking__items a{font-size:14px;font-weight:700}.aea-section-heading{display:flex;justify-content:space-between;align-items:center;margin:0 0 17px;border-bottom:1px solid var(--aea-border)}.aea-section-heading span{display:inline-block;padding:0 0 9px;border-bottom:3px solid var(--aea-sky);font-size:23px;font-weight:900;color:var(--aea-navy)}.aea-section-heading a{font-size:13px;color:var(--aea-navy2);font-weight:800}.aea-hero-news,.aea-home-section{margin-bottom:34px}.aea-lead-story{position:relative;height:480px;border-radius:15px;overflow:hidden;box-shadow:var(--aea-shadow);background:#111}.aea-lead-story img{width:100%;height:100%;object-fit:cover;opacity:.83}.aea-lead-story__overlay{position:absolute;inset:auto 0 0;padding:100px 32px 28px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.92))}.aea-lead-story__overlay>span{display:inline-block;background:var(--aea-navy2);padding:5px 10px;border-radius:6px;font-size:13px}.aea-lead-story__overlay h1{font-size:34px;line-height:1.45;margin:10px 0 6px}.aea-lead-story__overlay p{margin:0;max-width:820px}.aea-lead-story__overlay small{display:block;margin-top:7px;opacity:.85}.aea-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.aea-card{background:#fff;border:1px solid var(--aea-border);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(8,42,82,.07);transition:.2s}.aea-card:hover{transform:translateY(-3px);box-shadow:var(--aea-shadow)}.aea-card img{width:100%;height:215px;object-fit:cover}.aea-card>a>div{padding:13px 15px}.aea-card span,.aea-meta{font-size:12px;color:var(--aea-muted)}.aea-card h2{margin:4px 0;font-size:18px;line-height:1.65}.aea-page-card,.aea-single-card,.aea-archive-header{background:#fff;border:1px solid var(--aea-border);border-radius:15px;box-shadow:var(--aea-shadow);padding:30px}.aea-page-card h1,.aea-single-card h1,.aea-archive-header h1{font-size:34px;line-height:1.45;margin:0 0 18px;color:var(--aea-navy)}.aea-entry-content{font-size:18px;line-height:2.05;text-align:justify}.aea-entry-content h2,.aea-entry-content h3{color:var(--aea-navy2)}.aea-featured{margin:24px 0}.aea-featured img{width:100%;border-radius:13px}.aea-share{display:flex;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid var(--aea-border)}.aea-share button,.aea-button{border:0;border-radius:8px;background:var(--aea-navy2);color:#fff;padding:10px 16px;font-weight:700;cursor:pointer}.aea-tags{margin-top:18px;color:var(--aea-muted)}
.aea-site-footer{background:var(--aea-navy);color:#dce8f4;margin-top:0;border-top:4px solid var(--aea-gold)}.aea-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px;padding:44px 0}.aea-footer-brand img{width:180px;max-height:95px;object-fit:contain;object-position:right}.aea-footer-grid h3{color:#fff;margin:0 0 12px}.aea-footer-grid a{display:block;margin:7px 0;color:#dce8f4}.aea-footer-grid a:hover{color:#fff}.aea-copyright{text-align:center;border-top:1px solid rgba(255,255,255,.13);padding:15px;font-size:13px}.aea-mobile-guide{background:#f5fbfe;padding:12px}.aea-mobile-guide .aea-guide{position:static;max-height:none;box-shadow:none}.aea-404{text-align:center}.aea-404 h1{font-size:90px;color:var(--aea-sky)}

@media(max-width:1180px){.aea-container{width:min(100% - 24px,1460px)}.aea-brandbar__inner{min-height:145px}.aea-brand{min-width:300px}.aea-brand img{width:130px;height:118px}.aea-brand__name strong{font-size:26px}.aea-brand__name small{font-size:18px}.aea-header-search{width:245px}.aea-contact-button,.aea-whatsapp-button{padding:0 14px}.aea-primary-menu>li>a{padding:0 17px}.aea-menu-toggle,.aea-guide-toggle{display:inline-flex}.aea-primary-nav{display:none;position:absolute;top:100%;right:12px;left:12px;background:#fff;z-index:120;padding:12px;border-radius:0 0 12px 12px;box-shadow:var(--aea-shadow)}.aea-primary-nav.is-open{display:block}.aea-primary-menu{display:block;min-height:0}.aea-primary-menu>li{display:block}.aea-primary-menu>li>a{color:var(--aea-ink);padding:11px 13px;border-left:0}.aea-primary-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding-right:16px}.aea-layout{grid-template-columns:1fr}.aea-layout>.aea-guide{display:none}.aea-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.aea-topbar__inner{display:block;text-align:center;padding:7px 0}.aea-topbar__contact{justify-content:center;flex-wrap:wrap;gap:7px 13px}.aea-topbar__tools{justify-content:center;margin-top:6px}.aea-brandbar__inner{display:block;text-align:center;padding:18px 0 20px}.aea-brand{justify-content:center;min-width:0}.aea-header-actions{margin-top:16px;justify-content:center;flex-wrap:wrap}.aea-header-search{width:min(100%,330px)}.aea-brandbar__flag{background-position:62% center}.aea-nav-inner{min-height:56px}.aea-guide-toggle{margin-right:auto}}
@media(max-width:560px){.aea-container{width:min(100% - 18px,1460px)}.aea-topbar__contact .aea-topbar-item:first-child{width:100%;justify-content:center}.aea-brand{gap:10px}.aea-brand img{width:105px;height:98px}.aea-brand__name strong{font-size:22px}.aea-brand__name small{font-size:17px}.aea-header-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:9px}.aea-header-search{grid-column:1/-1;width:100%}.aea-contact-button,.aea-whatsapp-button{height:44px;padding:0 10px}.aea-lead-story{height:360px}.aea-lead-story__overlay{padding:70px 18px 18px}.aea-lead-story__overlay h1{font-size:24px}.aea-lead-story__overlay p{display:none}.aea-news-grid{grid-template-columns:1fr}.aea-card img{height:225px}.aea-page-card,.aea-single-card,.aea-archive-header{padding:19px}.aea-page-card h1,.aea-single-card h1,.aea-archive-header h1{font-size:27px}.aea-entry-content{font-size:17px;text-align:right}.aea-footer-grid{grid-template-columns:1fr;gap:20px}.aea-section-heading span{font-size:20px}.aea-breaking__items a:not(:first-child){display:none}}
@media print{.aea-site-header,.aea-guide,.aea-site-footer,.aea-share{display:none!important}.aea-layout{display:block}.aea-main{padding:0}.aea-single-card{box-shadow:none;border:0}}


/* =========================================================
   PerteneSer — consolidated visual layer
   Clean replacement for previous header/guide overrides
   ========================================================= */

/* Header image and identity */
.aea-brandbar{
  background:#dcecf7;
}

.aea-brandbar__flag{
  background-image:
    linear-gradient(90deg,rgba(2,22,46,.10),rgba(255,255,255,.08)),
    url('https://www.perteneser.com.ar/wp-content/uploads/2026/07/655eefe0423604365677200a.jpg');
  background-size:cover;
  background-position:center 38%;
  opacity:1;
  filter:saturate(.94) contrast(1.03);
}

.aea-brandbar:after{
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.62) 0%,
    rgba(255,255,255,.36) 34%,
    rgba(255,255,255,.10) 62%,
    rgba(4,31,64,.07) 100%
  );
}

.aea-brandbar__inner{
  min-height:184px;
  padding:16px 0;
  justify-content:space-between;
}

/* Compact glass identity card — preserves the approved look */
.aea-brand{
  gap:17px;
  min-width:405px;
  padding:9px 14px;
  background:rgba(255,255,255,.56);
  border:1px solid rgba(255,255,255,.60);
  border-radius:17px;
  box-shadow:0 8px 22px rgba(5,35,68,.10);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.aea-brand img{
  width:124px;
  height:124px;
  flex:0 0 124px;
  object-fit:contain;
  margin:0;
  filter:drop-shadow(0 5px 10px rgba(3,37,69,.16));
}

.aea-brand__name{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  gap:3px;
  text-align:right;
  text-shadow:0 1px 0 rgba(255,255,255,.85);
}

.aea-brand__name strong,
.aea-brand__name small{
  display:block;
  width:100%;
  margin:0;
  white-space:nowrap;
  text-align:right;
}

.aea-brand__name strong{
  font-size:31px;
  line-height:1.14;
  font-weight:900;
  color:#062f5c;
  letter-spacing:-.25px;
}

.aea-brand__name small{
  font-family:Arial,"Helvetica Neue",sans-serif;
  font-size:24px;
  line-height:1.14;
  font-weight:800;
  color:#d69716;
  letter-spacing:0;
}

/* Keep approved search/contact controls */
.aea-header-actions{
  direction:ltr;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.70);
  box-shadow:0 10px 28px rgba(4,31,63,.11);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}

.aea-header-search{
  direction:rtl;
  width:285px;
  border-radius:10px;
}

.aea-contact-button,
.aea-whatsapp-button{
  border-radius:10px;
}

/* Single-column content + Argentina guide */
.aea-layout{
  grid-template-columns:minmax(0,1fr) 285px;
  gap:24px;
}

.aea-guide{
  border-radius:10px;
  border-color:#d9e4ef;
  box-shadow:0 7px 24px rgba(5,35,68,.10);
  scrollbar-width:thin;
  scrollbar-color:#8b98a5 transparent;
}

.aea-guide h2{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 18px;
  background:linear-gradient(180deg,#0b3f78,#082f5d);
  font-size:20px;
}

.aea-guide__body{
  padding:10px 9px 12px;
}

.aea-guide__group{
  margin:0 0 8px;
  border:1px solid #e2e9ef;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.aea-guide__group-toggle{
  width:100%;
  border:0;
  display:grid;
  grid-template-columns:25px 1fr 18px;
  align-items:center;
  gap:8px;
  padding:11px 12px;
  background:#f3f8fd;
  color:#0a3767;
  font:inherit;
  font-weight:900;
  text-align:right;
  cursor:pointer;
}

.aea-guide__group:nth-child(2) .aea-guide__group-toggle{background:#fff3df;color:#b56c08}
.aea-guide__group:nth-child(3) .aea-guide__group-toggle{background:#edf7e7;color:#3a702a}
.aea-guide__group:nth-child(4) .aea-guide__group-toggle{background:#eef4fb;color:#315f8e}
.aea-guide__group:nth-child(5) .aea-guide__group-toggle{background:#f2f8f4;color:#397254}

.aea-guide__group-toggle b{
  font-size:17px;
  transition:transform .2s ease;
}

.aea-guide__group.is-open .aea-guide__group-toggle b{
  transform:rotate(180deg);
}

.aea-guide__group-icon{
  font-size:17px;
}

.aea-guide__links{
  padding:3px 8px 6px;
  background:#fff;
}

.aea-guide__links[hidden]{
  display:none;
}

.aea-guide__links a{
  grid-template-columns:20px 1fr 14px;
  gap:7px;
  padding:8px 7px;
  margin:0;
  border-radius:0;
  border-bottom:1px solid #edf1f5;
  font-size:13px;
  font-weight:700;
  color:#173e68;
}

.aea-guide__links a:last-child{
  border-bottom:0;
}

.aea-guide__links a:hover{
  background:#f6faff;
  border-color:#edf1f5;
  color:#0573bb;
}

.aea-guide__links b{
  font-size:16px;
  color:#0b4d88;
}

.aea-guide__icon{
  font-size:13px;
  text-align:center;
}

/* Responsive identity sizing */
@media(max-width:1180px){
  .aea-brand{
    min-width:340px;
    gap:13px;
    padding:8px 12px;
  }
  .aea-brand img{
    width:108px;
    height:108px;
    flex-basis:108px;
  }
  .aea-brand__name strong{font-size:27px}
  .aea-brand__name small{font-size:21px}
  .aea-header-actions{padding:10px}
}

@media(max-width:820px){
  .aea-brandbar__flag{background-position:54% center}
  .aea-brandbar:after{background:rgba(255,255,255,.38)}
  .aea-brandbar__inner{padding:20px 0}
  .aea-brand{
    width:max-content;
    max-width:100%;
    min-width:0;
    margin-inline:auto;
    justify-content:center;
    gap:12px;
    padding:9px 12px;
  }
  .aea-brand img{
    width:98px;
    height:98px;
    flex-basis:98px;
  }
  .aea-brand__name{align-items:center}
  .aea-brand__name strong,
  .aea-brand__name small{text-align:center}
  .aea-brand__name strong{font-size:25px}
  .aea-brand__name small{font-size:19px}
  .aea-header-actions{
    direction:rtl;
    margin-inline:auto;
  }
}

@media(max-width:560px){
  .aea-brandbar__flag{background-position:58% center}
  .aea-brand{
    gap:8px;
    padding:7px 9px;
    border-radius:14px;
  }
  .aea-brand img{
    width:78px;
    height:78px;
    flex-basis:78px;
  }
  .aea-brand__name strong{font-size:20px}
  .aea-brand__name small{font-size:15px}
}

/* =========================================================
   PerteneSer — footer matching approved reference
   ========================================================= */

.aea-site-footer{
  margin-top:0;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 50% 10%,rgba(24,92,149,.13),transparent 38%),
    linear-gradient(135deg,#031a34 0%,#062c54 52%,#03182f 100%);
  border-top:4px solid var(--aea-gold);
}

.aea-footer-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr .9fr 1fr;
  gap:0;
  align-items:center;
  padding:48px 0 42px;
}

.aea-footer-grid > div{
  min-height:270px;
  padding:10px 36px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.aea-footer-grid > div + div{
  border-right:1px solid rgba(255,255,255,.18);
}

.aea-footer-grid h3{
  position:relative;
  width:max-content;
  margin:0 auto 25px;
  padding-bottom:11px;
  color:#fff;
  font-size:22px;
  line-height:1.3;
  font-weight:900;
  text-align:center;
}

.aea-footer-grid h3:after{
  content:"";
  position:absolute;
  right:50%;
  bottom:0;
  width:44px;
  height:3px;
  border-radius:10px;
  background:var(--aea-gold);
  transform:translateX(50%);
}

.aea-footer-brand{
  align-items:center;
}

.aea-footer-brand a{
  display:block;
  padding:6px;
  border:3px solid var(--aea-gold);
  border-radius:24px;
  background:rgba(255,255,255,.06);
  box-shadow:
    0 0 0 3px rgba(224,163,38,.18),
    0 12px 28px rgba(0,0,0,.25);
  line-height:0;
}

.aea-footer-brand img{
  display:block;
  width:390px;
  max-width:100%;
  height:auto;
  border-radius:17px;
}

.aea-footer-links{
  text-align:center;
}

.aea-footer-links a{
  display:grid;
  grid-template-columns:1fr 22px;
  align-items:center;
  gap:12px;
  width:100%;
  margin:13px 0;
  color:#fff;
  font-size:16px;
  text-align:right;
  transition:color .2s ease,transform .2s ease;
}

.aea-footer-links a:hover{
  color:var(--aea-gold);
  transform:translateX(-2px);
}

.aea-footer-links svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:var(--aea-gold);
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aea-footer-network-main{
  color:var(--aea-gold)!important;
  font-weight:800;
}

.aea-footer-follow{
  text-align:center;
}

.aea-footer-social{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:13px;
  direction:ltr;
}

.aea-footer-social a{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 7px 18px rgba(0,0,0,.20);
  transition:transform .2s ease,filter .2s ease;
}

.aea-footer-social a:hover{
  transform:translateY(-3px) scale(1.04);
  filter:brightness(1.1);
}

.aea-footer-social svg,
.aea-footer-contact-link svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aea-footer-social svg .fill{
  fill:currentColor;
  stroke:none;
}

.aea-footer-social .is-facebook{background:#1877f2}
.aea-footer-social .is-x{background:#070707}
.aea-footer-social .is-instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b 48%,#6228d7)}
.aea-footer-social .is-whatsapp{background:#25d366}

.aea-footer-contact{
  text-align:center;
}

.aea-footer-contact-link{
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  gap:13px;
  width:max-content;
  max-width:100%;
  margin:15px auto!important;
  color:#fff!important;
  font-size:16px;
  direction:ltr;
}

.aea-footer-contact-link svg{
  flex:0 0 21px;
  color:#dceaf5;
}

.aea-footer-description-band{
  padding:18px 0;
  border-top:1px solid var(--aea-gold);
  background:#03182f;
}

.aea-footer-description{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  width:100%;
  margin:0;
  padding:22px 34px;
  border:2px solid var(--aea-gold);
  border-radius:14px;
  background:rgba(3,25,50,.58);
  box-shadow:inset 0 0 0 3px rgba(224,163,38,.13);
  color:#f7f9fc;
  font-size:17px;
  line-height:2;
  text-align:center;
}

.aea-footer-description__symbol{
  color:var(--aea-gold);
  font-size:22px;
  line-height:1;
}

.aea-copyright{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  min-height:66px;
  padding:15px 18px;
  border-top:2px solid var(--aea-gold);
  background:#03182f;
  color:#fff;
  text-align:center;
  font-size:15px;
}

.aea-copyright a{
  color:#fff;
}

.aea-copyright a[href*="noticias-latinas"]{
  color:var(--aea-gold);
  font-weight:800;
}

.aea-copyright a:hover{
  color:var(--aea-gold);
}

.aea-copyright-dot{
  color:var(--aea-gold);
  font-size:18px;
}

@media(max-width:1180px){
  .aea-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .aea-footer-grid > div{
    min-height:230px;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.13);
  }

  .aea-footer-brand img{
    width:340px;
  }
}

@media(max-width:700px){
  .aea-footer-grid{
    grid-template-columns:1fr;
    padding:24px 0 18px;
  }

  .aea-footer-grid > div{
    min-height:auto;
    padding:28px 14px;
  }

  .aea-footer-brand img{
    width:285px;
  }

  .aea-footer-links a{
    width:min(260px,100%);
    margin-inline:auto;
  }

  .aea-footer-contact-link{
    justify-content:center;
  }

  .aea-footer-description-band{
    padding:14px 0;
  }

  .aea-footer-description{
    width:calc(100% - 18px);
    margin-inline:auto;
    grid-template-columns:auto 1fr auto;
    gap:8px;
    padding:16px 12px;
    font-size:13px;
    line-height:1.9;
  }

  .aea-footer-description__symbol{
    font-size:16px;
  }

  .aea-copyright{
    gap:6px 8px;
    min-height:58px;
    padding:13px 12px;
    font-size:12px;
  }
}


/* =========================================================
   Footer final corrections
   ========================================================= */

/* Compact the upper footer and remove the large gap above the description. */
.aea-footer-grid{
  padding-top:34px;
  padding-bottom:18px;
}

.aea-footer-grid > div{
  min-height:210px;
  padding-top:0;
  padding-bottom:0;
}

/* Raise and enlarge the logo area. */
.aea-footer-brand{
  align-self:start;
  padding-top:4px!important;
}

.aea-footer-brand a{
  width:100%;
  max-width:410px;
  padding:0;
  overflow:hidden;
  background:transparent;
}

.aea-footer-brand img{
  width:100%;
  height:100%;
  min-height:190px;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
}

/* Keep social heading and icons centered after Telegram removal. */
.aea-footer-follow{
  align-items:center;
}

.aea-footer-social{
  justify-content:center;
}

/* Reduce the empty space before the description band. */
.aea-footer-description-band{
  margin-top:0;
  padding-top:12px;
}

/* Copyright wording and spacing. */
.aea-copyright{
  gap:9px;
}

@media(max-width:1180px){
  .aea-footer-grid > div{
    min-height:190px;
  }

  .aea-footer-brand{
    align-self:center;
  }

  .aea-footer-brand a{
    max-width:360px;
  }

  .aea-footer-brand img{
    min-height:165px;
  }
}

@media(max-width:700px){
  .aea-footer-grid{
    padding-top:22px;
    padding-bottom:12px;
  }

  .aea-footer-grid > div{
    min-height:auto;
  }

  .aea-footer-brand a{
    max-width:300px;
  }

  .aea-footer-brand img{
    min-height:135px;
  }
}

/* =========================================================
   Footer final polish — approved corrections only
   ========================================================= */

/* Remove extra vertical space in the upper footer. */
.aea-footer-grid{
  padding-top:28px;
  padding-bottom:10px;
}

.aea-footer-grid > div{
  min-height:180px;
}

/* Logo: keep proportions, fill its framed box, no crop or distortion. */
.aea-footer-brand{
  align-self:start;
  padding-top:0!important;
}

.aea-footer-brand a{
  width:100%;
  max-width:410px;
  padding:0;
  overflow:hidden;
  background:transparent;
  border:2px solid var(--aea-gold);
  border-radius:20px;
  box-shadow:
    0 0 0 3px rgba(224,163,38,.18),
    0 8px 20px rgba(0,0,0,.20);
  line-height:0;
}

.aea-footer-brand img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  margin:0;
  object-fit:contain;
  object-position:center;
  border-radius:16px;
  filter:none;
}

/* Keep the remaining three basic links clean and aligned. */
.aea-footer-links a{
  grid-template-columns:1fr 22px;
}

.aea-footer-links a:empty{
  display:none!important;
}

/* Center social heading and the four remaining icons. */
.aea-footer-follow{
  align-items:center;
}

.aea-footer-social{
  justify-content:center;
}

/* Bring the description box closer and center its text vertically. */
.aea-footer-description-band{
  margin-top:0;
  padding-top:8px;
}

.aea-footer-description{
  min-height:0;
  padding-top:16px;
  padding-bottom:16px;
  align-items:center;
}

/* Exact approved copyright order and visual treatment. */
.aea-copyright{
  direction:ltr;
  gap:9px;
  justify-content:center;
}

.aea-copyright a[href*="noticias-latinas"]{
  color:var(--aea-gold);
  font-weight:800;
}

@media(max-width:1180px){
  .aea-footer-grid > div{
    min-height:165px;
  }

  .aea-footer-brand{
    align-self:center;
  }

  .aea-footer-brand a{
    max-width:360px;
  }
}

@media(max-width:700px){
  .aea-footer-grid{
    padding-top:18px;
    padding-bottom:8px;
  }

  .aea-footer-grid > div{
    min-height:auto;
  }

  .aea-footer-brand a{
    max-width:300px;
  }

  .aea-footer-description-band{
    padding-top:6px;
  }
}

/* =========================================================
   Footer logo — remove gold frame only
   ========================================================= */

.aea-footer-brand a{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.aea-footer-brand img{
  border-radius:0!important;
}

/* =========================================================
   Footer logo — final alignment with the gold description box
   ========================================================= */

.aea-footer-brand{
  align-self:stretch!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding-top:0!important;
}

.aea-footer-brand a{
  width:min(100%,360px)!important;
  max-width:360px!important;
  margin:0!important;
}

.aea-footer-brand img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
}

@media(max-width:1180px){
  .aea-footer-brand{
    align-items:center!important;
  }

  .aea-footer-brand a{
    width:min(100%,330px)!important;
    max-width:330px!important;
  }
}

@media(max-width:700px){
  .aea-footer-brand{
    align-items:center!important;
  }

  .aea-footer-brand a{
    width:min(100%,285px)!important;
    max-width:285px!important;
  }
}

/* =========================================================
   Header final separators and spacing
   ========================================================= */

/* Separate translation flags from social icons. */
.aea-topbar__tools{
  gap:24px!important;
}

.aea-social-mini{
  margin-inline-start:8px;
}

/* Four thin gold lines: above/below top information row and navbar. */
.aea-topbar{
  border-top:1px solid var(--aea-gold);
  border-bottom:1px solid var(--aea-gold);
}

.aea-navbar{
  border-top:1px solid var(--aea-gold);
  border-bottom:1px solid var(--aea-gold);
}

/* Keep the gold separators full width and visually clean. */
.aea-topbar,
.aea-navbar{
  background-clip:padding-box;
}

@media(max-width:820px){
  .aea-topbar__tools{
    gap:16px!important;
  }

  .aea-social-mini{
    margin-inline-start:4px;
  }
}

/* =========================================================
   Topbar final spacing — move social icons toward the center
   ========================================================= */

.aea-topbar__inner{
  justify-content:space-between;
}

.aea-topbar__tools{
  flex:1 1 auto;
  justify-content:space-between;
  min-width:0;
}

.aea-translate{
  flex:0 0 auto;
}

.aea-social-mini{
  flex:0 0 auto;
  margin-inline-start:42px!important;
  margin-inline-end:auto!important;
}

@media(max-width:1180px){
  .aea-social-mini{
    margin-inline-start:24px!important;
  }
}

@media(max-width:820px){
  .aea-topbar__tools{
    justify-content:center;
    flex-wrap:wrap;
  }

  .aea-social-mini{
    margin-inline:0!important;
  }
}

/* =========================================================
   Home news modules, ticker and Argentina guide enhancements
   ========================================================= */

/* Breaking-news ticker */
.aea-breaking{
  direction:rtl;
}

.aea-breaking__viewport{
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
}

.aea-breaking__track{
  width:max-content;
  display:flex;
  align-items:center;
  gap:34px;
  will-change:transform;
  white-space:nowrap;
}

.aea-breaking__track a{
  position:relative;
  flex:0 0 auto;
  padding-inline-start:18px;
}

.aea-breaking__track a:before{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--aea-gold);
  transform:translateY(-50%);
}

.aea-breaking__controls{
  display:flex;
  direction:ltr;
  flex:0 0 auto;
  border-right:1px solid var(--aea-border);
  padding-right:10px;
}

.aea-breaking__controls button{
  width:34px;
  height:34px;
  border:0;
  background:#fff;
  color:var(--aea-navy);
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.aea-breaking__controls button:hover{
  color:var(--aea-gold);
}

/* First special section */
.aea-featured-section{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);
  gap:16px;
}

.aea-featured-section__lead{
  min-height:430px;
  border-radius:14px;
  overflow:hidden;
  background:#111;
  box-shadow:var(--aea-shadow);
}

.aea-featured-section__lead>a{
  position:relative;
  display:block;
  height:100%;
}

.aea-featured-section__lead img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
}

.aea-featured-section__overlay{
  position:absolute;
  inset:auto 0 0;
  padding:90px 24px 22px;
  color:#fff;
  background:linear-gradient(transparent,rgba(0,0,0,.92));
}

.aea-featured-section__overlay span{
  font-size:12px;
  opacity:.85;
}

.aea-featured-section__overlay h2{
  margin:6px 0;
  font-size:27px;
  line-height:1.55;
}

.aea-featured-section__overlay p{
  margin:0;
  font-size:14px;
}

.aea-featured-section__side{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.aea-featured-section__side .aea-card img{
  height:145px;
}

.aea-featured-section__side .aea-card h2{
  font-size:15px;
  line-height:1.55;
}

/* Four cards for all regular sections */
.aea-news-grid--four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.aea-news-grid--four .aea-card img{
  height:175px;
}

.aea-news-grid--four .aea-card h2{
  font-size:16px;
  line-height:1.6;
}

.aea-card__media{
  position:relative;
}

.aea-video-play{
  position:absolute;
  inset:50% auto auto 50%;
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  padding-left:3px;
  color:#fff;
  background:rgba(6,38,74,.88);
  border:2px solid rgba(255,255,255,.85);
  transform:translate(-50%,-50%);
  box-shadow:0 7px 18px rgba(0,0,0,.24);
}

/* Argentina guide */
.aea-guide h2{
  position:sticky;
  top:0;
  z-index:4;
}

.aea-guide__tools{
  position:sticky;
  top:58px;
  z-index:3;
  padding:10px;
  background:#fff;
  border-bottom:1px solid var(--aea-border);
}

.aea-guide__search{
  height:38px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 10px;
  border:1px solid #d9e4ef;
  border-radius:8px;
  background:#f8fbfe;
  color:var(--aea-navy2);
}

.aea-guide__search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  font:inherit;
  font-size:12px;
}

.aea-guide__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:8px;
}

.aea-guide__actions button{
  border:1px solid #dce7f1;
  border-radius:7px;
  background:#fff;
  color:#0b4d88;
  padding:6px 8px;
  font:inherit;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.aea-guide__actions button:hover{
  background:#eef7fd;
}

.aea-guide__group{
  transition:box-shadow .2s ease,transform .2s ease;
}

.aea-guide__group.is-open{
  box-shadow:0 4px 12px rgba(5,35,68,.07);
}

.aea-guide__links a{
  transition:background .18s ease,color .18s ease,padding-right .18s ease;
}

.aea-guide__links a:hover{
  padding-right:11px;
}

.aea-guide__empty{
  margin:16px 8px;
  padding:12px;
  border-radius:8px;
  background:#f8fbfe;
  color:var(--aea-muted);
  text-align:center;
  font-size:12px;
}

@media(max-width:1180px){
  .aea-featured-section{
    grid-template-columns:1fr;
  }

  .aea-featured-section__side{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .aea-news-grid--four{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .aea-breaking{
    gap:8px;
    padding:8px;
  }

  .aea-breaking strong{
    font-size:12px;
    padding:6px 9px;
  }

  .aea-breaking__controls{
    display:none;
  }

  .aea-breaking__track{
    gap:24px;
  }

  .aea-featured-section__lead,
  .aea-featured-section__lead img{
    min-height:330px;
  }

  .aea-featured-section__side{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .aea-news-grid--four{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   Latest news — one large automatic slider only
   ========================================================= */

.aea-hero-slider{
  position:relative;
  overflow:hidden;
  border-radius:15px;
  background:#111;
  box-shadow:var(--aea-shadow);
}

.aea-hero-slider__track{
  position:relative;
  height:480px;
}

.aea-hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:0;
  opacity:0;
  visibility:hidden;
  transform:scale(1.015);
  transition:
    opacity .65s ease,
    visibility .65s ease,
    transform 1.2s ease;
  pointer-events:none;
  box-shadow:none;
}

.aea-hero-slide.is-active{
  opacity:1;
  visibility:visible;
  transform:scale(1);
  pointer-events:auto;
  z-index:2;
}

.aea-hero-slide > a{
  display:block;
  width:100%;
  height:100%;
}

.aea-hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.aea-hero-slider__arrow{
  position:absolute;
  top:50%;
  z-index:5;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:50%;
  display:grid;
  place-items:center;
  padding:0 0 4px;
  color:#fff;
  background:rgba(3,24,47,.72);
  font-size:31px;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
  transition:background .2s ease,transform .2s ease;
}

.aea-hero-slider__arrow:hover{
  background:var(--aea-gold);
  transform:translateY(-50%) scale(1.05);
}

.aea-hero-slider__arrow--prev{
  left:18px;
}

.aea-hero-slider__arrow--next{
  right:18px;
}

.aea-hero-slider__dots{
  position:absolute;
  right:50%;
  bottom:16px;
  z-index:6;
  display:flex;
  align-items:center;
  gap:8px;
  transform:translateX(50%);
}

.aea-hero-slider__dots button{
  width:9px;
  height:9px;
  padding:0;
  border:1px solid rgba(255,255,255,.85);
  border-radius:50%;
  background:rgba(255,255,255,.42);
  cursor:pointer;
  transition:width .2s ease,border-radius .2s ease,background .2s ease;
}

.aea-hero-slider__dots button.is-active{
  width:28px;
  border-radius:10px;
  background:var(--aea-gold);
  border-color:var(--aea-gold);
}

/* The old four windows under Latest News are intentionally removed. */
.aea-hero-news > .aea-news-grid--top{
  display:none!important;
}

@media(max-width:700px){
  .aea-hero-slider__track{
    height:360px;
  }

  .aea-hero-slider__arrow{
    width:36px;
    height:36px;
    font-size:26px;
  }

  .aea-hero-slider__arrow--prev{
    left:9px;
  }

  .aea-hero-slider__arrow--next{
    right:9px;
  }

  .aea-hero-slider__dots{
    bottom:11px;
  }
}
/* PerteneSer — regla de compatibilidad visual. */
.aea-guide__search{
    display:none !important;
}
/* PerteneSer — regla de compatibilidad visual. */
@media (max-width: 1180px){

    .aea-layout{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        grid-template-columns:none !important;
    }

    .aea-layout > .aea-guide{
        display:none !important;
        width:0 !important;
        min-width:0 !important;
        max-width:0 !important;
        margin:0 !important;
        padding:0 !important;
    }

    .aea-content-area{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
    }
}
/* PerteneSer — regla de compatibilidad visual. */
@media (min-width: 1181px){

    .aea-navbar{
        position:relative;
        z-index:9999;
        overflow:visible !important;
    }

    .aea-nav-inner,
    .aea-primary-nav,
    .aea-primary-menu,
    .aea-primary-menu > li{
        overflow:visible !important;
    }

    .aea-primary-menu .sub-menu{
        top:calc(100% - 1px) !important;
        z-index:10000 !important;
        transform:none !important;
        pointer-events:none;
    }

    .aea-primary-menu li:hover > .sub-menu,
    .aea-primary-menu li:focus-within > .sub-menu{
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        pointer-events:auto !important;
    }

    .aea-primary-menu .sub-menu a{
        position:relative;
        z-index:10001;
        display:block;
        color:#172538;
        cursor:pointer;
    }
}

/* =========================================================
   MAIN NAVIGATION — WordPress managed menu
   ========================================================= */

/* Desktop navigation */
@media (min-width:1181px){

    .aea-navbar{
        position:relative;
        z-index:9999;
        overflow:visible!important;
        background:linear-gradient(90deg,#061d38,#0a315d);
    }

    .aea-nav-inner,
    .aea-primary-nav,
    .aea-primary-menu,
    .aea-primary-menu > li{
        overflow:visible!important;
    }

    .aea-primary-menu{
        display:flex;
        align-items:stretch;
        min-height:58px;
    }

    .aea-primary-menu > li{
        position:relative;
        display:flex;
    }

    /* Subtle separators between main menu items */
    .aea-primary-menu > li + li::before{
        content:"";
        position:absolute;
        top:18%;
        right:0;
        width:1px;
        height:64%;
        background:rgba(224,163,38,.34);
        pointer-events:none;
    }

    .aea-primary-menu > li > a{
        position:relative;
        display:flex;
        align-items:center;
        justify-content:center;
        min-height:58px;
        padding:0 23px;
        border:0!important;
        background:transparent!important;
        color:#fff!important;
        font-weight:800;
        transition:background .22s ease,color .22s ease;
    }

    /* Gold underline under every top-level name */
    .aea-primary-menu > li > a::after{
        content:"";
        position:absolute;
        right:18%;
        left:18%;
        bottom:0;
        height:3px;
        border-radius:4px 4px 0 0;
        background:var(--aea-gold);
        opacity:.72;
        transform:scaleX(.78);
        transform-origin:center;
        transition:opacity .22s ease,transform .22s ease;
    }

    .aea-primary-menu > li:hover > a,
    .aea-primary-menu > li:focus-within > a{
        background:#0b3f78!important;
        color:#fff!important;
    }

    .aea-primary-menu > li:hover > a::after,
    .aea-primary-menu > li:focus-within > a::after{
        opacity:1;
        transform:scaleX(1);
    }

    .aea-primary-menu > li.current-menu-item > a,
    .aea-primary-menu > li.current-menu-ancestor > a,
    .aea-primary-menu > li.current-menu-parent > a,
    .aea-primary-menu > li.current_page_item > a,
    .aea-primary-menu > li.current_page_ancestor > a{
        background:#0a3767!important;
        color:#fff!important;
    }

    .aea-primary-menu > li.current-menu-item > a::after,
    .aea-primary-menu > li.current-menu-ancestor > a::after,
    .aea-primary-menu > li.current-menu-parent > a::after,
    .aea-primary-menu > li.current_page_item > a::after,
    .aea-primary-menu > li.current_page_ancestor > a::after{
        opacity:1;
        transform:scaleX(1);
    }

    /* Dropdown */
    .aea-primary-menu .sub-menu{
        position:absolute;
        top:calc(100% - 1px)!important;
        right:0;
        min-width:335px;
        margin:0;
        padding:9px;
        border:1px solid var(--aea-border);
        border-top:3px solid var(--aea-gold)!important;
        border-radius:0 0 10px 10px;
        background:#fff;
        box-shadow:var(--aea-shadow);
        opacity:0;
        visibility:hidden;
        transform:translateY(5px)!important;
        pointer-events:none;
        transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
        z-index:10000!important;
    }

    .aea-primary-menu li:hover > .sub-menu,
    .aea-primary-menu li:focus-within > .sub-menu{
        opacity:1!important;
        visibility:visible!important;
        transform:none!important;
        pointer-events:auto!important;
    }

    .aea-primary-menu .sub-menu li{
        display:block;
    }

    .aea-primary-menu .sub-menu li + li{
        border-top:1px solid #e7edf3;
    }

    .aea-primary-menu .sub-menu a{
        position:relative;
        z-index:10001;
        display:block;
        padding:10px 12px;
        border-radius:6px;
        background:#fff!important;
        color:#173e68!important;
        font-size:14px;
        cursor:pointer;
        transition:background .18s ease,color .18s ease,padding-right .18s ease;
    }

    .aea-primary-menu .sub-menu a:hover,
    .aea-primary-menu .sub-menu a:focus,
    .aea-primary-menu .sub-menu .current-menu-item > a{
        padding-right:18px;
        background:#f4f8fc!important;
        color:#06264a!important;
    }
}

/* Mobile and tablet navigation */
@media (max-width:1180px){

    .aea-primary-menu > li + li::before,
    .aea-primary-menu > li > a::after{
        display:none!important;
    }

    .aea-primary-menu > li > a{
        background:transparent!important;
        color:var(--aea-ink)!important;
    }

    .aea-primary-menu > li.current-menu-item > a,
    .aea-primary-menu > li.current-menu-ancestor > a,
    .aea-primary-menu > li.current-menu-parent > a,
    .aea-primary-menu > li.current_page_item > a,
    .aea-primary-menu > li.current_page_ancestor > a{
        background:#eef5fb!important;
        color:var(--aea-navy)!important;
        border-right:3px solid var(--aea-gold)!important;
    }

    .aea-primary-menu .sub-menu{
        border-top:0!important;
    }
}
/* =========================================================
   GUIDE PAGES — mobile width and long-content protection
   Prevents URLs, mixed Arabic/Spanish text and embedded HTML
   from widening the page beyond the phone viewport.
   ========================================================= */
html,
body{
    max-width:100%;
    overflow-x:hidden;
}

.aea-main,
.aea-container,
.aea-layout,
.aea-content-area,
.aea-page-card,
.aea-single-card,
.aea-entry-content{
    min-width:0;
    max-width:100%;
}

.aea-entry-content,
.aea-entry-content *{
    overflow-wrap:anywhere;
    word-wrap:break-word;
}

.aea-entry-content a{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:break-word;
    white-space:normal;
}

.aea-entry-content img,
.aea-entry-content video,
.aea-entry-content iframe,
.aea-entry-content svg,
.aea-entry-content canvas{
    display:block;
    max-width:100%!important;
    height:auto!important;
}

.aea-entry-content iframe{
    width:100%!important;
}

.aea-entry-content table{
    width:100%!important;
    max-width:100%!important;
    table-layout:fixed;
}

.aea-entry-content th,
.aea-entry-content td{
    overflow-wrap:anywhere;
    word-break:break-word;
}

.aea-entry-content pre,
.aea-entry-content code{
    max-width:100%;
    white-space:pre-wrap;
    overflow-wrap:anywhere;
    word-break:break-word;
}

/* Covers full custom HTML blocks inserted by the guide plugin. */
.aea-entry-content > div,
.aea-entry-content > section,
.aea-entry-content [class*="guide"],
.aea-entry-content [class*="directory"],
.aea-entry-content [style*="width"]{
    max-width:100%!important;
}

@media (max-width:560px){
    .aea-main{
        padding-top:18px;
    }

    .aea-container{
        width:calc(100% - 16px)!important;
        margin-right:auto!important;
        margin-left:auto!important;
    }

    .aea-layout{
        display:block!important;
        width:100%!important;
    }

    .aea-content-area{
        width:100%!important;
    }

    .aea-page-card,
    .aea-single-card,
    .aea-archive-header{
        width:100%!important;
        max-width:100%!important;
        padding:16px!important;
        margin-right:0!important;
        margin-left:0!important;
        overflow:hidden;
    }

    .aea-entry-content{
        width:100%!important;
        max-width:100%!important;
        font-size:16px;
        line-height:1.95;
        text-align:right;
    }

    .aea-entry-content p,
    .aea-entry-content li,
    .aea-entry-content h1,
    .aea-entry-content h2,
    .aea-entry-content h3,
    .aea-entry-content h4,
    .aea-entry-content h5,
    .aea-entry-content h6{
        max-width:100%;
    }

    .aea-entry-content a{
        display:inline;
        font-size:inherit;
    }
}

/* =========================================================
   FINAL FIX — long links inside guide pages
   ========================================================= */
.aea-entry-content a[href^="http"],
.aea-entry-content a[href^="https"],
.aea-entry-content a[href^="www"],
.aea-page-card a[href^="http"],
.aea-single-card a[href^="http"]{
    display:inline-block !important;
    max-width:100% !important;
    min-width:0 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-wrap:break-word !important;
    word-break:break-all !important;
    hyphens:auto;
    vertical-align:top;
}

/* Keep parent paragraphs from expanding with a long URL. */
.aea-entry-content p,
.aea-entry-content div,
.aea-entry-content section,
.aea-entry-content strong,
.aea-entry-content span{
    min-width:0;
    max-width:100%;
}

/* =========================================================
   FINAL FIX — restore the original full desktop guide column
   No internal mini-scrollbar; the page itself scrolls normally.
   ========================================================= */
@media (min-width:1181px){
    .aea-layout{
        grid-template-columns:minmax(0,1fr) 285px !important;
        gap:24px !important;
        align-items:start !important;
    }

    .aea-layout > .aea-guide,
    .aea-guide{
        display:block !important;
        width:285px !important;
        min-width:285px !important;
        max-width:285px !important;
        max-height:none !important;
        height:auto !important;
        overflow:visible !important;
        overflow-y:visible !important;
        position:sticky !important;
        top:18px !important;
    }

    .aea-guide h2,
    .aea-guide__tools{
        position:static !important;
        top:auto !important;
    }
}

@media (max-width:560px){
    .aea-entry-content a[href^="http"],
    .aea-entry-content a[href^="https"],
    .aea-entry-content a[href^="www"]{
        font-size:15px !important;
        line-height:1.65 !important;
    }
}

/* =========================================================
   Featured home section — compact 11-post layout
   1 lead + 6 side cards + 4 cards below the lead
   ========================================================= */

.aea-home-section--featured .aea-featured-section{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);
  gap:16px;
  align-items:start;
}

.aea-home-section--featured .aea-featured-section__main{
  display:grid;
  grid-template-rows:auto auto;
  gap:16px;
  min-width:0;
}

.aea-home-section--featured .aea-featured-section__lead{
  height:430px;
  min-height:430px;
  border-radius:14px;
  overflow:hidden;
  background:#111;
  box-shadow:var(--aea-shadow);
}

.aea-home-section--featured .aea-featured-section__lead>a{
  position:relative;
  display:block;
  height:100%;
}

.aea-home-section--featured .aea-featured-section__lead img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
}

.aea-home-section--featured .aea-featured-section__side{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-content:start;
}

.aea-home-section--featured .aea-featured-section__bottom{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.aea-home-section--featured .aea-featured-section__side .aea-card,
.aea-home-section--featured .aea-featured-section__bottom .aea-card{
  min-width:0;
  border-radius:12px;
  overflow:hidden;
}

.aea-home-section--featured .aea-featured-section__side .aea-card img,
.aea-home-section--featured .aea-featured-section__bottom .aea-card img{
  width:100%;
  height:145px;
  object-fit:cover;
}

.aea-home-section--featured .aea-featured-section__side .aea-card h2,
.aea-home-section--featured .aea-featured-section__bottom .aea-card h2{
  font-size:15px;
  line-height:1.55;
}

@media(max-width:980px){
  .aea-home-section--featured .aea-featured-section{
    grid-template-columns:1fr;
  }

  .aea-home-section--featured .aea-featured-section__lead{
    height:420px;
    min-height:420px;
  }

  .aea-home-section--featured .aea-featured-section__side,
  .aea-home-section--featured .aea-featured-section__bottom{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .aea-home-section--featured .aea-featured-section__lead{
    height:340px;
    min-height:340px;
  }

  .aea-home-section--featured .aea-featured-section__side,
  .aea-home-section--featured .aea-featured-section__bottom{
    grid-template-columns:1fr;
  }

  .aea-home-section--featured .aea-featured-section__side .aea-card img,
  .aea-home-section--featured .aea-featured-section__bottom .aea-card img{
    height:220px;
  }
}


/* Gold news titles */
.aea-card h2,
.aea-card h2 a,
.aea-featured-section__overlay h2,
.aea-featured-section__overlay h2 a{
    color:#e0a326 !important;
}

/* PerteneSer — regla de compatibilidad visual. */
.aea-section-heading{
  min-height:54px;
  padding:8px 12px;
  border:1px solid #dbe8f2;
  border-right:4px solid var(--aea-gold);
  border-radius:10px;
  background:linear-gradient(90deg,#f8fbfe,#eef6fb);
  box-shadow:0 4px 14px rgba(8,42,82,.045);
}
.aea-section-heading span{
  padding:0;
  border-bottom:0;
}
.aea-section-heading a{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid #d6e6f2;
  border-radius:7px;
  background:#fff;
}
@media(max-width:560px){
 .aea-section-heading{padding:8px 9px;gap:8px}.aea-section-heading span{font-size:18px}.aea-section-heading a{font-size:12px;padding:4px 8px}
}

/* PerteneSer — regla de compatibilidad visual. */
.aea-sidebar-stack{min-width:0;display:flex;flex-direction:column;gap:18px;align-self:start}
.aea-sidebar-stack>.aea-guide{width:100%}
@media(max-width:1180px){.aea-sidebar-stack>.aea-guide{display:none}.aea-sidebar-stack{grid-column:1/-1}}

/* =========================================================
   FINAL POLISH — profile, sidebar ad label, home footer ads
   ========================================================= */

/* Homepage-only profile card above the Argentina Guide. */
.aea-home-profile{
  width:100%;
  overflow:hidden;
  border:1px solid rgba(224,163,38,.78);
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 24px rgba(5,35,68,.10);
}
.aea-home-profile__photo{
  display:block;
  padding:8px 8px 0;
  background:#fff;
}
.aea-home-profile__photo img{
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center top;
  border:1px solid rgba(224,163,38,.72);
  border-radius:9px;
}
.aea-home-profile__info{
  margin:8px;
  padding:16px 12px 14px;
  text-align:center;
  color:#fff;
  border:1px solid var(--aea-gold);
  border-radius:10px;
  background:linear-gradient(180deg,#0b4b86 0%,#08365f 100%);
}
.aea-home-profile__info strong{
  display:block;
  margin:0 0 7px;
  font-size:19px;
  line-height:1.5;
  font-weight:700;
}
.aea-home-profile__info span{
  display:block;
  color:#f2c44f;
  font-size:12.5px;
  line-height:1.7;
  font-weight:700;
}
.aea-home-profile__info small{
  display:block;
  margin-top:7px;
  color:#fff;
  font-size:11.5px;
  line-height:1.75;
}

/* Sidebar advertising title — rendered only when an ad exists. */
.aea-sidebar-ads{
  width:100%;
  min-width:0;
}
.aea-sidebar-ads__title{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin:0 0 10px;
  padding:8px 14px;
  color:#fff;
  border:1px solid var(--aea-gold);
  border-radius:10px;
  background:linear-gradient(180deg,#0b4b86,#08365f);
  box-shadow:0 5px 15px rgba(8,42,82,.10);
}
.aea-sidebar-ads__title span{
  position:relative;
  font-size:18px;
  font-weight:700;
  line-height:1.3;
}
.aea-sidebar-ads__title span:after{
  content:"";
  display:block;
  width:30px;
  height:2px;
  margin:7px auto 0;
  border-radius:999px;
  background:var(--aea-gold);
}
.aea-sidebar-ads > .aea-ad-zone{
  margin:0!important;
}

/* Home footer advertising belongs to the full content container, not the news column. */
.aea-home-footer-ads{
  margin-top:22px;
  margin-bottom:26px;
}
.aea-home-footer-ads > .aea-ad-zone.aea-ad-zone--home_footer{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  align-items:stretch!important;
  gap:16px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid > .aea-ad-item{
  display:block!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  aspect-ratio:1/1!important;
}
.aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid > .aea-ad-item a,
.aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid > .aea-ad-item img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid > .aea-ad-item img{
  object-fit:contain!important;
  background:#fff!important;
}

@media(max-width:900px){
  .aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .aea-home-footer-ads > .aea-ad-zone--home_footer > .aea-ad-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
}

@media(max-width:1180px){
  .aea-home-profile{
    width:min(285px,100%);
    margin-right:auto;
    margin-left:auto;
  }
}


/* =========================================================
   Home sections 2026-08-10 — compact featured + fixed 8 grids
   ========================================================= */


/* Shared four-card sliders used by regular home sections and Opinion Libre. */
.aea-investigations-slider{position:relative}
.aea-investigations-slider__viewport{overflow:hidden}
.aea-investigations-slider__track{
  display:flex;
  gap:16px;
  transition:transform .35s ease;
  will-change:transform;
}
.aea-investigations-slide{
  flex:0 0 calc((100% - 48px)/4);
  min-width:0;
}
.aea-investigations-slider__arrow{
  position:absolute;
  top:50%;
  z-index:3;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  cursor:pointer;
  transform:translateY(-50%);
  font-size:26px;
  line-height:1;
  background:#fff;
  box-shadow:0 3px 14px rgba(0,0,0,.18);
}
.aea-investigations-slider__arrow--prev{right:8px}
.aea-investigations-slider__arrow--next{left:8px}

@media(max-width:900px){
  .aea-investigations-slide{flex-basis:calc((100% - 16px)/2)}
}
@media(max-width:560px){
  .aea-investigations-slide{flex-basis:100%}
}

/* Security and Investigations: 8 cards visible at once (4 + 4). */
.aea-fixed-eight-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:0;
}

.aea-fixed-eight-grid .aea-card{
  min-width:0;
}

.aea-fixed-eight-grid .aea-card img{
  width:100%;
  height:175px;
  object-fit:cover;
}

.aea-fixed-eight-grid .aea-card h2{
  font-size:16px;
  line-height:1.6;
}

/* Opinion Libre uses the same four-card slider/card proportions as Sports. */
.aea-opinion-section .aea-investigations-slide{
  flex:0 0 calc((100% - 48px)/4);
  min-width:0;
}

@media(max-width:1180px){
  .aea-fixed-eight-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .aea-opinion-section .aea-investigations-slide{
    flex-basis:calc((100% - 16px)/2);
  }
}

@media(max-width:700px){
  .aea-fixed-eight-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .aea-opinion-section .aea-investigations-slide{
    flex-basis:100%;
  }
}


/* =========================================================
   PerteneSer — identidad monocromática LTR
   Los colores están centralizados para permitir un cambio futuro sin tocar la estructura.
   ========================================================= */
:root{--aea-navy:#000;--aea-navy2:#111;--aea-sky:#000;--aea-sky2:#f5f5f5;--aea-gold:#000;--aea-green:#111;--aea-ink:#111;--aea-muted:#666;--aea-bg:#f4f4f4;--aea-white:#fff;--aea-border:#dedede;--aea-shadow:0 10px 28px rgba(0,0,0,.10)}
html,body{direction:ltr}body{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;background:#f5f5f5;color:#111}.aea-container{width:min(1460px,calc(100% - 40px))}
.aea-topbar{background:#000;color:#fff}.aea-topbar__inner,.aea-topbar__contact,.aea-social-mini{direction:ltr}.aea-social-mini a,.aea-footer-social a{background:#000!important;color:#fff;border:1px solid #555}.aea-social-mini .is-youtube,.aea-footer-social .is-youtube{background:#000!important}
.aea-brandbar{background:#fff;border-bottom:1px solid #ddd}.aea-brandbar__flag,.aea-brandbar:after{display:none!important}.aea-brandbar__inner{min-height:0;padding:14px 0;display:block}.aea-brand--banner{display:block!important;width:100%;min-width:0!important;padding:0!important;margin:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important}.aea-brand--banner img{display:block!important;width:100%!important;height:auto!important;max-height:300px!important;object-fit:contain!important;filter:none!important;margin:0 auto!important}
.aea-navbar{background:#000;box-shadow:0 4px 12px rgba(0,0,0,.18)}.aea-nav-inner{gap:18px}.aea-primary-menu{direction:ltr}.aea-primary-menu>li>a{border-left:0;border-right:1px solid rgba(255,255,255,.12);padding:0 18px}.aea-primary-menu>li>a:hover,.aea-primary-menu>li.current-menu-item>a{background:#fff;color:#000}.aea-primary-menu .sub-menu{left:0;right:auto;text-align:left}.aea-primary-menu .sub-menu a:hover{background:#eee;color:#000}.aea-header-search{direction:ltr;width:260px;height:40px;border:1px solid #555;border-radius:5px;background:#fff;box-shadow:none}.aea-header-search button{border:0;border-left:1px solid #ddd;color:#000;background:#fff}
.aea-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}.aea-breaking strong{background:#000}.aea-section-heading span{color:#000;border-bottom-color:#000}.aea-section-heading a{color:#111}.aea-card,.aea-page-card,.aea-single-card,.aea-archive-header{border-color:#ddd;box-shadow:0 6px 18px rgba(0,0,0,.06)}.aea-card:hover{box-shadow:0 10px 28px rgba(0,0,0,.12)}
.aea-site-footer{background:#000!important;color:#fff!important;border-top:4px solid #000!important}.aea-footer-grid{direction:ltr}.aea-footer-grid>div+div{border-right:0!important;border-left:1px solid rgba(255,255,255,.20)}.aea-footer-grid h3:after{background:#fff!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important}.aea-footer-brand a{border:1px solid #444!important;background:#fff!important;border-radius:8px!important;box-shadow:none!important}.aea-footer-brand img{border-radius:0!important}.aea-footer-brand p{color:#ddd;text-align:center;line-height:1.6}.aea-footer-links a{text-align:left;color:#fff}.aea-footer-contact-link{direction:ltr;color:#fff!important}.aea-footer-bottom{border-top:1px solid #333;background:#000;padding:16px 0;text-align:center}.aea-footer-bottom p{margin:0;color:#ccc}.aea-sidebar-ads__title span{background:#000!important;color:#fff!important}
@media(max-width:900px){.aea-layout{display:block}.aea-sidebar-stack{margin-top:24px}.aea-topbar__inner{flex-direction:column;align-items:flex-start;padding:9px 0}.aea-topbar__contact{flex-wrap:wrap;gap:10px 18px}.aea-nav-inner{flex-wrap:wrap;padding:8px 0}.aea-menu-toggle{display:inline-flex;background:#fff;color:#000;border:1px solid #fff}.aea-primary-nav{display:none;width:100%;order:3}.aea-primary-nav.is-open{display:block}.aea-primary-menu{display:block}.aea-primary-menu>li{display:block}.aea-primary-menu>li>a{padding:12px;border-right:0;border-bottom:1px solid #222}.aea-primary-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:0;display:none}.aea-primary-menu li.is-open>.sub-menu{display:block}.aea-header-search{margin-left:auto}.aea-footer-grid{grid-template-columns:1fr 1fr}.aea-footer-grid>div{min-height:auto;padding:24px}.aea-footer-grid>div+div{border-left:0}}
@media(max-width:560px){.aea-container{width:min(100% - 24px,1460px)}.aea-brandbar__inner{padding:8px 0}.aea-brand--banner img{max-height:none!important}.aea-header-search{width:100%;order:4}.aea-footer-grid{grid-template-columns:1fr}.aea-footer-grid>div{padding:20px 0}.aea-topbar{font-size:12px}}

/* PerteneSer 1.3.1 — ajuste visual cabecera/navegación/pie */
:root{--pt-gold:#d5a62a;--pt-gold-soft:rgba(213,166,42,.55)}
.aea-topbar{border-bottom:2px solid var(--pt-gold)}
.aea-topbar__inner{display:flex!important;align-items:center!important;justify-content:center!important;gap:26px!important;min-height:48px;padding:6px 0!important}
.aea-topbar__contact{display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;flex-wrap:wrap}
.aea-topbar-item{display:inline-flex!important;align-items:center;gap:9px;padding:0 22px!important;min-height:28px;color:#fff!important;border-right:1px solid var(--pt-gold-soft);font-size:14px;white-space:nowrap}
.aea-topbar-item:first-child{border-left:1px solid var(--pt-gold-soft)}
.aea-ui-icon,.aea-footer-icon{color:var(--pt-gold);font-size:18px;line-height:1}
.aea-social-mini{display:flex!important;align-items:center!important;gap:12px!important}
.aea-social-mini a,.aea-footer-social a{display:inline-flex!important;align-items:center;justify-content:center;margin:0!important;border:1px solid var(--pt-gold)!important;color:#fff!important;border-radius:50%!important;width:38px;height:38px;transition:.2s ease}
.aea-social-mini a:hover,.aea-footer-social a:hover{background:var(--pt-gold)!important;color:#000!important;transform:translateY(-1px)}
.aea-navbar{border-bottom:1px solid var(--pt-gold)}
.aea-nav-inner{justify-content:center!important;flex-wrap:wrap;min-height:62px;padding:0!important}
.aea-primary-nav{flex:1 1 auto;min-width:0}
.aea-primary-menu{justify-content:center!important;flex-wrap:wrap!important;min-height:62px;height:auto!important}
.aea-primary-menu>li>a{min-height:62px;padding:0 16px!important;border-right:1px solid var(--pt-gold-soft)!important;color:#fff!important;font-size:14px;text-transform:none}
.aea-primary-menu>li:first-child>a{border-left:1px solid var(--pt-gold-soft)!important}
.aea-primary-menu>li>a:hover,.aea-primary-menu>li.current-menu-item>a,.aea-primary-menu>li.current-menu-ancestor>a{background:#000!important;color:var(--pt-gold)!important;box-shadow:inset 0 -3px 0 var(--pt-gold)}
.aea-header-search{flex:0 0 260px;margin:10px 0 10px 16px}
.aea-site-footer{border-top:3px solid var(--pt-gold)!important}
.aea-footer-grid{grid-template-columns:1.35fr 1fr 1fr 1.25fr!important;gap:0!important;padding:40px 0!important;align-items:stretch}
.aea-footer-grid>div{padding:0 38px!important;display:flex;flex-direction:column;justify-content:flex-start}
.aea-footer-grid>div+div{border-left:1px solid var(--pt-gold)!important}
.aea-footer-grid h3{text-align:center!important;margin-bottom:28px!important}
.aea-footer-grid h3:after{content:""!important;display:block!important;width:40px!important;height:3px!important;background:var(--pt-gold)!important;margin:10px auto 0!important}
.aea-footer-links a{text-align:left!important;color:#fff!important;margin:10px 0!important}
.aea-footer-social{display:flex!important;justify-content:center!important;gap:14px!important;margin-top:14px}
.aea-footer-contact{align-items:flex-start}
.aea-footer-contact-link{display:flex!important;align-items:center;gap:12px;margin:10px 0!important;color:#fff!important;white-space:nowrap}
.aea-footer-bottom{border-top:2px solid var(--pt-gold)!important}
@media(max-width:1100px){.aea-topbar__inner{gap:12px!important}.aea-topbar-item{padding:0 12px!important}.aea-primary-menu>li>a{padding:0 11px!important;font-size:13px}.aea-header-search{flex-basis:220px}.aea-footer-grid>div{padding:0 22px!important}}
@media(max-width:900px){.aea-topbar__inner{align-items:center!important}.aea-topbar__contact{justify-content:center!important}.aea-topbar-item{border:0!important;padding:5px 10px!important}.aea-social-mini{justify-content:center}.aea-nav-inner{padding:8px 0!important}.aea-primary-menu{display:block!important}.aea-primary-menu>li>a{min-height:auto;border:0!important;border-bottom:1px solid #262626!important}.aea-primary-menu>li:first-child>a{border-left:0!important}.aea-footer-grid{grid-template-columns:1fr 1fr!important}.aea-footer-grid>div{padding:24px!important}.aea-footer-grid>div+div{border-left:0!important}.aea-footer-grid>div:nth-child(even){border-left:1px solid var(--pt-gold)!important}}
@media(max-width:560px){.aea-topbar__contact{display:grid!important;grid-template-columns:1fr!important;width:100%}.aea-topbar-item{justify-content:center!important}.aea-social-mini{margin-top:5px}.aea-footer-grid{grid-template-columns:1fr!important}.aea-footer-grid>div,.aea-footer-grid>div:nth-child(even){border-left:0!important;border-top:1px solid var(--pt-gold-soft)!important}.aea-footer-grid>div:first-child{border-top:0!important}.aea-footer-contact{align-items:center}.aea-footer-contact-link{white-space:normal;text-align:center}}


/* PerteneSer 1.3.2 — buscador compacto desplegable */
.aea-search-wrap{
  position:relative;
  flex:0 0 44px;
  width:44px;
  height:44px;
  margin:9px 0 9px 14px;
  z-index:35;
}
.aea-search-toggle{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid var(--pt-gold);
  border-radius:5px;
  background:#000;
  color:var(--pt-gold);
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.aea-search-toggle:hover,.aea-search-wrap.is-open .aea-search-toggle{
  background:var(--pt-gold);
  color:#000;
}
.aea-search-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}
.aea-search-toggle svg,.aea-header-search button svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}
.aea-search-wrap .aea-header-search{
  position:absolute;
  right:52px;
  top:0;
  width:0!important;
  height:44px!important;
  margin:0!important;
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  border:1px solid var(--pt-gold)!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.22)!important;
  transition:width .22s ease,opacity .16s ease,visibility .16s ease;
}
.aea-search-wrap.is-open .aea-header-search{
  width:290px!important;
  opacity:1;
  visibility:visible;
}
.aea-search-wrap .aea-header-search input{
  min-width:0;
  height:42px;
  padding:0 12px!important;
  font-size:14px;
  color:#111;
  background:#fff!important;
}
.aea-search-wrap .aea-header-search button{
  flex:0 0 43px;
  width:43px!important;
  height:42px;
  border:0!important;
  border-left:1px solid var(--pt-gold)!important;
  background:#000!important;
  color:var(--pt-gold)!important;
  cursor:pointer;
}
.aea-search-wrap .aea-header-search button:hover{background:var(--pt-gold)!important;color:#000!important}
@media(max-width:1100px){
  .aea-search-wrap{margin-left:8px}
  .aea-search-wrap.is-open .aea-header-search{width:250px!important}
}
@media(max-width:900px){
  .aea-search-wrap{margin-left:auto;order:2}
  .aea-search-wrap .aea-header-search{right:52px}
  .aea-primary-nav{order:3}
}
@media(max-width:560px){
  .aea-search-wrap{position:static;order:2;margin:0 0 0 auto}
  .aea-search-wrap .aea-header-search{
    right:12px;
    left:12px;
    top:56px;
    width:auto!important;
    transform:scaleY(.92);
    transform-origin:top;
  }
  .aea-search-wrap.is-open .aea-header-search{
    width:auto!important;
    opacity:1;
    visibility:visible;
    transform:scaleY(1);
  }
}


/* PerteneSer 1.3.3 — buscador compacto + publicidad lateral monocromática dorada */
.aea-sidebar-ads__title{
  min-height:42px!important;
  margin:0 0 10px!important;
  padding:7px 12px!important;
  border:1px solid var(--pt-gold)!important;
  border-radius:8px!important;
  background:#000!important;
  color:var(--pt-gold)!important;
  box-shadow:none!important;
}
.aea-sidebar-ads__title span{
  color:var(--pt-gold)!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.aea-sidebar-ads__title span:after{
  width:34px!important;
  height:2px!important;
  margin:6px auto 0!important;
  background:var(--pt-gold)!important;
}
.aea-sidebar-ads .aea-ad-zone,
.aea-sidebar-ads .aea-ad-grid,
.aea-sidebar-ads .aea-ad-slider__viewport{
  background:transparent!important;
}
.aea-sidebar-ads .aea-ad-item{
  background:#fff!important;
  border:1px solid var(--pt-gold)!important;
  border-radius:10px!important;
  box-shadow:0 5px 16px rgba(0,0,0,.07)!important;
}
.aea-sidebar-ads .aea-ad-item img{
  background:#fff!important;
  border-radius:9px!important;
}
.aea-sidebar-ads .aea-ad-arrow{
  background:#000!important;
  color:var(--pt-gold)!important;
  border:1px solid var(--pt-gold)!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
}
.aea-sidebar-ads .aea-ad-arrow:hover{
  background:var(--pt-gold)!important;
  color:#000!important;
}


/* =========================================================
   PerteneSer 1.4.0 — cabecera editorial + lector PDF
   ========================================================= */
/* Líneas decorativas doradas para integrar el logotipo con el ancho del encabezado. */
.aea-brandbar__inner{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:20px;
}
.aea-brandbar__inner:before,
.aea-brandbar__inner:after{
  content:"◆";
  flex:1 1 0;
  min-width:70px;
  color:var(--pt-gold);
  font-size:12px;
  line-height:1;
  text-align:center;
  background:linear-gradient(var(--pt-gold),var(--pt-gold)) center/100% 1px no-repeat;
  text-shadow:0 0 0 #fff, 0 0 0 #fff;
}
.aea-brandbar__inner:before{padding-right:18px;background-size:calc(100% - 18px) 1px;background-position:left center}
.aea-brandbar__inner:after{padding-left:18px;background-size:calc(100% - 18px) 1px;background-position:right center}
.aea-brand--banner{flex:0 1 860px!important;width:min(860px,68vw)!important}
.aea-brand--banner img{width:100%!important;max-height:285px!important}

/* Lector integrado para la edición impresa. */
.perteneser-print-edition{
  margin:34px 0 10px;
  border:1px solid var(--pt-gold);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}
.perteneser-print-edition__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:20px 22px;
  background:#080808;
  color:#fff;
  border-bottom:2px solid var(--pt-gold);
}
.perteneser-print-edition__kicker{
  display:inline-block;
  margin-bottom:4px;
  color:var(--pt-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.perteneser-print-edition__head h2{margin:0!important;color:#fff!important;font-size:23px!important;line-height:1.35!important}
.perteneser-print-edition__head p{margin:5px 0 0;color:#ccc;font-size:13px;line-height:1.45}
.perteneser-print-edition__actions{display:flex;gap:9px;flex:0 0 auto}
.perteneser-print-edition__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid var(--pt-gold);
  border-radius:6px;
  color:var(--pt-gold)!important;
  background:#000;
  font-size:13px;
  font-weight:800;
}
.perteneser-print-edition__actions a:hover{background:var(--pt-gold);color:#000!important}
.perteneser-pdf-viewer{width:100%;height:min(82vh,980px);min-height:680px;background:#e9e9e9}
.perteneser-pdf-viewer object,.perteneser-pdf-viewer iframe{display:block;width:100%;height:100%;border:0;background:#e9e9e9}
.perteneser-pdf-viewer object>p{padding:30px;text-align:center}
@media(max-width:900px){
  .aea-brandbar__inner{gap:10px}
  .aea-brandbar__inner:before,.aea-brandbar__inner:after{min-width:28px;font-size:9px}
  .aea-brand--banner{width:min(860px,82vw)!important}
  .perteneser-print-edition__head{align-items:flex-start;flex-direction:column}
  .perteneser-pdf-viewer{height:75vh;min-height:560px}
}
@media(max-width:560px){
  .aea-brandbar__inner:before,.aea-brandbar__inner:after{display:none}
  .aea-brand--banner{width:100%!important}
  .perteneser-print-edition{margin:24px -7px 8px;border-radius:8px}
  .perteneser-print-edition__head{padding:16px}
  .perteneser-print-edition__head h2{font-size:19px!important}
  .perteneser-print-edition__actions{width:100%}
  .perteneser-print-edition__actions a{flex:1}
  .perteneser-pdf-viewer{height:70vh;min-height:480px}
}


/* =========================================================
   PerteneSer 1.5.0 — identidad editorial azul / verde / dorado
   Paleta centralizada para futuras variaciones sin tocar estructura.
   ========================================================= */
:root{
  --pt-blue:#0757A6;
  --pt-blue-dark:#063B73;
  --pt-blue-deep:#042C58;
  --pt-green:#078447;
  --pt-green-dark:#056536;
  --pt-gold:#D5A62A;
  --pt-gold-light:#E8C65A;
  --pt-bg:#F7F8FA;
  --pt-paper:#FFFFFF;
  --pt-ink:#20252B;
  --pt-muted:#69727D;
  --pt-border:#DDE4EA;
  --pt-shadow:0 10px 28px rgba(6,59,115,.10);

  --aea-navy:var(--pt-blue-dark);
  --aea-navy2:var(--pt-blue);
  --aea-sky:var(--pt-blue);
  --aea-sky2:#EAF3FB;
  --aea-gold:var(--pt-gold);
  --aea-green:var(--pt-green);
  --aea-ink:var(--pt-ink);
  --aea-muted:var(--pt-muted);
  --aea-bg:var(--pt-bg);
  --aea-white:var(--pt-paper);
  --aea-border:var(--pt-border);
  --aea-shadow:var(--pt-shadow);
  --pt-gold-soft:rgba(213,166,42,.50);
}

html,body{direction:ltr}
body{background:var(--pt-bg);color:var(--pt-ink);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}

/* Barra superior */
.aea-topbar{
  background:linear-gradient(90deg,var(--pt-blue-deep),var(--pt-blue-dark));
  color:#fff;
  border-bottom:2px solid var(--pt-gold)!important;
}
.aea-topbar-item{color:#fff!important;border-color:rgba(213,166,42,.55)!important}
.aea-ui-icon,.aea-footer-icon{color:var(--pt-gold)!important}
.aea-social-mini a{
  background:rgba(255,255,255,.04)!important;
  border-color:var(--pt-gold)!important;
  color:#fff!important;
}
.aea-social-mini a:hover{background:var(--pt-green)!important;color:#fff!important;border-color:var(--pt-green)!important}

/* Cabecera / logotipo */
.aea-brandbar{
  background:#fff!important;
  border-bottom:1px solid rgba(7,87,166,.12)!important;
}
.aea-brandbar__inner{
  min-height:0!important;
  padding:10px 0 12px!important;
  justify-content:center!important;
  gap:0!important;
}
.aea-brandbar__inner:before,
.aea-brandbar__inner:after{display:none!important}
.aea-brand--banner{
  flex:0 1 1180px!important;
  width:min(1180px,92vw)!important;
  max-width:100%!important;
}
.aea-brand--banner img{
  width:100%!important;
  max-height:330px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 18px rgba(6,59,115,.10))!important;
}

/* Navegación */
.aea-navbar{
  background:linear-gradient(90deg,var(--pt-blue-dark),var(--pt-blue),var(--pt-blue-dark))!important;
  border-top:1px solid rgba(213,166,42,.65)!important;
  border-bottom:2px solid var(--pt-gold)!important;
  box-shadow:0 5px 16px rgba(6,59,115,.16)!important;
}
.aea-primary-menu>li>a{
  color:#fff!important;
  border-color:rgba(255,255,255,.16)!important;
}
.aea-primary-menu>li>a:hover,
.aea-primary-menu>li.current-menu-item>a,
.aea-primary-menu>li.current-menu-ancestor>a{
  background:var(--pt-green)!important;
  color:#fff!important;
  box-shadow:inset 0 -4px 0 var(--pt-gold)!important;
}
.aea-primary-menu .sub-menu{border-top:3px solid var(--pt-gold)!important}
.aea-primary-menu .sub-menu a:hover{background:#EDF7F2!important;color:var(--pt-green-dark)!important}
.aea-menu-toggle{background:var(--pt-green)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}

/* Buscador compacto */
.aea-search-toggle{
  background:var(--pt-blue-dark)!important;
  color:#fff!important;
  border-color:var(--pt-gold)!important;
}
.aea-search-toggle:hover,.aea-search-wrap.is-open .aea-search-toggle{
  background:var(--pt-green)!important;
  color:#fff!important;
  border-color:var(--pt-gold)!important;
}
.aea-search-wrap .aea-header-search{border-color:var(--pt-gold)!important}
.aea-search-wrap .aea-header-search button{
  background:var(--pt-blue-dark)!important;
  color:#fff!important;
  border-left-color:var(--pt-gold)!important;
}
.aea-search-wrap .aea-header-search button:hover{background:var(--pt-green)!important;color:#fff!important}

/* Secciones y tarjetas */
.aea-main{background:var(--pt-bg)}
.aea-breaking strong{background:var(--pt-green)!important;color:#fff!important}
.aea-section-heading span{color:var(--pt-blue-dark)!important;border-bottom-color:var(--pt-gold)!important}
.aea-section-heading a{color:var(--pt-blue)!important}
.aea-section-heading a:hover{color:var(--pt-green-dark)!important}
.aea-card,.aea-page-card,.aea-single-card,.aea-archive-header{
  border-color:var(--pt-border)!important;
  box-shadow:0 6px 18px rgba(6,59,115,.07)!important;
}
.aea-card:hover{box-shadow:0 12px 28px rgba(6,59,115,.14)!important}
.aea-card__category,.aea-lead-story__overlay>span{background:var(--pt-green)!important;color:#fff!important}

/* Publicidad lateral */
.aea-sidebar-ads__title{
  background:linear-gradient(90deg,var(--pt-blue-dark),var(--pt-blue))!important;
  color:#fff!important;
  border-color:var(--pt-gold)!important;
}
.aea-sidebar-ads__title span{color:#fff!important}
.aea-sidebar-ads__title span:after{background:var(--pt-gold)!important}
.aea-sidebar-ads .aea-ad-item{
  border-color:var(--pt-gold)!important;
  box-shadow:0 6px 18px rgba(6,59,115,.08)!important;
}
.aea-sidebar-ads .aea-ad-arrow{
  background:var(--pt-blue-dark)!important;
  color:#fff!important;
  border-color:var(--pt-gold)!important;
}
.aea-sidebar-ads .aea-ad-arrow:hover{background:var(--pt-green)!important;color:#fff!important}

/* Edición PDF */
.perteneser-print-edition{border-color:var(--pt-gold)!important;box-shadow:0 8px 24px rgba(6,59,115,.10)!important}
.perteneser-print-edition__head{
  background:linear-gradient(90deg,var(--pt-blue-deep),var(--pt-blue-dark))!important;
  border-bottom-color:var(--pt-gold)!important;
}
.perteneser-print-edition__kicker{color:var(--pt-gold-light)!important}
.perteneser-print-edition__actions a{
  border-color:var(--pt-gold)!important;
  color:#fff!important;
  background:var(--pt-green)!important;
}
.perteneser-print-edition__actions a:hover{background:var(--pt-gold)!important;color:var(--pt-blue-deep)!important}

/* Pie */
.aea-site-footer{
  background:linear-gradient(135deg,var(--pt-blue-deep) 0%,var(--pt-blue-dark) 55%,#052F5D 100%)!important;
  color:#fff!important;
  border-top:4px solid var(--pt-gold)!important;
}
.aea-footer-grid>div+div{border-color:rgba(213,166,42,.65)!important}
.aea-footer-grid h3{color:#fff!important}
.aea-footer-grid h3:after{background:var(--pt-gold)!important}
.aea-footer-links a,.aea-footer-contact-link{color:#fff!important}
.aea-footer-links a:hover,.aea-footer-contact-link:hover{color:var(--pt-gold-light)!important}
.aea-footer-social a{
  background:rgba(255,255,255,.04)!important;
  color:#fff!important;
  border-color:var(--pt-gold)!important;
}
.aea-footer-social a:hover{background:var(--pt-green)!important;color:#fff!important;border-color:var(--pt-green)!important}
.aea-footer-brand-frame{
  border-color:var(--pt-gold)!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 8px 22px rgba(1,20,40,.22)!important;
}
.aea-footer-brand-frame img{max-width:330px!important}
.aea-footer-bottom{
  background:var(--pt-green-dark)!important;
  border-top:2px solid var(--pt-gold)!important;
}
.aea-footer-bottom p{color:#fff!important}

@media(max-width:900px){
  .aea-primary-menu>li>a{border-bottom:1px solid rgba(255,255,255,.15)!important}
  .aea-footer-grid>div:nth-child(even){border-left-color:rgba(213,166,42,.65)!important}
  .aea-brand--banner{width:min(100%,900px)!important}
}
@media(max-width:560px){
  .aea-brandbar__inner{padding:7px 0 9px!important}
  .aea-brand--banner{width:100%!important}
  .aea-brand--banner img{max-height:none!important;filter:none!important}
  .aea-footer-grid>div,.aea-footer-grid>div:nth-child(even){border-top-color:rgba(213,166,42,.40)!important}
}


/* =========================================================
   PerteneSer 1.6.0 — identidad editorial azul/verde/dorado
   Cabecera con movimiento sutil, ticker móvil y pie claro.
   ========================================================= */
:root{
  --pt-blue:#0757A6;
  --pt-blue-dark:#063B73;
  --pt-blue-deep:#042A52;
  --pt-green:#078447;
  --pt-green-dark:#056536;
  --pt-gold:#D5A62A;
  --pt-gold-light:#E8C65A;
  --pt-paper:#FFFFFF;
  --pt-offwhite:#F8FAF9;
  --pt-ink:#20252B;
  --pt-muted:#69727C;
}

/* Header: make the white of the logo image part of the composition. */
.aea-brandbar{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 8% 22%,rgba(7,87,166,.10) 0 2px,transparent 2.4px) 0 0/18px 18px,
    radial-gradient(circle at 92% 18%,rgba(7,132,71,.08) 0 2px,transparent 2.4px) 0 0/20px 20px,
    linear-gradient(180deg,#fff 0%,#fbfcfb 100%)!important;
  border-bottom:0!important;
}
.aea-brandbar:before,.aea-brandbar:after{display:none!important}
.aea-brandbar__inner{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:minmax(210px,1fr) minmax(520px,760px) minmax(260px,1fr)!important;
  align-items:center!important;
  gap:26px!important;
  min-height:265px!important;
  padding:18px 0 28px!important;
}
.aea-brand-balance{min-height:1px}
.aea-brand--banner{
  width:100%!important;
  max-width:760px!important;
  min-width:0!important;
  margin:auto!important;
  position:relative!important;
  z-index:3!important;
}
.aea-brand--banner img{
  display:block!important;
  width:100%!important;
  max-height:260px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 10px 20px rgba(6,59,115,.10))!important;
  transition:transform .45s ease,filter .45s ease!important;
}
.aea-brand--banner:hover img{transform:translateY(-2px) scale(1.006);filter:drop-shadow(0 14px 25px rgba(6,59,115,.15))!important}

/* Decorative curved ribbons. CSS only — no extra image dependency. */
.aea-brand-wave{
  position:absolute;
  z-index:1;
  bottom:-145px;
  width:58%;
  height:245px;
  border-radius:50%;
  pointer-events:none;
  opacity:.98;
  animation:perteneserWave 8s ease-in-out infinite alternate;
}
.aea-brand-wave--left{
  left:-12%;
  transform:rotate(8deg);
  border-top:42px solid var(--pt-blue);
  box-shadow:0 -14px 0 var(--pt-green),0 -19px 0 var(--pt-gold);
}
.aea-brand-wave--right{
  right:-12%;
  transform:rotate(-8deg);
  border-top:42px solid var(--pt-blue);
  box-shadow:0 -14px 0 var(--pt-green),0 -19px 0 var(--pt-gold);
  animation-delay:-3s;
}
@keyframes perteneserWave{
  from{translate:0 0;scale:1}
  to{translate:0 -5px;scale:1.018}
}
@media(prefers-reduced-motion:reduce){.aea-brand-wave{animation:none}.aea-brand--banner img{transition:none!important}}

/* Header ad controlled by the ads plugin. */
.aea-header-ad{min-width:0;width:100%;max-width:360px;justify-self:end;position:relative;z-index:4}
.aea-header-ad:empty{min-height:1px}
.aea-header-ad .aea-ad-zone{margin:0!important;width:100%!important}
.aea-header-ad .aea-ad-slider__viewport{border-radius:12px!important;box-shadow:0 8px 22px rgba(6,59,115,.08)!important}
.aea-header-ad .aea-ad-item{height:108px!important;aspect-ratio:auto!important;border:1px solid var(--pt-gold)!important;background:rgba(255,255,255,.96)!important;border-radius:12px!important;box-shadow:none!important}
.aea-header-ad .aea-ad-item img{object-fit:contain!important;background:#fff!important;border-radius:11px!important;outline:0!important}
.aea-header-ad .aea-ad-arrow{width:28px!important;height:28px!important;font-size:18px!important;background:#fff!important;color:var(--pt-blue-dark)!important;border:1px solid var(--pt-gold)!important}

/* Navigation: one unified blue system, green only for interaction/status. */
.aea-navbar{background:linear-gradient(90deg,var(--pt-blue-dark),var(--pt-blue),var(--pt-blue-dark))!important}
.aea-primary-menu>li>a{
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:inset 0 -3px 0 rgba(213,166,42,.62)!important;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease!important;
}
.aea-primary-menu>li>a:hover,
.aea-primary-menu>li.current-menu-item>a,
.aea-primary-menu>li.current-menu-ancestor>a,
.aea-primary-menu>li.current-menu-parent>a{
  background:linear-gradient(180deg,rgba(7,132,71,.98),var(--pt-green-dark))!important;
  color:#fff!important;
  box-shadow:inset 0 -4px 0 var(--pt-gold)!important;
}
.aea-primary-menu .sub-menu{
  background:linear-gradient(180deg,#0A4C8B,#063B73)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-top:3px solid var(--pt-gold)!important;
  padding:7px!important;
}
.aea-primary-menu .sub-menu a{color:#fff!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
.aea-primary-menu .sub-menu a:hover,.aea-primary-menu .sub-menu .current-menu-item>a{background:rgba(7,132,71,.96)!important;color:#fff!important}

/* Latest-news ticker: strong readable contrast and visible sliding motion. */
.aea-breaking{
  direction:ltr!important;
  background:#fff!important;
  border:1px solid #E2E7EB!important;
  border-bottom:2px solid rgba(213,166,42,.72)!important;
  box-shadow:0 5px 16px rgba(6,59,115,.06)!important;
  padding:9px 12px!important;
}
.aea-breaking strong{
  background:linear-gradient(180deg,var(--pt-green),var(--pt-green-dark))!important;
  color:#fff!important;
  box-shadow:0 3px 9px rgba(7,132,71,.18)!important;
}
.aea-breaking__viewport{direction:ltr!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%)}
.aea-breaking__track{direction:ltr!important;gap:42px!important;transform:translate3d(0,0,0);transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.aea-breaking__track a{color:var(--pt-blue-deep)!important;font-weight:700!important;opacity:1!important;padding-left:18px!important;padding-right:0!important}
.aea-breaking__track a:before{left:0!important;right:auto!important;background:var(--pt-gold)!important;width:6px!important;height:6px!important}
.aea-breaking__controls{direction:ltr!important;border-right:0!important;border-left:1px solid #E0E5E9!important;padding-right:0!important;padding-left:10px!important;gap:4px}
.aea-breaking__controls button{width:34px!important;height:34px!important;border:1px solid #DCE3E8!important;border-radius:50%!important;background:#fff!important;color:var(--pt-blue-dark)!important;font-size:19px!important;display:grid!important;place-items:center!important;padding:0!important}
.aea-breaking__controls button:hover,.aea-breaking__controls button[aria-pressed="true"]{background:var(--pt-blue-dark)!important;color:#fff!important;border-color:var(--pt-blue-dark)!important}

/* Sidebar advertising title. */
.aea-sidebar-ads__title{
  background:linear-gradient(90deg,var(--pt-green-dark),var(--pt-green))!important;
  border:1px solid var(--pt-gold)!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(7,132,71,.12)!important;
}
.aea-sidebar-ads__title span{color:#fff!important;letter-spacing:.06em!important}
.aea-sidebar-ads__title span:before,.aea-sidebar-ads__title span:after{background:var(--pt-gold)!important}

/* Light newspaper footer matching the transparent logo image. */
.aea-site-footer{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 5% 25%,rgba(7,87,166,.065) 0 2px,transparent 2.4px) 0 0/17px 17px,
    radial-gradient(circle at 96% 20%,rgba(7,132,71,.055) 0 2px,transparent 2.4px) 0 0/19px 19px,
    linear-gradient(180deg,#fff 0%,#F7F9F8 100%)!important;
  color:var(--pt-ink)!important;
  border-top:2px solid var(--pt-gold)!important;
}
.aea-footer-grid{padding:38px 0 32px!important;align-items:center!important}
.aea-footer-grid>div{min-height:190px!important;padding:8px 34px!important}
.aea-footer-grid>div+div{border-left:1px solid rgba(6,59,115,.18)!important;border-right:0!important}
.aea-footer-grid h3{color:var(--pt-green-dark)!important;margin-bottom:23px!important}
.aea-footer-grid h3:after{background:var(--pt-gold)!important}
.aea-footer-links a,.aea-footer-contact-link{color:var(--pt-ink)!important}
.aea-footer-links a:hover,.aea-footer-contact-link:hover{color:var(--pt-green-dark)!important}
.aea-footer-icon{color:var(--pt-gold)!important}
.aea-footer-brand-frame{
  background:transparent!important;
  border:1px solid rgba(213,166,42,.75)!important;
  box-shadow:0 8px 22px rgba(6,59,115,.08)!important;
  padding:10px!important;
}
.aea-footer-brand-frame img{max-width:315px!important;background:transparent!important}
.aea-footer-social{gap:12px!important}
.aea-footer-social a{
  width:42px!important;height:42px!important;
  background:#fff!important;
  border-width:1px!important;
  box-shadow:0 3px 10px rgba(6,59,115,.07)!important;
}
.aea-footer-social a svg{width:18px!important;height:18px!important;fill:currentColor!important;stroke:none!important}
.aea-footer-social .is-facebook{color:#1877F2!important;border-color:rgba(24,119,242,.42)!important}
.aea-footer-social .is-x{color:#111!important;border-color:#B8BEC4!important}
.aea-footer-social .is-instagram{color:#C13584!important;border-color:rgba(193,53,132,.42)!important}
.aea-footer-social .is-youtube{color:#FF0000!important;border-color:rgba(255,0,0,.34)!important}
.aea-footer-social a:hover{transform:translateY(-2px)!important;background:#fff!important;filter:brightness(.95)}
.aea-footer-bottom{
  position:relative!important;
  background:linear-gradient(90deg,var(--pt-green-dark),var(--pt-green),var(--pt-green-dark))!important;
  border-top:2px solid var(--pt-gold)!important;
  color:#fff!important;
}
.aea-footer-bottom:before{
  content:"";
  position:absolute;left:-3%;right:-3%;top:-13px;height:20px;
  background:var(--pt-green);
  border-radius:50% 50% 0 0/100% 100% 0 0;
  border-top:2px solid var(--pt-gold);
}
.aea-footer-bottom p{position:relative;z-index:2;color:#fff!important}

@media(max-width:1180px){
  .aea-brandbar__inner{grid-template-columns:0 minmax(460px,1fr) minmax(260px,330px)!important;gap:18px!important;min-height:230px!important}
  .aea-brand-balance{display:none}
  .aea-header-ad{max-width:330px}
  .aea-brand--banner img{max-height:220px!important}
}
@media(max-width:900px){
  .aea-brandbar__inner{display:flex!important;flex-direction:column!important;min-height:0!important;padding:14px 0 22px!important;gap:12px!important}
  .aea-brand--banner{max-width:760px!important;width:100%!important}
  .aea-header-ad{max-width:520px;width:min(100%,520px);justify-self:center}
  .aea-header-ad .aea-ad-item{height:auto!important;aspect-ratio:5/1!important}
  .aea-brand-wave{width:82%;bottom:-175px;opacity:.78}
  .aea-primary-menu .sub-menu{background:#fff!important}
  .aea-primary-menu .sub-menu a{color:var(--pt-blue-dark)!important;border-bottom:1px solid #E5E9EC!important}
  .aea-primary-menu .sub-menu a:hover,.aea-primary-menu .sub-menu .current-menu-item>a{color:#fff!important;background:var(--pt-green)!important}
  .aea-footer-grid>div+div{border-left:0!important}
  .aea-footer-grid>div:nth-child(even){border-left:1px solid rgba(6,59,115,.15)!important}
}
@media(max-width:560px){
  .aea-brand-wave{display:none}
  .aea-brandbar{background:#fff!important}
  .aea-header-ad{width:100%;max-width:100%}
  .aea-breaking{gap:8px!important;padding:8px!important}
  .aea-breaking strong{font-size:12px!important;padding:6px 8px!important}
  .aea-breaking__controls button{width:30px!important;height:30px!important;font-size:16px!important}
  .aea-breaking__controls{padding-left:6px!important}
  .aea-footer-grid>div,.aea-footer-grid>div:nth-child(even){border-left:0!important;border-top:1px solid rgba(6,59,115,.12)!important}
  .aea-footer-grid>div:first-child{border-top:0!important}
}

/* =========================================================
   PerteneSer 1.6.1 — ajustes finales solicitados
   ========================================================= */
/* Header: dotted background stays; decorative ribbons removed. */
.aea-brand-wave{display:none!important}
.aea-brandbar__inner{min-height:220px!important;padding:8px 0 10px!important}
.aea-brand--banner{max-width:720px!important}
.aea-brand--banner img{max-height:205px!important;filter:drop-shadow(0 7px 16px rgba(6,59,115,.09))!important}
.aea-brand--banner:hover img{transform:translateY(-2px) scale(1.004)!important}

/* Navigation: blue only. Gold remains the small editorial accent. */
.aea-primary-menu>li>a:hover,
.aea-primary-menu>li.current-menu-item>a,
.aea-primary-menu>li.current-menu-ancestor>a,
.aea-primary-menu>li.current-menu-parent>a,
.aea-primary-menu>li.current_page_item>a,
.aea-primary-menu>li.current_page_ancestor>a{
  background:linear-gradient(180deg,#0B63B4,var(--pt-blue-dark))!important;
  color:#fff!important;
  box-shadow:inset 0 -4px 0 var(--pt-gold)!important;
}
.aea-primary-menu .sub-menu a:hover,
.aea-primary-menu .sub-menu a:focus,
.aea-primary-menu .sub-menu .current-menu-item>a{
  background:#0B63B4!important;
  color:#fff!important;
}

/* Sidebar Publicidad: remove any inherited black label background. */
.aea-sidebar-ads__title{
  background:linear-gradient(90deg,var(--pt-blue-dark),var(--pt-blue))!important;
  border:1px solid var(--pt-gold)!important;
  color:#fff!important;
}
.aea-sidebar-ads__title span{
  background:transparent!important;
  color:#fff!important;
  padding:0 12px!important;
}

/* Footer alignment: center Enlaces and Contacto content below their headings. */
.aea-footer-links{text-align:center!important}
.aea-footer-links a{display:block!important;text-align:center!important;margin:10px auto!important;width:max-content;max-width:100%}
.aea-footer-contact{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}
.aea-footer-contact-link{justify-content:center!important;text-align:center!important;margin:10px auto!important}
.aea-footer-brand-frame{display:inline-flex!important;cursor:default!important}

@media(max-width:1180px){
  .aea-brandbar__inner{min-height:205px!important;padding:8px 0 10px!important}
  .aea-brand--banner img{max-height:190px!important}
}
@media(max-width:900px){
  .aea-brandbar__inner{padding:8px 0 12px!important}
  .aea-brand--banner img{max-height:180px!important}
  .aea-primary-menu .sub-menu a:hover,.aea-primary-menu .sub-menu .current-menu-item>a{background:#0B63B4!important;color:#fff!important}
}
.aea-breaking__track a{transition:opacity .35s ease,color .35s ease!important}
.aea-breaking__track a.is-current{color:var(--pt-blue)!important}

/* =========================================================
   PerteneSer — corrección final de transparencia del encabezado
   Mantiene el fondo punteado y elimina cualquier fondo blanco
   aplicado al contenedor o a la imagen transparente del logotipo.
   ========================================================= */

.aea-brand--banner{
  background:transparent!important;
}

.aea-brand--banner img{
  background:transparent!important;
}

/* En móvil también se conserva el mismo fondo punteado del encabezado. */
@media(max-width:560px){
  .aea-brandbar{
    background:
      radial-gradient(circle at 8% 22%,rgba(7,87,166,.10) 0 2px,transparent 2.4px) 0 0/18px 18px,
      radial-gradient(circle at 92% 18%,rgba(7,132,71,.08) 0 2px,transparent 2.4px) 0 0/20px 20px,
      linear-gradient(180deg,#fff 0%,#fbfcfb 100%)!important;
  }

  .aea-brand--banner,
  .aea-brand--banner img{
    background:transparent!important;
  }
}


/* =========================================================
   PerteneSer — portada modular final 2026-08-11
   Bloque AISLADO: solo portada + tamaños de banners de portada.
   ========================================================= */

/* ---------- Publicidad de portada: tamaño uniforme ---------- */
.aea-content-area > .aea-ad-zone--home_top,
.aea-content-area > .aea-ad-zone--home_between_1,
.aea-content-area > .aea-ad-zone--home_between_2,
.aea-content-area > .aea-ad-zone--home_between_3{
  width:100%!important;
  max-width:100%!important;
  margin:22px 0!important;
  overflow:hidden!important;
}

.aea-content-area > .aea-ad-zone--home_top .aea-ad-item,
.aea-content-area > .aea-ad-zone--home_between_1 .aea-ad-item,
.aea-content-area > .aea-ad-zone--home_between_2 .aea-ad-item,
.aea-content-area > .aea-ad-zone--home_between_3 .aea-ad-item{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:5/1!important;
  overflow:hidden!important;
  background:#fff!important;
}

.aea-content-area > .aea-ad-zone--home_top .aea-ad-item a,
.aea-content-area > .aea-ad-zone--home_between_1 .aea-ad-item a,
.aea-content-area > .aea-ad-zone--home_between_2 .aea-ad-item a,
.aea-content-area > .aea-ad-zone--home_between_3 .aea-ad-item a{
  display:block!important;
  width:100%!important;
  height:100%!important;
}

.aea-content-area > .aea-ad-zone--home_top .aea-ad-item img,
.aea-content-area > .aea-ad-zone--home_between_1 .aea-ad-item img,
.aea-content-area > .aea-ad-zone--home_between_2 .aea-ad-item img,
.aea-content-area > .aea-ad-zone--home_between_3 .aea-ad-item img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}

/* ---------- Estructura común de secciones ---------- */
.ps-home-section{
  margin-bottom:36px;
}

.ps-home-section__heading{
  margin-bottom:16px;
}

.ps-home-card{
  min-width:0;
  margin:0!important;
}

.ps-home-card>a{
  display:flex;
  flex-direction:column;
  height:100%;
}

.ps-home-card__media{
  position:relative;
  overflow:hidden;
  background:#eef3f7;
}

.ps-home-card__image{
  display:block!important;
  width:100%!important;
  height:190px!important;
  object-fit:cover!important;
  transition:transform .32s ease!important;
}

.ps-home-card:hover .ps-home-card__image{
  transform:scale(1.025);
}

.ps-home-card__body{
  flex:1 1 auto;
  padding:13px 15px 15px!important;
}

.ps-home-card__body h2{
  margin:4px 0 0!important;
  font-size:17px!important;
  line-height:1.5!important;
}

.ps-home-card__body p{
  margin:8px 0 0;
  color:var(--aea-muted);
  font-size:13px;
  line-height:1.65;
}

/* La imagen predeterminada no se recorta. */
.ps-home-card .aea-fallback-image{
  object-fit:contain!important;
  padding:10px;
  background:#fff!important;
}

/* ---------- Política: 1 noticia grande + 3 secundarias ---------- */
.ps-home-layout--feature{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) repeat(2,minmax(0,.72fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:16px;
}

.ps-home-layout--feature .ps-home-card--lead{
  grid-row:1 / span 2;
}

.ps-home-layout--feature .ps-home-card--lead .ps-home-card__image{
  height:370px!important;
}

.ps-home-layout--feature .ps-home-card--lead .ps-home-card__body h2{
  font-size:24px!important;
}

.ps-home-layout--feature .ps-home-card:not(.ps-home-card--lead) .ps-home-card__image{
  height:125px!important;
}

/* ---------- Editoriales: cuatro tarjetas iguales ---------- */
.ps-home-grid--grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

/* ---------- Entrevistas: principal izquierda + tres a la derecha ---------- */
.ps-home-layout--split{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr) minmax(0,.65fr);
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:16px;
}

.ps-home-layout--split .ps-home-card--lead{
  grid-row:1 / span 2;
}

.ps-home-layout--split .ps-home-card--lead .ps-home-card__image{
  height:330px!important;
}

.ps-home-layout--split .ps-home-card:not(.ps-home-card--lead) .ps-home-card__image{
  height:120px!important;
}

/* ---------- Opinión y Policiales: carrusel horizontal ---------- */
.ps-home-carousel{
  position:relative;
}

.ps-home-carousel__viewport{
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}

.ps-home-carousel__viewport::-webkit-scrollbar{
  display:none;
}

.ps-home-carousel__track{
  display:flex;
  gap:16px;
  width:max-content;
  min-width:100%;
  padding:2px 2px 8px;
}

.ps-home-carousel .ps-home-card{
  flex:0 0 calc((100% - 48px)/4);
  width:calc((min(1460px,100vw - 40px) - 300px - 28px - 48px)/4);
  min-width:220px;
  scroll-snap-align:start;
}

.ps-home-carousel__arrow{
  position:absolute;
  top:50%;
  z-index:5;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0 0 3px;
  border:1px solid rgba(255,255,255,.90);
  border-radius:50%;
  background:rgba(6,59,115,.94);
  color:#fff;
  box-shadow:0 5px 15px rgba(0,0,0,.16);
  font-size:27px;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
}

.ps-home-carousel__arrow--prev{left:8px}
.ps-home-carousel__arrow--next{right:8px}

/* ---------- Medio Ambiente: mosaico 2 x 2 ---------- */
.ps-home-layout--mosaic{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.ps-home-layout--mosaic .ps-home-card:nth-child(1) .ps-home-card__image,
.ps-home-layout--mosaic .ps-home-card:nth-child(4) .ps-home-card__image{
  height:240px!important;
}

.ps-home-layout--mosaic .ps-home-card:nth-child(2) .ps-home-card__image,
.ps-home-layout--mosaic .ps-home-card:nth-child(3) .ps-home-card__image{
  height:185px!important;
}

/* ---------- Clasificados: compactos ---------- */
.ps-home-grid--compact{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.ps-home-grid--compact .ps-home-card__image{
  height:145px!important;
  object-fit:contain!important;
  background:#fff!important;
}

.ps-home-grid--compact .ps-home-card__body h2{
  font-size:15px!important;
}

/* ---------- Edictos: formato lista 2 x 2 ---------- */
.ps-home-grid--list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.ps-home-grid--list .ps-home-card>a{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  align-items:stretch;
}

.ps-home-grid--list .ps-home-card__image{
  height:100%!important;
  min-height:125px;
}

.ps-home-grid--list .ps-home-card__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* ---------- Necrológicas: sobrias, dos por fila ---------- */
.ps-home-grid--memorial{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.ps-home-grid--memorial .ps-home-card{
  border-left:4px solid var(--pt-gold,var(--aea-gold));
}

.ps-home-grid--memorial .ps-home-card>a{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
}

.ps-home-grid--memorial .ps-home-card__image{
  height:150px!important;
}

/* ---------- Video: cuatro módulos oscuros con botón de reproducción ---------- */
.ps-home-section--video{
  padding:18px;
  border-radius:14px;
  background:linear-gradient(135deg,#063B73,#0757A6);
}

.ps-home-section--video .aea-section-heading{
  border-bottom-color:rgba(255,255,255,.22);
}

.ps-home-section--video .aea-section-heading span,
.ps-home-section--video .aea-section-heading a{
  color:#fff!important;
}

.ps-home-grid--video{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.ps-home-grid--video .ps-home-card{
  border-color:rgba(255,255,255,.16);
}

.ps-home-grid--video .ps-home-card__image{
  height:170px!important;
}

.ps-home-video-play{
  position:absolute;
  left:50%;
  top:50%;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  padding-left:4px;
  border:2px solid #fff;
  border-radius:50%;
  background:rgba(0,0,0,.58);
  color:#fff;
  font-size:21px;
  transform:translate(-50%,-50%);
  box-shadow:0 5px 16px rgba(0,0,0,.28);
}

/* ---------- Tablet ---------- */
@media(max-width:1100px){
  .ps-home-layout--feature,
  .ps-home-layout--split{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto;
  }

  .ps-home-layout--feature .ps-home-card--lead,
  .ps-home-layout--split .ps-home-card--lead{
    grid-row:auto;
    grid-column:1 / -1;
  }

  .ps-home-layout--feature .ps-home-card--lead .ps-home-card__image,
  .ps-home-layout--split .ps-home-card--lead .ps-home-card__image{
    height:320px!important;
  }

  .ps-home-grid--grid,
  .ps-home-grid--compact,
  .ps-home-grid--video{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ps-home-carousel .ps-home-card{
    width:calc(50vw - 40px);
    flex-basis:calc(50vw - 40px);
  }
}

/* ---------- Teléfono ---------- */
@media(max-width:560px){
  /* Los banners siempre se adaptan al ancho real de la pantalla. */
  .aea-content-area > .aea-ad-zone--home_top,
  .aea-content-area > .aea-ad-zone--home_between_1,
  .aea-content-area > .aea-ad-zone--home_between_2,
  .aea-content-area > .aea-ad-zone--home_between_3{
    width:100%!important;
    margin:14px 0!important;
  }

  .aea-content-area > .aea-ad-zone--home_top .aea-ad-item,
  .aea-content-area > .aea-ad-zone--home_between_1 .aea-ad-item,
  .aea-content-area > .aea-ad-zone--home_between_2 .aea-ad-item,
  .aea-content-area > .aea-ad-zone--home_between_3 .aea-ad-item{
    width:100%!important;
    aspect-ratio:5/1!important;
  }

  .ps-home-section{
    margin-bottom:26px;
  }

  .ps-home-layout--feature,
  .ps-home-layout--split,
  .ps-home-layout--mosaic,
  .ps-home-grid--grid,
  .ps-home-grid--compact,
  .ps-home-grid--list,
  .ps-home-grid--memorial,
  .ps-home-grid--video{
    grid-template-columns:1fr;
    gap:12px;
  }

  .ps-home-layout--feature .ps-home-card--lead,
  .ps-home-layout--split .ps-home-card--lead{
    grid-column:auto;
  }

  .ps-home-card__image,
  .ps-home-layout--feature .ps-home-card--lead .ps-home-card__image,
  .ps-home-layout--split .ps-home-card--lead .ps-home-card__image,
  .ps-home-layout--mosaic .ps-home-card:nth-child(n) .ps-home-card__image,
  .ps-home-grid--video .ps-home-card__image{
    height:215px!important;
  }

  .ps-home-grid--compact .ps-home-card__image{
    height:185px!important;
  }

  .ps-home-grid--list .ps-home-card>a,
  .ps-home-grid--memorial .ps-home-card>a{
    display:grid;
    grid-template-columns:110px minmax(0,1fr);
  }

  .ps-home-grid--list .ps-home-card__image,
  .ps-home-grid--memorial .ps-home-card__image{
    height:100%!important;
    min-height:115px;
  }

  .ps-home-carousel .ps-home-card{
    width:84vw;
    flex:0 0 84vw;
    min-width:0;
  }

  .ps-home-carousel__arrow{
    width:34px;
    height:34px;
    font-size:24px;
  }

  .ps-home-section--video{
    padding:12px;
  }

  .ps-home-card__body h2{
    font-size:17px!important;
  }

  .ps-home-card__body p{
    display:none;
  }
}


/* ==========================================================
   PerteneSer portada — orden/modelos definitivos (11-08-2026)
   ========================================================== */
.ps-home-empty{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  border:1px dashed rgba(6,59,115,.22);
  border-radius:12px;
  background:#fff;
  color:#66788b;
  text-align:center;
}

/* Editoriales: revista limpia, cuatro columnas. */
.ps-home-section--grid .ps-home-card__body h2{
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.18;
}

/* Entrevistas: protagonista + tres piezas. */
.ps-home-section--split .ps-home-card--lead .ps-home-card__body h2{
  font-size:clamp(22px,2.1vw,32px);
}

/* Opinión / Policiales: carrusel horizontal navegable. */
.ps-home-carousel__viewport{
  scroll-snap-type:x mandatory;
}
.ps-home-carousel .ps-home-card{
  scroll-snap-align:start;
}

/* Clasificados: módulos compactos. */
.ps-home-section--compact .ps-home-card__body h2{
  font-size:17px;
}

/* Edictos: aspecto documental. */
.ps-home-section--list .ps-home-card{
  background:#fbfcfd;
}

/* Video: bloque propio, antes de Necrológicas. */
.ps-home-section--video{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#063b73 0%,#0757a6 100%);
}
.ps-home-section--video::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.12),transparent 28%);
}
.ps-home-section--video > *{
  position:relative;
  z-index:1;
}
.ps-home-section--video .ps-home-empty{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  color:#fff;
}

/* Necrológicas queda visualmente separada y sobria después de Video. */
.ps-home-section--memorial{
  background:#f8fafc;
  padding:14px;
  border-radius:12px;
}

@media(max-width:560px){
  .ps-home-empty{
    min-height:74px;
    padding:14px;
  }
}

/* =========================================================
   PerteneSer — títulos uniformes y Video corregido
   Solo portada. No modifica header, footer, menú ni ticker.
   ========================================================= */

/* En portada mostramos únicamente fecha + título, sin extractos. */
.ps-home-card__body p{
  display:none!important;
}

/* Altura visual uniforme de títulos: máximo 2 líneas en escritorio. */
.ps-home-card__body h2{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
  overflow:hidden!important;
  min-height:3em!important;
  max-height:3em!important;
  margin:4px 0 0!important;
}

/* Las tarjetas secundarias mantienen exactamente la misma altura de texto. */
.ps-home-layout--feature .ps-home-card:not(.ps-home-card--lead) .ps-home-card__body h2,
.ps-home-layout--split .ps-home-card:not(.ps-home-card--lead) .ps-home-card__body h2,
.ps-home-grid--grid .ps-home-card__body h2,
.ps-home-grid--compact .ps-home-card__body h2,
.ps-home-grid--video .ps-home-card__body h2{
  min-height:3em!important;
  max-height:3em!important;
}

/* La noticia principal puede usar hasta 3 líneas para no cortar demasiado el titular. */
.ps-home-layout--feature .ps-home-card--lead .ps-home-card__body h2,
.ps-home-layout--split .ps-home-card--lead .ps-home-card__body h2{
  -webkit-line-clamp:3!important;
  line-clamp:3!important;
  min-height:4.5em!important;
  max-height:4.5em!important;
}

/* Edictos y Necrológicas: dos líneas también, para mantener cajas parejas. */
.ps-home-grid--list .ps-home-card__body h2,
.ps-home-grid--memorial .ps-home-card__body h2{
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
  min-height:3em!important;
  max-height:3em!important;
}

/* VIDEO: corregir el encabezado blanco que tapaba el título. */
.ps-home-section--video{
  padding:18px!important;
  border:1px solid rgba(213,166,42,.72)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#063B73 0%,#0757A6 100%)!important;
}

.ps-home-section--video .ps-home-section__heading,
.ps-home-section--video .aea-section-heading{
  margin:0 0 16px!important;
  padding:0 0 10px!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.22)!important;
  box-shadow:none!important;
}

.ps-home-section--video .aea-section-heading span{
  padding:0 0 8px!important;
  color:#fff!important;
  background:transparent!important;
  border-bottom:3px solid var(--pt-gold,var(--aea-gold))!important;
  text-shadow:0 1px 2px rgba(0,0,0,.16);
}

.ps-home-section--video .aea-section-heading a{
  padding:7px 12px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:none!important;
}

.ps-home-section--video .aea-section-heading a:hover{
  background:var(--pt-gold,var(--aea-gold))!important;
  color:#063B73!important;
}

/* Empty state inside Video follows the dark section instead of a white block. */
.ps-home-section--video .ps-home-empty{
  border:1px dashed rgba(255,255,255,.32)!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
}

/* Cards in Video stay clean against the blue section. */
.ps-home-section--video .ps-home-card{
  background:#fff!important;
  border-color:rgba(255,255,255,.20)!important;
}

/* Phone: allow up to 3 lines because available width is smaller. */
@media(max-width:560px){
  .ps-home-card__body h2,
  .ps-home-layout--feature .ps-home-card--lead .ps-home-card__body h2,
  .ps-home-layout--split .ps-home-card--lead .ps-home-card__body h2{
    -webkit-line-clamp:3!important;
    line-clamp:3!important;
    min-height:4.5em!important;
    max-height:4.5em!important;
  }

  .ps-home-section--video{
    padding:12px!important;
  }
}



/* =========================================================
   PerteneSer — Category / Archive 3-column compact layout
   Safe scope: only classes used by archive.php/category.php.
   ========================================================= */

.aea-archive-news-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:18px!important;
  align-items:start!important;
  grid-auto-rows:auto!important;
}

.aea-archive-card{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  border:1px solid #dbe5ee!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 5px 15px rgba(8,42,82,.07)!important;
}

.aea-archive-card>a{
  display:block!important;
  height:auto!important;
}

.aea-archive-card__media{
  width:100%!important;
  height:155px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  background:#eef3f7!important;
}

.aea-archive-card__media img{
  display:block!important;
  width:100%!important;
  height:155px!important;
  object-fit:cover!important;
  margin:0!important;
}

.aea-archive-card__body{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  padding:11px 13px 13px!important;
}

.aea-archive-card__date{
  display:block!important;
  margin:0 0 4px!important;
  color:#748394!important;
  font-size:11px!important;
  line-height:1.35!important;
}

.aea-archive-card h2{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  line-clamp:3!important;
  overflow:hidden!important;
  margin:0!important;
  min-height:0!important;
  max-height:4.65em!important;
  color:#d99113!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:600!important;
}

/* Remove any old excerpt spacing if an older template is still cached. */
.aea-archive-card p{
  display:none!important;
  margin:0!important;
  padding:0!important;
}

.aea-archive-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 10px 24px rgba(8,42,82,.11)!important;
}

/* Medium screens: two columns. */
@media(max-width:980px){
  .aea-archive-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Phones: one column, image uses natural mobile width. */
@media(max-width:620px){
  .aea-archive-news-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .aea-archive-card__media{
    height:auto!important;
    aspect-ratio:16/9!important;
  }

  .aea-archive-card__media img{
    height:100%!important;
    aspect-ratio:16/9!important;
    object-fit:cover!important;
  }

  .aea-archive-card h2{
    font-size:17px!important;
    -webkit-line-clamp:3!important;
    line-clamp:3!important;
    max-height:4.65em!important;
  }
}



/* =========================================================
   PerteneSer — FINAL archive card fill fix
   Keeps 3 columns and makes image/content use full card width.
   ========================================================= */

.aea-archive-news-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}

.aea-archive-news-grid .aea-archive-card{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
}

.aea-archive-news-grid .aea-archive-card > a{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  padding:0!important;
}

.aea-archive-news-grid .aea-archive-card__media{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:175px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.aea-archive-news-grid .aea-archive-card__media img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
}

.aea-archive-news-grid .aea-archive-card__body{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:11px 13px 14px!important;
  box-sizing:border-box!important;
}

.aea-archive-news-grid .aea-archive-card__date{
  margin:0 0 5px!important;
}

.aea-archive-news-grid .aea-archive-card h2{
  width:100%!important;
  margin:0!important;
  min-height:0!important;
  max-height:4.65em!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  line-clamp:3!important;
}

@media(max-width:980px){
  .aea-archive-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:620px){
  .aea-archive-news-grid{
    grid-template-columns:1fr!important;
  }

  .aea-archive-news-grid .aea-archive-card__media{
    height:auto!important;
    aspect-ratio:16/9!important;
  }
}



/* =========================================================
   PerteneSer — MOBILE ONLY FIX 2026-08-11
   Corrige únicamente:
   1) espacio excesivo debajo del logo en teléfonos;
   2) colores de los nombres del menú móvil.
   NO modifica escritorio ni módulos de portada.
   ========================================================= */
@media (max-width:700px){

  /* ---------- Header móvil: eliminar altura/espacio sobrante ---------- */
  .aea-brandbar{
    min-height:0!important;
    height:auto!important;
    overflow:hidden!important;
  }

  .aea-brandbar__inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    padding:8px 0 10px!important;
    gap:8px!important;
  }

  .aea-brand--banner{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0 auto!important;
    padding:0!important;
  }

  .aea-brand--banner img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:180px!important;
    margin:0 auto!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  /* ---------- Menú móvil: todos los títulos principales visibles ---------- */
  .aea-primary-nav,
  .aea-primary-nav.is-open{
    background:#fff!important;
    padding:12px!important;
  }

  .aea-primary-menu{
    display:block!important;
    width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  .aea-primary-menu > li{
    display:block!important;
    width:100%!important;
    margin:0 0 5px!important;
  }

  .aea-primary-menu > li > a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:46px!important;
    padding:10px 14px!important;
    border:0!important;
    border-bottom:3px solid var(--aea-gold)!important;
    border-radius:0!important;
    background:linear-gradient(180deg,#0B63B4,#07529A)!important;
    color:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    font-weight:800!important;
    text-shadow:none!important;
    box-shadow:none!important;
  }

  .aea-primary-menu > li > a:hover,
  .aea-primary-menu > li > a:focus,
  .aea-primary-menu > li.current-menu-item > a,
  .aea-primary-menu > li.current-menu-ancestor > a,
  .aea-primary-menu > li.current-menu-parent > a{
    background:linear-gradient(180deg,#078447,#056B3A)!important;
    color:#fff!important;
  }

  /* Submenús: claros, legibles y diferenciados de los títulos principales. */
  .aea-primary-menu .sub-menu{
    position:static!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:5px 8px 7px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }

  .aea-primary-menu .sub-menu a{
    display:block!important;
    padding:9px 11px!important;
    border-bottom:1px solid rgba(224,163,38,.45)!important;
    background:#fff!important;
    color:#063B73!important;
    opacity:1!important;
    visibility:visible!important;
    font-weight:700!important;
  }

  .aea-primary-menu .sub-menu a:hover,
  .aea-primary-menu .sub-menu a:focus,
  .aea-primary-menu .sub-menu .current-menu-item > a{
    background:#eef6fc!important;
    color:#078447!important;
  }
}



/* =========================================================
   PerteneSer — MOBILE HEADER GAP FINAL FIX
   السبب: flex-basis قديم 860px على .aea-brand--banner
   كان يتحول إلى ارتفاع عمودي ضخم بعد تحول الهيدر إلى column.
   MOBILE ONLY — لا يؤثر على الكمبيوتر أو الرئيسية.
   ========================================================= */
@media (max-width:700px){
  .aea-brandbar__inner{
    min-height:0!important;
    height:auto!important;
  }

  .aea-brand--banner{
    flex:0 0 auto!important;
    flex-basis:auto!important;
    min-height:0!important;
    height:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
  }

  .aea-brand--banner img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:180px!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }

  .aea-header-ad{
    flex:0 0 auto!important;
    min-height:0!important;
    height:auto!important;
    margin:0 auto!important;
  }
}



/* =========================================================
   PerteneSer — fondo exterior marfil punteado
   SOLO cambia el fondo fuera del contenido central.
   No altera estructura, portada, tarjetas, header, footer ni responsive.
   ========================================================= */

html,
body{
  background:
    radial-gradient(circle at 8% 22%,rgba(7,87,166,.075) 0 2px,transparent 2.4px) 0 0/18px 18px,
    radial-gradient(circle at 92% 18%,rgba(7,132,71,.055) 0 2px,transparent 2.4px) 0 0/20px 20px,
    linear-gradient(180deg,#fffdf8 0%,#fbfcf8 100%)!important;
}

/* El área central conserva su aspecto actual y tapa el patrón exterior. */
.aea-main > .aea-container{
  background:var(--aea-bg);
}

/* En pantallas angostas no forzamos cambios visuales:
   el contenido sigue ocupando su ancho normal. */
@media(max-width:1180px){
  .aea-main > .aea-container{
    background:var(--aea-bg);
  }
}



/* =========================================================
   PerteneSer — corrección real del fondo exterior
   .aea-main tenía un fondo sólido que cubría el fondo del body.
   Se vuelve transparente SOLO el envoltorio general y se mantiene
   sólido el contenedor central.
   ========================================================= */

.aea-main{
  background:transparent!important;
}

.aea-main > .aea-container{
  background:var(--pt-bg,#f4f7fa)!important;
}

/* Mantener la misma lógica en responsive, sin cambiar medidas. */
@media(max-width:1180px){
  .aea-main{
    background:transparent!important;
  }

  .aea-main > .aea-container{
    background:var(--pt-bg,#f4f7fa)!important;
  }
}

/* =========================================================
   PerteneSer — banners publicitarios responsive 2026-08-13
   Ajuste aislado: adapta los anuncios al ancho disponible sin
   cambiar la estructura, el header, el footer ni las tarjetas.
   ========================================================= */
.aea-ad-zone,
.aea-sidebar-ads,
.aea-sidebar-ads .aea-ad-zone,
.aea-header-ad .aea-ad-zone{
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}

.aea-ad-zone .aea-ad-item,
.aea-sidebar-ads .aea-ad-item{
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}

.aea-ad-zone .aea-ad-item > a,
.aea-sidebar-ads .aea-ad-item > a{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
}

.aea-ad-zone .aea-ad-item img,
.aea-sidebar-ads .aea-ad-item img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* En tablet y teléfono, cada bloque publicitario usa todo el ancho útil. */
@media(max-width:900px){
  .aea-content-area > .aea-ad-zone--home_top,
  .aea-content-area > .aea-ad-zone--home_between_1,
  .aea-content-area > .aea-ad-zone--home_between_2,
  .aea-content-area > .aea-ad-zone--home_between_3,
  .aea-home-footer-ads,
  .aea-home-footer-ads > .aea-ad-zone,
  .aea-sidebar-stack,
  .aea-sidebar-ads,
  .aea-sidebar-ads .aea-ad-zone,
  .aea-header-ad{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .aea-content-area > .aea-ad-zone--home_top .aea-ad-item,
  .aea-content-area > .aea-ad-zone--home_between_1 .aea-ad-item,
  .aea-content-area > .aea-ad-zone--home_between_2 .aea-ad-item,
  .aea-content-area > .aea-ad-zone--home_between_3 .aea-ad-item,
  .aea-sidebar-ads .aea-ad-item,
  .aea-header-ad .aea-ad-item{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
  }
}

/* Teléfono: evita cualquier ancho fijo heredado del plugin de anuncios. */
@media(max-width:560px){
  .aea-ad-zone,
  .aea-ad-zone .aea-ad-grid,
  .aea-ad-zone .aea-ad-slider__viewport,
  .aea-ad-zone .aea-ad-item,
  .aea-ad-zone .aea-ad-item > a,
  .aea-ad-zone .aea-ad-item img{
    max-width:100%!important;
  }

  .aea-ad-zone .aea-ad-item img{
    width:100%!important;
    height:auto!important;
  }
}
