.introducion_c{
	margin-top: 120px;
	height: auto;
	padding: 3% 20%;
	color: #698088;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	text-align: justify;
}
.certificados{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: justify;
    padding: 0% 7%;
}
.info_cert{
	display: flex;
	padding: 2% 3%;
	background-image: url('/../Linea_Grafica/Fondos/3.jpg'); 
    background-size: 300px;
    /*background-repeat: ;*/
    background-position: center;
    
	/*box-shadow: 0 12px 9px -5px rgba(0,0,0,0.12), 0 10px 32px 0 rgba(0,29,124,0.12);*/
	box-shadow:  4px 4px 14px rgba(0, 0, 0, 0.5); 
	border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.info_cert a{
	
}
.info_cert img{
	
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
}
.cert_txt{
	padding: 3% 3%;
}
.cert_txt h3{
	color: #537678;
}
.cert_txt p{
	padding: 2% 0%;
	color: #333;
}
.icon_img{
	position: absolute;
	right:4%;
}
.icon_img img{
	width: 15vw;
	height: 20vw;
}
#info2{
	display: none;
}
@media(max-width:1050px){
	.introducion_c{
		padding: 3% 10%;
	}
	.info_cert img{
		width: 40%;
		height: 60%;
	}
	.icon_img img{
		display: none;
	}
	.info_cert{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.info_cert a{
			display: flex;
			justify-content: center;
	}
	.cert_txt p{
  		overflow-y: scroll;
  		height: 160px;
	}	
	.cert_txt h3{
		text-align: center;
	}
	#info1{
		display: none;
	}
	#info2{
		display: block;
	}
}
