
.container-jquery{
	display: flex;
	justify-content: center;
	align-items: center;
}
 .container-jquery-bg {
	background-color: rgb(234, 253, 201);
	padding: 15px;
 }
.container-jquery-bg-claro{
background-color: rgb(254, 255, 253);
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
 .jquery-titulo{
	margin-top: 50px
 }

 .box-jquery-img{
	border: 1px solid rgb(114, 255, 241);
	padding: 10px;
	background-color: white;
	border-radius: 5%;
   margin-top: 40px;
 }
 .subtitulo-jquery{
	text-align: justify;
	line-height: 1.5 !important;
	margin-bottom: 20px;
	
 }
.text-jquery{
	text-align: justify;
  margin-top: 10px;
}

