.font-size-lg{
	font-size: 50px !important;
}
.font-size-md{
	font-size: 20px !important;
}
.font-size-sm{
	font-size: 10px !important;
}
.text-center{
	text-align: center;
}
.p-lg{
	font-size: 30px !important;
}
.p-md{
	font-size: 20px !important;
}
.p-sm{
	font-size: 10px !important;
}
.font-black{
	color: black !important;
}
.font-white{
	color: white !important;
}
.back-footer{
	background-color: #E0E0E0 !important;
}
.margin-p-about{
	margin-top: 15px !important;
}
.margin-b-clients{
	margin-bottom:60px !important;
}
.margins-contact{
	margin-top: 50px !important;
	margin-bottom: 70px !important;
}
.vertical-center{
	vertical-align: middle !important;
}
.portfolio_slider {
  margin: 60px auto;
  max-width: 1200px;
  border: 5px solid black;
  /*display: flex;*/
/*   flex-flow: row wrap; */
}
.portfolio_slider {
  flex: 1 1 0;
  background-color: whitesmoke;
}

.inner {
  padding: 6px;
}
.image-background-1{
	background-image: url("../images/banner1.jpg");
	background-size: 100% 100%;
}
.image-background-2{
	background-image: url("../images/banner2.jpg");
	background-size: 100% 100%;
}
.image-background-3{
	background-image: url("../images/banner3.png");
	background-size: 100% 100%;
}
.image-background-about{
	background-image: url("../images/bannerc2.jpg");
	background-size: 100% 100%;
}	
.image-background-policies{
	background-color: #f3f3f4;
}
.image-background-movilizing{
	background-image: url("../images/mobilizing-banner.png");
	background-size: 100% 100%;
}
.image-background-solution{
	background-image: url("../images/solucion.jpeg");
	background-size: 100% 100%;
}
.image-background-cons{
	background-image: url("../images/consultoria.jpg");
	background-size: 100% 100%;
}
.image-background-infra{
	background-image: url("../images/infraestructura.jpg");
	background-size: 100% 100%

}
.font-white-banner{
	color:white; 
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
p {
	text-align: justify;
}