/* WebFonts */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?qxglzd') format('truetype'), url('fonts/icomoon.woff?qxglzd') format('woff'), url('fonts/icomoon.svg?qxglzd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Reset */
html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, label, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
a { text-decoration: none; }
ul { list-style: none; }
input, textarea, select {
	margin: 0;
	outline: none;
	border: none;
}
[required]{ box-shadow: none; }
/* Library */
.hacc {
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.t02 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.t04 {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all .4s ease-in-out;
}
.t08 {
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
.link {
	color: #39F;
}
.case {
	padding: 20px 0px;
}
.case.layout {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	display: table;
}
@media screen and (max-width: 768px) {
.case.layout {
	width: 100%;
	padding: 10px 0 !important;
  }
}
/* Elements */
body {
	margin-top: 100px;
	min-width: 1024px;
}
@media screen and (max-width: 768px) {
body {
	min-width: 100%;
  }
}
body.internal {
	margin-top: 0 !important;
}
#bkg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 888888;
	display: none;
	-webkit-transform: translate3d (0, 0, 0);
	-moz-transform: translate3d (0, 0, 0);
	-o-transform: translate3d (0, 0, 0);
	-ms-transform: translate3d (0, 0, 0);
	transform: translate3d (0, 0, 0);
}
.login {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -175px;
	width: 320px;
	height: 350px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d (0, 0, 0);
	-moz-transform: translate3d (0, 0, 0);
	-o-transform: translate3d (0, 0, 0);
	-ms-transform: translate3d (0, 0, 0);
	transform: translate3d (0, 0, 0);
}
.login#cpanel {
	margin-top: -200px;
	height: 400px;
}
.login a.close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: #FF9D00;
	border-radius: 100%;
}
.login a.close:before {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #FFF;
}
.login .case {
	padding: 20px;
}
.login .case .logo {
	float: left;
	width: 100%;
	height: 80px;
	background: url(../img/logo/logo.png) no-repeat center top;
	background-size: auto 80px;
	margin-bottom: 10px;
}
.login .case .logo-cpanel {
	float: left;
	width: 100%;
	height: 20px;
	background: url(../img/logo/cpanel.png) no-repeat center top;
	margin-bottom: 10px;
}
.login .case .title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #FF9D00;
	margin-bottom: 10px;
}
.login .case .form,
.login .case .form .field {
	float: left;
	width: 100%;
}
.login .case .form .field.mgtop5 {
	margin-top: 5px;
}
.login .case .form .field.mgtop20 {
	margin-top: 20px;
}
.login .case .form .field.mgbot10 {
	margin-bottom: 20px;
}
.login .case .form .field input[type=text],
.login .case .form .field input[type=email],
.login .case .form .field input[type=password]{
	position: relative;
	float: left;
	width: 258px;
	padding: 10px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #062970;
	border-radius: 3px;
	border: 2px solid #DDD;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.login .case .form .field input::-webkit-input-placeholder {
	color: #555;
}
.login .case .form .field input::-moz-input-placeholder {
	color: #555;
}
.login .case .form .field input::-o-input-placeholder {
	color: #555;
}
.login .case .form .field input::-ms-input-placeholder {
	color: #555;
}
.login .case .form .field input::input-placeholder {
	color: #555;
}
.login .case .form .field input[type=text]:hover,
.login .case .form .field input[type=email]:hover,
.login .case .form .field input[type=password]:hover {
	border-color: #AAA;
	z-index: 100;
}
.login .case .form .field input[type=text]:focus,
.login .case .form .field input[type=email]:focus,
.login .case .form .field input[type=password]:focus {
	border-color: #062970;
	z-index: 100;
}
.login .case .form .field.first input[type=text],
.login .case .form .field.first input[type=email],
.login .case .form .field.first input[type=password]{
	border-radius: 3px 3px 0 0;
}
.login .case .form .field.second input[type=text],
.login .case .form .field.second input[type=email],
.login .case .form .field.second input[type=password]{
	margin-top: -2px;
	border-radius: 0 0 3px 3px;
}
.login .case .form .field.radius input[type=*]{;
	border-radius: 3px;
}
.login .case .form .field a.forget,
.login .case .form .field a.forget:visited {
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #062970;
}
.login .case .form .field a.forget:hover {
	color: #FF9D00;
}
.login .case .form .field .button {
	float: left;
	padding: 10px 20px;
	background: #062970;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	border: 2px solid #062970;
	border-radius: 3px;
	cursor: pointer;
}
.login .case .form .field .button:hover {
	background: #FFF;
	color: #062970;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1000;
}
@media screen and (max-width: 768px) {
  header {
    height: 75px;
    background: #FFF;
    z-index: 300;
  }
}
header.active {
	height: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header img.logo {
	height: 80px;
	margin-top: 10px;
}
header.active img.logo {
	height: 50px;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
header.active {
    height: 75px;
  }
header.active img.logo {
    height: 60px;
  margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
  header img.logo {
    width: 113px;
    height: 60px;
   margin-left: -45px;
  margin-top: 0px;
  left: 50%;
position: relative;
  }
}


header ul#menu {
	float: right;
	margin-top:
}
header ul#menu li {
	position: relative;
	float: left;
	display: inline;
}

header ul#menu li.sub:hover ul.sub,
header ul#menu li.sub ul.sub.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
header ul#menu li ul.sub {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -100px;
	width: 200px;
	background: #10426d;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
header ul#menu li ul.sub:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #10426d;
	border-width: 10px;
	margin-left: -10px;
}
header ul#menu li ul.sub li {
	float: left;
	width: 100%;
}
header ul#menu li ul.sub li a {
	float: left;
	width: 100%;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: none;
	display: table;
}
header ul#menu li ul.sub li a:hover,
header ul#menu li ul.sub li a.active {
	background: #27547a;
}
header ul#menu li ul.sub li a:hover .icon,
header ul#menu li ul.sub li a.active .icon {
	background-color: #f58220;
}
header ul#menu li ul.sub li a:hover .icon:after,
header ul#menu li ul.sub li a.active .icon:after {
	border-left-color: #f58220;
}
header ul#menu li ul.sub li:last-child a {
	border: none;
}
header ul#menu li ul.sub li a .icon {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background: #27547a no-repeat center;
	margin-right: 10px;
}
header ul#menu li ul.sub li a .icon:before {
	float: left;
	color: #FFF;
}
header ul#menu li ul.sub li a .icon.flaticon-code:before,
header ul#menu li ul.sub li a .icon.flaticon-lupa:before {
	font-size: 30px;
	margin: 2px 4px;
}
header ul#menu li ul.sub li a .icon.flaticon-sites:before {
	font-size: 33px;
	margin: 0px 4px;
}
header ul#menu li ul.sub li a .icon.flaticon-imobiliaria:before {
	font-size: 27px;
	margin: 3px 1px;
}
header ul#menu li ul.sub li a .icon.flaticon-shop:before,
header ul#menu li ul.sub li a .icon.flaticon-nuvem:before,
header ul#menu li ul.sub li a .icon.flaticon-arroba:before,
header ul#menu li ul.sub li a .icon.flaticon-download:before {
	font-size: 23px;
	margin: 5px 8px;
}
header ul#menu li ul.sub li a .icon.flaticon-depoimentos:before {
	font-size: 22px;
	margin: 6px;
}
header ul#menu li ul.sub li a .icon.flaticon-clientes:before {
	font-size: 27px;
	margin: 3px 6px;
}
header ul#menu li ul.sub li a .icon.flaticon-like:before {
	font-size: 20px;
	margin: 8px 10px;
}
header ul#menu li ul.sub li a .icon.flaticon-arte:before {
	font-size: 18px;
	margin: 10px;
}
header ul#menu li ul.sub li a .icon.flaticon-tools:before {
	font-size: 20px;
	margin: 10px;
}
header ul#menu li ul.sub li a .icon.flaticon-equipe:before {
	font-size: 30px;
	margin: 3px 5px;
}
header ul#menu li ul.sub li a .icon.icon-arco {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon/logo-menu-empresa.png);
}
header ul#menu li ul.sub li a .icon.icon-cpanel {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon/logo-menu-cpanel.png);
}
header ul#menu li ul.sub li a .icon.www {
	text-align: center;
	line-height: 42px;
	font-size: 13px;
	font-weight: 400;
}
header ul#menu li ul.sub li a .icon.flaticon-webmail:before {
	font-size: 26px;
	margin: 7px;
}
header ul#menu li ul.sub li a .icon:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-left-color: transform;
	border-width: 5px;
	margin-top: -5px;
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
header ul#menu li ul.sub li a p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
header ul#menu li a {
	float: left;
	padding: 37px 10px 42px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #062970;
	border-top: 5px solid transparent;
	cursor: pointer;
}
header.active ul#menu li a {
	padding: 17px 10px 22px;
}
header ul#menu:hover li a.active {
	border-top-color: #FFF;
}
header ul#menu li a:hover,
header ul#menu li a.active,
header ul#menu li a.active:hover,
header ul#menu li.sub:hover a.sub {
	border-top-color: #FF9D00;
}
#menu2{
	display: none;
}
#menu-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  z-index: 400;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
#menu-collapse:before {
  content: "\e900";
  float: left;
  width: 100%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: #333;
}
#menu-collapse.active:before {
  content: "\e901";
  color: #333;
}
@media screen and (max-width: 768px) {
  #menu-collapse {
    display: block;
  }
}
#menu-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-property: opacity, visibility;
  -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-property: opacity, visibility;
  -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-property: opacity, visibility;
  -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-property: opacity, visibility;
  transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: opacity, visibility;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-overflow.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
	#menu{
		display: none;
	}
  #menu2 {
    position: fixed;
    top: 75px;
    left: -80%;
    width: 80%;
    height: 100%;
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: -o-calc(100% - 75px);
    height: -ms-calc(100% - 75px);
    height: calc(100% - 75px);
    background: #FFF;
    overflow: auto;
    z-index: 200;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: left;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: left;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: left;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: left;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
}
  #menu2.active {
    left: 0;
  }
  #menu2 .case {
    padding: 0;
  }
  #menu2 > .case > ul {
    float: left;
    width: 100%;
  }
  #menu2 > .case > ul > li {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    display: inline-block;
  }
  #menu2 > .case > ul > li.sub2 > a {
    position: relative;
  }
  #menu2 > .case > ul > li.sub2 > a:before {
    content: "\e902";
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #333;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    transition: 0.2s ease-in-out;
    transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
  }
  #menu2 > .case > ul > li.sub2 > a.active {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  #menu2 > .case > ul > li.sub2 > a.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #menu2 > .case > ul > li > a {
  	float: left;
width: 100%;
    height: auto;
    padding: 20px;
  box-shadow: none;
border-radius: none;
    line-height: 1;
    text-align: left;
    text-transform: none;
    	font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    border-bottom: 1px outset rgba(0, 0, 0, 0.1);
  }
  #menu2 > .case > ul > li > ul {
  left: 0;
  width: 100%;
  padding: 5px 0;
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    background: transparent;
    display: none;
  }
  #menu2 > .case > ul > li > ul .case .menu-materials {
    width: 100% !important;
  }
  #menu2 > .case > ul > li > ul .case ul {
    width: 100% !important;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.1);
  }
  #menu2 > .case > ul > li > ul .case ul li {
    width: 100% !important;
    height: auto;
  }
  #menu2 > .case > ul > li > ul .case ul li a {
    height: auto;
    padding: 20px;
    line-height: 1;
    	font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
    text-align: left;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    float: left;
    background: #eee;
width: 100%;
  }
}
#painel,
#painel ul,
#painel ul li {
	position: relative;
	float: left;
	width: 100% !important;
	height: 500px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
  #painel{
    display: none;
  }
}
#painel .load {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF url(../img/load/load-30.GIF) no-repeat center;
	z-index: 500;
}
#painel #pagers {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -490px;
	width: 980px;
	z-index: 400;
}
#painel #pagers .dots {
	position: relative;
	float: left;
	left: 50%;
	z-index: 100;
}
#painel #pagers .dots span {
	float: left;
	width: 12px;
	height: 12px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 15px;
	font-size: 0;
	margin-right: 7px;
	cursor: pointer;
}
#painel #pagers .dots span:last-child {
	margin-right: 0;
}
#painel #pagers .dots span:hover,
#painel #pagers .dots span.active {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-khtml-transform: scale(1.5);
	transform: scale(1.5);
}
.caixas-hd {
	float: left;
	width: 100%;
	font-family: 'Gotham Bold', sans-serif;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
#painel ul li .case {
	position: relative;
	height: 100%;
}
#painel ul li .bkg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EEE no-repeat center;
	background-size: cover;
}

#painel2 {
  position: relative;
  float: left;
  width: 100%;
  z-index: 0;
  margin-top: -5px;
    display: none;
}
@media screen and (max-width: 768px) {
  #painel2{
    display: inline;
  }
}

#painel2 ul,
#painel2 ul li {
  position: relative;
  float: left;
  width: 100%;
  outline: none;
}
#painel2 .img {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-size: cover;
    background-position: center;
}
@media screen and (max-width: 768px) {
  #painel2 .img {
    padding-bottom: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  #painel2 .img {
    padding-bottom: 80%;
  }
}



#wrapper {
	position:  relative;
	float: left;
	width: 100%;
	background: #FFF;
	z-index: 1;
}
@media screen and (max-width: 768px) {
#wrapper {
	z-index: 1;
	margin-top: -25px;
  }
}

#last_news {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
#last_news {
	text-align: center;
  }
}
#last_news .case.layout {
	padding: 30px 10px;
}
.destaque {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}

#last_news .img {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
#last_news .img {
	margin-right: 0px;
	float: none;
display: inline-block;
  }
}
#last_news a:hover .img .link {
	opacity: 1;
	visibility: visible;
}
#last_news .img .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}

#last_news .img .link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 38px;
	color: #FFF;
	border-radius: 100%;
}
#last_news .info {
	float: left;
	width: 650px;
	height: 200px;
	font-family: 'Roboto Condensed', sans-serif;
	display: table;
}
@media screen and (max-width: 768px) {
#last_news .info {
	width: 100%;
  }
}
#last_news .info .middle {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#last_news .info .title {
	float: left;
	width: 100%;
	color: #062970;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 10px;
}
#last_news .info .subtitle {
	float: left;
	width: 100%;
	color: #333;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
#last_news .info .date {
	float: left;
	width: 100%;
	color: #888;
	font-size: 16px;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
#last_news .info .title {
	font-size: 1.6rem;
  }
  #last_news .info .subtitle {
	font-size: 1.2rem;
}
#last_news .info .date {
	font-size: 1rem;

}
}
#noticias,
#noticias ul,
#noticias ul li a,
#noticias ul li .info,
#noticias ul li .info .title,
#noticias ul li .info .date {
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
#noticias ul{
	float: none;
	text-align: center;
}
}
#noticias ul li {
	float: left;
	width: 300px;
	margin: 0 40px 30px 0;
}
@media screen and (max-width: 768px) {
#noticias ul li{
	display: inline-block;
	margin: 40px 0px;
	width: 100%;
}
}
#noticias ul.small li {
	width: 225px;
	margin: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
#noticias ul.small li {
	display: inline-block;
	margin: 20px 0px;
	width: 100%;
}
}
#noticias ul li:nth-child(3n){
	margin-right: 0;
}
#noticias ul.small li:nth-child(3n){
	margin-right: 40px !important;
}
#noticias ul.small li:nth-child(4n){
	margin-right: 0;
}
#noticias ul li .img {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#noticias ul li .img {
	float: none;
	width: 100%;
}
}
#noticias ul.small li .img {
	width: 225px;
	height: 150px;
}
@media screen and (max-width: 768px) {
#noticias ul.small li .img {
	float: none;
	width: 100%;
}
}
#noticias ul.small li .img img {
	width: 225px !important;
	height: 150px !important;
}
#noticias ul li a:hover .img .link {
	opacity: 1;
	visibility: visible;
}
#noticias ul li .img .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}
#noticias ul li .img .link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 38px;
	color: #FFF;
	border-radius: 100%;
}
#noticias ul li .info {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #062970;
}
#noticias ul.small li .info {
	font-size: 16px;
}
#noticias ul li .info .title {
	margin-bottom: 10px;
}
#noticias ul li .info .date {
	font-size: 13px;
	color: #888;
}
#noticias .view {
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
#noticias .view {
text-align: center;
	float: none;
}
}
#noticias .header,
#noticias .text {
	float: left;
	width: 100%;
}
#noticias .img_noticia {
	position: relative;
	float: left;
	margin: 0 0 10px 157.5px;
}
@media screen and (max-width: 768px) {
#noticias .img_noticia {
	float: none;
	margin: 0;
	display: inline-block;
}
}
#noticias .img_noticia img,
#noticias .img_noticia iframe {
	float: left;
}
@media screen and (max-width: 768px) {
#noticias .img_noticia img{
	width: 100%;
}
}
#noticias .img_title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
#noticias .header .date,
#noticias .header .title,
#noticias .header .subtitle {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #062970;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}
#noticias .header .subtitle {
	color: #333;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#noticias .header .title{
	font-size: 1.6rem;

	}
#noticias .header .subtitle {
	font-size: 1.2rem;
}
}
#noticias .share {
	float: left;
	width: 100%;
	height: 40px;
	padding: 10px;
	background: #F5F5F5;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#noticias .share .addthis .facebook,
#noticias .share .addthis .google-plus,
#noticias .share .addthis .twitter {
	float: left;
	margin-right: 10px;
}
#noticias .share .addthis .google-plus {
	margin-right: 0;
}
#noticias .share .bitly {
	float: left;
	height: 20px;
	margin-left: 10px;
}
#noticias .share .bitly input {
	float: left;
	height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #333;
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#noticias .header .date {
	color: #888;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#noticias .header .date {
	font-size: 1rem;
}
}
#noticias .text {
	text-align: justify;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	line-height: 22px;
	font-size: 18px;
	font-weight: 300;
	padding-top: 20px;
}
#noticias .text a.linktext,
#noticias .text a.linktext:visited {
	color: #39F;
}
#noticias .galeria {
	position: relative;
	float: left;
	width: 980px;
	height: 100px;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
#noticias .galeria {
	width: 100%;
	height: auto;
}
}
#noticias .galeria a.pager {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100px;
	color: #052B75;
	font-size: 30px;
}
#noticias .galeria a.pager:before {
	position: absolute;
	top: 35px;
}
#noticias .galeria a.pager.left {
	left: -20px;
}
#noticias .galeria a.pager.left:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#noticias .galeria a.pager.right {
	right: -20px;
}
#noticias .galeria a.pager.right:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -10px;
}
#noticias .galeria ul {
	float: left;
	width: 100%;
}
#noticias .galeria ul li {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
#noticias .galeria ul li a.img {
	float: left;
	width: 100px;
	height: 100px;
	background: #EEE center no-repeat;
	background-size: cover;
}
#noticias .comentarios {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 25px 0 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
#noticias .comentarios {
	padding: 0px;
}
}
#noticias .title_secao {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #052B75;
	margin-bottom: 25px;
}
#noticias .comentarios .comentario_alerta {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #333;
	margin-top: 15px;
}
#noticias .column-right {
	float: left;
	width: 239px;
}
#noticias .column-right .destaque {
	font-size: 20px;
	font-weight: 300;
}
#wrapper #cont {
	float: left;
	width: 100%;
}
#wrapper #page-title {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	background: #062970;
	padding: 30px 0;
}

#wrapper #page-title.center {
	text-align: center;
}
#wrapper #page-title.hauto {
	height: auto;
}
#wrapper #page-title h1 {
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	font-weight: 300;
	color: #FFF;
}
@media screen and (max-width: 768px) {
#wrapper #page-title {
	height: auto;
}
#wrapper #page-title h1 {
    text-align: center;
    width: 100%;
  }
}
#wrapper #page-title.h1100 h1 {
	width: 100%;
}
#wrapper #page-title .subtitle {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #B1BCCD;
}
#wrapper h2,
#wrapper .titleh2 {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	font-weight: 300;
	color: #062970;
	margin-bottom: 10px;
}
#wrapper #cont .case.layout {
	padding: 30px 10px;
}
@media screen and (max-width: 768px) {
#wrapper #cont .case.layout {
	display: inline-block;
  }
}
#wrapper #cont #contato,
#wrapper #cont #downloads,
#wrapper #cont #email {
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
#wrapper #cont #contato,
#wrapper #cont #downloads,
#wrapper #cont #email {
    text-align: center;
  }
}
#wrapper #cont #contato .info {
	float: left;
	width: 459px;
}

@media screen and (max-width: 768px) {
#wrapper #cont #contato .info {
	width: 100%;
  }
}
#wrapper #cont #contato .info .social,
#wrapper #cont #contato .info .text {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #333;
	margin-bottom: 30px;
}
#wrapper #cont #contato .info .social .title,
#wrapper #cont #contato .info .text .title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #062970;
	margin-bottom: 20px;
}
#wrapper #cont #contato .info .social ul {
	float: left;
	width: 100%;
}
#wrapper #cont #contato .info .social ul li a {
	float: left;
	width: 67px;
	height: 67px;
	line-height: 70px;
	text-align: center;
	font-size: 50px;
	color: #FFF;
	margin-right: 20px;
	border-radius: 3px;
}
#wrapper #cont #contato .info .social ul li a:hover {
	background: #EEE !important;
}
#wrapper #cont #contato .info .social ul li a.facebook {
	background: #3b5998;
	font-size: 48px;
	line-height: 57px;
}
#wrapper #cont #contato .info .social ul li a.facebook:hover {
	color: #3b5998;
}
/*
#wrapper #cont #contato .info .social ul li a.googleplus {
	background: #da4835;
	line-height: 60px;
}
#wrapper #cont #contato .info .social ul li a.googleplus:hover {
	color: #da4835;
}*/
#wrapper #cont #contato .info .social ul li a.youtube {
	background: #c0181d;
	line-height: 57px;
}
#wrapper #cont #contato .info .social ul li a.youtube:hover {
	color: #c0181d;
}
#wrapper #cont #contato .form {
	float: left;
	width: 460px;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
#wrapper #cont #contato .form {
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
  }
}
#wrapper #cont #contato .form .linha {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#wrapper #cont #contato .form .linha .field {
	float: left;
	width: 100%;
}
#wrapper #cont #contato .form .linha .field label {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #062970;
	margin-bottom: 5px;
}
#wrapper #cont #contato .form .linha .field input[type=text],
#wrapper #cont #contato .form .linha .field input[type=email],
#wrapper #cont #contato .form .linha .field input[type=tel],
#wrapper #cont #contato .form .linha .field textarea {
	float: left;
	width: 100%;
	width: -webkit-calc(100% - 18px);
	width: -moz-calc(100% - 18px);
	width: -o-calc(100% - 18px);
	width: -ms-calc(100% - 18px);
	width: calc(100% - 18px);
	min-width: -webkit-calc(100% - 18px);
	min-width: -moz-calc(100% - 18px);
	min-width: -o-calc(100% - 18px);
	min-width: -ms-calc(100% - 18px);
	min-width: calc(100% - 18px);
	max-width: -webkit-calc(100% - 18px);
	max-width: -moz-calc(100% - 18px);
	max-width: -o-calc(100% - 18px);
	max-width: -ms-calc(100% - 18px);
	max-width: calc(100% - 18px);
	background: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #888;
	padding: 8px;
	border: 1px solid #888;
	border-radius: 3px;
}
#wrapper #cont #contato .form .linha .field textarea {
	min-height: 100px;
}
#wrapper #cont #contato .form .linha .field input[type=text]:hover,
#wrapper #cont #contato .form .linha .field input[type=email]:hover,
#wrapper #cont #contato .form .linha .field input[type=tel]:hover,
#wrapper #cont #contato .form .linha .field textarea:hover {
	border-color: #555;
	color: #555;
}
#wrapper #cont #contato .form .linha .field input[type=text]:focus,
#wrapper #cont #contato .form .linha .field input[type=email]:focus,
#wrapper #cont #contato .form .linha .field input[type=tel]:focus,
#wrapper #cont #contato .form .linha .field textarea:focus {
	border-color: #062970;
	color: #062970;
}
#wrapper #cont #contato .form .linha .field input[type=submit]{
	float: left;
	padding: 18px;
	background: #062970;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 3px;
}
#wrapper #cont #contato .form .linha .field input[type=submit]:hover {
	background: #00A81C;
}
#wrapper #cont #contato .form .linha .field input[type=submit]:active {
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
}
.btnDefault {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background: #0C2F73 ;
	padding: 18px 0;
	cursor: pointer;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	float: none !important;
}
.btnDefault:hover {
	background: #00A81C;
	color: #FFF;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btnDesabilitado{
	background: #E5E5E5 url(../img/load/load-botao.GIF) no-repeat 10px 14px !important;
	color: #818080 !important;
}
.sucessoForm{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #062970;
	font-weight: 300;
	margin-top: 100px;
}
.sucessoForm .icon{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 150px;
	color: #35A001;
}
.mensagemErro{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	padding-top: 15px;
	color: #E40A0A;
	text-align: center;
}
.sucessoForm.orcamento{
	margin-top: 0px;
	color: #FFFFFF;
}
.sucessoForm.orcamento .icon{
	color: #FFFFFF;
}
#wrapper #cont #mapa {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	background: #EEE;
	z-index: 0;
}
#wrapper #cont #downloads ul {
	float: left;
	width: 100%;
}
#wrapper #cont #downloads ul li {
	float: left;
	width: 222px;
	margin: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
#wrapper #cont #downloads ul li {
	width: 70%;
	float: none;
	display: inline-block;
	margin: 20px;
  }
}
#wrapper #cont #downloads ul li:nth-child(4n) {
	margin-right: 0;
}
#wrapper #cont #downloads ul li a {
	float: left;
	width: 100%;
	height: 100%;
}
#wrapper #cont #downloads ul li .img {
	position: relative;
	float: left;
	width: 100%;
	height: 109px;
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 10px;
}
#wrapper #cont #downloads ul li:hover .img .link {
	opacity: 1;
	visibility: visible;
}
#wrapper #cont #downloads ul li .img .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}
#wrapper #cont #downloads ul li .img .link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 40px;
	color: #FFF;
	border-radius: 100%;
}
#wrapper #cont #downloads ul li .img.ammyy {
	background-image: url(../img/downloads/ammyy/capa.jpg);
}
#wrapper #cont #downloads ul li .img.anydesk {
	background-image: url(../img/downloads/anydesk/capa.png);
}
#wrapper #cont #downloads ul li .img.smpc {
	background-image: url(../img/downloads/smpc/capa.jpg);
}
#wrapper #cont #downloads ul li .img.tv {
	background-image: url(../img/downloads/tv/capa.jpg);
}
#wrapper #cont #downloads ul li .img.chrome {
	background-image: url(../img/downloads/chrome/capa.jpg);
}
#wrapper #cont #downloads ul li .img.chrome-remote {
	background-image: url(../img/downloads/chrome/capa-chrome-remote.png);
}
#wrapper #cont #downloads ul li .img.firefox {
	background-image: url(../img/downloads/firefox/capa.jpg);
}
#wrapper #cont #downloads ul li .info {
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #062970;
}
#wrapper #cont #downloads ul li .info .category {
	float: left;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	background: #0f436d;
	margin-top: 5px;
}
#wrapper #cont #email nav {
	float: left;
	width: 200px;
	padding-right: 30px;
}
@media screen and (max-width: 768px) {
#wrapper #cont #email nav {
	width: 100%;
	float: none;
  }
}
#wrapper #cont #email nav ul,
#wrapper #cont #email nav ul li {
	float: left;
	width: 100%;
}
#wrapper #cont #email nav ul li a.emlink,
#wrapper #cont #email nav ul li a.emlink:visited {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #062970;
	border-bottom: 1px solid #EEE;
}
#wrapper #cont #email nav ul li a.emlink:hover,
#wrapper #cont #email nav ul li a.emlink.active {
	border-color: #062970;
}
#wrapper #cont #email .info {
	float: right;
	width: 719px;
	padding-left: 30px;
	border-left: 1px solid #EEE;
}
@media screen and (max-width: 768px) {
#wrapper #cont #email .info {
	width: 100%;
	margin-top: 20px;
  }
}
#wrapper #cont #email .info h2 {
	margin: 0 0 20px;
}
#wrapper #cont #email .info .text {
	float: left;
	width: 100%;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}
#wrapper #cont #email .info .text .divisor {
	float: left;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin: 30px 0;
}
#wrapper #cont #email .info .text h3 {
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 400;
	color: #062970;
	margin-bottom: 10px;
}
#wrapper #cont #email .info .text h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
#wrapper #cont #email .info .text img {
	width: 100%;
  }
}
#wrapper #cont #email .info .text img.tela {
	display: block;
	margin-bottom: 40px;
}
#wrapper #cont #email .info .text img.tela.mgbot10 {
	margin-bottom: 10px;
}
#wrapper #cont #email .botao,
#wrapper #cont #email .botao:visited {
	float: left;
	padding: 10px 20px;
	background: #062970;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	border-radius: 3px;
	margin-top: 10px;
}
#wrapper #cont #email .botao:hover {
	color: #062970;
	background: #EEE;
}
#wrapper.afthd {
	margin-top: 100px;
}
#msg {
	position: relative;
	float: left;
	width: 100%;
	background: #FF9D00;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}	
@media screen and (max-width: 768px) {
#msg {
	margin-top: -25px;
  }
}
#msg .case.layout {
	padding: 21px 10px;
}
#msg b {
	color: #FFF;
	font-size: 33px;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
#msg {
	font-size: 1.4rem;
  }
#msg b {
	font-size: 1.5rem;
}
}
#wrapper #ultimos_trabalhos,
#wrapper #ultimos_trabalhos #ultimos_trabalhos_cycle,
#wrapper #ultimos_trabalhos .title,
#wrapper #ultimos_trabalhos ul,
#wrapper #ultimos_trabalhos ul li .info .name,
#wrapper #ultimos_trabalhos ul li .info .site {
	float: left;
	width: 100%;
}
#wrapper #ultimos_trabalhos #ultimos_trabalhos_cycle {
	margin-bottom: 15px;
}
#wrapper #ultimos_trabalhos {
	position: relative;
}
@media screen and (max-width: 768px) {
#wrapper #ultimos_trabalhos {
	float: left;
	width: 98%;
  }
}
#wrapper #ultimos_trabalhos:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 40px;
	background: url(../img/elements/last_works_bkg.png) center;
	z-index: 400;
}
#wrapper #ultimos_trabalhos .case.layout {
	padding: 30px 10px;
	border-top: 1px solid #FF9D00;
}

#wrapper #ultimos_trabalhos .title,
#wrapper #ultimos_trabalhos .subtitle {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #FF9D00;
}
@media screen and (max-width: 768px) {
#wrapper #ultimos_trabalhos .title,
#wrapper #ultimos_trabalhos .subtitle {
	font-size: 1.6rem;
  }
}
#wrapper #ultimos_trabalhos .subtitle {
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
#wrapper #ultimos_trabalhos .subtitle {
	font-size: 1.2rem;
	width: 98%;
  }
}
#wrapper #ultimos_trabalhos .subtitle a,
#wrapper #ultimos_trabalhos .subtitle a:visited {
	font-weight: 400;
	color: #777;
}
@media screen and (max-width: 768px) {
#wrapper #ultimos_trabalhos ul {
text-align: center;
  }
}
#wrapper #ultimos_trabalhos ul li {
	position: relative;
	float: left;
	width: 222px;
	height: 222px;
	margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
#wrapper #ultimos_trabalhos ul li{
 display: inline-block;
 float: none;
 margin: 0;
  }
}
#wrapper #ultimos_trabalhos.portfolio ul li {
	margin-bottom: 30px;
}
#wrapper #ultimos_trabalhos ul li a,
#wrapper #ultimos_trabalhos ul li a:visited {
	float: left;
}
#wrapper #ultimos_trabalhos ul li:hover .info {
	opacity: 1;
}
#wrapper #ultimos_trabalhos ul li .info {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}
#wrapper #ultimos_trabalhos ul li .info .head {
	float: left;
	width: 100%;
	color: #062970;
}
#wrapper #ultimos_trabalhos.portfolio ul li .info .head {
	color: #062970;
}
#wrapper #ultimos_trabalhos ul li .info .site {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}
#wrapper #ultimos_trabalhos ul li .info .category {
	float: left;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	background: #062A73;
	margin-right: 5px;
}
#wrapper #ultimos_trabalhos.portfolio ul li .info .category {
	background: #062970;
}
#wrapper #ultimos_trabalhos ul li:nth-child(4n) {
	margin-right: 0;
}
#wrapper #ultimos_trabalhos ul li .img {
	position: relative;
	float: left;
	width: 224px;
	height: 126px;
	background: #DDD;
	background: no-repeat center top;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
#wrapper #ultimos_trabalhos ul li:hover .img .link {
	opacity: 1;
	visibility: visible;
}
#wrapper #ultimos_trabalhos ul li .img .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}
#wrapper #ultimos_trabalhos ul li .img .link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 40px;
	color: #FFF;
	border-radius: 100%;
}
#wrapper #ultimos_trabalhos_pagers {
	position: relative;
	float: left;
	width: 980px;
	z-index: 400;
}
#wrapper #ultimos_trabalhos_pagers a.ut_pager,
#wrapper #ultimos_trabalhos_pagers a.ut_pager:visited {
	position: absolute;
	bottom: 145px;
	text-align: center;
	font-size: 60px;
	color: #062A73;
	width: 60px;
	height: 60px;
}
#wrapper #ultimos_trabalhos_pagers a.ut_pager.left {
	left: -100px;
}
#wrapper #ultimos_trabalhos_pagers a.ut_pager.right {
	right: -100px;
}
@media screen and (max-width: 1170px){
	#wrapper #ultimos_trabalhos_pagers a.ut_pager.left,
	#wrapper #ultimos_trabalhos_pagers a.ut_pager.right {
		display: none;
	}
#wrapper #ultimos_trabalhos_pagers {
	width: 100%;

}
}
#wrapper #ultimos_trabalhos_pagers .dots {
	position: relative;
	float: left;
	left: 50%;
	z-index: 100;
}
@media screen and (max-width: 1170px){
#wrapper #ultimos_trabalhos_pagers .dots {
	margin-bottom: 50px;
}
}
#wrapper #ultimos_trabalhos_pagers .dots span {
	float: left;
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	font-size: 0;
	margin-right: 7px;
	cursor: pointer;
}
#wrapper #ultimos_trabalhos_pagers .dots span:hover,
#wrapper #ultimos_trabalhos_pagers .dots span.active {
	background: #062A73;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-khtml-transform: scale(1.5);
	transform: scale(1.5);
}
#wrapper #ultimos_trabalhos_pagers .dots span:last-child {
	margin-right: 0;
}
#wrapper #servico {
	position: relative;
	float: left;
	width: 100%;
}
#wrapper #servico #servicos .case.layout {
	border-color: #EEE;
	border-bottom: 1px solid #EEE;
	margin: 30px 0;
	padding: 30px 0 10px;
}
#wrapper #servico .column1 {
	float: left;
	width: 60%;
}
#wrapper #servico .column2 {
	position: relative;
	float: left;
	width: 40%;
}
@media screen and (max-width: 768px) {
#wrapper #servico .column1,
#wrapper #servico .column2 {
	width: 100%;
	text-align: center;
  }
}
#wrapper #servico .imgback {
	float: right;
}
@media screen and (max-width: 768px) {
#wrapper #servico .imgback {
	display: none;
  }
}
#wrapper #servico .text {
	float: left;
	width: 100%;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
#wrapper #servico .text {
	margin-bottom: 20px;
  }
}
#wrapper #servico .text b {
	font-weight: 300;
}
#wrapper #servico .text h2,
#wrapper #servico .text h2 b {
	line-height: 28px;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 0;
}
#wrapper ul.seo_list,
#wrapper ul.seo_list li {
	float: left;
	width: 130%;
}
@media screen and (max-width: 768px) {
#wrapper ul.seo_list,
#wrapper ul.seo_list li {
	width: 100%;
	text-align: left;
  }
}
#wrapper ul.seo_list.nocolumn,
#wrapper ul.seo_list.nocolumn li {
	width: 100%;
}
#wrapper ul.seo_list {
	margin-top: 31px;
}
#wrapper ul.seo_list li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin-bottom: 10px;
}
#wrapper ul.seo_list li .icon {
	float: left;
	font-size: 20px;
	color: #39F;
	margin: -3px 10px 0 0;
}
#wrapper #servico .videos,
#wrapper #servico .videos ul {
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
#wrapper #servico .videos ul {
	text-align: center;
  }
}
#wrapper #servico .videos {
	margin-top: 20px;
}
#wrapper #servico .videos ul li {
	float: left;
	width: 222.5px;
	margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
#wrapper #servico .videos ul li {
	float: none;
	display: inline-block;
	margin: 20px;
  }
}
#wrapper #servico .videos ul li .img {
	position: relative;
	float: left;
	width: 222.5px;
	height: 150px;
	background: #EEE no-repeat center;
	background-size: cover;
}
#wrapper #servico .videos ul li .img .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
#wrapper #servico .videos ul li .img .play:hover {
	background: rgba(0, 0, 0, 0.9);
}
#wrapper #servico .videos ul li .img .play .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -31px;
	margin-top: -31px;
	width: 60px;
	height: 60px;
	line-height: 51px;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 100%;
}
#wrapper #servico .videos ul li .img .play .icon:before {
	margin-left: 5px;
}
#wrapper #servico .videos ul li .info,
#wrapper #servico .videos ul li .info .title,
#wrapper #servico .videos ul li .info .subtitle {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}
#wrapper #servico .videos ul li .info {
	margin-top: 10px;
}
#wrapper #servico .videos ul li .info .title {
	font-size: 16px;
	font-weight: 400;
	color: #092C72;
	margin-bottom: 5px;
}
#wrapper #servico .videos ul li .info .subtitle,
#wrapper #servico .videos ul li .info .subtitle b {
	font-size: 14px;
	font-weight: 300;
	color: #333;
}
#wrapper #servicos,
#wrapper #servicos .title{
	float: left;
	width: 100%;
}
#wrapper #servicos ul {
	width: 100%;
	text-align: center;
}
#wrapper #servicos ul li{
	display: inline-block;
}
#wrapper #servicos .case.layout {
	padding: 30px 10px;
	border-top: 1px solid #FF9D00;
}
#wrapper #servicos .title,
#wrapper #servicos .subtitle {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #FF9D00;
}
@media screen and (max-width: 768px) {
#wrapper #servicos .title {
	font-size: 2rem;
  }
}
#wrapper #servicos .subtitle {
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
#wrapper #servicos .subtitle {
	font-size: 1.2rem;
	width: 98%;
  }
}
#wrapper #servicos ul li {
	position: relative;
	float: left;
	width: 306px;
	margin: 0 30px 30px 0;
}
#wrapper #servicos.small4 ul li {
	width: 222px;
}
#wrapper #servicos ul li:nth-child(3n) {
	margin-right: 0;
}
#wrapper #servicos.small4 ul li:nth-child(3n) {
	margin-right: 30px;
}
#wrapper #servicos ul li a {
	float: left;
}
@media screen and (max-width: 768px) {
#wrapper #servicos ul li {
	margin: 30px 5px;
	display: inline-block;
	float: none;

}
#wrapper #servicos ul li a {
	float: none;
  }
#wrapper #servicos.small4 ul li {
	display: inline-block;
	float: none;
  }
}
#wrapper #servicos ul li a:hover .icon {
	color: #FFF;
	background: #0A2B72;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
#wrapper #servicos ul li .icon.active {
	color: #FFF;
	background: #0A2B72;
}
#wrapper #servicos ul li .icon {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 86px;
	font-size: 75px;
	color: #777;
	/*text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
	background: #EEE;
	border-radius: 100%;
	margin: 0 0 20px 103px;
}
#wrapper #servicos.small4 ul li .icon {
	margin-left: 61px;
}
#wrapper #servicos ul li .icon.flaticon-sites:before {
	font-size: 78px;
	line-height: 80px;
}
#wrapper #servicos ul li .icon.flaticon-imobiliaria:before {
	font-size: 64px;
	line-height: 80px;
}
#wrapper #servicos ul li .icon.flaticon-code:before {
	font-size: 66px;
	margin: 0 0 0 -3px;
}
#wrapper #servicos ul li .icon.flaticon-shop:before {
	font-size: 55px;
	margin: 0 0 0 -3px;
}
#wrapper #servicos ul li .icon.flaticon-tools:before {
	font-size: 44px;
}
#wrapper #servicos ul li .icon.flaticon-nuvem:before {
	font-size: 61px;
}
#wrapper #servicos ul li .icon.flaticon-www:before {
	font-size: 61px;
	margin: 0 0 0 2px;
}
#wrapper #servicos ul li .icon.flaticon-layout:before {
	font-size: 55px;
	margin: 0 0 0 2px;
}
#wrapper #servicos ul li .icon.flaticon-update:before {
	font-size: 70px;
}
#wrapper #servicos ul li .icon.flaticon-megafone:before {
	font-size: 60px;
}
#wrapper #servicos ul li .icon.flaticon-mousecheck:before {
	font-size: 64px;
}
#wrapper #servicos ul li .icon.flaticon-moneyhand:before {
	font-size: 55px;
}
#wrapper #servicos ul li .icon.flaticon-estatisticasup:before {
	font-size: 44px;
}
#wrapper #servicos ul li .icon.flaticon-target:before {
	font-size: 57px;
}
#wrapper #servicos ul li .icon.flaticon-analytics:before {
	font-size: 57px;
}
#wrapper #servicos ul li .icon.flaticon-percentage:before {
	font-size: 55px;
	margin: 0 0 0 6px;
}
#wrapper #servicos ul li .icon .www {
	float: left;
	width: 100%;
	line-height: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 700;
}
#wrapper #servicos ul li .icon.flaticon-like:before {
	font-size: 49px;
}
#wrapper #servicos ul li .icon.flaticon-lupa:before {
	font-size: 65px;
}
#wrapper #servicos ul li .icon.flaticon-arte:before {
	font-size: 42px;
}
#wrapper #servicos ul li .info {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
#wrapper #servicos ul li .info b {
	font-weight: 300;
}
#wrapper #servicos ul li .info .head {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	color: #0A2B72;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#wrapper #servicos ul li .info .head {
	font-size: 1.4rem;
  }
}
#wrapper #servicos ul li .info .head p {
	font-size: 14px;
	color: #888;
}
@media screen and (max-width: 768px) {
#wrapper #servicos ul li .info .head p {
	font-size: 1.2rem;
  }
}
#wrapper #servicos ul li .info .text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
}
@media screen and (max-width: 768px) {
#wrapper #servicos ul li .info .text {
	font-size: 1rem;
  }
}
#wrapper #empresa {
	position: relative;
	float: left;
	width: 100%;
	background: #FFF;
}
#wrapper #empresa .case.layout {
	position: relative;
	padding: 30px 10px;
}
#wrapper #empresa .info {
	position: relative;
	float: left;
	width: 600px;
	height: 453px;
	display: table;
	z-index: 100;
}
@media screen and (max-width: 768px) {
#wrapper #empresa .info {
	width: 100%;
	display: inline-block;
	height: auto;
	margin-bottom: 20px;
  }
}
#wrapper #empresa .info .middle {
	display: table-cell;
	vertical-align: middle;
}
#wrapper #empresa .info .title {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	font-weight: 300;
	color: #FF9D00;
	margin-bottom: 20px;
}
#wrapper #empresa .info .text {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 22px;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}
@media screen and (max-width: 768px) {
#wrapper #empresa .info .title,
#wrapper #empresa .info .text {
	text-align: center;
  }
  #wrapper #empresa .info .title {
	font-size: 2rem;
  }
  #wrapper #empresa .info .text {
	font-size: 1.2rem;
  }
}
#wrapper #empresa .info .text b {
	font-weight: 300 !important;
}
#wrapper #empresa .tablet {
	position: relative;
	float: right;
	height: 453px;
	z-index: 500;
}
@media screen and (max-width: 768px) {
#wrapper #empresa .tablet {
	width: 100%;
	height: auto;
	float: left;
  }
}
#wrapper #institucional {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	text-align: justify;
	line-height: 22px;
}
@media screen and (max-width: 768px) {
#wrapper #institucional .text img{
	width: 100%;
	}
}
#wrapper #institucional .valores{
	position:relative;
	float:left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding-bottom:30px;
}
#wrapper #institucional .img-valores{
	float: left;
	width: 160px;
	height: 120px;
}
#wrapper #institucional .texto-valores{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	color: #333;
	width: 809px;
	left: 10px;
	font-weight: 300;
	position: relative;
float: left;
}
@media screen and (max-width: 768px) {
#wrapper #institucional .texto-valores{
	width: 100%;
	left: 0;
	}
}
#wrapper #institucional .text b {
	font-weight: 300;
}
#wrapper #institucional .column-4 {
	float: left;
	width: 100%;
}
#wrapper #institucional .column-4 .column-4-1 {
	float: left;
	width: 50%;
}
@media screen and (max-width: 768px) {
#wrapper #institucional .column-4 .column-4-1 {
	width: 100%;
  }
}
#wrapper #galeria_empresa {
	float: left;
	width: 149%;
	margin-left: -245px;
}
@media screen and (max-width: 768px) {
#wrapper #galeria_empresa {
	width: 100%;
	margin-left: 0px;
	margin-top: 20px;
	text-align: center;
  }
}
#wrapper #galeria_empresa h2,
#wrapper #servicos_empresa h2 {
	margin-bottom: 30px;
}
#wrapper #galeria_empresa ul {
	float: left;
	width: 100%;
}
#wrapper #galeria_empresa ul li {
	position: relative;
	float: left;
	width: 222px;
	height: 166px;
	background: #EEE;
	margin: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
#wrapper #galeria_empresa ul li {
	width: 40%;
	margin: 4% !important;
	height: auto;
  }
}
#wrapper #galeria_empresa ul li:hover .link {
	opacity: 1;
	visibility: visible;
}
#wrapper #galeria_empresa ul li .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}
#wrapper #galeria_empresa ul li .link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #FFF;
	border-radius: 100%;
}
#wrapper #galeria_empresa ul li img {
	float: left;
	width: 100%;
}
#wrapper #servicos_empresa {
	float: left;
	width: 50%;
}
#wrapper #servicos_empresa ul ,
#wrapper #servicos_empresa ul li {
	float: left;
	width: 100%;
}
#wrapper #servicos_empresa ul li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #555;
	margin-bottom: 16px;
}
#wrapper #servicos_empresa ul li b {
	font-weight: 300;
}
#wrapper #servicos_empresa ul li .icon {
	float: left;
	font-size: 30px;
	color: #39F;
	margin: -8px 10px 0 0;
}
#wrapper #missaoetc,
#wrapper #missaoetc ul {
	float: left;
	width: 100%;
}
#wrapper #equipe,
#wrapper #equipe ul,
#wrapper #equipe .text {
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
#wrapper #equipe ul{
	text-align: center;
  }
}
#wrapper #equipe .text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #333;
	margin-bottom: 30px;
}
#wrapper #equipe .text b {
	font-weight: 300 !important;
}
#wrapper #equipe ul li {
	position: relative;
	float: left;
	width: 172px;
	height: 231px;
	margin: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
#wrapper #equipe ul li {
	display: inline-block;
	float: none;
	margin: 10px !important;
  }
}
#wrapper #equipe ul li:nth-child(5n){
	margin-right: 0;
}
#wrapper #equipe ul li a {
	float: left;
}
#wrapper #equipe ul li .img,
#wrapper #equipe ul li .img.front {
	float: left;
	width: 172px;
	height: 172px;
	background: #EEE no-repeat center top;
	background-size: cover;
	border-radius: 100%;
	margin-bottom: 10px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
#wrapper #equipe ul li .img.front {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-position: center 100%;
	z-index: 100;
}
#wrapper #equipe ul li:hover .img.front {
	opacity: 1;
}
#wrapper #equipe ul li.daladyer .img,
#wrapper #equipe ul li.daladyer .img.front {
	background-image: url(../img/arco/equipe/daladyer-w-b-morandi-diretor-geral-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.carla .img,
#wrapper #equipe ul li.carla .img.front {
	background-image: url(../img/arco/equipe/carla-souza-diretora-administrativa-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.thiago .img,
#wrapper #equipe ul li.thiago .img.front {
	background-image: url(../img/arco/equipe/thiago-salvador-coordenador-de-projetos-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.leandro .img,
#wrapper #equipe ul li.leandro .img.front {
	background-image: url(../img/arco/equipe/leandro-cerezini-webdeveloper-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.elian .img,
#wrapper #equipe ul li.elian .img.front {
	background-image: url(../img/arco/equipe/elian-batista-estagiario-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.deyvison .img,
#wrapper #equipe ul li.deyvison .img.front {
    background-image: url(../img/arco/equipe/deyvison-scherrer-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.talles .img,
#wrapper #equipe ul li.talles .img.front {
    background-image: url(../img/arco/equipe/talles-antonelli-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.igor .img,
#wrapper #equipe ul li.igor .img.front {
    background-image: url(../img/arco/equipe/igor-elias-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.quezia .img,
#wrapper #equipe ul li.quezia .img.front {
    background-image: url(../img/arco/equipe/quezia-barbosa-servico-gerais-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.fernando .img,
#wrapper #equipe ul li.fernando .img.front {
    background-image: url(../img/arco/equipe/fernando-garioli-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.felipe .img,
#wrapper #equipe ul li.felipe .img.front {
    background-image: url(../img/arco/equipe/felipe-gaspar-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.diego .img,
#wrapper #equipe ul li.diego .img.front {
	background-image: url(../img/arco/equipe/diego-rodrigues-estagiario-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.dian .img,
#wrapper #equipe ul li.dian .img.front {
	background-image: url(../img/arco/equipe/dian-carlos-web-developer-sr-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.ruhan .img,
#wrapper #equipe ul li.ruhan .img.front {
	background-image: url(../img/arco/equipe/ruhan-de-oliveira-web-developer-jr-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.fabricio .img,
#wrapper #equipe ul li.fabricio .img.front {
	background-image: url(../img/arco/equipe/fabricio-rocha-webdesigner-jr-arco-informatica-1.jpg);
}

/*#wrapper #equipe ul li.vitor .img,*/
/*#wrapper #equipe ul li.vitor .img.front {*/
/*	background-image: url(../img/arco/equipe/vitor-estagiario-arco-informatica-1.jpg);*/
/*}*/

#wrapper #equipe ul li.herik .img,
#wrapper #equipe ul li.herik .img.front {
	background-image: url(../img/arco/equipe/herik-estagiario-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.joana .img,
#wrapper #equipe ul li.joana .img.front {
	background-image: url(../img/arco/equipe/joana-estagiaria-arco-informatica-1.jpg);
}


#wrapper #equipe ul li.lucasany .img,
#wrapper #equipe ul li.lucasany .img.front {
	background-image: url(../img/arco/equipe/lucas-any-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.lucasvinco .img,
#wrapper #equipe ul li.lucasvinco .img.front {
	background-image: url(../img/arco/equipe/lucas-vinco-estagiario-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.andre .img,
#wrapper #equipe ul li.andre .img.front {
	background-image: url(../img/arco/equipe/andre-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.ryan .img,
#wrapper #equipe ul li.ryan .img.front {
	background-image: url(../img/arco/equipe/ryan-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.bicalho .img,
#wrapper #equipe ul li.bicalho .img.front {
	background-image: url(../img/arco/equipe/bicalho-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.julia .img,
#wrapper #equipe ul li.julia .img.front {
	background-image: url(../img/arco/equipe/julia-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.hilda .img,
#wrapper #equipe ul li.hilda .img.front {
	background-image: url(../img/arco/equipe/hilda-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.barros .img,
#wrapper #equipe ul li.barros .img.front {
	background-image: url(../img/arco/equipe/barros-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.tuane .img,
#wrapper #equipe ul li.tuane .img.front {
	background-image: url(../img/arco/equipe/tuane-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.emanoel .img,
#wrapper #equipe ul li.emanoel .img.front {
	background-image: url(../img/arco/equipe/emanoel-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.tyago .img,
#wrapper #equipe ul li.tyago .img.front {
	background-image: url(../img/arco/equipe/tyago-bastos-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.william .img,
#wrapper #equipe ul li.william .img.front {
	background-image: url(../img/arco/equipe/william-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.vitor .img,
#wrapper #equipe ul li.vitor .img.front {
	background-image: url(../img/arco/equipe/vitor-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.douglas .img,
#wrapper #equipe ul li.douglas .img.front {
	background-image: url(../img/arco/equipe/douglas-estagiario-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.marcos .img,
#wrapper #equipe ul li.marcos .img.front {
	background-image: url(../img/arco/equipe/marcos-fabre-jr-estagiario-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.diego .img,
#wrapper #equipe ul li.diego .img.front {
	background-image: url(../img/arco/equipe/diego-rodrigues-estagiario-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.leandro .img,
#wrapper #equipe ul li.leandro .img.front {
	background-image: url(../img/arco/equipe/leandro-cerezini-webdeveloper-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.elian .img,
#wrapper #equipe ul li.elian .img.front {
	background-image: url(../img/arco/equipe/elian-batista-estagiario-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.deyvison .img,
#wrapper #equipe ul li.deyvison .img.front {
    background-image: url(../img/arco/equipe/deyvison-scherrer-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.talles .img,
#wrapper #equipe ul li.talles .img.front {
    background-image: url(../img/arco/equipe/talles-antonelli-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.igor .img,
#wrapper #equipe ul li.igor .img.front {
    background-image: url(../img/arco/equipe/igor-elias-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.quezia .img,
#wrapper #equipe ul li.quezia .img.front {
    background-image: url(../img/arco/equipe/quezia-barbosa-servico-gerais-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.fernando .img,
#wrapper #equipe ul li.fernando .img.front {
    background-image: url(../img/arco/equipe/fernando-garioli-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.felipe .img,
#wrapper #equipe ul li.felipe .img.front {
    background-image: url(../img/arco/equipe/felipe-gaspar-estagiario-arco-informatica-1.jpg)
}
#wrapper #equipe ul li.dani .img,
#wrapper #equipe ul li.dani .img.front {
	background-image: url(../img/arco/equipe/danielle-lima-financeiro-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.muniz .img,
#wrapper #equipe ul li.muniz .img.front {
	background-image: url(../img/arco/equipe/thiago-muniz-webdesigner-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.luly .img,
#wrapper #equipe ul li.luly .img.front {
	background-image: url(../img/arco/equipe/luly-mascote-arco-informatica-1.jpg);
}
#wrapper #equipe ul li.bolota .img,
#wrapper #equipe ul li.bolota .img.front {
	background-image: url(../img/arco/equipe/bolota-mascote-arco-informatica-1.jpg);
}
#wrapper #equipe ul li .info,
#wrapper #equipe ul li .info .name,
#wrapper #equipe ul li .info .job {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
#wrapper #equipe ul li .info .name {
	font-weight: 700;
	color: #062A73;
}
#wrapper #equipe ul li .info .job {
	font-size: 16px;
	font-weight: 300;
	color: #333;
}
#page-title a.all_equipe,
#page-title a.all_equipe:visited {
	float: left;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	margin: 5px 0 0 10px;
}
@media screen and (max-width: 768px) {
#page-title a.all_equipe,
#page-title a.all_equipe:visited {
	margin-top: -40px !important;
  }
}
#page-title a.all_equipe:hover .icon,
#page-title a.all_equipe.active .icon {
	background: transparent;
	color: #FFF;
}
#page-title a.all_equipe.active .icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#page-title a.all_equipe .icon {
	float: left;
	width: 30px;
	height: 30px;
	background: #FFF;
	text-align: center;
	line-height: 25px;
	font-size: 23px;
	color: #062970;
	margin-right: 10px;
	border: 2px solid #FFF;
	border-radius: 100%;
}
#wrapper #colaboradores,
#wrapper #colaboradores ul,
#wrapper #colaboradores .text {
	float: left;
	width: 100%;
}
#wrapper #colaboradores {
	background: #EEE;
	display: none;
}
#wrapper #colaboradores .case.layout {
	padding: 30px 10px 10px;
}
#wrapper #colaboradores ul li {
	position: relative;
	float: left;
	width: 306px;
	margin: 0 30px 10px 0;
}
@media screen and (max-width: 768px) {
#wrapper #colaboradores ul li {
	margin-top: 10px !important;
  }
}
#wrapper #colaboradores ul li:nth-child(3n){
	margin-right: 0;
}
@media screen and (max-width: 768px) {
#wrapper #colaboradores ul li {
	margin-right: 10px !important;
  }
}
#wrapper #colaboradores ul li a {
	float: left;
	height: 70px;
	display: table;
}
#wrapper #colaboradores ul li .img,
#wrapper #colaboradores ul li .img.front {
	float: left;
	width: 70px;
	height: 70px;
	background: #EEE no-repeat center top;
	background-size: cover;
	border-radius: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
#wrapper #colaboradores ul li .img.front {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-position: center 100%;
	z-index: 100;
}
#wrapper #colaboradores ul li:hover .img.front {
	opacity: 1;
}
#wrapper #colaboradores ul li.daladyer .img,
#wrapper #colaboradores ul li.daladyer .img.front {
	background-image: url(../img/arco/equipe/daladyer-w-b-morandi-diretor-geral-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.carla .img,
#wrapper #colaboradores ul li.carla .img.front {
	background-image: url(../img/arco/equipe/carla-souza-diretora-administrativa-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.thiago .img,
#wrapper #colaboradores ul li.thiago .img.front {
	background-image: url(../img/arco/equipe/thiago-salvador-coordenador-de-projetos-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.dian .img,
#wrapper #colaboradores ul li.dian .img.front {
	background-image: url(../img/arco/equipe/dian-carlos-web-developer-sr-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.ruhan .img,
#wrapper #colaboradores ul li.ruhan .img.front {
	background-image: url(../img/arco/equipe/ruhan-de-oliveira-web-developer-jr-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.fabricio .img,
#wrapper #colaboradores ul li.fabricio .img.front {
	background-image: url(../img/arco/equipe/fabricio-rocha-webdesigner-jr-arco-informatica-1.jpg);
}

/*#wrapper #equipe ul li.vitor .img,*/
/*#wrapper #equipe ul li.vitor .img.front {*/
/*	background-image: url(../img/arco/equipe/vitor-estagiario-arco-informatica-1.jpg);*/
/*}*/

#wrapper #equipe ul li.herik .img,
#wrapper #equipe ul li.herik .img.front {
	background-image: url(../img/arco/equipe/herik-estagiario-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.joana .img,
#wrapper #equipe ul li.joana .img.front {
	background-image: url(../img/arco/equipe/joana-estagiaria-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.lucasany .img,
#wrapper #equipe ul li.lucasany .img.front {
	background-image: url(../img/arco/equipe/lucas-any-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.lucasvinco .img,
#wrapper #equipe ul li.lucasvinco .img.front {
	background-image: url(../img/arco/equipe/lucas-vinco-estagiario-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.andre .img,
#wrapper #equipe ul li.andre .img.front {
	background-image: url(../img/arco/equipe/andre-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.ryan .img,
#wrapper #equipe ul li.ryan .img.front {
	background-image: url(../img/arco/equipe/ryan-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.bicalho .img,
#wrapper #equipe ul li.bicalho .img.front {
	background-image: url(../img/arco/equipe/bicalho-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.julia .img,
#wrapper #equipe ul li.julia .img.front {
	background-image: url(../img/arco/equipe/julia-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.hilda .img,
#wrapper #equipe ul li.hilda .img.front {
	background-image: url(../img/arco/equipe/hilda-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.barros .img,
#wrapper #equipe ul li.barros .img.front {
	background-image: url(../img/arco/equipe/barros-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.emanoel .img,
#wrapper #equipe ul li.emanoel .img.front {
	background-image: url(../img/arco/equipe/emanoel-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.tyago .img,
#wrapper #equipe ul li.tyago .img.front {
	background-image: url(../img/arco/equipe/tyago-bastos-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.william .img,
#wrapper #equipe ul li.william .img.front {
	background-image: url(../img/arco/equipe/william-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.vitor .img,
#wrapper #equipe ul li.vitor .img.front {
	background-image: url(../img/arco/equipe/vitor-arco-informatica-1.jpg);
}

#wrapper #equipe ul li.douglas .img,
#wrapper #equipe ul li.douglas .img.front {
	background-image: url(../img/arco/equipe/douglas-estagiario-arco-informatica-1.jpg);
}

#wrapper #colaboradores ul li.marcos .img,
#wrapper #colaboradores ul li.marcos .img.front {
	background-image: url(../img/arco/equipe/marcos-fabre-jr-estagiario-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.muniz .img,
#wrapper #colaboradores ul li.muniz .img.front {
	background-image: url(../img/arco/equipe/thiago-muniz-webdesigner-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.diego .img,
#wrapper #colaboradores ul li.diego .img.front {
	background-image: url(../img/arco/equipe/diego-rodrigues-estagiario-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.leandro .img,
#wrapper #colaboradores ul li.leandro .img.front {
	background-image: url(../img/arco/equipe/leandro-cerezini-webdeveloper-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.elian .img,
#wrapper #colaboradores ul li.elian .img.front {
	background-image: url(../img/arco/equipe/elian-batista-estagiario-arco-informatica-1.jpg);
}
#wrapper #colaboradores  ul li.deyvison .img,
#wrapper #colaboradores  ul li.deyvison .img.front {
    background-image: url(../img/arco/equipe/deyvison-scherrer-estagiario-arco-informatica-1.jpg)
}
#wrapper #colaboradores  ul li.talles .img,
#wrapper #colaboradores  ul li.talles .img.front {
    background-image: url(../img/arco/equipe/talles-antonelli-estagiario-arco-informatica-1.jpg)
}
#wrapper #colaboradores  ul li.igor .img,
#wrapper #colaboradores  ul li.igor .img.front {
    background-image: url(../img/arco/equipe/igor-elias-estagiario-arco-informatica-1.jpg)
}
#wrapper #colaboradores  ul li.quezia .img,
#wrapper #colaboradores  ul li.quezia .img.front {
    background-image: url(../img/arco/equipe/quezia-barbosa-servico-gerais-arco-informatica-1.jpg)
}
#wrapper #colaboradores  ul li.fernando .img,
#wrapper #colaboradores  ul li.fernando .img.front {
    background-image: url(../img/arco/equipe/fernando-garioli-estagiario-arco-informatica-1.jpg)
}
#wrapper #colaboradores  ul li.felipe .img,
#wrapper #colaboradores  ul li.felipe .img.front {
    background-image: url(../img/arco/equipe/felipe-gaspar-estagiario-arco-informatica-1.jpg)
}
#wrapper #colaboradores  ul li.herik .img,
#wrapper #colaboradores  ul li.herik .img.front {
    background-image: url(../img/arco/equipe/herik-estagiario-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.joana .img,
#wrapper #colaboradores  ul li.joana .img.front {
    background-image: url(../img/arco/equipe/joana-estagiaria-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.lucasany .img,
#wrapper #colaboradores  ul li.lucasany .img.front {
    background-image: url(../img/arco/equipe/lucas-any-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.lucasvinco .img,
#wrapper #colaboradores  ul li.lucasvinco .img.front {
    background-image: url(../img/arco/equipe/lucas-vinco-estagiario-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.andre .img,
#wrapper #colaboradores  ul li.andre .img.front {
    background-image: url(../img/arco/equipe/andre-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.ryan .img,
#wrapper #colaboradores  ul li.ryan .img.front {
    background-image: url(../img/arco/equipe/ryan-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.bicalho .img,
#wrapper #colaboradores  ul li.bicalho .img.front {
    background-image: url(../img/arco/equipe/bicalho-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.julia .img,
#wrapper #colaboradores  ul li.julia .img.front {
    background-image: url(../img/arco/equipe/julia-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.hilda .img,
#wrapper #colaboradores  ul li.hilda .img.front {
    background-image: url(../img/arco/equipe/hilda-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.barros .img,
#wrapper #colaboradores  ul li.barros .img.front {
    background-image: url(../img/arco/equipe/barros-arco-informatica-1.jpg)
}

#wrapper #equipe ul li.tuane .img,
#wrapper #equipe ul li.tuane .img.front {
	background-image: url(../img/arco/equipe/tuane-arco-informatica-1.jpg);
}

#wrapper #colaboradores  ul li.emanoel .img,
#wrapper #colaboradores  ul li.emanoel .img.front {
    background-image: url(../img/arco/equipe/emanoel-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.tyago .img,
#wrapper #colaboradores  ul li.tyago .img.front {
    background-image: url(../img/arco/equipe/tyago-bastos-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.william .img,
#wrapper #colaboradores  ul li.william .img.front {
    background-image: url(../img/arco/equipe/william-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.tuane .img,
#wrapper #colaboradores  ul li.tuane .img.front {
    background-image: url(../img/arco/equipe/tuane-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.vitor .img,
#wrapper #colaboradores  ul li.vitor .img.front {
    background-image: url(../img/arco/equipe/vitor-arco-informatica-1.jpg)
}

#wrapper #colaboradores  ul li.douglas .img,
#wrapper #colaboradores  ul li.douglas .img.front {
    background-image: url(../img/arco/equipe/douglas-estagiario-arco-informatica-1.jpg)
}

/*#wrapper #colaboradores  ul li.vitor .img,*/
/*#wrapper #colaboradores  ul li.vitor .img.front {*/
/*    background-image: url(../img/arco/equipe/vitor-estagiario-arco-informatica-1.jpg)*/
/*}*/
#wrapper #colaboradores ul li.everton .img,
#wrapper #colaboradores ul li.everton .img.front {
	background-image: url(../img/arco/equipe/everton-lopes-designer-grafico-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.dani .img,
#wrapper #colaboradores ul li.dani .img.front {
	background-image: url(../img/arco/equipe/danielle-lima-financeiro-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.luly .img,
#wrapper #colaboradores ul li.luly .img.front {
	background-image: url(../img/arco/equipe/luly-mascote-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li.bolota .img,
#wrapper #colaboradores ul li.bolota .img.front {
	background-image: url(../img/arco/equipe/bolota-mascote-arco-informatica-1.jpg);
}
#wrapper #colaboradores ul li .info {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #colaboradores ul li .info .name,
#wrapper #colaboradores ul li .info .job {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
#wrapper #colaboradores ul li .info .name {
	font-weight: 700;
	color: #062A73;
}
#wrapper #colaboradores ul li .info .job {
	font-size: 16px;
	font-weight: 300;
	color: #333;
}
#wrapper #equipe #colaborador {
	float: left;
	width: 100%;
}
#wrapper #equipe #colaborador .cover {
	float: left;
	width: 350px;
	margin-right: 20px;
	padding-right: 20px;
}
#wrapper #equipe #colaborador .cover .img {
	float: left;
	width: 100%;
}
#wrapper #equipe #colaborador .info {
	float: left;
	width: 590px;
	font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 768px) {
#wrapper #equipe #colaborador .info {
	width: 100%;
  }
}
#wrapper #equipe #colaborador .info .name,
#wrapper #equipe #colaborador .info .job {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 50px;
	color: #FF9D00;
}
#wrapper #equipe #colaborador .info .name p {
	float: left;
}
#wrapper #equipe #colaborador .info .name .sub {
	float: left;
	width: 30px;
	height: 30px;
	background: #39F;
	text-align: center;
	line-height: 25px;
	font-size: 30px;
	color: #FFF;
	margin: 15px 0 0 10px;
	border-radius: 100%;
}
#wrapper #equipe #colaborador .info .job {
	font-size: 20px;
	color: #062970;
	font-weight: 400;
	margin-bottom: 20px;
}
#wrapper #equipe #colaborador .info .text {
	text-align: left;
	text-align: justify;
}
#wrapper #equipe #colaborador .info .powers {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
#wrapper #equipe #colaborador .info .powers {
	width: 90%;
  }
}
#wrapper #equipe #colaborador .info .powers .item {
	float: right;
	width: 90%;
	height: auto;
	margin-bottom: 5px;
	display: table;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
#wrapper #equipe #colaborador .info .powers .item {
	width: 100%;
  }
}
#wrapper #equipe #colaborador .info .powers .item .title {
	float: left;
	width: 150px;
	text-align: right;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin-right: 10px;
}
#wrapper #equipe #colaborador .info .powers .item .middle {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #equipe #colaborador .info .powers .item .percentage {
	float: left;
	width: 100%;
	background: #DDD;
	border-radius: 10px;
}
#wrapper #equipe #colaborador .info .powers .item .percentage .bar {
	float: left;
	width: 0%;
	height: 5px;
	/*background: url(../img/elements/percent-bar.png) no-repeat left;*/
	background: #39F;
	opacity: 0;
	border-radius: 10px;
}
#wrapper #equipe #colaborador .info ul.social
#wrapper #equipe #colaborador .info ul.social li {
	float: left;
	width: 100%;
}
#wrapper #equipe #colaborador .info ul.social li {
	width: 140px;
	height: 30px;
	margin: 0 10px 0 0;
}
#wrapper #equipe #colaborador .info ul.social li:nth-child(4n){
	margin-right: 0;
}
#wrapper #equipe #colaborador .info ul.social li a {
	float: left;
	display: table;
}
#wrapper #equipe #colaborador .info .social-title {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	color: #062970;
	margin-bottom: 10px;
}
#wrapper #equipe #colaborador .info ul.social li .icon {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 27px;
	font-size: 22px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	margin-right: 10px;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon {
	background: #EEE !important;
}
#wrapper #equipe #colaborador .info ul.social li .icon.flaticon-facebook {
	background: #3b5998;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon.flaticon-facebook {
	color: #3b5998;
}
#wrapper #equipe #colaborador .info ul.social li .icon.flaticon-twitter {
	background: #55acee;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon.flaticon-twitter {
	color: #55acee;
}
#wrapper #equipe #colaborador .info ul.social li .icon.flaticon-linkedin {
	background: #0177b5;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon.flaticon-linkedin {
	color: #0177b5;
}
#wrapper #equipe #colaborador .info ul.social li .icon.flaticon-skype {
	background: #00aff0;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon.flaticon-skype {
	color: #00aff0;
}
#wrapper #equipe #colaborador .info ul.social li .icon.flaticon-soundcloud {
	line-height: 45px;
	background: #ff3300;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon.flaticon-soundcloud {
	color: #ff3300;
}
#wrapper #equipe #colaborador .info ul.social li .icon.flaticon-site {
	background: #FF9D00;
}
#wrapper #equipe #colaborador .info ul.social li:hover .icon.flaticon-site {
	color: #FF9D00;
}
#wrapper #equipe #colaborador .info ul.social li .media {
	width: 100%;
	color: #333;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #trabalhe {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background: #062971;
	margin-top: 25px;
}
#wrapper #trabalhe:before {
	content: '';
	position: absolute;
	left: 0;
	top: -39px;
	width: 100%;
	height: 39px;
	background: url(../img/elements/msg_bkg_top.png) center;
}
#wrapper #depoimentos,
#wrapper #depoimentos ul,
#wrapper #depoimentos ul li {
	position: relative;
	float: left;
	width: 100%;
}
#wrapper #depoimentos ul li {
	display: table !important;
}
#wrapper #depoimentos ul li .middle {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #depoimentos,
#wrapper #depoimentos ul,
#wrapper #depoimentos ul li,
#wrapper #depoimentos ul li .aspas,
#wrapper #depoimentos ul li .info,
#wrapper #depoimentos ul li .info .nome,
#wrapper #depoimentos ul li .info .empresa {
	float: left;
	width: 100%;
}
a.add_depoimento {
	float: right;
	margin-top: -30px;
}
@media screen and (max-width: 768px) {
#wrapper #depoimentos{
	margin-top: 20px;
}
	a.add_depoimento {
	background: #062970;
	margin-top: 40px;
	border-radius: 5px;
	padding: 15px;
	float: right;
  }
}
#wrapper #depoimentos ul li .aspas {
	height: 31px;
	background: url(../img/icon/aspas.png) no-repeat center;
	opacity: .15;
	margin-bottom: 15px;
}
#wrapper #depoimentos ul li {
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #333;
}
#wrapper #depoimentos ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#wrapper #depoimentos ul li .info {
	margin-top: 10px;
	font-weight: 700;
	color: #062970;
}
#wrapper #depoimentos ul li .info .empresa {
	font-weight: 400;
	font-size: 18px;
	color: #888;
}
#wrapper #orcamento {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	background: #ff9d00;
}
@media screen and (max-width: 768px) {
#wrapper #orcamento {
	height: auto;
  }
}
#wrapper #orcamento.depoimento {
	height: 438px;
}
#wrapper #orcamento.erro {
	height: 500px;
}
#wrapper #orcamento.sucesso {
	height: 300px;
	background: #00A81C;
}
@media screen and (max-width: 768px) {
#wrapper #orcamento.depoimento,
#wrapper #orcamento.erro,
#wrapper #orcamento.sucesso {
	height: auto;
  }
}
#wrapper #orcamento:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: #ff9d00;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
#wrapper #orcamento.sucesso:before {
	background: #00A81C;
}
#wrapper #orcamento .case.layout {
	position: relative;
	padding: 30px 10px 20px;
}
#wrapper #orcamento .title,
#wrapper #orcamento .text {
	float: left;
	width: 100%;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
#wrapper #orcamento .title {
	font-size: 30px;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
#wrapper #orcamento .title {
	font-size: 1.6rem;
  }
}
#wrapper #orcamento .text {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
#wrapper #orcamento .text {
	font-size: 1.2rem;
  }
}
#wrapper #orcamento .form {
	float: left;
	width: 100%;
}
#wrapper #orcamento .form .coluna {
	float: left;
	width: 306px;
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
#wrapper #orcamento .form .coluna {
	width: 94%;
	margin-right: 0;
	padding: 10px;
  }
}
#wrapper #orcamento .form .coluna.per50 {
	float: left;
	width: 475px;
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
#wrapper #orcamento .form .coluna.per50 {
	width: 94%;
  }
}
#wrapper #orcamento .form .coluna.per50:nth-child(2n) {
	margin-right: 0;
}
#wrapper #orcamento .form .coluna:nth-child(3n){
	margin-right: 0;
}
#wrapper #orcamento .form .coluna .field {
	float: left;
	width: 100%;
}
#wrapper #orcamento .form .field .campo::-webkit-input-placeholder {
	color: #555;
}
#wrapper #orcamento .form .field .campo::-moz-input-placeholder {
	color: #555;
}
#wrapper #orcamento .form .field .campo::-o-input-placeholder {
	color: #555;
}
#wrapper #orcamento .form .field .campo::-ms-input-placeholder {
	color: #555;
}
#wrapper #orcamento .form .field .campo::input-placeholder {
	color: #555;
}
#wrapper #orcamento .form .field .campo {
	float: left;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: calc(100% - 20px);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #555;
	background:  #FFF;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#wrapper #orcamento .form .field select.campo {
	width: 100%;
}
#wrapper #orcamento .form .field textarea.campo {
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: -o-calc(100% - 20px);
	max-width: -ms-calc(100% - 20px);
	max-width: calc(100% - 20px);
	min-height: 115px;
	max-height: 115px;
}
#wrapper #orcamento .form .linha {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#wrapper #orcamento .form .linha.nomgtop {
	margin-top: 0;
}
#wrapper #orcamento .form .linha .botao {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	background: #0C2F73;
	padding: 10px 20px;
	border: 2px solid #0C2F73;
	border-radius: 3px;
}
#wrapper #orcamento .form .linha .botao:hover {
	background: #00A81C;
	color: #FFF;
}
#wrapper #mapa_clientes {
	position: relative;
	float: left;
	width: 100%;
	background: #052974;
}
@media screen and (max-width: 768px) {
#wrapper #mapa_clientes {
	display: none;
  }
}
#wrapper #mapa_clientes:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	background: #052974;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 100;
}
#wrapper #mapa_clientes .case.layout {
	padding: 50px 10px 30px;
	/*border-top: 1px solid #EEE;*/
}
#wrapper #mapa_clientes ul {
	position: relative;
	float: left;
	margin: 20px 0 0 337px;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
	z-index: 200;
}
#wrapper #mapa_clientes ul li {
	float: left;
	width: 150px;
	height: 30px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #FFF;
	border: 2px solid #FFF;
	display: inline;
	cursor: pointer;
}
#wrapper #mapa_clientes ul li.active {
	background: #FFF;
	color: #062970;
}
#wrapper #mapa_clientes ul li.brasil {
	border-right: none;
	border-radius: 3px 0 0 3px;
}
#wrapper #mapa_clientes ul li.mundo {
	border-radius: 0 3px 3px 0;
}
#wrapper #mapa_clientes .map_wrapper,
#wrapper #mapa_clientes .map_wrapper .brasil,
#wrapper #mapa_clientes .map_wrapper .mundo {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
}
#wrapper #mapa_clientes .map_wrapper .brasil,
#wrapper #mapa_clientes .map_wrapper .mundo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#wrapper #mapa_clientes .map_wrapper .mundo {
	opacity: 0;
}
#wrapper #mapa_clientes .map_wrapper img {
	/*-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));*/
}
#wrapper #mapa_clientes .map_wrapper .brasil .map {
	position: relative;
	float: left;
	width: 50%;
	height: 400px;
}
#wrapper #mapa_clientes .map_wrapper .pin {
	position: absolute;
	width: 30px;
	height: 40px;
	background: url(../img/icon/maps-small.png);
	z-index: 100;
}
#wrapper #mapa_clientes .map_wrapper .pin:hover {
	z-index: 999999;
}
#wrapper #mapa_clientes .map_wrapper .pin:hover .placename,
#wrapper #mapa_clientes .map_wrapper .pin.active .placename {
	left: 125%;
	opacity: 1;
	visibility: visible;
}
#wrapper #mapa_clientes .map_wrapper .pin .placename {
	position: absolute;
	top: 10%;
	left: 100%;
	width: 100px;
	height: 22px;
	background: #FFF;
	line-height: 22px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #222;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#wrapper #mapa_clientes .map_wrapper .pin .placename:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.es {
	top: 215px;
	right: 87px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.es {
	top: 215px;
	right: 87px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.rj {
	top: 245px;
	right: 110px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.pa {
	top: 80px;
	right: 215px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.ro {
	top: 140px;
	left: 140px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.mt {
	top: 160px;
	left: 215px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.to {
	top: 135px;
	right: 170px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.df {
	top: 177px;
	right: 163px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.go {
	top: 200px;
	right: 185px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.ms {
	top: 240px;
	left: 225px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.sp {
	top: 250px;
	right: 175px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.mg {
	top: 200px;
	right: 130px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.pr {
	top: 275px;
	right: 200px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map .pin.rs {
	top: 325px;
	left: 245px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .map img {
	float: left;
	margin-left: 45px;
}
#wrapper #mapa_clientes .map_wrapper .brasil .info {
	float: left;
	width: 50%;
	height: 400px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	display: table;
}
#wrapper #mapa_clientes .map_wrapper .brasil .info .middle {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #mapa_clientes .map_wrapper .brasil .info .title {
	float: left;
	width: 100%;
	font-size: 50px;
	font-weight: 300;
	color: #FFf;
	margin-bottom: 20px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map img {
	float: left;
	margin-left: 84.5px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map .pin.br {
	top: 255px;
	left: 335px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map .pin.chile {
	top: 310px;
    left: 285px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map .pin.ch {
	top: 140px;
	right: 265px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map .pin.es {
	top: 123px;
	left: 444px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map .pin.us {
	top: 135px;
	left: 225px;
}
#wrapper #mapa_clientes .map_wrapper .mundo .map .pin.au {
    top: 280px;
    left: 750px;
}
#clientes_lista {
	float: left;
	width: 100%;
}
#clientes_lista .table {
	position: relative;
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	display: block;
}
@media screen and (max-width: 768px) {
#clientes_lista .table {
	font-size: 0.8rem;
  }
}
#clientes_lista .table table {
	position: relative;
	float: left;
	width: 100%;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#clientes_lista .table table.fix {
	position: relative;
	margin: 0;
	background: #900;
	z-index: 100;
}
@media screen and (max-width: 768px) {
#clientes_lista .table table.fix {
	margin: -55px 0 0 !important;
  }
}
#clientes_lista .table table.subfix {
	margin: -40px 0 0 !important;
}
@media screen and (max-width: 768px) {
#clientes_lista .table table.subfix {
	margin: -10px 0 0 !important;
  }
}
#clientes_lista .table table.subfix.active {
	margin: 0 0 0 !important;
}
#clientes_lista .table table.fix.fixed {
	position: fixed;
	top: 59px;
	left: 50%;
	margin-left: -490px;
	margin-top: 0;
	margin-bottom: 0;
	width: 980px;
	z-index: 100;
}
@media screen and (max-width: 768px) {

#clientes_lista .table table.fix.fixed {
	width: 100%;
	position: fixed;
	top: 130px;
	z-index: 100;
	left: 0;
	margin-left: 0;
  }
}
#clientes_lista .table table.fix.fixed.bottom {
	position: absolute !important;
	top: inherit !important;
	bottom: 0 !important;
}
#clientes_lista .table table tr.hd {
	background: #052974;
	font-size: 18px;
	color: #FFF;
}
#clientes_lista .table table tr.hd td {
	border-color: #09213F !important;
}
@media screen and (max-width: 768px) {
#clientes_lista .table table tr.hd {
	font-size: 0.8rem;
}
}
#clientes_lista .table table tr td p {
	height: 0;
	overflow: hidden;
}
#clientes_lista .table table tr:nth-child(2n){
	background: #F5F5F5;
}
#clientes_lista .table table tr td {
	border: 1px solid #EEE;
}
#wrapper #tiao {
	position: relative;
	float: left;
	width: 403px;
	height: 500px;
	background: url(../img/tiao/tiao.jpg);
	margin: 10px 20px 0 0;
}
@media screen and (max-width: 768px) {
#wrapper #tiao {
	width: 100%;
}
}
#wrapper #tiao.active .tiao_head {
	display: block;
}
#wrapper #tiao .tiao_head {
	position: absolute;
	top: 76px;
	left: 69px;
	width: 241px;
	height: 219px;
	background: url(../img/tiao/tiao_head.jpg);
	display: none;
}
@-webkit-keyframes tiao_tail {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes tiao_tail {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
#wrapper #tiao .tiao_tail {
	position: absolute;
	top: 0px;
	left: 164px;
	width: 126px;
	height: 74px;
	background: url(../img/tiao/tiao_tail.jpg);
	display: none;
}
#wrapper #tiao.active .tiao_tail {
	display: block;
	-webkit-animation: tiao_tail .5s ease infinite;
	-moz-animation: tiao_tail .5s ease infinite;
	-o-animation: tiao_tail .5s ease infinite;
	-ms-animation: tiao_tail .5s ease infinite;
	animation: tiao_tail .5s ease infinite;
}
#wrapper #tiao .carinho_area {
	position: absolute;
	top: 0;
	left: 70px;
	width: 230px;
	height: 500px;
	border-radius: 100%;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	cursor: url(../img/icon/hand.png), auto;
	z-index: 100;
}
#wrapper #info404 {
	position: relative;
	float: left;
	width: 607px;
	height: 500px;
	margin: 10px 0 0 -50px;
	display: table;
	z-index: 100;
}
@media screen and (max-width: 768px) {
#wrapper #info404 {
	width: 100%;
	height: auto;
	margin: 0;
	margin-top: 20px;
}
}
#wrapper #info404 .box {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #info404 .title {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #062970;
	margin-bottom: 20px;
}
#wrapper #info404 .title.small {
	font-size: 20px;
}
#wrapper #info404 .title.noitalic {
	font-style: normal;
}
#wrapper #info404 .title p {
	float: left;
	width: 100%;
	font-size: 33px;
	font-weight: 400;
	color: #555;
}
#wrapper #info404 .text {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}
#uPaginacao {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#uPaginacao .pagina,
#uPaginacao .pagina:visited,
#uPaginacao span {
    background: #333;
    padding: 10px;
    border-radius: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
    margin-right: 5px;
    -webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 768px) {
#uPaginacao .pagina,
#uPaginacao .pagina:visited,
#uPaginacao span{
    float: left;
  }
}
#uPaginacao .pagina:hover {
    background: #EEE;
	color: #333;
}
#uPaginacao span {
    background: #CCC;
	color: #888;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	background: #FFF;
	border-top: 1px solid #DDD;
	z-index: 1;
}
#footer #sitemap {
	float: left;
	width: 100%;
	background: #FFF;
}
#footer #sitemap .case.layout {
	padding: 30px 10px;
}
#footer #sitemap .links {
	float: left;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 0 0 0 30px;
	margin: 0 30px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .links {
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
  }
}
#footer #sitemap .links ul {
	float: left;
	width: 226px;
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .links ul {
	width: 100% !important;
  }
}
#footer #sitemap .links ul li,
#footer #sitemap .links ul li a.smlink,
#footer #sitemap .links ul li a.smlink:visited {
	float: left;
	width: 100%;
}
#footer #sitemap {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
#footer #sitemap .head {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	color: #0f436d;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .head {
	margin-top: 10px;
	margin-bottom: 10px;
  }
}
#footer #sitemap .links ul li.head.mgtop {
	margin-top: 10px;
}
#footer #sitemap .links ul li a.smlink,
#footer #sitemap .links ul li a.smlink:visited {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}
#footer #sitemap .links ul li a.smlink:hover {
	color: #000;
}
#footer #sitemap .links ul li a.sclink,
#footer #sitemap .links ul li a.sclink:visited {
	float: left;
	width: 30px;
	height: 30px;
	background: #900;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	margin-right: 10px;
	border-radius: 3px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .links ul li a.sclink,
#footer #sitemap .links ul li a.sclink:visited {
	width: 100% !important;
	margin-top: 10px;
  }
}
#footer #sitemap .links ul li a.sclink:hover {
	background: #EEE !important;
}
#footer #sitemap .links ul li a.sclink.facebook {
	background: #3b5998;
}
#footer #sitemap .links ul li a.sclink.facebook:hover {
	color: #3b5998;
}
/*
#footer #sitemap .links ul li a.sclink.googleplus {
	background: #da4835;
}
#footer #sitemap .links ul li a.sclink.googleplus:hover {
	color: #da4835;
}*/
#footer #sitemap .links ul li a.sclink.youtube {
	background: #c0181d;
}
#footer #sitemap .links ul li a.sclink.youtube:hover {
	color: #c0181d;
}
#footer #sitemap .facebook {
	float: left;
	width: 229px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .facebook {
	width: 100% !important;
  }
}
#footer #sitemap .facebook .head {
	float: left;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	color: #0f436d;
	margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .facebook .head {
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 20px;
  }
}
#footer #sitemap .noticias {
	float: left;
	width: 226px;
	height: 330px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .noticias {
	width: 100%;
	height: auto;
  }
}
#footer #sitemap {
	float: left;
	width: 100%;
}
#footer #sitemap .video .img {
    position: relative;
    float: left;
    width: 226px;
    height: 170px;
    background: #EEE no-repeat center;
    background-size: cover;
}
#footer #sitemap .video .img .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#footer #sitemap .video .img .play:hover {
    background: rgba(0, 0, 0, 0.8);
}
#footer #sitemap .video .img .play .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
    width: 60px;
    height: 60px;
    line-height: 51px;
    text-align: center;
    font-size: 40px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 100%;
}
#footer #sitemap .video .img .play .icon:before {
     margin-left: 4px;
}
#footer #sitemap .video .info {
    float: left;
    margin-top: 10px;
}
#footer #sitemap .video .info .title {
    font-size: 14px;
    color: #333;
    text-align: justify;
    margin-bottom: 5px;
}
#footer #sitemap .noticias .head {
	float: left;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	color: #0f436d;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .noticias .head {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
  }
}
#footer #sitemap .noticias ul,
#footer #sitemap .noticias ul li {
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
#footer #sitemap .noticias ul{
	text-align: center;
  }
}
#footer #sitemap .noticias ul li {
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
#footer #sitemap .noticias ul li {
	display: inline-block;
  }
}
#footer #sitemap .noticias ul li a {
	float: left;
	display: table;
}
@media screen and (max-width: 768px) {
#footer #sitemap .noticias ul li a {
	float: none;
  }
}
#footer #sitemap .noticias ul li a:hover .info .title {
	color: #000;
}
#footer #sitemap .noticias ul li:last-child {
	margin-bottom: 0;
}
#footer #sitemap .noticias ul li .img {
	float: left;
	width: 60px;
	height: 60px;
	background: #900;
	margin-right: 10px;
}
#footer #sitemap .noticias ul li .info {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#footer #sitemap .noticias ul li .info .title {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}
#sub_footer {
	float: left;
	width: 100%;
	background: #EEE;
	border-top: 1px solid #DDD;
}
#sub_footer .case.layout {
	padding: 20px 0;
}
#sub_footer .copy {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #555;
}
#sub_footer .dev {
	float: left;
	width: 100%;
}
#sub_footer .dev .arco {
	position: relative;
	float: left;
	width: 30px;
	height: 26px;
	background: url('../img/logo/logo-icon.png');
	margin: 20px 0 0 475px;
}
@media screen and (max-width: 768px) {
#sub_footer .copy {
	font-size: 1rem;
}
#sub_footer .dev {
	text-align: center;
}
#sub_footer .dev .arco {
	margin: 20px;
	float: none;
	display: inline-block;
  }
}