/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul {list-style: none;}

a, a > * {
	-webkit-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;	
}

.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}

a:hover.opacidad,
p:hover.opacidad,
img:hover.opacidad {
 opacity: 0.8;
 /* For IE 5-7 */
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
 /* For IE 8 */
 -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 filter:alpha(opacity=80);
 }

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Glegoo', serif;
*/


body {
	width: 100%;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
}


#lienzo {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.menu-superior {
	display: block;
	width: 100%;
	position: fixed;
	background-color: #0e5281;
	z-index: 10;
	padding-top: 30px;
	height:120px;
	/*opacity: 0.9;*/
}
	.menu-superior .wrap {
		position: relative;
		width: 960px;
		height: 120px;
		margin: 0 auto;
		background:url(../img/bg-linea.png) bottom center repeat-x;
	}

	.menu-superior .wrap h1.logotipo a { 
		display: block;
		float: left;
		width: 263px;
		height: 66px;
		background: url('../img/logo-be_world_marketing.png') no-repeat center bottom;
		position: relative;
		top: 18px;
		left: 0px;
		text-indent: -9999px;
		overflow: hidden;
	}

	.menu-superior .wrap #top-menu {
		display: block;
		position: relative;
		bottom: 25px;
		margin-left: 420px;
    	float: left;
	}

	.menu-superior .wrap #top-menu li {
    	float: left;
	}
	.menu-superior .wrap #top-menu li a{
    	font-size: 15px;
    	color: #5080a5;
    	margin-right: 22px;
    	text-decoration: none;
	}
	.menu-superior .wrap #top-menu a:hover {
    	color: #fff;
	}

	.menu-superior .wrap #top-menu li.active a {
    	border-bottom: 2px solid #5080a5;
    	color: #5080a5;
	}


.cabecera {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding-top: 150px;
	background: #0e5281;
	padding-bottom:120px;
}
.cabecera .wrap {
	width: 960px;
	height: 781px;
	margin: 0 auto;
	position: relative;
	padding: 90px 0 90px;
	background:url(../img/bg-cabecera-mundo.png) 445px 40px no-repeat;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
	.cabecera .wrap h2 { 
		color: #fff;
		font-size:28px;
		font-weight:100;
		margin-top: 70px;
	}
	.lista-cabecera { 
		color: #6892b2;
		font-size:25px;
		margin-top:30px;
		line-height:1.2;
		list-style:disc;
	}
		.lista-cabecera li {
			margin-top:10px;
			margin-left: 15px;
		}
	.como-hacemos {
		clear:both;
		margin-top:140px;
		}
		.como-hacemos h3 {
			color:#5080a5;
			text-align:center;
			font-size:27px;
			font-weight:100;
			background:url(../img/bg-divisor-partido.png) center top no-repeat;
			margin-bottom:78px;
		}
		.como-hacemos li {
			background:#FFF;
			width:241px;
			height:268px;
			padding:22px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			display:block;
			float:left;		
			}
		.como-hacemos img { 
			text-align:center;
			margin:20px auto;
			padding:0 80px;
			}
		.como-hacemos h4 {
			color:#66afa7;
			text-align:center;
			font-size:21px;
			border-bottom: 2px dotted #66afa7;
			padding-bottom:17px;
			margin-bottom:17px;
			letter-spacing: 1px;
			}
		.como-hacemos p {
			color:#5080a5;
			font-size:14px;
			line-height:1.3;
			text-align:justify;
			}
			.margen-lista-hacemos {
				margin-right:52px;
				}
				

.mundo-parallax {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background:#1f726a;
}
.mundo-parallax .wrap {
	width: 1200px;
	height: 365px;
	margin: 0 auto;
	position: relative;
}



.intenciones{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background:#66afa7;
}
.intenciones .wrap {
	width: 960px;
	height: 685px;
	margin: 0 auto;
	position: relative;
	padding:120px 0;
	background:#66afa7 url(../img/bg-intenciones.png) 0px 288px no-repeat;
	}
	.intenciones .wrap h2 {
		color:#fff;
		text-align:center;
		border-bottom:2px dotted #fff;
		padding-bottom:22px;
		margin-bottom:30px;
		font-size:24px;
		font-weight:100;
	}.intenciones .wrap li {
		color:#3c3d3f;
		line-height:1.3;
		font-size:17px;
		padding-left:30px;
		background:url(../img/tick.png) 0 5px no-repeat;
		}
		.intenciones .wrap p {
		color:#3c3d3f;
		line-height:1.2;
		font-size:17px;
		margin-bottom:22px;
		}
	.bloque-intenciones {
		background:#85bfb9;
		padding:40px 30px 60px;
		width:396px;
		border: 2px dotted #ffffff;
		float:left;
		}
		.margen-bloque-intenciones { margin-right:39px;}
		.cajas-intenciones { margin-bottom:110px; float:left;}
	.ctas {
		clear:both;
		text-align:center;
		}
		p.bajo-cta {
		color:#FFF !important;
		}
		.bajo-cta a {
		color:#FFF !important;
		text-decoration:none;
		}
		.bajo-cta a:hover {
		text-decoration: underline;
		}
		a.cta_1 {
			display:block;
			width:100%;
			height:100%;
			text-decoration:none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			color:#FFF;
			text-align:center;
			font-size:19px;
			padding:42px 0;
			background:url(../img/bg-cta_1.png) 57px 27px no-repeat #0e5281;
			text-indent:84px;
			margin-bottom:20px;
			text-transform:uppercase;
			}
		a.cta_2 {
			display:block;
			width:100%;
			height:100%;
			text-decoration:none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			color:#FFF;
			text-align:center;
			font-size:19px;
			padding:42px 0;
			background:url(../img/bg-cta_2.png) 47px 27px no-repeat #66afa7;
			text-indent:84px;
			margin-bottom:20px;
			text-transform:uppercase;
			}
			a.cta-i { font-size:15px;}



.servicios {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding:120px 0 160px 0;
}
.servicios .wrap {
	width: 960px;
	height: 789px;
	margin: 0 auto;
	position: relative;
	}
	.servicios h2 {
		color:#5080a5;
		text-align:center;
		font-size:27px;
		font-weight:100;
		background:url(../img/bg-divisor-partido-2.png) center top no-repeat;
		margin-bottom:85px;
	}

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left:258px;
}
#tabs li {
  float: left;
}
#tabs a {
  position: relative;
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  background: #5080a5;
  color:#FFF;
  font-size:21px;
  margin-left:10px;
 -webkit-border-top-left-radius: 4px;
 -webkit-border-top-right-radius: 4px;
 -moz-border-radius-topleft: 4px;
 -moz-border-radius-topright: 4px;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  position: relative;
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  background: #5f91b7;
  color:#FFF;
  font-size:21px;
  margin-left:10px;
 -webkit-border-top-left-radius: 4px;
 -webkit-border-top-right-radius: 4px;
 -moz-border-radius-topleft: 4px;
 -moz-border-radius-topright: 4px;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
}

#tabs a:focus {
  outline: 0;
}

#tabs #current a,
#tabs #current a::after {
  background: #fff;
  color: #5080a5;
  z-index: 3;
  border-top: 1px solid #5080a5;
  border-left: 1px solid #5080a5;
  border-right: 1px solid #5080a5;
}

#content {
    background: #fff url(../img/bg-contenido-tabs.png) 45px 45px no-repeat;
    padding: 45px;
    height: 526px;
    position: relative;
    z-index: 2;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0px 1px 1px rgba(80, 128, 165, 1);
  	color: #3c3d3f;
	}
	#content ul { overflow:hidden;}
	#content li {
		float: left;
		width:400px;
		height:87px;
		line-height:1.2;
		margin-bottom:60px;
		}
		#content li img{
			float: left;
			width:85px;
			margin-right:20px;
			}
		#content li p {
			float: left;
			width:290px;
			}
			.list-serv-der { margin-left:70px;}
			.list-serv-2-lin { padding-top:20px;}
			.list-serv-3-lin { padding-top:10px;}
			.list-serv-4-lin { padding-top:0px;}
			
			
	


.presentacion {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background:#0e5281;
}
.presentacion .wrap {
	width: 960px;
	height: 564pxpx;
	margin: 0 auto;
	position: relative;
	padding:85px 0;
	}
	.bloques-pres {
		background:url(../img/bg-presentacion.jpg) bottom center no-repeat;
		height:564px;
		}
	.bloques-pres p {
		color:#66afa7;
		font-size:20px;
		margin-top:80px;
		line-height:1.3;

		}
	.bloques-pres span {
		color:#fff;
		}
	.bloques-pres h4 {
		color:#66afa7;
		font-size:30px;
		font-weight:100;
		text-align:right;
		margin: 15px 0 99px;
		}
	.bloque-pres-izq {
		float:left;
		width:478px;
		margin-right:40px;
		}
	.bloque-pres-der {
		float:left;
		width:426px;
		}
	
	

.contacto-footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background:#0e5281 url(../img/bg-top-contacto.png) top center no-repeat;
}
.contacto-footer .wrap {
	width: 960px;
	height: 215px;
	margin: 0 auto;
	position: relative;
	padding:85px 0;
	}
	.caja-contacto {
		border:2px dotted #66afa7;
		float:left;
		}
	.caja-contc-izq {
		float:left;
		width:449px;
		margin: 35px 0;
		border-right: 1px solid #3f749c;
		}
		.caja-contc-izq  h3 {
			float:left;
			width:223px;
			text-align:right;
			color:#FFF;
			font-weight:100;
			font-size:30px;
			margin-top:30px;
			letter-spacing:1px;
			}
		.caja-contc-izq  a {
			float:left;
			display:block;
			width:106px;
			text-align:right;
			margin-left:100px;
			}
	.caja-contc-der {
		float:left;
		width:440px;
		margin-left:30px;
		margin: 48px 30px 35px;
		color:#547c91;
		line-height:1.3;
		}
		.caja-contc-der  h3 {
			color:#FFF;
			font-weight:400;
			}
			.caja-contc-der  h3 span { color:#66b0a8; margin-bottom:10px; display:block;}
			.telf-footer {
				background:url(../img/ico-telf.png) 0px 5px no-repeat;
				color:#5080a5;
				padding-left: 15px;
				}
			.email-footer {
				color:#66afa7;
				text-decoration:none;
				background:url(../img/ico-email.png) 0px 5px no-repeat;
				padding-left: 20px;
				}
				a:hover.email-footer { text-decoration:underline;}



.links {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	.links .optimuz {
		margin: 0px auto 20px auto;
		font-size: 12px;
		line-height: 10px;
		color: #517399;
	}
	.links .optimuz p {
		margin: 0;
		line-height: 12px;
		padding-top: 2px;
	}
	.links .optimuz p img {
		margin-top:-2px;
		opacity: 0.2;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter:alpha(opacity=20);
	}
	.links .optimuz a {
    	margin-left: 5px;
	}