.revista-home{background-color:var(--yellow-lightest);flex-direction:column;gap:48px;width:100%;padding-bottom:120px;display:flex}.revista-home__empty{text-align:center;width:80%;color:var(--grey-mid);background:var(--white);border-radius:16px;margin:120px auto;padding:80px 24px;font-size:16px}.revista-hero{width:100%;min-height:560px;color:var(--white);background-color:#1c1c1c;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;margin-top:64px;padding:80px 8% 64px;text-decoration:none;transition:filter .4s;display:flex;position:relative;overflow:hidden}.revista-hero:hover{filter:brightness(1.05)}.revista-hero__overlay{pointer-events:none;background:linear-gradient(rgba(15,15,18,.15) 0%,rgba(15,15,18,.45) 55%,rgba(15,15,18,.92) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.revista-hero:after{content:"";pointer-events:none;background:radial-gradient(closest-side,rgba(255,82,121,.22),transparent 70%);width:55%;height:120%;position:absolute;bottom:-20%;left:-10%}.revista-hero__content{z-index:1;width:100%;max-width:760px;position:relative}.revista-hero__eyebrow{text-transform:uppercase;letter-spacing:1.5px;background:var(--pink);color:var(--white);border-radius:999px;margin-bottom:20px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-block}.revista-hero__title{color:var(--white);letter-spacing:-.01em;margin:0 0 14px;font-size:48px;font-weight:800;line-height:1.1}.revista-hero__subtitle{color:rgba(255,255,255,.85);max-width:640px;margin:0 0 18px;font-size:18px;line-height:1.5}.revista-hero__meta{color:rgba(255,255,255,.75);letter-spacing:.4px;text-transform:uppercase;align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.revista-row{gap:28px;width:80%;margin:0 auto;display:grid}.revista-row--2{grid-template-columns:repeat(2,1fr)}.revista-row--3{grid-template-columns:repeat(3,1fr)}.revista-card{background:var(--white);color:var(--grey-dark);border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.06)}.revista-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.12)}.revista-card__media{aspect-ratio:16/9;background:var(--yellow-lightest);width:100%;overflow:hidden}.revista-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.revista-card:hover .revista-card__media img{transform:scale(1.04)}.revista-card__body{flex-direction:column;flex:1;gap:8px;padding:22px 24px 26px;display:flex}.revista-card__date{text-transform:uppercase;letter-spacing:.4px;color:#00b7a4;font-size:12px;font-weight:700}.revista-card__title{color:var(--pink);margin:0;font-weight:800;line-height:1.2}.revista-card__subtitle{color:var(--grey-mid);margin:0;font-size:14px;line-height:1.5}.revista-card__author{color:var(--grey-mid);margin-top:auto;font-size:12px;font-style:italic}.revista-card--medium .revista-card__title{font-size:22px}.revista-card--small .revista-card__title{font-size:18px}.revista-optin{width:100%}@media (max-width:1024px){.revista-row--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.revista-hero{min-height:420px;padding:60px 24px 40px}.revista-hero__title{font-size:32px}.revista-hero__subtitle{font-size:15px}.revista-row{gap:20px;width:88%}.revista-row--2,.revista-row--3{grid-template-columns:1fr}}
