.div-product{

	margin-top: 2%;

	border: 1px solid #CBCBCB;

	border-bottom: 0px;

	display: flex;

    position: relative;

    justify-content: center;

    align-items: center;

    height: 377px;

}

.div-nombre{

	background-color: rgba(151,179,0,0.80);

	height: 66px;

	font-weight: 300;

	font-family: 'Raleway', sans-serif;

	display: flex;

	justify-content: center;

	align-items: center;

	font-size: 22px;

	color: white;

	position: absolute;

    width: 100%;

    bottom: 0;



}

img.responsive-img{

	width: 100%;

}

@media only screen and (max-width:600px){

	.div-nombre{

		font-size: 90%;

	}

	.div-product{

	    height: 300px;

	}

}

.titulo-contenido p{

	color: #F9F1E9;

	font-family: 'Raleway', sans-serif;

	font-size: 35px;

	font-weight: 700;

	margin: 0px;

}



.contenido-contenido p{

	color: #4e4d51;

	font-family: 'Raleway', sans-serif;

	font-size: 25px;

	font-weight: 400;

	padding-top: 3%;

	margin: 0px;

}
@media only screen and (max-width: 660px){
	.contenido-contenido p{

		font-size: 15px;
	}
}

.contenido{

	padding: 5% 30%;

    text-align: center;

    margin-bottom: 0px;

    position: relative;

}

.boton{

	display: flex;

    width: 200px;

    height: 43px;

    border: 1px solid #3ABAE9;

    color: #3ABAE9;

    background-color: transparent;

    justify-content: center;

    align-items: center;

    font-weight: 400;

    margin-top: 25px;

}



.estilo{

	background-color: transparent;

	border: 1px solid #F9F1E9;

	border-radius: 5px;

	color: #F9F1E9;

	font-family: 'Raleway', sans-serif;

}

.estilo:hover{

	background-color: transparent;

	border: 1px solid #F9F1E9;

	border-radius: 20px;

	color: #F9F1E9;

	font-family: 'Raleway', sans-serif;

}

@media only screen and (max-width:650px){

	.estilo{

		background-color: transparent;

		border: 1px solid #7A774C;

		color: #7A774C;

		font-family: 'Raleway', sans-serif;

		height: 20px;

	    display: flex;

	    justify-content: center;

	    align-items: center;

	    font-size: 8px;

	}

}

.center{

	display: flex;

	justify-content: center;

	align-items: center;

}

.titulo-servicio{

	color: #41B6E6;

	font-size: 36px;

	font-family: 'Raleway', sans-serif;

	margin-bottom: 0px;

}

.barra{

    width: 100px;

    height: 2px;

    background-color: #41B6E6;

    margin-bottom: 50px;

}

.servicio-sub{

	color: #ABC52C;

	font-family: 'Raleway', sans-serif;

	font-size: 20px;

}

.margin{

	margin: 5% 15%;

}

.contenido-compromiso p{

	font-family: 'Raleway', sans-serif;

}
.parallax-container{
	height: 300px;
}
.saturate, .servicio-sub{
	transition: 0.3s;
}
.div_hover:hover .saturate{
	-webkit-filter: hue-rotate(135deg);
}
.div_hover:hover .servicio-sub{
	color: #41B6E6;
}
