.ServiceDetail{
	padding:  25px 100px;
}
.TitleService>h1{
	display: inline-block;
	font-size: 1.5em;
	color: #00194e;
	border-bottom:1px solid #D9AA0B;
	width: 100%;
}
.DescriptionService{
	padding-top: 15px;
}

.ListService{
	padding-top: 25px;
	margin-left: 50px;
}

.ServiciosImg{
	width: 100%;
	position: relative;
}
.ServiciosImg img{
	width: 100%;
}
.ServiciosImg>h1{
	position: absolute;
	color: #D9AA0B;
	top: 150px;
	left: 100px;
	font-size: 2em;
	color: #fff;
}
.BrandService{
	position: relative;
	width: 100%;
}
.BrandServiceLink{
	display: flex;
	flex-direction: row;
	/*justify-content: flex-start;*/
	border-bottom:1px solid #34495e;
	left: 100px;
	padding: 5PX;
}
.BrandServiceLink,.BrandServiceLink>a{
	color:#2c3e50;
}
.BrandServiceLink>a:hover{
	color: #D9AA0B;
}


@media screen and (max-width: 800px) {
	.ServiceDetail{
		padding:  25px 10px;
	}
	.ServiciosImg>h1{
		position: absolute;
		color: #D9AA0B;
		top: 30px;
		left: 20px;
		font-size: 2em;
		color: #fff;
	}
	.BrandService{
		position: relative;
		width: 100%;
	}
	.BrandServiceLink{
		display: flex;
		flex-direction: row;
		/*justify-content: flex-start;*/
		border-bottom:1px solid #34495e;
		left: 10px;
		padding: 5PX;
	}
}
@media screen and (max-width: 375px) {
	.ServiceDetail{
		padding:  25px 10px;
	}
	.ServiciosImg>h1{
		position: absolute;
		color: #D9AA0B;
		top: 20px;
		left: 20px;
		font-size: 1.6em;
		color: #fff;
	}
	.BrandService{
		position: relative;
		width: 100%;
	}
	.BrandServiceLink{
		display: flex;
		flex-direction: row;
		/*justify-content: flex-start;*/
		border-bottom:1px solid #34495e;
		left: 10px;
		padding: 5PX;
	}
}
@media screen and (max-width: 360px) {
	.ServiceDetail{
		padding:  25px 10px;
	}
	.ServiciosImg>h1{
		position: absolute;
		color: #D9AA0B;
		top: 10px;
		left: 20px;
		font-size: 1.6em;
		color: #fff;
	}
	.BrandService{
		position: relative;
		width: 100%;
	}
	.BrandServiceLink{
		display: flex;
		flex-direction: row;
		/*justify-content: flex-start;*/
		border-bottom:1px solid #34495e;
		left: 10px;
		padding: 5PX;
	}
}