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

@font-face {

  font-family: 'Sk-Bold';
  src: url('../Fonts/Sk-Modernist-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'Sk-Mono';
  src: url('../Fonts/Sk-Modernist-Mono.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'Sk-Regular';
  src: url('../Fonts/Sk-Modernist-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

* {
	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: #C52825;
	width: 100%;
	height: auto;
	padding: 5%;

}


.Title-Servicios {
	
	font-family: 'Sk-Bold', sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 0px;
	width: 100%;

	
}


.Content-Servicio {
	
	width: 29%;
	height: 400px;
	display: inline-block;
	margin: 10px;
	margin-top: 90px;
	
}


.Content-Servicio  img {
	
	width: 120px;
	height: auto;
	padding-bottom: 30px;
	
}



.Title2-Servicio {
	
	font-family: 'Sk-Bold', sans-serif;
	color: #fff;
	font-size: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 500;
	
}


.Text-Servicio {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	
}
	
	
	

@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 {
	
	color: #69b8ec;
	font-size: 26px;
	font-weight: 500;
	margin-top: 20px;
	letter-spacing: 1px;
}


.TextServices {

	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 {
	
	color: #69b8ec;
	font-size: 14px;
	font-weight: 500;
	margin-top: 40px;
	letter-spacing: 1px;
}


.TextServices {

	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 26px;
	display: block;
	
}


.Icon-servicios { width: 60px; }
	




.Content-Servicio  img {
	
	width: 90px;
	height: auto;
	padding-bottom: 30px;
	
}



.Title2-Servicio {
	
	font-size: 15px;

	
}


.Text-Servicio {
	
	font-size: 13px;

	
}
	
}
@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;
}






.Content-Servicio  img {
	
	width: 90px;
	height: auto;
	padding-bottom: 30px;
	
}



.Title2-Servicio {
	
	font-size: 15px;

	
}


.Text-Servicio {
	
	font-size: 13px;

	
}



}

@media (max-width:414px) {

.Content-Servicio {
	
	width: 90%;
	height: auto;
	margin-top: 20px;
	
}


.Content-Servicio  img {
	
	width: 80px;

	
}



.Title2-Servicio {
	
	font-size: 15px;

	
}


.Text-Servicio {

	font-size: 14px;
	font-weight: 300;
	color: #0ea1de;
	
}

}

