/*	
Theme Name: Humanii V1
Author: César Schrega
Author URI: http://vb2d.com/
*/

/*############
		NORMALIZE
#############*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* ==========================================================================
   Clear link style
   ========================================================================== */
   
a {
   text-decoration:none;
   color: inherit;
 }
 
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix-before:before {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
.clearfix-before { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
* html .clearfix-before { height: 1%; }
.clearfix-before{ display: block; }
/* close commented backslash hack */


/* ==========================================================================
	Mine
	==========================================================================*/


input,
select,
textarea,
button,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
	resize: none;
	border-radius: 0; /*ios*/
	-webkit-appearance: none; /*ios*/
}

/* ==============================
	Sizing Geral
	==============================*/
	
body, body * {
	box-sizing: border-box;
}

/* ==============================
	Center Vertical
	==============================*/
.center::before {
	content:""; display:inline-block; width:0; height:100%; 
	vertical-align:middle;
}
.center > :first-child {
	display:inline-block; vertical-align:middle;
}

/* ==============================
	Variações de renderização de fonte
	==============================*/
	
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ==============================
	Elementos de Texto
	==============================*/

	h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
p { 
	margin:0;
}

em {
	font-style: normal;
}

address { 
	font-style:normal;
}
li {
    list-style: none;
    list-style-image: none;
}

ul {
    margin:0;
	padding:0;
}

/*############
	STYLING START
#############*/

html, body { 
	font-size:10px;
	height:100%; 
	font-family: 'Maven Pro', sans-serif;
	font-weight:300;
	line-height:1.6;
	background:#EBEBEB;
	color:#424242;
}

/*grid*/

.grid { 
	width: 100%; 
	max-width:124rem;
	margin:0 auto;
	position:relative;
	text-align:center;
	font-size:0;
	overflow:hidden;
	text-align:left;
}
.ofv { 
	overflow:visible;
}
.grid_100 { 
	max-width:100%;
}

.coll {
	max-width:100%;
	position:relative;
	display:inline-block;
	min-height:0.1rem; 
	vertical-align:top; 
	text-align:left;
	font-size: 1.8rem;
}

.coll59 { width:59rem; }
.coll-59 { width:calc(100% - 59rem); }

.coll_40 { width:40%; }
.coll_50 { width:50%; }
.coll_60 { width:60%; }
.coll_100 { width:100%; }


.mg, .mg-left { 
	padding-left:4rem;
} 

.mg, .mg-right { 
	padding-right:4rem;
}

.mb {
	margin-bottom:3.7rem;
}
.mbM {
	margin-bottom:7.5rem;
}
.mbL {
	padding-bottom:13rem;
}


.mt {
	margin-top:3.7rem; 
}
.mtM {
	margin-top:7.5rem;
}
.mtL {
	margin-top:13rem;
}

/*types*/
.tl { text-align:left; } 
.tr { text-align:right; } 
.tc { text-align:center; } 

.xst { display:none; }

.ubberh1 {
	font-size:4rem;
	font-weight:700;
	letter-spacing:.12em;
}

p {
	margin-bottom:1.4em;
}

h1 { line-height: 1.2; }

h2 { 
	font-size:3rem; font-weight:700;
	margin-bottom:1.2rem;
}
.minh2 { 
	font-size:1.8rem;  font-weight:400;
}
/*colors*/ 

.bg_medium {
	background:#4C4C4C; 
	color:#EBEBEB;
}
.bg_dark {
	background:#292929; 
	color:#EBEBEB;
}
	

/*fixed*/

.menu {
	position:fixed; z-index:190;
	left:0; right:0; top:0; height:4rem;
	background:#292929;
	overflow:hidden;
	color:white;
	transform:translateY(-100%);
	transition: transform 230ms ease-out, background 140ms ease-out;
	box-shadow: 3px -4px 16px 2px rgba(0,0,0,0.25);
}


.menu.show {
	transform:translateY(0);
}

.menu .grid>.coll {
	height:4rem;
}

.menu .grid>.coll:before {
	content:""; display:block;
	width:30rem; height:30rem;
	background:#FFFFFF;
	position:absolute; top:50%; right:calc( 100% - 5rem );
	border-radius:100%;
    transform: translateY(-50%);
}

.menu .grid>.coll:after {
	content:""; display:block;
	width:60rem; height:100%;
	background:#FFFFFF;
	position:absolute; top:0; right:calc( 100%  + 2rem );
}

.menu .grid>.coll ul  {
	position:relative; z-index:10;
	top:50%; transform:translateY(-50%);
}

.menu .grid>.coll ul li {
	display:inline-block; margin-right:3.2rem;
}

.menu .grid>.coll ul li:first-child svg {
	position:absolute; top:-.2rem; left:0;
}

.menu .grid>.coll ul li:first-child a {
	padding-left:8rem;
}

.color-green .menu  {
	background:#00a7a6;
}

.color-orange .menu  {
	background:#ef4e30;
}




#top.realtop, #top .coll_100 {
	height:calc(100vh) !important;
    z-index: 90;
}

#top .top_deco { 
	position:absolute; 
    top: 0;
    right: 0;
	bottom:-46rem;
	width:0;
}

#top .top_deco .top_deco-over {
	position:absolute; top:-10rem; left:-51rem; bottom:0;
	width: 143rem;
	overflow:hidden;
}

#top .top_deco .top_deco-over .rotation-over {
	position:absolute; bottom:0; left:0;
	width: 175.9rem; height: 175.9rem;
	background:url(../images/sec_top-bg-concentric6.png) left bottom / 175.9rem auto;
	transition:transform 900ms ease-out;
    transform: rotate(-3.3deg);
}
.page-template-front-page #top h1, .home #top h1, .post-type-archive-job #top h1, #top h1 {
	font-size:0;
}
#top .logo-long {
	width:46.3rem; height:auto;
	position:absolute; bottom:3.7rem; bottom:5.7rem
}
#top .logo {
	display:none;
}

#top .next {
	position:absolute; bottom:0.6rem; left:50%; transform:translateX(-50%); width:2.3rem; height:auto;
}


#a-itsoo .coll_100 {
	max-width:calc( 100% - 53rem);
	
}
#branding h1 { font-size:0; }
#branding .h1alt { display:none; }
#branding .top_deco { 
	position:absolute; top:-18.5rem; bottom:0; left:0;
	width:36rem; height:auto;
}

#branding .top_deco-els {
	position:absolute; 
	top:0; bottom:0; 
	right:0;
	width:118.4rem; height:114rem;   
	background:url(../images/sec_branding-deco-els2.png) right top / 118.4rem 114rem  no-repeat;
	transition: all 500ms ease-out;
}
 
#branding .top_deco-whitec {
	position:absolute; 
	top:0; bottom:0; 
	right:0;
	width:118.4rem; height:114rem;  
	background:url(../images/sec_branding-deco-mask2.png) right top / 118.4rem 114rem no-repeat;
}
#branding .top_deco-logo {
	position:absolute; 
	top:0;  left:0;
	width:11.3rem; height:auto;  
}
#branding .content { margin-left:40rem } 

.box.boxlight {
	background:#F2F2F2;
} 
.box { 
	border-radius:1.4rem; position:relative; 
	padding: 2.8rem 3.6rem;
}

/* 
.box:after {
	display:block; content:"";
	position:absolute; 
	background:url(../images/box-shadow.png) right top no-repeat;
	width:80.2rem; height: 37.2rem;
	z-index:0;
    right: -4.7rem;
    bottom: -3.2rem;
}
*/

.box:after {
    display: block;
    content: "";
    position: absolute;
    background: black;
    width: calc( 100% - 7rem );
    height: calc( 100% - 8rem );
    z-index: -1;
    right: 1.3rem;
    bottom: 1.8rem;
    filter: blur(20px);
    opacity: .6;
}

.box h2 span { 
	color:#00a7a6 
}

.box li {
	padding-left:2rem;
}
.box li:before {
	position:absolute; top:1rem; left:0rem;
	content:"";
	width:1rem; height:1rem;
	background: #00a7a6;
	border-radius:22rem;
}
.box li span { 
	display:inline-block;
}
.box li span.title { 
	font-weight:700;
	display:block;
}
.box li span.conteudo { 
	margin-bottom:1.2rem;
}
.box li:nth-last-child(-n+2) span.conteudo { 
	margin-bottom:0
} 


#vm-visual-merchandising .top_deco { 
	position:absolute; right:0; 
    top: -19.5rem; bottom:0; width:0;
} 

#vm-visual-merchandising .top_deco_int { 
	position:absolute;  top:0; bottom:0; 
	width:20rem;
    left: -45rem;
	height:120rem;
	overflow:hidden;
}

#vm-visual-merchandising .top_deco-els { 
	position:absolute;  top:0; bottom:0; left:0; width:103.4rem; height:97.6rem;
	background:url(../images/sec_vm-deco-els.png) right top / 103.4rem auto no-repeat;
	
    transition: all 500ms ease-out;
}

#vm-visual-merchandising .top_deco-whitec { 
	position:absolute;  top:0; bottom:0; left:0; width:103.4rem; height:97.6rem;
	background:url(../images/sec_vm-deco-mask.png) right top / 103.4rem auto no-repeat;
}


#vm-visual-merchandising h1 { font-size:0; }
#vm-visual-merchandising .h1alt { display:none; }

#vm-visual-merchandising .top_deco-logo {
	position:absolute; 
	top:0;  right:0;
	width:20.8rem; height:auto;  
}

#vm-visual-merchandising .content { margin-right:46rem; max-width: 58rem; } 
#vm-visual-merchandising h2 { color:#ef4e30 } 

#vm-visual-merchandising .boxes { 
    position: relative;
    z-index: 0;
} 
#vm-visual-merchandising .boxes li { 
	background:#545454;
	border-radius:1.4rem; 
	position:relative; 
	padding: 2.8rem 3.6rem;
	
	
	padding: 0;
    display: block;
} 
#vm-visual-merchandising .boxes li:before { 
    display: block;
    content: "";
    position: absolute;
    background: black;
    width: calc( 100% - 7rem );
    height: calc( 100% - 8rem );
    z-index: -1;
    right: 1.3rem;
    bottom: 1.8rem;
    filter: blur(20px);
    opacity: .8;
} 
#vm-visual-merchandising .boxes li .box-container { 
	border-radius:1.4rem; 
	position:absolute; top:0; left:0; right:0; bottom:0;
	overflow:hidden;
	padding:2rem 2rem 2rem 2rem;
    float: left;
	padding:3rem 1.8rem 3rem 16rem;
    position: relative;
	letter-spacing: 0.06em;	
} 
#vm-visual-merchandising .boxes li .box-container .icon { 
	position: absolute; top:0; left:0; bottom:0;  
    width: 14.2rem;
	background:url(../images/sec_vm-icon-1.svg) right center / 32.1rem auto no-repeat;
} 

#vm-visual-merchandising .boxes li:nth-child(2) .box-container .icon { 
	background-image:url(../images/sec_vm-icon-2.svg)
} 

#vm-visual-merchandising .boxes li:nth-child(3) .box-container .icon { 
	background-image:url(../images/sec_vm-icon-3.svg)
} 

#vm-visual-merchandising .boxes li:nth-child(4) .box-container .icon { 
	background-image:url(../images/sec_vm-icon-4.svg)
}

#portfolio .minh2 strong { 
	color:#dd5928;
	font-weight:400
}	
 
#portfolio .minh2 strong:first-child {
	color:#00a7a6
}	

.portfolio li {
	display:block; width:25%; height:40rem; 
	transition: filter 280ms 120ms ease-in, opacity 320ms 120ms ease-in ;
	overflow:hidden;
    position: relative;
}

.portfolio li {
	cursor:pointer;
}

.portfolio:hover li {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity:.75
}

.portfolio:hover li:hover {
	filter: none;
	opacity:1
}
.portfolio li.module-1x1 {
	width:25%; height:0; padding-bottom:25%;
}

.portfolio li.module-2x1 {
	width:50%; height:0; padding-bottom:25%;
}

.portfolio li.module-2x2 {
	width:50%; height:0; padding-bottom:50%;
}

.portfolio li.module-1x2 {
	width:25%; height:0; padding-bottom:50%;
}
.portfolio li.module-fullx1 {
	width:100%; height:0; padding-bottom:25%;
}
.portfolio li.module-fullx2 {
	width:100%; height:0; padding-bottom:50%;
}
.portfolio li div.bg {
	position:absolute; top:-.2rem; right:-.2rem; bottom:-.2rem; left:-.2rem;
	background: center center / cover;
	transform:scale(1);
	transition: transform 220ms ease-in;
}
.portfolio li:hover div.bg  {
	transform:scale(1.05);
}

.portfolio li .content  {
	top:100%;
	position:absolute; z-index:1; left:0; right:0;
	transition: transform 180ms 110ms ease-in;
}

.portfolio li:hover  .content  { 
	transform:translateY(-100%);
}

.portfolio li .title  {
    font-size: 2rem; font-weight:500;
	background:rgba(0,167,166,.5);
	display:block;
	color:#ebebeb;
	letter-spacing: .11em;
	padding: .6rem 1.8rem;
}
 
.portfolio li .specs  {
	position:relative; z-index:1;
    font-size: 1.8rem; font-weight:400;
	background:rgba(0,167,166,.92);
	display:block;
	color:#ebebeb;
	letter-spacing: .11em;
    padding: 0rem 1.8rem;
    line-height: 1.7;
}
.portfolio li.vm .title {
	background:rgba(239,78,48,.5);
}
.portfolio li.vm .specs {
	background:rgba(239,78,48,.92);
}

#portfolio>.mbL {
    padding-bottom: 26rem;
}
 #contato .top_deco {
    position: absolute; 
    top: -26.3rem;
    overflow: hidden;
    bottom: 0;
    right: calc( 100% - 46rem);
    width: 106rem;
    height: auto;
    z-index: 1;
    pointer-events: none;
}


#contato .top_deco-whitec {
	position:absolute; 
	top:0; bottom:0; 
	right:0;
	width:175.9rem; height:175.9rem;  
	background:url(../images/sec_contato-bg-concentric.png) right top / 175.9rem auto no-repeat;
	transition: transform 1200ms ease-out;
}

#contato .top_deco-logo {
	width:20rem; height:auto;  
}
#contato .content { margin-left:40rem } 
#contato ul li   { margin-bottom:.4rem; } 
#contato ul li span.icon  { display:block; float:left; margin-right:.2rem; } 
#contato ul li span.icon img { width:3.3rem; height:auto; } 

#contato ul li span.icon {
    float: left;
	position:relative;
    top: -.4rem;
}
#contato ul li:nth-child(2) span.icon {
    top: -.6rem;
}
#contato ul li:nth-child(3) span.icon {
    top: -.3rem;
}
.sec_contato-spacer {
	height:20rem
}

#contato {
    position:relative;
}

#contato:after {
    content:""; display:block; position:absolute; bottom:0; height:20rem; left:0; right:0;
	background:#4C4C4C;
}

/**####################
				portfolio-content
###################***/

.portfolio-content  {
	padding-top:90vh;
}
.portfolio-content header {
	position:absolute; top:0; left:0; right:0;
	background-size: cover;
	background-size: auto 130%;
	background-position: center center;
	height:0;
	padding-bottom:90vh;
	z-index:0;
	background-attachment: fixed;
	transition: background-position 260ms ease-out;
}
.portfolio-content .scroller {
	position:absolute; top:0; left:0; right:0;
	height:0;
	padding-bottom:90vh;
	z-index:2;
}

.headercontent {
	position:absolute; bottom:0; left:0; right:0;
	background:rgba(0,167,166,.5);
	color:white;
}
.vm .headercontent {
	background:rgba(239,78,48,.5);
}
.headercontent>.grid_100:nth-child(2) {
	background:rgba(0,167,166,.9)
}
.vm .headercontent>.grid_100:nth-child(2) {
	background:rgba(239,78,48,.92);
}
.headercontent h1 {
	font-size:3.7rem; font-weight:500; letter-spacing:.08em;
    line-height: 1.4;
}
.headercontent h2 {    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .08em;
    margin-bottom: 0;
}

.portfolio li.highlight  {
    background: rgb(0,167,166);
	color:white;
}
.vm .portfolio li.highlight  {
	background:rgba(239,78,48,1);
	color:white;
}

.portfolio li.dark  {
    background: #4C4C4C;
	color:white;
}
.portfolio li.light  {
    background: #EBEBEB;
	color:#4C4C4C;
}

.conteudoreal ul {
    margin-bottom: 1.4em;
}
.conteudoreal li {
    display: block;
    width: auto;
    height: auto;
    transition: filter 280ms 120ms ease-in, opacity 320ms 120ms ease-in;
    position: relative;
	padding-left:1.2rem;
}
.conteudoreal li:after{
    content: "";
    display: block;
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    background: black;
    border-radius: 2rem;
}




.portfolio li.clicked {
    transform: scale(1);
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
}

.portfolio li.clicked div {
	background-position:center top;
	background-size: 80% auto;
}


#mainarticle .portfolio li {
	cursor:default;
}

#mainarticle .portfolio:hover li {
	-webkit-filter: none;
	filter: none;
	opacity:1
} 

#mainarticle .portfolio li:hover div.bg  {
	transform:scale(1);
}

#mainarticle .portfolio li.video_box video{
	position:absolute; top:50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 112%;
	height:112%
}
#mainarticle .portfolio li.video {
	cursor:pointer;
}

#mainarticle .portfolio li.video:hover .bg  {
	transform: scale(1.1);
}

#mainarticle .portfolio li.video svg {
	position:absolute;
    bottom: 50%;
    right: 50%;
    width: 18rem;
    height: auto;
    transform: translate(50%, 50%);
	opacity:.9;
	transition: all 250ms ease-in;
}
#mainarticle .portfolio li.video svg path {
	fill:#EBEBEB;
}
div.videofull {
	position:fixed;
	z-index:100;
	opacity:1;
	background:rgba(220,220,220,.95);
	transition:all 350ms ease-in;
	text-align:center; letter-spacing:0;
}
div.videofull:before {
	content:"";
	display:inline-block; width:1px; height:100%;
    vertical-align: middle;
	
}
div.videofull .bg {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	opacity:1;
    background: center center / cover;
	transition:all 600ms ease-in;
}
div.videofull .videowrap {
	position:relative;
	display:inline-block;
	transition: all 350ms ease-in;
	opacity:0;
	cursor:pointer;
	max-width:calc(100% - 1px );
	max-height:100%;
    vertical-align: middle;
}
div.videofull .videowrap video {
	max-width:100%;
	max-height:100%;
}

div.videofull.strech .bg{
	opacity:0;
}

div.videofull.strech {
	top:4rem !important; left:0 !important; 
	width:100% !important; height: calc( 100% - 4rem ) !important;
}

div.videofull .videowrap.show {
	opacity:1;
}


	
.vimd_close {
    --size: 4rem;
    --height: .7rem;
    --radius: .2rem;
    --color: #CCC;
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: var(--size);
    width: var(--size);
    box-sizing: border-box;
    line-height: var(--size);
    display: inline-block;
    cursor: pointer;
}
.vimd_close:before, .vimd_close:after {
        width: var(--size);
        height: var(--height);
		border-radius:var(--radius);
        transform: rotate(135deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
		margin-top: calc( ( -1 * var(--height) ) / 2 );
		margin-left: calc( ( -1 * var(--size) ) / 2 );
        display: block;
        height: var(--height);
        width: var(--size);
        background-color: var(--color);
        transition: transform 0.25s ease-out, height 150ms ease-out,  margin-top 150ms ease-out;
}

.vimd_close:after {
    transform: rotate(-135deg);
}


.vimd_close:hover:after, .vimd_close:hover:before {
    transform: rotate(0deg) scale(0.8);
}


.vimd_close:active:after, .vimd_close:active:before {
   height:0;  
	margin-top: 0;
}



.aside-splitter {
	width:100%; height:4rem;
	background: rgb(0,167,166);
}

.vm .aside-splitter {
	width:100%; height:4rem;
	background: #ef4e30;
}

aside.jobs-related>.grid {
	padding-left:25%;
}

aside.jobs-related h2 {
	font-weight:400;
}

.single-job #top, .single-job  #top .coll_100 {
	height:auto;
}

.single-job aside .portfolio {
	font-size:0;
}
.single-job aside .portfolio li {
		display:inline-block;
}
.single-job aside .portfolio li.module-1x1 {
    width: 33.33%;
}
.back-portfolio svg {
    width: 1.2rem; height:auto;
	position:relative; top:.3rem;
}
.back-portfolio  {
    font-weight:700;
	color:#EBEBEB
}

/** responsive ***/
@media only screen and (max-width: 1490px) {
	.portfolio li.module-1x1 {
		width: 33.33%;
		padding-bottom: 33.33%;
	}
	.portfolio li.module-2x1 {
		width: 66.66%;
		padding-bottom: 33.33%;
	}
	.portfolio li.module-2x2 {
		width: 66.66%;
		padding-bottom: 66.66%;
	}
	.portfolio li.module-1x2 {
		width: 33.33%;
		padding-bottom: 66.66%;
	}
}
@media only screen and (max-width: 1260px) {
	html, body { 
		font-size:9px;
	}
}


@media only screen and (max-width: 1135px) {
	
	html, body { 
		font-size:8px;
	}
	#top, #top .coll_100 { max-height:94rem; }

}
@media only screen and (max-width: 1010px) {
	
	html, body { 
		font-size:7px;
	}
	#top, #top .coll_100 { max-height:94rem; }
	
	#a-itsoo .coll_100 {
		width: calc( 100% - 24rem);    max-width: 72rem;
	}
	#vm-visual-merchandising .content {
		width: calc( 100% - 44rem);    max-width: 58rem;
		margin-right:0;
	}

}

@media only screen and (max-width: 869px) {
	.portfolio li.module-1x1 {
		width: 50%;
		padding-bottom: 50%;
	}
	.portfolio li.module-2x1 {
		width: 100%;
		padding-bottom: 50%;
	}
	.portfolio li.module-2x2 {
		width: 100%;
		padding-bottom: 100%;
	}
	.portfolio li.module-1x2 {
		width: 50%;
		padding-bottom: 100%;
	}
}
@media only screen and (max-width: 759px) {
	.coll {
		font-size: 2rem;
	}
	#top, #top .coll_100 {
	    height: calc(100vh - 8rem);
	}
	#top .logo-long {
		display:none;
	}	
	#top .logo { 
		display:block;
		width:28.3rem; height:auto;
		position:absolute; 
		bottom: 5.7rem;
	}
	#top .top_deco .top_deco-over {
		display:none;
	}
	#top .top_deco .top_deco-over-alt {
		position:absolute; top:0; right:-4rem; width:100vw; height:80vh;
		overflow: hidden;
	}
	#top .top_deco .top_deco-over-alt:after {
	position: absolute;
    top: -25rem;
    right: -36rem;
    width: 80rem;
    height: 70rem;
    content: "";
    background: url(../images/sec_top-bg-mob.png) left bottom / 100% auto no-repeat;
    transform: rotate(-45deg);
	}
	
	

		#vm-visual-merchandising .top_deco_int { 
			position:absolute;  top:0; bottom:0; 
			width:20rem;
			left: -45rem;
			height:auto;
			overflow:hidden;
		}


	#a-itsoo .coll_100 {
		width:100%;
		max-width: 72rem;
	}

	#branding .top_deco {
		bottom: 0;
		position: absolute;
		left:50%; 
		transform:translateX(-50%);
		width: 100%;
		height: 34rem;
		max-width: 34rem;
		top: -12rem;
	}
	#branding .top_deco-els {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: auto;
		height: auto;
		background: url(../images/sec_branding-deco-els2.png) center center / 100% auto no-repeat;
	}
	#branding .top_deco-whitec {
		position: absolute;
		left:0;
		width: auto;
		height: auto;
		background: url(../images/sec_branding-deco-mask2.png) center center / 100% auto no-repeat;
	}
	#branding  .h1alt {
		position: absolute;
		width: 9.3rem;
		left: 50%;
		transform: translate(-50%, -50%);
		top: calc( 50% + .5rem );
		display:block;
	}

	#branding  h1 {
		display:none;
	}

	#branding .content {
		margin-left: 0rem;
		margin-top: 25rem;
	}
	
	
	
	
	
	

	#vm-visual-merchandising .top_deco {
		position: absolute;
		bottom: 0;
		left:50%; 
		transform:translateX(-50%);
		width: 100%;
		height: 34rem;
		max-width: 34rem;
		top: -12rem; 
	}
	#vm-visual-merchandising .top_deco_int {
		position: absolute;
		bottom: 0;
		left:0;
		right:0;
		top:0;
		width: auto !important; 
	}
	#vm-visual-merchandising .top_deco-els {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: auto;
		height: auto;
		background: url(../images/sec_vm-deco-els.png) center center / 100% auto no-repeat;
	}
	#vm-visual-merchandising .top_deco-whitec {
		position: absolute;
		left:0; right:0; top:0; bottom:0;
		width: auto;
		height: auto;
		background:url(../images/sec_vm-deco-mask.png) center center / 100% auto no-repeat;
	}
	#vm-visual-merchandising  .h1alt {
    position: absolute;
    width: 15.3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc( 50% + 1rem );
    display: block;
	}
	#vm-visual-merchandising  h1 {
		display:none;
	}
	
	#vm-visual-merchandising .content {
		width: 100%;
		max-width: 100%;
		margin-top: 25rem;
	}
	
		
	#vm-visual-merchandising .boxes li .box-container .icon {
		background-size: 26.1rem auto;
	}
	
	#vm-visual-merchandising .boxes li .box-container .icon {
		width: 13rem;
	}
	
	#vm-visual-merchandising .boxes li .box-container {
		padding: 3rem 2rem 3rem 16rem;
	}
	
	#contato .top_deco {
		position: absolute;
		top: -26.3rem;
		bottom: 0;
		width: auto;
		z-index: 1;
		overflow: hidden;
		left: -4rem;
		right: -4rem;
	}	
	
	#contato .top_deco-whitec {
		position: absolute;
		top: auto;
		bottom: -29rem;
		right: auto;
		left: -36rem;
		width: 80rem;
		transform: rotate(-65deg);
		height: 80rem;
		background: url(../images/sec_contato-bg-concentric.png) center center/ 100% auto no-repeat
	}
	
	#contato:after {
		height: 10rem;
	}
	
	.sec_contato-spacer {
		height: 10rem;
	}
	a\
	#contato .content {
		margin-left: 44rem;
	}
	
}
 

@media only screen and (max-width: 619px) {
	.box li {
		width:100%;
	}
	.box li:nth-last-child(-n+2) span.conteudo {
		margin-bottom:1.2rem;
	}
	.box li:last-child span.conteudo {
		margin-bottom:0;
	}
	#contato .content {
		margin-left: 0;
		margin-bottom: 38rem;
	}
}

@media only screen and (max-width: 599px) {
	.xst {
		display:inline;
	}
	.mst {
		display:none;
	}
	.portfolio li.module-1x1 {
		width: 100%;
		padding-bottom: 100%;
	}
	.portfolio li.module-2x1 {
		width: 100%;
		padding-bottom: 50%;
	}
	.portfolio li.module-2x2 {
		width: 100%;
		padding-bottom: 100%;
	}
	.portfolio li.module-1x2 {
		width: 100%;
		padding-bottom: 200%;
	}
	.portfolio li.texto {
		height: auto !important;
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width: 460px) {
	.menu .grid>.coll ul li:nth-child(2), .menu .grid>.coll ul li:nth-child(3){
		display:none;
	}
}
@media only screen and (max-width: 390px) {


	.mb {
		margin-bottom:2.2rem;
	}
	.mbM {
		margin-bottom:4rem;
	}
	.mbL {
		margin-bottom:8rem;
	}
	#branding .mbL {
		margin-bottom: 12rem;
	}

	.mt {
		margin-top:2.2rem;
	}
	.mtM {
		margin-top:4rem;
	}
	.mtL {
		margin-top:8rem;
	}
	
	
	#contato .content {
    margin-bottom: 26rem;
	}
	#contato .top_deco-whitec {
		bottom: -38rem;
	}
	#vm-visual-merchandising .boxes li .box-container .icon {
		background-size: 24.1rem auto;
	}
	
	#vm-visual-merchandising .boxes li .box-container .icon {
		width: 11rem;
	}
	#vm-visual-merchandising .boxes li .box-container {
		padding: 3rem 2rem 3rem 13rem;
	}
}
@media only screen and (max-width: 330px) {
	.menu .grid>.coll ul li {
		display: inline-block;
		margin-right:2rem;
	}
}
