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

/*
 * Primary #0f004e
 * Secondary #3b73b9
 */

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700|Muli:300,600i|Nunito+Sans:400,600,700");

body{
	margin:0;
	padding:0;
	font-size: 13px;
	font-family: "Muli", Sans-Serif;
	color: #FFF;
}

section{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#inicio{
	height: 100vh;
	background-image: url(img/bg-01.jpg);
	background-size: cover;
}

#header .logo{
	padding: 25px 10px;
}

#inicio .logo{
	position: absolute;
	top: 25px;
	left: 25px;
}

#inicio .logo img,
#header .logo img{
	width: 70px;
	margin-right: 5px;
}

#inicio .logo h1{
	margin: 0;
	font-family: "Nunito Sans", Sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
	font-size: 35px;
	letter-spacing: -1px;
}

#header .logo h1{
	margin: 0;
	font-family: "Nunito Sans", Sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #029ed9;
	font-size: 35px;
	letter-spacing: -1px;
}

#inicio .servicios{
	margin-top: 30%;
	text-align: center;
}

#inicio .servicios i[class*="fa-"]{
	font-size: 32px;
}

#inicio .servicios h3{
	font-family: "Nunito Sans", Sans-serif;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
}

#inicio .servicios img{
	width: 72px;
}

#inicio .footer{
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -107.5px;
}

#inicio .footer a{
	color: #FFF;
}

#nosotros,
#contacto{
	color: #5f5f5f;
}

#contact-form input[type="text"],
#contact-form textarea{
	border-radius: 30px;
	padding: 22px 18px;
	font-size: 14px;
}

.contact-form .form-alert,
.contact-form .form-error,
.contact-form .ajax-loader {
	display: none;
}

.contact-form .ajax-loader {
	margin-left: 10px;
	vertical-align: middle;
}

#contact-form div[class*="col-"]{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.alert{
	border-radius: 30px !important;
	padding: 22px 18px;
}

.modal .close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

.modal .close {
	opacity: 0.8 !important;
}

.modal .close:hover{
	opacity: 1 !important; 
}

.modal .close img{
	width: 32px;
	opacity: 1 !important;
}

#contact-form .btn{
	border-radius: 30px;
	padding: 10px 30px;
	background-color: #029ed9;
	border-color: #029ed9;
	text-transform: uppercase;
	font-weight: 700;
}

#footer{
	color: #5f5f5f;
}

#footer a{
	color: #029ed9;
}
#footer .copyright{
	padding: 20px 0px;
}

#inicio .hamburger{
	float: right;
	z-index: 100;
	position: absolute;
	margin: 32px 0px 0 auto;
	right: 15px;
	width: 50px;
	height: 50px;
	font-family: sans-serif;
}

.hamburger {
	float: right;
	z-index: 100;
	position: relative;
	margin: 32px 0px 0 auto;
	width: 50px;
	height: 50px;
	font-family: sans-serif;
}
.hamburger:before {
	content: none !important;
}
#header .hamburger i{
	background-color: #029ed9;
}

.hamburger i {
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 25px;
	height: 2.5px;
	background-color: #FFF;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: background-color, opacity, -webkit-transform;
	transition-property: background-color, opacity, -webkit-transform;
	transition-property: transform, background-color, opacity;
	transition-property: transform, background-color, opacity, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
}

.nav-open .hamburger i,
.header-transparent:not(.header-sticky) .hamburger i {
	background-color: #fff !important;
}
.hamburger i:nth-child(1) {
	top: 14px;
	-webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
	transform: translate3d(0px, 0px, 0px) rotate(0deg);
}
.hamburger i:nth-child(2) {
	top: 21px;
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px) scaleX(1);
	transform: translate3d(0px, 0px, 0px) scaleX(1);
}
.hamburger i:nth-child(3) {
	top: 28px;
	-webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
	transform: translate3d(0px, 0px, 0px) rotate(0deg);
}
.nav-open .hamburger i:nth-child(1) {
	-webkit-transform: translate3d(0px, 7px, 0px) rotate(-45deg);
	transform: translate3d(0px, 7px, 0px) rotate(-45deg);
}
.nav-open .hamburger i:nth-child(2) {
	opacity: 0;
	-webkit-transform: translate3d(0px, 0px, 0px) scaleX(0);
	transform: translate3d(0px, 0px, 0px) scaleX(0);
}
.nav-open .hamburger i:nth-child(3) {
	-webkit-transform: translate3d(0px, -7px, 0px) rotate(45deg);
	transform: translate3d(0px, -7px, 0px) rotate(45deg);
}

.navigation {
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	max-width: 400px;
	padding-left: 5%;
	background-color: #029ed9;
	text-align: left;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
}
.nav-open .navigation {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.menu {
	position: relative;
	top: 40%;
	width: 100%;
	margin: 0;
	padding: 50px 15px 50px 15px;
	list-style: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu > li > a {
	display: inline-block;
	padding: 8px 0;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
}

.menu > li > a:hover{
	text-decoration: none;
}

.menu > li > a.current:before {
  	width: 100%;
}
.menu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu .sub-menu a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
}
.menu .sub-menu .sub-menu a {
	font-weight: 400;
	opacity: 0.7;
}
.menu > li > .current + ul {
	display: block;
}

a{
	text-decoration: none;
	outline: none;
	color: #029ed9;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none;
	color: #029ed9;
}

.servicio{
	background-color: #FFF;
	color: #5f5f5f;
}

.servicio .detalle{
	padding: 20px 30px;
}

.servicio .detalle h2{
	font-family: "Nunito Sans", Sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color:#029ed9
}

.servicio .detalle h4{
	font-family: "Nunito Sans", Sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 15px;
}

#nosotros h4{
	font-family: "Nunito Sans", Sans-serif;
	font-size: 16px;
	line-height: 22px;
}

#nosotros h3,
#contacto h3{
	font-family: "Nunito Sans", Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 25px;
}

.bg-dark{
	background-color: #e2e2e2;
	height: 645px;
}

.bg-adquisicion-talento{
	background-image: url(img/bg-adquisicion-talento.jpg);
	background-position: center;
	background-size: cover;
}

.bg-capacitacion{
	background-image: url(img/bg-capacitacion.jpg);
	background-position: center;
	background-size: cover;
}

.bg-organizacion{
	background-image: url(img/bg-organizacion.jpg);
	background-position: center;
	background-size: cover;
}

.bg-comunicacion{
	background-image: url(img/bg-comunicacion.jpg);
	background-position: center;
	background-size: cover;
}

.bg-gestion-cambio{
	background-image: url(img/bg-gestion-cambio.jpg);
	background-position: center;
	background-size: cover;
}

.bg-recursos-humanos{
	background-image: url(img/bg-recursos-humanos.jpg);
	background-position: center;
	background-size: cover;
}

#title{
	padding: 65px 0 60px 0px;
	background-color: #029ed9;
}

#title h1{
	font-family: "Nunito Sans", Sans-serif;
	text-align: center;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 !important;
	margin: 0 !important;
}

#nosotros,
#contacto{
	padding: 40px 0px;
}

#contacto .info{
	line-height: 25px;
	font-size: 14px;
}

@media only screen and (max-width:700px) {
	
	#inicio .hamburger{
		float: right;
		z-index: 100;
		position: absolute;
		margin: 19px -7px 0 auto;
		right: 15px;
		width: 50px;
		height: 50px;
		font-family: sans-serif;
	}

	.hamburger {
		float: right;
		z-index: 100;
		position: relative;
		margin: 19px -7px 0 auto;
		width: 50px;
		height: 50px;
		font-family: sans-serif;
	}

	#header .logo{
		padding: 15px 0px;
	}
	
	#inicio .logo{
		position: absolute;
		top: 15px;
		left: 15px;
	}

	#inicio .logo img,
	#header .logo img{
		width: 60px;
		margin-right: 5px;
	}

	#inicio .logo h1{
		margin: 0;
		font-family: "Nunito Sans", Sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
		font-size: 30px;
		letter-spacing: -1px;
	}
	
	#title{
		padding: 45px 0 40px 0px;
		background-color: #029ed9;
	}
	
	#title h1{
		font-family: "Nunito Sans", Sans-serif;
		text-align: center;
		font-weight: 700;
		letter-spacing: -1px;
		text-transform: uppercase;
		color: #FFF;
		font-size: 30px;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.info{
		margin-top: 40px;
		text-align: center;
	}
	
	#contact-form div[class*="col-"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .logo h1{
		margin: 0;
		font-family: "Nunito Sans", Sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		color: #029ed9;
		font-size: 30px;
		letter-spacing: -1px;
	}
	
	#servicios{
		margin-top: 35%;
		text-align: center;
	}
	
	#servicios h3{
		font-family: "Nunito Sans", Sans-serif;
		text-align: center;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
	}

	#nosotros h3,
	#contacto h3{
		font-family: "Nunito Sans", Sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 25px;
	}
	
	#servicios img{
		width: 64px;
	}
	
	.servicio .detalle{
		padding: 20px 15px;
	}

	.bg-dark{
		background-color: #e2e2e2;
		height: 40vh;
	}

}
