@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, center,
dl, dt, dd, ul, li, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}
html, body{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}
#container{
	width:100%;
	max-width:1089px;
	margin:0 auto;
	box-shadow: 0px 0px 90px -12px #99A3AD, 0px 0px 40px #EEEEEE; 
}
header{
	width:100%;
	max-width:1089px;
	max-height:699px;
	margin:0 auto;
	overflow:hidden;
}

img, embed, object, video { 
max-width:100%;
height: auto;
border:none;

}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 680px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 680px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

.clear{
	clear:both;
}

.nopadding{
	padding:0px !important;
}

h1, h2, h3{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#041e3d;
	letter-spacing:-1px;
}
h1{
	font-size:45px;
}
h2{
	font-size:35px;
}
.muygrande{
	font-size:26px;
	text-transform:uppercase;
	color:#041e3d;
}
#subheader{
	display:block;
	width:100%;
	max-width:1089px;
	height:208px;
	position:fixed;
	background:url(images/header.png);
	z-index:9999999999999;
	}
#menu{
	display:block;
	width:100%;
	max-width:1089px;
	height:78px;
background: -moz-linear-gradient(left,  rgba(31,31,64,1) 0%, rgba(31,31,64,0.77) 50%, rgba(31,31,64,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(31,31,64,1)), color-stop(50%,rgba(31,31,64,0.77)), color-stop(100%,rgba(31,31,64,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(31,31,64,1) 0%,rgba(31,31,64,0.77) 50%,rgba(31,31,64,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(31,31,64,1) 0%,rgba(31,31,64,0.77) 50%,rgba(31,31,64,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(31,31,64,1) 0%,rgba(31,31,64,0.77) 50%,rgba(31,31,64,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(31,31,64,1) 0%,rgba(31,31,64,0.77) 50%,rgba(31,31,64,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f40', endColorstr='#1f1f40',GradientType=1 ); /* IE6-9 */
position:fixed;
margin-top:130px;
z-index:9999999999999;


}

#logo{
	float:left;
	padding-left:50px;
	width:100%;
	max-width:300px;
}
#crezcamos{
	
	float:right;
	padding-right:50px;
	padding-top:29px;
	font-size:22px;
	color:#1d234e;
}
.logosmart{
	display:none;
}
#hack{
	display:none;
}
@media all and (max-width: 820px) {
	#logo{
		float:none;
		margin:0 auto;
		padding-left:0px;
		max-width:167px;
	}
	.logosmart{
		display:block;
	}
	.logodesk{
		display:none;
	}
	#crezcamos{
		display:none;
	}
	header{

	}
	#subheader{
		height:70px;
		top:-0px;
	}
	#hack{
		display:block;
		width:100%;
		height:70px;
	}
	#menu{
		margin-top:0px;
	}
}
#slider{
	background:#b3b5b4;
	width:100%;
	overflow:hidden;
	margin-top:200px;

	}
	.cycloneslider{

	}
#hablemos{
	position:fixed;
	width:247px;
	height:64px;
	float:right;
	top:240px;
	left:68%;
	z-index:999999999;
	opacity:0.8;
}
#hablemos img{
			-moz-box-shadow:none !important;
box-shadow:none !important;
}
.menucontain{
	width:85%;
	float:left;
}
.socialmedia{
	width:15%;
	float:left;
	padding-top:23px;

}

.socialitem{
	float:left;
	width:20%;
	padding:0 2% 0 2%;
}
.cont1{
	display:none;
}

@media all and (max-width: 820px) {
	.menucontain{
		width:80%;
	}
	.socialmedia{
		width:20%;
		padding-top:5px;

	}
	#menu{
		height:35px;
	}
	.socialitem{
		max-width:23px;
	}
	#slider{
		margin-top:0px;
	}
	#hablemos{
	left:2%;
	top:120px;
	display:none;
}
.cont1{
	display:inherit;
}
}

@media all and (max-width: 500px) {
	.menucontain{
		width:70%;
	}
	.socialmedia{
		width:30%;
		padding-top:7px;
	}
		#hablemos{
	left:2%;
	top:120px;
}

}
.quienesback{
	width:100%;
	max-width:1089px;
	background: #fafafb url(images/quienesback.png) no-repeat;
	padding:20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	overflow:hidden;
}
#quieneshacemostodo{
	width:100%;
	max-width:1089px;
	background:url(images/volando.png) no-repeat;
	height:679px;
}
#quieneshacemostodo h1{
	color:#fff;
}
.quienestit{
	clear:both;
	width:300px;
	float:right;
	font-size:75px;
	padding-right:20px;
	margin-top:120px;
}
.quienestit h1{
	font-size:55px;
}
.hacemosleft{
	float:left;
	width:350px;
	color:#fff;
	padding-top:20px;
	padding-left:20px;
	text-align:justify;
	font-size:18px;
}

.hacemoscallto{
	float:right;
	padding:20px;
}
.cinta{
	position:relative;
	width:1089px;
	height:195px;
	background:url(images/miembros.png);
	overflow:hidden;
	display:flex;
	clear:both;
}

.cintaleftpablo, .cintaleftalvaro. .cintaleftalan, .cintaleftenrique, .cintaleftmich, .cintaleftale{
	width:700px;
	float:left;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}



.cintatexto{
	width:460px;
	float:left;
	padding:20px 0px 0px 20px;
	
}
.labola{
	width:200px;
	float:left;
	margin-left:20px;
}

.labola img{
		-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
}
@media all and (max-width: 1000px) {
	.hacemosleft{
		width:100%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		padding-left:20px;
		padding-right:20px;
	}
	.cintaleftpablo, .cintaleftalvaro, .cintaleftalan, .cintaleftenrique, .cintaleftmich, .cintaleftale{
		width:100% !important;
		float:none;
		background:#4a414c !important;
		overflow:hidden;
		padding-bottom:20px;
		order:2;
	}
	.cinta{
		display:flex;
		flex-direction:column;
		width:100%;
		height:auto;
		overflow:hidden;
		background:none;
	}
	#quieneshacemostodo{
		height:auto;
	}
	.labola{
		width:25%;
		max-width:200px;
		margin-top:20px;
		margin-left:5% !important;
		float:left;
	}
	.cintatexto{
		width:60%;
		float:left;
		
	}
}
.cintaleftalvaro, .cintaleftalan, .cintaleftenrique, .cintaleftmich, .cintaleftale{
	display:none;
}
.cintaleftpablo h3, .cintaleftpablo p, .cintaleftalvaro h3, .cintaleftalvaro p, .cintaleftalan h3, .cintaleftalan p, .cintaleftenrique h3, .cintaleftenrique p, .cintaleftmich h3, .cintaleftmich p, .cintaleftale h3, .cintaleftale p{
	margin:0px;
	padding:0px;
}

.cintaleftpablo h3, .cintaleftalvaro h3, .cintaleftalan h3, .cintaleftenrique h3, .cintaleftmich h3, .cintaleftale h3{
	color:#dce125;
	font-size:24px;
}
.cintaleftpablo p, .cintaleftalvaro p, .cintaleftalan p, .cintaleftenrique p, .cintaleftmich p, .cintaleftale p{
	color:#fff;
}
.cintaright{
	width:300px;
	float:right;
	padding-right:20px;
	padding-left:20px;
	

}
.cintaright ul{
	margin:0px;
	padding-left:0px;
	padding-top:5px;
	font-family: 'Oswald', sans-serif;
}
.cintaright ul li{
	list-style-type:none;
	font-size:20px;
}

.cintaright ul li a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#231f20;
}
@media all and (max-width: 1000px) {
	.cintaright{
	width:100%;
	float:left;
	padding-right:20px;
	background:#dce125;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    text-align:center;
	order:1;
}
}
.noback{
	background:none !important;
}

#proyectos{
	width:35%;
	float:left;
}
#quehacemos{
	width:65%;
	float:left;
	padding-top:43px;
}

.recientes{
	float:left;
	max-width:153px;
	padding-right:10px;
	padding-bottom:5px;
}

#portbranding, #portweb, #portfoto, #portvideo{
	padding:20px 0px 0px 0px;
	width:100%;
	max-width:840px;
	margin:0 auto;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#portweb, #portfoto, #portvideo{
	display:none;
}
.clientes{
	float:left;
	max-width:104px;
	padding-right:29px;
}

.clientesportafolio{
	float:left;
	max-width:200px;
	padding-right:10px;
	padding-bottom:5px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.clientes img{
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}

.clientesportafolio img{
	-moz-box-shadow:    -1px 2px 10px 0px rgba(50, 50, 50, 0.41);
box-shadow:         -1px 2px 10px 0px rgba(50, 50, 50, 0.41);
}


#subirventas{
	display:block;
	width:100%;
	max-width:1089px;
	padding:20px 20px 40px 20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	overflow:hidden;
	background:url(images/backindex.png);
}

@media all and (max-width: 1020px) {
	#subirventas{
		background:none;
	}
}

#alomasalto{
	display:block;
	width:35%;
	float:right;
}
#alomasalto h1{
	color:#8e278f;
	font-size:62px;
	line-height:78px;
}
#alomasalto ol{
	padding:0px 0px 0px 21px;
	margin:0px;
}
#alomasalto ol li{
	color:#1d234e;
	font-weight:600;
}

#alomasalto p{
	margin:0px;
	padding:5px 0px 5px 0px;
	text-align:justify;
}
.cintillo{
	width:319px;
	height:57px;
	background:url(images/cintillo.png);
	float:left;
	margin:35px 0px 0px 0px;
}

.cintillo h2{
	color:#FFF;
	margin:0px;
	padding:3px 0px 0px 20px !important;
}

.masentradas{
	float:right;
	margin:35px 30px 0px 0px;
}

.masentradas h2{
	margin:0px;
	padding:3px 0px 0px 10px !important;
	
}

.masentradas h2 a{
	color:#041e3d;
	font-family: 'Oswald', sans-serif;
}
.arts{
	display:block;
	width:100%;
	padding-top:20px;
}
.blogthumb{
	float:left;
	padding:20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:40%;
}
.blogthumb img{
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}

.blogthumb2{
	float:left;
	padding:20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

}
.blogthumb2 img{
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
-webkit-box-shadow: -3px 7px 14px 0px rgba(50, 50, 50, 0.78);
-moz-box-shadow:    -3px 7px 14px 0px rgba(50, 50, 50, 0.78);
box-shadow:         -3px 7px 14px 0px rgba(50, 50, 50, 0.78);
-webkit-transition:all 0.5s ease-in;   
   -moz-transition:all 0.5s ease-in;   
   -o-transition:all 0.5 ease-in;   
   transition:all 0.5 ease-in;
   opacity:1;
}

.blogthumb2 img:hover{
	opacity:0.7;
}
.bloginfo{
	float:left;
	padding:10px 10px 10px 0px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:60%;
	font-size:22px;
	color:#343333;
	
}
.bloginfo a{
	color:#343333;
	font-size:16px;
	text-align:right;
}
.bloginfo h4{
	font-family: 'Open Sans', sans-serif !important;
	line-height:20px;
	margin:0px;
	padding:20px 0px 5px 0px;
}
.logofooter{
	width:100%;
	max-width:473px;
	margin:0 auto;
	padding-top:40px;
}

.logofooter2{
	width:100%;
	max-width:200px;
	margin:0 auto;
	padding-top:40px;
}

footer{
	text-align:center;
	font-size:14px;
	padding-bottom:20px;
}
footer a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
@media all and (max-width: 1020px) {
	#proyectos{
		width:auto;
		float:none;
		overflow:hidden;
		margin:0 auto;
	}
	#quehacemos, #portbranding{
		width:100%;
		float:none;
		overflow:hidden;
		margin:0 auto;
		padding-top:0px;
	}
	#alomasalto{
	display:block;
	width:100%;
}
}
	
@media all and (max-width: 450px) {
	.recientes{
		width:40%;
		max-width:none;
	}
	.clientes{
		width:35%;
		max-width:none;
	}
	#proyectos, #quehacemos{
		padding-left:10%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
}
@media all and (max-width: 500px) {
	.clientesportafolio{
		width:50%;
		max-width:none;
	}
}

#servicioizq{
	float:left;
	width:30%;
	max-width:250px;
	text-transform:uppercase;
}

#servicioizq a{
	display:block;
	color:#231f20;
	text-decoration:none;
	font-size:16px;

}
.logospan{
	display:block;
	float:left;
	width:30%;
}
.middle{
	display:block;
		vertical-align:middle;
		float:left;
		width:70%;
}
@media all and (max-width: 800px) {
	.logospan, .middle{
		width:auto;

}
.middle{
	padding-left:20px;
}
	#servicioizq{
		width:100%;
		float:none;
		max-width:none;
		padding-left:20px;
	}
}

#servicioder{
	float:left;
	width:70%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding:20px 0px 0px 60px;
}

#servicioder h1{
	font-size:64px;
	color:#722776;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	line-height:74px;
}

#servicioder b{
	color:#1d234e;
}

#servicioder ul{
	padding:15px 0px 15px 0px;
}

.purple{
	color:#722776 !important;
}
#tabmarketing, #tabbranding, #tabbranding2, #tabresearch, #tabcreatividad, #tabbranding, #tabweb, #tabfoto, #tabmedia, #tabregistro{
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:10px;
}

#modalresearch, #modalcreatividad, #modalweb, #modalfoto, #modalmedia, #modalregistro, #modalbranding, #modalvideo{
	display:none;
}

.analisisprevio{
	padding-top:20px;
	float:right;
	text-align:right;
	width:260px;
	height:64px;
}
.tituloclientes{
	margin-bottom:10px;
	padding-left:73px;
}
.nopclientes{
	padding-left:0px;
}
@media all and (max-width: 800px) {
	#tabmarketing, #tabbranding, #tabresearch, #tabcreatividad, #tabbranding2, #tabweb, #tabfoto, #tabmedia, #tabregistro{
	padding:0 0px 10px 0px;
	display:block;
	overflow:hidden;

}
#servicioizq, #servicioder{
	width:auto;
}
#servicioizq a{
	display:block;
	color:#231f20;
	text-decoration:none;

}
#servicioder{
	float:left;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding:20px 20px 20px 20px;
}
#servicioder h1{
	font-size:50px;
}

}
@media all and (max-width: 500px) {
	.logospan{
		float:left;
	}
	.middle{
	font-size:14px !important;
	float:left;

}
	.dissapear{
		display:none;
	}
}
.servleft{
	float:left;
	width:70%;
	padding-top:10px;
	
}
.servright{
	float:left;
	width:28%;
	padding-left:2%;
	padding-top:10px;
}

.sept{
	width:100%;
	display:block;
	overflow:hidden;
}

.tabsname{
	width:20%;
	float:left;
	margin:12px 0px 12px 0px;
	color:#041e3d;
}

.tabscampo{
	width:80%;
	float:left;
	margin:12px 0px 12px 0px;
}

.radius{
	display:block;
	overflow:hidden;
	font-size:14px;
	text-transform:none !important;
}
.send{
	clear:both;
	display:block;
	margin-top:30px;
	
}
.nopad{
	padding-top:0px !important;
	margin-top:0px !important;
}
.pad5{
	padding-top:10px !important;
}

.pad5 p{
	text-transform:none !important;
}
.wpcf7-text, .wpcf7-date{
		padding:10px 0px 10px 0px;
		border:0px;
		border-radius: 9px 0px 0px 0px;
-moz-border-radius: 9px 0px 0px 0px;
-webkit-border-radius: 9px 0px 0px 0px;
	}
	.wpcf7-select {
		padding:10px 0px 10px 0px;
		border:0px;
		border-radius: 9px 0px 0px 0px;
-moz-border-radius: 9px 0px 0px 0px;
-webkit-border-radius: 9px 0px 0px 0px;
	}
	.wpcf7-textarea{
		padding:10px 0px 10px 0px;
		border:0px;
		border-radius: 9px 0px 0px 0px;
-moz-border-radius: 9px 0px 0px 0px;
-webkit-border-radius: 9px 0px 0px 0px;

	}
	
	.wpcf7-list-item{
		display:block;
		width:100%;
	}
	
	.wpcf7-submit{
		background:url(images/enviar.png);
		width:100%;
		max-width:309px;
		height:65px;
		border:none;
		cursor:pointer;
		
	}
	@media all and (max-width: 500px) {
		.wpcf7-submit{
		background:url(images/enviar2.png) no-repeat;
		max-width:200px;
		}
	}
.meinteresa{
	font-size:30px;
}

.blog, .pad{
	margin-top:200px;
}
@media all and (max-width: 820px) {
	.blog, .pad{
	margin-top:35px;
}
}
.post{
	padding-left:40px !important;
	padding-right:40px !important;
}

.blog h2{
	margin:0px;
	padding:0px;

}
.blogtitle{
	font-size:78px;
	color:#8e278f;
	margin:0px !important;
	padding:0px !important;

}

.posttitle{
	display:block;
	overflow:hidden;
	width:80%;
	height:90px;
	margin:0 auto;
}

.posttitle h2{
	font-size:22px;
	text-transform:none !important;
	line-height:24px;
}

.posttitle h2 a{
	text-decoration:none;
	color:#343333;
}

.right{
	width:100%;
	text-align:right;
}

.right a{
	color:#1d234e;
	font-weight:bold;
}

.navigation{
	overflow:hidden;
	display:block;
	width:100%;
	text-align:right;
}

.navigation p{
	font-size:41px;
}

.navigation a{
	font-family: 'Oswald', sans-serif !important;
	color:#041e3d;
}

@media all and (max-width: 800px) {
	.blog{

}
	.right{
	width:100%;
	text-align:left;
		padding-top:10px;
}
.posttitle{
	height:auto;
	padding-top:10px;
	width:100%;

}
}

.fb, .tw{
	float:left;
	padding-right:20px;
}

.tw{
	padding-top:1px;
}

.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto !important;
	float:none !important;
}
img.alignleft {
	padding: 0px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
img.alignright {
	padding:4px;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}
.port img{
	-moz-box-shadow:    -1px 2px 10px 0px rgba(50, 50, 50, 0.41);
box-shadow:         -1px 2px 10px 0px rgba(50, 50, 50, 0.41);
margin-bottom:50px !important;
}

.port b, .port strong{
	color:#722776 !important;
}

.ultimate-modal{
	position:fixed;
	z-index:100000000000000000 !important;
}
