﻿* {
    -webkit-appearance: none;
    border-radius: 0;
}

label.error {
    display: none !important;
}

body {
    background: #ededed url(../images/background.jpg) repeat-x bottom;
}

header {
    display: block;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 40px;
    background: #FFF;
}

header.inner {
    width: 100%;
    height: 59px;
}

header:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -92.5px;
    width: 185px;
    height: 25px;
    z-index: 1;
    background: url(../images/bg_header.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

header.inner:after {
    top: 46px;
}

header h1 {
    display: block;
    width: 160px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 50%;
    margin-left: -80px;
    background: url(../images/logo.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

header.inner h1 {
    width: 143px;
    height: 25px;
    top: 25px;
    left: 50%;
    margin-left: -71.5px;
}

header h1 a {
    display: block;
    width: 160px;
    height: 30px;
    text-indent: -999999px;
}

header.inner h1 a {
    width: 143px;
    height: 25px;
}

header a.back {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/ico_back.png) no-repeat center;
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
    text-indent: -999999px;
}

header.inner a.back {
    height: 60px;
}

header a.next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/ico_next.png) no-repeat center;
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
    text-indent: -999999px;
}

header.inner a.next {
    height: 60px;
}

.home {
    display: block;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.home section.spotlight {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 240px;
    background: url(../images/bg_spotlight_home.png) no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.home section.spotlight h3 {
    display: block;
    text-align: center;
    font: 20px/27px Arimo;
    color: #FFF;
    padding-top: 55px;
}

.home section.clientes {
    display: block;
    width: 320px;
    height: 225px;
    margin: -20px auto 0 auto;
    position: relative;
    z-index: 2;
}

.home section.clientes h3 {
    display: block;
    background: #FFF;
    width: 166px;
    height: 24px;
    margin: 0 auto;
    font: 16px/24px Arimo;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

.home section.clientes .slide {
    display: block;
    width: 320px;
    height: 201px;
    position: relative;
    overflow: hidden;
}

.home section.clientes .slide ul.nav {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.home section.clientes .slide ul.nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #4e4e4e;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

.home section.clientes .slide ul.nav li.active {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border: 3px solid #4e4e4e;
    background: #818181;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

.home section.clientes .slide .walk {
    display: block;
    width: 999999px;
    height: 201px;
    position: absolute;
    top: 0;
    left: 0;
}

.home section.clientes .slide .walk .item {
    display: block;
    float: left;
    width: 320px;
    height: 201px;
}

.home section.clientes .slide .walk .item ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home section.clientes .slide .walk .item ul li {
    display: block;
    float: left;
    width: 67px;
    height: 29px;
    margin: 12px 19.5px;
}

.home section.clientes .slide .walk .item ul li img {
    width: 67px;
    height: 29px;
}

.home a.button {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 105px;
    height: 47px;
    padding-bottom: 5px;
    font: 700 17px/47px Arimo;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/bg_button.png) repeat-x;
    -moz-background-size: 1px 100%;
    -o-background-size: 1px 100%;
    -webkit-background-size: 1px 100%;
    background-size: 1px 100%;
}

.home a.button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 52px;
    background: url(../images/bg_button_left.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.home a.button:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 52px;
    background: url(../images/bg_button_right.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner {
    display: block;
    padding: 85px 25px 0 25px;
}

section.inner h2 {
    font: 700 17px/17px Arimo;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}

section.inner .accordion {
    display: block;
    width: 100%;
}

section.inner .accordion .item {
    display: block;
    padding-top: 22px;
}

section.inner .accordion .item h3 {
    height: 47px;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    font: 17px/47px Arimo;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/bg_button.png) repeat-x;
    -moz-background-size: 1px 100%;
    -o-background-size: 1px 100%;
    -webkit-background-size: 1px 100%;
    background-size: 1px 100%;
}

section.inner .accordion .item h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 52px;
    background: url(../images/bg_button_left.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner .accordion .item h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 52px;
    background: url(../images/bg_button_right.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner .accordion .item .content {
    display: none;
    padding-top: 5px;
}

section.inner .accordion .item .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.inner .accordion .item .content ul li {
    margin-top: 2px;
    display: block;
    height: 30px;
    padding: 0 11px;
    background: url(../images/bg_li_accordion.png) repeat-x;
    -moz-background-size: 1px 100%;
    -o-background-size: 1px 100%;
    -webkit-background-size: 1px 100%;
    background-size: 1px 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

section.inner .accordion .item .content ul li a {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font: 13px/30px Arimo;
    color: #393939;
    text-decoration: none;
}

section.inner .header_contrate {
    display: block;
    padding: 0 8px 13px 8px;
    border-bottom: 1px solid #818181;
}

section.inner .header_contrate .text {
    display: block;
    float: left;
    width: 160px;
    min-height: 44px;
}

section.inner .header_contrate.treinamento .text {
    border-left: 3px solid #10947f;
}

section.inner .header_contrate.pesquisa .text {
    border-left: 3px solid #e1ba23;
}

section.inner .header_contrate.consultoria .text {
    border-left: 3px solid #f47923;
}

section.inner .header_contrate.auditoria .text {
    border-left: 3px solid #1c2b5b;
}

section.inner .header_contrate .text h2 {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding-left: 6px;
}

section.inner .header_contrate .text p {
    font: 11px/14px Arimo;
    color: #393939;
    padding-left: 6px;
}

section.inner .header_contrate .ico {
    display: block;
    float: right;
    width: 50px;
    height: 42px;
}

section.inner .header_contrate.treinamento .ico {
    background: url(../images/ico_treinamento.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner .header_contrate.pesquisa .ico {
    background: url(../images/ico_pesquisa.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner .header_contrate.consultoria .ico {
    background: url(../images/ico_consultoria.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner .header_contrate.auditoria .ico {
    background: url(../images/ico_auditoria.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner .contatos {
    display: block;
    padding: 17px;
    border-bottom: 1px solid #818181;
}

section.inner .contatos a.skype {
    display: block;
    float: left;
    width: 102px;
    height: 45px;
    background: #01aef0 url(../images/bg_skype.png) no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-indent: -999999px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

section.inner .contatos a.phone {
    display: block;
    float: right;
    width: 102px;
    height: 45px;
    background: #41d300 url(../images/bg_fone.png) no-repeat center;
    text-indent: -999999px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

section.inner .form {
    display: block;
    padding: 17px;
    border-bottom: 1px solid #818181;
}

section.inner .form p {
    font: 11px/14px Arimo;
    color: #393939;
}

section.inner .form input[type="text"] {
    width: 95%;
    height: 24px;
    font: 11px/24px Arimo;
    color: #393939;
    padding: 0 2.5%;
    background: #FFF;
    display: block;
    margin-top: 7px;
    border: none;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

section.inner .form textarea {
    width: 95%;
    height: 80px;
    font: 11px/14px Arimo;
    color: #393939;
    padding: 0 2.5%;
    background: #FFF;
    display: block;
    margin-top: 7px;
    border: none;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

section.inner .form input[type="submit"] {
    height: 24px;
    font: 14px Arimo;
    color: #393939;
    display: block;
    float: right;
    margin-top: 7px;
    border: 1px solid #f3f2f3;
    background: #FCFCFC;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCFCFC), to(#DADADA));
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    background: -moz-linear-gradient(#FCFCFC, #DADADA);
    background: -ms-linear-gradient(#FCFCFC, #DADADA);
    background: -o-linear-gradient(#FCFCFC, #DADADA);
    background: linear-gradient(#FCFCFC, #DADADA);
    -pie-background: linear-gradient(#FCFCFC, #DADADA);
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

section.inner .clientes {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #818181;
}

section.inner .clientes p {
    font: 11px/14px Arimo;
    color: #393939;
    padding-left: 17px;
}

section.inner .clientes ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

section.inner .clientes ul li {
    display: block;
    float: left;
    width: 67px;
    height: 29px;
    margin: 12px 11.5px;
}

section.inner .clientes ul li img {
    width: 67px;
    height: 29px;
}

section.inner h4 {
    display: block;
    text-align: center;
    font: 22px Arimo;
    color: #3b3b3b;
}

section.inner a.button {
    position: relative;
    display: block;
    margin: 15px auto 0 auto;
    width: 105px;
    height: 47px;
    padding-bottom: 5px;
    font: 13px/24px Arimo;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/bg_button.png) repeat-x;
    -moz-background-size: 1px 100%;
    -o-background-size: 1px 100%;
    -webkit-background-size: 1px 100%;
    background-size: 1px 100%;
}

section.inner a.button:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 52px;
    background: url(../images/bg_button_right.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.inner a.button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 52px;
    background: url(../images/bg_button_left.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

footer {
    display: block;
    width: 100%;
}

footer ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

footer ul.align_left {
    float: left;
    width: auto;
    padding-left: 20px;
}

footer ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 28px;
    height: 28px;
    margin: 17px 4px;
    background: #9d9d9c;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

footer ul li a {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -999999px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    -ms-behavior: url(/PIE.htc);
    behavior: url(/PIE.htc);
}

footer ul li a.twitter {
    background: url(../images/ico_twitter.png) no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

footer ul li a.facebook {
    background: url(../images/ico_facebook.png) no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

footer ul li a.linkedin {
    background: url(../images/ico_linkedin.png) no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

footer ul li a.youtube {
    background: url(../images/ico_youtube.png) no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

footer .fb-share-button {
    float: right;
    display: block;
    width: 80px !important;
    margin-top: 20px;
}

footer .desktop {
    display:block;
    text-align:center;
    padding-bottom:10px;
}
footer .desktop.align_left {
    text-align:left;
    padding-left:24px;
}
footer .desktop a {
    font:10px/30px Arimo;
    color:#393939;
    text-decoration:none;
    text-transform:uppercase;
}
footer .desktop a svg {
    width:20px;
    height:20px;
    vertical-align:middle;
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-right:7px;
}
footer .desktop a svg path {
    width:16px;
    height:16px;
    fill:#393939;
}