/* Reset */

:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
blockquote {
	margin: 0;
}
a {
	text-decoration: none;
	outline: 0;
}

/* Fontes */

@font-face {
	font-family: 'HelveticaLTStd-Light';
	font-weight: normal;
	font-style: normal;
	src: url('../font/eot/HelveticaLTStd-Light.eot');
	src: url('../font/eot/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/svg/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg'),
		url('../font/woff/HelveticaLTStd-Light.woff') format('woff'),
		url('../font/ttf/HelveticaLTStd-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'HelveticaLTStd-LightObl';
	font-weight: normal;
	font-style: normal;
	src: url('../font/eot/HelveticaLTStd-LightObl.eot');
	src: url('../font/eot/HelveticaLTStd-LightObl.eot?#iefix') format('embedded-opentype'),
		url('../font/svg/HelveticaLTStd-LightObl.svg#HelveticaLTStd-LightObl') format('svg'),
		url('../font/woff/HelveticaLTStd-LightObl.woff') format('woff'),
		url('../font/ttf/HelveticaLTStd-LightObl.ttf') format('truetype');
}
@font-face {
	font-family: 'HelveticaLTStd-Obl';
	font-weight: normal;
	font-style: normal;
	src: url('../font/eot/HelveticaLTStd-Obl.eot');
	src: url('../font/eot/HelveticaLTStd-Obl.eot?#iefix') format('embedded-opentype'),
		url('../font/svg/HelveticaLTStd-Obl.svg#HelveticaLTStd-Obl') format('svg'),
		url('../font/woff/HelveticaLTStd-Obl.woff') format('woff'),
		url('../font/ttf/HelveticaLTStd-Obl.ttf') format('truetype');
}
@font-face {
	font-family: 'HelveticaLTStd-Roman';
	font-weight: normal;
	font-style: normal;
	src: url('../font/eot/HelveticaLTStd-Roman.eot');
	src: url('../font/eot/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('../font/svg/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg'),
		url('../font/woff/HelveticaLTStd-Roman.woff') format('woff'),
		url('../font/ttf/HelveticaLTStd-Roman.ttf') format('truetype');
}

/* Fontes - Aplicações */

.menu,
.subtitle,
.footer-menu .nav-link {
	font-family: 'HelveticaLTStd-Roman';
}
.footer-rights,
.newsletter-label,
.social-label,
.footer-menu .submenu-link,
.contact-item,
.flexslider-home .slide-story,
.flexslider-home .slide-story-icon,
.flexslider-modal .slide .text,
.flexslider-company .slide .text,
.button,
.title,
.title-b,
.text,
.text-a,
.label,
.tab h3,
.table td,
.file-link,
.internal-menu .nav-link {
	font-family: 'HelveticaLTStd-Light';
}
.blockquote *,
.home .column-clients .title {
	font-family: 'HelveticaLTStd-LightObl';
}
.flexslider-home-clients .slide .text-2 span {
	font-family: 'HelveticaLTStd-Obl';
}

/* Estrutura geral */

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}
body {
	background: url(../img/bg.png) repeat;
	font-size: 14px; font-size: 1.4rem;
	color: #333;
	min-width: 1000px; min-width: 100rem;
}
body.modal {
	min-width: 960px; min-width: 96rem;
}
option {
	color: #000;
}
a {
	-webkit-transition: background-color ease-in-out 0.2s;
	   -moz-transition: background-color ease-in-out 0.2s;
	     -o-transition: background-color ease-in-out 0.2s;
	        transition: background-color ease-in-out 0.2s;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
	color: #333;
}
.no-transition {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}
.hover-a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-khtml-opacity: .7;
	  -moz-opacity: .7;
	       opacity: .7;
}
.sprite,
.sprite-pseudo:after,
.sprite-pseudo:before {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-size: 800px 900px; background-size: 80rem 90rem;
	text-indent: -9999px;
	display: block;
}
.ie .sprite,
.ie .sprite-pseudo:after,
.ie .sprite-pseudo:before {
	background-size: 800px 900px;
}
.line {
	position: relative;
	overflow: hidden;
}
.line > .container {
	position: relative;
	width: 960px; width: 96rem;
	padding: 0 20px; padding: 0 2rem;
	margin: 0 auto;
	overflow: hidden;
}
.line.background-a,
.container.background-a {
	background: #FFF;
}
.line.background-b,
.container.background-b {
	background: url(../img/bg.png) repeat;
}
.line.border-top {
	border-top: 1px solid #E9E9E9; border-top: 0.1rem solid #E9E9E9;
}
.line.border-bottom {
	border-bottom: 1px solid #E9E9E9; border-bottom: 0.1rem solid #E9E9E9;
}
.line.shadow-top:before {
	content: "";
	width: 100%;
	height: 1px; height: 0.1rem;
	position: absolute;
	top: -1px; top: -0.1rem;
	left: 0;
	-webkit-box-shadow: 0 0 5px 0 #DFDFDF; -webkit-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	   -moz-box-shadow: 0 0 5px 0 #DFDFDF;    -moz-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	        box-shadow: 0 0 5px 0 #DFDFDF;         box-shadow: 0 0 0.5rem 0 #DFDFDF;
}
.line.shadow-bottom:after {
	content: "";
	width: 100%;
	height: 1px; height: 0.1rem;
	position: absolute;
	bottom: -1px; bottom: -0.1rem;
	left: 0;
	-webkit-box-shadow: 0 0 5px 0 #DFDFDF; -webkit-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	   -moz-box-shadow: 0 0 5px 0 #DFDFDF;    -moz-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	        box-shadow: 0 0 5px 0 #DFDFDF;         box-shadow: 0 0 0.5rem 0 #DFDFDF;
}
.column {
	float: left;
	position: relative;
	width: 100%;
	padding-top: 40px; padding-top: 4rem;
	overflow: hidden;
}
.column.background-a {
	background: #963FC2;
	color: #FFF;
}
.column.padding {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
.column-16 {
	width: 16.6%;
}
.column-16.padding {
	width: 10.6%;
}
.column-25 {
	width: 24.9%;
}
.column-25.padding {
	width: 18.9%;
}
.column-33 {
	width: 33%;
}
.column-33.padding {
	width: 27%;
}
.column-50 {
	width: 50%;
}
.column-50.padding {
	width: 44%;
}
.column-66 {
	width: 66%;
}
.column-66.padding {
	width: 60%;
}
.column.border-right,
.container.border-right {
	border-right: 1px solid #E9E9E9; border-right: 0.1rem solid #E9E9E9;
}
.column.border-left,
.container.border-left {
	border-left: 1px solid #E9E9E9; border-left: 0.1rem solid #E9E9E9;
}
.column.align-center {
	text-align: center;
}
.column.align-center > * {
	display: inline-block;
	float: none;
}
.column.align-center > .title {
	display: block;
}
.column.nopadding {
	padding-top: 0;
	padding-bottom: 0;
}
.button-wrap {
	cursor: pointer;
	position: relative;
	float: left;
}
.button {
	background-color: #999;
	border: 0;
	margin: 0;
	border-bottom: 4px solid #333; border-bottom: 0.4rem solid #333;
	float: left;
	text-align: center;
	-webkit-border-radius: 7px; -webkit-border-radius: 0.7rem;
	   -moz-border-radius: 7px;    -moz-border-radius: 0.7rem;
	        border-radius: 7px;         border-radius: 0.7rem;
}
.button-wrap:hover .button {
	margin-top: 1px; margin-top: 0.1rem;
	border-bottom-width: 3px; border-bottom-width: 0.3rem;
}
.button-wrap:hover button.button,
.button-wrap:hover input.button {
	height: 37px; height: 3.7rem;
}
.button-wrap:active .button {
	margin-top: 2px; margin-top: 0.2rem;
	border-bottom-width: 2px; border-bottom-width: 0.2rem;
}
.button-wrap:active button.button,
.button-wrap:active input.button {
	height: 36px; height: 3.6rem;
}
.button-style-a,
.button-wrap:hover .button-style-a {
	background-color: #963FC2;
	border-bottom-color: #5C0D85;
	color: #FFF !important;
	text-shadow: 0 1px 1px #5C0D85; text-shadow: 0 0.1rem 0.1rem #5C0D85;
	font-size: 18px; font-size: 1.8rem;
}
.button-style-a span {
	float: left;
}
.button-style-a span:after {
	float: right;
	content: "";
	width: 18px; width: 1.8rem;
	height: 19px; height: 1.9rem;
	margin-left: 8px; margin-left: 0.8rem;
	background-position: -127px -115px; background-position: -12.7rem -11.5rem;
}
.ie .button-style-a span:after {
	background-position: -127px -115px;
}
.button-style-b,
.button-wrap:hover .button-style-b {
	background-color: #A6DC3F;
	border-bottom-color: #7DBA09;
}
.button-size-a {
	width: 335px; width: 33.5rem;
	height: 100px; height: 10rem;
}
.button-size-b {
	width: 42px; width: 4.2rem;
	height: 38px; height: 3.8rem;
}
.button-size-c {
	line-height: 56px; line-height: 5.6rem;
	padding: 0 30px; padding: 0 3rem;
}
.button-style-a.button-size-c {
	margin-bottom: 30px; margin-bottom: 3rem;
}
.button-style-a.button-size-c span:after {
	margin-top: 20px; margin-top: 2rem;
}
.button.sprite {
	padding: 0;
}
.list-def {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px; padding-top: 1rem;
}
.list-def-key {
	float: left;
	font-size: 26px; font-size: 2.6rem;
	width: 13%;
	text-align: right;
}
.list-def-val {
	float: right;
	width: 83%;
	margin: 0;
}
.list-def-val .text {
	padding-bottom: 15px; padding-bottom: 1.5rem;
}









/* Leonardo Souza */

/* Formulário */

.mar-10 {
	margin-bottom: 10px; margin-bottom: 1rem;
}
.mar-30 {
	margin-bottom: 30px; margin-bottom: 3rem;
}
.mar-90 {
	margin-bottom: 90px; margin-bottom: 9rem;
}
.input-text, .input-search, .select, .textarea {
    background-color: #F8F8F8;
	border: 1px solid #D5D5D5; border: 0.1rem solid #D5D5D5;
	display: inline-block;
	float: left;
	font-style: italic;
	height: 20px; height: 2rem;
	line-height: 20px; line-height: 2rem;
	padding: 17px 8px; padding: 1.7rem 0.8rem;
	vertical-align: middle;
	outline: 0;
    -webkit-border-radius: 8px; -webkit-border-radius: 0.8rem;
       -moz-border-radius: 8px;    -moz-border-radius: 0.8rem;
            border-radius: 8px;         border-radius: 0.8rem;
}
.textarea {
	padding-top: 8px; padding-top: 0.8rem;
	height: 164px; height: 16.4rem;
	width: 367px; width: 36.7rem;
}
.input-text {
	-webkit-transition: all 0.4s easy 0;
	   -moz-transition: all 0.4s easy 1s;
	    -ms-transition: all 0.2s easy 0;
	     -o-transition: all 0.2s easy 0; 
	        transition: all 0.2s easy 0;    
}
.input-text:focus,
.textarea:focus,
.select:focus {
	border-color: #963FC2;
	outline: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 20px rgba(150,63,194, 0.6); -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05) inset, 0 0 2rem rgba(150,63,194, 0.6);
	    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 20px rgba(150,63,194, 0.6);     moz-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05) inset, 0 0 2rem rgba(150,63,194, 0.6);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 20px rgba(150,63,194, 0.6);         box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05) inset, 0 0 2rem rgba(150,63,194, 0.6);
}
.input-text.tam-a {
	width: 367px; width: 36.7rem;
}
.input-text.tam-b {
	width: 135px; width: 13.5rem;
}
.input-text.tam-c {
	width: 233px; width: 23.3rem;
}
.select.tam-a {
	width: 383px; width: 38.3rem;
}
.select.tam-b {
	width: 135px; width: 13.5rem;
}
.label {
	float: left;
	font-size: 18px; font-size: 1.8rem;
	width: 140px; width: 14rem;
	padding: 20px 20px 0 0; padding: 2rem 2rem 0 0;
}
.contact-form .notice {
	color: #666666;
	font-size: 12px; font-size: 1.2rem;
	padding: 6px 0 0 160px; padding: 0.6rem 0 0 16rem;
	display: block;
	clear: both;
}
.box-internal {
	padding: 32px 0 0 38px; padding: 3.2rem 0 0 3.8rem;
}
.list-form {
	float: left;
	width: 100%;
}
.item-form {
	float: left;
	margin-bottom: 24px; margin-bottom: 2.4rem;
	position: relative;
}

span.number {
	font-size: .95em;
	line-height: 2.5rem;
	margin-right: 15px;
	font-family: 'HelveticaLTStd-Roman';
	float: left;
	font-weight: bold;
	background: #680B84;
	color: #FFF;
	margin-top: 2rem;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
}
.input-hidden, 
.clearall.input-hidden {
	display: none;
}
.item-form.item-form-block {
	width: 100%;
	float: none!important;
	clear: both!important;
	display: block!important;
}
.item-form.item-form-block label {
	font-size: 2rem;
}
.item-form.item-form-block .text {
	padding-bottom: 2rem;
	display: inline-block;
	padding-left: 1rem;
}
.item-form.item-form-block .iradio_minimal-purple {
	margin-top: -2px;
}
.clearall {
	width: 100%;
	float: none!important;
	clear: both!important;
	display: block;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}
.clearall > .label {
	width:auto!important;
}
.clearall.item-form {
	padding-top: 2.5rem;
	padding-left: 3.6rem;
}
.text > a {
	color: #680B84;
}

.contact-form .item-button {
	padding-left: 160px; padding-left: 16rem;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete-input {
	cursor: pointer;
}
.ui-button {
	background: url("../img/contact-background-combo.png") repeat scroll 0 0 transparent;
	height: 44px; height: 4.4rem;
	left: 383px; left: 38.3rem;
	position: absolute;
	top: 5px; top: 0.5rem;
	width: 24px; width: 2.4rem;
}
.ui-menu {
	background-color: #F8F8F8;
	left: 169px !important; left: 16.9rem !important;
	padding: 7px 10px; padding: 0.7rem 1rem;
	position: absolute !important;
	top: 55px !important; top: 5.5rem !important;
	width: 214px !important; width: 21.4rem !important;
	z-index: 3;
	border: 1px solid #963FC2; border: 0.1rem solid #963FC2;
	border-top: 0;
	/*-webkit-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 0.8rem 0.8rem;
	   -moz-border-radius: 0 0 8px 8px;    -moz-border-radius: 0 0 0.8rem 0.8rem;
	        border-radius: 0 0 8px 8px;         border-radius: 0 0 0.8rem 0.8rem;*/
}
.ui-menu-item {
	display: inline-block;
	float: left;
	padding: 6px 0 0; padding: 0.6rem 0 0;
	width: 100%;
}
.ui-menu-item .ui-corner-all {
	color: #252525;
	cursor: pointer;
	display: block;
	font-size: 14px; font-size: 1.4rem;
	line-height: 18px; line-height: 1.8rem;
	padding: 5px 5px; padding: 0.5rem 0.5rem;
	font-style: italic;
}
.ui-menu-item .ui-corner-all:hover {
	color: #680B84;
}
.input-text.ui-autocomplete-input {
	width: 234px; width: 23.4rem;
}
.ui-autocomplete {
	max-height: 230px; max-height: 23rem;
	overflow: auto;
}
@-moz-document url-prefix() { 
	.select, option {
		padding: 14px 0; padding: 1.4rem 0;
	}
}
.form-feedback{
	clear: both;
	display: none;
	font-size: 12px; font-size: 1.2rem;
	line-height: normal;
	padding: 4px 0 0 163px; padding: 0.4rem 0 0 16.3rem;
}
.success .input-text,
.success .select,
.success .textarea {
	border-color: #A5C356 !important;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset; -webkit-box-shadow: 0 0 0.3rem #CCCCCC inset;
	    moz-box-shadow: 0 0 3px #CCCCCC inset;     moz-box-shadow: 0 0 0.3rem #CCCCCC inset;
	        box-shadow: 0 0 3px #CCCCCC inset;         box-shadow: 0 0 0.3rem #CCCCCC inset;
}
.sucess .form-feedback { color: #A5C356; }
.error .input-text,
.error .select,
.error .textarea {
    border-color: #B45F5E !important;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset; -webkit-box-shadow: 0 0 0.3rem #CCCCCC inset;
	    moz-box-shadow: 0 0 3px #CCCCCC inset;     moz-box-shadow: 0 0 0.3rem #CCCCCC inset;
	        box-shadow: 0 0 3px #CCCCCC inset;         box-shadow: 0 0 0.3rem #CCCCCC inset;
}
.error .form-feedback {
	color: #B45F5E;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color:#DDD }
input:-moz-placeholder,
textarea:-moz-placeholder { color:#DDD }
.loading-form {
	position: relative;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter:alpha(opacity=20);
	-khtml-opacity: .2;
	  -moz-opacity: .2;
	       opacity: .2;
}
.loading-form-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -26px; margin-left: -2.6rem;
	margin-top: -26px; margin-top: -2.6rem;
	background: #FFF url(../img/loading-1.gif) no-repeat center center;
	background-size: 32px 32px; background-size: 3.2rem 3.2rem;
	content: "";
	width: 52px; width: 5.2rem;
	height: 52px; height: 5.2rem;
    -webkit-border-radius: 7px; -webkit-border-radius: 0.7rem;
       -moz-border-radius: 7px;    -moz-border-radius: 0.7rem;
            border-radius: 7px;         border-radius: 0.7rem;
	-webkit-box-shadow: 0 0 5px 0 #DFDFDF; -webkit-box-shadow: 0 0 0.5rem 0 #CCCCCC;
	   -moz-box-shadow: 0 0 5px 0 #DFDFDF;    -moz-box-shadow: 0 0 0.5rem 0 #CCCCCC;
	        box-shadow: 0 0 5px 0 #DFDFDF;         box-shadow: 0 0 0.5rem 0 #CCCCCC;
}












/* TOPO */

.header {
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 3;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px 0 #DFDFDF; -webkit-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	   -moz-box-shadow: 0 0 5px 0 #DFDFDF;    -moz-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	        box-shadow: 0 0 5px 0 #DFDFDF;         box-shadow: 0 0 0.5rem 0 #DFDFDF;
}
.header .container {
	position: relative;
	width: 1000px; width: 100rem;
	height: 93px; height: 9.3rem;
	margin: 0 auto;
}
.logo-inner {
	width: 160px; width: 16rem;
	height: 55px; height: 5.5rem;
	text-indent: -9999px;
	float: left;
	margin-top: 20px; margin-top: 2rem;
	background-position: 0 0;
}
.facebook-header {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px; width: 20rem;
	height: 46px; height: 4.6rem;
	background: #FFF;
	border-right: 1px solid #E9E9E9; border-right: 0.1rem solid #E9E9E9;
}
.facebook-header .container {
	float: right;
	width: 174px; width: 17.4rem;
	text-align: right;
	padding: 13px 40px 0 0; padding: 1.3rem 4rem 0 0;
	height: 20px; height: 2rem;
}

/* TOPO - Menu */

.menu {
	float: right;
	position: relative;
	z-index: 1;
}
.menu .nav-item {
	float: left;
}
.menu .nav-link {
	float: left;
	background: #FFF;
	position: relative;
	margin-left: -1px; margin-left: -0.1rem;
	border-left: 1px solid #E9E9E9; border-left: 0.1rem solid #E9E9E9;
	border-right: 1px solid #E9E9E9; border-right: 0.1rem solid #E9E9E9;
	height: 58px; height: 5.8rem;
	padding: 35px 25px 0 25px; padding: 3.5rem 2.5rem 0 2.5rem;
	font-size: 18px; font-size: 1.8rem;
}
.menu .selected .nav-link,
.menu .nav-link:hover {
	background: #963FC2;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: 3px solid #5C0D85; border-bottom: 0.3rem solid #5C0D85;
	height: 55px; height: 5.5rem;
	color: #FFF;
	z-index: 1;
}
.menu .nav-item-2 .nav-link {
	font-size: 14px; font-size: 1.4rem;
	padding-top: 28px; padding-top: 2.8rem;
	height: 65px; height: 6.5rem;
}
.menu .nav-item-2.selected .nav-link,
.menu .nav-item-2 .nav-link:hover {
	height: 62px; height: 6.2rem;
}
.menu .nav-item-3 {
	margin-top: 46px; margin-top: 4.6rem;
}
.menu .nav-item-3 .nav-link {
	height: 31px; height: 3.1rem;
	padding: 15px 20px 0 20px; padding: 1.5rem 2rem 0 2rem;
	font-size: 14px; font-size: 1.4rem;
	border-top: 1px solid #E9E9E9; border-top: 0.1rem solid #E9E9E9;
}
.menu .nav-item-3.selected .nav-link,
.menu .nav-item-3 .nav-link:hover {
	height: 28px; height: 2.8rem;
}
.menu .nav-item-2 .nav-icon {
	float: left;
	width: 36px; width: 3.6rem;
	height: 36px; height: 3.6rem;
	margin-right: 10px; margin-right: 1rem;
	background-position: 0 -115px; background-position: 0 -11.5rem;
}
.ie .menu .nav-item-2 .nav-icon {
	background-position: 0 -115px;
}
.menu .nav-item-2.selected .nav-icon,
.menu .nav-item-2 .nav-link:hover .nav-icon {
	background-position: -36px -115px; background-position: -3.6rem -11.5rem;
}
.ie .menu .nav-item-2.selected .nav-icon,
.ie .menu .nav-item-2 .nav-link:hover .nav-icon {
	background-position: -36px -115px;
}
.menu .nav-item-2 span {
	float: left;
}

/* TOPO - Home */

.home .header {
	/*background: transparent;*/
	background: rgba(0,0,0,.2);
	border-bottom: 1px solid rgb(255, 255, 255); border-bottom: 0.1rem solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .3); border-bottom: 0.1rem solid rgba(255, 255, 255, .3);
	-webkit-box-shadow: none;
	    moz-box-shadow: none;
	        box-shadow: none;
}
.home .logo-inner {
	background-position: 0 -55px; background-position: 0 -5.5rem;
}
.ie .home .logo-inner {
	background-position: 0 -55px;
}
.home .facebook-header {
	background: transparent;
	border-bottom-color: rgb(255, 255, 255);
    border-bottom-color: rgba(255, 255, 255, .3);
    border-right-color: rgb(255, 255, 255);
    border-right-color: rgba(255, 255, 255, .3);
}
.home .menu .nav-link {
	background: transparent;
	border-left-color: rgb(255, 255, 255);
    border-left-color: rgba(255, 255, 255, .3);
    border-right-color: rgb(255, 255, 255);
    border-right-color: rgba(255, 255, 255, .3);
	border-bottom: 0;
	height: 58px; height: 5.8rem;
	color: #FFF;
	text-shadow: 0 0 5px #CCC; text-shadow: 0 0 0.5rem #CCC;
}
.home .menu .selected .nav-link,
.home .menu .nav-link:hover {
	background: rgba(0, 0, 0, .2);
}
.home .menu .nav-item-2 .nav-link {
	height: 65px; height: 6.5rem;
}
.home .menu .nav-item-2 .nav-icon {
	background-position: -36px -115px; background-position: -3.6rem -11.5rem;
}
.ie .home .menu .nav-item-2 .nav-icon {
	background-position: -36px -115px;
}
.home .menu .nav-item-3 .nav-link {
	height: 31px; height: 3.1rem;
	border-top: 1px solid rgb(255, 255, 255); border-top: 0.1rem solid rgb(255, 255, 255);
	border-top: 1px solid rgba(255, 255, 255, .3); border-top: 0.1rem solid rgba(255, 255, 255, .3);
}

/* RODAPÉ */

.footer {
	position: relative;
	width: 100%;
	z-index: 1;
}
.footer .container {
	position: relative;
	width: 960px; width: 96rem;
	padding: 0 20px; padding: 0 2rem;
	margin: 0 auto;
	overflow: hidden;
}
.footer .column-66 {
	border-right: 1px solid #4D2064; border-right: 0.1rem solid #4D2064;
}
.footer-background {
	background: #680B84;
	color: #FFF;
	-webkit-box-shadow: 0 0 5px 0 #DFDFDF; -webkit-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	   -moz-box-shadow: 0 0 5px 0 #DFDFDF;    -moz-box-shadow: 0 0 0.5rem 0 #DFDFDF;
	        box-shadow: 0 0 5px 0 #DFDFDF;         box-shadow: 0 0 0.5rem 0 #DFDFDF;
}
.footer-top {
	border-bottom: 1px solid #4D2064; border-bottom: 0.1rem solid #4D2064;
}
.footer-middle {}
.footer-bottom {}
.footer-top .column {
	height: 100px; height: 10rem;
}
.footer-logo {
	width: 270px; width: 27rem;
	height: 26px; height: 2.6rem;
	margin: 27px 0; margin: 2.7rem 0;
	float: left;
	background-position: 0 -151px; background-position: 0 -15.1rem;
}
.ie .footer-logo {
	background-position: 0 -151px;
}
.footer-rights {
	float: right;
	line-height: 80px; line-height: 8rem;
}


.footer #chat {
	position: absolute;
	bottom: 45px;
	right: 40px;
}
.fixedChat {
	width: 85px;
	height: 85px;
	background-image: url(../img/chatonline-text.png);
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10000;
	cursor: pointer;
}
.fixedChat.offline {
	
	background-image: url(../img/chatoffline-text.png);
}
.fixedChat > div {
	background-position: -10px 0;
	background-repeat: no-repeat;
	margin:16px;

}
/* RODAPÉ - Newsletter */

.newsletter-label {
	font-size: 18px; font-size: 1.8rem;
	float: left;
	line-height: 100px; line-height: 10rem;
	margin-right: 15px; margin-right: 1.5rem;
}
.newsletter-input-box {
	float: left;
	background: #FFF;
	height: 54px; height: 5.4rem;
	margin-top: 23px; margin-top: 2.3rem;
    -webkit-border-radius: 7px; -webkit-border-radius: 0.7rem;
       -moz-border-radius: 7px;    -moz-border-radius: 0.7rem;
            border-radius: 7px;         border-radius: 0.7rem;
}
.newsletter-input-box .email-icon {
	width: 37px; width: 3.7rem;
	height: 24px; height: 2.4rem;
	float: left;
	margin: 15px 15px 0 15px; margin: 1.5rem 1.5rem 0 1.5rem;
	background-position: -72px -115px; background-position: -7.2rem -11.5rem;
}
.ie .newsletter-input-box .email-icon {
	background-position: -72px -115px;
}
.newsletter-input-box .input-text {
	background: transparent !important;
	border: none !important;
	border: 0 !important;
	border-left: 1px solid #E9E9E9 !important; border-left: 0.1rem solid #E9E9E9 !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	    moz-box-shadow: none !important;
	        box-shadow: none !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
}
.newsletter-input-box .button-wrap {
	margin: 8px; margin: 0.8rem;
}
.newsletter-input-box .button-submit {
	text-indent: -9999px;
}
.newsletter-input-box .button-wrap:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -9px; margin-left: -0.9rem;
	margin-top: -10px; margin-top: -1rem;
	width: 18px; width: 1.8rem;
	height: 19px; height: 1.9rem;
	background-position: -127px -115px; background-position: -12.7rem -11.5rem;
}
.ie .newsletter-input-box .button-wrap:after {
	background-position: -127px -115px;
}
.newsletter-input-box .button-wrap:hover:after {
	margin-top: -9px; margin-top: -0.9rem;
}
.newsletter-input-box .button-wrap:active:after {
	margin-top: -8px; margin-top: -0.8rem;
}
.form-newsletter .form-feedback {
	clear: none;
	color: #FFF !important;
	padding: 3px 0 0 70px; padding: 0.3rem 0 0px 7rem;
	float: left;
	white-space: nowrap;
}

/* RODAPÉ - Social */

.social-label {
	font-size: 18px; font-size: 1.8rem;
	width: 140px; width: 14rem;
	margin: 30px 0 0 20px; margin: 3rem 0 0 2rem;
	line-height: 20px; line-height: 2rem;
	float: left;
}
.social-icon {
	width: 34px; width: 3.4rem;
	height: 35px; height: 3.5rem;
	float: left;
	margin: 33px 0 0 6px; margin: 3.3rem 0 0 0.6rem;
}
.social-icon.facebook {
	margin-left: 0;
	background-position: 0 -177px; background-position: 0 -17.7rem;
}
.ie .social-icon.facebook {
	background-position: 0 -177px;
}
.social-icon.twitter {
	background-position: -34px -177px; background-position: -3.4rem -17.7rem;
}
.ie .social-icon.twitter {
	background-position: -34px -177px;
}
.social-icon.instagram {
	background-position: -68px -177px; background-position: -6.8rem -17.7rem;
}
.ie .social-icon.instagram {
	background-position: -68px -177px;
}
.social-icon.youtube {
	background-position: -102px -177px; background-position: -10.2rem -17.7rem;
}
.ie .social-icon.youtube {
	background-position: -102px -177px;
}
.social-icon.facebook:hover {
	background-position: 0 -212px; background-position: 0 -21.2rem;
}
.ie .social-icon.facebook:hover {
	background-position: 0 -212px;
}
.social-icon.twitter:hover {
	background-position: -34px -212px; background-position: -3.4rem -21.2rem;
}
.ie .social-icon.twitter:hover {
	background-position: -34px -212px;
}
.social-icon.instagram:hover {
	background-position: -68px -212px; background-position: -6.8rem -21.2rem;
}
.ie .social-icon.instagram:hover {
	background-position: -68px -212px;
}
.social-icon.youtube:hover {
	background-position: -102px -212px; background-position: -10.2rem -21.2rem;
}
.ie .social-icon.youtube:hover {
	background-position: -102px -212px;
}

/* RODAPÉ - Menu */

.footer-menu .nav-item {
	margin: 10px 0; margin: 1rem 0;
	float: left;
	width: 100%;
	clear: both;
}
.footer-menu .nav-item:first-child {
	margin-top: 20px; margin-top: 2rem;
}
.footer-menu .nav-item:last-child {
	margin-bottom: 20px; margin-bottom: 2rem;
}
.footer-menu .nav-link {
	float: left;
	color: #FFF;
	margin-right: 10px; margin-right: 1rem;
	line-height: 20px; line-height: 2rem;
	padding: 3px 0 2px 0; padding: 0.3rem 0 0.2rem 0;
}
.footer-menu .submenu-list {
	float: left;
}
.footer-menu .submenu-item {
	float: left;
	padding: 0 10px; padding: 0 1rem;
	border-left: 1px solid #4D2064; border-left: 0.1rem solid #4D2064;
}
.footer-menu .submenu-link {
	float: left;
	color: #FFF;
	line-height: 20px; line-height: 2rem;
	padding: 3px 0 2px 0; padding: 0.3rem 0 0.2rem 0;
}

/* RODAPÉ - Contatos */

.contact-item {
	margin: 0 0 30px 20px; margin: 0 0 3rem 2rem;
	clear: both;
	float: left;
}
.contact-item:first-child {
	margin-top: 30px; margin-top: 3rem;
}
.contact-item span {
	padding-left: 20px; padding-left: 2rem;
	float: left;
}
.contact-icon {
	width: 57px; width: 5.7rem;
	float: left;
}
.contact-icon.phone {
	height: 57px; height: 5.7rem;
	background-position: -164px 0; background-position: -16.4rem 0;
}
.ie .contact-icon.phone {
	background-position: -164px 0;
}
.contact-icon.email {
	height: 37px; height: 3.7rem;
	background-position: -164px -57px; background-position: -16.4rem -5.7rem;
}
.ie .contact-icon.email {
	background-position: -164px -57px;
}
.contact-icon.address {
	height: 52px; height: 5.2rem;
	background-position: -164px -94px; background-position: -16.4rem -9.4rem;
}
.ie .contact-icon.address {
	background-position: -164px -94px;
}
.contact-icon.phone-b {
	height: 57px; height: 5.7rem;
	background-position: -459px 0; background-position: -45.9rem 0;
}
.ie .contact-icon.phone-b {
	background-position: -459px 0;
}
.contact-icon.email-b {
	height: 37px; height: 3.7rem;
	background-position: -459px -57px; background-position: -45.9rem -5.7rem;
}
.ie .contact-icon.email-b {
	background-position: -459px -57px;
}
.contact-icon.address-b {
	height: 52px; height: 5.2rem;
	background-position: -459px -94px; background-position: -45.9rem -9.4rem;
}
.ie .contact-icon.address-b {
	background-position: -459px -94px;
}

/* MIOLO */

.section > .container {
	position: relative;
	width: 960px; width: 96rem;
	padding: 0 20px; padding: 0 2rem;
	margin: 0 auto;
	z-index: 2;
}
.title {
	font-size: 26px; font-size: 2.6rem;
	line-height: 26px; line-height: 2.6rem;
	text-align: center;
	padding-bottom: 30px; padding-bottom: 3rem;
}
.title-b {
	font-size: 18px; font-size: 1.8rem;
	line-height: 18px; line-height: 1.8rem;
	text-align: center;
	padding-bottom: 5px; padding-bottom: 0.5rem;
}
.subtitle {
	margin-top: -25px; margin-top: -2.5rem;
	padding-bottom: 20px; padding-bottom: 2rem;
}
.text {
	padding-bottom: 30px; padding-bottom: 3rem;
}
.title + .text {
	margin-top: -15px; margin-top: -1.5rem;
}
.blockquote {
	padding-bottom: 10px; padding-bottom: 1rem;
}
.blockquote .text {
	font-size: 26px; font-size: 2.6rem;
	line-height: 32px; line-height: 3.2rem;
	text-align: center;
}
.cite-icon {
	width: 108px; width: 10.8rem;
	height: 96px; height: 9.6rem;
	position: absolute;
	left: 100px; left: 10rem;
	top: 75px; top: 7.5rem;
	background-position: -91px -247px; background-position: -9.1rem -24.7rem;
}
.ie .cite-icon {
	background-position: -91px -247px;
}

/* MIOLO - Âncora para modal de cases */

.modal-anchor-icon,
.link-external-anchor-icon {
	position: absolute;
	top: 45px; top: 4.5rem;
	left: 50%;
	margin-left: -55px; margin-left: -5.5rem;
	width: 111px; width: 11.1rem;
	height: 110px; height: 11rem;
	background-position: 0 -353px; background-position: 0 -35.3rem;
}
.ie .modal-anchor-icon,
.ie .link-external-anchor-icon {
	background-position: 0 -353px;
}
.link-external-anchor-icon {
	top: 50%;
	margin-top: -55px; margin-top: -5.5rem;
}
.modal-anchor .content,
.link-external-anchor .content {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(125, 186, 9, .8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	  -moz-opacity: 0;
	       opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	   -moz-transition: all ease-in-out 0.2s;
	     -o-transition: all ease-in-out 0.2s;
	        transition: all ease-in-out 0.2s;
}
.modal-anchor:hover .content,
.link-external-anchor:hover .content {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-khtml-opacity: 1;
	  -moz-opacity: 1;
	       opacity: 1;
}
.modal-anchor .content .title {
	color: #FFF;
	padding-top: 180px; padding-top: 18rem;
}
.modal-anchor .content .text {
	color: #FFF;
}

/* MIOLO - Menu interno */

.internal-menu {
	text-align: center;
	margin-top: -15px; margin-top: -1.5rem;
	padding-bottom: 15px; padding-bottom: 1.5rem;
}
.internal-menu .nav-list {
	display: inline-block;
}
.internal-menu .nav-item {
	float: left;
}
.internal-menu .nav-link {
	font-size: 18px; font-size: 1.8rem;
	line-height: 60px; line-height: 6rem;
	float: left;
	color: #666;
	padding: 0 20px; padding: 0 2rem;
	border: 1px solid transparent; border: 0.1rem solid transparent;
	white-space: nowrap;
    -webkit-border-radius: 8px; -webkit-border-radius: 0.8rem;
       -moz-border-radius: 8px;    -moz-border-radius: 0.8rem;
            border-radius: 8px;         border-radius: 0.8rem;
}
.internal-menu .selected .nav-link,
.internal-menu .nav-link:hover {
	border-color: #FFF;
	background: #EEE;
	-webkit-box-shadow: inset 1px 1px 4px 0 #CCC; -webkit-box-shadow: inset 0.1rem 0.1rem 0.4rem 0 #CCC;
	    moz-box-shadow: inset 1px 1px 4px 0 #CCC;     moz-box-shadow: inset 0.1rem 0.1rem 0.4rem 0 #CCC;
	        box-shadow: inset 1px 1px 4px 0 #CCC;         box-shadow: inset 0.1rem 0.1rem 0.4rem 0 #CCC;
}

/* MIOLO/Home */

.section-top-home {
	margin-top: -94px; margin-top: -9.4rem;
}

/* MIOLO/Home - Flexslider destacado */

.flexslider-home {
	border: 0;
	margin: 0;
	height: 578px; height: 57.8rem;
	/*overflow: hidden;*/
	overflow: visible;
	background: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
	-webkit-box-shadow: none;
	    moz-box-shadow: none;
	        box-shadow: none;
}
.flexslider-home .flex-control-nav {
	position: relative;
	width: 960px; width: 96rem;
	padding: 0 20px; padding: 0 2rem;
	margin: -135px auto 0 auto; margin: -13.5rem auto 0 auto;
	bottom: auto;
	text-align: left;
	z-index: 3;
}
.flexslider-home .flex-control-nav li {
	margin: 0 3px; margin: 0 0.3rem;
}
.flexslider-home .flex-control-paging li a {
	width: 16px; width: 1.6rem;
	height: 16px; height: 1.6rem;
	border: 2px solid #FFF; border: 0.2rem solid #FFF;
	background: transparent;
	-webkit-box-shadow: 0 0 3px 0 #EEE, inset 0 0 3px 0 #EEE; -webkit-box-shadow: 0 0 0.3rem 0 #EEE, inset 0 0 0.3rem 0 #EEE;
	    moz-box-shadow: 0 0 3px 0 #EEE, inset 0 0 3px 0 #EEE;     moz-box-shadow: 0 0 0.3rem 0 #EEE, inset 0 0 0.3rem 0 #EEE;
	        box-shadow: 0 0 3px 0 #EEE, inset 0 0 3px 0 #EEE;         box-shadow: 0 0 0.3rem 0 #EEE, inset 0 0 0.3rem 0 #EEE;
}
.flexslider-home .flex-control-paging li a:hover,
.flexslider-home .flex-control-paging li a.flex-active {
	background: #A6DC3F;
	border-color: #A6DC3F;
	-webkit-box-shadow: none;
	    moz-box-shadow: none;
	        box-shadow: none;
}
.flexslider-home .flex-prev,
.flexslider-home .flex-next {
	display: none;
}
.flexslider-home .slide {
	width: 100%;
	height: 660px; height: 66rem;
	/*background-size: 2px 2px, cover; background-size: 0.2rem 0.2rem, cover;*/
	/*background-attachment: fixed, fixed;*/
	background-repeat: repeat, no-repeat;
	background-position: 0 0, center center;
}
.lt-ie9 .flexslider-home .slide {
	/*background-size: cover;*/
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
}
.flexslider-home .slide-1 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-1.jpg);
}
.lt-ie9 .flexslider-home .slide-1 {
	background-image: url(../img/content/top-home-1.jpg);
}
.flexslider-home .slide-2 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-2.jpg);
}
.lt-ie9 .flexslider-home .slide-2 {
	background-image: url(../img/content/top-home-2.jpg);
}
.flexslider-home .slide-3 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-3.jpg);
}
.lt-ie9 .flexslider-home .slide-3 {
	background-image: url(../img/content/top-home-3.jpg);
}
.flexslider-home .slide-4 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-4.jpg);
}
.lt-ie9 .flexslider-home .slide-4 {
	background-image: url(../img/content/top-home-4.jpg);
}
.flexslider-home .slide-5 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-5.jpg);
}
.lt-ie9 .flexslider-home .slide-5 {
	background-image: url(../img/content/top-home-5.jpg);
}
.flexslider-home .slide-6 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-6.jpg);
}
.flexslider-home .slide-7 {
	background-image: url(../img/overlay-photo.png), url(../img/content/top-home-7-2.png);
}
.lt-ie9 .flexslider-home .slide-6 {
	background-image: url(../img/content/top-home-6.jpg);
}
.flexslider-home .slide .container {
	width: 960px; width: 96rem;
	padding: 0 20px; padding: 0 2rem;
	margin: 0 auto;
	position: relative;

}
.flexslider-home .slide a.image-link {
	display: block;
	height: 660px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.flexslider-home .slide-stories {
	float: right;
	width: 340px; width: 34rem;
	margin: 150px 0 0 0; margin: 15rem 0 0 0;
}
.flexslider-home .slide-story {
	position: relative;
	font-size: 26px; font-size: 2.6rem;
	line-height: 28px; line-height: 2.8rem;
	color: #FFF;
	margin: -4px 0 25px 0; margin: .4rem 0 2.5rem 0;
	padding: 4px 0 0 0; padding: .4rem 0 0 0;

}
.flexslider-home .slide-story span {
	color: #E0E340;
}
.flexslider-home .slide-story-icon {
	position: absolute;
	top: 0;
	left: -50px; left: -5rem;
	width: 30px; width: 3rem;
	height: 30px; height: 3rem;
	border: 3px solid #FFF; border: 0.3rem solid #FFF;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	line-height: 30px; line-height: 3rem;
	text-shadow: 0 0 3px #EEE; text-shadow: 0 0 0.3rem #EEE;
	-webkit-border-radius: 18px; -webkit-border-radius: 1.8rem;
	   -moz-border-radius: 18px;    -moz-border-radius: 1.8rem;
	        border-radius: 18px;         border-radius: 1.8rem;
	-webkit-box-shadow: 0 0 3px 0 #EEE, inset 0 0 3px 0 #EEE; -webkit-box-shadow: 0 0 0.3rem 0 #EEE, inset 0 0 0.3rem 0 #EEE;
	    moz-box-shadow: 0 0 3px 0 #EEE, inset 0 0 3px 0 #EEE;     moz-box-shadow: 0 0 0.3rem 0 #EEE, inset 0 0 0.3rem 0 #EEE;
	        box-shadow: 0 0 3px 0 #EEE, inset 0 0 3px 0 #EEE;         box-shadow: 0 0 0.3rem 0 #EEE, inset 0 0 0.3rem 0 #EEE;
}

/* MIOLO/Home - Botão gigante */
.button-big-home {
	position: absolute;
/*	top: -70px; top: -7rem;
	right: 0;
*/	z-index: 2;

	bottom: 60px;
	right: 0;
	top: auto;
	left: auto;
}
.button-big-home-text-1 {
	float: left;
	width: 100%;
	clear: both;
	color: #5B8A2E;
	font-size: 18px; font-size: 1.8rem;
	margin-top: 23px; margin-top: 2.3rem;
	line-height: 24px; line-height: 2.4rem;
	text-shadow: 0 1px 1px #BCE18C; text-shadow: 0 0.1rem 0.1rem #BCE18C;
}
.button-big-home-text-2 {
	float: left;
	clear: both;
	color: #FFF;
	font-size: 26px; font-size: 2.6rem;
	margin-left: 90px; margin-left: 9rem;
	line-height: 32px; line-height: 3.2rem;
	text-shadow: 0 1px 1px #7DBA09; text-shadow: 0 0.1rem 0.1rem #7DBA09;
	white-space: nowrap;
}
.button-big-home-icon {
	float: left;
	margin: 10px 0 0 8px; margin: 1rem 0 0 0.8rem;
	width: 18px; width: 1.8rem;
	height: 19px; height: 1.9rem;
	background-position: -109px -115px; background-position: -10.9rem -11.5rem;
}
.ie .button-big-home-icon {
	background-position: -109px -115px;
}

/* MIOLO/Home - Linha de soluções */

.home .solutions-1-icon,
.home .solutions-2-icon ,
.home .solutions-3-icon {
	margin-bottom: 5px; margin-bottom: 0.5rem;
}
.home .solutions-1-icon {
	width: 155px; width: 15.5rem;
	height: 168px; height: 16.8rem;
	margin-top: 10px; margin-top: 1rem;
	background-position: -304px -300px; background-position: -30.4rem -30rem;
}
.ie .home .solutions-1-icon {
	background-position: -304px -300px;
}
.home .solutions-2-icon {
	width: 238px; width: 23.8rem;
	height: 148px; height: 14.8rem;
	margin-top: 30px; margin-top: 3rem;
	background-position: -221px 0; background-position: -22.1rem 0;
}
.ie .home .solutions-2-icon {
	background-position: -221px 0;
}
.home .solutions-3-icon {
	width: 181px; width: 18.1rem;
	height: 152px; height: 15.2rem;
	margin-top: 26px; margin-top: 2.6rem;
	background-position: -278px -148px; background-position: -27.8rem -14.8rem;
}
.ie .home .solutions-3-icon {
	background-position: -278px -148px;
}
.home .line-solutions .text {
	margin-bottom: 85px; margin-bottom: 8.5rem;
}
.home .line-solutions .button-wrap {
	bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -86px; margin-left: -8.6rem;
}

/* MIOLO/Home - Coluna de arquitetos e engenheiros */

.home .engineers-icon {
	width: 91px; width: 9.1rem;
	height: 106px; height: 10.6rem;
	margin-top: -10px; margin-top: -1rem;
	margin-bottom: 15px; margin-bottom: 1.5rem;
	display: inline-block;
	background-position: 0 -247px; background-position: 0 -24.7rem;
}
.ie .home .engineers-icon {
	background-position: 0 -247px;
}
.home .column-engineers {
	text-align: center;
}
.home .column-engineers .title,
.home .column-engineers .text {
	text-align: left;
}
.home .column-engineers .button {
	border-bottom: 0 !important;
	margin-top: -5px !important; margin-top: -0.5rem !important;
	padding: 0 !important;
	line-height: 18px !important; line-height: 1.8rem !important;
}
.home .column-engineers .button span:after {
	margin-top: 2px; margin-top: 0.2rem;
}

/* MIOLO/Home - Coluna de arquitetos e engenheiros */

.home .cite-icon {
	left: 100px; left: 10rem;
	top: 75px; top: 7.5rem;
}
.home .column-clients {
	padding-top: 30px; padding-top: 3rem;
}
.home .column-clients .title {
	font-size: 14px; font-size: 1.4rem;
	text-align: left;
	padding-left: 20px; padding-left: 2rem;
}

/* MIOLO/Home - Flexslider de arquitetos e engenheiros */

.flexslider-home-clients {
	border: 0;
	margin: 0;
	height: 220px; height: 22rem;
	overflow: hidden;
	background: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
	-webkit-box-shadow: none;
	    moz-box-shadow: none;
	        box-shadow: none;
}
.flexslider-home-clients .flex-control-nav {
	display: none;
}
.flexslider-home-clients .flex-prev,
.flexslider-home-clients .flex-next {
	width: 31px; width: 3.1rem;
	height: 56px; height: 5.6rem;
	background-repeat: no-repeat;
	background-image: url(../img/sprite-flexslider.png);
	background-size: 62px 112px; background-size: 6.2rem 11.2rem;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter:alpha(opacity=100) !important;
	-khtml-opacity: 1 !important;
	  -moz-opacity: 1 !important;
	       opacity: 1 !important;
}
.ie .flexslider-home-clients .flex-prev,
.ie .flexslider-home-clients .flex-next {
	background-size: 62px 112px;
}
.flexslider-home-clients .flex-prev {
	left: 5px; left: 0.5rem;
	background-position: 0 -56px; background-position: 0 -5.6rem;
}
.ie .flexslider-home-clients .flex-prev {
	background-position: 0 -56px;
}
.flexslider-home-clients .flex-next {
	right: 5px; right: 0.5rem;
	background-position: -31px -56px; background-position: -3.1rem -5.6rem;
}
.ie .flexslider-home-clients .flex-next {
	background-position: -31px -56px;
}
.flexslider-home-clients .flex-prev:hover {
	left: 5px; left: 0.5rem;
	background-position: 0 0;
}
.flexslider-home-clients .flex-next:hover {
	right: 5px; right: 0.5rem;
	background-position: -31px 0; background-position: -3.1rem 0;
}
.ie .flexslider-home-clients .flex-next:hover {
	background-position: -31px 0;
}
.flexslider-home-clients .slide {
	width: 100%;
	height: 220px; height: 22rem;
}
.flexslider-home-clients .slide .blockquote {
	width: 480px; width: 48rem;
	padding: 10px 0 0 50%; padding: 1rem 0 0 50%;
	margin-left: -205px; margin-left: -20.5rem;
}
.flexslider-home-clients .slide .text {
	padding-bottom: 10px; padding-bottom: 1rem;
	text-align: left;
}
.flexslider-home-clients .slide .text-2 {
	font-size: 14px; font-size: 1.4rem;
	padding-bottom: 0;
}

/* MIOLO - Linha com foto largura total */

.line-big-image .column {
	padding-top: 0;
	height: 500px !important; height: 50rem !important;
}
.line-big-image {
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left 0, right 0, center center;
	background-size: 440px 500px, 440px 500px, cover; background-size: 44rem 50rem, 44rem 50rem, cover;
}
.lt-ie9 .line-big-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.line-big-image.shadow-bottom:before,
.line-big-image.shadow-bottom:after {
	-webkit-box-shadow: 0 0 5px 0 #333; -webkit-box-shadow: 0 0 0.5rem 0 #333;
	   -moz-box-shadow: 0 0 5px 0 #333;    -moz-box-shadow: 0 0 0.5rem 0 #333;
	        box-shadow: 0 0 5px 0 #333;         box-shadow: 0 0 0.5rem 0 #333;
}
.line-big-image .title {
	position: absolute;
	color: #FFF;
	text-align: right;
	right: 20px; right: 2rem;

	font-size: 42px; font-size: 4.2rem;
	line-height: 100%;
}

/* MIOLO - Empresa 1 */

.line-big-image-company-1 {
	background-image: url(../img/top-internal-left.png), url(../img/top-internal-right.png), url(../img/content/top-company-1.jpg);
}
.lt-ie9 .line-big-image-company-1 {
	background-image: url(../img/content/top-company-1.jpg);
}
.line-big-image-company-1 .title {
	padding-bottom: 0;
	bottom: 60px; bottom: 6rem;
}
.line-what-we-do-1-company-1 .text {
	padding-left: 20px; padding-left: 2rem;
	padding-right: 20px; padding-right: 2rem;
}
.what-we-do-1-icon,
.what-we-do-2-icon,
.what-we-do-3-icon,
.what-we-do-4-icon {
	margin-bottom: 5px; margin-bottom: 0.5rem;
}
.what-we-do-1-icon {
	width: 108px; width: 10.8rem;
	height: 127px; height: 12.7rem;
	margin-top: 9px; margin-top: 0.9rem;
	background-position: 0 -463px; background-position: 0 -46.3rem;
}
.ie .what-we-do-1-icon {
	background-position: 0 -463px;
}
.what-we-do-2-icon {
	width: 110px; width: 11rem;
	height: 136px; height: 13.6rem;
	/*margin-top: 30px; margin-top: 3rem;*/
	background-position: -108px -472px; background-position: -10.8rem -47.2rem;
}
.ie .what-we-do-2-icon {
	background-position: -108px -472px;
}
.what-we-do-3-icon {
	width: 151px; width: 15.1rem;
	height: 129px; height: 12.9rem;
	margin-top: 7px; margin-top: 0.7rem;
	background-position: -111px -343px; background-position: -11.1rem -34.3rem;
}
.ie .what-we-do-3-icon {
	background-position: -111px -343px;
}
.what-we-do-4-icon {
	width: 106px; width: 10.6rem;
	height: 112px; height: 11.2rem;
	margin-top: 23px; margin-top: 2.3rem;
	background-position: -218px -472px; background-position: -21.8rem -47.2rem;
}
.ie .what-we-do-4-icon {
	background-position: -218px -472px;
}
.line-what-we-do-3-company-1 {
	padding-bottom: 20px; padding-bottom: 2rem;
}
.line-what-we-do-3-company-1 .text {
	padding-bottom: 20px; padding-bottom: 2rem;
}
.line-what-we-do-5-company-1 {
	height: 90px; height: 9rem;
}

/* MIOLO - Empresa 2 */

.line-big-image-company-2 {
	background-image: url(../img/top-internal-left.png), url(../img/top-internal-right.png), url(../img/content/top-company-2.jpg);
}
.lt-ie9 .line-big-image-company-2 {
	background-image: url(../img/content/top-company-2.jpg);
}
.line-big-image-company-2 .title {
	padding-bottom: 0;
	bottom: 60px; bottom: 6rem;
}
.line-founders-1-company-2 .title {
	text-align: center;
}
.line-founders-1-company-2 .text {
	text-align: center;
	padding-bottom: 20px; padding-bottom: 2rem;
}
.line-founders-1-company-2 .limiter {
	text-align: center;
	margin: auto;
	width: 410px; width: 41rem;
}
.line-founders-2-company-2 .blockquote {
	width: 800px; width: 80rem;
	padding: 40px 0 100px 30px; padding: 4rem 0 10rem 3rem;
}
.line-founders-2-company-2 .blockquote > .container {
	position: relative;
	padding-top: 40px; padding-top: 4rem;
}
.line-founders-2-company-2 .img {
	float: left;
	margin: 0 50px 0 0; margin: 0 5rem 0 0;
}
.line-founders-2-company-2 .text {
	padding-bottom: 10px; padding-bottom: 1rem;
	text-align: left;
	z-index: 1;
	position: relative;
}
.line-founders-2-company-2 .text-2 {
	font-size: 14px; font-size: 1.4rem;
	padding-bottom: 0;
	padding-left: 200px;
}
.line-founders-2-company-2 .text-2 span {
	font-weight: bold;
}
.line-founders-2-company-2 .cite-icon {
	left: 175px; left: 17.5rem;
	top: 0;
}

/* MIOLO - Empresa 3 */

.line-big-image-company-3 {
	background-image: url(../img/top-internal-left.png), url(../img/top-internal-right.png), url(../img/content/top-company-3.jpg);
}
.lt-ie9 .line-big-image-company-3 {
	background-image: url(../img/content/top-company-3.jpg);
}
.line-big-image-company-3 .title {
	padding-bottom: 0;
	bottom: 60px; bottom: 6rem;
}
.line-partners-1-company-3 .text {
	width: 410px; width: 41rem;
	margin-bottom: 10px; margin-bottom: 1rem;
}
.line-partners-5-company-3 {
	height: 90px; height: 9rem;
}

/* MIOLO - Soluções 1 */

.line-big-image-solutions-1 {
	background-image: url(../img/top-internal-left.png), url(../img/top-internal-right.png), url(../img/content/top-solutions-1.jpg);
}
.lt-ie9 .line-big-image-solutions-1 {
	background-image: url(../img/content/top-solutions-1.jpg);
}
.line-big-image-solutions-1 .title {
	display: none;
}
.line-differential-7-solutions-1 {
	height: 90px; height: 9rem;
}

/* MIOLO - Soluções 2 */

.line-big-image-solutions-2 {
	background-image: url(../img/top-internal-left.png), url(../img/top-internal-right.png), url(../img/content/top-solutions-2.jpg);
}
.lt-ie9 .line-big-image-solutions-2 {
	background-image: url(../img/content/top-solutions-2.jpg);
}
.line-big-image-solutions-2 .title {
	padding-bottom: 0;
	bottom: 50px; bottom: 5rem;
}
.line-differential-2-solutions-2 .text {
	padding-left: 20px; padding-left: 2rem;
	padding-right: 20px; padding-right: 2rem;
}
.differential-1-icon,
.differential-2-icon,
.differential-3-icon,
.differential-4-icon,
.differential-5-icon,
.differential-6-icon,
.differential-7-icon,
.differential-8-icon {
	margin-bottom: 5px; margin-bottom: 0.5rem;
}
.differential-1-icon {
	width: 117px; width: 11.7rem;
	height: 118px; height: 11.8rem;
	margin-top: 8px; margin-top: 0.8rem;
	background-position: -516px 0; background-position: -51.6rem 0;
}
.ie .differential-1-icon {
	background-position: -516px 0;
}
.differential-2-icon {
	width: 151px; width: 15.1rem;
	height: 125px; height: 12.5rem;
	background-position: -624px -126px; background-position: -62.4rem -12.6rem;
}
.ie .differential-2-icon {
	background-position: -624px -126px;
}
.differential-3-icon {
	width: 108px; width: 10.8rem;
	height: 126px; height: 12.6rem;
	background-position: -633px 0; background-position: -63.3rem 0;
}
.ie .differential-3-icon {
	background-position: -633px 0;
}
.differential-4-icon {
	width: 108px; width: 10.8rem;
	height: 113px; height: 11.3rem;
	margin-top: 13px; margin-top: 1.3rem;
	background-position: -516px -118px; background-position: -51.6rem -11.8rem;
}
.ie .differential-4-icon {
	background-position: -516px -118px;
}
.differential-5-icon {
	width: 131px; width: 13.1rem;
	height: 120px; height: 12rem;
	margin-top: 4px; margin-top: 0.4rem;
	background-position: -595px -251px; background-position: -59.5rem -25.1rem;
}
.ie .differential-5-icon {
	background-position: -595px -251px;
}
.differential-6-icon {
	width: 133px; width: 13.3rem;
	height: 123px; height: 12.3rem;
	margin-top: 1px; margin-top: 0.1rem;
	background-position: -459px -349px; background-position: -45.9rem -34.9rem;
}
.ie .differential-6-icon {
	background-position: -459px -349px;
}
.differential-7-icon {
	width: 126px; width: 12.6rem;
	height: 124px; height: 12.4rem;
	/*margin-top: 1px; margin-top: 0.1rem;*/
	background-position: -592px -371px; background-position: -59.2rem -37.1rem;
}
.ie .differential-7-icon {
	background-position: -592px -371px;
}
.differential-8-icon {
	width: 136px; width: 13.6rem;
	height: 118px; height: 11.8rem;
	margin-top: 6px; margin-top: 0.6rem;
	background-position: -459px -231px; background-position: -45.9rem -23.1rem;
}
.ie .differential-8-icon {
	background-position: -459px -231px;
}


.differential-9-icon {
	width: 127px; width: 12.7rem;
	height: 124px; height: 12.4rem;
	/*margin-top: 6px; margin-top: 0.6rem;*/
	background-position: -324px -468px; background-position: -32.4rem -46.8rem;
}
.ie .differential-9-icon {
	background-position: -324px -468px;
}
.differential-10-icon {
	width: 99px; width: 9.9rem;
	height: 118px; height: 11.8rem;
	margin-top: 6px; margin-top: 0.6rem;
	background-position: -451px -472px; background-position: -45.1rem -47.2rem;
}
.ie .differential-10-icon {
	background-position: -451px -472px;
}
.differential-11-icon {
	width: 112px; width: 11.2rem;
	height: 123px; height: 12.3rem;
	margin-top: 1px; margin-top: 0.1rem;
	background-position: -600px -495px; background-position: -60rem -49.5rem;
}
.ie .differential-11-icon {
	background-position: -600px -495px;
}


.line-differential-4-solutions-2 .text {
	padding-bottom: 20px; padding-bottom: 2rem;
}
.line-differential-4-solutions-2 .column {
	padding-bottom: 20px; padding-bottom: 2rem;
	/*padding-top: 0;*/
}
.line-differential-7-solutions-2 {
	height: 90px; height: 9rem;
}

/* MIOLO - Soluções 3 */

.line-big-image-solutions-3 {
	background-image: url(../img/top-internal-left.png), url(../img/top-internal-right.png), url(../img/content/top-solutions-3.jpg);
}
.lt-ie9 .line-big-image-solutions-3 {
	background-image: url(../img/content/top-solutions-3.jpg);
}
.line-big-image-solutions-3 .title {
	padding-bottom: 0;
	bottom: 50px; bottom: 5rem;
}
.line-differential-2-solutions-3 .text {
	padding-left: 20px; padding-left: 2rem;
	padding-right: 20px; padding-right: 2rem;
}
.differential-1-icon,
.differential-2-icon,
.differential-3-icon,
.differential-4-icon {
	margin-bottom: 5px; margin-bottom: 0.5rem;
}
.differential-1-icon {
	width: 117px; width: 11.7rem;
	height: 118px; height: 11.8rem;
	margin-top: 8px; margin-top: 0.8rem;
	background-position: -516px 0; background-position: -51.6rem 0;
}
.ie .differential-1-icon {
	background-position: -516px 0;
}
.differential-2-icon {
	width: 151px; width: 15.1rem;
	height: 125px; height: 12.5rem;
	background-position: -624px -126px; background-position: -62.4rem -12.6rem;
}
.ie .differential-2-icon {
	background-position: -624px -126px;
}
.differential-3-icon {
	width: 108px; width: 10.8rem;
	height: 126px; height: 12.6rem;
	background-position: -633px 0; background-position: -63.3rem 0;
}
.ie .differential-3-icon {
	background-position: -633px 0;
}
.differential-4-icon {
	width: 108px; width: 10.8rem;
	height: 113px; height: 11.3rem;
	margin-top: 13px; margin-top: 1.3rem;
	background-position: -516px -118px; background-position: -51.6rem -11.8rem;
}
.ie .differential-4-icon {
	background-position: -516px -118px;
}
.line-differential-4-solutions-3 .text {
	padding-bottom: 20px; padding-bottom: 2rem;
}
.line-differential-4-solutions-3 .column {
	padding-bottom: 20px; padding-bottom: 2rem;
	/*padding-top: 0;*/
}
.line-differential-7-solutions-3 {
	height: 90px; height: 9rem;
}

/* MIOLO - Cases */

.line-5-cases {
	height: 90px; height: 9rem;
}

/* Fancybox */

.fancybox-opened {
	padding-bottom: 50px; padding-bottom: 5rem;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.fancybox-close {
	width: 61px; width: 6.1rem;
	height: 60px; height: 6rem;
	top: -76px; top: -7.6rem;
	right: 10px; right: 1rem;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-size: 800px 900px; background-size: 80rem 90rem;
	background-position: -199px -247px; background-position: -19.9rem -24.7rem;
}
.ie .fancybox-close {
	background-size: 800px 900px;
	background-position: -199px -247px;
}

/* Modal */

.modal .facebook-header {
	height: 96px; height: 9.6rem;
}
.modal .facebook-header .container {
	padding-top: 40px; padding-top: 4rem;
}
.modal .line-1-modal .column {
	padding-bottom: 30px; padding-bottom: 3rem;
}
.modal .blockquote {
	width: 570px; width: 57rem;
	padding: 0 0 50px 270px; padding: 0 0 5rem 27rem;
}
.modal .blockquote > .container {
	position: relative;
	padding-top: 40px; padding-top: 4rem;
}
.modal .img {
	float: left;
	margin: 0 50px 0 0; margin: 0 5rem 0 0;
}
.modal .text {
	padding-bottom: 10px; padding-bottom: 1rem;
	text-align: left;
	z-index: 1;
	position: relative;
}
.modal .text-2 {
	font-size: 14px; font-size: 1.4rem;
	padding-bottom: 0;
}
.modal .cite-icon {
	left: 175px; left: 17.5rem;
	top: 0;
}

/* Flexslider Modal */

.flexslider-modal,
.flexslider-company {
	border: 0;
	margin: 0;
	height: 350px; height: 35rem;
	overflow: hidden;
	background: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
	-webkit-box-shadow: none;
	    moz-box-shadow: none;
	        box-shadow: none;
}
.flexslider-modal .flex-control-nav,
.flexslider-company .flex-control-nav {
	display: none;
}
.flexslider-modal .flex-prev,
.flexslider-modal .flex-next,
.flexslider-company .flex-prev,
.flexslider-company .flex-next {
	width: 31px; width: 3.1rem;
	height: 56px; height: 5.6rem;
	background-repeat: no-repeat;
	background-image: url(../img/sprite-flexslider.png);
	background-size: 62px 112px; background-size: 6.2rem 11.2rem;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter:alpha(opacity=100) !important;
	-khtml-opacity: 1 !important;
	  -moz-opacity: 1 !important;
	       opacity: 1 !important;
}
.ie .flexslider-modal .flex-prev,
.ie .flexslider-modal .flex-next,
.ie .flexslider-company .flex-prev,
.ie .flexslider-company .flex-next {
	background-size: 62px 112px;
}
.flexslider-modal .flex-prev,
.flexslider-modal:hover .flex-prev,
.flexslider-company .flex-prev,
.flexslider-company:hover .flex-prev {
	left: 15px; left: 1.5rem;
	background-position: 0 -56px; background-position: 0 -5.6rem;
}
.ie .flexslider-modal .flex-prev,
.ie .flexslider-modal:hover .flex-prev,
.ie .flexslider-company .flex-prev,
.ie .flexslider-company:hover .flex-prev {
	background-position: 0 -56px;
}
.flexslider-modal .flex-next,
.flexslider-modal:hover .flex-next,
.flexslider-company .flex-next,
.flexslider-company:hover .flex-next {
	right: 15px; right: 1.5rem;
	background-position: -31px -56px; background-position: -3.1rem -5.6rem;
}
.ie .flexslider-modal .flex-next,
.ie .flexslider-modal:hover .flex-next,
.ie .flexslider-company .flex-next,
.ie .flexslider-company:hover .flex-next {
	background-position: -31px -56px;
}
.flexslider-modal .flex-prev:hover,
.flexslider-company .flex-prev:hover {
	left: 15px; left: 1.5rem;
	background-position: 0 0;
}
.flexslider-modal .flex-next:hover,
.flexslider-company .flex-next:hover {
	right: 15px; right: 1.5rem;
	background-position: -31px 0; background-position: -3.1rem 0;
}
.ie .flexslider-modal .flex-next:hover,
.ie .flexslider-company .flex-next:hover {
	background-position: -31px 0;
}
.flexslider-modal .slide,
.flexslider-company .slide {
	width: 100%;
	height: 350px; height: 35rem;
	position: relative;
}
.flexslider-modal .slide .overlay-slide,
.flexslider-company .slide .overlay-slide {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
}
.flexslider-modal .slide .text,
.flexslider-company .slide .text {
	color: #FFF;
	float: left;
	width: 83%;
	text-align: left;
	line-height: 42px; line-height: 4.2rem;
	padding: 0 0 0 1%;
}
.flexslider-modal .slide .text-2,
.flexslider-company .slide .text-2 {
	float: right;
	width: 13%;
	text-align: right;
	padding: 0 1% 0 0;
}

.flexslider-company,
.flexslider-company .slide {
	height: 538px; height: 53.8rem;
}
.flexslider-modal .video {
	background-color: #000;
	text-align: center;
	height: 350px; height: 35rem;
}

/* FAQ */

.faq .box-internal {
	width: 88%;
}
.box-filter-faq {
	float: left;
	margin-bottom: 30px; margin-bottom: 3rem;
	position: relative;
	width: 100%;
}
.box-filter-faq .title-b {
	float: left;
	padding: 20px 20px 0 0; padding: 2rem 2rem 0 0;
}
.list-faq {
	clear: both;
	float: left;
}
.question {
	position: relative;
	text-align: left;
}
.question:before {
	border: 1px solid #963FC2; border: 0.1rem solid #963FC2;
	content: "";
	height: 10px; height: 1rem;
	left: -20px; left: -2rem;
	position: absolute;
	top: 4px; top: 0.4rem;
	width: 10px; width: 1rem;
	-webkit-border-radius: 7px; -webkit-border-radius: 0.7rem;
	   -moz-border-radius: 7px;    -moz-border-radius: 0.7rem;
	        border-radius: 7px;         border-radius: 0.7rem;
}
.box-filter-faq .ui-button {
	left: 402px; left: 40.2rem;
}
.box-filter-faq .ui-menu {
	left: 180px !important; left: 18rem !important;
}

/* Arquitetos e Engenheiros */

caption {
	display: none;
}
.table-plans {
	margin: auto;
	width: 98%;
}
.table-plans th,
.table-plans td {
	font-size: 14px; font-size: 1.4rem;
	color: #333;
	padding: 10px 0; padding: 1rem 0;
	text-align: left;
}
.table-plans thead tr {
	background-color: #963FC2;
}
.table-plans thead th {
	color: #FFF;
}
.table-plans thead .highlight {
	color: #FFF;
	width: 20%;
}
.table-plans .highlight {
	background-color: rgba(225,227,65, 0.2);
	text-align: center;
}
.table-plans tbody .background-a {
	background-color: #FFF;
}
.table-plans tbody .background-b {
	background-color: #EEEEEE;
}
.table-plans tbody .highlight {}
.table-plans .desc {
	padding-left: 20px; padding-left: 2rem;
	width: 30%;
}
.table-plans tfoot td {
	font-size: 11px; font-size: 1.1rem;
	font-style: italic;
}
.text-a {
	margin: auto;
	width: 84%;
}
.arqs-1-icon,
.arqs-2-icon,
.arqs-3-icon,
.arqs-4-icon {
	height: 140px; height: 14rem;
	width: 150px; width: 15rem;
}
.arqs-1-icon {
	background-position: 0 -607px; background-position: 0 -60.7rem;
}
.ie .arqs-1-icon {
	background-position: 0 -607px;
}
.arqs-2-icon {
	background-position: -150px -607px; background-position: -15rem -60.7rem;
}
.ie .arqs-2-icon {
	background-position: -150px -607px;
}
.arqs-3-icon {
	background-position: -300px -607px; background-position: -30rem -60.7rem;
}
.ie .arqs-3-icon {
	background-position: -300px -607px;
}
.arqs-4-icon {
	background-position: -450px -607px; background-position: -45rem -60.7rem;
}
.ie .arqs-4-icon {
	background-position: -450px -607px;
}

/* Vertical Tabs */

.box-vertical-tabs {
	float: left;
	margin: 32px 0; margin: 3.2rem 0;
}
.vertical-tabs {
	float: left;
	width: 300px; width: 30rem;
}
.vertical-tabs .tab {
	padding: 14px 0 10px 0; padding: 1.4rem 0 1rem 0;
	text-indent: 22px; text-indent: 2.2rem;
	height: 26px; height: 2.6rem;
}
.vertical-tabs .tab h3 {
	font-size: 18px; font-size: 1.8rem;
	cursor: pointer;
}
.vertical-tabs .on h3 {
	color: #666666;
}
.vertical-tabs .on {
	background: none repeat scroll 0 0 #EEEEEE;
	margin-right: -3px; margin-right: -0.3rem;
	z-index: 1;
	position: relative;
	-webkit-border-radius: 5px; -webkit-border-radius: 0.5rem;
	   -moz-border-radius: 5px;    -moz-border-radius: 0.5rem;
	        border-radius: 5px;         border-radius: 0.5rem;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075) inset; -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.075) inset;
	    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075) inset;     moz-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.075) inset;
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075) inset;         box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.075) inset;
}
.vertical-tabs .on:after {
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 2px solid rgb(227,227,227); border-top: 0.2rem solid rgb(227,227,227);
	content: "";
	width: 4px; width: 0.4rem;
	height: 44px; height: 4.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.vertical-container {
	background: none repeat scroll 0 0 #EEEEEE;
	float: left;
	padding: 45px; padding: 4.5rem;
	min-height: 75px; min-height: 7.5rem;
	width: 570px; width: 57rem;
	-webkit-border-radius: 5px; -webkit-border-radius: 0.5rem;
	   -moz-border-radius: 5px;    -moz-border-radius: 0.5rem;
	        border-radius: 5px;         border-radius: 0.5rem;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075) inset; -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.075) inset;
	    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075) inset;     moz-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.075) inset;
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075) inset;         box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.075) inset;
}
.vertical-container .text {
	padding-bottom: 15px; padding-bottom: 1.5rem;
	font-size: 16px; font-size: 1.6rem; 
}
.vertical-container img {
	margin-bottom: 20px; margin-bottom: 2rem;
}
.box-vertical-tabs .cont {
	display: none;
}
.box-vertical-tabs .on {
	display: block;
}
.i-pdf {
	height: 50px; height: 5rem;
	width: 50px; width: 5rem;
	background-position: -459px -146px; background-position: -45.9rem -14.6rem;
}
.ie .i-pdf {
	background-position: -459px -146px;
}
.i-nofile {
	height: 100px; height: 10rem;
	width: 100px; width: 10rem;
	background-position: 0 -747px; background-position: 0 -74.7rem;
}
.ie .i-nofile {
	background-position: 0 -747px;
}
.list-files {
	padding: 10px 0; padding: 1rem 0;
}
.item-file {
	float: left;
	clear: both;
	display: block;
	margin-bottom: 6px; margin-bottom: 0.6rem;
}
.item-file .text {
	padding-top: 12px; padding-top: 1.2rem;
	font-size: 16px; font-size: 1.6rem;
}
.item-file .i-nofile {
	float: left;
	margin: 0 10px 0 0; margin: 0 1rem 0 0;
}
.item-file .i-pdf {
	float: left;
}
.item-file .file-link {
	float: left;
	display: block;
	padding: 24px 0 0 6px; padding: 2.4rem 0 0 0.6rem;
}
.item-file .file-link:hover {
	text-decoration: underline;
}
.line-moreinfos {
	padding-bottom: 30px; padding-bottom: 3rem;
}
.line-moreinfos .title {
	text-align: left;
}
.line-moreinfos .column-engineers {
	padding-top: 60px; padding-top: 6rem;
}
.line-moreinfos .column-clients {
	padding-top: 60px; padding-top: 6rem;
}
.line-moreinfos .title-b {
	text-align: left;
}
.line-moreinfos .cite-icon {
	left: 88px; left: 8.8rem;
	top: 44px; top: 4.4rem;
}
