@charset "utf-8";
/*
Master style sheet;
Output: Screen
Author: Sergionoriega.com
July 2013
--------------------------------------*/

/*  Reset for browser consistency by Eric Meyer / http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 / License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }

html, body {
	width: 100%;
}
body {
	font: normal 1em "sofia-pro", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #222;
	background-color: #f5f5f5;
	letter-spacing: -1px;
	-webkit-text-size-adjust: none;
}


/* Tipos
----------------------------------------------------------------------*/
h1 {
	text-indent: -10000px;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	height: 39px;
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain;
}
h3, h4 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	padding-top: .9em;
	font-size: 3em;
	color: #f5f5f5;
	line-height: 1em;
}
h4 {
	padding-top: 1.5em;
	font-size: 2em;
	color: #aaa;
}
ul, ol {
	list-style: none;
}
a {
	color: #c32424;
	text-decoration: none;
}
.no-touch a:hover {
	color: #000;
}
.mega {
	font-size: 6em;
	margin: .5em 0 .875em 0;
	color: #333;
	letter-spacing: -.04em;
}


/* Navigations
----------------------------------------------------------------------*/
#gonav {
	position: absolute;
	bottom: 2em;
	width: 90%;
	margin: 0 5%;
}
#gonav div {
	width: 90%;
	max-width: 480px;
	margin: 0 auto 1em auto;
	font-size: 1.875em;
	letter-spacing: -1px;
	border-bottom: 2px solid #1a1a1a;
	padding-bottom: .1em;
	overflow: hidden;
	z-index: 6000;
}
#gonav button {
	padding: .8em 0;
	color: #1a1a1a;
}
.no-touch #gonav button:hover, .no-touch #gonav button:focus {
	color: #655ad9;
}
#gonav button.goprojects {
	float: left;
}
#gonav button.gocontact {
	float: right;
}
#projects ul {
	width: 100%;
	float: left;
	text-align: center;
}
#projects li {
	width: 25%;
	padding-bottom: 24.5%;
	float: left;
	position: relative;
	overflow: hidden;
	letter-spacing: 0;
	font-size: 1.5em;
}
#projects li a {
	position: absolute;
	top: 0; bottom: 0;
	display: block;
	width: 100%;
	text-indent: -10000px;
}
#projects button, #contact button {
	text-indent: 0;
	width: 100%;
	padding: .75em 0;
	background-color: #f8f8f8;
	background-image: url(../img/btn-arrow-open.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.no-touch #projects button:hover, .no-touch #contact button:hover {
	background-color: #222;
	background-image: url(../img/btn-arrow-openh.png);
	color: #f8f8f8;
	transition: all .2s;
}
#projects button.close, #contact button.close {
	background-image: url(../img/btn-arrow-close.png);
}
#projects button.close:hover, #contact button.close:hover {
	background-image: url(../img/btn-arrow-closeh.png);
}
.hide {
	display: none;
}

/* Layout
----------------------------------------------------------------------*/
#home {
	width: 100%;
	height: 100vh;
	background: #fefefe;
	overflow: hidden;
	position: relative;
}
#home ul {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
section.wide {
	border-bottom: 1px solid #dfdfdf;
}
.wide, .textos {
	width: 100%;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.string {
	text-align: center;
	padding: 0 5%;
}
.string img {
	width: 100%;
	max-width: 50em;
	margin: 3em auto 3em auto;
	display: block;
}
.motion {
	position: relative;
}
.whole, .whole img {
	width: 100%;
}
.whole img {
	margin: 3em auto 3em auto;
}
.textos {
	background: #f5f5f5;
	padding-top: 2em;
}
.cell {
	width: 100%;
	max-width: 50em;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.textos .cell, footer .cell, .string.cell,
#projects.cell, #contact.cell {
	padding: 0 1.25%;
	overflow: hidden;
}
.textos ul {
	float: left;
}
.links {
	float: right;
	clear: right;
}
.textos li {
	display: inline;
	margin-right: 1em;
	line-height: 2.5em;
}
button {
	overflow: hidden;
	background: none;
}
button:hover {
	cursor: pointer;
}
.links button {
	width: 40px;
	height: 1.818em;
	float: left;
	margin-right: 2px;
	font: normal 1.375em "Tamal";
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.links button:hover {
	color: #411;
}
.link.not {
	opacity: .5
}
.no-touch .link.not:hover {
	cursor: default;
	color: #411;
}
.links button.share.open {
	color: #999;
}
.no-touch .links button.share.open:hover {
	color: #444;
}
footer {
	background: #fafafa;
	padding: 3em 0;
	letter-spacing: 0;
}
.brand {
	width: 343px;
	height: 30px;
	display: block;
	text-indent: -10000px;
	background: url(../img/logo-brand.png) no-repeat;
	margin-bottom: .75em;
}
.no-touch .brand:hover {
	opacity: .65;
}
.brand a {
	display: block;
	width: 100%;
	height: 100%;
}
footer svg {
	max-width: 200px;
}
footer p {
	font-size: 1em;
	color: #666;
}
.red {
	fill: #ff3355;
}
.black {
	fill: #222232;
}
.cutter {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#video, #home img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	background: url(../img/poster.jpg);
	background-size: cover;
}
.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 48%;
	height: 59%;
}

/* Videos Portafolios */
.videos {
	display: table;
	width: 97.5%;
	height: 100%;
	max-width: 856px;
	margin: 0 auto;
}
.celdavideos {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.celdavideos a {
	margin: 0 auto;
}
.note {
	float: left;
	clear: both;
	margin: 1em 0;
	color: #111;
	font-size: 1.5em;
	line-height: 1.5em;
}
.play {
	width: 132px;
	height: 132px;
	text-indent: -15000px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -66px;
	background: url(../img/btn-play.png) 0 0 no-repeat;
}
.motion .play {
	position: absolute;
	top: 43%;
}
.no-touch .play:hover {
	background-position: -132px 0;
}

/* Contact
----------------------------------------------------------------------*/
#contact {
	background: #fafafa;
	text-align: center;
}
#contact h3 {
	position: static;
	padding: 1em  0;
	color: #222;
	text-align: center;
}
#contact p {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
#contact p.error {
	color: #c00;
}
label {
	display: block;
	color: #111;
}
input, textarea {
	width: 50%;
	margin: 0 25%;
	height: 2em;
	font-size: 1em;
	font-family: "sofia-pro";
	margin-bottom: 1em;
	border: 1px solid #ccc;
	background: #fff;
	border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
	display: block;
}
textarea {
	height: 10em;
	color: #555;
}
input:focus, textarea:focus {
    border: 1px solid #aaa;
}
input.checkbox {
	width: auto;
	display: inline;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.pie {
	width: 50%;
	display: block;
	margin: 0 25% 1em 25%;
	background: url(../../img/bg-neg.png);
}
#submit {
	clear: both;
	display: block;
	margin: 0 auto 2.5em auto;
	width: 25%;
	height: 3.5em;
	background: #d62e2e;
	color: #fefefe;
	border-color: #c32424;
}
.no-touch #submit:hover, #submit:focus {
	cursor: pointer;
	background: #c32424;
	border-color: #333;
	color: #fff;
}
#legal {
	background: #fbfbfb;
	padding: 5em 5% 2em 5%;
	margin-bottom: 3em;
	text-align: left;
	margin-top: 50px;
	position: relative;
	border: 1px solid #eee;
	position: relative;
}
#legal h3 {
	position: static;
	width: auto;
	text-shadow: none;
	color: #333;
	font-size: 2em;
	margin-top: 1em;
	line-height: 1em;
}
#legal strong {
	text-transform: uppercase;
}
#legal p {
	margin: 1em 0;
	letter-spacing: 0;
}
button.close-legal {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 1.25em;
	right: 5%;
	font: 1em "Tamal";
	background: none;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.no-touch #legal button.close:hover {
	color: #111;
}
.no-touch #legal button:hover {
	background-position: -40px top;
}
button.back-form {
	text-indent: 0;
	position: static;
	margin: 1.5em 0;
	width: auto;
	height: auto;
	background: #eee;
	padding: 1em 1.5em;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
}
.no-touch #legal button.back-form:hover {
	background-color: #222;
	color: #f8f8f8;
	border-color: #111;
	transition: all 200ms linear;
}

/* Social
----------------------------------------------------------------------*/
#social-media {
	float: right;
	height: 0;
	z-index: 10000;
	margin-bottom: 1.2307em;
	overflow: hidden;
	transition: height .5s;
	border-radius: 2px;
}
#social-media.open {
	height: 2.5em;
}
#social-media li {
	width: 1.53846em;
	height: 1.53846em;
	float: left;
	font: 1.625em "Tamal";
	margin: 0 2px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	transition: opacity 1.5s;
}
#social-media.open li {
	opacity: 1;
}
#social-media li a {
	height: 1.30769em;
	padding-top: .230769em;
	text-align: center;
	overflow: hidden;
	display: block;
	color: #888;
}
#social-media li.google a {
	padding-left: 6px;
}
.no-touch #social-media li a:hover {
	color: #411;
}
/* Cookies
----------------------------------------------------------------------*/
#cookie-bar {background:#111111; height:auto; color: #f6f6f6; text-align:center; padding: 1em 0; z-index:10000}
#cookie-bar.fixed {position:fixed; top:0; right:0; width:auto; padding: 1em;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#fefefe; display:inline-block; padding:0 .5em; margin-left:.5em;}
#cookie-bar .cb-enable {background: #d62e2e; border: 1px solid #c32424;}
.no-touch #cookie-bar .cb-enable:hover {background:#c32424; border-color: #333;}

@media screen and (max-width: 850px) {
.cell {
	text-align: center;
	width: 86%;
	margin: 0 7%;
}
.textos ul, #social-media, #social-media li, .textos button, .links, .note {
	float: none;
}
#social-media {
	margin-top: 0;
	text-align: center;
}
.textos ul {
	margin-top: 1.25em;
}
.textos li {
	display: inline-block;
}
footer {
	width: 86%;
	padding: 3em 7%;
	text-align: center;
}

.icon {
	width: 46%;
}
.brand {
	width: 100%;
	background-position: center top;
	background-size: contain;
}
.mega {
	font-size: 5em;
}
}

@media screen and (max-width: 640px) and (orientation : landscape) {
h1 {
	height: 28px;
}
#projects li {
	width: 50%;
	padding-bottom: 50%;
}
}
@media screen and (max-width: 640px) {
input, textarea {
	width: 70%;
	margin: 0 15% 1em;
}
#projects li {
	width: 50%;
	padding-bottom: 49%;
}
}
@media screen and (max-width: 380px) {
#gonav {
	bottom: 1.23em;
}
#gonav div {
	margin-bottom: .6em;
	border-color: #777779;
}
#gonav button {
	color: #ddd;
	font-size: .866em;
}
h3,h4 {
	font-size: 2em;
	line-height: .9em;
}
.textos ul {
	margin-left: 1em;
}
#social-media {
	margin-left: 0;
}
.textos li {
	line-height: 1.7em;
}
.note {
	font-size: 1.25em;
}
#projects li {
	width: 100%;
	padding-bottom: 100%;
}
#projects li:last-child {
	margin-bottom: 0;
}
h1 {
	width: 100%;
	margin: 0;
	background-image: url(../img/logom.png);
}
#home {
	background: url(../img/cover.png) center center no-repeat;
	background-size: cover;
}
input, textarea {
	width: 80%;
	margin: 0 10% 1em;
}
footer {
	padding: 2em 7%;
}
footer p {
	font-size: .625em;
}
#legal.cell {
	width: 100%;
	margin: 50px 0 3em 0;
}
@media screen and (max-width: 380px) and (orientation : landscape) {
h1 {
	height: 28px;
}
}
