.headerHome {
    min-height: 60vh;
    display: flex;
    align-items: center;
	position: relative;
}

.headerHome:before {
	content: "";
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(31,73,125);
	background: -moz-linear-gradient(97deg, rgba(31,73,125,1) 0%, rgba(31,73,125,0) 100%);
	background: -webkit-linear-gradient(97deg, rgba(31,73,125,1) 0%, rgba(31,73,125,0) 100%);
	background: linear-gradient(97deg, rgba(31,73,125,1) 0%, rgba(31,73,125,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f497d",endColorstr="#1f497d",GradientType=1);
}

.headerHome > .vc_row {
	width: 100%;
}

.headerHome h1 {
    font-size: 53px;
    line-height: 64px;
    color: #fff;
}

.new-home-counter {
	font-family: "Gill Sans MT", sans-serif;
}

.front-card,
.back-card {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background-color: #FFF;
	text-align: center;
}

.front-card {
	background-color: var(--gris-claro);
	box-shadow: 0 5px 10px #ccc;
}

.front-card img {
	width: 80px;
}

.front-card h2 {
	font-size: 30px;
	color: #1f497d;
}

.back-card h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.card-hover-home .wpb_wrapper {
    position: relative;
	overflow: hidden;
}

.card-hover-home:hover .back-card {
	transform: translatex(0);
}

.back-card {
    position: absolute;
    top: 0;
    left: 0;
	transform: translatex(-100%);
	transition: all .6s ease;
}

.impact-card .wpb_wrapper {
	position: relative;
	overflow: hidden;
}


.impact-card__front,
.impact-card__back {
	min-height: 300px;
	display: flex;
	align-items: center;
	padding: 20px;
	position: relative;
}

.impact-card:hover .impact-card__back {
	transform: translatex(0);
}

.impact-card__back {
	background-color: var(--azul);
	transition: all .6s ease;
	transform: translatex(-100%);
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 40px;
}

.impact-card__back a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.impact-card__back a:after {
	content: "";
	background-image: url(https://www.instiglio.org/wp-content/uploads/2021/02/arrow-r-white.svg);
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
    top: 3px;
    position: relative;
    margin-left: 9px;
}

.impact-card__front:before {
	content: "";
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(97deg, rgba(0,0,0,0.8323704481792717) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(97deg, rgba(0,0,0,0.8323704481792717) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(97deg, rgba(0,0,0,0.8323704481792717) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.impact-card__front p {
	margin-bottom: 0;
	color: #FFFFFF;
}

.impact-card__front .wpb_wrapper {
	position: relative;
}

.impact-card__front h3 {
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 38px;
}

.btn-centro {
	text-align: center;
}

.front-card__publications {
	box-shadow: none;
}

.back-card a {
	justify-content: center;
	    margin: 0 auto;
}

.counter_suffix.mycust.ult-responsive {
    font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
	.headerHome h1 {
		font-size: 30px;
		line-height: 43px;
	}
	
	.headerHome {
		min-height: 50vh;
	}
	
	.card-hover-home .wpb_wrapper {
		overflow: visible;
	}
	
	.back-card, .impact-card__back {
		transform: translate(0);
		position: relative;
	}
	
	.front-card, .back-card {
		 min-height: 100px;
	}
	
	.front-card img {
    	width: 50px;
	}
	
	.front-card h2 {
		font-size: 25px;
	}
	
	.impact-card__front {
		margin-bottom: 0 !important;
	}
	
	.impact-card__front h3 {
		line-height: 39px;
	}
	
	.front-card__publications {
		min-height: 300px;
	}
}