.destacados{background-color:#FAFAF5;font-family:var(--font-principal);padding:3rem 1rem 2rem;text-align:center}.destacados-titulo{font-size:clamp(2rem,4vw,2.8rem);font-weight:400;color:#7D825A;margin-bottom:.5rem}.destacados-bajada{color:var(--texto-suave);margin-bottom:2.5rem;font-size:1.05rem}.destacados-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto}.destacado-card{background-color:#FFFFFF;border:1px solid #cbc0b1;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;text-align:left;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.destacado-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.destacado-foto{display:block;background-color:var(--gris-tenue)}.destacado-foto img{width:100%;aspect-ratio:1/1;height:auto;object-fit:contain;padding:.75rem;display:block}.destacado-cuerpo{padding:1.1rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.destacado-cuerpo h3{font-size:1.15rem;margin:0}.destacado-cuerpo h3 a{color:#7D825A;text-decoration:none}.destacado-cuerpo h3 a:hover{color:#73334A}.destacado-cuerpo p{color:var(--texto-suave);font-size:.9rem;line-height:1.5;margin:0;flex:1 1}.destacado-premio{color:var(--naranja-hondo);background-color:var(--crema-tenue);border:1px solid var(--borde-calido);border-radius:6px;padding:.35rem .6rem;font-size:.82rem;font-weight:600;line-height:1.4;margin:.25rem 0 0}.destacado-link{color:#73334A;font-size:.95rem;text-decoration:none;font-weight:600;margin-top:auto;padding-top:.25rem}.destacado-link:hover{color:#BD8355;text-decoration:underline}.destacados-todos{display:inline-block;margin-top:1rem;color:#73334A;font-weight:600;text-decoration:none;font-size:1.05rem}.destacados-todos:hover{color:#BD8355;text-decoration:underline}@media (max-width:480px){.destacados{padding:2rem 1rem 1.5rem}.destacados-titulo{font-size:1.6rem}.destacado-card{max-width:420px;margin:0 auto;width:100%}}.home{font-family:var(--font-principal);background-color:#FAFAF5}.home-section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.home-section-cabecera{text-align:center;margin-bottom:2.5rem}.home-section h2{color:#7D825A;font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:400;margin-bottom:.6rem;text-align:center}.home-section-todos{display:inline-block;font-size:.9rem;font-weight:600;color:#BD8355;letter-spacing:.01em;border-bottom:1px solid transparent;transition:border-color .25s ease,color .25s ease}.home-section-todos:hover{color:#73334A;border-bottom-color:#73334A}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.edad-alerta{background-color:#73334A;color:#FAFAF5;padding:1rem;text-align:center;font-weight:500;margin-bottom:2rem;border-radius:4px}@media (max-width:768px){.home-section{padding:2rem 1rem}.home-section-cabecera{margin-bottom:1.75rem}.card-grid{gap:1.5rem}}.destacados-titulo,.home-section-cabecera h2{display:flex;justify-content:center;align-items:center;gap:1rem}.destacados-titulo:after,.destacados-titulo:before,.home-section-cabecera h2:after,.home-section-cabecera h2:before{content:"";width:34px;height:36px;flex:none;background-color:#7D825A;opacity:.55;-webkit-mask-image:url(/img/ramita.svg);mask-image:url(/img/ramita.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.destacados-titulo:after,.home-section-cabecera h2:after{transform:scaleX(-1)}@media (max-width:600px){.destacados-titulo:after,.destacados-titulo:before,.home-section-cabecera h2:after,.home-section-cabecera h2:before{width:22px;height:24px}.destacados-titulo,.home-section-cabecera h2{gap:.6rem}}