#header-servicios{
	position: relative;
	width: 100%;
	height: 450px;
	background: url(../../img/team-services.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 2px solid #0074B6;
	
}

div#icono-titulo {
    width: 80px;
    height: 80px;
    background: url(../../img/icon-servicios.png) no-repeat center center;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -40px;
    top: 95px;
}

#wrapper-servicios{
	position: relative;
	width: 100%;
	background: #C4C4C4;
}

/* #header-servicios, #wrapper-servicios{ top: 92px; } */

#servicios-ul{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff;
}

#servicios-ul li{
	width: 100%;
	background: #E8E8E8;
	border-bottom: 5px solid #0074b7;
}

#servicios-ul li:nth-child(even){ background: #ffffff; }

.contenedor-servicios-li {
	width: 100%;
	height: 500px;
	position: relative;
}

.contenedor-servicios-li .icono-servicio {
	width: 37.86%;
	height: 100%;
	background: #ffffff;
	position: relative;
	float: left;
	text-align: center;
}

.contenedor-servicios-li .icono-servicio h2, .icono-servicio p{
	width: 80%;
	margin: 0 auto 0 auto;
}


.contenedor-servicios-li .icono-servicio p {
	/*height: 248px;
	overflow: hidden;*/
}

.info-serv-mas {
	/* display: none; */
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.8;
	display: table;
	position: relative;
}

.cerrar-descripcion {
	padding: 8px 22px;
	background: #e74c3c;
	color: #ffffff;
	position: absolute;
	top: 25px;
	right: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	cursor: pointer;
	z-index: 100;
}

.btn-ver-mas-servicios{ color: #0035FF; cursor: pointer; }

.btn-ver-mas-servicios:hover{ color: #5B7DFF; }

.info-serv-mas p {
	display: table-cell;
	vertical-align: middle;
	padding: 70px;
	width: 80%;
	text-align: center;
}

.contenedor-servicios-li .icono-servicio h2{
	margin-bottom: 15px;
}

.imagen-servicio {
	width: 62.11%;
	height: 100%;
	background: #333;
	float: left;
	background-size: cover !important;
  	background-position: center center !important;
}

.ajuste-imagen-x{
	background-position-x: -300px !important;
}

#servicios-ul li:nth-child(even) .imagen-servicio{ float: right; }

.espaciador-header{
	width: 100%;
	height: 96px;
}

.icon-serv {
	width: 100px;
	height: 100px;
	background: #dfdfdf;
	margin: 80px auto 20px auto;
}


.overlay-servicios {
	width: 100%;
	height: 100%;
	background: url(../../img/pattern2.png);
	position: absolute;
	top: 0;
	z-index: 5;
}


li.curso-li {
	height: auto;
	border-bottom: none !important;
	text-align: center;
	background: none !important;
	display: table-cell;
	vertical-align: middle;
}

li.curso-li p {
	padding: 0 !important;
	display: block;
	margin: auto;
}

ul.ul-cursos {
    position: absolute;
    left: 0;
    width: 100%;
    height: 500px;
	display: table;
}

.aprender-haciendo-logo{
	width: 180px;
	height: 180px;
	background-size: contain !important;
	margin-bottom: 0px;
}


@media (max-width: 1025px){
	
	.ajuste-imagen-x {
	  background-position-x: 0px !important;
	}
	
	ul.ul-cursos li h2, ul.ul-cursos li p {
		color: #606060;
		text-align: center;
	}

	ul.ul-cursos {
		text-align: center;
	}
	
	li.curso-li {
		padding: 0 25px;
	}
	
	.info-serv-mas{
		position: fixed;
		z-index: 3000;
		top: 0px;
		opacity: 1;
	}
	
	.info-serv-mas p {
		padding: 35px 18px;
		text-align: justify;
		font-size: 15px;
	}
	
	.cerrar-descripcion{
		top: 0px;
		right: 0px;
		padding: 5px;
		border-radius: 0px;		
	}
	
	.imagen-servicio {
		width: 100%;
		height: 200px;
    	float: none !important;
		background-size: cover !important;
	}
	
	.contenedor-servicios-li .icono-servicio {
		width: 100%;
		height: auto !important;
		float: none;
		padding-bottom: 20px;
	}
	
	#servicios-ul li {
		background: #ffffff;
	}
	
	.contenedor-servicios-li{
		height: auto;
	}
	
	div#texto-contenedor-nosotros {
		width: 90%;
	}
	
	div#texto-contenedor-nosotros > div{
		float: none;
		width: 100% !important;		
	}
	
	.texto-nosotros-left{
		margin-top: 40px !important;		
	}
	
	ul#ul-nosotros-left-top li {
		padding: 10px 6px;
	}
	
	#titulo-header{
		width: 80% !important;
		position: relative !important;
		left: 50% !important;
		margin-left: -40% !important;		
	}


}

@media (max-width: 400px){
	.ajuste-imagen-x {
	  background-position-x: -90px !important;
	}
}


























