@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:300,600,400,700);
.sprite {
  background-image: url(../images/sprite.png);
}

body {
  font: 300 16px/2.1 "Titillium Web", Helvetica, Arial, sans-serif;
  position: relative;
}

.atendimento {
  width: 250px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  color: #fff;
  z-index: 10;
}

.atendimento form {
  background-color: #464033;
  padding: 15px;
}

.atendimento form label {
  font-size: 13px;
  line-height: 34px;
  font-weight: 300;
}

.atendimento form .form-group {
  margin-top: -10px;
}

.atendimento form .form-group input {
  border-radius: none !important;
}

.atendimento form .btdemo {
  padding: 5px 15px;
  background: #ff8106;
  border: none;
  width: 100%;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.atendimento form .btdemo:hover {
  background-color: #347fb8;
  text-decoration: none;
  color: #fff;
}

.atendimento.fechado {
  height: 74px;
}

.atendimento.aberto {
  height: auto;
}

.container-fluid {
  padding: 0px !important;
}

/*// Menu mobile*/
.navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.paginacao {
  text-align: center;
}

.novidades-ler .img-responsive {
  margin: 0 auto;
}

.navbar .navbar-nav > .active > a {
  color: #ff8102;
}

.topo {
  background-color: #232422;
  position: relative;
}

.topo h2 {
  padding-left: 65px;
}

.area-cliente {
  display: block;
  float: right;
  width: 122px;
  height: 36px;
  font-size: 12px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #ff7f00;
  text-align: center;
  border-radius: 2px;
  margin-top: 23px;
}

@media (max-width: 1000px) {
  .area-cliente {
    clear: both;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .area-cliente {
    clear: both;
    float: left;
    margin-left: 135px;
  }
}
.area-cliente:hover {
  text-decoration: none !important;
  color: #fff;
  border: 1px solid #347fb8;
}

#menu-topo {
  position: relative;
}

#menu-topo .wrap-logo {
  position: absolute;
  top: 0px;
  left: -20px;
  display: block;
  margin-right: 30px;
}

#menu-topo .wrap-logo .logo {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0px;
}

#menu-topo .wrap-logo h2 {
  float: left;
  margin-left: 5px;
  color: #ffffff;
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
}

#menu-topo .wrap-logo h2 span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: block;
}

#menu-topo ul {
  margin-top: 20px;
  margin-left: 210px;
}

#menu-topo ul li {
  padding: 0px 6px;
}

#menu-topo ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

#menu-topo ul li a:hover {
  background: transparent;
  color: #ff8102;
}

@media (max-width: 1000px) {
  #menu-topo ul li {
    padding: 0 2px;
  }
}
.home {
  background: #ebebeb;
}

.home .content-home {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .home .content-home {
    padding: 20px 0;
  }
}
.home .content-home h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  color: #e3750a;
  text-align: center;
}

.home .content-home span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #312f2e;
  text-align: center;
  display: block;
}

.servicos-home {
  background: url(../images/navega.gif) top center no-repeat;
  margin-top: 30px;
}

.servicos-home ul {
  margin-left: -20px;
  list-style: none;
  margin-top: 55px;
}

.servicos-home ul li {
  text-align: center;
  padding: 10px 15px 20px;
}

.servicos-home ul li .icon-serv {
  display: block;
}

.servicos-home ul li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #363d2d;
  padding-bottom: 10px;
}

.servicos-home ul li .desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.solicitar-demo {
  background: #87ad4e;
  height: 290px;
}

.solicitar-demo .pc {
  position: relative;
  top: -25px;
  margin-left: -242px;
  right: -50%;
}

.solicitar-demo .text-demo,
.solicitar-demo .text-demo2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #fdfcfa;
  margin-top: 40px;
  display: block;
}

.solicitar-demo .text-demo2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .solicitar-demo {
    height: auto;
    padding-bottom: 40px;
  }

  .solicitar-demo .pc {
    top: 0;
    right: 0;
    left: 0;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .solicitar-demo {
    height: auto;
    padding-bottom: 40px;
  }

  .solicitar-demo .pc {
    width: 100%;
    top: 0;
    left: 0;
    margin: 20px 0;
  }
}
.paginacao .pagination a {
  border: none;
}

.paginacao .pagination a.marcar {
  background-color: #87ad4e;
}

.comentarios {
  clear: both;
}

.comentarios h3 {
  margin-top: 100px;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #ff8106;
}

.comentarios h3 span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #33392b;
}

.comentarios .col-md-4 {
  margin-top: 50px;
}

.comentarios .col-md-4 p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #2d3033;
  text-align: left;
  margin-bottom: 30px;
}

.comentarios .col-md-4 span {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #363d2d;
  display: block;
}

.comentarios .col-md-4 .empresa {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #363d2d;
}

.img-destaque {
  margin-top: -35px;
  padding-bottom: 30px;
}

.produto .depoimentos-produto .col-md-4 {
  margin-top: 50px;
}

.produto .depoimentos-produto .col-md-4 p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #2d3033;
  text-align: left;
  margin-bottom: 30px;
}

.produto .depoimentos-produto .col-md-4 span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #363d2d;
  display: block;
}

.produto .depoimentos-produto .col-md-4 .empresa {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #363d2d;
}

.produto .vantagens-produto ul {
  list-style: none;
  margin-top: 85px;
}

.produto .vantagens-produto ul li {
  text-align: center;
  margin-bottom: 20px;
  height: 380px;
}

.produto .vantagens-produto ul li .icon-serv {
  display: block;
}

.produto .vantagens-produto ul li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #363d2d;
}

.produto .vantagens-produto ul li .desc {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

/*ONDE*/
.onde {
  background: #eaeaea;
  text-align: center;
  height: 110px;
  border-bottom: 1px solid #c4c4c4;
}

.onde .titulo-area h1 {
  padding-top: 15px;
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  color: #e3750a;
}

/*SOBRE*/
#sobre .row {
  position: relative;
}

#sobre .row .sobre-text h3 {
  font-size: 31px;
  line-height: 50px;
  font-weight: 600;
  padding-bottom: 20px;
}

#sobre .row .sobre-text img {
  float: right;
  margin-top: -70px;
}

@media (max-width: 1000px) {
  #sobre .row {
    padding: 0 20px;
  }

  #sobre .row .sobre-text img {
    max-width: 100%;
    margin: 0;
    float: none;
  }
}
/*COMPARTILHAR*/
.box-compartilhar {
  width: 100%;
  border-top: 5px solid #eaeaea;
  margin-top: 40px;
  padding: 15px 0px;
}

.box-compartilhar .voltar {
  float: left;
  font-size: 12px;
  line-height: 35px;
  font-weight: 600;
  color: #002a3b;
  margin-right: 25px;
  border: none;
  margin-top: 20px;
}

.box-compartilhar .voltar > span {
  display: block;
  width: 25px;
  height: 30px;
  background-position: -208px -7px;
  float: left;
  margin-right: 15px;
}

.box-compartilhar .compartilhar {
  float: right;
  margin-top: 20px;
}

.box-compartilhar .compartilhar span {
  font-size: 12px;
  line-height: 35px;
  font-weight: 600;
  color: #002a3b;
  float: left;
  margin-right: 25px;
}

.box-compartilhar .compartilhar .social-rd {
  display: block;
  width: 26px;
  height: 26px;
  float: left;
}

.box-compartilhar .compartilhar .social-rd[href*="facebook.com"] {
  background-position: -1px -8px;
}

.box-compartilhar .compartilhar .social-rd[href*="twitter.com"] {
  background-position: -29px -8px;
}

.box-compartilhar .compartilhar .social-rd[href*="plus.google.com"] {
  background-position: -56px -8px;
}

/*CLIENTES*/
.clientes-lista {
  list-style: none;
  display: inline-block;
  padding: 0px !important;
}

.clientes-lista li {
  background: #e7e7e7;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.clientes-lista li:first-child {
  margin-left: 0px !important;
}

.clientes-lista li:nth-child(5n) {
  margin-right: 0px !important;
}

@media (max-width: 1200px) {
  .clientes-lista li:nth-child(5n) {
    margin-right: 25px !important;
  }

  .clientes-lista li:nth-child(4n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 1000px) {
  .clientes-lista li:nth-child(5n) {
    margin-right: 25px !important;
  }

  .clientes-lista li:nth-child(4n) {
    margin-right: 25px !important;
  }

  .clientes-lista li:nth-child(3n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .clientes-lista li {
    margin: 0 0 25px !important;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
/*NOVIDADES*/
.novidades .item-post {
  padding-bottom: 40px;
}

.novidades .item-post .post-data {
  color: #969696;
  font: 300 16px/2.1 "Titillium Web", Helvetica, Arial, sans-serif;
}

.novidades .item-post .glyphicon-calendar {
  color: #d2d2d2;
}

.novidades .item-post .post-titulo {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.novidades .item-post .post-link {
  color: #ff8106;
}

.bt-demo {
  padding: 10px 25px;
  background: #ff8106;
  border: none;
  border-radius: 128px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.bt-demo:hover {
  background-color: #347fb8;
  text-decoration: none;
  color: #fff;
}

/*Área restrita*/
.login {
  margin-left: 25%;
}

.login a {
  color: #ff8106;
}

.minha-conta a {
  color: #ff8106;
  font-weight: 500;
}

.minha-conta img.text-center {
  margin-top: -35px;
}

.minha-conta .aviso {
  background: url(../images/img-restrita.jpg) top left no-repeat;
  padding: 40px 0px;
  margin-top: -32px;
}

.duvidas {
  margin: 60px 0px;
  padding-top: 30px;
  border-top: 3px solid #eeeded;
}

.duvidas ul > li > a {
  color: #87ad4e !important;
}

.duvidas ul > li > a img {
  vertical-align: middle;
  padding-right: 5px;
}

/*CONTATO*/
.text-contato h2 {
  line-height: 45px;
}

.btn-laranja {
  color: #fff;
  background-color: #ff8106;
  border-color: #ff8106;
  border-radius: 28px;
}

.btn-laranja:focus,
.btn-laranja:active,
.btn-laranja:hover {
  background-color: #ec7a0b;
  color: #fff;
}

#form-contato .form-control {
  border-color: #1c1919;
}

#form-contato label {
  padding-left: 10px;
}

#form-contato input.form-control {
  height: 43px;
}

#form-contato textarea.form-control {
  height: 128px;
}

.contato-box h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.contato-box span,
.contato-box a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  color: #1c1919;
}

.mapa {
  /*background: url("assets/images/sombra.gif") bottom center no-repeat;*/
  padding-bottom: 35px;
  overflow: hidden;
}

/*RODAPE*/
.box-news-redes {
  margin-top: 80px;
  border-top: 1px solid #d1d1d1;
  height: 95px;
  background: #ececec;
}

.box-news-redes .newsletter {
  float: left;
  margin-top: 28px;
}

.box-news-redes .newsletter label {
  position: relative;
}

.box-news-redes .newsletter label input {
  width: 310px;
  height: 37px;
  border: 1px solid #adacac;
  border-radius: 18px;
  background-color: transparent;
  padding-left: 15px;
}

.box-news-redes .newsletter label ::-webkit-input-placeholder {
  color: #312f2a;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
}

.box-news-redes .newsletter label :-moz-placeholder {
  color: #312f2a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.box-news-redes .newsletter label ::-moz-placeholder {
  color: #312f2a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.box-news-redes .newsletter label :-ms-input-placeholder {
  color: #312f2a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.box-news-redes .newsletter label button {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #031024;
  width: 86px;
  height: 26px;
  border: none;
  border-radius: 28px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color: #e8ddcb;
  text-align: center;
}

.box-news-redes .redes-sociais {
  float: right;
  margin-top: 32px;
}

.box-news-redes .redes-sociais span {
  float: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #312f2a;
  margin-right: 18px;
}

.box-news-redes .redes-sociais .icon-rd {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

.box-news-redes .redes-sociais .icon-rd[href*="facebook.com"] {
  background-position: -2px -13px;
}

.box-news-redes .redes-sociais .icon-rd[href*="twitter.com"] {
  background-position: -29px -13px;
}

.box-news-redes .redes-sociais .icon-rd[href*="plus.google.com"] {
  background-position: -56px -13px;
}

.rodape {
  position: relative;
  background: #041837;
}

@media (max-width: 1000px) {
  .rodape {
    padding: 10px 0 20px;
  }
}
.rodape .row-fluid .col-md-3,
.rodape .row-fluid .col-md-6 {
  position: relative;
}

.rodape .row-fluid .col-md-3 span,
.rodape .row-fluid .col-md-6 span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #4b6896;
  margin-top: 15px;
  display: block;
}

.rodape .row-fluid .col-md-3 img,
.rodape .row-fluid .col-md-6 img {
  position: absolute;
  z-index: 4;
  top: -51px;
}

@media (max-width: 1000px) {
  .rodape .row-fluid .col-md-3 img,
.rodape .row-fluid .col-md-6 img {
    display: none;
  }
}
.rodape .row-fluid .col-md-3 a,
.rodape .row-fluid .col-md-3 address,
.rodape .row-fluid .col-md-6 a,
.rodape .row-fluid .col-md-6 address {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}

.rodape .row-fluid .col-md-6 span,
.rodape .row-fluid .col-md-6 a {
  margin-left: 160px;
}

@media (max-width: 1000px) {
  .rodape .row-fluid .col-md-6 span,
.rodape .row-fluid .col-md-6 a {
    margin-left: 0;
  }
}
/**** MAPA ****/
.active {
  display: inherit;
}

#preloader {
  padding: 3px;
  margin: 100px 0 0;
  text-align: center;
  display: none;
}

#conteudo-mapa {
  list-style: none;
  margin: 0;
  padding: 0;
}

#conteudo-mapa h3 {
  margin: 5px 0 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #e9e9e9;
}

#conteudo-mapa li ul.sub-dados {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}

#conteudo-mapa li ul.sub-dados li {
  margin: 0 0 10px;
  padding: 0;
}

#conteudo-mapa li ul.sub-dados li h4 {
  margin: 0;
  padding: 0;
}

#conteudo-mapa li ul.sub-dados li p {
  line-height: 25px;
  margin: 0;
  padding: 0;
}

#rodape-ancora {
  position: relative;
  z-index: 90;
}

.fixa-rodape {
  height: 75px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  z-index: 10;
}

.fixa-fim {
  position: fixed;
  z-index: 99;
}

#carrousel-vantagens .icon-serv {
  width: 100%;
  text-align: center;
}

#carrousel-vantagens .icon-serv img {
  left: 50%;
  position: relative;
  width: auto;
  height: auto;
}

#mapa {
  display: block;
  margin: 0;
  padding: 0;
  width: 296px;
  height: 294px;
  position: relative;
  background-image: url("../images/mapa/mapa.png");
  list-style: none;
}
#mapa li {
  display: block;
}
#mapa li#crs {
  width: 58px;
  height: 52px;
  position: absolute;
  bottom: 8px;
  left: 123px;
  cursor: pointer;
  background-image: url("../images/mapa/rs.png");
  z-index: 1;
}
#mapa li#crs:hover {
  background-image: url("../images/mapa/rs_over.png");
}
#mapa li#csc {
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: 40px;
  left: 148px;
  cursor: pointer;
  background-image: url("../images/mapa/sc.png");
  z-index: 5;
}
#mapa li#csc:hover {
  background-image: url("../images/mapa/sc_over.png");
}
#mapa li#cpr {
  width: 48px;
  height: 31px;
  position: absolute;
  bottom: 60px;
  left: 144px;
  cursor: pointer;
  background-image: url("../images/mapa/pr.png");
  z-index: 6;
}
#mapa li#cpr:hover {
  background-image: url("../images/mapa/pr_over.png");
}
#mapa li#csp {
  width: 58px;
  height: 41px;
  position: absolute;
  bottom: 69px;
  left: 160px;
  cursor: pointer;
  background-image: url("../images/mapa/sp.png");
  z-index: 4;
}
#mapa li#csp:hover {
  background-image: url("../images/mapa/sp_over.png");
}
#mapa li#cms {
  width: 51px;
  height: 52px;
  position: absolute;
  bottom: 78px;
  left: 121px;
  cursor: pointer;
  background-image: url("../images/mapa/ms.png");
  z-index: 2;
}
#mapa li#cms:hover {
  background-image: url("../images/mapa/ms_over.png");
}
#mapa li#crj {
  width: 28px;
  height: 16px;
  position: absolute;
  bottom: 85px;
  right: 54px;
  cursor: pointer;
  background-image: url("../images/mapa/rj.png");
  z-index: 3;
}
#mapa li#crj:hover {
  background-image: url("../images/mapa/rj_over.png");
}
#mapa li#cmg {
  width: 80px;
  height: 63px;
  position: absolute;
  bottom: 87px;
  right: 47px;
  cursor: pointer;
  background-image: url("../images/mapa/mg.png");
  z-index: 2;
}
#mapa li#cmg:hover {
  background-image: url("../images/mapa/mg_over.png");
}
#mapa li#ces {
  width: 18px;
  height: 24px;
  position: absolute;
  bottom: 98px;
  right: 45px;
  cursor: pointer;
  background-image: url("../images/mapa/es.png");
  z-index: 2;
}
#mapa li#ces:hover {
  background-image: url("../images/mapa/es_over.png");
}
#mapa li#cgo {
  width: 53px;
  height: 55px;
  position: absolute;
  bottom: 109px;
  right: 89px;
  cursor: pointer;
  background-image: url("../images/mapa/go.png");
  z-index: 4;
}
#mapa li#cgo:hover {
  background-image: url("../images/mapa/go_over.png");
}
#mapa li#cdf {
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: 136px;
  right: 95px;
  cursor: pointer;
  background-image: url("../images/mapa/df.png");
  z-index: 5;
}
#mapa li#cdf:hover {
  background-image: url("../images/mapa/df_over.png");
}
#mapa li#cmt {
  width: 84px;
  height: 78px;
  position: absolute;
  bottom: 121px;
  right: 118px;
  cursor: pointer;
  background-image: url("../images/mapa/mt.png");
  z-index: 3;
}
#mapa li#cmt:hover {
  background-image: url("../images/mapa/mt_over.png");
}
#mapa li#cba {
  width: 66px;
  height: 70px;
  position: absolute;
  bottom: 119px;
  right: 29px;
  cursor: pointer;
  background-image: url("../images/mapa/ba.png");
  z-index: 1;
}
#mapa li#cba:hover {
  background-image: url("../images/mapa/ba_over.png");
}
#mapa li#cro {
  width: 51px;
  height: 44px;
  position: absolute;
  bottom: 152px;
  left: 58px;
  cursor: pointer;
  background-image: url("../images/mapa/ro.png");
  z-index: 3;
}
#mapa li#cro:hover {
  background-image: url("../images/mapa/ro_over.png");
}
#mapa li#cac {
  width: 55px;
  height: 29px;
  position: absolute;
  bottom: 169px;
  left: 8px;
  cursor: pointer;
  background-image: url("../images/mapa/ac.png");
  z-index: 3;
}
#mapa li#cac:hover {
  background-image: url("../images/mapa/ac_over.png");
}
#mapa li#cam {
  width: 130px;
  height: 91px;
  position: absolute;
  bottom: 179px;
  left: 5px;
  cursor: pointer;
  background-image: url("../images/mapa/am.png");
  z-index: 1;
}
#mapa li#cam:hover {
  background-image: url("../images/mapa/am_over.png");
}
#mapa li#crr {
  width: 43px;
  height: 49px;
  position: absolute;
  top: 6px;
  left: 72px;
  cursor: pointer;
  background-image: url("../images/mapa/rr.png");
  z-index: 2;
}
#mapa li#crr:hover {
  background-image: url("../images/mapa/rr_over.png");
}
#mapa li#cpa {
  width: 96px;
  height: 94px;
  position: absolute;
  top: 23px;
  left: 113px;
  cursor: pointer;
  background-image: url("../images/mapa/pa.png");
  z-index: 1;
}
#mapa li#cpa:hover {
  background-image: url("../images/mapa/pa_over.png");
}
#mapa li#cap {
  width: 38px;
  height: 41px;
  position: absolute;
  top: 14px;
  left: 142px;
  cursor: pointer;
  background-image: url("../images/mapa/ap.png");
  z-index: 2;
}
#mapa li#cap:hover {
  background-image: url("../images/mapa/ap_over.png");
}
#mapa li#cto {
  width: 34px;
  height: 62px;
  position: absolute;
  top: 78px;
  left: 172px;
  cursor: pointer;
  background-image: url("../images/mapa/to.png");
  z-index: 3;
}
#mapa li#cto:hover {
  background-image: url("../images/mapa/to_over.png");
}
#mapa li#cma {
  width: 51px;
  height: 68px;
  position: absolute;
  top: 51px;
  left: 186px;
  cursor: pointer;
  background-image: url("../images/mapa/ma.png");
  z-index: 2;
}
#mapa li#cma:hover {
  background-image: url("../images/mapa/ma_over.png");
}
#mapa li#cpi {
  width: 41px;
  height: 59px;
  position: absolute;
  top: 64px;
  right: 50px;
  cursor: pointer;
  background-image: url("../images/mapa/pi.png");
  z-index: 3;
}
#mapa li#cpi:hover {
  background-image: url("../images/mapa/pi_over.png");
}
#mapa li#cce {
  width: 32px;
  height: 39px;
  position: absolute;
  top: 63px;
  right: 27px;
  cursor: pointer;
  background-image: url("../images/mapa/ce.png");
  z-index: 3;
}
#mapa li#cce:hover {
  background-image: url("../images/mapa/ce_over.png");
}
#mapa li#crn {
  width: 27px;
  height: 16px;
  position: absolute;
  top: 78px;
  right: 12px;
  cursor: pointer;
  background-image: url("../images/mapa/rn.png");
  z-index: 3;
}
#mapa li#crn:hover {
  background-image: url("../images/mapa/rn_over.png");
}
#mapa li#cpb {
  width: 29px;
  height: 16px;
  position: absolute;
  top: 86px;
  right: 10px;
  cursor: pointer;
  background-image: url("../images/mapa/pb.png");
  z-index: 3;
}
#mapa li#cpb:hover {
  background-image: url("../images/mapa/pb_over.png");
}
#mapa li#cpe {
  width: 48px;
  height: 19px;
  position: absolute;
  top: 94px;
  right: 10px;
  cursor: pointer;
  background-image: url("../images/mapa/pe.png");
  z-index: 3;
}
#mapa li#cpe:hover {
  background-image: url("../images/mapa/pe_over.png");
}
#mapa li#cal {
  width: 21px;
  height: 12px;
  position: absolute;
  top: 107px;
  right: 13px;
  cursor: pointer;
  background-image: url("../images/mapa/al.png");
  z-index: 3;
}
#mapa li#cal:hover {
  background-image: url("../images/mapa/al_over.png");
}
#mapa li#cse {
  width: 14px;
  height: 18px;
  position: absolute;
  top: 112px;
  right: 22px;
  cursor: pointer;
  background-image: url("../images/mapa/se.png");
  z-index: 3;
}
#mapa li#cse:hover {
  background-image: url("../images/mapa/se_over.png");
}

.lista-clientes {
  width: 100%;
}
.lista-clientes h3 {
  color: #e3750b;
}

.bloco-clientes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.bloco-clientes li {
  padding: 0;
  margin: 0;
  line-height: 25px;
}
.bloco-clientes li span {
  display: block;
  padding: 0;
  margin: 0;
}

.bloco-filtro {
  display: flex;
  gap: 10px;
  margin: 0 0 20px;
}
.bloco-filtro .titulo-filtro {
  color: #e3750b;
  font-weight: bold;
}
.bloco-filtro ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}
.bloco-filtro ul li a {
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 3px;
  border: 1px solid #e9e9e9;
}
.bloco-filtro ul li a:hover {
  border: 1px solid #e3750b;
}
.bloco-filtro ul li.active a {
  border: 1px solid #e3750b;
}

/*# sourceMappingURL=main.css.map */
