@charset "utf-8";
/* CSS Document */


section{
	width: 100%;
	margin-bottom: 0px;
	
	}

#servicios{
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
    margin-top: 0px;
	padding-top: 100px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	background-repeat: no-repeat;		
	display: block;	
    background-color:rgba(236,236,236,1.00);
	
	}

#servicios .icon-ok{
	text-align: center;
	font-size: 30px;
	margin: auto;
	color:rgba(249,118,39,1.00);
	text-shadow: 0.2px 0.2px 1px rgba(41,41,41,0.60);	
}


#servicios h2{
	font-size: 30px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	margin-bottom: 30px;
	}

#servicios p{
	font-size: 15px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	width: 90%;
	margin: auto;
	font-weight:500;
	letter-spacing: 0px;
	margin-bottom: 50px;
	}





	/*#servicios .espacios{
	width: 100%;
	height: auto;
	padding-top: 20px;
}


#servicios .espacios h4{
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
	color: rgba(0,0,0,1.00);
	font-family: 'Dosis', sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200;
	margin-top: -300px;
}

#servicios .slider_2{
	text-align: center;
	margin-top: 60px;
	height: auto;
	display: none;
	}*/

#servicios .slider_movil{
	text-align: center;
	margin-top: 70px;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	
	}





/*======================================================================
======================================================================*/
@media all and (min-width:1024px) {


/*section{
	width: 100%;
	margin-bottom: 0px;
	margin-top: 00px;
	}

#servicios{
	width: 30%;
	height: auto;
	text-align: center;
	margin: auto;
    margin-top: 200px;
	padding-top: 0px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	background-color:rgba(255,255,255,1.00);
		}

	#servicios .espacios{
	width: 100%;
	height: auto;
	padding-top: 20px;
}


#servicios .espacios h4{
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
	color: rgba(0,0,0,1.00);
	font-family: 'Dosis', sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200;
	margin-top: 300px;
}

#servicios .slider_2{
	text-align: center;
	margin-top: 60px;
	height: auto;
	display: none;
	}

#servicios .slider_movil{
	text-align: center;
	margin-top: -130px;
	width: 100%;
	height: auto;
	}

	*/
}


