.content-catalogo h2 {color:#003366;font-weight:800;text-transform:uppercase;height:150px;}
.content-catalogo .pagination-pdf {margin:1rem 0;display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap;}
.content-catalogo .pagination-pdf button {padding:0.5rem 0.75rem;border:1px solid #005bac;background-color:white;color:#005bac;border-radius:4px;cursor:pointer;font-weight:bold;}
.content-catalogo .pagination-pdf button:hover {background-color:#005bac;color:white;}
.content-catalogo .download-button {display:flex;width:220px;justify-content:center;text-align:center;background-color:#d60000;color:white;border:none;padding:0.75rem 1.5rem;border-radius:1.5rem;font-size:1.1rem;font-weight:bold;margin:1rem auto;cursor:pointer;text-decoration:none;}
.content-catalogo .viewer-container {display:flex;width:100%;background-color:#d6000000;flex-direction:row;align-items:center;justify-content:center;margin-top:1%;}
iframe {width:50%;height:800px;border:1px solid #ccc;border-radius:10px;}
.content-catalogo .nav-buttons {display:flex;width:10%;flex-direction:column;justify-content:space-between;align-items:center;max-width:300px;margin:1rem auto;background-color:#cccccc00;}
.content-catalogo .nav-buttons button {background:none;border:none;color:#003366;font-weight:bold;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:0.25rem;}
@media (max-width:600px) {
	.content-catalogo .viewer-container {  margin-top:4%; }
	iframe {height:400px;}
}