.home02{
	color:#001C71;
}

.home02 h2{
	font-family: 'Gilroy-SemiBold';
	font-size: 50px;
	margin-bottom: 40px;
}

.home02 p{
	font-size: 18px;
	color:#333333;
}

.home02 p > strong{
	font-family: 'Gilroy-SemiBold';
}

.home02 p > span{
	font-family: 'Gilroy-SemiBold';
	color:#001C71;
}

.home02  ul > li{
	color:#333333;
}

.home02  ul > li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #001C71; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 20px;
}

.home02  ul{
	padding-inline-start: 15px;
}

.home02 .fondo{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home02 .centerV{
	background-color: #EDEDEB;
	padding-right: 7vw;
	padding-left: 7vw;
	height: 70vh;
}

@media only screen and (max-width: 1024px) {
	.home02{
		min-height: unset;
	}

	.home02 .centerV{
		padding-top: 5vh;
		padding-bottom: 5vh;
		min-height: unset;
		height: unset;
	}

	.home02 .centerV{
		display: flex;
    	align-items: unset;
    	position: relative;

	}

}

@media only screen and (max-width: 991px) {
	.home02 .fondo{
		min-height: 50vh;
		order: 0
	}
	.home02 .centerV{
		order: 1;
	}

	.home02 h2{
		font-size: 30px;
	}

	.home02 p{
	font-size: 20px;
	}
}