.newsdetail{position:relative;background-image:url(/_next/static/media/FONDO__CREMA_V1.d2980929.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;padding:5rem 0 0;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;gap:1.5rem}.newsdetail:before{content:"";width:100%;height:80px;position:absolute;top:-80px;box-shadow:35px 0 120px #000}.newsdetail h1{font-family:Rumble,serif;font-weight:400;font-size:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0}.newsdetail h1 span{font-size:1.5em;color:#fff;background-image:url(/_next/static/media/bg-text.f96845ce.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;padding:1rem 2rem 1.5rem}.newsdetail h1.title{font-weight:800}.newsdetail h1.title,.newsdetail p{font-family:Archer;width:80%;margin:auto}.newsdetail p{font-weight:500;font-size:.9rem}.newsdetail img.img-banner{width:80%;max-width:380px;height:255px;object-fit:cover;object-position:center}.newsdetail img.img-footer{width:100%;max-width:1200px;height:255px;object-fit:contain}.newsdetail .img-gallery{width:80%;max-width:760px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.newsdetail .img-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}@media(min-width:768px){.newsdetail .img-gallery{grid-template-columns:repeat(3,1fr)}.newsdetail p{width:60%}}