/*=================================
=            SERVICIOS            =
=================================*/

 .secServicio{
 	position: relative;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	min-height: 30vh;
 }

 .secServicio .container{
 	display: flex;
 	justify-content: center;
 	justify-items: center;


 }

 .secServicio .container .cardSeaa{

 }

 .secServicio .container .cardSea{
 	position: relative;
 	max-width: 100%;
 	padding: 40px;
 	margin: 10px;
 	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
 	overflow: hidden;
 }

 .secServicio .container .cardSea:before{
 	content: '';
 	position: absolute;
 	left: 0;
 	bottom: calc(-100% + 4px);
 	width: 100%;
 	height: 100%;
 	background: #91D851;
 	z-index: 1;
 	transition: 0.5s ease-in-out;
 }

 .secServicio .container .cardSea:hover:before{
 	bottom: 0;
 }




 .secServicio .container .cardSea div{
 	position: relative;
 	z-index: 2;
 }

 .secServicio .container .cardSea div h2{
 	font-weight: bold;
 	margin-bottom: 10px;
 	font-size: 19px;
 	transition: 0.5s;
 	color: #777;
 }

 .secServicio .container .cardSea div p{
 	font-size: 14px;
 	font-weight: 500;
 	transition: 0.5s;
 	color: #777;
 }

 .secServicio .container .cardSea div a{
 	margin-top: 20px;
 	font-size: 14px;
 	display: inline-block;
 	font-weight: bold;
 	text-decoration: none;
 	transition: 0.5s;
 	background: #91D851;
 	color: white;
 	padding: 6px 10px;
 	box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
 }

 .secServicio .container .cardSea:hover div h2,
 .secServicio .container .cardSea:hover div hr,
 .secServicio .container .cardSea:hover div p{
 	color: #Fff;
 }

 .secServicio .container .cardSea:hover div a{
 	background: white;
 	color: #91D851;
 }



@media (min-width:1400px){

	 .secServicio .container .cardSea{
	 	width: 420px;
	 }

}

@media (max-width:1400px) and (min-width:1200PX){

	 .secServicio .container .cardSea{
	 	width: 360px;
	 }

}

@media (max-width:1200px) and (min-width:1100PX){

	 .secServicio .container .cardSea{
	 	width: 300px;
	 }

}

@media (max-width:1100PX) and (min-width:1014px){

	 .secServicio .container .cardSea{
	 	width: 290px;
	 }

}

@media (max-width:1014px) and (min-width:992px){

	 .secServicio .container .cardSea{
	 	width: 300px;
	 }

}

@media (max-width:991px) and (min-width:964px){

	 .secServicio .container .cardSea{
	 	width: 330px;
	 }

}

@media (max-width:964px) and (min-width:944px){

	 .secServicio .container .cardSea{
	 	width: 340px;
	 }

}

@media (max-width:943px) and (min-width:784px){

	 .secServicio .container .cardSea{
	 	width: 340px;
	 }

}

@media (max-width:783px) and (min-width:768px){

	 .secServicio .container .cardSea{
	 	max-width: 45%;
	 }

}

.menCenttFra{
	display: flex;
	text-align: center;
 	color: #777;
 	font-size: 15px;
}

/* SLIDER DE SERVICIOS */

.infoServicios{
	background: rgba(192, 192, 192, .15);
}

.infoServicios .imgSerr{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 400px;
}

.infoServicios img{
	width: 400px;
}

.infoServicios .comentServi {
	padding: 20px 0;
}

.infoServicios .comentServi h2{
	color: #91D851;
	font-weight: bold;
}

.infoServicios .comentServi p{
	font-size: 15px;
	color: #777;
}


.infoServicios .comentServi li{
	font-size: 15px;
	color: #777;
}

.infoServicios .comentServi li strong{
	color: #91D851;
}

.infoServicios button{
 	background: #91D851;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}

@media (max-width:767px) and (min-width:501px) {

	.infoServicios .comentServi {
		margin: 50px 0;
	}
}

@media (max-width:500px){

	.infoServicios .comentServi {
		margin: 20px 0;
	}


}
