/*****  SERVICIOS  *****/
.title-section{
	text-align: center;
	/* padding-top: 50px !important; */
	/* margin-bottom: 20px !important; */
	width: fit-content;
	margin: 0 auto;
}

.description-section{
	text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 35px;
    line-height: 22px;
    color: #616161;
    margin-bottom: 35px;
}

#services > div{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

#list-services{
	width: 90%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.service{
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: auto;
	background-color: #fcfcfa;
	position: relative;
	margin: 10px 7px;
	border-radius: 7px;
	overflow: hidden;
}

.image-service{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.image-service > div{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	/*filter: blur(1px);*/
}

.service:hover{
	box-shadow: 0px 0px 5px 5px #efeded;
	-webkit-box-shadow: 0px 0px 5px 5px #efeded;
}

.service:hover .image-service > div{
	-ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
	filter: blur(0px);
}

.text-service{
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
	height: 250px;
}

.text-service > h3{
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #736730;
	font-size: 20px;
}

.service:hover .text-service > h3{
	color: #736730;
}

.text-service > p{
	width: 85%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #616161;
	font-size: 14px;
	line-height: 20px;
}

.text-service > ul{
	text-align: left;
	margin: 0 auto;
    width: fit-content;
}

.icon-service{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 150px;
	background-color: #cbb665;
	border-radius: 80px;
	left: 5%;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	border: 1px solid white;
}

.service:hover .icon-service{
	left: 74%;
	background-color: #736730;
}

/*.service:hover .icon-service img{
	filter: brightness(0) saturate(100%) invert(28%) sepia(27%) saturate(473%) hue-rotate(243deg) brightness(99%) contrast(86%);
}*/

.icon-service > div{
	/*height: 65px;*/
    margin: 0 auto;
}

.icon-service > div > img{
	width: 55%;
	margin-left: 1px;
	margin-top: 4px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

/***** FIN SERVICIOS  *****/


@media only screen and (max-width: 599px) {
	.service-description{
		text-align: center;
		height: auto;
		padding-bottom: 30px;
	}
	
	.title-service{
		padding-top: 30px !important;
	}

	.service{
		width: 100%;
	}
	
	.text-service > h3{
		font-size: 20px;
	}
	
	.text-service{
		font-size: 16px;
		height: auto;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 25px;
	}

	.image-service > div{
		filter: blur(0px);
	}
}


@media only screen and (min-width: 600px) and (max-width: 767px){
	.service{
		width: 100%;
		margin: 10px 3px;
	}
	
	.text-service > h3{
		font-size: 20px;
	}
	
	.text-service{
		font-size: 16px;
		height: auto;
		padding-bottom: 10px;
		text-align: center;
		padding-top: 25px;
	}

	.image-service > div{
		filter: blur(0px);
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	.service{
		width: 330px;
	}

	.text-service{
		height: 400px;
	}
}
