.blog-module__y_xCuG__page{background:var(--gris-claro);min-height:100vh;padding-bottom:0}.blog-module__y_xCuG__header{text-align:center;padding:120px 0 3rem}.blog-module__y_xCuG__heading{font-family:var(--fuente-serif);color:var(--negro);margin:.4rem 0 .8rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700}.blog-module__y_xCuG__subtitle{color:var(--gris);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.blog-module__y_xCuG__searchWrap{max-width:540px;margin:0 auto 3rem;position:relative}.blog-module__y_xCuG__searchIcon{color:#aaa;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.blog-module__y_xCuG__searchInput{width:100%;font-size:.95rem;font-family:var(--fuente);color:var(--negro);background:#fff;border:1.5px solid #ddd;border-radius:50px;outline:none;padding:.85rem 2.8rem;transition:border-color .2s,box-shadow .2s}.blog-module__y_xCuG__searchInput:focus{border-color:var(--rojo);box-shadow:0 0 0 3px #c0392b1a}.blog-module__y_xCuG__searchClear{cursor:pointer;color:#aaa;background:0 0;border:none;padding:4px;font-size:.85rem;line-height:1;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.blog-module__y_xCuG__searchClear:hover{color:var(--negro)}.blog-module__y_xCuG__empty{text-align:center;color:var(--gris);padding:4rem 0 6rem;font-size:1rem}.blog-module__y_xCuG__grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;padding-bottom:5rem;display:grid}.blog-module__y_xCuG__card{color:inherit;background:#fff;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .28s,box-shadow .28s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.blog-module__y_xCuG__card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000021}.blog-module__y_xCuG__card:hover .blog-module__y_xCuG__cardPhoto{transform:scale(1.05)}.blog-module__y_xCuG__card:hover .blog-module__y_xCuG__cardLink{color:var(--rojo-vivo)}.blog-module__y_xCuG__cardImg{height:210px;position:relative;overflow:hidden}.blog-module__y_xCuG__cardPhoto{object-fit:cover;transition:transform .45s}.blog-module__y_xCuG__cardPhotoLogo{object-fit:cover;background:#111}.blog-module__y_xCuG__cardCat{background:var(--rojo);color:#fff;text-transform:uppercase;letter-spacing:1.2px;z-index:1;border-radius:50px;padding:4px 10px;font-size:.68rem;font-weight:700;position:absolute;top:14px;left:14px}.blog-module__y_xCuG__cardBody{flex-direction:column;flex:1;padding:1.4rem 1.6rem 1.8rem;display:flex}.blog-module__y_xCuG__cardDate{color:var(--gris);letter-spacing:.3px;margin-bottom:.5rem;font-size:.75rem;display:block}.blog-module__y_xCuG__cardTitle{font-family:var(--fuente-serif);color:var(--negro);margin-bottom:.55rem;font-size:1.15rem;font-weight:700;line-height:1.3}.blog-module__y_xCuG__cardExcerpt{color:var(--gris);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:1.2rem;font-size:.88rem;line-height:1.65;display:-webkit-box;overflow:hidden}.blog-module__y_xCuG__cardLink{color:var(--rojo);font-size:.88rem;font-weight:700;transition:color .2s}.blog-module__y_xCuG__loadMoreWrap{justify-content:center;margin:3rem 0 1rem;display:flex}.blog-module__y_xCuG__loadMoreBtn{border:2px solid var(--rojo);color:var(--rojo);font-family:var(--fuente);cursor:pointer;letter-spacing:.4px;background:0 0;border-radius:8px;align-items:center;gap:.6rem;padding:.85rem 2.4rem;font-size:.95rem;font-weight:700;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.blog-module__y_xCuG__loadMoreBtn:hover{background:var(--rojo);color:var(--blanco);box-shadow:0 4px 20px #c0392b59}.blog-module__y_xCuG__newsletter{background:var(--negro);margin-top:0;padding:5rem 0}.blog-module__y_xCuG__nlInner{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.blog-module__y_xCuG__nlText{flex:1;min-width:260px}.blog-module__y_xCuG__nlText h3{font-family:var(--fuente-serif);color:var(--blanco);margin-bottom:.6rem;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700}.blog-module__y_xCuG__nlText p{color:#ffffffa6;font-size:.95rem;line-height:1.65}.blog-module__y_xCuG__nlForm{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.blog-module__y_xCuG__nlInput{color:var(--blanco);font-family:var(--fuente);background:#ffffff12;border:1px solid #fff3;border-radius:8px;outline:none;min-width:240px;padding:.75rem 1.2rem;font-size:.95rem;transition:border-color .2s}.blog-module__y_xCuG__nlInput::placeholder{color:#ffffff59}.blog-module__y_xCuG__nlInput:focus{border-color:var(--rojo)}.blog-module__y_xCuG__nlBtn{flex-shrink:0}.blog-module__y_xCuG__nlOk{color:#4ade80;font-size:.95rem;font-weight:600}@media (max-width:900px){.blog-module__y_xCuG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.blog-module__y_xCuG__grid{grid-template-columns:1fr;gap:1.2rem}.blog-module__y_xCuG__header{padding:100px 0 2rem}.blog-module__y_xCuG__nlInner{flex-direction:column;gap:2rem}.blog-module__y_xCuG__nlForm{flex-direction:column;width:100%}.blog-module__y_xCuG__nlInput{width:100%;min-width:0}.blog-module__y_xCuG__nlBtn{justify-content:center;width:100%}}
