@charset "utf-8";
/* CSS Document */
.container_pdf{
	width: 95%;
	height: 400px;
	display: block;
	border: 1px solid var(--azul);
	margin: 20px auto;
	overflow-y: auto;
}
.container_pdf embed{
	width: 100%;
	height: 100%;
}
.container_pdf h2,p{	
	font-size: 15px !important;
	margin-top: 10px !important;
}