
/*-------------------------------------------------
 =  Table of Css
 1.Fonts
 2.Isotope
 3.Header
 4.General code
 5.Content sections
 6.Footer
-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  Fonts
/*-------------------------------------------------*/
a {
outline:0 none;	
}
img {
outline:none;	
}
@font-face { 
    font-family: 'lato-bol-webfont';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato-bol-webfont.svg#webfont') format('svg');
}
@font-face { 
    font-family: 'lato-bol-webfont';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato-bol-webfont.svg#webfont') format('svg');
}
@font-face { 
    font-family: 'lato-lig-webfont';
    src: url('fonts/lato-lig-webfont.eot');
    src: url('fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-lig-webfont.woff') format('woff'),
         url('fonts/lato-lig-webfont.ttf') format('truetype'),
         url('fonts/lato-lig-webfont.svg#webfont') format('svg');
}
@font-face { 
    font-family: 'lato-reg-webfont';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#webfont') format('svg');
}
@font-face { 
    font-family: 'arimo-bold-webfont';
    src: url('fonts/arimo-bold-webfont.eot');
    src: url('fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-bold-webfont.woff') format('woff'),
         url('fonts/arimo-bold-webfont.ttf') format('truetype'),
         url('fonts/arimo-bold-webfont.svg#webfont') format('svg');
}
@font-face { 
    font-family: 'arimo-regular-webfont';
    src: url('fonts/arimo-regular-webfont.eot');
    src: url('fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-regular-webfont.woff') format('woff'),
         url('fonts/arimo-regular-webfont.ttf') format('truetype'),
         url('fonts/arimo-regular-webfont.svg#webfont') format('svg');
}
/*-------------------------------------------------------*/
/* = Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header.vertical-mode {
    position: absolute;
    width: 200px;
    text-align: center;
    top: 0px;
    left: -200px;
    background: url('../images/pattern2.png');
    z-index: 99999;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
header.vertical-mode.showed {
    left: 0;
}
header.vertical-mode .logo-box {
    padding: 35px;
    background: #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
header.vertical-mode .profile {
    padding: 25px 20px 20px;
    background: #1cc09f;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
header.vertical-mode .profile img {
    margin-bottom: 10px;
}
header.vertical-mode .profile h5 {
    color: #fff;
    font-size: 12px;
    font-family: 'lato-reg-webfont';
    line-height: 16px;
    margin: 0;
}
header.vertical-mode .profile span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'arimo-bold-webfont';
    line-height: 18px;
    margin: 0 0 10px;
}
.face {
    position: relative;
    display: inline-block;
}
.face span.top-angular {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}
.face span.bottom-angular {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
}
.face span.top-angular:before {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    top: 0;
    left: -43px;
    border: 43px solid #1cc09f;
    border-top: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.face span.top-angular:after {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    top: 0;
    right: -43px;
    border: 43px solid #1cc09f;
    border-top: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.face span.bottom-angular:before {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    bottom: 0;
    left: -43px;
    border: 43px solid #1cc09f;
    border-bottom: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.face span.bottom-angular:after {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    bottom: 0;
    right: -43px;
    border: 43px solid #1cc09f;
    border-bottom: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.face span.line-up {
    position: absolute;
    width: 100%;
    height: 75px;
    top: -1px;
    left: 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-bottom-color: transparent;
}
header.vertical-mode .profile a {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-family: 'lato-reg-webfont';
    background: #35353d;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
header.vertical-mode .profile a:hover {
    background: #00a7e1;
}
ul.menu {
    padding: 0;
    margin: 0;
}
ul.menu li a {
    display: inline-block;
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-family: 'arimo-bold-webfont';
    text-transform: uppercase;
    background: #3b424d;
    padding: 26px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
ul.menu li a.active,
ul.menu li a:hover {
    background: #00a7e1;
}
header.vertical-mode.active {
    position: fixed;
}
header.vertical-mode.active .profile {
    display: none;
}
header.vertical-mode .menu-box {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.toggle-line {
    position: fixed;
    top: 0;
    left: 0px;
    width: 10px;
    height: 100%;
    background: #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.toggle-line.active {
    width: 0;
    left: 200px;
}
a.toggle-elem {
    position: absolute;
    top: 185px;
    right: -46px;
    width: 46px;
    height: 48px;
    background: url('../images/toggle-icon.png') center center no-repeat;
}
header.horizontal-mode {
    z-index: 9999;
}
.navbar-default {
    width: 100%;
    background: #F9F9F9;
    border: none;
    margin-bottom: 0;
    z-index: 9999999;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.navbar.active {
    position: fixed;
    opacity: 0.95;
}
.navbar-default .navbar-nav > li > a {
    color: #0DABE2;
    font-size: 15px;
    font-family: 'arimo-regular-webfont';
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.navbar-default .navbar-nav > li {
    margin-left: 15px;
}
.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background: #00a7e1;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
	background: #00a7e1;
}
.navbar-brand {
 padding: 12px 0 0;
}
/*-------------------------------------------------*/
/* =  General content
/*-------------------------------------------------*/
#container {
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#container.active {
    opacity: 1;
}
.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -32px;
    margin-left: -32px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    outline: none;
}
/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/
.top-section {
    overflow: hidden;
	background:#414A55;
	height: auto !important;
}
.background-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
.background-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
}
.background-section img {
    position: absolute;
    min-width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.top-section-content {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 100%;
}
.center-place {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    margin-top: -100px;
}
.center-place h1 {
    color: #f3f3f1;
    font-size: 49px;
    font-family: 'arimo-bold-webfont';
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 0 5px;
	text-shadow: 2px 1px 2px rgba(150, 150, 150, 0.99);
}
div.white-line {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
div.white-line:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    margin-top: 0px;
    top: 50%;
    left: -185px;
}
div.white-line:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    top: 50%;
    margin-top: 0px;
    right: -185px;
}
.center-place h3 {
    position: relative;
    display: inline-block;
    color: #17c592;
    font-size: 34px;
    font-family: 'lato-bol-webfont';
    text-transform: uppercase;
    line-height: 40px;
    margin: 0px;
    -webkit-backface-visibility: hidden;
}
.center-place h3:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 50%;
    margin-top: -3px;
    right: -35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.center-place h3:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 50%;
    margin-top: -3px;
    left: -35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.center-place h3 span {
    color: #f3f3f1;
}
.center-place li > p {
    color: #fff;
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'lato-bol-webfont';
    line-height: 40px;
}
.button-section {
}
.inner-buttons {
    display: inline-block;
    padding: 12px 18px;
    background: rgba(255,255,255,0.35);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    z-index: 222;
}
.inner-buttons a {
    -webkit-backface-visibility: hidden;
}
.inner-buttons a.green-button {
    margin-right: 18px;
}
.title-section {
    text-align: center;
    padding: 65px 0 40px;
    position: relative;
	z-index: -999;
}
.title-section:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 24px;
    top: 0;
    left: 50%;
    margin-left: -12px;
    background: url('../images/icon.png') center center no-repeat;
}
.services-post h2 {
color: #232323;
font-size: 15px;
font-family: 'arimo-bold-webfont';
line-height: 26px;
margin: 0 0 8px;
text-transform: uppercase;
}
.parceiros-h2 {
color: #0DABE2;
font-size: 20px;
font-family: 'arimo-bold-webfont';
line-height: 26px;
text-align:center;
text-transform: uppercase;	
}
.title-section h2,
.content-side h2 {
    color: #0DABE2;
    font-size: 20px;
    font-family: 'arimo-bold-webfont';
    line-height: 26px;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.title-section h3 {
    color: #525a68;
    font-size: 18px;
    font-family: 'lato-lig-webfont';
    line-height: 30px;
    margin: 0;
}
.services {
    margin-bottom: 20px;
}
.services-line {
    padding: 37px 25px 47px;
    overflow: hidden;
}
.services-post > a {
    position: relative;
    display: inline-block;
    float: left;
    width: 94px;
    height: 54px;
    background: #3b424d;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.services-post > a span {
    position: absolute;
    display: inline-block;
    width: 96px;
    height: 79px;
    top: -26px;
    left: -1px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    z-index: -1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.services-post > a:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-bottom: 25px solid #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.services-post > a:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-top: 25px solid #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.services-post > a i {
    font-size: 32px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 54px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.services-post > a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.services-post > a:hover {
    background: #00a7e1;
}
.services-post > a:hover:before {
    border-bottom: 25px solid #00a7e1;
}
.services-post > a:hover:after {
    border-top: 25px solid #00a7e1;
}
.services-post > a:hover span {
    border: 1px solid transparent;
    background: #f0f0f0;
}
.services-post .post-content {
    margin-left: 140px;
    padding-top: 10px;
}
.services-post .post-content p {
    color: #31313c;
    font-size: 16px;
    font-family: 'lato-lig-webfont';
    line-height: 28px;
    margin: 0;
    max-width: 320px;
}
.services-post .post-content h2 {
    margin: -15px 0 2px;
}
.creative-part {

}
.creative-part-content {
margin-bottom: 80px;
}
.video-side img {
    margin-top: -86px;
    max-width: 100%;
}
.content-side {
    background: none repeat scroll 0 0 #0dabe2;
    padding: 38px;
}
.lista-produtos li{
margin-bottom: 3px;
list-style:circle;	
}
.content-side-conteudo h3 {
border-bottom: 1px dotted #ccc;
color: #0dabe2;
font-family: 'lato-lig-webfont';
font-size: 18px;
line-height: 25px;
padding-bottom: 6px;
}
.content-side p {
    color: #111111;
    font-size: 18px;
    font-family: 'lato-lig-webfont';
    line-height: 30px;
    margin: 0;
}
.content-side p span {
    font-size: 17px;
    font-family: 'lato-bol-webfont';
    display: inline-block;
}
.content-side p a {
    font-size: 17px;
    color: #111111;
    display: inline-block;
}
a.red-button,
a.green-button {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-family: 'lato-reg-webfont';
    background: #00a7e1;
    padding: 6px 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
a.green-button {
    background: #17c592;
}
a.red-button:hover,
a.green-button:hover {
    opacity: 0.7;
}
.content-side a.red-button {
    margin-top: 40px;
}
ul.filter {
    text-align: center;
    padding: 23px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
}
ul.filter li {
    display: inline-block;
}
ul.filter li:after {
    content: '/';
    color: #121212;
    font-size: 18px;
    font-family: 'lato-reg-webfont';
    margin: 0 0 0 4px;
}
ul.filter li:last-child:after {
    content: '';
    margin: 0;
}
ul.filter li a {
    display: inline-block;
    color: #121212;
    text-decoration: none;
    font-size: 18px;
    font-family: 'lato-reg-webfont';
    padding: 5px 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
ul.filter li a:hover,
ul.filter li a.active {
    color: #fff;
    background: #00a7e1;
}
.portfolio-content {
    border-bottom: 1px solid #ededed;    
}
.portfolio-box {
    position: relative;
    width: 1170px;
    margin-left: -15px;
    margin-bottom: 95px;
}
.portfolio-post {
    width: 360px;
    margin: 15px;
    overflow: hidden;
}
.portfolio-post img {
    width: 100%;
}
.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(237,85,101,0.8);
    z-index: 2;
}
.hover-box a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
}
.hover-box a i {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}
#team-section {
    border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;    
}
.team-background {
    position: relative;
    border-top: 1px solid #b8b8b8;
    padding-top: 130px;
    margin-bottom: 20px;
}
.team-background:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 358px;
    width: 100%;
    background: url("../images/photo-banner.jpg") repeat scroll center center;
}
.team-background:after {
    position: absolute;
    content: '';
    height: 328px;
    top: 30px;
    left: 0;
    width: 100%;
    background: #b6b6b6;
    z-index: -1;
}
.carousel-control .glyphicon {
    display: none;
}
.carousel-control {
    width: 56px;
    height: 30px;
	margin: 0 5%;
    background: none;
    top: 40%;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.carousel-control i {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}
.carousel-control:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 16px solid #00a7e1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.carousel-control:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 16px solid #00a7e1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.carousel-control:hover:after {
    border-top: 16px solid #3b424d;
}
.carousel-control:hover:before {
    border-bottom: 16px solid #3b424d;
}
.carousel-control.left {
    right: 56px;
    background: #00a7e1;
}
.carousel-control.right {
    right: 0;
    background: #00a7e1;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    background: #3b424d;
    opacity: 1;
}
.team-post {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
}
.team-post img {
    width: 100%;
}
.team-post-content {
    padding: 20px;
    background: #fff;
}
.team-post-content h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'arimo-bold-webfont';
    line-height: 22px;
    margin: 0;
}
.team-post-content span {
    display: inline-block;
    color: #00a7e1;
    font-size: 12px;
    font-family: 'lato-reg-webfont';
    margin: 0 0 15px;
}
.team-social {
    padding: 0;
    margin: 0;
}
.team-social li {
    display: inline-block;
    margin-right: 1px;
}
.team-social li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #dddddd;
    background: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.team-social li a:hover {
    background: #00a7e1;
}
.team-social li a i {
    line-height: 32px;
    font-size: 18px;
    color: #7f7f7f;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.team-social li a:hover i {
    color: #fff;
}
.skills-progress {
    margin-bottom: 110px;
}
.skills-progress p {
    color: #4e4e4e;
    font-size: 18px;
    font-family: 'arimo-bold-webfont';
    text-transform: uppercase;
    margin: 0 0 10px;
}
.skills-progress p span {
    display: inline-block;
    color: #3b424d;
    float: right;
    font-size: 16px;
    font-family: 'lato-reg-webfont';
}
.meter { 
    height: 40px;  /* Can be anything */
    position: relative;
    background: #fff;
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
}
.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #3b424d;
}
.clients {
    padding-top: 30px;
}
.clients .carousel-control {
    top: -90px;
}
.clients .carousel-control:hover:after {
    border-top: 16px solid #babcbf;
}
.clients .carousel-control:hover:before {
    border-bottom: 16px solid #babcbf;
}
.clients .carousel-control.left:hover,
.clients .carousel-control.right:hover {
    background: #babcbf;
    opacity: 1;
}
.clients-container {
    padding: 60px 0;
    background: url('../images/pattern.jpg');
    margin-bottom: 70px;
}
.client-item {
    width: 100%;
    display: inline-block;
    background: #fff;
    text-align: center;
}
.client-item img {
    max-width: 100%;
}
.service-style2 {
    border-top: none;
    padding: 1px 0;
}
.service-style2 .services-post {
    text-align: center;
    position: relative;
}
.service-style2 .services-post:before {
    position: absolute;
    content: '';
    top: 0;
    left: -14px;
    width: 1px;
    height: 100%;
    background: #ebebeb;
}
.service-style2 .services-post a {
    float: none;
}
.service-style2 .services-post .post-content {
    margin-left: 0;
    margin-top: 30px;
}
.service-style2 .services-post .post-content p {
    margin-bottom: 30px;
}
.services-post .post-content a {
   display: inline-block;
    font-family: 'lato-reg-webfont';
    font-size: 16px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.services-post .post-content a:hover {
    color: #333;
}
#client-section {
    border-bottom: 1px solid #ededed;
}
#client-section .services {
}
#map {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
}
.contact-form h2 {
    text-align: center;
    color: #848283;
    font-size: 26px;
    font-family: 'lato-lig-webfont';
    line-height: 30px;
    margin: 0 0 45px;
}
#contact-form input[type="text"],
#contact-form textarea {
    color: #666666;
    font-size: 16px;
    font-family: 'lato-lig-webfont';
    border: 1px solid #3b424d;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 8px 8px;
    display: block;
    margin-bottom: 13px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; 
	background:transparent;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
    border: 1px solid #00a7e1; 
}
#contact-form textarea {
    height: 146px;   
	
}
#contact-form input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'lato-bol-webfont';
    text-transform: uppercase;
    padding: 10px 55px;
    background: #3b424d;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
#contact-form input[type="submit"]:hover {
    opacity: 0.8;
}
.message {
    display: none;
    height:30px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
}
.message.error {
    color:#00a7e1;
}
.message.success {
    color:#1e9397;
}
.contact-info {
    padding: 40px;
    background: #f7f7f7;
}
.info-box {
    overflow: hidden;
}
.contact-info-post {
    padding: 15px 5px 20px;
    position: relative;
}
.contact-info-post:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
}
.contact-info-post h3 {
    color: #000000;
    font-size: 16px;
    font-family: 'arimo-regular-webfont';
    line-height: 20px;
    margin: 0 0 26px;
    text-transform: uppercase;
}
.contact-info-post p {
    color: #666666;
    font-size: 15px;
    font-family: 'lato-lig-webfont';
    line-height: 28px;
    margin: 0;
}
footer {
    background: #dedfe2;
    padding: 40px 0 30px;
}
footer p {
    color: #504f4f;
    font-size: 13px;
    font-family: 'lato-lig-webfont';
    line-height: 28px;
    margin: 0;
}
footer ul.social-icons {
    padding: 0;
    margin: 0;
    text-align: center;
}
footer ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
}
footer ul.social-icons li > a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
    background: #858585;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}
footer ul.social-icons li > a:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 8px solid #858585;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
footer ul.social-icons li > a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 8px solid #858585;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
footer ul.social-icons li > a i {
    font-size: 18px;
    color: #fff;
    line-height: 16px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
footer ul.social-icons li > a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
footer ul.social-icons li > a:hover {
    background: #00a7e1;
}
footer ul.social-icons li > a:hover:before {
    border-bottom: 8px solid #00a7e1;
}
footer ul.social-icons li > a:hover:after {
    border-top: 8px solid #00a7e1;
}
.right-parag {
    float: right;
}
.cliente-item {
padding: 10px;	
}
.cliente-item2 {
padding:10px;	
}
.creative-part-content h2 {
color:#fff;	
}
.creative-part-content p {
color:#fff;	
}
.logototvs {
padding-top:13px;	
}
.titulo-metodologia1 {
background: url("../images/flecha3.jpg") no-repeat scroll -19px center, url("../images/flecha4.jpg") no-repeat scroll right center #13252d;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 17px 0;
text-align: center;
}
.titulo-metodologia {
background: url("../images/flecha2.jpg") no-repeat scroll -19px center, url('../images/flecha1.jpg') right no-repeat #2d5b9a;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 30px 0;
text-align: center;
}
.setinha {
text-align:center;	
}
.metodologia-lista li {
list-style:circle;
margin-bottom:10px;
margin-left: -25px;	
}
.metodologia-monitoramento {
text-align:center;
background:#2D5B99;
padding:5px;
color:#fff;	
}
.glyphicon-chevron-left {
font-family: calibri;
font-size: 45px;
font-weight: bold;
margin-left: -12px;
margin-top: -34px;	
}

.glyphicon-chevron-right {
font-family: calibri;
font-size: 45px;
font-weight: bold;
margin-left: -8px;
margin-top: -34px;	
}

.barra-divisoria a {
display: block;
}

.barra-divisoria img {
border-left: 1px solid #f1f1f1;	 
position: relative;
z-index: -999;	
}

.divisoria-clientes {
border-bottom: 1px solid #f1f1f1;	 
position: relative;
z-index: -999;		
}

.cliente-item img {
	
}

#contact-form {
position: relative;
z-index: -999;		
}

.box-servicos {
color: #fff;
font-size: 14px;
line-height: 20px;
margin-top: 70px;	
}

#trigger-overlay {
background: none repeat scroll 0 0 #fff;
border: 0 none;
cursor: pointer;
float: left;
margin-left: 5px;
overflow: hidden;
width: 32%;
}
#trigger-overlay img { 
width:100%;
}
.clear {
clear:both;	
}
.grid-gallery {
border-bottom: 1px solid #ededed;	
}

.espacolista {
display: block;
margin-left: 22px;	
}
.espacolista2 {
display: block;
margin-left: 42px;		
}

.marcador-seta {
float: left;
margin: 3px 5px 0 0 !important;
width: 16px !important;
}

.marcador-bolinha {
float: left;
margin: 6px 5px 0 0 !important; 
width: 8px !important;
}
.img-sped {
width:100px !important;	
}
.img-sped2 {
width:170px !important;	
}
.lista-servicos {
border: solid 1px red;	
}
.resultado2 {
padding:10px;
border:solid 2px #00CC00;	
}
.downloadpdf {
background: none repeat scroll 0 0 #0ca9e5;
border-radius: 5px;
color: #fff;
display: block;
margin-top: 15px;
padding: 5px 5px 5px 15px;
}
.downloadpdf:hover {
color: #fff;
}
.texto-empresa {
text-align:justify;	
}

.redesociais {
position: absolute;
z-index: 999;
padding-top: 100px;
right: 0;
}
.redesociais-in {
position: fixed;
right: 0;	
}
.redesociais-in img {
width: 55px;	
}
.logo-totvs {
padding:0 !important;	
}
.logo-totvs:hover {
background:transparent !important;
}
.logo-totvs img {
margin-top: -8px;	
}