.header{
	width: 100%;
	height: 75px;
	padding-top: 25px;
	background: black;
	position: fixed;
	z-index: 100;
	top: 0px;
}

.b_spanish_p{
    
    position: absolute;
    left: 96.6%;
    top: -10px;



}

.b_spanish{

    background: url(images/idioma_sp.jpg) no-repeat;
	background-size: 100%;
	display: block;
	height: 18px;
    width: 19px;

}

.b_english_p{
    
    position: absolute;
    left: 93.6%;
    top: -10px;



}

.b_english{

    background: url(images/idioma_en.jpg) no-repeat;
	background-size: 100%;
	display: block;
	height: 18px;
    width: 19px;

}

.b_espanol_p{
    
    position: absolute;
    left: 96.6%;
    top: -10px;



}

.b_espanol{

    background: url(images/idioma_esp.jpg) no-repeat;
	background-size: 100%;
	display: block;
	height: 18px;
    width: 19px;

}

.b_ingles_p{
    
    position: absolute;
    left: 93.6%;
    top: -10px;



}

.b_ingles{

    background: url(images/idioma_ing.jpg) no-repeat;
	background-size: 100%;
	display: block;
	height: 18px;
    width: 19px;

}

.logo{
	background: url(images/logo.png) no-repeat;
	background-size: 100%;
	display: block;
	height: 47px;
}

.menu{
	float: right !important;
}
.menu ul{ 
	margin: 0px; 
	padding: 0px;
	overflow: hidden;	
}
.menu li{
	float: left;
	margin: 12px 0px 0px 19px; 
}
.menu li a{
	color: #fff;
	font-family: "Asap";
	text-decoration: none;
}
.menu li a:hover{
	color: #256cd1;
}
.menu .activo{
	color: #256cd1;
}
.hamburguesa{
	background: url(images/hamburguesa.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: none;
	float: right;
	height: 30px;
	margin: 5px 10px;
	width: 30px;
}

.menuFloat .menu{
	position: fixed;
	right: 50px;
	top: 150px;
	z-index: 99;
}
.menuFloat .menu li{
	float: inherit;
	margin: 0px;
}
.menuFloat .menu li a{
	background: #3074d2;
	border: 3px solid #3074d2;
	display: block;
	height: 10px;
	margin: 10px 0px;
	overflow: hidden;
	width: 10px;
}
.menuFloat .menu li a:hover{
	background: none;
	border: 3px solid #fff;
}
.menuFloat .menu .activo{
	background: none;
	border: 3px solid #fff;
}
.menuFloat .menu li a p{
	font-size:0.8em;
	margin:0px;
	margin-right:25px;
	color:#333;
	display:none;
}

.contPelota{
	height: 100%;
	position: relative;
}
.pelota{
	background: url(images/pelota.png) no-repeat;
	height: 217px;
	position: absolute;
	right: -35px;
	top: 260px;
	width: 226px;
	z-index: 99;
}
.pelota p{
	color: #fff;
	font-family: "Asap";
	margin-top: 70px;
	text-align: center;
}
.pelota a{
	color: #0e305f !important;
	display: block;
	font-family: "Asap-Bold";
	margin: auto;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
.pelota a:hover{
	color: #0e305f !important;
}

.pelotaWhat{
	background: url(images/pelota.png) no-repeat;
	height: 217px;
	margin: 0px auto 20px;
	overflow: hidden;
	width: 226px;
}
.pelotaWhat p{
	color: #fff;
	font-family: "Asap";
	margin-top: 70px;
	text-align: center;
}
.pelotaWhat a{
	color: #0e305f !important;
	display: block;
	font-family: "Asap-Bold";
	margin: auto;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
.pelotaWhat a:hover{
	color: #0e305f !important;
}

.pelotaTex2, .pelotaTex3{
	display: none;
}

#peloTex1, #peloTex2, #peloTex3, #peloTex4{
	display: none;
}

.home{
	background: url(images/bg_index.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.home h2{
	color: #fff;
	font-family: "Asap-Bold";
	margin: 200px 0px 100px;
	margin-left: 40px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.contTex{
	background: url(images/bg_tex.png);
	padding: 30px 0px;
	overflow: hidden;
}
.contTex h3{
	color: #2e83fb;
	font-family: "Asap";
	margin-left: 35px;
}
.contTex h4{
	color: #2e83fb;
	font-family: "Asap";
	text-align: center;
}
.contTex span{
	color: #2e83fb;
	display: block;
	font-size: 60px;
	font-family: "Asap-Bold";
	height: 50px;
	margin-top: 100px;
	text-align: center;
}

.contTex p{
	color: #494949;
	font-family: "Asap";
	margin: 35px;
	text-align: justify;
}

.contLeft{
	float: left;
	width: 470px;
}
.contRight{
	float: right;
	width: 470px;
}

.contTex p img{
	display: block;
	height: auto;
	margin: auto;
	width: 75%;
}

.whatWeDo{
	background: url(images/bg_whatwedo.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.menuWhat{
	height: 175px;
	margin: 100px auto;
	width: 620px;
}
.menuWhat p{
	color: #fff;
	font-family: "Asap-Italic";
	margin-bottom: 0px;
	margin-top: 130px;
	text-align: center;
}
.menuWhat p:hover, div.activo p{
	color: #5199fd;
}

section.whatWeDo div.container div.menuWhat1, section.whatWeDo div.container div.menuWhat2, section.whatWeDo div.container div.menuWhat3, section.whatWeDo div.container div.menuWhat4{
	display: none;
	height: 245px;
}

.future, .stakeholder, .leadership, .culture{
	background: url(images/menuWhat.png) no-repeat;
	cursor: pointer;
	float: left;
	height: 111px;
	margin-right: 52px;
	width: 116px;
}
.future{
	background-position: 0px 0px;
}
.stakeholder{
	background-position: -116px 0px;
}
.leadership{
	background-position: -232px 0px;
}
.culture{
	background-position: -348px 0px;
	margin-right: 0px;
}
.future:hover, .future:hover p, .future.activo, .future.activo p{
	background-position: 0px -111px;
	color: #5199fd;
}
.stakeholder:hover, .stakeholder:hover p, .stakeholder.activo, .stakeholder.activo p{
	background-position: -116px -111px;
	color: #5199fd;
}
.leadership:hover, .leadership:hover p, .leadership.activo, .leadership.activo p{
	background-position: -232px -111px;
	color: #5199fd;
}
.culture:hover, .culture:hover p, .culture.activo, .culture.activo p{
	background-position: -348px -111px;
	color: #5199fd;
}

.howWeDoIt{
	background: url(images/bg_howWeDoIt.jpg) bottom no-repeat;
	background-size: cover;
	height: 693px;
	overflow: hidden;
}
.howWeDoIt .contTex{
	position:absolute;
}

.mapa{
	background: url(images/mapa.png) no-repeat;
	height: 799px;
	left: 50%;
	margin-left: -650px;
	position: absolute;
	width: 1300px;
}
.contMapa{
	height:437px;
	position: relative;
}
.contMapa img{
	left:50%;
	margin-left:-650px;
	position:absolute;
}
.contMapaMobile{
	display: none;			
}
#mapaTex1, #mapaTex2, #mapaTex3, #mapaTex4, #mapaTex5, #mapaTex6, #mapaTex7, #mapaTex8, #mapaTex9{
	display: none;
}

.gamingTex a, .creationTex a, .teachingTex a, .teamDevelopmentTex a, .diagnosticsTex a, .humanTex a, .blendedTex a, .facilitationTex a, .coachingTex a{
	background: url(images/bolitaMas.png) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 34px;
	margin: 10px;
	width: 34px;
}
.gamingTex h5, .creationTex h5, .teachingTex h5, .teamDevelopmentTex h5, .diagnosticsTex h5, .humanTex h5, .blendedTex h5, .facilitationTex h5, .coachingTex h5{
	background: #2e83fb;
	display: inline-block;
	font-family: "Asap-Bold";
	margin-top: 10px;
	padding: 5px 10px;
	transform:skewX(160deg);
	-ms-transform:skewX(160deg);
	-moz-transform:skewX(160deg);
	-webkit-transform:skewX(160deg);
	text-align: center;
	text-transform: uppercase;
}
.gamingTex h5 span, .creationTex h5 span, .teachingTex h5 span, .teamDevelopmentTex h5 span, .diagnosticsTex h5 span, .humanTex h5 span, .blendedTex h5 span, .facilitationTex h5 span, .coachingTex h5 span{
	display: block;
	transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
}
.gamingTex p, .creationTex p, .teachingTex p, .teamDevelopmentTex p, .diagnosticsTex p, .humanTex p, .blendedTex p, .facilitationTex p, .coachingTex p{
	background: rgba(0,0,0, 0.8);
	color: #fff;
	clear: both;
	display: none;
	font-family: "Asap";
	padding: 5px 10px;
	position: relative;
	margin: 0px;
	text-align: justify;
	z-index: 99;
}

div.contMapa > div{
	pointer-events: none;
}
div.contMapa > div > a{
	pointer-events:auto;
}
.show{display:block !important;}
.gamingTex{
	left: 279px;
	position: absolute;
	top: 30px;
	width: 310px;
}
.creationTex{
	left: 54px;
	position: absolute;
	top: 126px;
	width: 320px;
}
.teachingTex{
	left: 218px;
	position: absolute;
	top: 57px;
	width: 330px;	
}
.teachingTex a{
	float: right;
}
.teachingTex h5{
	float: right;
	margin-top: 40px;
	margin-bottom: 10px;
}
.teamDevelopmentTex{
	left: 201px;
	position: absolute;
	top: 239px;
	width: 310px;
}
.diagnosticsTex{
	left: 113px;
	position: absolute;
	top: 288px;
	width: 600px;
}
.diagnosticsTex a{
	margin: 0px;
}
.diagnosticsTex h5{
	margin-top: 20px;
	margin-bottom: 10px;
}
.humanTex{
	position: absolute;
	right: 83px;
	top: 63px;
	width: 310px;
}
.humanTex a{
	float: right;
}
.humanTex h5{
	float: right;
	margin-bottom: 10px;
}
.blendedTex{
	position: absolute;
	right: 129px;
	top: 187px;
	width: 310px;
}
.facilitationTex{
	left: 359px;
	position: absolute;
	top: 289px;
	width: 310px;
}
.coachingTex{
	position: absolute;
	right: 49px;
	top: 253px;
	width: 185px;	
}

.approach{
	background: url(images/bg_approach.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.approach .contTex h3{
	margin-top: 80px;
}

.menuApproach{
	margin: 80px auto -104px;
	overflow: hidden;
	position: relative;
	width: 565px;
}
.menuApproach ul{
	margin: 0px;
	padding: 0px;
}
.menuApproach li{
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 208px;
	margin-right: -30px;
	position: relative;	
	width: 208px;
}
.menuApproach li:nth-of-type(2){
	z-index: 99;
}
.menuApproach li:hover, .menuApproach .activo{
	background: #2e83fb;
}
.menuApproach li a{
	bottom: 40px;
	display: block;
	color: #2e83fb;
	font-size: 20px;
	font-family: "Asap-Bold";
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.menuApproach li:hover a, .menuApproach li.activo a{
	color: #fff;
	opacity: 0.5;
}
.menuApproach li span{
	background: url(images/iconosApproach.png) no-repeat;
	display: block;
	margin: auto;
	margin-top: 40px;
}
.menuApproach li:nth-of-type(1) span{
	background-position: 0px -92px;
	height: 92px;
	width: 92px;
}
.menuApproach li:nth-of-type(2) span{
	background-position: -93px -87px;
	height: 88px;
	width: 100px;
}
.menuApproach li:nth-of-type(3) span{
	background-position: -192px -95px;
	height: 96px;
	width: 97px;
}
.menuApproach li:nth-of-type(1):hover span, .menuApproach li:nth-of-type(1).activo span{
	background-position: 0px 0px;
}
.menuApproach li:nth-of-type(2):hover span, .menuApproach li:nth-of-type(2).activo span{
	background-position: -93px 0px;
}
.menuApproach li:nth-of-type(3):hover span, .menuApproach li:nth-of-type(3).activo span{
	background-position: -192px 0px;
}

.indTex{}
section.approach div.container div.inteTex, section.approach div.container div.consTex, section.approach div.container div.systTex{
	display: none;
}

.clients{
	background: url(images/bg_clients.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.clients h2{
	color: #fff;
	font-size: 45px;
	font-family: "Asap-Bold";
	margin: 100px 0px;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.contLogo{
	margin: 10px 0px;
	height: 122px;
	width: 100%;
}
.contLogo a{
	cursor: default;
}
.contLogo a > div{
	cursor: pointer;
}
.logosTex{
	background: #2e83fb;
	overflow: hidden;
	width: 640px;
}
.logosTex h3{
	border-bottom: 1px solid rgba(225,225,225, 0.5); 
	color: #fff;
	font-family: "Asap";
	margin: auto;
	margin-top: 50px;
	padding-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	width: 450px;
}
.logosTex p{
	color: #fff;
	font-family: "Asap";
	font-style: italic;
	margin: 25px 100px 50px;
	text-align: justify;
}
.logosTex img{
	display: block;
	margin: auto;
}

#heineken, #liverpool, #similares, #mabe, #moctezuma, #alfa, #linkedin, #master, #astra, #holcim, #basf, #nemak, #sigma, #homedepot, #arcelormittal, #amazon, #grupoei, #polioles, #buenosaires{
	display: none;
}

.heineken{
	background: url(images/logos/heineken.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 200px;
}
.heineken:hover{
	background-position: 0px 0px;
}
.liverpool{
	background: url(images/logos/liverpool.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 223px;
}
.liverpool:hover{
	background-position: 0px 0px;
}
.similares{
	background: url(images/logos/similares.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 324px;
}
.similares:hover{
	background-position: 0px 0px;
}
.mabe{
	background: url(images/logos/mabe.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 168px;
}
.mabe:hover{
	background-position: 0px 0px;
}
.moctezuma{
	background: url(images/logos/moctezuma.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 110px;
}
.moctezuma:hover{
	background-position: 0px 0px;
}
.alfa{
	background: url(images/logos/alfa.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 142px;
}
.alfa:hover{
	background-position: 0px 0px;
}
.linkedin{
	background: url(images/logos/linkedin.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 290px;
}
.linkedin:hover{
	background-position: 0px 0px;
}
.master{
	background: url(images/logos/master.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 115px;
}
.master:hover{
	background-position: 0px 0px;
}
.astra{
	background: url(images/logos/astra.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 334px;
}
.astra:hover{
	background-position: 0px 0px;
}
.holcim{
	background: url(images/logos/holcim.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: auto;
	width: 255px;
}
.holcim:hover{
	background-position: 0px 0px;
}
.basf{
	background: url(images/logos/basf.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 259px;
}
.basf:hover{
	background-position: 0px 0px;
}
.nemak{
	background: url(images/logos/nemak.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 357px;
}
.nemak:hover{
	background-position: 0px 0px;
}
.sigma{
	background: url(images/logos/sigma.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 229px;
}
.sigma:hover{
	background-position: 0px 0px;
}
.homedepot{
	background: url(images/logos/homedepot.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 130px;
}
.homedepot:hover{
	background-position: 0px 0px;
}
.polioles{
	background: url(images/logos/polioles.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 145px;
}
.polioles:hover{
	background-position: 0px 0px;
}
.grupoei{
	background: url(images/logos/grupoei.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 130px;
}
.grupoei:hover{
	background-position: 0px 0px;
}
.alsea{
	background: url(images/logos/alsea.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 290px;
}
.alsea:hover{
	background-position: 0px 0px;
}
.buenosaires{
	background: url(images/logos/buenosaires.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 299px;
}
.buenosaires:hover{
	background-position: 0px 0px;
}
.arcelormittal{
	background: url(images/logos/arcelormittal.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 318px;
}
.arcelormittal:hover{
	background-position: 0px 0px;
}
.amazon{
	background: url(images/logos/amazon.png) no-repeat;
	background-position: 0px -130px;
	height: 130px;
	margin: 40px auto;
	width: 300px;
}
.amazon:hover{
	background-position: 0px 0px;
}
.team{
	background: url(images/bg_team.jpg) top no-repeat;
	background-size: cover;
	overflow: hidden;
}
.team h2{
	color: #fff;
	font-size: 72px;
	font-family: "Asap-Bold";
	margin: 80px 0px 0px;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.team h3{
	color: #fff;
	font-size: 43px;
	font-family: "Asap-Bold";
	margin-top: 80px;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.team h4{
	color: #fff;
	font-size: 24px;
	font-family: "Asap";
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.teamMobile{
	background: #2e83fb url(images/flechaTeam.png) bottom no-repeat;
	border-bottom: 1px solid #000;
	color: #252424;
	cursor: pointer;	
	display: none;
	font-size: 14px;
	font-family: "Asap-Bold";
	height: 35px;
	padding: 5px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.menuTeam{
	display: none;
	left: 50%;
	margin-left: -480px;
	position: fixed;
	top: 100px;
	width: 960px;
	z-index: 99;
}
.menuTeam ul{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.menuTeam li{
	background: #2e83fb;
	cursor: pointer;
	float: left;
	margin: 0px;
	margin-right: 1px;
	width: 155px; /* 188px */
}
.menuTeam li:last-child{
	margin: 0px;
}
.menuTeam li a{
	color: #252424;
	display: block;
	font-size: 14px;
	font-family: "Asap-Bold";
	margin: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.menuTeam li a span{
	color: #252424;
	display: block;
	font-size: 12px;
	font-family: "Asap";
}
.menuTeam li:hover, .menuTeam li.activo{
	background: #6ca6f7;
}
.menuTeam li:hover a, .menuTeam li.activo a, .menuTeam li:hover a span, .menuTeam li.activo a span{
	color: #fff;
	opacity: 0.7;
}

.coreTeam h3{
	margin: 0px;
	margin-top: 50px;
}
.supportTeam, .northAmerica, .southAmerica, .europa, .asia{
	display: none;
}

.contTeam{
	height: 480px;
	margin: 20px 0px;
	overflow: hidden;
	width: 960px;
}
.equipo{
	height: 430px;
	overflow: hidden;
}
.coreTeam .contTeam, .supportTeam .contTeam{
	height: 550px;
	margin: 50px 0px;
}
.coreTeam .equipo, .supportTeam .equipo{
	height: 500px;
}
.equipo ul{
	margin: 0px;
	padding: 0px;
	float:left;
	height: auto;
	overflow: hidden;
}
.equipo li{
	float: left;
	height: 240px;
	margin: 0px 40px 10px;
	width: 156px;
}
.equipo li img{
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.equipo li h5{
	color: #fdfdfe;
	font-size: 15px;
	font-family: "Asap-Bold";
	text-align: center;
}
.equipo li h5 span{
	border-top: 1px solid #fff;
	display: block;
	font-size: 13px;
	font-family: "Asap";
}
.equipo li p{
	color: #fdfdfe;
	font-size: 14px;
	font-family: "Asap-Italic";
}
.northAmerica .equipo li{
	width: 440px;
	margin: 0px 20px;
}
.northAmerica .equipo li h5{
	margin: 20px 0px;
	text-align: left;
}
.southAmerica .equipo li{
	width: 440px;
	margin: 0px 20px;
}
.southAmerica .equipo li h5{
	margin: 20px 0px;
	text-align: left;
}
.europa .equipo li{
	width: 440px;
	margin: 0px 20px;
}
.europa .equipo li h5{
	margin: 20px 0px;
	text-align: left;
}
.asia .equipo li{
	width: 440px;
	margin: 0px 20px;
}
.asia .equipo li h5{
	margin: 20px 0px;
	text-align: left;
}
.imgPais{
	float: left;
	margin-right: 20px;
	width: 156px;
}
.imgPais img{
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.imgPais span{
	color: #fdfdfe;
	display: block;
	font-size: 18px;
	font-family: "Asap-Bold";
	text-align: center;
}

.centrarTeam{
	display: table;
	margin: auto;
	overflow: hidden;
}

.paginacion{
	display: table;
	height: 50px;
	margin: auto;
}
.paginacion a{
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin:20px 5px;
	width: 15px;
}
.pa_activo{
	background: #0088ce !important;
	cursor: inherit;
}

.events{
	background: url(images/bg_events.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.events h2{
	color: #fff;
	clear: both;
	font-size: 42px;
	font-family: "Asap-Bold";
	margin: 80px 0px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.events .contTex a{
	background: #2e83fb;
	color: #050708 !important;
	display: table;
	font-size: 21px;
	font-family: "Asap-Bold";
	line-height: 2;
	margin: 10px auto;
	padding: 10px 40px;
	padding-right: 30px;
	text-align: justify;
	text-decoration: none;
}
.events .contTex a i{
	background: url(images/flechaLink.png) center no-repeat;
	display: table-cell;
	height: 25px;
	padding-left: 20px;
	width: 25px;
}

.expositor{
	display: table;
	margin: auto;
}
.expositor > ul{
	display: table-row;
	margin: 0px;
	padding: 0px;
}
.expositor > ul li{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.expositor img{
	margin: 10px 20px;
}
.expositor h5{
	color: #2e83fb;
	font-size: 25px;
	font-family: "Asap-Bold";
	text-align: center;
}
.expositor h5 > span{
	border-top: 1px solid #fff;
	color: #2e83fb;
	display: block;
	font-size: 22px;
	font-family: "Asap";
	height: initial;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}

.btnRedes{
	clear: both;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.btnFacebook{
	background: url(images/btnFacebook.jpg) no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-right: 10px;
	width: 40px;
}
.btnTwitter{
	background: url(images/btnTwitter.jpg) no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}

.eventos{
	clear: both;
	overflow: hidden;
}
.eventos > h3{
	color: #fff;
	clear: both;
	font-size: 42px;
	font-family: "Asap-Bold";
	margin-left: 10px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.eventos div{
	background: url(images/bg_tex.png);
	display: inline-block;
	padding: 30px 0px;
	margin: 20px 1%;
	vertical-align: middle;
	width: 31%;
}
.eventos div > h3{
	color: #2e83fb;
	font-family: "Asap";
	margin-left: 35px;
}
.eventos div > p{
	color: #494949;
	font-family: "Asap";
	margin: 35px;
}
.eventos div > a{
	background: #2e83fb;
	color: #050708 !important;
	display: table;
	font-size: 21px;
	font-family: "Asap-Bold";
	line-height: 2;
	margin: 10px auto;
	padding: 10px 40px;
	padding-right: 30px;
	text-align: justify;
	text-decoration: none;
}
.eventos div > a i{
	background: url(images/flechaLink.png) center no-repeat;
	display: table-cell;
	height: 25px;
	padding-left: 20px;
	width: 25px;
}

.footerEvents{
	background: #000;
	overflow: hidden;
	width: 100%;
}
.footerEvents a{
	color: #2e83fb !important;
	cursor: pointer;
	display: table;
	font-size: 21px;
	font-family: "Asap-Bold";
	margin: 30px auto;	
	text-decoration: none;
}
.footerEvents a:hover{
	color: #2e83fb !important;
}
.footerEvents a i{
	background: url(images/flechaLink.jpg) center no-repeat;
	display: table-cell;
	height: 25px;
	padding-left: 20px;
	width: 25px;
}

.evento{
	background: #2e83fb;
	display: none;
	overflow: hidden;
	width: 640px;
}
.evento h3{
	border-bottom: 2px solid #fff; 
	color: #fff;
	font-size: 37px;
	font-family: "Asap";
	margin: auto;
	margin-top: 50px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 450px;
}
.evento h4{
	color: #fff;
	font-size: 25px;
	font-family: "Asap";
	margin: 15px auto;
	text-transform: uppercase;
	width: 450px;
}
.evento p{
	color: #fff;
	font-family: "Asap";
	margin: 0px 100px 50px;
	text-align: justify;
}
.evento div{
	border-radius: 50%;
	height: auto;
	margin: 20px auto 0px;
	overflow: hidden;
	width: 280px;
}
.evento div img{
	display: block;
	margin: auto;
}
.evento > a{
	display: none;
}
.evento.lista > a{
	background: #9c9c9d;
	color: #fff !important;
	display: table;
	font-size: 21px;
	font-family: "Asap-Bold";
	line-height: 2;
	margin: 10px auto;
	padding: 10px 40px;
	padding-left: 30px;
	text-align: justify;
	text-decoration: none;
}
.evento.lista > a i{
	background: url(images/back.png) center no-repeat;
	display: table-cell;
	height: 25px;
	padding-left: 20px;
	width: 25px;
}

.alleventos{
	background: url(images/bg_tex.png);
	display: none;
	overflow: hidden;
	padding: 30px;
}
.alleventos h3{
	border-bottom: 2px solid #fff;
	color: #2e83fb;
	display: block;
	font-size: 30px; 
	font-family: "Asap-Bold";
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 60%;
}
.alleventos ul{
	margin: 0px;
	padding: 0px; 
}
.alleventos ul li{
	background: #e1e9f4;
	display: table;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}
.alleventos ul li:nth-child(odd){ 
	background: #cfdae9;
}
.alleventos ul li h4{
	margin: 0px;
	padding: 0px;
}
.alleventos ul li h4 > a{ 
	color: #555555;
	display: block;
	font-size: 30px; 
	font-family: "Asap";
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.alleventos ul li:hover h4 a, .alleventos ul li:hover span{
	color: #2e83fb; 
}
.alleventos ul li span{ 
	color: #555555;
	display: block;
	font-size: 25px; 
	font-family: "Asap";
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}
.alleventos ul li > div{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	width: 20%;
}
.alleventos ul li > div:last-child{
	width: 69%;
}
.alleventos ul li > div h5{
	color: #494949;
	font-size: 16px; 
	font-family: "Asap-Bold";
	line-height: 1;
	margin: 0px 20px;
	text-align: right;
}
.alleventos ul li > div p{
	color: #494949;
	font-size: 16px; 
	font-family: "Asap";
	margin: 0px 20px;
	text-align: right;
}

.registro{
	background: url(images/bg_tex.png);
	display: none;
	padding: 30px;
	width: 512px;
}
.registro h3{
	color: #2e83fb;
	font-size: 30px; 
	font-family: "Asap";
	margin: 1em auto;
	text-align: center;
}
.registro p{
	color: #9c9c9d;
	font-size: 16px; 
	font-family: "Asap";
	margin: 1em auto;
}
.registro form input[type="text"]{ 
	background: #e3e9f4;
	border: 1px solid #d5d5d5;
	border-radius: initial;
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	padding: 14px 14px;
	margin-bottom: 10px;
	width: 94%;
}
.registro form input[type="email"]{ 
	background: #e3e9f4;
	border: 1px solid #d5d5d5; 
	border-radius: initial;
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	padding: 14px 14px; 
	margin-bottom: 10px;
	width: 94%;
}
.registro form input:focus{ 
	border: 1px solid #d5d5d5;
	box-shadow: none;
	outline-width: 0; 
}
.registro form input::-webkit-input-placeholder{ 
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	text-transform: uppercase;
}
.registro form input:-moz-placeholder{ 
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	text-transform: uppercase;
}
.registro form input::-moz-placeholder{ 
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	text-transform: uppercase;
}
.registro form input:-ms-input-placeholder{ 
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	text-transform: uppercase;
}
.registro form input[type="submit"]{
	appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;
	-ms-appearance:none; 
	background:#e3e8f3 url(images/send.png) no-repeat 105px 18px; 
	border: none; 
	border-radius: initial;
	color: #2e83fb; 
	cursor: pointer;
	display: table;
	font-size: 21px; 
	font-family: "Asap-Bold";
	height: 60px; 
	margin: auto;
	padding: 0px 40px;
	padding-right: 70px;
}

.registro form select{ 
	appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;
	-ms-appearance:none;
	background: #e3e9f4 url(images/bgFlecha2.png) no-repeat 95% 50%; 
	border: 1px solid #d5d5d5; 
	border-radius: initial; 
	cursor: pointer; 
	color: #9c9c9d; 
	font-size: 19px; 
	font-family: "Asap"; 
	margin: 0px; 
	margin-bottom: 10px; 
	padding: 14px 14px; 
	text-transform: uppercase; 
	width: 100%;
}
.registro form select:focus { 
	border: 1px solid #d5d5d5;
	outline-width: 0;
}
.registro form select option{ 
	color: #000;
}


.extras{
	background: url(images/bg_extras.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.extras h2{
	color: #fff;
	clear: both;
	font-size: 42px;
	font-family: "Asap-Bold";
	margin: 80px 0px;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.extras form{
	float: right;
}
.extras form select{ 
	background: #2e83fb url(images/bgFlecha.png) no-repeat 95% 50%; 
	border: none; 
	border-radius: initial; 
	cursor: pointer; 
	color: #fff; 
	font-size: 19px; 
	font-family: "Asap"; 
	margin-bottom: 20px; 
	padding: 12px 10px; 
	text-transform: uppercase; 
	appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;
	-ms-appearance:none; 
	width: 273px;
}

.descargas{
	background: url(images/bg_tex.png);
	clear: both;
	padding: 30px 0px;
	overflow: hidden;
	width: 100%;
}
.descargas > div:first-child{

}
.descargas ul{
	float: left;
	margin: 0px 26px;
	padding: 0px; 
}
.descargas ul li{
	background: #e1e9f4;
	display: table;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}
.descargas ul li:nth-child(odd){ 
	background: #cfdae9;
}
.descargas ul li > div{
	display: table-cell;
	vertical-align: middle;
}
.descargas ul li > div:first-child{
	width: 80%;
}
.descargas ul li > div h4{
	color: #494949;
	font-size: 16px; 
	font-family: "Asap-Bold";
	line-height: 1;
	margin: 0px 20px;
}
.descargas ul li > div p{
	color: #494949;
	font-size: 16px; 
	font-family: "Asap";
	margin: 0px 20px;
}
.descargas ul li > div a{
	color: #2e83fb;
	display: table;
	font-size: 21px;
	font-family: "Asap-Bold";
	line-height: 2;
	text-align: center;
	text-decoration: none;
}
.descargas ul li > div a i{
	background: url(images/flechadow.png) center no-repeat;
	display: table-cell;
	height: 25px;
	padding-left: 20px;
	width: 25px;
}

.pagNumeros{
	display: table;
	margin: 20px auto 0px;
}
.pagNumeros > a{
	color: #2e83fb !important;
	cursor: pointer;
	display: table-cell;
	font-size: 16px;
	font-family: "Asap-Bold";
	padding: 0px 3px;
	text-decoration: none;
	vertical-align: middle;
}
.pagNumeros > a.activo{
	color:black!important;
}
.pagNumeros > a.prev{
	background: url(images/flechasPag.png);
	background-position: 0px 0px;
	display: inline-block;
	height: 20px;
	margin: 0px 5px;
	padding: 0px;
	width: 20px;
}
.pagNumeros > a.next{
	background: url(images/flechasPag.png);
	background-position: -20px 0px;
	display: inline-block;
	height: 20px;
	margin: 0px 5px;
	padding: 0px;
	width: 20px;
}
.videos{

}
.videos h3{
	color: #fff;
	clear: both;
	font-size: 42px;
	font-family: "Asap-Bold";
	margin: 1em auto;
	text-shadow: black 0.1em 0.1em 0.2em;	
}
.contvideos{
	overflow: hidden;
	width: 100%;
}
.contvideos div{
	display: table;
}
.contvideos div ul{
	display: table-row;
	float: left;
	margin: 0px;
	padding: 0px;
}
.contvideos div ul li{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
.contvideos div ul li > div{
	background: url(images/bg_tex.png);
	padding: 20px;
	overflow: hidden;
}
.contvideos div ul li > div a > img{
	display: block;
	height: auto;
	width: 280px;
}
.contvideos div ul li > h5{
	border-bottom: 2px solid #fff;
	color: #2e83fb;
	font-size: 19px;
	font-family: "Asap-Bold";
	margin: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 50%;
}
.contvideos div ul li > p{
	color: #fff;
	font-size: 15px;
	font-family: "Asap";
	margin: 20px;
}

.contact{
	background: url(images/bg_contact.jpg) bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}
.contact h2{
	color: #fff;
	font-size: 62px;
	font-family: "Asap-Bold";
	margin: 200px 0px 100px;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.contact .contTex .contLeft{
	border-right: 1px solid rgba(70,70,70, 0.5);
	width: 469px;
}
.contact .contTex h3{
	text-align: center;
	font-size: 26px;
}
.contact .contTex p{
	height: 105px;
}
.mail{
	display: block;
	font-size: 18px;
	font-family: "Asap-Italic";
	text-align: center;
}
.mail a{
	text-decoration: none;
}
.mail a:hover{
	color: #333;
}
div#home,div#whatWeDo,div#howWeDoIt,div#approach,div#clients,div#team,div#events,div#extras,div#contact{
	position:relative;
	top:-100px; 
}
.twitter{
	height:500px; 
	margin:50px 0px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){
		
		.menuFloat .menu{
			right: 15px;
		}
		
		.contPelota{
			display: none;
		}

		.menuTeam{
			top: 100px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.menu li{
			margin-left: 10px;
		}
		.menu li a {
			font-size: 12px;
		}

		.menuFloat .menu{
			right: 15px;
		}

		.contPelota{
			display: none;
		}

		.home h2{
			font-size: 30px;
		}

		.contTex p img{
			width: 100%;
		}

		.contLeft{
			width: 374px;
		}
		.contRight{
			width: 374px;
		}

		.howWeDoIt{
			height: 624px;
		}

		.mapa{
			background-size: contain;
			height: 692px;
			margin-left: -500px;
			width: 1000px;
		}
		.contMapa{
			height: 347px;
		}
		.gamingTex a, .creationTex a, .teachingTex a, .teamDevelopmentTex a, .diagnosticsTex a, .humanTex a, .blendedTex a, .facilitationTex a, .coachingTex a{
			background-size: contain;
			height: 26px;
			width: 26px;
		}
		.gamingTex{
			left: 227px;
			top: 21px;
		}
		.creationTex{
			left: 54px;
			top: 95px;
		}
		.teachingTex{
			left: 109px;
			top: 42px;	
		}
		.teamDevelopmentTex{
			left: 167px;
			top: 182px;
		}
		.diagnosticsTex{
			left: 102px;
			top: 222px;
		}
		.humanTex{
			right: 77px;
			top: 46px;
		}
		.blendedTex{
			right: 45px;
			top: 142px;
		}
		.facilitationTex{
			left: 289px;
			top: 220px;
		}
		.coachingTex{
			right: 12px;
			top: 192px;	
		}

		.clients h2{
			font-size: 35px;
		}

		.team h2{
			font-size: 60px;
		}

		.menuTeam{
			top: 100px;
		}
		.menuTeam li{
			width: 123px;
		}
		.menuTeam li a{
			font-size: 12px;
		}
		.menuTeam li a span{
			font-size: 10px;
		}

		.contTeam{
			width: 768px;
		}
		.equipo li{
			margin: 0px 18px 10px;
		}
		.equipo li p{
			font-size: 12px;
		}
		.northAmerica .equipo li, .southAmerica .equipo li, .europa .equipo li, .asia .equipo li{
			width: 344px;
		}

		.descargas ul li > div:first-child{
			width: 75%;
		}
		
		.contvideos div ul li > div a > img{
			width: 216px;
		}

		.contact h2{
			font-size: 50px;
			margin-top: 100px;
		}
		.contact .contTex .contLeft{
			width: 372px;
		}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
        .b_espanol_p {
            top: -20px;
            margin-left: -35px;
        }
        .b_english_p {
            top: -20px;
        }
        .b_ingles_p{
            top: -20px;
        }
		.logo{
			width: 200px !important;
		}
		.menu{
			background: #000;
			margin-top: 32px !important;
		}
		.hamburguesa{
			display: block;
		}
		.menu li{
			border-top: 1px solid #fff;
			display: none;
			margin: 0px;
			padding: 12px 0px; 
			width: 100%;
		}
		.menu li a{
			display: block;
			text-align: center;
		}

		.menuFloat .menu{
			display: none;
		}

		.pelota{
			display: none !important;
		}
		.pelotaWhat{
			display: none !important;
		}

		.home h2{
			font-size: 34px;
			margin-left: 0px;
			text-align: center;
		}
		.contTex h3{
			font-size: 26px;
			margin: 0px 35px;
			text-align: center;
		}
		.contTex p {
			margin: 10px 25px;
		}
		.contTex span{
			font-size: 35px;
			height: 30px;
		}

		.contLeft{
			width: 100%;
		}
		.contRight{
			width: 100%;
		}

		.menuWhat{
			height: inherit;
			margin: 50px auto;
			overflow: hidden;
			width: 254px;
		}
		.menuWhat p{
			margin-top: 110px;
		}
		section.whatWeDo div.container div.menuWhat1, section.whatWeDo div.container div.menuWhat2, section.whatWeDo div.container div.menuWhat3, section.whatWeDo div.container div.menuWhat4{
			height: inherit;
		}
		.future, .stakeholder, .leadership, .culture{
			margin-bottom: 50px;
			margin-right: 22px;
		}
		.stakeholder{
			margin-right: 0px;
		}
		.culture{
			margin-right: 0px;
		}

		.howWeDoIt{
			height: inherit;
		}
		.howWeDoIt .contTex{
			position: inherit;
		}

		.mapa{
			display: none;
		}
		.contMapa{
			display: none;
		}
		.contMapaMobile{
			display: inherit;
			margin: 5px 0px;
			overflow: hidden;
		}
		.contMapaMobile ul{
			margin: 0px;
			padding: 0px;
		}
		.contMapaMobile li{
			background: #2e83fb;
			clear: left;
			float: left;
			font-family: "Asap-Bold";
			margin: 5px 0px; 
			padding: 5px 10px;
			text-transform: uppercase;
		}
		.contMapaMobile li a{
			color: #252424;
			text-decoration: none;
		}

		.logosTex{
			width: 250px;
		}
		.logosTex h3{
			width: 250px;
		}
		.logosTex p{
			margin: 25px 0px 50px;
		}
		.heineken{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 180px;
		}
		.liverpool{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 201px;
		}
		.similares{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 292px;
		}
		.mabe{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 151px;
		}
		.moctezuma{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 99px;
		}
		.alfa{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 128px;
		}
		.linkedin{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 261px;
		}
		.master{
			background-size: cover;
			background-position: 0px -114px;
			height: 114px;
			width: 101px;
		}
		.astra{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 301px;
		}
		.holcim{
			background-size: cover;
			background-position: 0px -114px;
			height: 114px;
			width: 224px;
		}

		.menuApproach{
			width: 100%;
		}
		.menuApproach li{
			height: 160px;
			width: 160px;
		}
		.menuApproach li span{
			margin-top: 20px;
		}
		.menuApproach li a {
			bottom: 15px;
			font-size: 14px;
		}

		.events h2{
			margin: 30px auto;
		}
		.expositor{
			height: initial !important;
		}
		.expositor > ul li{
			display: initial;
		}

		.eventos > h3{
			margin: 20px auto;
		}
		.eventos div{
			margin: 10px auto;
			width: 100%;
		}
		.eventos div > p{
			margin: 20px 35px;
		}

		.evento{
			width: 100%;
		}
		.evento h3{
			margin-top: 30px;
			width: initial;
		}
		.evento h4{
			font-size: 20px;
			width: initial;
		}
		.evento p{
			margin: auto;
			text-align: initial;
		}
		.evento div{
			width: 80%;
		}
		.evento div img{
			width: 100%;
			height: auto;
		}
		.evento.lista > a{
			font-size: 16px;
			padding: 10px 20px;
			padding-left: 10px;
		}
		.alleventos{
			padding: 10px;
		}
		.alleventos h3{
			width: initial;
		}
		.alleventos ul li{
			display: block;
		}
		.alleventos ul li h4 > a{ 
			font-size: 20px;
			margin: 0px 10px;
			text-align: initial; 
		}
		.alleventos ul li span{ 
			font-size: 20px; 
		}
		.alleventos ul li > div:last-child{
			display: block;
			margin: 10px auto;
			width: initial;
		}
		.alleventos ul li > div h5{
			margin: 0px 10px;
			text-align: initial;
		}
		.alleventos ul li > div p{
			margin: 0px 10px;
			text-align: initial;
		}

		.registro{
			padding: 10px;
			width: initial;
		}
		.registro p{
			font-size: 14px; 
		}
		.registro form input[type="text"]{ 
			width: 87%;
		}
		.registro form input[type="email"]{ 
			width: 87%;
		}

		.extras h2{
			margin: 30px auto;
		}

		.extras form{
			width: 100%;
		}
		.extras form select{ 
			width: 100%;
		}
		.descargas ul li > div{
			display: table;
			margin: auto;
		}
		.descargas ul li > div:first-child{
			width: initial;
		}

		.contvideos div ul li{
			display: block;
		}
		
		.contvideos div ul li > div a > img{
			width: 100%;
		}

		.contact h2{
			font-size: 50px;
			margin-top: 100px;
		}
		.contact .contTex p{
			height: inherit;
		}
		.contact .contTex .contRight h3{
			border-top: 1px solid rgba(70,70,70, 0.5);
			padding-top: 20px;
		}
		.contact .contTex .contLeft{
		 	border-right: none;
		 	padding-bottom: 20px;
			width: 100%;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
        .b_espanol_p {
            top: -20px;
            margin-left: -35px;
        }
        .b_english_p {
            top: -20px;
        }
        .b_ingles_p{
            top: -20px;
        }
		.logo{
			width: 200px !important;
		}
		.menu{
			background: #000;
			margin-top: 32px !important;
		}
		.hamburguesa{
			display: block;
		}
		.menu li{
			border-top: 1px solid #fff;
			display: none;
			margin: 0px;
			padding: 12px 0px; 
			width: 100%;
		}
		.menu li a{
			display: block;
			text-align: center;
		}

		.menuFloat .menu{
			display: none;
		}

		.pelota{
			display: none !important;
		}
		.pelotaWhat{
			display: none !important;
		}

		.home h2{
			font-size: 34px;
			margin-left: 0px;
			text-align: center;
		}
		.contTex h3{
			font-size: 26px;
			margin: 0px 35px;
			text-align: center;
		}
		.contTex p {
			margin: 10px 25px;
		}
		.contTex span{
			font-size: 35px;
			height: 30px;
		}

		.contLeft{
			width: 100%;
		}
		.contRight{
			width: 100%;
		}

		.menuWhat{
			height: inherit;
			margin: 50px auto;
			overflow: hidden;
			width: 254px;
		}
		.menuWhat p{
			margin-top: 110px;
		}
		section.whatWeDo div.container div.menuWhat1, section.whatWeDo div.container div.menuWhat2, section.whatWeDo div.container div.menuWhat3, section.whatWeDo div.container div.menuWhat4{
			height: inherit;
		}
		.future, .stakeholder, .leadership, .culture{
			margin-bottom: 50px;
			margin-right: 22px;
		}
		.stakeholder{
			margin-right: 0px;
		}
		.culture{
			margin-right: 0px;
		}

		.howWeDoIt{
			height: inherit;
		}
		.howWeDoIt .contTex{
			position: inherit;
		}

		.mapa{
			display: none;
		}
		.contMapa{
			display: none;
		}
		.contMapaMobile{
			display: inherit;
			margin: 5px 0px;
			overflow: hidden;
		}
		.contMapaMobile ul{
			margin: 0px;
			padding: 0px;
		}
		.contMapaMobile li{
			background: #2e83fb;
			clear: left;
			float: left;
			font-family: "Asap-Bold";
			margin: 5px 0px; 
			padding: 5px 10px;
			text-transform: uppercase;
		}
		.contMapaMobile li a{
			color: #252424;
			text-decoration: none;
		}

		.logosTex{
			width: 250px;
		}
		.logosTex h3{
			width: 250px;
		}
		.logosTex p{
			margin: 25px 0px 50px;
		}
		.heineken{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 180px;
		}
		.liverpool{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 201px;
		}
		.similares{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 292px;
		}
		.mabe{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 151px;
		}
		.moctezuma{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 99px;
		}
		.alfa{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 128px;
		}
		.linkedin{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 261px;
		}

		.menuApproach{
			width: 100%;
		}
		.menuApproach li{
			height: 160px;
			width: 160px;
		}
		.menuApproach li span{
			margin-top: 20px;
		}
		.menuApproach li a {
			bottom: 15px;
			font-size: 14px;
		}

		.team h2{
			font-size: 45px;
			margin-top: 80px;
		}
		.team h3{
			font-size: 36px;
			margin-top: 80px;
		}
		.team h4{
			color: #fff;
			font-size: 24px;
			font-family: "Asap";
			text-align: center;
			text-shadow: black 0.1em 0.1em 0.2em;
		}
		.teamMobile{
			display: block;
		}
		.menuTeam li{
			border-bottom: 1px solid #000;
			display: none;
			width: 100%;
		}
		.menuTeam li:last-child{
			border-bottom: none;
		}
		.contTeam{
			height: inherit;
			margin-top: 50px;
			overflow: hidden;
			width: 420px;
		}
		.coreTeam h3{
			margin-top: 20px;
		}
		.equipo{
			height: inherit;
			overflow: hidden;
			width: 100%;
		}
		.equipo li{
			float: left;
			height: inherit;
			margin: 0px 10px 10px;
			width: 400px;
		}
		.equipo li img{
			float: left;
			width: 150px;
		}
		.equipo li h5{
			color: #fdfdfe;
			float: left;
			font-size: 20px;
			font-family: "Asap-Bold";
			margin: 20px 0px 0px 10px;
			width: 240px;
		}
		.equipo li p{
			float: left;
			font-size: 11px;
			margin: 0px 10px;
			width: 240px;
		}
		.northAmerica .equipo li, .southAmerica .equipo li, .europa .equipo li, .asia .equipo li{
			width: 100%;
			margin: 0px;
			margin-bottom: 10px;
		}
		.northAmerica .equipo li h5, .southAmerica .equipo li h5, .europa .equipo li h5, .asia .equipo li h5{
			float: left;
			margin: 20px 10px 10px;
		}
		.imgPais{
			margin-right: 0px;
			width: initial;
		}
		.imgPais span{
			font-size: 18px;
		}
		.centrarTeam{
			width: 100% !important;
		}

		.events h2{
			margin: 30px auto;
		}
		.expositor{
			height: initial !important;
		}
		.expositor > ul li{
			display: initial;
		}

		.eventos > h3{
			margin: 20px auto;
		}
		.eventos div{
			margin: 10px auto;
			width: 100%;
		}
		.eventos div > p{
			margin: 20px 35px;
		}

		.evento{
			width: 100%;
		}
		.evento h3{
			margin-top: 30px;
			width: initial;
		}
		.evento h4{
			font-size: 20px;
			width: initial;
		}
		.evento p{
			margin: auto;
			text-align: initial;
		}
		.evento div{
			width: 80%;
		}
		.evento div img{
			width: 100%;
			height: auto;
		}
		.evento.lista > a{
			font-size: 16px;
			padding: 10px 20px;
			padding-left: 10px;
		}
		.alleventos{
			padding: 10px;
		}
		.alleventos h3{
			width: initial;
		}
		.alleventos ul li{
			display: block;
		}
		.alleventos ul li h4 > a{ 
			font-size: 20px;
			margin: 0px 10px;
			text-align: initial; 
		}
		.alleventos ul li span{ 
			font-size: 20px; 
		}
		.alleventos ul li > div:last-child{
			display: block;
			margin: 10px auto;
			width: initial;
		}
		.alleventos ul li > div h5{
			margin: 0px 10px;
			text-align: initial;
		}
		.alleventos ul li > div p{
			margin: 0px 10px;
			text-align: initial;
		}

		.registro{
			padding: 10px;
			width: initial;
		}
		.registro p{
			font-size: 14px; 
		}
		.registro form input[type="text"]{ 
			width: 87%;
		}
		.registro form input[type="email"]{ 
			width: 87%;
		}

		.extras h2{
			margin: 30px auto;
		}

		.extras form{
			width: 100%;
		}
		.extras form select{ 
			width: 100%;
		}
		.descargas ul li > div{
			display: table;
			margin: auto;
		}
		.descargas ul li > div:first-child{
			width: initial;
		}

		.contvideos div ul li{
			display: block;
		}
		
		.contvideos div ul li > div a > img{
			width: 100%;
		}

		.contact h2{
			font-size: 50px;
			margin-top: 100px;
		}
		.contact .contTex p{
			height: inherit;
		}
		.contact .contTex .contRight h3{
			border-top: 1px solid rgba(70,70,70, 0.5);
			padding-top: 20px;
		}
		.contact .contTex .contLeft{
		 	border-right: none;
		 	padding-bottom: 20px;
			width: 100%;
		}
		div:nth-of-type(2).twitter, div:nth-of-type(3).twitter{
			display: none;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.logo{
			width: 200px !important;
		}
		.menu{
			background: #000;
			margin-top: 32px !important;
		}
		.hamburguesa{
			display: block;
		}
		.menu li{
			border-top: 1px solid #fff;
			display: none;
			margin: 0px;
			padding: 12px 0px; 
			width: 100%;
		}
		.menu li a{
			display: block;
			text-align: center;
		}

		.menuFloat .menu{
			display: none;
		}

		.pelota{
			display: none !important;
		}
		.pelotaWhat{
			display: none !important;
		}

		.home h2{
			font-size: 34px;
			margin-left: 0px;
			text-align: center;
		}
		.contTex h3{
			font-size: 26px;
			margin: 0px 35px;
			text-align: center;
		}
		.contTex p {
			margin: 10px 25px;
			text-align: initial;
		}
		.contTex span{
			font-size: 35px;
			height: 30px;
		}

		.contLeft{
			width: 300px;
		}
		.contRight{
			width: 300px;
		}

		.menuWhat{
			height: inherit;
			margin: 50px auto;
			overflow: hidden;
			width: 254px;
		}
		.menuWhat p{
			margin-top: 110px;
		}
		section.whatWeDo div.container div.menuWhat1, section.whatWeDo div.container div.menuWhat2, section.whatWeDo div.container div.menuWhat3, section.whatWeDo div.container div.menuWhat4{
			height: inherit;
		}
		.future, .stakeholder, .leadership, .culture{
			margin-bottom: 50px;
			margin-right: 22px;
		}
		.stakeholder{
			margin-right: 0px;
		}
		.culture{
			margin-right: 0px;
		}

		.howWeDoIt{
			height: inherit;
		}
		.howWeDoIt .contTex{
			position: inherit;
		}

		.mapa{
			display: none;
		}
		.contMapa{
			display: none;
		}
		.contMapaMobile{
			display: inherit;
			margin: 5px 0px;
			overflow: hidden;
		}
		.contMapaMobile ul{
			margin: 0px;
			padding: 0px;
		}
		.contMapaMobile li{
			background: #2e83fb;
			clear: left;
			float: left;
			font-family: "Asap-Bold";
			margin: 5px 0px; 
			padding: 5px 10px;
			text-transform: uppercase;
		}
		.contMapaMobile li a{
			color: #252424;
			text-decoration: none;
		}

		.logosTex{
			width: 250px;
		}
		.logosTex h3{
			width: 250px;
		}
		.logosTex p{
			margin: 25px 0px 50px;
		}
		.heineken{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 180px;
		}
		.liverpool{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 201px;
		}
		.similares{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 292px;
		}
		.mabe{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 151px;
		}
		.moctezuma{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 99px;
		}
		.alfa{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 128px;
		}
		.linkedin{
			background-size: cover;
			background-position: 0px -117px;
			height: 117px;
			width: 261px;
		}

		.menuApproach{
			width: 300px;
		}
		.menuApproach li{
			height: 120px;
			width: 120px;
		}
		.menuApproach li span{
			margin-top: 20px;
		}
		.menuApproach li a {
			bottom: 15px;
			font-size: 14px;
		}
		.menuApproach li span{
			background: url(images/iconosApproachMobile.png) no-repeat;
		}
		.menuApproach li:nth-of-type(1) span{
			background-position: 0px -61px;
			height: 61px;
			width: 61px;
		}
		.menuApproach li:nth-of-type(2) span{
			background-position: -61px -57px;
			height: 58px;
			width: 65px;
		}
		.menuApproach li:nth-of-type(3) span{
			background-position: -126px -62px;
			height: 63px;
			width: 62px;
		}
		.menuApproach li:nth-of-type(2):hover span, .menuApproach li:nth-of-type(2).activo span{
			background-position: -61px 0px;
		}
		.menuApproach li:nth-of-type(3):hover span, .menuApproach li:nth-of-type(3).activo span{
			background-position: -126px 0px;
		}

		.team h2{
			font-size: 45px;
			margin-top: 80px;
		}
		.team h3{
			font-size: 36px;
			margin-top: 80px;
		}
		.team h4{
			color: #fff;
			font-size: 24px;
			font-family: "Asap";
			text-align: center;
			text-shadow: black 0.1em 0.1em 0.2em;
		}
		.teamMobile{
			display: block;
		}
		.menuTeam li{
			border-bottom: 1px solid #000;
			display: none;
			width: 100%;
		}
		.menuTeam li:last-child{
			border-bottom: none;
		}
		.contTeam, .coreTeam .contTeam, .supportTeam .contTeam{
			height: inherit;
			margin-top: 50px;
			overflow: hidden;
			width: 300px;
		}
		.coreTeam h3{
			margin-top: 20px;
		}
		.equipo, .coreTeam .equipo, .supportTeam .equipo{
			height: inherit;
			overflow: hidden;
			width: 100%;
		}
		.equipo li{
			float: left;
			height: inherit;
			margin: 0px 10px 10px;
			width: 280px;
		}
		.equipo li img{
			float: left;
			width: 100px;
		}
		.equipo li h5{
			color: #fdfdfe;
			float: left;
			font-size: 15px;
			font-family: "Asap-Bold";
			margin: 20px 0px 0px 10px;
			width: 150px;
		}
		.equipo li p{
			float: left;
			font-size: 11px;
			margin: 0px 10px;
			width: 150px;
		}
		.northAmerica .equipo li, .southAmerica .equipo li, .europa .equipo li, .asia .equipo li{
			width: 100%;
			margin: 5px 0px;
		}
		.northAmerica .equipo li h5, .southAmerica .equipo li h5, .europa .equipo li h5, .asia .equipo li h5{
			float: left;
			margin: 20px 10px 10px;
		}
		.imgPais{
			margin-right: 0px;
			width: initial;
		}
		.imgPais span{
			font-size: 14px;
		}
		.centrarTeam{
			width: 100% !important;
		}
		
		.contvideos div ul li > div a > img{
			width: 100%;
		}

		.contact h2{
			font-size: 50px;
			margin-top: 100px;
		}
		.contact .contTex p{
			height: inherit;
		}
		.contact .contTex .contRight h3{
			border-top: 1px solid rgba(70,70,70, 0.5);
			padding-top: 20px;
		}
		.contact .contTex .contLeft{
		 	border-right: none;
		 	padding-bottom: 20px;
			width: 300px;
		}
		div:nth-of-type(2).twitter, div:nth-of-type(3).twitter{
			display: none;
		}
	}
