@font-face {
	font-family: Merriweather;
	src: url("fonts/Merriweather-Regular.ttf");
}

.info_trans{
	text-align: justify;
	font-size: 15px;
	padding: 15px;
	line-height: 23px;
} 

.ley a {
	font-size: 30px;
	color: #444;
	transition: all 0.3s;
}

.ley a:hover {
	color: black;
}
#sisaiTitulo{
	font-family: Merriweather;
	font-size: 40px;
	font-weight: bold;
}
#sisai{
	margin-top: 8px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 7px black;
	transition: all 0.3s;
}
#sisai:hover{
	transform: scale(1.05, 1.05);
}

.year {
	text-align: center;
	font-size: 20px;
}

.imgInfoInteres {
	width: 200px;
	margin: 5px auto;
}


#imgActCab {
	width: 100px;
}


#div_trans_proac{
	width: 100%;
}
#div_trans_proac span{
	font-family: 'Merriweather', serif;
	font-size: 32px;
	font-weight: bold;
}
#div_trans_proac blockquote{
	text-align: justify;
	font-size: 15px;
	padding: 15px;
	line-height: 23px;
}

#layout_proac{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
	justify-items: center;
}
#layout_proac a{
	display: contents;
}
.imagenProac{
	height: 250px;
	width: 90%;
	border-radius: 5px;
	box-shadow: 0px 0px 5px black;
	transition: all 300ms;
}
.imagenProac:hover{
	transform: scale(1.05,1.05);
}
.imagenCP {
	width: 40%;
	margin: 5px;
	transition: all 300ms;
}
.imagenCP:hover{
	transform: scale(1.1,1.1);
}

#titInformes{
	font-family: 'Merriweather', serif;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}

#informes{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 10px;
	justify-items: center;
}
#informes a{
	display: contents;
}
.imgInforme{
	height: 135px;
	width: 95%;
	border: 1px solid black;
	box-shadow: 0px 0px 7px gray;

	border-radius: 10px;
	transition: all 300ms;
}
.imgInforme:hover{
	transform: scale(1.05,1.05);
}

@media (max-width:1000px){
	#layout_proac{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		row-gap: 20px;
		margin-left: 20px;
	}
	.imagenProac{
		height: 280px;
	}
	.imagenCP {
		width: 45%;
	}

	#informes{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		margin-left: 10px;
		row-gap: 20px;
	}
	.imgInforme{
		height: 130px;
		width: 80%;
	}
}

@media (max-width:690px){
	.imagenCP {
		width: 55%;
	}
}

@media (max-width:520px){
	#sisaiTitulo{
		font-size: 30px;
	}

	#layout_proac{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
		row-gap: 20px;
		margin-left: 20px;
	}
	.imagenProac{
		width: 60%;
		height: 220px;
	}
	.imagenCP {
		width: 70%;
	}

	#informes{
		grid-template-columns: repeat(1, 1fr);
	}
	.imgInforme{
		width: 70%;
	}
}

@media (max-width:380px){
	#sisaiTitulo{
		font-size: 20px;
	}

	#sisai{
		width: 80%;
	}
	.imagenProac{
		width: 80%;
		height: 220px;
	}
	.imagenCP {
		width: 85%;
	}
	.imgInforme{
		width: 80%;
		height: 110px;
	}
}


@media (min-width: 500px) {

	/*TRANSPARENCIA*/
	#titTrans {
		font-size: 30px;
		font-family: 'Merriweather', serif;
		color: black;
	}

	#filInfoInt {
		font-size: 20px;
	}

	#imgActCab {
		width: 200px;
	}
}

@media (min-width: 1024px) {

	/*TRANSPARENCIA*/
	.imgInfoInteres {
		width: 300px;
		margin: 5px auto;
	}

	.imgInfoInteres:hover {
		background-color: rgba(220, 220, 220, .8);
		border-radius: 20px;
	}

	.imgInfoProac {
		width: 400px;
		margin: 5px auto;
	}

	.imgInfoProac:hover {
		background-color: rgba(220, 220, 220, .8);
		border-radius: 20px;
	}

	#ventInte {
		width: 70%;
	}

}