/* code here... */

#ea_hero_content {
	z-index: 2;
	margin-bottom: 50vh;
	transform: translate(0,50%);
}

#ea_hero_personas {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100vw;
	z-index: 0;
}

#ea_hero_personas .wpb_wrapper {
	display: block;
	position: relative;
	width: 100vw;
}

#ea_hero_personas .w-image-h > img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 65vw;
	height: auto;
}

#ea_hero_btn {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%,0);
}

#ea_mobile_logo {
	display: none;
}

@media (max-width: 1139px) {
	
	#ea_hero_personas .w-image-h > img {
		width: 75vw;
	}
	
}

@media (max-width: 599px) {
	
	#ea_hero_personas .w-image-h > img {
		width: 92vw;
	}
	
}

@media (max-width: 439px) {
	
	#ea_desktop_logo {
		display: none;
	}
	
	#ea_mobile_logo {
		display: inline-block;
	}
	
}

@media (max-width: 399px) {
	
	#ea_hero_personas .w-image-h > img {
		transform: translate(-50%,0) scale(1.35);
	}
	
}