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


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }



.ContentCentrar {
    
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
}






/* SERIVICIOS */

.Servicios {
	
	background-color: #053051;
	width: 100%;
	height: auto;
	


}


.Servicio1, .Servicio2, .Servicio3, .Servicio4 {
	
	width: 320px;
	height: auto;
	margin: 40px;
	margin-top: 100px;
	margin-bottom: 100px;

}



.Title-Servicios {
	
	font-family: 'Lato', sans-serif;
	color: #69b8ec;
	font-size: 21px;
	font-weight: 500;
	margin-top: 40px;
	letter-spacing: 1px;
}


.TextServices {

	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 26px;
	display: block;
	
}


.Icon-servicios { width: 100px; }





@media (max-width:1352px) {


/* SERIVICIOS */

.Servicios {
	
	background-color: #053051;
	width: 100%;
	height: auto;
	


}


.Servicio1, .Servicio2, .Servicio3, .Servicio4 {
	
	width: 200px;
	height: auto;
	margin: 20px;
	margin-top: 60px;

}



.Title-Servicios {
	
	font-family: 'Lato', sans-serif;
	color: #69b8ec;
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
	letter-spacing: 1px;
}


.TextServices {

	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 26px;
	display: block;
	
}


.Icon-servicios { width: 100px; }


	
}

@media (max-width:946px) {


/* SERIVICIOS */

.Servicios {
	
	background-color: #053051;
	width: 100%;
	height: auto;
	padding-bottom: 50px;

}


.Servicio1, .Servicio2, .Servicio3, .Servicio4 {
	
	width: 200px;
	height: auto;
	margin: 10px;
	margin-top: 60px;

}



.Title-Servicios {
	
	font-family: 'Lato', sans-serif;
	color: #69b8ec;
	font-size: 14px;
	font-weight: 500;
	margin-top: 40px;
	letter-spacing: 1px;
}


.TextServices {

	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 26px;
	display: block;
	
}


.Icon-servicios { width: 60px; }
	
}

	


@media (max-width:890px) {
	

/* SERIVICIOS */

.Servicios {
	
	background-color: #053051;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	
	

}


.Servicio1, .Servicio2, .Servicio3, .Servicio4 {
	
	width: 350px;
	height: auto;
	margin: 10px;
	margin-top: 60px;

}



.Title-Servicios {
	
	font-family: 'Lato', sans-serif;
	color: #69b8ec;
	font-size: 14px;
	font-weight: 500;
	margin-top: 40px;
	letter-spacing: 1px;
}


.TextServices {

	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 26px;
	display: block;
	
}


.Icon-servicios { width: 60px; }


	
}



}

@media (max-width:414px) {



}

