/*	
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-face {
    font-family: 'primelight';
    src: url('prime_light-webfont.woff2') format('woff2'),
         url('prime_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'primeregular';
    src: url('prime_regular-webfont.woff2') format('woff2'),
         url('prime_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body { 
	font-size:10px;
	height:100%; 
	font-weight:400;
	line-height:1.6;
	font-family: 'primeregular' , sans-serif;
}
body { 
	height:100%; 
	height:auto; 
	position:relative;
}

section {
	position:relative; z-index:2;
	max-width:100%; overflow:hidden;
}
section .tofix {
	height:100%;
}
section.fixed .tofix {
	position:fixed; top:4.7rem; left:0; right:0;  z-index:1;
}
section.fixed.reverse .tofix {
	position:fixed; top:auto; bottom:30rem; left:0; right:0;  z-index:1;
}

/*grid*/

 .grid { 
	width: 100%; 
	max-width:145.6rem;
	margin:0 auto;
	position:relative;
	text-align:center;
	font-size:0; 
	/*overflow:hidden;*/
}
.grid_100 { 
	max-width:100%;
}

.mg-both, .mg-left { 
	padding-left:4rem;
}

.mg-both, .mg-right { 
	padding-right:4rem;
}

.mgng-both, .mgng-left { 
	margin-left:-2.5rem;
}
.mgng-both, .mgng-right { 
	margin-right:-2.5rem;
}
.pTop {
	padding-top:4.2rem;
}
.pBottom {
	padding-bottom:6.2rem;
}
.coll {
	max-width:100%;
	position:relative;
	display:inline-block;
	min-height:0.1rem; 
	vertical-align:top; 
	text-align:center;
	font-size: 1.8rem;
}

.coll_100 { width:100%; }
.coll_60 { width:60%; }
.coll_40 { width:40%; }

.txt-left { text-align:left; }
.txt-center { text-align:center; }
.txt-right { text-align:right; }
 p {
	 margin-bottom:1.6rem;
 }

 br.small {
	 display:none;
 }
 /**
	INPUTS
			**/

.input {
	position:relative;
	font-size: 1.8rem;
	font-weight:300;
	color:#702281;
	display:inline-block;
	width:100%;
}
.input span {
	position:absolute;
	top:1.4rem; left:0; 
	transition:all 180ms ease-in-out;
	pointer-events: none;
}

input, textarea, .f-input {
	border:none;
	border-bottom:1px solid #702281;
	width:100%; 
	background:transparent;
	margin-bottom:2rem;
	padding: 2.6rem 0;
	height:7.4rem;
	transition:all 250ms ease-in-out;
    overflow: hidden !important;
    padding: 1.4rem 0 .6rem;
    height: 4.8rem;
	color:#702281;
	font-weight:500;
	cursor:pointer;
}

textarea {
	transition:height 0ms;
	padding-top:0;
	margin-top:1.6rem !important;
    min-height: 0rem;
    height: 3.6rem;
}
.input.valued span {
	font-size:1.6rem; font-weight:700;
	top:-.4rem
}
.input.focus span {
	color:#ec6842
}
.input.focus input, .input.focus textarea {
	border-bottom:2px solid #ec6842;
}

.input.valued span {
	font-size:1.4rem; font-weight:700;
	top:-.4rem
}


input.error, textarea.error, .error .f-input {
	border-color:#ec6842;
}
.input.error span, textarea.error span , .error .f-input  span{
	font-weight:700;
}

input.error, textarea.error, .error .f-input,  { 
	-webkit-animation: erroContato 0.6s ease-out forwards;
	animation: erroContato 0.6s ease-out forwards;
}
.error span  { 
	-webkit-animation: erroContato2 0.6s ease-out forwards;
	animation: erroContato2 0.6s ease-out forwards;
}

@-webkit-keyframes erroContato {
			 
				0% {
					border-color:#646464;
				}

				16.65% {
				-webkit-transform: translateX(1rem);
			  }

			  33.3% {
				-webkit-transform: translateX(-0.8rem);
			  }

			  49.95% {
				-webkit-transform: translateX(0.6rem);
			  }

			  66.6% {
				-webkit-transform: translateX(-0.2rem);
			  }

			  83.25% {
				-webkit-transform: translateX(0.1rem);
			  }

			  100% {
					-webkit-transform: translateX(0);
					border-color:#9F2846;
				}
			}

			@keyframes erroContato {
			 
				0% {
					border-color:#646464;
				}

				16.65% {
				transform: translateX(1rem);
				}

			  33.3% {
				transform: translateX(-0.8rem);
			  }

			  49.95% {
				transform: translateX(0.6rem);
			  }

			  66.6% {
				transform: translateX(-0.2rem);
			  }

			  83.25% {
				transform: translateX(0.1rem);
			  }

			  100% {
					transform: translateX(0);
					border-color:#9F2846;
				}
			}	
@-webkit-keyframes erroContato2 {
			 
				0% {
					color:#646464;
				}

				16.65% {
				-webkit-transform: translateX(1rem);
			  }

			  33.3% {
				-webkit-transform: translateX(-0.8rem);
			  }

			  49.95% {
				-webkit-transform: translateX(0.6rem);
			  }

			  66.6% {
				-webkit-transform: translateX(-0.2rem);
			  }

			  83.25% {
				-webkit-transform: translateX(0.1rem);
			  }

			  100% {
					-webkit-transform: translateX(0);
					color:#ec6842
				}
			}

			@keyframes erroContato2 {
			 
				0% {
					color:#646464;
				}

				16.65% {
				transform: translateX(1rem);
				}

			  33.3% {
				transform: translateX(-0.8rem);
			  }

			  49.95% {
				transform: translateX(0.6rem);
			  }

			  66.6% {
				transform: translateX(-0.2rem);
			  }

			  83.25% {
				transform: translateX(0.1rem);
			  }

			  100% {
					transform: translateX(0);
	color:#ec6842
				}
			}	
			
			
/*****
		    	NAV 
							****/
html, body { 
	height:100%;
}
body { 
	padding-top:4.7rem;
}							
nav {
	position:fixed; top:0; left:0; right:0;
	border-bottom:1px solid #702282;
	z-index:3;
	background:white;
}
		
nav>div.grid {
	overflow:visible;
}
nav .linktop {
	float:left;
}
nav .linktop svg {
	width:6rem; height:auto;
	margin: .3rem 0;
}
nav .rightnav {
	position:absolute; 
	top:0; right:0; bottom:0;
	width:46%; height:100%;
	background: #702282;
	border-radius:1.4rem;
}
nav .rightnav:before {
	content:""; display:block;
	position:absolute; 
	top:0;  bottom:0; left: calc(100% - 1.6rem);
	width:100%; height:100%;
	background: #702282;
}
nav h1 {
	float:left; margin-top:1.4rem; margin-left:2.2rem;
}
nav h1 svg {
	width:14.2rem; height:auto;
}
nav .contact-top {
	float:left; margin-top:1.4rem;
	float:right;
}
nav .contact-top svg {
	width:6.8rem; height:auto;
}


/*****
		    	TOP
							****/
			
section#top {
	height:72.5rem;
}	
section#top .tofix {
    width: 100%;
    height: 72.5rem;
    background: white url(/imgs/bg-type-1.png) -67rem 50% / 167rem auto no-repeat;
}	
section#top .tofix .grid {
	height:100%;
}	
section#top .tofix .leftindex {
	position:relative;
	padding-top:8.6rem;
    width: 25.6rem; height:52.6rem;
	background:url(/imgs/top-el1a.svg) bottom right / 36.6rem auto no-repeat;
    box-sizing: content-box;
}	
section#top .tofix .leftindex:after {
	display:block; content:'';
	position:absolute; top:8.6rem; bottom:0; right: calc(100% - .4rem);
	width:30rem; 
	background:#702381;
}	

section#top .tofix .leftindex .wrap {
	position:absolute;
	top:8.6rem; left:0;
}	

section#top .tofix .leftindex .wrap h1 {
	position:absolute;
	top:2.6rem; left:.8rem;
	width:21.4rem; height:11.6rem;
	background: url(/imgs/type-mktd-1.svg) center center / 21.4rem auto no-repeat;
}	

section#top .tofix .leftindex .wrap h2 {
    position: absolute;
    display: block;
    top: 11.4rem;
    left: 14.6rem;
    font-size: 2rem;
    color: #e64e0f;
    width: 34rem;
    text-align: left;
}

section#top .tofix .rbindex {
	position:absolute; bottom:0; right:0;
    height:2.5rem;
    width: 30.6rem;
    box-sizing: content-box;
	background: url(/imgs/top-people-bga.svg) left center / 76.2rem auto no-repeat;
}	

section#top .tofix .rbindex:before {
	display:block; content:'';
	position:absolute; top:0; bottom:0; left: calc(100% - .4rem);
	width:30rem; 
	background:#7b777c;
}	


section#top .tofix .rbindex p {
	display:block; content:'';
	position:absolute; bottom:10.8rem; right:calc( 100% + 1.4rem );
	font-size:1.8rem; color:#702381;
	text-transform:lowercase;
	text-align:right; width:12rem;
}	

section#top .tofix .rbindex ul  {
	display:block; content:'';
	position:absolute; bottom:4.4rem;left:.6rem;
}	

section#top .tofix .rbindex ul li {
	display:inline-block; content:'';
	width: 24.6rem; height:10rem;
	margin-right:5.2rem;
	position:relative;
	text-align:left;
    vertical-align: top;
	cursor:pointer;
	position:relative;
	top:0;
	transition: all 150ms ease-in;
}	

section#top .tofix .rbindex ul li:hover {
	position:relative;
	top:-1rem;
	transition: all 250ms ease-out;
}	

section#top .tofix .rbindex ul li .image {
	display:block; position:absolute;
	top:0; left:0; 
	width:10.7rem; height:100%;
	background: url(/imgs/foto-beth-small.png) left center / 10.7rem auto no-repeat;
}	

section#top .tofix .rbindex ul li .logo {
	display:inline-block;
	margin-left:11.9rem; width:12.6rem; height:5.6rem; display:inline-block; 
	background: url(/imgs/logo-alia-small.svg) left center / 12.6rem auto no-repeat;
}	

section#top .tofix .rbindex ul li .nome {
    font-family: 'primeregular';
	display:inline-block;
	margin-left:11.9rem; 
	color:#565656; font-size:1.6rem;
	text-transform:uppercase;
	text-align:left;
}	

section#top .tofix .rbindex ul li:nth-child(2) {
	width: 30rem;
}	
section#top .tofix .rbindex ul li:nth-child(2) .image {
	background-image: url(/imgs/foto-ferrei-small2.png);
}	

section#top .tofix .rbindex ul li:nth-child(2) .logo {
	display:inline-block;
	margin-top:-2.6rem; margin-left:11.9rem; width:18.4rem; height:8.2rem; display:inline-block; 
	background: url(/imgs/logo-mcf-small.png) left center / 18.4rem auto no-repeat;
}	

.alt section#top, .alt section#top .tofix {
    height: 88.5rem;
}

.alt section#top .tofix {
    background: white url(/imgs/bg-type-1.png) -60rem 55% / 167rem auto no-repeat;
}
.alt section#top .tofix .leftindex {
    padding-top: 18.6rem;
}
.alt section#top .tofix .leftindex:after {
    top: 18.6rem;
}
.alt section#top .tofix .leftindex .wrap {
    top: 18.6rem;
}

section#top2 {
	height:78.4rem;
}	


section#top2 .tofix {
    width: 100%;
	height:78.4rem;
    background: url(/imgs/sec2-bg2.jpg) center center / cover no-repeat;
	background-attachment:fixed;
}	


section#top2 .tofix .leftindex {
	position:relative;
	padding-top:32rem;
    width: 44.2rem; height:39.8rem;
	background:url(/imgs/sec2-el1.svg) bottom right / 57.8rem auto no-repeat;
    box-sizing: content-box;
}	
section#top2 .tofix .leftindex:after {
	display:block; content:'';
	position:absolute; top:32rem; bottom:0; right: calc(100% - .2rem);
	width:30rem; 
	background:#e64e0f;
}	

section#top2 .tofix .leftindex .wrap {
	position:absolute;
	top:32rem; left:0;
}	

section#top2 .tofix .leftindex .wrap .el2 {
	position:absolute;
    top: 2.8rem;
    left: .2rem;
	width:42.6rem; height:15.9rem;
	background: url(/imgs/sec2-el2a.svg) center center / 42.6rem auto no-repeat;
}	

section#top2 .tofix .leftindex .wrap .el2 {
	position:absolute;
    top: 2.8rem;
    left: .2rem;
	width:42.6rem; height:15.9rem;
	background: url(/imgs/sec2-el2a.svg) center center / 42.6rem auto no-repeat;
}	


section#top2 .tofix .leftindex .wrap dl {
	position:absolute;
    top: 13.4rem;
    left: 20.1rem;
    width: 95rem;
	
}	
section#top2 .tofix .leftindex .wrap dl span {
	position:absolute;
	height:7.6rem;
    width: 69rem;
    display: block;
	top:0; left:0;
	
}	

section#top2 .tofix .leftindex .wrap dl dt {
	display:block;
	height:7.6rem;
	padding-left:2rem; padding-top:.8rem;
 	color:white;
	font-size:1.6rem;
	text-transform:uppercase;
	background: url(/imgs/sec2-dt1-bg.svg) left top / 83.6rem auto no-repeat;
	text-align:left;
	position:relative;
	z-index:2;
	
}	

section#top2 .tofix .leftindex .wrap dl dd {
    color: #2d4344;
    font-size: 1.8rem;
    position: absolute;
    left: 0rem;
    top: 0;
    margin: 0;
    background: rgba(138,205,214,.8);
    z-index: 1;
	text-align:left;
    width: 100%;
    padding-left: 15.4rem;
    padding-top: .4rem;
    height: 4.4rem;
	border-radius:.8rem;
}	

section#top2 .tofix .leftindex .wrap dl span:nth-child(2) {
    width: 94.2rem;
	top:4.4rem; left:1.8rem;
	
}	


section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dt {
	height:7.6rem;
	padding-left:2rem; padding-top:.8rem;
	background: url(/imgs/sec2-dt2-bg.svg) left top / 94.2rem auto no-repeat;
}	

section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dd {
	padding-left:10.6rem; 
    padding-top: .6rem;
    background: rgba(248,207,122,.8);
}	




section#top3{
	height:53rem;
}	


section#top3 .tofix {
    width: 100%;
	height:53rem;
    background: url(/imgs/sec3-bg4.jpg) center center / cover no-repeat;
}	
section#top3 .tofix>.grid {
    height:100%;
}	
section#top3 .tofix>.grid .wrap {
    height:100%; width:100%;
}	
section#top3 .tofix>.grid .rightindex {
    position:absolute; top:50%; right:0;
}	
section#top3 .tofix>.grid .rightindex .block {
    background:rgba(231,78,15,.85);
	font-size:1.8rem; color:white;
    border-radius: 1.4rem;
	padding: 2rem 2.2rem;
	max-width:42rem;
	text-align:left
}	

 

section#top4 {
	height:73rem;
}	


section#top4 .tofix {
    width: 100%;
	height:73rem;
	background:url(/imgs/sec4-bg2.png) center 30% / 192rem auto no-repeat;
	background-attachment:fixed;
	text-align:right;
}	


section#top4 .tofix .rightindex {
	display:inline-block;
	position:relative;
	padding-top:15rem;
    width: 44.2rem;
	text-align:left;
}	
section#top4 .tofix .rightindex:after {
	content:''; display:block;
	position:absolute; top:15rem; left:0; z-index:1;
    width: 102.2rem; height:78rem;
	background:url(/imgs/sec4-head-bg2.svg) top left / 138.6rem auto no-repeat;
}	
section#top4 .tofix .rightindex .wrap {
	position:relative; z-index:2
}	
section#top4 .tofix .rightindex h1 {
	color:white;
	font-size:2.6rem;
	text-transform:uppercase;
	margin: 3.2rem 4rem
}	
section#top4 .tofix .rightindex ul.list-colors { 
	width:100rem; display:inline-block;
    margin-left: -23.5rem;
	margin-top:4.8rem;
}	
section#top4 .tofix .rightindex ul.list-colors li {
	color:white;
	font-size:1.8rem;	
	border-radius:.7rem;
	padding: .6rem 1.6rem;
}	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(1) { background:#47aad7 }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(2) { background:#8ea426 }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(3) { background:#d29d00 }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(4) { background:#ec763b }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(5) { background:#c34409 }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(6) { background:#78afb6 }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(7) { background:#4a6f72 }	
section#top4 .tofix .rightindex ul.list-colors li:nth-child(8) { background:#793088 }	


section#top5 {
	height:64rem;
}	

section#top5 .tofix {
    width: 100%;
	height:64rem;
	background:url(/imgs/sec5-bg.png) center 30% / 197rem auto no-repeat;
	background-attachment:fixed;
	text-align:right;
}	

section#top5 .tofix .leftindex {
	display:inline-block;
	position:relative;
	padding-top:15rem; 
    width: 28.2rem;
	text-align:left;
}	
section#top5 .tofix .leftindex:after {
	content:''; display:block;
	position:absolute; top:15rem; right:0; z-index:1;
    width: 75rem; height:78rem;
	background:url(/imgs/sec5-head2.svg) top right / 91.8rem auto no-repeat;
}	

section#top5 .tofix .leftindex .wrap {
	position:relative; z-index:2;
    display: block;
}	
section#top5 .tofix .leftindex h1 {
	color:white;
	font-size:2.6rem;
	text-transform:uppercase;
	margin: 2.2rem 3rem
}	
section#top5 .tofix .leftindex svg {
	margin-left:6rem;
	margin-top:4rem;
}	

section#top5 .tofix .leftindex svg#labs2, section#top5 .tofix .leftindex svg#labs3, section#top5 .tofix .leftindex svg#labs4 {
	display:none;
}	



section#top6 {
		height:1100px;
}	

section#top6 .tofix {
    width: 100%;
	background:white;
	text-align:right;
	padding-top:9rem;
	height:1100px;
}	

section#top6 .tofix .grid_100 {
	background:#e5e5e5;
	padding-top:7rem;
	padding-bottom:12rem;
}	


.person {
    font-size:1.6rem;
    font-family: 'primelight';
    font-weight: 700;
	color:#702282;
	padding-bottom:4.2rem;	
}	


section#top6 .tofix .person {
	padding: 0 13rem;
}	


.person .bg {
    position:absolute; 
    left: 2rem;
    top: 12rem;
	width:59rem; height:26.5rem;
	background:url(/imgs/bg-beth.png) center center / 100% auto;
	margin-right:3rem;
	z-index:1;
}	

.person.sole .bg {
    position:absolute; 
    left:auto; right: -6rem;
    top: 12rem;
	width:86.7rem; height:36.1rem;
	background:url(/imgs/bg-sole.png) center center / 100% auto;
	z-index:1;
}	

.person .foto {
	position:relative;
    float:left; width:27.7rem; height:27.7rem;
	background:url(/imgs/foto-beth.png) center center / 100% auto;
	margin-right:5rem;
	z-index:2;
}	
.person.sole .foto {
    float:right;
	background-image:url(/imgs/foto-sole.png);
	margin-right:0;
	margin-left:5rem;
}	

.person .credenciais {
	position:relative;
	display:inline-block;
	width:calc(100% - 33rem);
    padding-bottom: 6rem;
	z-index:2;
}	


.person .credenciais h1 {
	margin-top:5rem;
	margin-bottom:3rem;
	border:1px solid #702282;
	display:inline-block;
    font-family: 'primeregular';
	font-size:1.8rem;
	text-transform:uppercase;
	border-radius:.7rem;
	padding: .7rem 1.6rem;
	background:white;
}	

.person.sole h1 {
	background:#e5e5e5
}	


 .person h2 {
    font-family: 'primeregular';
	font-size:1.8rem; 
	margin-bottom:1.8rem;
	text-transform:uppercase;
}	



section#top7 {
	height:90rem;
	min-height:calc( 100vh - 4.7rem );
}	

section#top7 .tofix {
    width: 100%;
	height:90rem;
	min-height:100%; 
	background:url(/imgs/bg-contact.png) center 36% / 199rem auto no-repeat;
	background-attachment:fixed;
	text-align:right;
}	


section#top7 .tofix .leftindex {
	display:inline-block;
	position:relative;
	padding-top:15rem; 
    width: 28.2rem;
	text-align:left;
	pointer-events:none;
}	
.input span {
		pointer-events:none;
}
section#top7 .tofix .leftindex:after {
	content:''; display:block;
	position:absolute; top:15rem; right:0; z-index:1;
    width: 70rem; height:78rem;
	background:url(/imgs/sec7-head.svg) top right / 70rem auto no-repeat;
}	

section#top7 .tofix .leftindex .wrap {
	position:relative; z-index:2;
    display: block;
}	
section#top7 .tofix .leftindex h1 {
	color:white;
	font-size:2.6rem;
	text-transform:uppercase;
	margin: 2.2rem 3rem
}	
section#top7 .tofix .content {
    padding: 0 13rem;
    font-size:1.6rem;
    font-family: 'primelight';
	color:#702281;
    font-weight: 700;
    margin-top: 4rem;
}	
section#top7 .tofix .content .open {
    background:rgba(255,255,255,.9);
	border-radius:.7rem;
	padding:1.6rem 2.6rem;
	display:inline-block;
}	
section#top7 .tofix .content .txt-center{
	display:block;
}	
section#top7 .tofix .content .contact {
	display:block;
	width:90%;
	margin:6rem auto 0;
    background:rgba(255,255,255,.9);
	border-radius:.7rem;
	padding:3rem 2.6rem 3rem;
	max-width:80.6rem;
    font-size: 0;
}	
section#top7 .tofix .content .contact .input {
	opacity:1;
	transition:all 220ms ease-out;
}	
section#top7 .tofix .content .contact.sending .input {
	opacity:.4;
}	
section#top7 .tofix .content .contact.sending .botao:hover {
	cursor:default;
	color:white;
	background:#702281;
	border:1px solid #702281;
}	
section#top7 .tofix .content .contact .coll {
	padding:0 1rem;
	
}	
section#top7 .botao {
	display:inline-block;
	color:white;
	background:#702281;
	border:1px solid #702281;
	border-radius:.7rem;
	padding:.7rem 2.4rem;
	cursor:pointer;
	transition:all 150ms ease-in;
}	
section#top7 .botao:hover {
	color:#702281;
	background:transparent;
	border-color:#702281;
	transition:all 250ms ease-out;
}	
section#ferreirinha {
	position:fixed;
	top:4.7rem; bottom:0; right:0; left:0;
	background:rgba(66,66,66,.8);
	border-top: 1.4rem solid #424242;
	opacity:0; visibility:hidden;
	transition: opacity 250ms, visibility 150ms;
}	
section#ferreirinha.visible {
	opacity:1; visibility:visible;
	transition: opacity 280ms ease-out, visibility 0ms;
}	
section#ferreirinha>.grid {
	height:100%;
	transform:translateY(30%);
	opacity:0; 
	transition: opacity 250ms, transform 250ms;
}	
section#ferreirinha.visible>.grid {
	transform:translateY(0%);
	opacity:1;
	transition: transform 380ms 240ms ease-out, opacity 300ms 240ms;
}	
section#ferreirinha>.grid>div {
	height:100%;
	padding: 0 13rem;
}	
section#ferreirinha>.grid>div>div {
	background:#e5e5e5;
	height:100%;
	border-bottom: 3rem solid #424242;
}	
section#ferreirinha>.grid>div>div>.person {
	padding-top:6rem;
}	
section#ferreirinha .person .logo {
	display:block;
    width: 17.2rem;
    height: 7.6rem;
	background:url(/imgs/logo-ferreirinha-large2.png) center center / 100% auto no-repeat;
	margin-bottom:2rem;
}	
section#ferreirinha .person .bg {
	display:none;
}	
section#ferreirinha .person h1 {
	background:transparent;
	color:#565656;
	border-color:#565656;
	margin-top:0rem;
}	
section#ferreirinha .person .credenciais {
	color:#565656;
	padding-bottom:0;
}	

section#ferreirinha  .person .foto {
    width:27.7rem; height:27.6rem;
	background:url(/imgs/foto-ferrei-large.png) center center / 100% auto;
}	


section#ferreirinha  .close {
	position:absolute; top:0; right:0;
    width:3.5rem; height:3.2rem;
	background:#424242 url(/imgs/ferreirinha-close.svg) center center / 1.9rem auto no-repeat;
	border-radius:.7rem;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	cursor:pointer;
	transition: all 120ms ease-in;
}	

section#ferreirinha  .close:hover {
	top:-.3rem;
	transition: all 120ms ease-out;
}	

.mCSB_scrollTools .mCSB_draggerRail {
    width: .8rem;
    border-radius: .7rem;
	background:#b7b7b7
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #565656;
    width: .8rem;
    border-radius: .7rem;
}

.ref { position:absolute; color:#4784c6; font-family:arial; font-size:1.2rem; 
    bottom: 1rem;
    right: 1rem;
    color: rgba(255,255,255,.5);
    font-family: tahoma;
}
#top3 .ref { position:absolute; color:#4784c6; font-family:arial; font-size:1.2rem; 
    color: rgba(255,255,255,.7);
}
@media screen and (max-width: 1292px) {
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) {
		max-width: 69.2rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dd {
		padding-top:1rem;
		line-height:1.2;
		height: 6.6rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dt {
		height: 7.6rem;
		padding-left: 2rem;
		padding-top: .8rem;
		background: url(/imgs/sec2-dt2-bg-twol2.svg) left top / 110.2rem auto no-repeat;
	}
	section#ferreirinha .person .foto {
		width: 22.7rem;
		background: url(/imgs/foto-ferrei-large.png) top center / 100% auto no-repeat;
	}
	section#ferreirinha .person .credenciais {
		width: calc(100% - 28rem);
	}
}


@media screen and (max-width: 1110px) {
	html, body {
		font-size:9px;
	}
	
	section#top7 {
		min-height:calc( 100vh - 4.2rem );
	}	
	section#top2 .tofix .leftindex .wrap dl dt	{
		background-position: -.2rem 0;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dt {
		background-position: -1rem 0;
	}
	section#top6 .tofix .person, section#top7 .tofix .content, section#ferreirinha>.grid>div {
		padding: 0 4rem;
	}

	section#top5 .tofix .leftindex svg {
    margin-left: 0rem;	
		display:none;
	}	
	section#top5 .tofix .leftindex svg#labs2 {
		display:block;
	}	
	
	section#top5 .st0{fill:#78342E;}
	section#top5 .st1{fill:#FFFFFF;}
	section#top5 .st2{fill:#3C95AA;}
	section#top5 .st3{fill:#7A2279;}
	section#top5 .st4{fill:#48BFEB;}
	section#top5 .st5{fill:#BEB005;}
	section#top5 .st6{fill:#F08C1B;}
	section#top5 .st7{fill:#E4341F;}
	section#top5 .st8{fill:#74608D;}
	section#top5 .st9{fill:#717C80;}
	section#top5 .st10{fill:#4676A2;}
	section#top5 .st11{fill:#E18DBA;}
	section#top5 .st12{fill-rule:evenodd;clip-rule:evenodd;fill:#A59E7A;}
	section#top5 .st13{fill-rule:evenodd;clip-rule:evenodd;fill:#BF5E32;}
	
}


@media screen and (max-width: 920px) {
	section#top .tofix .rbindex p {
		bottom: 14.8rem;
		left: -.9rem;
		right: auto;
	}
	section#top2 .tofix .leftindex .wrap dl dt {
		background: url(/imgs/sec2-dt1-bg-2line.svg) -.5rem top / 95.7rem auto no-repeat;
	}
	section#top2 .tofix .leftindex .wrap dl span {
		width: 55rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(1) dd {
		padding-top: .7rem;
		line-height: 1.2;
		height: 6.6rem;
		padding-left: 15.4rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) {
		top: 6.6rem;
		max-width: 58.2rem;
	}
	
}
@media screen and (max-width: 866px) {
	html, body {
		font-size:8px;
	}
	
	section#top7 {
		min-height:calc( 100vh - 3.6rem );
	}	
	section#top .tofix .rbindex {
		/*background: url(/imgs/top-people-bga.svg) -2rem center / 76.2rem auto no-repeat;*/
	}
	section#top2  {
		height:68rem; 
	}
	section#top2 .tofix {
		background: url(/imgs/sec2-bg2-alt.jpg) center bottom / cover no-repeat;
		height:68rem;
	}
	section#top2 .tofix .leftindex {
		padding-top: 13rem;
	}
	section#top2 .tofix .leftindex:after {
		top: 13rem;
	}
	section#top2 .tofix .leftindex .wrap {
		top: 13rem;
	}
}
@media screen and (max-width: 840px) {
	.person .foto {
		width: 23.7rem;
		background: url(/imgs/foto-beth.png) top center / 100% auto no-repeat;
		margin-right: 3rem;
	}
	.person.sole .foto {
		margin-left: 3rem;
	}
	.person .credenciais {
		width: calc(100% - 27rem);
	}
	section#ferreirinha .person .foto {
		width: 18.7rem;
	}
	section#ferreirinha .person .credenciais {
		width: calc(100% - 23rem);
	}
	section#top7 .tofix .content .contact {
    width: 95%;
	margin-left:5%;
	}
	section#top .tofix {
		background: white url(/imgs/bg-type-1.png) -72rem 50% / 151rem auto no-repeat;
	}
	section#ferreirinha>.grid>div>div>.person {
		padding-left:2rem;
		padding-right:2rem;
	}
	section#ferreirinha>.grid>div {
		padding: 0 !important;
	}
}

@media screen and (max-width: 760px) {
	section#top5 .tofix .leftindex svg {
		margin-left: -3rem;
	}
}
@media screen and (max-width: 720px) {
	section#top .tofix .rbindex:after{
		content: "";
		background: white;
		display: block;
		position: absolute;
		bottom: 2.5rem;
		left: -1rem;
		right:0rem;
		height: 18rem;
		border-radius: 1.4rem;
		z-index: 1;
	}
	section#top .tofix .rbindex:before, section#top .tofix .rbindex>p, section#top .tofix .rbindex>ul{
		z-index: 2;
	}
	section#top2 .tofix .leftindex .wrap dl span {
		width: 43rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) {
		top: 6.6rem;
		max-width: 43.2rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dt {
		background-image: url(/imgs/sec2-dt2-bg-twol3.svg);
		height: 9.6rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) dd {
		height: 9rem;
	}
	section#top5 .tofix .leftindex svg#labs2 {
		display:none;
	}
	
	section#top5 .tofix .leftindex svg#labs3 {
		display:block;
	}
	section#top5 .tofix .leftindex svg {
		margin-left: 28%;
		width:51rem; height:auto;
    margin-top: -3rem;
	}
	
	
	#labs3 .st0{fill:#78342E;}
	#labs3 .st1{fill:#FFFFFF;}
	#labs3 .st2{fill:#3C95AA;}
	#labs3 .st3{fill:#7A2279;}
	#labs3 .st4{fill:#48BFEB;}
	#labs3 .st5{fill:#BEB005;}
	#labs3 .st6{fill:#F08C1B;}
	#labs3 .st7{fill:#E4341F;}
	#labs3 .st8{fill:#74608D;}
	#labs3 .st9{fill:#717C80;}
	#labs3 .st10{fill:#4676A2;}
	#labs3 .st11{fill:#E18DBA;}
	#labs3 .st12{fill-rule:evenodd;clip-rule:evenodd;fill:#A59E7A;}
	#labs3 .st13{fill-rule:evenodd;clip-rule:evenodd;fill:#BF5E32;}
	
	
	
	.person .foto {
		width: 17.7rem;
	}
	.person .credenciais {
		width: calc(100% - 21rem);
	}
	section#top4 .tofix .rightindex {
		width: 35.2rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		margin-left: -30.5rem;
	}  
	
	section#top .tofix {
		background: white url(/imgs/bg-type-1.png) -80rem 50% / 151rem auto no-repeat
	}
}
}

@media screen and (max-width: 630px) {
		
	.mg-both, .mg-left { 
		padding-left:2rem;
	}

	.mg-both, .mg-right { 
		padding-right:2rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		margin-left: -32rem;
	}
}

@media screen and (max-width: 610px) {
	
	
	section#ferreirinha .person .foto, .person .foto {
		height: 17.7rem;
	}
	.person .credenciais, section#ferreirinha .person .credenciais {
		margin-top: 2.4rem;
		width: 100%;
	}
	.person .credenciais h1 {
		position: absolute;
		top: -16rem;
		left: 20rem;
	}
	.person .credenciais h2 {
		position: absolute;
		top: -5rem;
		left: 20rem;
	}
	.person.sole .credenciais h1 {
		top: -14.8rem;
		right: 20rem;
		left:auto;
		width:auto;
	}
	.person .credenciais .logo {
		position: absolute;
		top: -14.8rem;
		right: 20rem;
		left:auto;
		width: 19rem;
	}    

	section#ferreirinha .person .logo {
		top: -16.8rem;
		right:auto;
		left:20.2rem;
	}
	section#ferreirinha .person h1 {
		top: -7rem;
	}
}
@media screen and (max-width: 590px) {
	
	section#top4, section#top4 .tofix{ 
	    height:83rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		margin-top: 3.8rem;
	}
	section#top .tofix {
		background: white url(/imgs/bg-type-1.png) -80rem 50% / 142rem auto no-repeat
	}
	section#top .tofix .rbindex {
		/*width: 59.6rem;*/
	}
	section#top4 .tofix .rightindex {
		padding-top: 6.5rem;
	}
	section#top4 .tofix .rightindex:after {
		top: 6.5rem;
	}
	section#top4 .tofix .rightindex {
		width: 31.2rem;
	}
	section#top4 .tofix .rightindex:after {
		background: url(/imgs/sec4-head-bg2.svg) top left / 119.6rem auto no-repeat;
	}
	section#top4 .tofix .rightindex h1 {
		font-size: 2.2rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		width: 52.4rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		margin-left: -18.8rem;
	}
	section#top4 .tofix .rightindex ul.list-colors li {
		border-right-radius:0;
	}
	section#top .tofix .rbindex ul li {
		margin-right: 2.2rem;
	}
	section#top5 .tofix .leftindex h1 {
		font-size: 2.2rem;
	}
	section#top5 .tofix .leftindex:after {
		background: url(/imgs/sec5-head2.svg) top right / 84.8rem auto no-repeat;
	}
	section#top5 .tofix .mg-both, section#top7 .tofix .mg-both {
		padding-left:0;
	}
	section#top7 .tofix .leftindex h1 {
		font-size: 2.2rem;
	}
	section#top7 .tofix .leftindex:after {
		background: url(/imgs/sec7-head.svg) top right / 63rem auto no-repeat;
	}
	section#top6 .tofix .person, section#top7 .tofix .content, section#ferreirinha>.grid>div {
		padding: 0 4rem 0 5rem;
	}
	section#top5 {
		height: 52rem;
	}
	section#top5 .tofix {
		height: 52rem;
	}

section#top5 .tofix .leftindex:after {
		top: 7rem;
	}
	section#top5 .tofix .leftindex {
		padding-top: 7rem;
	}
	section#top6 .tofix {
		padding-top: 5rem;
	}
	section#top6 .tofix .grid_100 {
		padding-top: 5rem;
		padding-bottom: 1rem;
	}
	.person .credenciais {
		padding-bottom: 2rem;
	}
	section#top7 {
		height: 78rem;
	}
	section#top7 .tofix  {
		height: 78rem;
	}
section#top7 .tofix .leftindex {
		padding-top: 7rem;
	}
	section#top7 .tofix .leftindex:after {
		top: 7rem;
	}
	section#ferreirinha>.grid>div>div>.person {
		padding-top: 4.5rem;
	}
	
}
@media screen and (max-width: 570px) {

	section#top2 .tofix .mg-both {
		padding:0;
	}
	section#top2 .tofix .leftindex {
		margin-left:-.2rem;
	}
	section#top2 .tofix .leftindex .wrap dl {
		top: 20.4rem;
		left: 13.2rem;
	}
	section#top2 .tofix .leftindex .wrap dl dt {
		border-bottom-left-radius:1.2rem;
	}
	section#top2 .tofix .leftindex .wrap .el2 {
		background: url(/imgs/sec2-el2a.svg) center center / 38.6rem auto no-repeat;
	}
	section#top2 .tofix .leftindex {
		padding-top: 13rem;
		background: url(/imgs/sec2-el1-small4.svg) bottom right / 54.8rem auto no-repeat;
	}
	section#top2 .tofix .leftindex .wrap dl {
		top: 20.2rem;
	}

}


@media screen and (max-width: 540px) {
	section#top5 .tofix .leftindex svg {
		margin-left: 16%;
	}
}

@media screen and (max-width: 500px) {
	section#top .tofix .leftindex {
		padding-top: 4.6rem;
	}
	section#top .tofix .leftindex .wrap {
		top: 4.6rem;
	}
	section#top .tofix .leftindex .wrap h2 {
		top: 15.6rem;
		left: 15.6rem;
	}
	section#top .tofix .mg-both {
		padding-left:0;
	}
	section#top .tofix .leftindex:after {
			display:none;
	}
	section#top .tofix .leftindex .wrap h1 {
		top: 5rem;
		left: 1.8rem;
	}
	section#top .tofix .leftindex {
		background: url(/imgs/top-el1a.svg) bottom right / 33.6rem auto no-repeat;
	}
	section#top .tofix .leftindex .wrap h1 {
		background: url(/imgs/type-mktd-1.svg) center center / 18.4rem auto no-repeat;
	}



	section#top .tofix .rbindex {
    width: 29.6rem;
	}
	section#top .tofix .rbindex:after {
		height: 17rem
	}
	section#top .tofix .rbindex ul li, section#top .tofix .rbindex ul li:nth-child(2) {
		margin-top:2rem; 
		display: block;
	}
	section#top .tofix .rbindex p {
		bottom: 14rem;
		left: -.7rem;
		right: auto;
	}
	section#top6 .tofix .person, section#ferreirinha>.grid>div {
		padding: 0 2rem 0 2rem;
	}
	
	section#top7 .tofix .content {
		padding: 0 2rem 0 5rem;
	}

	section#top2 .tofix {
		background-attachment: scroll !important;
	}
}
@media screen and (max-width: 480px) {
	
    nav .grid {
		padding-left:2rem !important;
	}
    nav .rightnav {
		width: 27rem;
		padding-right:2rem !important;
	}
	section#top2 .tofix .leftindex .wrap dl {
		left: 8.5rem;
	}
	section#top5 .tofix .leftindex svg {
		margin-left: 12%;
	}
	section#top7 .tofix .content {
		padding: 0 0 0 5rem;
	}
}
@media screen and (max-width: 440px) {
	.person .credenciais h1 {
		top: -16rem;
	}
	section#ferreirinha .person .foto {
		width: 13.7rem;
		height:13.7rem
	}
	section#ferreirinha .person .logo {
		top: -15.2rem;
		left: 15.2rem;
		width: 15rem;
	}
	section#ferreirinha .person .credenciais h1 {
		left: 15rem;
	}
	section#ferreirinha>.grid>div {
		padding: 0;
	}
	section#top2 .tofix .leftindex .wrap dl {
		left: 5.5rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		width: 46.4rem;
		margin-left: -12.8rem;
	}
	
	section#top5 {
		height: 60rem;
	}
	section#top5 .tofix {
		height: 60rem;
	}
	
	section#top5 .tofix .leftindex svg#labs3 {
			display:none;
	}
	section#top5  .tofix .leftindex svg#labs4 {
			display:block;
			margin-top:-2rem 
	}
	
	
	#labs4 .st0{fill:#78342E;}
	#labs4 .st1{fill:#FFFFFF;}
	#labs4 .st2{fill:#3C95AA;}
	#labs4 .st3{fill:#7A2279;}
	#labs4 .st4{fill:#48BFEB;}
	#labs4 .st5{fill:#BEB005;}
	#labs4 .st6{fill:#F08C1B;}
	#labs4 .st7{fill:#E4341F;}
	#labs4 .st8{fill:#74608D;}
	#labs4 .st9{fill:#717C80;}
	#labs4 .st10{fill:#4676A2;}
	#labs4 .st11{fill:#E18DBA;}
	#labs4 .st12{fill-rule:evenodd;clip-rule:evenodd;fill:#A59E7A;}
	#labs4 .st13{fill-rule:evenodd;clip-rule:evenodd;fill:#BF5E32;}
	
	
	
	section#top5 .tofix .leftindex svg {
		 margin-left: 25%;
		width: 35rem;
	}
	
	section#ferreirinha .person .credenciais h1 {
		font-size:1.6rem;
	}
	section#ferreirinha.visible>.grid {
		padding:0 1rem ;
	}
	
	
}
@media screen and (max-width: 400px) {
	br.small { display:inline }
	section#top .tofix .leftindex .wrap h2 {
		line-height:1.2
	}
	
	section#top2 .tofix .leftindex .wrap dl {
		left: 0;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) {
		left: 0;
	}
	section#top2 .tofix .leftindex .wrap dl span {
		width: 44rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(2) {
		max-width: 44rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		width: 40.4rem;
		margin-left: -6.8rem;
    margin-top: 2rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		width: 40.4rem;
		margin-left: -6.8rem;
    margin-top: 2.2rem;
		line-height:1.4;
	}


}
@media screen and (max-width: 370px) {
	section#top {
		height: 63rem;
	}
	section#top .tofix {
		height: 63rem;
		background: white url(/imgs/bg-type-1.png) -80rem 52% / 142rem auto no-repeat;
	}
	section#top .tofix .leftindex {
		padding-top: 0;
	}
	section#top .tofix .leftindex .wrap {
		top: 0;
	}
	section#top5 .tofix .leftindex svg {
		margin-left: 21%;
	}
	.person .credenciais h1 {
		font-size:1.6rem;
		padding: 1.2rem 1rem 1rem;
		top: -15.4rem;
	}
	.person .credenciais h2 {
		font-size:1.6rem;
		top: -4.6rem;
	}
	section#ferreirinha .person h1 {
		top: -7.4rem;
	}
	section#top4 .tofix .rightindex ul.list-colors {
		margin-left: -3.4rem;
	}
}


@media screen and (max-width: 350px) {
	section#top5 .tofix .leftindex svg {
		margin-left: 14%;
	}
	section#ferreirinha .person .credenciais h1 {
		left: 14rem;
	}
	section#ferreirinha .person .foto {
		width: 12.7rem;
		height: 12.7rem;
	}
	
	
	
	
	
	
	section#top2 .tofix .leftindex .wrap .el2 {
		background: url(/imgs/sec2-el2a.svg) center center / 36.6rem auto no-repeat;
	}
	section#top2 .tofix .leftindex .wrap .el2 {
		left: -1rem;
	}
	section#top2 .tofix .leftindex .wrap dl span:nth-child(1) dd {
		padding-left: 14.4rem;
	}
	span:nth-child(2) dd {
		padding-left: 9.6rem;
	}
	section#top2 .tofix .leftindex .wrap dl {
		left: -.7rem;
	}
	section#top2 .tofix .leftindex {
		background: url(/imgs/sec2-el1-small4.svg) -11rem bottom / 54.8rem auto no-repeat;
	}
}