.center-content {
	text-align: center;
}

.center-vertical {
	align-items: center;
  display: flex;
}

.page-title {
	font-family: "Quicksand",sans-serif;
	padding: 20px 0!important;
}

.page-title .row {
	padding: 0!important;
}
.page-title h1 {
	margin-bottom: 20px;
}

.section-icon i {
	font-size: 150px;
}

.text-justify {
	text-align: justify;
}

.wc-block-featured-product {
	margin-bottom: 0!important;
}

/* Hover Icon */
.icon-big {
	font-size: 100pt;
}
.icon-hover-bottom-border {
	position: relative;
	top: 20px;
	height: 10px;
	padding: 10px 0 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	visibility: hidden;
}
.icon-hover:hover .icon-hover-bottom-border  {
	visibility: visible;
}

.home-col {
	height: 100%;
}
.home-col h2 {
	margin: 20px 0;
}

.no-padding-bottom {
	padding-bottom: 0!important;
}

/* color accent section */
.color-accent-section  {
	padding-bottom: 40px;
}
.color-accent-section .row {
	padding-bottom: 10px;
}

/* ionos badge */
.ionos-badge img {
	height: 90px;
}

/* mail suscribe form */
.mail-suscribe label {
	font-weight: 200;
	transition: all 1s ease 0s;
}

.mail-suscribe label.error {
	color: #e91e63;
}

@media (max-width: 1000px) {
	.icon-hover {
		margin-bottom: 50px;
	}

	.icon-hover:last-of-type {
		margin-bottom: 0;
	}

	.mail-suscribe-info {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.home-col {
		padding-top: 60px;
	}
	.home-cols {
		margin-top: -60px;
	}

	.col-md-6 > .home-col {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.info-cols {
		margin-top: -60px;
	}

	.col-md-6 > .home-col {
		padding-top: 60px;
	}
}
