/*****  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: 60%;*/
    margin: 0 auto;
    font-size: 18px;
	margin-top: 15px;
}

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

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

.service{
	display: inline-block;
	vertical-align: top;
	width: 340px;
	height: auto;
	background-color: #f9f9f9;
	position: relative;
	margin: 6px 10px;
	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 #999999;
	-webkit-box-shadow: 0px 0px 5px 5px #e5e5e5;
}

.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: 14px;
    padding-top: 20px;
    height: 250px;
    line-height: 18px;
}

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

.text-service > p{
	width: 85%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #545454;
}

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

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

.service:hover .icon-service{
	left: 75%;
	background-color: #9c1a19;
}

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

/*.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;
	}
}
