.hero__h1-box {
	padding: 20px;
	text-align: center;
}
.hero__img-box {
	position: relative;
	text-align: center;
}
.hero__img-box span {
	position: absolute;
	background: #166899ad;
	color: white;
	padding: 5px 8px;
	border-radius: 5px;
	box-shadow: 0 0 20px 2px var(--dark-shadow);
	font-weight: bold;
}	
.hero__img-box span img {
	width: 18px;
	margin-bottom: -3px;
}
.hero-bg {
	width: 95%;
}
/*********************************
 * Floating spans around the girl
 *
 *********************************/
.hero-f1 {
	top: 50%;
	left: 5%;
}.hero-f2 {
	top: 30%;
	right: 5%;
}.hero-f3 {
	bottom: 8%;
	right: 5%;
}
/**********************
 * Tratamientos section
 **********************/
.especialidades {
	background: linear-gradient(129deg, rgba(253,105,5,1) 0%, rgba(253,157,5,1) 100%);
	color: white;
	display: flex;
	padding: 20px 10px;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: baseline;
}
.espec-card {
	background: white;
	color: black;
	border-radius: 18px;
	font-family: 'Sofia Sans Extra Condensed';
	width: 45%;
	margin-bottom: 15px;
}
.espec-img-ctr {
	padding: 5px;
}
.espec-img-ctr img {
	width: 100%;
	border-radius: 15px;
}
.espec-txt-ctr {
	padding: 0 10px 10px 10px;
}
.espec-txt-ctr ul {
	margin: 5px 0;
	color: #515151;
	padding: 5px 10px 0 20px;
	font-size: 17px;
}
.espec-txt-ctr h3 {
	margin: 0;
	font-family: 'M Plus Rounded 1c';
	line-height: 20px;
	font-size: 17px;
}
.espec-price {
	font-size: 12px;
	color: white;
	padding: 0 9px;
	background: #00a0ff;
	border-radius: 20px;
	font-family: 'M Plus Rounded 1c';
	font-style: italic;
}
.espec-footer-ctr {
	padding: 0 10px 10px 10px;
}
.espec-footer-ctr a {
	text-decoration: none;
	background: linear-gradient(129deg, rgba(0,161,0,1) 0%, rgba(0,128,0,1) 100%);
	padding: 3px 10px;
	color: white;
	border-radius: 20px;
	display: block;
	text-align: center;
}
.espec-footer-ctr a img {
	width: 20px;
	margin: 0 3px -5px 0;
}
@media (min-width: 768px) {
	.especialidades {
		padding: 40px;
	}
	.espec-card {
		width: 29%;
		margin: 20px 0;
		box-shadow: 0 0 10px 1px #212121;
	}
}
@media (min-width: 1024px) {
	.header__hero.flex-container {
		padding: 0 50px;
	}
	h1 {
		font-size: 38px;
		line-height: 44px;
	}
	.hero__h1-box p {
		font-size: 20px;
	}
	.cta-btn {
		padding: 7px 15px;
	}
	.espec-txt-ctr {
		padding: 0 20px 10px 20px;
	}
	.espec-txt-ctr h3 {
		font-size: 20px;
		margin: 10px 0;
	}
	.espec-card {
		font-family: 'M Plus Rounded 1c';
	}
	.espec-txt-ctr ul {
		padding-left: 30px;
		font-size: 15px;
	}
	.espec-footer-ctr a img {
		width: 25px;
		margin-bottom: -7px;
	}
}
@media (min-width: 1044px) {
	.header__hero.flex-container {
		padding: 0 120px;
	}
	h1 {
		font-size: 44px;
	}
	.hero__h1-box p {
		font-size: 24px;
	}
	.especialidades {
		padding: 90px 190px;
	}
	#sliderImg {
		width: 80%;
	}
}
