.ee-title h2 {
	font-weight: bold !important;
}

.hero-background img {
	position: absolute;
	z-index: -1;
	top: -30px;
	left: 0;
	width: 100%;
	height: 520px;
	object-fit: cover;
	//opacity: 20%;
}
.hero-title {
	font-weight: bold !important;
}
.elementor-element-33851b1 {
	z-index: -100 !important;
	display: block !important;
}
.elementor-element-33851b1 .elementor-element-populated {
	padding: 0 !important;
}
.text-4 {
	font-size: 16px;
}

.ee-container {
	width: 1120px;
	max-width: 100%;
	padding: 0 16px;
	margin: 0 auto;
}

@media (max-width: 490px) {
	.hero-background img {
		height: 550px !important;
	}
	
	.about-body h2,
	.ee-title h2 {
		font-size: 32px !important;
	}
	
	a.ee-btn.--full {
		width: 100% !important;
		text-align: center;
	}
	
	div.features-grid {
		grid-template-columns: 1fr !important;
	}
	
	
	.testimonials-grid {
		grid-template-columns: 1fr !important;
	}
	
	.testimonials {
		padding: 0 16px;
	}
	
	.areas-grid {
		grid-template-columns: 1fr !important;
	}
	
	.feature-card:not(.feature-card:last-child)::after {
		content: '';
		height: 17px;
		position: absolute;
		bottom: -18px;
		width: 1px;
		background: #111;
		left: calc(50% - .4px);
	}
}
@media (max-width: 790px) {
	.menu-item.current-menu-ancestor a.hfe-menu-item, .elementor-element .menu-item.current-menu-item a.hfe-menu-item {
		background: red !important;
	}
	.hero-background img {
		height: 600px;
	}
	.ee-cta h2 {
		font-size: 28px !important;
		line-height: 130% !important;
		padding: 0 8px;
	}
}
.ee-btn.--secondary a,
a.ee-btn.--secondary {
	background: white !important;
	color: red !important;
}
a.ee-btn.--full,
a.ee-btn,
.ee-btn a{
	font-size: 16px !important;
	font-weight: 600;
	width: fit-content;
	padding: 16px 48px !important;
	border-radius: 8px !important;
	background: #25D366 !important;
	color: white !important;
	text-transform: capitalize;
}
a.ee-btn,
.ee-btn a {
	text-decoration: none !important;
}

a.ee-btn:hover,
.ee-btn a:hover {
	transform: scale(1.05);
	transition: all 200ms;
	background: #23b85b !important;
}

.no-padding > * {
	padding: 0 !important;
}

.hfe-submenu-icon-classic > .elementor-widget-container {
	padding: 10px !important;
}
.hfe-nav-menu__submenu-classic.menu-is-active {
	left: 0 !important;
	width: 100% !important;
}

.about-body {
	white-space: pre-line;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.about-body h2 {
	color: #111 !important;
	font-size: 44px;
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 26px !important;
		line-height: 36px !important;
	}
	
	.features-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}


/* PROCESO */
.features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
}
.feature-card {
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #111111AA;
	padding: 24px;
	position: relative;
}
h3.feature-number {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #111 !important;
	line-height: 24px !important;
}
.feature-card p {
	font-size: 16px;
	color: #111111CC;
	line-height: 20px;
	font-weight: 600;
}
.process-btn {
	font-size: 14px;
	padding: 12px;
	background: #25D366;
	color: white !important;
	font-weight: 500;
	border-radius: 4px;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.process-btn svg {
	width: 18px;
}
.process-btn:hover {
	transform: scale(1.1);
	transition: all 200ms;
}

/* TESTIMONIOS */
.testimonials-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}
.testimonial-card {
	padding: 24px;
	border-radius: 8px;
	background: white;
	height: 100%;
	border: 1px solid #111;
}
.testimonial-user {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 16px;
}
.testimonial-user h5 {
	margin-bottom: 0;
	line-height: 100%;
	margin-bottom: 8px;
}
.testimonial-card p {
	font-size: 16px;
	line-height: 22px;
}
.testimonial-stars {
	    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
    height: 18px;
    width: 102px;
    background-size: contain;
}
.testimonials .swiper-slide {
	height: 289px !important;
}
.swiper-pagination-bullet-active {
	background: red !important;
}

/* AREAS DE PRACTICA */
.areas-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}
.areas-card {
	
	border: 1px solid #11111140;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 60px #00000010
}
.areas-card img {
	width: 60%;
	display: block;
	margin: 0 auto !important;
	aspect-ratio: 1 / 1;
	border-radius: 500px;
	object-fit: cover;
	border: 4px solid red;
}
.areas-card-content {
	padding: 0 32px 32px 32px;
}
.areas-card-thumb {
	padding: 32px;
}
.areas-card h5 {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	max-width: 200px;
	margin:  0 auto 8px !important;
}
.areas-card p {
	text-align: center;
	line-height: 130%;
	font-size: 16px;
	line-height: 120%;
	height: 100px;
}
.areas-card a {
	display: block;
	text-align: center;
	width: 100% !important;
	font-size: 14px;
	padding: 16px 0 !important;
}

/* WPP BTN */
.wpp-btn {
	z-index: 9999999;
	background: #25D366;
	border-radius: 300px;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 30px;
	right: 15px;
	padding: 15px;
	display: flex;
  justify-content: center;
  align-items: center;
	color: white !important;
}

.elementor-widget-image a {
	display: flex !important
}

.wpp-btn svg {
	color: white !important;
}

.google-reviews img {
	background: white;
}

.sticky {
	position: sticky;
	top: 0;
}
.sticky.--top-34 {
	top: 32px;
}

.upperbar {
	display: flex;
	justify-content: center;
}
.upperbar svg {
	fill: white;
	width: 16px;
}
.upperbar-inner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0 32px 0 32px;
}
.upperbar-inner:first-child {
	border-right: 1px solid white;
}

@media (max-width: 500px) {
.upperbar-inner {
	gap: 16px;
	padding: 0 16px 0 16px;
	font-size: 12px;
}
}

.ee-video {
	border-radius: 20px;
	overflow: hidden;
}