@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size20{ font-size: 20px; }
.size24{ font-size: 24px; }
.size30{ font-size: 30px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font-family: 'open_sansregular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/******* [ HEADER ] *******/
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	background: rgba( 35, 56, 75, .8 );
	z-index: 10;
}

.header_logo {
	float: left;
	display: block;
	width: auto;
	padding: 10px;
}

.header_menu_mobile {
	display: none;
}

.header_menu {
	float: left;
}

.header_menu_lista {
	list-style: none;
	overflow: hidden;
}

.header_menu_link {
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	margin: 0 1px 0 0;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.header_menu_link.selected {
	padding: 0;
}

.header_menu_link:hover {
	padding: 0;
}

.header_menu_link a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.header_menu_link.selected a,
.header_menu_link:hover a {
	padding: 0 10px;
	background: #F44046;
}

.header_menu_link a:before {
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
}

.header_menu_link .home:before {
	content: "\f015";
}

.header_menu_link .servicios:before {
	content: "\f0ad";
}

.header_menu_link .portfolio:before {
	content: "\f0f2";
}

.header_menu_link .quienes_somos:before {
	content: "\f0c0";
}

.header_menu_link .contacto:before {
	content: "\f0e0";
}

.header_menu_link .facebook:before {
	content: "\f230";
}

.header_menu_link .linkedin:before {
	content: "\f08c";
}

.logo {
	position: absolute;
	display: none;
	top: 60px;
	left: 30px;
}
/******* [ /HEADER ] *******/

/******* [ CLASES GENERICAS ] *******/
.fl {
	float: left;
}

.fr {
	float: right;
}

.p_left {
	text-align: left;
}

.p_center {
	text-align: center;
}

.p_justify {
	text-align: justify;
}

.hidden {
	opacity: 0 !important;
}

.show {
	opacity: 1 !important;
}

.boton {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
	cursor: pointer;
}

.boton.azul {
	background: #23384B;
	color: #fff;
}

.boton.celeste {
	background: #0DA3D6;
	color: #fff;
}

.boton.blanco {
	background: #fff;
	color: #333;
}

.boton.rojo {
	background: #F44046;
	color: #fff;
}

.boton.naranja {
	background: #FF4E1D;
	color: #fff;
}
/******* [ /CLASES GENERICAS ] *******/

/******* [ CONTENIDO ] *******/
.frase {
	position: relative;
	padding: 30px;
	background: #0B5183;
	font-family: 'open_sanslight';
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.bloque_top {
	position: relative;
	padding: 300px 20px;
	text-align: center;
}

.bloque_top2 {
	position: relative;
	height: 300px;
	padding: 100px 20px 0;
	text-align: center;
}

.bg_home {
	background: url(../img/picjumbo.com_IMG_4340.jpg) center center no-repeat;
	background: url(../img/home_top.jpg) center center no-repeat;
	background-size: cover;
}

.bg_portfolio {
	background: url(../img/portfolio.jpg) center center no-repeat;
	background-size: cover;
}

.bg_diseno_grafico {
	background: url(../img/diseno_grafico.jpg) center center no-repeat;
	background-size: cover;
}

.bg_servicios {
	background: url(../img/servicios.jpg) center center no-repeat;
	background-size: cover;
}

.bg_maquetacion {
	background: url(../img/maquetacion.jpg) center center no-repeat;
	background-size: cover;
}

.bg_cms {
	background: url(../img/cms.jpg) center center no-repeat;
	background-size: cover;
}

.bg_seo {
	background: url(../img/seo.jpg) center center no-repeat;
	background-size: cover;
}

.bg_responsive {
	background: url(../img/responsive_web_design.jpg) center center no-repeat;
	background-size: cover;
}

.bg_contacto {
	height: 800px;
	padding-top: 200px;
	background: url(../img/contacto.jpg) center center no-repeat;
	background-size: cover;
}

.bg_quienes_somos {
	background: url(../img/quienes_somos.jpg) center center no-repeat;
	background-size: cover;
}

.bloque_top_h1 {
	font-family: 'open_sansbold';
	font-size: 92px;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.7);
	text-align: center;
}

.bloque_top_h2 {
	margin: 0 0 30px;
	font-family: 'open_sanslight';
	font-size: 42px;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.7);
	text-align: center;
}

.flecha_abajo {
	position: absolute;
	bottom: -15px;
	left: calc( 50% - 25px );
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 2;
}

.flecha_abajo:before {
	font-family: 'FontAwesome';
	font-size: 48px;
	content: "\f078";
}

.bloque {
	position: relative;
	padding: 70px 20px;
	overflow: hidden;
}

.bloque h2 {
	font-family: 'open_sanslight';
	font-size: 60px;
	text-align: center;
}

.bloque p {
	position: relative;
	display: block;
	max-width: 680px;
	line-height: 30px;
	margin: 20px auto;
	font-size: 16px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
	opacity: 1;
}

.css3__bg {
	background: #264DE4 url(../img/logo__css3.png) left 10px no-repeat;
}

.css3__txt {
	background: #2851f1 none repeat scroll 0 0;
    color: #fff;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.html5__bg {
	background: #FF4E1D url(../img/logo__html5.png) left 10px no-repeat;
}

.html5__txt {
	background: #ff6236;
    color: #fff;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.js__bg {
	background: #FDC900 url(../img/logo__js.png) left 10px no-repeat;
}

.js__txt {
	background: #FFD019;
    color: #333;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.jquery__bg {
	background: #05406b url(../img/logo__jquery.png) 20px 60px no-repeat;
}

.jquery__txt {
	background: #0c4c7a;
    color: #fff;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.php__bg {
	background: #8993be url(../img/logo__php.png) left center no-repeat;
}

.php__txt {
	background: #959fca;
    color: #fff;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.mysql__bg {
	background: #013247 url(../img/logo__mysql.png) 50px 80px no-repeat;
}

.mysql__txt {
	background: #053e56;
    color: #fff;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.apache__bg {
	background: #fff url(../img/logo__apache.png) 50px 80px no-repeat;
}

.apache__txt {
	background: #f5f5f5;
    color: #333;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.angular__bg {
	background: #fff url(../img/angularjs.png) 50px 80px no-repeat;
}

.angular__txt {
	background: #f5f5f5;
    color: #333;
    margin: 0 0 0 400px;
    padding: 20px;
    width: calc(100% - 400px);
}

.azul {
	background: #113650;
	color: #fff;
}

.azul a {
	color: #0DA3D6;
}

.blanco {
	background: #F5F4F0;
	color: #0B5183;
}

.bg_diseno_web {
	background: url(../img/desarrollo_diseno_web.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_outsourcing {
	background: #DB4437;
	color: #fff;
}

.bg_responsive_ventajas {
	background: #0f9d58;
	color: #fff;
}

.bg_ui_ux {
	background: url(../img/ui_ux.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.ui_ux_p:before {
	position: absolute;
	bottom: -180px;
	left: 50%;
	margin: 0 0 0 -62px;
	font-family: 'FontAwesome';
	font-size: 160px;
	line-height: 160px;
	content: "\f007";
}

.bg_ui_ux .boton {
	margin: 200px auto 0;
}

.bg_test_velocidad {
	background: url(../img/test_velocidad.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_usabilidad {
	background: url(../img/usabilidad.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_up {
	height: 500px;
	background: url(../img/up.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.responsive_dispositivos {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 20px auto 0;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.responsive_dispositivos img {
	width: 100%;
}

.responsive_monitor {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 958px;
	margin: 0 0 0 -479px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.responsive_notebook {
	position: absolute;
	bottom: 60px;
	right: 50%;
	width: 532px;
	margin: 0 -650px 0 0;
	-webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
}

.responsive_tablet {
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 316px;
	margin: 0 0 0 -528px;
	-webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

.responsive_smartphone {
	position: absolute;
	bottom: 39px;
	left: 50%;
	width: 143px;
	margin: 0 0 0 -333px;
	-webkit-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
}

.dispositivo img {
	width: 100%;
}

.seo_buscadores {
	margin: 0 30px 30px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.tecnologias_logo {
	display: inline-block;
	margin: 30px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.tecnologias_logo:hover {
	-ms-transform: scale( 1.1, 1.1 );
    -webkit-transform: scale( 1.1, 1.1 );
    transform: scale( 1.1, 1.1 );
}

.servicios_lista {
	width: 640px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.servicios_lista li {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
}

.servicios_lista li:before {
	margin: 0 10px 0 0;
	font-family: 'FontAwesome';
	content: "\f00c";
}
/******* [ /CONTENIDO ] *******/

/******* [ FORM CONTACTO ] *******/
.form_contacto {
	position: relative;
	width: 400px;
	padding: 20px;
	margin: 30px auto;
	background: rgba( 0, 0, 0, .5 );
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.form_contacto label {
	display: block;
	text-align: left;
	padding: 0 0 10px;
}

.form_contacto .campo {
	width: calc( 100% - 20px );
	padding: 10px;
	font-size: 13px;
	font-family: 'open_sansregular';
	color: #000;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
	opacity: .5;
}

.form_contacto .consulta {
	height: 100px;
}

.form_contacto .campo:focus {
	opacity: 1;
}
/******* [ /FORM CONTACTO ] *******/

/******* [ FOOTER ] *******/
footer {
	position: relative;
	min-height: 113px;
	padding: 20px;
	background: #252525;
	color: #999;
	font-size: 13px;
	line-height: 22px;
}

footer a {
	color: #0DA3D6;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.footer_content {
	position: relative;
	width: 740px;
	padding: 0 0 0 180px;
	margin: 0 auto;
	background: url(../img/logo_mediaexperts.com.ar_footer.png) 0 top no-repeat;
	overflow: hidden;
}

.footer_nav {
	position: relative;
	float: left;
	width: auto;
	padding: 0 20px 0 0;
}

.footer_nav ul li:before {
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
	content: "\f00c";
}

.footer_info {
	float: left;
	width: auto;
	padding: 0 20px;
}

.footer_info .email:before {
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
	content: "\f003";
	color: #f5f5f5;
}

.footer_info .telefono:before {
	margin: 0 5px 0 2px;
	font-family: 'FontAwesome';
	content: "\f095";
	color: #f5f5f5;
}

.footer_info .ciudad:before {
	margin: 0px 8px 0px 3px;
	font-family: 'FontAwesome';
	content: "\f041";
	color: #f5f5f5;
}
/******* [ /FOOTER ] *******/


/******* [ MEDIA QUERIES ] *******/
@media screen and ( max-width:1280px ) {
	.bloque_top {
		height: auto;
		padding: 250px 0;
	}
	
	.bloque_top_h1 {
		font-size: 72px;
	}

	.bloque_top_h2 {
		font-size: 24px;
	}
}

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

@media screen and ( max-width:980px ) {
	.header_menu_mobile {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
		z-index: 2;
	}

	.header_menu_mobile:before {
		font-family: 'FontAwesome';
		font-size: 28px;
		content: "\f0c9";
		color: #fff;
	}

	.header_menu_mobile.open {
		background: #F44046;
	}
	
	.header_menu {
		float: none;
		position: fixed;
		top: 0;
		right: -320px;
		bottom: 0;
		width: 320px;
		padding: 50px 0 0;
		background: rgba( 35, 56, 75, .9 );
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
		overflow: hidden;
		overflow-y: auto;
		z-index: -1;
	}

	.header_menu.open {
		right: 0;
	}
	
	.header_menu_link {
		float: none;
		margin: 0;
	}
	
	.bloque_top_h1 {
		font-size: 48px;
	}
	
	.bloque_top2 {
		height: 200px;
	}
	
	.js__bg,
	.html5__bg,
	.php__bg,
	.mysql__bg,
	.css3__bg {
		background-position: center 10px;
	}
	.jquery__bg,
	.angular__bg,
	.apache__bg {
		background-position: center 100px;
	}
	
	.js__txt,
	.html5__txt,
	.css3__txt {
		margin: 400px 0 0;
		width: calc(100% - 40px);
	}
	.jquery__txt,
	.apache__txt,
	.angular__txt,
	.mysql__txt,
	.php__txt {
		margin: 200px 0 0;
		width: calc(100% - 40px);
	}
	
	.responsive_monitor {
		position: relative;
		bottom: inherit;
		left: inherit;
		margin: 0 auto;
	}
	
	.responsive_tablet {
		position: relative;
		bottom: inherit;
		left: inherit;
		margin: 0 auto;
	}
	
	.responsive_notebook {
		position: relative;
		bottom: inherit;
		right: inherit;
		margin: -60px auto 0;
	}
	
	.responsive_smartphone {
		position: relative;
		bottom: inherit;
		left: inherit;
		margin: -30px auto 0;
	}
	
	.footer_content {
		width: auto;
	}
	
	.footer_nav ul li {
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:640px) {
	.logo {
		display: none;
	}
	
	.bloque_top {
		padding: 130px 20px;
	}
	
	.bloque_top_h2 {
		font-family: 'open_sansregular';
		font-size: 16px;
		text-shadow: none;
	}
	
	.bg_home {
		background-image: url(../img/home_top_640.jpg);
	}
	
	.frase {
		font-size: 16px;
	}
	
	.bloque h2 {
		font-size: 36px;
	}
	
	.servicios_lista {
		width: 280px;
	}
	
	.servicios_lista li {
		float: none;
		width: 100%;
		height: auto;
	}
	
	.form_contacto {
		width: calc( 100% - 40px );
	}
	
	.footer_content {
		padding: 0;
		background: none;
	}
	
	.footer_info {
		width: 50%;
		padding: 0 0 20px;
	}
	
	.footer_nav {
		width: 50%;
		padding: 0;
	}
}

@media screen and (max-width:480px) {
	.footer_info,
	.footer_nav {
		width: 100%;
	}
}

@media screen and (max-width:360px) {
	.tecnologias_logo {
		display: block;
		width: 100%;
		margin: 30px 0 0;
	}

	.tecnologias_logo img {
		max-width: 100%;
	}
}

@media screen and (max-width:320px) {
	
}
/******* [ /MEDIA QUERIES ] *******/