@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,800italic,400,300,600,700,800);



/* BARRA ADMINISTRATIVA */
.plusMenuAdmin {
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #e73e43;
    background: #373435 !important;
    color: #FFF !important;
    position: relative;
    z-index: 50;
    font-family: 'Open Sans', sans-serif;
}
.plusMenuAdmin a, .plusMenuAdminRight a {
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    display: block;
    float: left;
    padding: 0 10px !important;
}
.plusMenuAdmin a:hover {
    background: #e73e43 !important;
    border-radius: 0 !important;
}
.plusMenuAdminInner {
    width: 940px;
    margin: 0 auto;
}
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?fzb8bz');
    src:url('fonts/icomoon.eot?#iefixfzb8bz') format('embedded-opentype'),
    url('fonts/icomoon.woff?fzb8bz') format('woff'),
    url('fonts/icomoon.ttf?fzb8bz') format('truetype'),
    url('fonts/icomoon.svg?fzb8bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    /*speak: none;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e613";
}
.icon-flickr:before {
    content: "\e604";
}
.icon-vimeo:before {
    content: "\e601";
}
.icon-twitter:before {
    content: "\e600";
}
.icon-facebook:before {
    content: "\e60f";
}
.icon-googleplus:before {
    content: "\e610";
}
.icon-pinterest:before {
    content: "\e602";
}
.icon-tumblr:before {
    content: "\e606";
}
.icon-linkedin:before {
    content: "\e607";
}
.icon-instagram:before {
    content: "\e603";
}
.icon-soundcloud:before {
    content: "\e611";
}
/*TITULOS*/
h1 {
    color: #e73e43;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
h2, h3 {
    color: #e73e43;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

/*INPUTS*/
input, select, textarea {
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 -3px 0 #d9d9d9;
    border-radius: 5px;
    background: #fff;
    color: #373435;
    font-weight: 400;
    padding: 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.formButton {
    background-color: #e73e43;
    box-shadow: inset 0 -3px 0 #d83b40;
    width: auto !important;
    color: #fff !important;
    cursor: pointer;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.radioButton {
    box-shadow: inset 0 0 0 #d9d9d9;
}

/*CORPO*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #373435;
    font-weight: 400;
}
.wrapper, .siteCenter {
    width: 940px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

/*TOPO*/
header {
    width: 100%;
    height: 150px;
}

/*LOGO*/
.logo {
    float: left;
    width: 25%;
}
.logo img {
    margin-top: 28px;
    margin-left: 0;
}

/*BLOCO TOPO*/
.bloco_topo {
    float: left;
    width: 75%;
}

/*LOGIN*/
.bloco_login {
    float: right;
    width: 260px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 20px;
}
.bloco_login #formLogin form {
    margin-left: 35px;
}
.bloco_login #formLogin .itemLogin {
    float: left;
    font-size: 15px;
    color: #919294;
}
.bloco_login #formLogin input {
    border: none;
    box-shadow: 0 0 0;
    color: #919294;
    font-size: 12px;
    padding: 5px;
    width: 60px;
    font-style: italic;
    margin-left: 20px;
}
.bloco_login #formLogin .itemLogin.usuarioBotao input {
    cursor: pointer;
    background: url("../img/bt_login.png") no-repeat center center;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 10;
}
.bloco_login ::-webkit-input-placeholder {
    color: #919294;
	text-transform: uppercase;
}
.bloco_login :-moz-placeholder { /* Firefox 18- */
    color: #919294;
	text-transform: uppercase;
}
.bloco_login ::-moz-placeholder {  /* Firefox 19+ */
    color: #919294;
	text-transform: uppercase;
}
.bloco_login :-ms-input-placeholder {
    color: #919294;
	text-transform: uppercase;
}
.AposLogado {
    float: right;
    text-align: right;
}
.AposLogado .itemLogar.nomeusuario {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    float: right;
}
.AposLogado .itemLogar a {
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin: 2px 0;
    text-transform: uppercase;
}
.AposLogado .itemLogar {
    float: left;
    margin-left: 10px;
}
.AposLogado .itemLogar.meusdados {
    clear: both;
}

/*MENU*/
nav.menu {
    float: left;
    width: 75%;
}
nav.menu .menuSuspensoBloco {
    float: right;
    position: relative;
    z-index: 100;
}
nav.menu a {
    font-size: 18px;
    color: #919294;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 5px 16px;
    letter-spacing: 2px;
    overflow: hidden !important;
}
nav.menu a.active {
    color: #e73e43;
}
nav.menu .ultimo a {
    padding-right: 0;
}
nav.menu a:hover {
    color: #e73e43;
}
nav.menu ul li ul {
    background-color: #e73e43;
    width: 250px;
}
nav.menu ul li ul li a {
    text-transform: none;
    font-size: 15px;
    color: #fff !important;
    letter-spacing: 0;
    padding-bottom: 10px;
}
nav.menu ul li ul li a:hover {
    background-color: #d83b40;
}

/*DESTAQUE PRINCIPAL*/
.destaque {
    overflow: hidden;
}
.destaqueBlocoTextoSimples {
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -960px;
    padding-bottom: 100px;
    border-top: 8px solid #e73e43;
}
#destaquePager a.activeSlide {
    background-color: #fff;
    border: 1px solid #fff;
}
.destaqueBlocoTextoSimples .item {
    width: 1920px !important;
    height: 600px !important;
}
.destaqueInfos {
    position: absolute;
    bottom: -20px;
    z-index: 20;
    width: 490px;
    padding: 30px 40px 30px 40px;
    left: 50%;
    background-color: rgba(231, 62, 67, 0.60);
    margin-left: -285px;
}
.destaquetitulo {
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}
.destaqueLegenda {
    display: none;
}
.destaqueNav a#prev_1 {
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 22;
    background: url("../img/seta_destaque_esquerda.png") no-repeat top center;
    width: 67px;
    height: 67px;
    cursor: pointer;
    margin-top: -33px;
}
.destaqueNav a#next_1 {
    position: absolute;
    top: 50%;
    right: 25%;
    z-index: 22;
    background: url("../img/seta_destaque_direita.png") no-repeat top center;
    width: 67px;
    height: 67px;
    cursor: pointer;
    margin-top: -33px;
}
.destaqueBlocoTextoSimples .sombra {
    background-color: #e73e43;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
}

/*QUEM SOMOS*/
.bloco_quemsomos {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.bloco_quemsomos .imagem {
    float: left;
    margin-right: 25px;
    width: 305px;
}
.bloco_quemsomos .infos {
    float: left;
    width: 610px;
    border-top: 1px solid #e73e43;
    border-bottom: 1px solid #e73e43;
    padding: 20px 0;
    position: relative;
}
.bloco_quemsomos .infos .titulo {
    color: #e73e43;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 18px;
}
.bloco_quemsomos .infos .descricao {
    color: #373435;
    font-size: 16px;
    font-style: italic;
    display: block;
}
.bloco_quemsomos .leiamais a {
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 10;
    padding-left: 10px;
    font-size: 16px;
    color: #e73e43;
    bottom: -10px;
}

/*SERVICOS*/
article {
    background-color: #f1f1f2;
    padding: 25px 0;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.bloco_servicos .servicoItem {
    float: left;
    width: 33%;
    text-align: center;
    /*margin-right: 20px;*/
}
.bloco_servicos .servicoItem:last-child {
    margin-right: 0;
}
.bloco_servicos .servicoItem .imagem img {
    border-radius: 120px;
    border: 10px solid #919294;
    text-align: center;
}
.bloco_servicos .servicoItem .titulo {
    display: block;
    text-align: center;
    color: #e73e43;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 10px 0;
}
.bloco_servicos .servicoItem .descricao {
    color: #6e6c6c;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}
.bloco_servicos .servicoItem .mais a {
    display: block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e73e43;
    color: #6e6c6c;
    margin: auto;
}
.bloco_servicos .servicoItem:hover .mais a {
    background-color: #e73e43;
    color: #fff;
}
.bloco_servicos .servicoItem:hover .imagem img {
    border: 10px solid #e73e43;
}

/*NOSSOS PARCEIROS*/
#parceiros {
    position: relative;
}
#parceiros .scrollable {
    width: 850px;
    height: 140px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#parceiros .scrollable .items {
    width: 10000em;
    position: absolute;
    overflow: hidden;
}
#parceiros .scrollable .item {
    float: left;
    width: 850px;
    height: 140px;
}
#parceiros .scrollable .parceiro {
    float: left;
    margin: 0 15px;
}
#parceiros a.prev {
    border-color: #bfbfbf rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    border-width: 30px 18px 0 18px;
    border-style: solid;
    display: block;
    width: 0;
    margin: 0;
    -webkit-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -transition: border-color 0.5s;
    transition: border-color 0.5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}
#parceiros a.next {
    border-color: #bfbfbf rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    border-width: 30px 18px 0 18px;
    border-style: solid;
    display: block;
    width: 0;
    margin: 0;
    -webkit-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -transition: border-color 0.5s;
    transition: border-color 0.5s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}
#parceiros a.next.disabled {
    border-color: #e6e6e6 rgba(0, 0, 0, 0);
}
#parceiros a.prev.disabled {
    border-color: #e6e6e6 rgba(0, 0, 0, 0);
}

/*BLOCO RODAPE*/
.blocoRodape {
    margin-top: 100px;
    background-color: #919294;
    width: 100%;
    position: relative;
    padding-top: 28px;
    float: left;
}
.blocoRodape:after {
    border-top: 12px solid #e73e43;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    content: '';
}

/*REDES SOCIAIS*/
.bloco_rodape_redes {
    float: right;
	margin-right: 49px;
}
ul.redes-sociais li {
    display: block;
    float: left;
}
ul.redes-sociais li a span {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background-color: #3b5998;
    color: #fff;
    margin-right: 10px;
}
ul.redes-sociais li.twitter a span {
    background-color: #3b5998;
}
ul.redes-sociais li.twitter a span {
    background-color: #55acee;
}
ul.redes-sociais li.youtube a span {
    background-color: #4d4d4d;
}

/*MENU RODAPE*/
.menuSiteBloco ul li {
    float: left;
}
.menuSiteBloco ul li.nivel-1 {
    display: none;
}
.menuSiteBloco ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-right: 20px;
    letter-spacing: 2px;
    overflow: hidden !important;
}
.menuSiteBloco ul li a:hover {
    color: #e73e43;
}

/*ENDERECO*/
.bloco_endereco {
    float: left;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 50px;
}
.bloco_endereco > div {
    float: left;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
}
.bloco_endereco > div:nth-child(2n) {
    border-right: none;
}

/*FOOTER*/
footer {
    float: left;
    width: 100%;
    background-color: #919294;
}
.footerTexto {
    float: left;
    width: 80%;
    padding-bottom: 50px;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}
.footerTexto span {
    font-weight: 700;
}
.izap {
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 14px;
}
.izap a {
    color: #fff !important;
}

/*******************************INTERNAS*******************************/
.body_content article {
    background: none;
}
.body_content h1,
.body_content h2,
.body_content h3 {
    text-align: left;
}
.body_content .blocoRodape {
    margin-top: 0;
}

/*CONTEUDO*/
.conteudoTexto {
    font-size: 15px;
    line-height: 22px;
}
.conteudoTexto p,
.conteudoTexto div {
    padding-bottom: 15px;
}
.conteudoBotaoGrupo {
    display: none !important;
}
.modulo_conteudo .conteudoTexto a {
    color: #e73e43;
    font-weight: 600;
}

/*CONTATO*/
.contatoFormIntro {
    line-height: 22px;
}
.contatoFormIntro {
    font-size: 14px;
}
.contatoFormIntro p {
    padding-bottom: 15px;
}
.contatoFormIntro .maps {
    margin-left: 10px;
    float: right;
}
.modulo_contato_form .contatoValor input {
    padding: 10px;
    width: 350px;
    color: #777;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
}
.modulo_contato_form .contatoValor textarea {
    padding: 10px;
    width: 350px;
    color: #777;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
}
.modulo_contato_form .contatoValor label.error {
    display: block;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

/*PAGINACAO*/
.paginacao .plusPagerAtual {
    font-size: 16px;
    color: #e73e43;
    display: block;
    float: left;
    margin: 0 4px;
    padding: 4px 8px;
    background-color: #fff;
}
.paginacao a {
    font-size: 16px;
    color: #373435;
    display: block;
    float: left;
    margin: 0 4px;
    padding: 4px;
}

/* MODULO DOWNLOAD */
.downloads_titulocategoria {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
.downloads_headertable, .itemPermaLink {
    display: none;
}
.downloadCategoriaDescricao {
    margin-bottom: 10px;
    padding-bottom: 14px;
    line-height: 21px;
}
.downloadItem {
    display: inline-block;
    width: 100%;
    border-bottom: 2px groove #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.downloadDescricao {
    padding: 10px 0;
    line-height: 20px;
}
.tituloDownload {
    font-weight: bold;
    color: #e73e43;
    font-size: 16px;
}
.dataCadastrado {
    float: right;
    font-size: 11px;
}
.dataCadastrado span {
    font-weight: bold;
    margin-right: 5px;
}
.downloadInformation ul {
    list-style-type: none;
}
.downloadInformation ul li {
    display: inline-block;
}
.downloadInformation ul .itemDown_1 a {
    display: block;
    padding: 7px 10px 7px 30px;
    background: #e73e43 url(../img/down-downloads.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
.downloadInformation ul .itemDown_1 a:hover {
    background-color: #373435;
}
.downloadInformation ul .itemDown_2 a {
    display: block;
    padding: 7px 10px 7px 30px;
    background: #e73e43 url(../img/down-downloads.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
.downloadInformation ul .itemDown_2 a:hover {
    background-color: #373435;
}
.downloadInformation ul .itemDown_3 {
    padding: 7px 10px 7px 30px;
    background: transparent url(../img/down-down.png) no-repeat left center;
}
.downloadInformation ul .itemDown_4 {
    padding: 7px 10px 7px 30px;
    background: transparent url(../img/down-infor.png) no-repeat left center;
}

/* REMOVE DOWNLOAD E NUMERO DE DOWNLOADS */
.itemDown_2, .itemDown_3, .itemDown_4 {
    display: none !important;
}

/* MODULO DOWNLOAD INTERNA */
.modulo-downloads-singlefile .h1_center h1 {
    display: none;
}
.down-list {
    height: 40px;
}
.down-list ul {
    list-style-type: none;
    float: right;
}
.down-list ul li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 5px 10px;
}
.down-list ul li:last-child {
    border-right: none;
}
.downloadDownload {
    height: 70px;
}
.downloadDownload > div {
    float: left;
}
.bt-down {
    margin-top: 12px;
    margin-right: 20px;
}
.bt-down a {
    display: block;
    padding: 7px 10px 7px 30px;
    background: #e73e43 url(../img/down-downloads.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
.bt-down a:hover {
    background-color: #373435;
}
.download-hits {
    font-size: 18px;
    color: #4c4c4c;
    text-align: center;
    border-right: 1px dotted #8f8f8f;
    padding: 10px 20px;
    border-left: 1px dotted #8f8f8f;
}
.download-hits span {
    display: block;
    font-size: 12px;
}
.downl-votos {
    padding: 15px 10px;
    text-align: center;
}
.downl-votos {
    display: none;
}
.downl-votos div a {
    border-left: 1px solid #aaa;
    margin-left: 5px;
    padding-left: 5px;
    font-weight: bold;
}
.mirron-download-list {
    display: none;
}
.mirrons-download {
    padding: 15px 20px;
    text-align: center;
}
.mirrons-download {
    display: none;
}
.mirrons-download span {
    display: block;
    font-size: 15px;
}
.downloadDownload {
    height: 70px;
    border-bottom: 1px dashed #8f8f8f;
    margin-bottom: 20px;
}
.linksDownloadOutros {
    margin-top: 20px;
    margin-bottom: 20px;
}
.linksDownloadOutros ul {
    list-style-type: none;
    text-align: center;
}
.linksDownloadOutros ul {
    display: none;
}
.linksDownloadOutros ul li {
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #aaa;
}
.linksDownloadOutros ul li:last-child {
    border-right: none;
}
.avaliacao-download, .mirron-download-list, .history-download-outros {
    margin-bottom: 30px;
}
.history-download-outros ul {
    list-style-type: none;
}
.history-download-outros ul li {
    padding: 5px 10px;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}
.history-download-outros ul li:hover {
    background-color: #eee;
}
.history-download-outros ul li span {
    display: block;
    font-size: 10px;
}
.down-descricao {
    line-height: 20px;
}
.down-descricao p {
    padding-bottom: 10px;
}

/* REGISTRO */
.modulo-perfil-registrar #usuarioinfo input {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
    font-size: 14px;
}
.modulo-perfil-registrar #usuarioinfo input:focus {
    text-transform: none;
}
.modulo-perfil-registrar .plusNTableFooterShadow {
    line-height: 40px;
}
.modulo-perfil-registrar .tbody .tr {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.modulo-perfil-registrar .tbody .title {
    clear: both;
    font-size: 15px;
    margin-bottom: 12px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.modulo-perfil-registrar .tbody .label {
    display: none;
}
.modulo-perfil-registrar .tfoot {
    clear: both;
}
.modulo-perfil-registrar #tr_email {
}
.modulo-perfil-registrar #tr_email input {
    width: 675px;
}
.modulo-perfil-registrar #tr_loginname {
    clear: both;
}
.modulo-perfil-registrar #tr_loginname input {
    width: 250px;
}
.modulo-perfil-registrar #tr_pass {
    position: relative;
}
.modulo-perfil-registrar #tr_pass {
    position: relative;
}
.modulo-perfil-registrar #tr_pass label.error {
    width: 265px;
    position: absolute;
    bottom: 30px;
    left: 172px;
    background: #F11A1A;
    color: #fff;
    padding: 8px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 15;
    display: block !important;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
.modulo-perfil-registrar #tr_pass .error:after {
    border-color: #F11A1A rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    bottom: -8px;
    left: 10px;
    border-width: 8px 10px 0 0;
    border-style: solid;
    display: block;
    width: 0;
    margin: 0;
    -webkit-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -transition: border-color 0.5s;
    transition: border-color 0.5s;
}
.modulo-perfil-registrar .insertion-guide {
    width: 265px;
    position: absolute;
    top: -95px;
    left: 172px;
    background: #C0C0C0;
    color: #fff;
    padding: 8px;
    display: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    font-size: 14px;
}
#tr_pass .element:hover .insertion-guide {
    display: block !important;
}
.modulo-perfil-registrar .insertion-guide:after {
    border-color: #C0C0C0 rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    bottom: -8px;
    left: 10px;
    border-width: 8px 10px 0 0;
    border-style: solid;
    display: block;
    width: 0;
    margin: 0;
    -webkit-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -transition: border-color 0.5s;
    transition: border-color 0.5s;
}
.modulo-perfil-registrar #tr_pass input {
    width: 180px;
}
.modulo-perfil-registrar #tr_vpass {
}
.modulo-perfil-registrar #tr_vpass input {
    width: 180px;
}
.modulo-perfil-registrar #tr_uname {
    clear: both;
}
.modulo-perfil-registrar #tr_uname input {
    width: 675px;
}
.modulo-perfil-registrar #tr_cpf {
    clear: both;
}
.modulo-perfil-registrar #tr_cpf input {
    width: 250px;
}
.modulo-perfil-registrar #tr_cargo input {
    width: 343px;
}
.modulo-perfil-registrar #tr_cep {
    clear: both;
}
.modulo-perfil-registrar #tr_cep input {
    width: 170px;
}
.modulo-perfil-registrar #tr_endereco {
    clear: both;
}
.modulo-perfil-registrar #tr_endereco input {
    width: 674px;
}
.modulo-perfil-registrar #tr_numero {
    clear: both;
}
.modulo-perfil-registrar #tr_numero input {
    width: 140px;
}
.modulo-perfil-registrar #tr_complemento {
}
.modulo-perfil-registrar #tr_complemento input {
    width: 502px;
}
.modulo-perfil-registrar #tr_bairro {
    clear: both;
}
.modulo-perfil-registrar #tr_bairro input {
    width: 250px;
}
.modulo-perfil-registrar #tr_cidade input {
    width: 392px;
}
.modulo-perfil-registrar #tr_estado {
    clear: both;
}
.modulo-perfil-registrar #tr_estado input {
    width: 115px;
}
.modulo-perfil-registrar #tr_pais input {
    width: 526px;
}
.modulo-perfil-registrar #tr_save {
    clear: both;
    margin-top: 25px;
}
.modulo-perfil-registrar #tr_empresa input {
    width: 675px;
}
.modulo-perfil-registrar .tbody label.error {
    display: block !important;
    font-size: 13px;
    color: #F11A1A;
}
.modulo-perfil-registrar .tbody input.error {
    border: 1px solid rgba(218, 26, 26, 0.44) !important;
}

/* EDITAR USUARIO */
.modulo-perfil-editarusuario .alterarSenha input {
    padding: 8px;
    width: 300px;
    margin: 5px 0;
    border: 1px solid #ccc;
}
.modulo-perfil-editarusuario .alterarSenha select {
    padding: 8px;
    width: 311px;
    margin: 5px 0;
    border: 1px solid #ccc;
}
.modulo-perfil-editarusuario .alterarSenha .radioButton {
    margin: 0 5px;
    float: left;
    display: block;
    width: auto;
    padding: 0;
}
.modulo-perfil-editarusuario #tr_isnewsletter .element {
    padding: 10px 0;
}
.modulo-perfil-editarusuario .label {
    vertical-align: middle !important;
}
.plusNTableFooterShadow td {
    padding-top: 25px;
}
.modulo_perfil .perfilNavMenu {
    background: #e73e43 !important;
    padding: 5px;
    font-size: 14px;
}
.modulo_perfil .perfilNavMenu a {
    color: #fff !important;
}
.modulo_perfil .perfilNavMenu a.selected {
    background: #d83b40 !important;
}
.modulo-perfil-alterarsenha .alterarSenha input {
    padding: 10px;
    width: 300px;
    margin: 5px 0;
    border: 1px solid #ccc;
}
#tr_isnewsletter label {
    float: left;
}
.modulo_perfil_usuarioinfo .perfilFieldsGrupoNome h2 {
    float: left;
}
.modulo_perfil_usuarioinfo .perfilFieldsGrupoCampo {
    clear: both;
}
.modulo-perfil-alterarsenha .modulo_perfil_alterarsenha .label {
    padding-top: 5px;
    padding-right: 5px;
}
.modulo-perfil-alterarsenha .modulo_perfil_alterarsenha .formButton {
    margin-top: 8px !important;
}
.modulo-perfil-alterarsenha .insertion-guide {
    display: block;
    margin-bottom: 10px;
}
.modulo-perfil-editarusuario .plusNTableBreakClosed {
    display: none;
}
.modulo-perfil-usuarioinfo .modulo_perfil .perfilFieldsGrupo .perfilFieldsGrupoCampo {
    padding: 6px;
    background-color: #f9f9f9;
    margin-bottom: 0;
}
.modulo-perfil-usuarioinfo .modulo_perfil .perfilFieldsGrupo .perfilFieldsGrupoCampo:nth-child(2n+2) {
    background-color: #f5f5f5;
}
#bloco_10 {
	position: absolute;
	right: 1px;
	top: 0px;
}