@charset "UTF-8";


.customer{
	padding:5em 0;
}



/*-- customer --*/
.customer{
	background: url(../images/18.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover; 
	padding:5em 0;
}
.customer h3{
	color: #fff;
	font-size: 2.5em;
	text-decoration: none;
	margin:0 0 1.5em;
}
.customer-grid p{
	padding: 2em;
	background: rgba(2, 2, 2, 0.59);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	position: relative;
}
.customer-grid p:before{
	background:url(../images/2.png) no-repeat 0px 0px;
	display:block;
	content:'';
	position: absolute;
	top: 100%;
	left: 30%;
	width: 100px;
	height: 55px;
}
.customer-grid h4{
	font-size: 1.5em;
	color: #fff;
	margin: 0.5em 0 0;
	text-align: center;
}
.customer-grid h4 span{
}
.customer-grid {
  margin: 0 1em 0 0;
}
/*-- flexisel --*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#flexiselDemo2 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}

/*--  Nav  --*/
.todosservicios.nbs-flexisel-nav-left, .todosservicios.nbs-flexisel-nav-right {
	width:35px;
	height:35px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.todosservicios.nbs-flexisel-nav-left {
	left: -4%;
	top: 15% !important;
}
.todosservicios.nbs-flexisel-nav-right {
	right: -4%;
	top: 15% !important;
}
/*-- //flexisel --*/
/*-- //customer --*/


@media (max-width: 1024px){
.customer-grid h4 {
		font-size: 1.4em;
	}
	.customer-grid p {
	  padding: 1em;
	}
	.nbs-flexisel-nav-right {
		right: 0;
	}
	.customer h3 {
	  margin: 0 0 1em;
	}
	.customer {
	  min-height: 520px;
	}
}
@media (max-width: 991){
customer h3 {
	  font-size: 2em;
	}
.customer {
	  padding: 3em 0;
	  min-height: inherit;
	}
	.customer-grid p{
		font-size:13px;
	}
	.customer-grid h4 {
	  font-size: 1.1em;
	}
.customer-grid p:before { 
		width: 39px;
		height: 43px;
		left: 50%;
		background-size: 100%;
	}		
}
@media (max-width: 640px){
	.customer h3 {
	  font-size: 1.8em;
	}
}
@media (max-width: 480px){
	.customer {
		padding:2em 0;
	} 
}
@media (max-width: 414px){
	.customer h3 {
		font-size: 1.6em;
	}
}

@media (max-width: 320px){
	.customer-grid h4 {
		font-size: 1em;
		margin: 4em 0 0;
	} 
}

