@charset "utf-8";
/* CSS Document */

.mbr-overlay1 {
	background: #222;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-image: url(../../images/TRAMA2.png);
	.opacity: 0.9
}

.mbr-overlay2 {
	background: #222;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-image: url(../../images/TRAMA2.png);
	.opacity: 0.8
}

.input-inverse2 {
	background-color: #EEEEEE;
	border-color: #252525;
	color: #333333;
}

.input-inverse3 {
	background-color: #000033;
	border-color: #252525;
	color: #333333;
}

.mbr-section__container--last2 {
	padding-bottom: 93px;
	width: 100%;
	
}

.mbr-header__text2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5em;
	.margin: 0;
	margin-top: -35px;
}

.mbr-header__subtext2 {
  color: #777;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  margin: 0px 0 2px 0;
}

.mbr-article2 {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  position: relative;
  margin-top: -21px;
  top: -5px;
}

.mbr-article3 {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  position: relative;
  margin-top: -21px;
  top: -5px;
}

.mbr-article7 {
  color: #777;
  
}

#content5-1x .mbr-article5 P5 {
	color: #FFFFFF;
	text-align: center;
	font-size: 37px;
	line-height: 27px;
}

#content5-1x .mbr-header5 .mbr-header__text {
	text-align: center;
	color: #FFFFFF;
}

.mbr-contacts2 {
	color: #000000;
	font-size: 14px;
	.line-height: 1.7em;
	padding: 45px 0 46px;
}

.mbr-hero2 {
  color: #fff;
  position: relative;
}
.mbr-hero2__text {
  font-size: 46px;
  font-weight: bold;
  left: -2px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: -18px 0 1px 0;
  padding-bottom: 41px;
  position: relative;
  top: -45px;
}
.mbr-hero2__subtext {
  font-size: 21px;
  line-height: 29px;
  margin: -32px 0 3px 0;
  padding: 0 0 41px 0;
  position: relative;
  top: -40px;
}

.mbr-buttons2 {
	margin: -26px 0 13px 0;
	position: relative;
	text-align: left;
	top: -40px;
	
}

.mbr-buttons--center5 {
	left: 5px;
	text-align: center;
	margin-top: -85px;
	margin-bottom: 30px;
	
}

.mbr-contacts__subtit {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}

.social {
	
	padding: 0;
	top: 0;
	margin-right: 10px;
	
}

.tracoH {
	display: table-cell;
	float: none;
	height: 5px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	border-bottom-color: #FF3399;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 70%;
	.margin-right: 30%;
	margin-left: 14.8%;
	position: relative;
	.padding-left: 10%;
}

.mbr-section2__container2--middle {
  padding-bottom: 10px;
}

.mbr-section__container7 {
	padding: 0;
	position: relative;
	z-index: 3;
	background-color: #FFFFFF;
}

.mbr-section7 {
	background-color: #FFFFFF;
	margin-top: -30px;
	.margin-bottom: -5px;
	.padding-top: -30px;
	.padding-bottom: -30px;
}








.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	.box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	.background: #000;
	opacity: 0;
	background-color: #09F;
}

.ch-img-1 {
	background-image: url(../../../IMAGENS/ICON_LESTATICO_180.png);
}

.ch-img-2 { 
	background-image: url(../../../IMAGENS/ICON_LMOVEL_180.png);
}

.ch-img-3 { 
	background-image: url(../../../IMAGENS/ICON_PAVI_180.png);
}

.ch-img-4 { 
	background-image: url(../../../IMAGENS/ICON_CARGA_180.png);
}

.ch-img-5 { 
	background-image: url(../../../IMAGENS/ICON_VISUAIS_180.png);
}


.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	margin: 0 3px;
	padding: 60px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	text-align: center;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	.border-top: 3px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	.color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.ch-info p a:hover {
	color: #fff222;
	.color: rgba(255,242,34, 0.8);
	text-decoration: none;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,230px,0px) rotate3d(1,0,0,-110deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}








.ch-grid {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 180px;
	height: 180px;
	display: inline-block;
	margin: 10px;
}
