/*	
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
#############*/


/*font sizes*/
.fs { font-size:11px; }
.fn { font-size:12px; }
.fm { font-size:14px; }
.fl { font-size:14px; }

/*colors*/
:root { 
	--tone20: #252325; 
	--tone15: #587976; 
	--tone12: #435F5D; 
	--tone11: #6D908C; 
	--tone10: #486362; 
	--tone6: #81ADA8; 
	--tone4: #94B8B4; 
	--tone2: #C3D7D4; 
	--tone1: #DCE7E5; 
	--tone0: #EBF2F2; 
	--pattern1:#E5EDEC;
	--pattern2:#BFC8C6;
	--pattern3:#CFDFDC;
	--pattern4:#F6F9F9;
	--pattern5:#DDDDDD;
}

html { overflow:auto !important; } 

html, body { 
	font-size:10px;
	height:100%; 
	font-family: 'Open Sans', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400; 
	line-height:1.6;
	color:var(--tone10); 
}

.content_wrap { height:100%; overflow:auto; pointer-events:auto;}

/*grid*/

.grid { 
	width: 100%; 
	max-width:128rem;
	margin:0 auto;
	position:relative;
	text-align:left;
	font-size:0;
	overflow:hidden;
}
.grid_s { 
	width: 100%; 
	max-width:108rem;
	margin:0 auto;
	position:relative;
	text-align:left;
	font-size:0;
	overflow:hidden;
}

.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;
}

.coll_16 { width:16.6%; }
.coll_25 { width:25%; }
.coll_40 { width:40%; }
.coll_60 { width:60%; }
.coll_100 { width:100%; }


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

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

.mgr, .mgr-left { 
	margin-left:3rem;
}

.mgr, .mgr-right { 
	margin-right:3rem;
}

.mtM {margin-top:8rem; }
.mtsM {margin-top:7rem; }
.mbsM {margin-bottom:7rem; }
.mbs {margin-bottom:4.8rem; }
.mbL {margin-bottom:14rem; }
.pbL {padding-bottom:14rem; }

.tr { text-align:right; }
.tc { text-align:center; }
.tl{ text-align:left; }
.tj{ text-align:justify; }

/*fixed*/

#menu { position:fixed; top:0; left:0; right:0;  transition: width 0s 0s; height:12rem ; overflow:hidden; pointer-events:none; z-index:60}
#menu>.grid {padding-top:3rem;}

#menu .bg { 
	position:absolute;
	top:0; left:-2000rem; right:12rem; 
	height:3rem;
	background:var(--tone6); 
}
#menu svg.mainlogo, #menu svg.secondarylogo { 
	position:absolute;
	top:.9rem;right:0; 
	width:31rem; height:auto;
}
#menu svg.mainlogo{ 
	pointer-events:auto;
	cursor:pointer;
}
#menu svg.secondarylogo { 
	visibility:hidden;	
}

#menu .secondarylogo_bg { 
	position:absolute; top:0; bottom:0; width:0; right:0;
	background:var(--tone6);
	border-bottom:.4rem solid var(--tone20);
	opacity:0;
}

#menu .nav_container2 { 
	display:none;
}
#menu .nav_container { 
	position:relative; display:inline-block;
	padding-bottom:.4rem;
}
#menu .nav_container .nav_bg { 
	position:absolute; top:0; right:0; bottom:1px; bottom:0; background:white;
	border-bottom:solid .4rem var(--tone6);
    left: -2000rem;
}
#menu .nav_container nav { 
	position:relative; z-index:1; font-size:0;
}
#menu .nav_container nav a , #menu .nav_container2 nav a { 
	display:inline-block;
	padding: .1rem 1.2rem .3rem;
	letter-spacing:.14em;
	pointer-events:auto;
}
#menu .nav_container nav a:nth-child(1), #menu .nav_container2 nav a:nth-child(1) { 
	padding-left:0;
}
#menu .nav_container nav a:nth-child(2), #menu .nav_container2 nav a:nth-child(2) { 
	background:var(--tone2);
}
#menu .nav_container nav a:nth-child(3), #menu .nav_container2 nav a:nth-child(3) { 
	background:var(--tone20);
	color:white;
}

/* hovers */
#menu .nav_container nav a span{ 
	position:relative; top:0;
	transition: all 180ms ease-in-out;
}
#menu .nav_container nav a:hover span { 
	top:-.2rem;
}

 #menu.sticky>.grid {
    padding-top: 0;
}
#menu.sticky .bg { 
    height: 3rem;
	background:var(--tone0); 
	right:-200rem;
}
#menu.sticky .nav_container .nav_bg {
    border-bottom-color:var(--tone0);
}

#menu.sticky svg.mainlogo { 
	opacity:0;
	visibility:hidden;
}
#menu.sticky .secondarylogo_bg { 
	opacity:1; width:17rem;
}
#menu.sticky svg.secondarylogo { 
	visibility:visible;
    right: -9.8rem;
	width:25rem;
}
#menu.sticky .clicker-home { 
	position: absolute;
    top: 0;
    right: 1.5rem;
	pointer-events:auto;
    width: 18rem;
    height: 3.8rem;
	cursor:pointer;
}
/*transitions*/
#menu>.grid {  transition: all 250ms  100ms ease-out; }
#menu .bg {  transition: all 250ms  ease-out; }
#menu svg.mainlogo {  transition: all 250ms 100ms  ease-out; }
#menu svg.secondarylogo {  transition: all 250ms ease-out; }
#menu .secondarylogo_bg {  transition: all 250ms  ease-out; }

 #menu.sticky>.grid {  transition: all 250ms  100ms ease-out; }
#menu.sticky .bg {  transition: all 250ms  ease-out; }
#menu.sticky svg.mainlogo {  transition: all 250ms  ease-out; }
#menu.sticky svg.secondarylogo {  transition: all 250ms  100ms ease-out; }
#menu.sticky .secondarylogo_bg {  transition: all 250ms ease-out; }

/*headings*/
h1.main {
	color:var(--tone10); position:relative; display:inline-block;
}
h1.main .bg {
	position:absolute; top:0; bottom:0; right:0; left:-200000rem;
	background:white;
}
h1.main .preblock {
	position:absolute; bottom:100%; right:-9rem; left:-200000rem; height:.4rem;
	background:var(--tone6);
}
h1.main span {
	position:relative; z-index:1; letter-spacing:.2em;
	padding: .1rem 1.2rem .4rem 0;
	display:inline-block;
}
h1.main:before, h1.main:after {
	content:""; display:block;
	position:absolute; top:0; right:-4.5rem; width:4.5rem; height:.4rem;
	background:var(--tone2);
}
h1.main:after {
	right:-9rem; width:4.5rem;
	background:var(--tone20);
}
h2.main {
	display:inline-block;
	padding:.2rem 1.8rem .4rem  4.2rem;
	background:var(--tone20);
	color:white;
	font-weight:400;
	letter-spacing:0.1em;
}
p {
	margin-bottom: .6em;
letter-spacing:0.05em;
}
/*###############
	projetos
	###########*/
#top { padding-top:22.4rem; }
#projetos {  overflow:hidden; }
#projetos>div { margin-top:.4rem; background:var(--tone1); }
.gallery {  margin: 0 -1.5% 0 -1%; width:auto;}
.gallery .bg { 
    position:absolute !important; top:0; left:0; right:0; bottom:0;
    overflow: hidden;
	height:auto !important;
}
.gallery .block { 
    height: 0;
    padding-bottom: 16.6%;
	vertical-align:baseline !important;
}
.gallery .block:before { 
    display:block; content:'';
	background:var(--pattern1);
	position:absolute; top:6%; right:6%; bottom:6%; left:6%;
}
.gallery .block:nth-child(3n+2):before { 
	background:var(--pattern3);
}
.gallery .block:nth-child(3n+1):before { 
	background:var(--pattern2);
}
.gallery .bg_right, .gallery .bg_left { 
    position:absolute; top:0; bottom:0; left:calc(100% - .5%); width:33.2%;
    overflow:hidden;
}
.gallery .bg_left { 
	left:auto; right:calc(100%); width:33.2%;
}

.gallery  .bg_left .block:before { 
	background:var(--pattern2);
}
.gallery  .bg_left .block:nth-child(3n+2):before { 
	background:var(--pattern1);
}
.gallery  .bg_left .block:nth-child(3n+1):before { 
	background:var(--pattern3);
}
.gallery .bg_right .block, .gallery .bg_left .block { 
	width:100%;
    padding-bottom: 50%;
}
.gallery .bg_right .block:before, .gallery .bg_left .block:before { 
	right:3%; left:3%;
}

.gallery .items { 
	vertical-align:baseline !important;
}
.gallery .module { 
    height: 0;
    padding-bottom: 16.6%;
}
.gallery .module_2x1 { 
    width:33.2%;
}
.gallery .module_1x2 { 
   padding-bottom: 33.2%;
}
.gallery .module_2x2 { 
    width:33.2%;
   padding-bottom: 33.2%;
}

.gallery .module .content { 
    display:block; 
	position:absolute; top:6%; right:6%; bottom:6%; left:6%;
   overflow:hidden; 
}
.gallery .module_2x1 .content { 
	right:3%; left:3%;
}
.gallery .module_1x2 .content  { 
   top:3%; bottom:3%;
}
.gallery .module_2x2  .content { 
	right:3%; left:3%;
   top:3%; bottom:3%;
}
.gallery .module  .content .bg { 
	position:absolute; top:0; right:0; bottom:0; left:0;
	background-size:cover;
	background-position:50% 50%;
	background-image: url(../images/aire.jpg);
	transition: all 250ms ease-in-out;
	height:auto !important;
}
 .module  .titling { 
	position:absolute; bottom:0; left:0;
	transform:translateY(100%);
	transition: all 250ms ease-in-out;
}
 .module .category { 
	background:var(--tone20);
	color:white;
	display:inline-block;
	letter-spacing:.16em;
	padding: 0 1rem 0;
}
 .module .title { 
	background:white;
	font-weight:500;
	letter-spacing:.12em;
	padding: 0 1rem 0;
}
 .module .residencial .category { 
	background: var(--tone1);
	color:var(--tone20); 
}
.module .residencial .title { 
	background: var(--tone15);
	color:white;
}

/* hovers */
.gallery .module .content:hover   .titling  {
	transform:translateY(0%);
}
.gallery .module .content:hover .bg {
    transform: scale(1.08);
}
/*###############
	sobre
	###########*/
	
#sobre h1.main .bg {
    background: var(--tone1);
}
#sobre .block-two {
	margin-left:6.5rem;
    margin-right: 10rem;
}
.block-two .left, .block-two .right {
	display:inline-block;
	vertical-align:top;
}
.block-two .left img {
	width:33.3rem; height:auto;	
}
.block-two .right {
	width:calc( 100% - 33.4rem ); margin-left:.1rem;
    position: relative;
}
.block-two .right .deco {
	position:absolute; bottom:0; left:0;
	height:1rem;
	width:33.33%; background:red;
}
.block-two .right .deco1 {
	background:var(--tone20);
}
.block-two .right .deco2 {
	left:33.33%;
	background:var(--tone12);
}
.block-two .right .deco3 {
	left:66.66%;
	width:33.4%;
	background:var(--tone2);
}
.block-two .right .content {
	padding:3.6rem 4.8rem 5.6rem  4.2rem;
	background:var(--tone1);
}
/*###############
	contato
	###########*/
	
#contato  {
	overflow:hidden; 
	position:relative;
}
#contato:before  {
	content:""; display:block;
	position:absolute; 
	top:0; left:0; right:0; height:.6rem;
	background: var(--tone20);
}
#contato .right {
	display:inline-block; position:relative;
}
#contato .left {
	position:absolute; left:0; top:.6rem; bottom:0;
	width:30rem;
}
#contato .left:before {
	content:""; display:block;
	position:absolute; right:0; top:0; height:3.2rem;
	width:300rem;
	background:var(--tone6);
    right: 10.2rem;
}
#contato .left svg {
    position: relative;
    z-index: 1;
    width: 26.6rem;
    margin-top: 1.4rem;
    height: auto;
}
#contato .right:before {
	content:""; display:block;
	position:absolute; top:0; left:0; height:.6rem; width:200rem;
	background:var(--tone6);
}
#contato .right>div {
	display:inline-block;
	position:relative;
	margin-top:.6rem;
    vertical-align: top;
	white-space:nowrap;
	color:white;
	height:13rem;
	padding: 2rem 3rem 0;
}
#contato .right>div:before {
	content:""; display:block;
	position:absolute;top:0;left:0;right:0; height: 1.4rem;
	background: black; 
}
#contato .right>div:first-child {
	background: var(--tone11);
}
#contato .right>div:nth-child(2) {
	background: var(--tone12);
}
#contato .right>div:nth-child(3){
	background: var(--tone20);
	padding-right: 2rem;
}
#contato .right>div:first-child:before {
	background: var(--tone2);
}
#contato .right>div:nth-child(2):before {
	background: var(--tone4);
}
#contato .right>div:nth-child(3):before {
	background: var(--tone12);
	right:-200rem;
}
#contato .right>div:nth-child(3):after {
	position:absolute; display:block; content:"";
	background: var(--tone20);
	left:calc( 100% - .1rem );
	width:200rem;
	top:0; bottom:0;
	z-index:-1;
}
#contato .right>div>span {
	display:block;
	letter-spacing:.11em;
}
#contato .right>div:first-child>span {
	color:var(--tone20);
}
#contato .right>div:first-child>span:first-child {
	color:white;
	font-weight:600;
}
#contato .right>div:not(:first-child) {
	line-height:2.6em;
}
#contato .right>div span.icon {
	position:relative; top:.6rem;
	display:inline-block; width:2rem; height:2rem;
	background-size: 2.4rem auto;
	background-position:center;
	margin-right:.3em;
}
#contato .right>div:nth-child(2) span:nth-child(1)>span.icon {
	background-image:url(../images/footer_icon-01.svg); 
}
#contato .right>div:nth-child(2) span:nth-child(2)>span.icon {
	background-image:url(../images/footer_icon-02.svg); top:.4rem;
}
#contato .right>div:nth-child(3) span:nth-child(1)>span.icon {
	background-image:url(../images/footer_icon-03.svg);
}
#contato .right>div:nth-child(3) span:nth-child(2)>span.icon {
	background-image:url(../images/footer_icon-04.svg);
}
/*###############
	interno
	###########*/
	
	
#top.single {
	overflow:hidden
}
	
article.interno  header {
	position:relative;
}

article.interno  header:after {
	content:""; display:block;	
	position:absolute; bottom:0; left:100%; width:300rem;
	height:2.2rem;
	background:var(--tone0);
}
	
article.interno  header img {
	width:102rem; height:auto;
}
	
article.interno .titles {
	position:absolute; bottom:0; left:0;
}
	
article.interno h1, article.interno h2 {
	display:inline-block;
	position:relative;
	vertical-align:bottom;
	padding:0.1rem .8rem .2rem 1.2rem;
	z-index:1;
}
	
article.interno h1 span, article.interno h2 span {
	position:relative;
	vertical-align:bottom;
	color:white;	
	letter-spacing:.08em;
}
article.interno h2:before {
	display:block; content:"";
	position:absolute; top:0; right:0; bottom:0;
	width:2000rem;
	opacity:.9;
	background:var(--tone20);
	z-index:0;
}
article.interno h1 {
	background:white;
	color:var(--tone20);
	padding-right:1.2rem;
	border-bottom: 1rem solid var(--tone15);
}
article.interno .content {
	background:white;
	color:var(--tone20);
	/*border-bottom: 1rem solid var(--tone15);*/
}

article.interno .gallery .block{ 
    padding-bottom: 25%;
}

article.interno .gallery .module { 
    padding-bottom: 25%;
	
}
article.interno .gallery .module_2x1 { 
    width:50%;
}
article.interno .gallery .module_1x2 { 
   padding-bottom: 50%;
}
article.interno .gallery .module_2x2 { 
    width:50%;
   padding-bottom: 50%;
}
article.interno .gallery .bg_right .block, article.interno .gallery .bg_left .block { 
   padding-bottom: 50%;
}
article.interno .gallery .bg_left,article.interno .gallery .bg_right {
    width: 50%;
}

article.interno .gallery .block:before { 
	background:var(--tone0);
}
article.interno .gallery .block:nth-child(3n+2):before { 
	background:var(--pattern4);
}
article.interno .gallery .block:nth-child(3n+1):before { 
	background:var(--pattern5);
}
article.interno footer { 
	position:relative;
    padding-bottom: 3rem;
}
article.interno footer .left:before, article.interno footer .left:after { 
	content:""; display:block;
	position:absolute; top:10.6rem; right:8rem;
	height:1rem;
	background:#DDDDDD;
    width: 200rem;
}

article.interno footer .left:after { 
	left: 0; right:auto;
	background:var(--tone0);
}


article.interno footer .left { 
	position:relative;
	display:inline-block;
    max-width: calc( 100% - 19rem );
}


article.interno footer .left:before { 
	content:""; display:block;
	position:absolute; 
	right:calc( 100% - 2rem ); top:10.6rem; bottom:0;
	width:200rem;
	background:var(--tone0)
}


article.interno footer .left li { 
	display:inline-block;
	width:10.6rem; height:10.6rem; 
	background:var(--tone15);
	position:relative; z-index:1;
	color:white;
    vertical-align: top;
	cursor:pointer;
	opacity:1;
	transition: all 150ms ease-out;
}
article.interno footer .left li:hover span  { 
	opacity:.8;
}
article.interno footer .left li:first-child span { 
	position:absolute; bottom:0; left:0;
    padding: 0rem 0 .8rem 1rem;
    letter-spacing: .14em;
	line-height:1.2
}
article.interno footer .left li:nth-child(2n+2) { 
	background:#ABC7C4
}
article.interno footer .left li:nth-child(2n+3) { 
	background:#80AAA5
}

article.interno footer .left li:not(:first-child)>span { 
	position:absolute; bottom:.8rem; left:1.2rem; right:1.2rem; top:.8rem;
	background-image:url(../images/objeto_em_cena.jpg);
	background-size:cover;
	background-position:center center; 
}
article.interno footer .right { 
	position:absolute; right:0; top:10.6rem;
	z-index:1 
}


article.interno footer .right .voltar { 
	display:inline-block; vertical-align:top; position:relative;
	width:6.4rem; height:6.4rem;
	background:var(--tone20);
	color:white;
}

article.interno footer .right .voltar span { 
	display:block; vertical-align:top;
	position:absolute; bottom:0; left:0;
	display:block;
	padding: 0rem 0 .2rem .8rem;
    letter-spacing: .14em;
}

article.interno footer .right .facebook { 
	display:inline-block; vertical-align:top; position:relative;
	width:3.8rem; height:3.8rem;
	background:var(--tone15);
	color:white;
}

article.interno footer .right .facebook svg { 
	position:absolute; top:50%; left:50%;
	transform:translateX(-50%) translateY(-50%);
	width:2.2rem; height:auto;
}

article.interno footer .right .pinterest { 
	display:inline-block; vertical-align:top; position:relative;
	width:3.8rem; height:3.8rem;
	background:var(--tone6);
	color:white;
	cursor:pointer;
}

article.interno footer .right .pinterest>svg { 
	position:absolute; top:50%; left:50%;
	transform:translateX(-50%) translateY(-50%);
	width:2.2rem; height:auto;
}

/*hovers*/
article.interno footer .right svg { 
	transition: all 180ms ease-in-out;
} 
 
article.interno footer .pinterest:hover>svg, article.interno footer .facebook:hover>svg { 
	transform:scale(1.2) translateX(-42%) translateY(-42%);
}

article.interno footer .voltar span { 
	transition: all 180ms ease-out;
}

article.interno footer .voltar:hover span { 
	transform:translateY(-2rem);
}

/*objetos em cena*/
footer .popup_obj { 
	position:absolute; bottom:0; left:0;
	background:var(--tone6);
	width:24.5rem;
	border-left: solid 1px #DCE7E5;
	border-right: solid 1px #DCE7E5;
    transition: all 150ms ease-out;
	max-height:0;
	opacity:0;
	overflow:hidden;

}

footer .popup_obj .title.main { 
	display:block;
	color:white;
	background:#709692;
	letter-spacing:0.05em;
	padding-top:1rem;
	padding-bottom:1rem;
	margin-bottom:1rem;
	margin-left:-1px;
	margin-right:-1px;

}

footer .popup_obj .module { 
	position:relative;
    color: var(--tone10);
	padding-bottom:2rem 
}
footer .popup_obj .module .title {
    display:inline-block;
}
footer .popup_obj .title_others {
	margin-bottom:1rem;
	display:inline-block;
}
footer .popup_obj .module .titling {
    position: relative;
    transform: translateY(0);
	margin-bottom:1rem;
	display:inline-block;
	opacity:1;
	transition: all 150ms ease-out;
}
footer .popup_obj .module .titling:hover {
    opacity:.8;
}
.close { 
	position:absolute;
    top: .8rem;
    right: .5rem;
    width: 2rem;
    height: 2rem;
	transition: transform 95ms ease-out, opacity 90ms ease-out;
	transform:translate3d(0px,0px,1px) rotate(45deg);
	transform-origin: 50% 50%;
}
.close:before { 
	position:absolute; top:50%; left:0; right:0; content:""; display:block;
    background: white;
	height:.4rem;
	transform:translateY(-.2rem);
}
.close:after { 
	position:absolute; top:0; bottom:0; right:50%; content:""; display:block;
    background: white;
	width:.4rem;
	transform:translateX(.2rem) ;
}
.close:hover { 
	cursor:pointer;
	transform: translate3d(0px,0px,1px) rotate(135deg);
	opacity:0.8
}

.close .clicker-close {
	position:absolute; top:-1.6rem; right:-1.6rem; bottom:-1.6rem; left:-1.6rem;
}

/*hovers*/
article.interno footer .left li.open { 
	z-index:20
}
footer .objetos li.open .popup_obj { 
	max-height:80rem;
    transition: all 450ms ease-out;
	opacity:1;
 
}
/* pinterest */
.pin_pop {
	position:absolute; bottom:0; right:0;
	width:22rem; max-height:0;
	background: #ABC7C4;
    min-height: 0;
	overflow:hidden;
	opacity:0;
    transition: all 150ms ease-out;
}
.pin_left {
	position:absolute; bottom:0; top:0; left:0;
	width:3.4rem; 
	background: #94ACAA; 
}
.pin_left .icon_top {
	position:absolute; right:0; top:0; left:0;
	height:3.4rem; 
	background: #81ADA8;
    padding: .6rem .6rem;
}
.pin_list {
	max-height:32.1rem;
	padding-left:5rem;
	margin-top:1.2rem;
	margin-bottom:1.2rem;
}
.touchevents .pin_list {
	overflow:auto;
}
.pin_list li a {
	display:block;
	width:13.8rem;
	height:10.2rem;
	margin-bottom:1.2rem;
	background-size:cover;
	background-position:center;
	opacity:1;
	transition: all 150ms ease-out;
}
.pin_list li a:hover {
	opacity:.8;
}
.mCSB_scrollTools {
    margin-top: 2.2rem;
    margin-right: .7rem;
    width: 1.2rem;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:60%;
    border-radius: .4rem;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width:60%;
    border-radius: .4rem;
}
/*hovers*/

.pinterest.opened .pin_pop {
	max-height:34.5rem;
    min-height: 10rem;
	opacity:1;
    transition: all 350ms ease-out;
}

/* modal imsg*/
.mfp-bg {
    background: white;
}
.mfp-figure:after {
	display:none;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: var(--tone6)
}
.mfp-arrow-right:before {
    border-left: 27px solid var(--tone6);
}
.mfp-arrow-left:before {
    border-right: 27px solid var(--tone6);
}
.mfp-arrow, .mfp-close {
    opacity: 1;
}
.mfp-counter {
    color: var(--tone20)
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/*buttons animation*/
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  -webkit-transition: all 250ms 150ms ease-in-out;
  -moz-transition: all 250ms 150ms ease-in-out;
  transition: all  250ms 150ms ease-in-out;
  -webkit-transform:translateY(20%);
  transform:translateY(20%);
}
.mfp-fade.mfp-wrap.mfp-ready  .mfp-arrow{
  opacity: 1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}
.mfp-fade.mfp-wrap.mfp-removing   .mfp-arrow{
  opacity: 0;
  -webkit-transform:translateY(-10%);
  transform:translateY(-10%);
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 250ms 150ms ease-in-out;
  -moz-transition: all 250ms 150ms ease-in-out;
  transition: all  250ms 150ms ease-in-out;
  -webkit-transform:translateY(20%);
  transform:translateY(20%);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform:translateY(-10%);
  transform:translateY(-10%);
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

.mfp-figure {
    -webkit-animation:  fadeIn 1s ease-out forwards;
	animation: fadeIn 0.8s ease-in-out forwards;
}




@media screen and (max-width:  1340px) {
	html, body {
		font-size: 9px;
	}
}
@media screen and (max-width:  1230px) {
	html, body {
		font-size: 8px;
	}
	article.interno footer .right .voltar span {
		font-size: 12px
	}
}
@media screen and (max-width:  1030px) {
	.coll_16 {
		width: 25%;
	}
	.gallery .module { 
		height: 0;
		padding-bottom: 25%;
	}
	.gallery .module_2x1 { 
		width:50%;
	}
	.gallery .module_1x2 { 
	   padding-bottom: 50%;
	}
	.gallery .module_2x2 { 
		width:50%;
	   padding-bottom: 50%;
	}
	.gallery .block {
		padding-bottom: 25%;
	}
	.grid_s {
		max-width:128rem;
	}
	article.interno header img {
		width: 100%
	}
	.gallery .bg_left, .gallery .bg_right {
		display:none;
	}
}
@media screen and (max-width:  863px) {
	#contato .right>div {
		width: 50%;
	}
	#contato .right {
		width: 48rem;
	}
	#contato .right>div:last-child {
		margin-top: -1px;
	}
	#contato .right>div:nth-child(3):before {
		background: var(--tone4);
	}
}
@media screen and (max-width:  790px) {
	#sobre .block-two {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width:  719px) {
	.gallery {
		margin: 0 -1.7rem 0 -1.7rem;
		margin: 0 -3% 0 -3%;
	}
	.coll_16 {
		width: 33.33%;
	}
	.gallery .module { 
		height: 0;
		padding-bottom: 33.33%;
	}
	.gallery .module_2x1 { 
		width:66.66%;
	}
	.gallery .module_1x2 { 
	   padding-bottom: 66.66%;
	}
	.gallery .module_2x2 { 
		width:66.66%;
	   padding-bottom: 66.66%;
	}
	.gallery .block {
		padding-bottom: 33.33%;
	}
	
	article.interno .gallery .block{ 
		padding-bottom: 33.33%;
	}

	article.interno .gallery .module { 
		padding-bottom: 33.33%;
	}
	article.interno .gallery .module_1x1 { 
		width:33.33%;
	}
	article.interno .gallery .module_2x1 { 
		width:66.66%;
	}
	article.interno .gallery .module_1x2 { 
		width:33.33%;
	   padding-bottom: 66.66%;
	}
	article.interno .gallery .module_2x2 { 
		width:66.66%;
	   padding-bottom: 66.66%;
	}
	article.interno .gallery .block { 
		width:33.33%;
	}
	article.interno .gallery .bg_right .block, article.interno .gallery .bg_left .block { 
	   padding-bottom: 66.66%;
		width:33.33%;
	}
	article.interno .gallery .bg_left,article.interno .gallery .bg_right {
		width: 66.66%;
	}
	
}
@media screen and (max-width:  680px) {
	
	.block-two .right {
		margin-left: 0;
		width: 100%;
	}
	h2.main {
		width: 33.3rem;
		padding: .2rem 1.8rem .4rem 3rem;
	}
	.block-two .right .content {
		padding: 3.6rem 3rem 5.6rem 3rem;
	}
}
@media screen and (max-width:  640px) {
	#contato .right>div {
		width: 100%;
	}
	#contato .right>div:nth-child(2) {
		margin-top:-1px;
	}
	#contato .right {
		width: 29rem;
	}
}
@media screen and (max-width:  580px) {
	.hamburger-wrapper {
    position: absolute;
    top: 0;
    left: 24px;
    width: 4.6rem;
    z-index: 999;
    background: var(--tone20);
	transition: all 350ms ease-out;
	}		
	.hamburger-wrapper .clicker {
		position: absolute;
		z-index:10;
		top: 0;
		left: -3rem;
		right: -3rem;
		bottom: -3rem;
		pointer-events:auto;
	}	
	.hamburger-wrapper:after {
		content:''; display:block; position:absolute;
		top:100%; right:0;
		width:90rem; height:.4rem;
		background:var(--tone6);
	}
	.hamburger-wrapper:before {
		content:''; display:block; position:absolute;
		top:0; right:100%;
		width:80rem; height:100%;
		background:white;
	}
	.menu-hamburger {      
		display: block;
		width: calc( 100% - 2rem );
		height: 2px;
		background: white;
		position: relative;
		left: 0;
		margin-top: 2.2rem;
		margin-left: 1rem;
		margin-bottom: .7rem;
		vertical-align: bottom;
		transition: all 250ms ease-in-out;
		pointer-events: auto;
	}

	.menu-hamburger:after, .menu-hamburger:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: white;
		position: absolute;
		left: 0;
		transition: all 250ms ease-in-out;
		opacity: 1;
	}

	.menu-hamburger:after {
    top: -6px;
	}

	.menu-hamburger:before {
		top:-12px;
	}

  
	.openned .menu-hamburger {
		transform: rotate(-45deg) translate(5px,-6px);
	}

	.openned .menu-hamburger:after {
		transform: rotate(-90deg) translate(-6.5px,0rem)
	}

	.openned .menu-hamburger:before {
		opacity:0;
		top:0;
	}
	#menu .nav_container {
		height: 3.4rem;
	}
	#menu .nav_container nav, #menu .nav_container .nav_bg{
		display:none;
	}
	
	.openned #menu .mainlogo {
		opacity:0; 
		transform:translateX(1rem);
	}
	
	
	.openned .hamburger-wrapper {
		left: calc( 100% - 4.4rem );
	}
	
	#menu .nav_container2 { 
		display:block;
		top: 0;
		position: absolute;
		left: 26px;
		z-index: 99999;
		transform:translateX(-115%);
		transition:all 350ms ease-out;
	}
	.openned #menu .nav_container2 { 
		transform:translateX(0);
	}
}
@media screen and (max-width:  490px) {
	.coll_16 { 
		width: 50%;
	}
	.gallery .module { 
		height: 0;
		padding-bottom: 50%;
	}
	.gallery .module_2x1 { 
		width:100%;
	}
	.gallery .module_1x2 { 
	   padding-bottom: 100%;
	}
	.gallery .module_2x2 { 
		width:100%;
	   padding-bottom: 100%;
	}
	.gallery .block {
		padding-bottom: 50%;
	}
	 
	
	article.interno .gallery .block{ 
		padding-bottom: 50%;
	}

	article.interno .gallery .module { 
		padding-bottom: 50%;
	}
	article.interno .gallery .module_1x1 { 
		width:50%;
	}
	article.interno .gallery .module_2x1 { 
		width:100%;
	}
	article.interno .gallery .module_1x2 { 
		width:50%;
	   padding-bottom: 100%; 
	}
	article.interno .gallery .module_2x2 { 
		width:100%;
	   padding-bottom: 100%;
	}
	article.interno .gallery .block { 
		width:50%;
	}
	article.interno .gallery .bg_right .block, article.interno .gallery .bg_left .block { 
	   padding-bottom: 100%;
		width:50%;
	}
	article.interno .gallery .bg_left,article.interno .gallery .bg_right {
		width: 100%;
	}
	
	#contato .right {
		width: 100%;
		margin-top: 14rem;
	}
	#contato .right>div {
		padding: 2rem 3rem 0;
	}
}