h2 {display:flex;width:100%;height:auto;align-items:center;justify-content:center;color:#003B5C;text-align:center;margin:2%;}
.categorias-scroll {display:flex;overflow-x:auto;gap:0.75rem;padding:0.5rem 0;border-bottom:1px solid #ccc;}
.categorias-scroll::-webkit-scrollbar {height:6px;}
.categorias-scroll::-webkit-scrollbar-track {background:transparent;}
.categorias-scroll::-webkit-scrollbar-thumb {background-color:#005bac;border-radius:4px;}
.categorias-scroll::-webkit-scrollbar-thumb:hover {background-color:#003e7e;}
.categorias-scroll {scrollbar-color:#929292 transparent;scrollbar-width:thin;margin:3%;}
.categorias-scroll a {text-decoration:auto;color:#003B5C;}
.categorias-scroll a:hover {color:#ffffff;}
.categorias-scroll li {white-space:nowrap;padding:0.5rem 0.75rem;border:1px solid #005bac;background-color:white;color:#005bac;border-radius:4px;cursor:pointer;font-weight:bold;flex-shrink:0;transition:background-color 0.2s, color 0.2s;list-style:none;}
.categorias-scroll li:hover {background-color:#005bac;color:white;}
.blog-grid {display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;padding:3%;}
.blog-card {background-color:white;border-radius:4px;overflow:hidden;box-shadow:0 2px 6px rgba(0, 0, 0, 0.1);display:flex;flex-direction:column;height:400px;text-decoration:none;}
.blog-card a {text-decoration:auto;}
.blog-card .imagen {height:200px;background-color:#ccc;width:100%;aspect-ratio:16 / 9;}
.blog-card .imagen-ajuste {width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
.blog-card .contenido {background-color:#003e7e;color:white;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;}
.blog-card h3 {margin:0 0 0.5rem;font-size:1.1rem;font-weight:bold;}
.blog-card p {font-size:0.9rem;margin:0 0 1rem;}
.blog-card .btn {background-color:#c60000;color:white;padding:0.5rem 1rem;border:none;border-radius:20px;cursor:pointer;font-weight:bold;align-self:flex-start;}
@media (max-width:600px) {
	.categorias-scroll {gap:0.5rem;}
	.blog-card .btn {width:100%;text-align:center;}
}
