/* .home {
	background: #E0E3E2;
	background: linear-gradient(196deg,rgba(224, 227, 226, 0.18) 0%, rgba(152, 144, 126, 0.58) 100%);
} */
.preloader .box-1 {
	background: #00a4a1;
}

.header .logo .logo-lnk {
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	max-width: 100px;
	text-align: right;
}

.section.started .h-title {
	margin: 40px 0 0 -1vw;
	padding: 4.2vw;
	font-size: 4.2vw;
	line-height: 1.2;
	font-weight: 800;
	color: #373b40;
	background: #fff;
	word-break: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	border-radius: 264px;
	-moz-border-radius: 264px;
	-webkit-border-radius: 264px;
	-khtml-border-radius: 264px;
}

.section {
	position: relative;
	overflow: hidden;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #585d65;
	z-index: 12;
	text-align: justify;
}

.section.started .started-content {
	padding-left: 8%;
	max-width: 100%;

}

.service-item .name,
.skills .name {
	text-align: left;
}

.header {

	background: #fff0;

}

.header.fixed {
	background: #fff;
	box-shadow: 10px 10px 5px -5px rgba(215, 215, 215, 0.35);
}

.section {

	border-bottom: 1px solid #efefef;

}

#section-Tienda .info-list ul li {
	margin: 0 0 6px 0;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}

#section-Tienda .info-list ul li strong {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	color: #68e0cf;
}

@media (max-width: 1199px) {
	.section.started .started-content {
		padding-left: 0 !important;
		max-width: 100%;
		padding-bottom: 70px;
	}
}

.skills .info-list ul li:first-child,
.skills .info-list ul li:first-child strong {
	display: block;
	width: 100%;
	padding: 20px 0px 10px 0px;
	margin: 0;
	text-align: center;
}

.skills .info-list ul li {
	padding: 0px 20px;
	margin: 0;
}

.skills .info-list ul {
	padding-bottom: 20px;
}

@media screen and (max-width: 720px) {

	.skills .info-list ul li:first-child,
	.skills .info-list ul li:first-child strong {
		padding: 20px 0px 10px 10px;
		text-align: center;
	}

}

.has-popup-image:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 20px;
}

#section-Memorias p {
	margin: 0;
	padding: 0 20px;
	/* column-count: 2; */
}

#section-Memorias p:first-child {
	padding-top: 20px;
}