@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.wrapper {
	width:calc(100% - 150px);
	padding: 50px 75px 50px 75px;
	margin: auto;
}

.wrapper_blog {
	padding-top: 100px;
	text-align: center;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}

/*HEADER*/
.header {
	height: 100px; 
	width: calc(100% - 150px);
	padding: 0 75px 0 75px;
}
.logo {
	height: 80px;
	width: auto;
	float: left;
	padding-top: 10px;
}
.menu_position {
	width: calc(100% - 350px);
	height: 100px;
	float: right;
	text-align: right;
	display: table;
}


.header_small {
	width: calc(100% - 150px);
	padding: 0 75px 0 75px;
	height: 50px;
	z-index: 10;
	display: none;
	position: fixed;
	background-color: #3943ac;
	top: 0;
	left: 0;
}
.logo_small {
	float: left;
	padding-top: 10px;
}
.menu_position_small {
	width: calc(100% - 100px);
	height: 50px;
	float: right;
	text-align: right;
	display: table;
}


/*FOOTER*/

.footer_icon {
	vertical-align: middle; 
	margin-right: 15px; 
	opacity: .5;
	margin-left: 25px;
}
.footer {
	width: calc(100% - 150px); 
	background-color:#FFF;
	padding: 0 75px 0 75px;
}

.footer_left {
	width: calc(100% - 150px);
	float: left;
	display: table;
	height: 100px;
}
.footer_right {
	width: 150px;
	float: right;
	text-align: right;
	display: table;
	height: 100px;
}

/*HOME*/


.main_banner {
	width: 100%;
	height: 800px;
	position: relative;
}
.main_banner_txt {
	position: absolute; 
	z-index: 4; 
	width: calc(100% - 150px); 
	padding: 0 75px 0 75px; 
	height: 350px; 
	display: table; 
	text-align: right;
}

.main_banner_img {
	width: 100%; 
	height: calc(100% - 150px); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: fixed;
}
.main_banner_shadow {
	width: 100%; 
	height: 100%; 
	background-position: right top; 
	background-repeat: repeat-y; 
	background-size: auto;
	background-image: url(images/shadow.png);
}

.color_overlay_banner {
	width: calc(100% - 75px);
	height: 300px;
	background-color: #3943ac;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 150px;
	mix-blend-mode: multiply;
}
.banner_services {
	width: calc(100% - 150px);
	height: 150px;
	position: absolute;
	z-index: 6;
	left: 75px;
	bottom: 300px;
}


.slide_stats {
	width: calc(100% - 175px);
	right: 0;
	bottom: 0;
	padding: 0 50px 0 50px;
	height: 300px;
	background-color: #4ed2ca;
	background-position: center center;
	background-repeat: repeat;
	background-size: auto;
	background-image: url(images/stats_texture.png);
	position: absolute;
	z-index: 3;
	display: table;
}

.stats_column {
	width: calc(25% - 18.75px);
	margin-right: 25px;
	float: left;
	position: relative;
}
.stat_num {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 20px;
}
.stat_box {
	width: 100px;
	height: 100px;
	background-color: #FFF;
	opacity: .5;
}


.slide {
	width: 100%;
	height: 450px;
	background-blend-mode: multiply;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.article_thumb {
	width: calc(33.3333% - 38.3333px); 
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.article_thumb_img {
	width: calc(100% - 2px); 
	height: 198px; 
	margin-bottom: 15px; 
	display: block; 
	border: solid 1px #CCC; 
	background-color: #CCC;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-filter: grayscale(75%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(75%);
	transition: all 0.3s ease-out;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
}
.article_thumb:hover .article_thumb_img {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0);
	transform: scale(1.05);
}

.access {
	width: calc(32% - 100px); 
	height: 150px; 
	margin-right: 2%; 
	display: table; 
	padding-left: 100px; 
	text-align: left; 
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size:26px;
	letter-spacing: 2px;
	text-decoration:none;
	font-weight:400;
	line-height: 30px;
	transition: all 0.3s ease-out;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
}
.access:hover {
	color:#4ed2ca;
	transform: scale(1.05);
}
.serv_1 {
	background-image: url(images/icon_headhunting.png);
}
.serv_2 {
	background-image: url(images/icon_evaluaciones.png);
}
.serv_3 {
	background-image: url(images/icon_mapeo.png);
}
.serv_1:hover {
	background-image: url(images/icon_headhunting_green.png);
}
.serv_2:hover {
	background-image: url(images/icon_evaluaciones_green.png);
}
.serv_3:hover {
	background-image: url(images/icon_mapeo_green.png);
}

.serv_thumb {
	width: 32%; 
	height: 300px; 
	margin-right: 2%; 
	display: table; 
	text-align: center; 
	float: left;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size:26px;
	letter-spacing: 2px;
	text-decoration:none;
	font-weight:400;
	line-height: 30px;
	background-color: #4ed2ca;
	transition: all 0.3s ease-out;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
}
.serv_thumb:hover {
	background-color:#3943ac;
}
.serv_thumb_icon {
	display: block;
	margin: auto;
	margin-bottom: 20px;
	width: 80px;
	height: auto;
}
.serv_icon {
	width: calc(25% - 60px); 
	margin-right: 20px; 
	display: inline-block; 
	margin-bottom: 40px;
	padding-left: 40px;
	background-image: url(images/arrow_right.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	text-align: left;
	vertical-align: top;
}
.content_left {
	width: calc(100% - 375px); 
	float: left;
}

.content_right {
	width: 300px; 
	float: right;
}

.article_left {
	width: calc(100% - 275px); 
	float: left;
}

.article_right {
	width: 200px; 
	float: right;
}


.tabPanel {
	display: none;
	width: calc(100% - 150px); 
	padding: 100px 75px 50px 75px; 
	background-color: #dcf7f7; 
	position: relative;
	margin-bottom: 40px;
}
.indicator {
	width: 100%; 
	height: 50px; 
	background-repeat: no-repeat; 
	background-size: 100px 50px; 
	background-image: url(images/indicator.png); 
	background-color: #FFF; 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 1;
}
.closetab {
	position: absolute; 
	z-index: 2; 
	top: 0; 
	right: 0;
}

#nav, .icon_menu {
	display: none;
}

.benefit {
	width: calc(20% - 25px); 
	display: inline-block; 
	vertical-align: bottom; 
	text-align: center;
}
.benefit_more {
	width: 20px; 
	display: inline-block; 
	vertical-align: bottom;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}



.main_banner_about {
	width: calc(100% - 150px); 
	height: 450px; 
	display: table; 
	padding: 0 75px 0 75px; 
	background-image: url(images/bg_about.jpg); 
	background-position: left center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: fixed;
}
.main_banner_services {
	width: 100%; 
	height: 500px; 
	display: table; 
	padding: 100px 0 0 0; 
	background-image: url(images/bg_service.jpg); 
	background-position: right center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: fixed; 
	position: relative; 
	text-align: center;
}
.main_banner_industry {
	width: 100%; 
	height: 525px; 
	display: table; 
	padding: 0; 
	background-image: url(images/bg_clientes.jpg); 
	background-position: right center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: fixed; 
	position: relative; 
	text-align: center;
}
.industry_description {
	position: absolute; 
	z-index: 2; 
	bottom: 0; 
	left: 75px; 
	height: 450px;  
	width: 350px; 
	padding: 0 50px 0 50px; 
	background-color: #4ed2ca; 
	display: table; 
	text-align: left;
}
.serv_panels {
	position: absolute; 
	z-index: 2; 
	bottom: 0; 
	left: 75px;  
	width: calc(100% - 150px);
}
.serv_patch {
	position: absolute; 
	z-index: 1; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 150px; 
	background-color: #fff;
}
.about_left {
	width: calc(50% - 25px); 
	float: left; 
	margin-right: 50px;
}
.about_right {
	width: calc(50% - 25px); 
	float: right;
}
.main_banner_contact {
	width: calc(100% - 150px); 
	height: 800px; 
	padding: 100px 75px 0 75px; 
	position: relative; 
	background-color: #4ed2ca;
}
/* Fonts */

.menu {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	margin-left: 40px;
	letter-spacing: 2px;
}


.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:40px;
	line-height: 42px;
	text-decoration:none;
}

.t2 {
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
	text-decoration:none;
	font-weight:400;
	line-height: 30px;
}

.t3 {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
}
.t4 {
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:400;
}

.t5 {
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:400;
}

.white {
	color:#FFF;
}

.grey {
	color:#999;
}

.blue {
	color:#3943ac;
}
.green {
	color:#4ed2ca;
}


.bt_blue {
	color:#4ed2ca;
	text-decoration:none;
	padding:10px 0 0 0;
	height: 30px;
	width: 100%;
	background-color:#3943ac;
	text-transform:uppercase;
	display:block;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	text-align: center;
	-webkit-transition: all .5s ease-out;
  	-moz-transition: all .5s ease-out;
  	-o-transition: all .5s ease-out;
  	transition: all .5s ease-out;
}

.bt_blue:hover {
	background-color:#4ed2ca;
	color:#3943ac;
}

/* Icons */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:35px;
	height:25px;
	text-decoration:none;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.fb {
	background-image:url(images/icon_black_fb.png);
}

.in {
	background-image:url(images/icon_black_instagram.png);
}


.logo_client {
	width: calc(20% - 5px); 
	display: inline-block;
	text-decoration: none;
}
.logo_client_wrapper {
	width: 100%; 
	padding-top: 100%; 
	background-position: center center; 
	background-repeat: no-repeat; 
	color: transparent; 
	text-decoration: none;
}
.industry {
	width: calc(25% - 45px); 
	display: inline-block; 
	vertical-align: top; 
	margin: 20px;
}
/* Forms */

.form_box {
	position: absolute; 
	z-index: 2; 
	top: 75px; 
	height: 350px; 
	width: 350px; 
	right: 75px; 
	background-color: #3943ac;
	padding: 50px;
}
.drop {
	color:#FFF;
	width:100%;
	height: 40px;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	border-bottom: 1px solid #ffF; 
	margin-bottom: 10px;
	background-image: url(images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-radius: 0;
	font-style: italic;
}

.field {
	color:#FFF;
	width:100%;
	height: 40px;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	border-bottom: 1px solid #ffF; 
	margin-bottom: 10px;
}

.area {
	color:#FFF;
	width:100%;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	resize:none;
	height: 80px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF;
}
input::-moz-placeholder { /* Firefox 19+ */
  	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF;
}
input:-ms-input-placeholder { /* IE 10+ */
  	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF;
}
input:-moz-placeholder { /* Firefox 18- */
  	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF;
}
textarea::-webkit-input-placeholder {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF;
}

textarea:-moz-placeholder { /* Firefox 18- */
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF; 
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF; 
}

textarea:-ms-input-placeholder {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style: italic;
	color: #FFF;
}
.bt_send {
	color:#FFF;
	text-decoration:none;
	height:40px;
	width:100px;
	text-align:center;
	background-color:transparent;
	display:inline-block;
	float: right;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.bt_send:hover {
	color:#0d4e96;
}

#map {
	position: absolute; 
	z-index: 1; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 450px; 
	background-color: #ccc;
}

.bio {
	width: calc(50% - 80px); 
	margin-right: 50px; 
	display: inline-block; 
	border: solid 1px #ccc;
	padding: 25px;
	margin-bottom: 25px;
	vertical-align: top;
}

.categoria {
	display:block;
	width: 100%;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 25px auto;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	transition: all 0.3s ease-out;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
	color: #666;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}
.categoria:hover {
	color:#3943ac;
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0);
}
.detalle {
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-top:25px;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	color: #666;
}
.brake, .nav {
	display: none;
}	

@media screen and (max-width: 1000px) {

.menu_position, .menu_position_small {
	display: none;
}

/* MENU MOBILE */

.nav {
	display: block;
	width:100%;
	height:325px; 
	position:fixed; 
	background:#FFF;
	z-index:100;
	top:-325px;
	left: 0;
}

.icon_close {
	background:url(images/icon_close.png) center center no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:20px; 
	top:20px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}

.icon_menu {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	right:20px; 
	top:20px;
	z-index:20;
	transition: transform 0.3s;
}
.icon_menu:hover {
	transform: scale(1.10);
}
.icon_menu_black {
	background-image: url(images/icon_menu_black.png);
	position:absolute; 
}
.icon_menu_white {
	background-image: url(images/icon_menu_white.png);	
	position:fixed; 
}

.menu {
	font-size:16px;
	display: block;
	width: calc(100% - 50px);
	padding-left: 25px;
	padding-right: 25px;
	border-top: 1px solid #CCC;
	margin-left: 0;
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo_menu {
	height: 55px;
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 50px;

}
/* FIN MOBILE */


.wrapper {
	width:calc(100% - 50px);
	padding: 25px;
}
/*HEADER*/
.header {
	height: 75px; 
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
}
.logo {
	height: 55px;
	padding-top: 10px;
}

.header_small {
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
}


/*FOOTER*/
.footer {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px;
}

.footer_left {
	width: 100%;
	float: none;
	height: 200px;
}
.footer_right {
	width: 100%;
	float: none;
	text-align: left;
	height: 50px;
}	
	
.footer_icon {
	margin-left: 0;
}

	
	
	
	
.main_banner {
	height: 1200px;
}
.main_banner_txt {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px; 
	height: 350px; 
}

.main_banner_img {
	height: 350px;
	background-attachment: scroll;
}


.color_overlay_banner {
	width: 100%;
	height: 400px;
	bottom: 0;
	top: 350px;
}
.banner_services {
	width: calc(100% - 50px);
	padding-top: 20px;
	height: 400px;
	left: 25px;
	bottom: 0;
	top: 350px;
}

.slide_stats {
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
	height: 600px;
	bottom: 0;
	top: 600px;
}

.stats_column {
	width: 100%;
	margin-right: 0;
}

	
.main_banner_about {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px; 
}
	
	
.article_thumb {
	width: calc(33.3333% - 38.3333px); 
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.article_thumb_img {
	width: calc(100% - 2px); 
	height: 198px; 
	margin-bottom: 15px; 
	display: block; 
	border: solid 1px #CCC; 
	background-color: #CCC;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-filter: grayscale(75%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(75%);
	transition: all 0.3s ease-out;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
}
.article_thumb:hover .article_thumb_img {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0);
	transform: scale(1.05);
}

.access {
	width: calc(100% - 75px); 
	height: 75px; 
	margin-right: 0; 
	padding-left: 75px; 
	float: none;
	background-size: 50px auto;
	font-size:20px;
}


.serv_thumb {
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
	height: 75px; 
	margin-right: 0; 
	text-align: left; 
	float: none;
	font-size:22px;
	line-height: 0;
	margin-bottom: 10px;
}
.serv_thumb_icon {
	display: inline-block;
	margin-bottom: 0;
	width: 50px;
	margin-right: 20px;
	vertical-align: middle;
}
.content_left, .content_right, .article_left, .article_right {
	width: 100%; 
	float: none;
}


.brake {
	display: block;
	margin-bottom: 10px;
}	
.about_left {
	width: 100%; 
	float: none; 
	margin-right: 0;
}
.about_right {
	width: 100%; 
	float: none; 
}
.bio {
	margin-right: 0; 
	display: block; 
	width: calc(100% - 50px); 
}

.benefit {
	width: 100%; 
	display: block; 
	vertical-align: top; 
}
.benefit_more {
	display: none;
}

	
	
	
.main_banner_services {
	height: 425px; 
	padding: 75px 0 0 0; 
	background-attachment: scroll; 
}
.serv_panels {
	left: 25px;  
	width: calc(100% - 50px);
}
.serv_patch {
	height: 225px; 
}	
	
	
.indicator {
	background-position: left 50% top !important;  
}	
	
.main_banner_industry {
	height: 525px; 
	background-attachment: scroll;
}
.industry_description { 
	left: 25px; 
	height: 450px;  
	width: calc(100% - 100px); 
	padding: 0 25px 0 25px; 
}
.industry {
	width: calc(100% - 40px); 
	display: block; 
}

.main_banner_contact {
	width: calc(100% - 50px); 
	height: 1150px; 
	padding: 75px 25px 0 25px; 
}
.form_box {
	top: 350px; 
	height: 350px; 
	width: calc(100% - 100px); 
	right: 25px; 
	padding: 25px;
}
#map {
	height: 550px; 
}
.t1 {
	font-size:36px;
	line-height: 38px;
}	
.t2 {
	font-size:24px;
	line-height: 26px;
}
.serv_icon {
	width: calc(100% - 40px); 
	margin-right: 0; 
	display: block; 
}
	
	
}
	
