
#conteudo > ul > li:nth-child(8),
#conteudo > ul > li:nth-child(9),
#conteudo > ul > li:nth-child(10) {
  display: none;
}

section.rede-atendimento {
  width: 100%;
  min-height: auto;
  padding: 0;
}

section.rede-atendimento>header {
  display: none;
}

section.rede-atendimento .rede-at-desk {
  position: relative;
}

section.rede-atendimento .rede-at-desk .form-rede-at {
  position: absolute;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #fff;
  padding: 20px;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap {
  float: left;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap .field-wrap {
  float: left;
  position: relative;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap .field-wrap input {
  width: 750px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border: 0;
  background-size: auto 100%;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/field-wrap.png);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap .field-wrap input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ce1d2a;
  -moz-box-shadow: inset 0px 0px 0px 2px #ce1d2a;
  box-shadow: inset 0px 0px 0px 2px #ce1d2a;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap .field-wrap label {
  position: absolute;
  right: 0;
  color: #CC092F;
  font-size: 12px;
  top: 10px;
  right: 12px;
  cursor: text;
  font-family: 'newjuneboldregular';
  display: none;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap .btn-wrap {
  float: left;
}

section.rede-atendimento .rede-at-desk .form-rede-at .busca-wrap .btn-wrap a {
  display: inline-table;
  outline: none;
  width: 36px;
  height: 33px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/btn-wrap.png);
}

section.rede-atendimento .rede-at-desk .form-rede-at .visualizacao-wrap {
  float: right;
}

section.rede-atendimento .rede-at-desk .form-rede-at .visualizacao-wrap span {
  display: inline-table;
  vertical-align: middle;
  font-size: 13px;
}

section.rede-atendimento .rede-at-desk .form-rede-at .visualizacao-wrap ul {
  display: inline-table;
  vertical-align: middle;
  width: 70px;
  height: 33px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/visualizacao.png);
}

section.rede-atendimento .rede-at-desk .form-rede-at .visualizacao-wrap ul.active {
  background-position: 1px 33px;
}

section.rede-atendimento .rede-at-desk .form-rede-at .visualizacao-wrap ul li {
  width: 50%;
  height: 33px;
  float: left;
  cursor: pointer;
}

section.rede-atendimento .rede-at-desk div.menu-filtros {
  position: absolute;
  margin: 20px 20px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 140px;
  text-align: center;
}

section.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros, section.rede-atendimento .rede-at-desk div.menu-filtros .footer-filtros {
  background-color: #f2f2f2;
  font-size: 13px;
  max-width: 140px;
  border: 1px solid #bebebe;
}

.footer-filtros {
  display: none;
}

section.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li {
  cursor: pointer;
  padding: 15px 15px;
  font-size: 11px;
  background-color: #FFF;
  border: 1px solid #bebebe;
  border-top: 0;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li img {
  margin-bottom: 5px;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li span {
  display: block;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li a {
  display: none;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li.active {
  cursor: default;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 0px 0px 3px #dc556f;
  -moz-box-shadow: inset 0px 0px 0px 3px #dc556f;
  box-shadow: inset 0px 0px 0px 3px #dc556f;
  position: relative;
  border-right: 0;
  border-left: 0;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li.active span {
  color: #cc092f;
}

section.rede-atendimento .rede-at-desk div.menu-filtros ul li.active a {
  display: table;
  position: absolute;
  right: -17px;
  top: 32.5%;
  width: 31px;
  height: 35px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/filtros-plus.png");
}

section.rede-atendimento .rede-at-desk div.menu-filtros .footer-filtros {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 12px 15px;
  border-top: 0;
}

section.rede-atendimento .rede-at-desk div.menu-filtros .footer-filtros a {
  padding: 4px 12px;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  border: 1px solid #dfdfdf;
  background: #efefef;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0);
}

section.rede-atendimento .rede-at-desk div.menu-filtros .footer-filtros a:hover {
  color: #488ae6;
  text-decoration: none;
}

section.rede-atendimento .rede-at-desk .box-filtros {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 15px 15px 10px;
  border: 1px solid #bebebe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  min-width: 265px;
  max-width: 265px;
  left: 161px;
}

section.rede-atendimento .rede-at-desk .box-filtros:before {
  content: '';
  display: block;
  position: absolute;
  height: 31px;
  width: 31px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/filtros-plus-arrow.png");
  top: 30px;
  left: -14px;
}

section.rede-atendimento .rede-at-desk .box-filtros#box-f-1 {
  top: 145px;
}

section.rede-atendimento .rede-at-desk .box-filtros#box-f-2 {
  top: 231px;
}

section.rede-atendimento .rede-at-desk .box-filtros#box-f-3 {
  top: 328px;
}

section.rede-atendimento .rede-at-desk .box-filtros#box-f-4 {
  top: 418px;
}

section.rede-atendimento .rede-at-desk .box-filtros strong {
  display: block;
  font-weight: normal;
  font-family: 'newjunesemiboldregular';
  font-size: 12px;
  margin-bottom: 10px;
}

section.rede-atendimento .rede-at-desk .box-filtros .box-header {
  position: relative;
}

section.rede-atendimento .rede-at-desk .box-filtros .box-header a.close {
  position: absolute;
  top: -5px;
  right: -5px;
  display: table;
  height: 17px;
  width: 17px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/filtros-close.png");
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .ip {
  float: left;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .ip input {
  width: 197px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border: 0;
  background-size: auto 100%;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/field-wrap.png);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .ip input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ce1d2a;
  -moz-box-shadow: inset 0px 0px 0px 2px #ce1d2a;
  box-shadow: inset 0px 0px 0px 2px #ce1d2a;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .ip.ip-2 input {
  width: 92px;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .ip.ip-2 input:nth-child(2) {
  margin-left: -6px;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .bt {
  float: left;
}

section.rede-atendimento .rede-at-desk .box-filtros .filtros-content .campo-input .bt a {
  display: table;
  width: 36px;
  height: 33px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/btn-wrap.png);
}

section.rede-atendimento .rede-at-desk .box-filtros ul.serv li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

section.rede-atendimento .rede-at-desk .box-filtros ul.serv li a {
  display: block;
  padding: 5px 8px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #bebebe;
  font-size: 11px;
  white-space: nowrap;
  text-decoration: none !important;
  color: #393939;
  outline: none;
  cursor: pointer;
}

section.rede-atendimento .rede-at-desk .box-filtros ul.serv li a.active {
  background: #447bc2;
  border-color: #447bc2;
  color: #fff;
}

section.rede-atendimento .rede-at-desk .box-filtros ul.appList {
  margin-top: 0 !important;
}

section.rede-atendimento .rede-at-desk .box-filtros ul.appList li {
  border-bottom: 1px solid #dedede;
  padding: 8px 0;
}

section.rede-atendimento .rede-at-desk .box-filtros ul.appList li:last-child {
  border: 0;
  padding-bottom: 0;
}

section.rede-atendimento .rede-at-desk .box-filtros ul.appList li a h6 {
  font-size: 11px;
}

section.rede-atendimento .rede-at-desk .mapa-rd-at {
  min-height: 700px;
}

section.rede-atendimento .rede-at-desk .list-rd-at {
  display: none;
  min-height: 700px;
  padding: 22px 20px 20px 185px;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist {
  display: block;
  padding: 0 0 25px 70px;
  font-size: 13px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  min-height: 106px;
  position: relative;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist:first-child {
  margin-top: 0;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist:last-child {
  border: 0;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it1 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-1.png") -20px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it2 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-2.png") -20px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it3 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-3.png") -14px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it4 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-4.png") -20px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it5 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-5.png") -20px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it6 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-6.png") -14px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist.it7 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/pins/pin-7.png") -20px 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist h3 {
  font-size: 13px;
  margin-bottom: 5px;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist span {
  display: block;
  margin-bottom: 5px;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist span.marker {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 28px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/infos-wrap.png") no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion {
  margin: 0 !important;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li {
  padding: 0;
  min-height: auto;
  border: 0;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc {
  text-align: right;
  padding: 0 13px 12px;
  margin-top: -25px;
  width: 35%;
  margin-left: 65%;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc:before {
  content: '';
  width: 8px;
  height: 6px;
  border: 0;
  left: auto;
  top: 20%;
  right: 0;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/accordion-info.png") 0 0 no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc.active:before {
  background-position: 0 -6px;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc.active:after {
  left: auto;
  right: 42px;
  top: 22px;
  border-bottom: 5px solid #d2d2d2;
  border-top: 0;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description {
  padding: 20px 0 0;
  border-top: 1px solid #d2d2d2;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description p {
  margin: 0;
  font-size: 11px;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul li {
  padding-left: 20px;
  font-size: 11px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul li.icon-1 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/1.png") no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul li.icon-2 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/2.png") no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul li.icon-3 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/3.png") no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul li.icon-4 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/4.png") no-repeat;
}

section.rede-atendimento .rede-at-desk .list-rd-at ul li.itemlist ul.accordion li .description ul li.icon-5 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/5.png") no-repeat;
}

section.rede-atendimento .rede-at-mobile {
  position: relative;
  display: none;
  color: #444;
  font-size: 13px;
}

section.rede-atendimento .rede-at-mobile .tp-atendimento {
  margin: 0 20px 20px;
}

section.rede-atendimento .rede-at-mobile .tp-atendimento select {
  padding: 10px 0;
  width: 100%;
  font-weight: normal;
  border: 0;
  text-transform: uppercase;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-family: 'newjunesemiboldregular';
  color: #ce1d2a;
}

section.rede-atendimento .rede-at-mobile .tp-atendimento select option {
  color: #444;
}

section.rede-atendimento .rede-at-mobile ul.accordion li {
  border: 0;
}

section.rede-atendimento .rede-at-mobile ul.accordion li a.lnkAcc {
  padding: 10px 23px 10px 0;
  margin: 0 20px;
  color: #ce1d2a;
  font-weight: normal;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

section.rede-atendimento .rede-at-mobile ul.accordion li a.lnkAcc strong {
  font-family: 'newjunesemiboldregular';
  font-weight: normal !important;
}

section.rede-atendimento .rede-at-mobile ul.accordion li a.lnkAcc:before {
  border: 0;
  left: auto;
  right: 0;
  font-weight: normal;
  color: #ce1d2a;
  font-size: 23px;
  font-family: 'newjunesemiboldregular';
}

section.rede-atendimento .rede-at-mobile ul.accordion li a.lnkAcc.active {
  border-bottom: 0;
}

section.rede-atendimento .rede-at-mobile ul.accordion li a.lnkAcc.active:after {
  display: none;
}

section.rede-atendimento .rede-at-mobile ul.accordion li.acr-2 a.lnkAcc {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/lnkAcc-map.png") no-repeat left center;
  padding: 10px 23px 10px 25px;
  color: #444;
  border-top: 0;
}

section.rede-atendimento .rede-at-mobile ul.accordion li.acr-2 a.lnkAcc.active {
  color: #444;
}

section.rede-atendimento .rede-at-mobile ul.accordion li.acr-2 a.lnkAcc.active:after {
  display: none;
}

section.rede-atendimento .rede-at-mobile ul.accordion li.acr-2 .description {
  padding: 15px 0;
}

section.rede-atendimento .rede-at-mobile ul.accordion li .description {
  padding: 0 20px;
  font-size: 13px;
  background-color: #f3f3f3;
}

section.rede-atendimento .rede-at-mobile ul.accordion li .description a {
  display: block;
  outline: none;
  padding: 11px 0;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  color: #444;
}

section.rede-atendimento .rede-at-mobile ul.accordion li .description a:last-child {
  border-bottom: 0;
}

section.rede-atendimento .rede-at-mobile ul.accordion li .description a:hover {
  color: #ce1d2a;
}

section.rede-atendimento .rede-at-mobile h3 {
  margin: 0 20px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 11px;
  font-size: 14px;
}

section.rede-atendimento .rede-at-mobile a.lnk-mp {
  display: block;
  margin: 0 20px;
  font-weight: normal;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 20px 10px 25px;
  text-decoration: none !important;
}

section.rede-atendimento .rede-at-mobile a.lnk-mp.lnk-mp-1 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/lnk-mp-1.png") no-repeat left center;
}

section.rede-atendimento .rede-at-mobile a.lnk-mp.lnk-mp-2 {
  background: url("/assets/common/img/atendimento/rede-de-atendimento/lnk-mp-2.png") no-repeat left center;
}

section.rede-atendimento .rede-at-mobile .form-rt-mobile {
  margin: 0 20px;
}

section.rede-atendimento .rede-at-mobile .form-rt-mobile input, section.rede-atendimento .rede-at-mobile .form-rt-mobile select {
  width: 100%;
  height: 30px;
  margin: 5px 0;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

section.rede-atendimento .rede-at-mobile .form-rt-mobile .btn.big-blue {
  margin: 10px 0 15px;
  float: right !important;
  font-size: 14px;
}

section.rede-atendimento .rede-at-mobile .form-rt-mobile .btn.big-blue:before {
  font-size: 23px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile {
  position: relative;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile {
  background: #fff;
  color: #444;
  width: 100%;
  padding: 20px 20px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li {
  font-size: 13px;
  float: left;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li:first-child {
  width: 75%;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li:last-child {
  width: 25%;
  text-align: right;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li:last-child a {
  margin-left: 3px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li:last-child a img {
  vertical-align: middle;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li strong {
  color: #ce1d2a;
  display: block;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .hdr-res-mobile ul li a.map-list {
  display: none;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile ul.bd-list-mobile {
  padding: 0 20px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile ul.bd-list-mobile li {
  display: block;
  border-top: 1px solid #e2e2e2;
  position: relative;
  padding: 20px 20px 20px 0;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile ul.bd-list-mobile li:before {
  content: '\203A';
  vertical-align: middle;
  font-size: 30px;
  position: absolute;
  right: 0;
  margin-top: -18px;
  top: 50%;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile ul.bd-list-mobile li a {
  text-decoration: none !important;
  cursor: pointer;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile ul.bd-list-mobile li a h4 {
  font-size: 12px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile ul.bd-list-mobile li a p {
  margin: 0;
  font-size: 11px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .panel-group {
  padding: 20px;
  text-align: center;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .panel-group img {
  vertical-align: middle;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .btn-vt {
  border-top: 1px solid #e2e2e2;
  padding: 20px 20px 0;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .btn-vt a {
  position: relative;
  font-size: 13px;
  color: #00539F;
  text-decoration: none;
  display: table;
  padding-left: 12px;
  cursor: pointer;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .btn-vt a:before {
  content: '\2039';
  position: absolute;
  left: 0;
  top: -5px;
  color: #00539F;
  font-size: 20px;
}

section.rede-atendimento .rede-at-mobile .resultados-mobile .bd-map-mobile {
  padding: 0 20px;
}

.pac-container:after {
  display: none !important;
}

.pac-container {
  border: solid 1px #ccc;
  box-shadow: none;
}

.gm-style-iw {
  font-size: 12px !important;
}

.infoBox {
  width: 430px;
  color: #555;
}

.box-infos {
  margin: 10px 0;
}

.infoBox>img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
}

.infoBox #infobox-wrap {
  position: relative;
}

.heightFixed {
  min-height: 210px !important;
  overflow: hidden;
}

.two-col div {
  float: left;
  width: 45%;
  font: 400 11px Roboto, Arial, sans-serif;
}

.two-col div.two-right {
  width: 55%;
}

.two-col div.rota-geo {
  width: 50%;
}

.two-col div.rota-geo-off {
  opacity: .4;
}

.two-col div.rota-geo-off span.btn, .two-col div.rota-geo-off span.btn a {
  cursor: default !important;
}

.box-servicos h3 {
  float: left;
}

.box-servicos .lst-servicos li {
  display: block;
  float: left;
  overflow: hidden;
  width: 0;
  padding: 0 0 4px 18px;
  margin: 0;
  white-space: nowrap;
  background-repeat: no-repeat;
}

/* top */
.infobox-header {
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/bradesco-badge.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 2px 0 0 45px;
  min-height: 45px;
}

#infobox-correspondente {
  padding-top: 10px;
  border-top: solid 1px #ccc;
}

.box-correspondente-right {
  float: right;
  top: -8px;
  left: 410px;
  width: 230px;
  height: 230px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  position: absolute;

}

.gm-style .gm-style-iw {
  overflow: visible !important;
}

.box-correspondente-right .boxed {
  overflow: hidden;
  overflow-y: auto;
  bottom: 5px;
  top: 5px;
  right: 5px;
  left: 5px;
  position: absolute;
}

.apl-btn-servicos {
  background-color: transparent;
  white-space: nowrap;
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #C1C1C1;
  color: #1f1f1f;
  padding: 0 1px 1px 1px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-top: 10px;
}

.apl-btn-servicos a {
  text-decoration: none;
}

.apl-btn-servicos .btn-icon {
  background-image: url("../../../img/atendimento/rede-de-atendimento/bgr-more-less-g.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px 5px 0 0;
}

.apl-btn-servicos .btn-icon-less {
  background-position: 0 -156px;
}

#mapa-rd-at-aviso {
  border: solid 5px red;
  width: 400px;
  height: 100px;
  background-color: green;
}

.displaynone, #map-canvas, #attLoading, #attLoading2, #bd-list-mobile-link-more, #bd-list-mobile-link-back, #txtAgNum {
  display: none;
}

.list-more a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
}

.list-more a:hover {
  color: #999 !important;
}

.form-rt-mobile .erro {
  color: #B22222 !important;
  border-color: #B22222 !important;
}

.list-mobile-links {
  padding: 0 20px;
  text-align: center;
  display: none;
  margin-bottom: 30px;
}

.list-mobile-links a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
  text-decoration: none;
}

#map-canvas-info {
  font-size: 0.9em;
}

#map-canvas-info .title {
  color: #ce1d2a;
  font-size: 1.4em;
  font-weight: bolder;
}

#map-canvas-info .phone {
  font-size: 1.4em;
  font-weight: bolder;
}

#map-canvas-info .servdisp {
  font-size: 1.2em;
  font-weight: bolder;
}

.servicosmobile-link {
  display: block;
  border: solid 1px #999;
  border-radius: 5px;
  padding: 5px;
  background-color: #ccc;
  color: #000 !important;
  text-decoration: none;
  text-align: center;
  font-size: 1.1em;
  margin-top: 15px;
}

.servicosmobile-link-action {
  border-radius: 5px 5px 0 0;
}

.servicosmobile-link:hover {
  color: #000 !important;
}

.servicosmobile-list {
  border: solid 1px #999;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 5px;
  line-height: 1.6em;
  display: none;
}

.lst-scroll li {
  margin-top: 10px;
}

.lst-scroll li:first-child {
  margin-top: 0;
}

.gmnoprint {
  left: auto !important;
  right: 11px !important;
}

@media only screen and (max-width: 1023px) {
  .rede-at-desk .form-rede-at .busca-wrap .field-wrap input {
    width: 500px !important;
  }
}

@media only screen and (max-width: 767px) {
  section.rede-atendimento {
    padding: 20px 0;
  }

  section.rede-atendimento>header {
    display: block;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100% !important;
  }

  .rede-at-desk {
    display: none;
  }

  .rede-at-mobile {
    display: block !important;
  }
}

/*# sourceMappingURL=rede-atendimento.css.map */

.btn {
  border: solid 1px #ccc;
  background-color: #ece8e8;
  padding: 3px 6px !important;
  border-radius: 0;
}

.btn a {
  text-decoration: none;
  color: #6686b3;
}

.rota-btn a span {
  width: 10px;
  height: 11px;
  display: inline-table;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/bgr-lnk-sprite.png);
  background-position: 0 -398.5px;
  margin-right: 3px;
}

.open .rota-btn a span {
  background-position: 100% -398.5px;
}

.infobox-header h2 {
  font-size: 12px !important;
  float: left;
  padding-top: 4px;
  max-width: 230px;
}

.infobox-header .rota-btn {
  float: right;
}

.open .infobox-header .rota-btn {
  background: transparent;
  background-color: #EDEDED;
}

#rota-input {
  padding: 10px 0;
  display: none;
}

#rota-input #rota-txt {
  width: 85%;
  padding: 7px;
  border: none;
  background-color: #EDEDED;
}

#rota-input #rota-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

#rota-input #rota-txt::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

#rota-input #rota-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #555;
}

#rota-input #rota-txt:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}

#rota-input .field-wrap {
  border: solid 1px #ccc;
  /* border-right: none; */
  margin-right: 3px;
  overflow: hidden;
  height: 30px;
  background-color: #EDEDED;
}

#trajeto-texto {
  overflow: auto;
  display: none;
}

#trajeto-texto .adp-summary+div {
  max-height: 170px;
  overflow: auto;
  margin: 10px 0;
}

.lista-passos {
  display: block;
  text-align: right;
  display: none;
  padding: 5px;
}

.passo2 {}

.box-rota, .adp-placemark, .adp-legal {
  display: none;
}

.open .box-rota {
  display: block !important;
}

.rota-adr {
  float: right;
}

.rota-adr input, .rota-geo input {
  display: none;
}

.rota-adr, .rota-adr span {
  float: right !important;
}

.off {
  background-color: #eee !important;
  cursor: default;
  background: transparent !important;
  background-color: #ededed !important;
}

.rota-geo, .rota-adr {
  display_: none;
}

.off a {
  color: #aaa !important;
  cursor: default;
}

.btn {
  font-size: 11px;
  background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 50%, #eeeeee 100%);
  border-color: #CACACA #E1E1E1 #EDEDED #E1E1E1;
  padding-top: 5px !important;
}

.btn a:hover {
  color: #000 !important;
}

.off a:hover {
  color: #aaa !important;
}

.box-rota label .btn-icon {
  background: url(/assets/common/img/atendimento/rede-de-atendimento/rotas-icons.png) no-repeat;
  width: 21px;
  height: 20px;
  float: left !important;
  margin-right: 10px;
  margin-top: -2px;
}

.rota-geo label .btn-icon {
  background-position: 0 -20px;
}

.busca-wrap .input-submit {
  float: right;
  position: relative;
  display: block;
  width: 38px;
  height: 33px;
  line-height: 33px;
  top: -3px;
  right: -3px;
  overflow: hidden;
  text-indent: -9999px;
  text-transform: capitalize;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/tools-sprite.png) -920px 0 no-repeat;
  border: 0;
}

.boxed-top {
  height: 4px;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/boxed-sprite.png) 0 0 no-repeat;
}

#infobox-servicos {
  padding: 10px 0 6px;
  font-size: 1.1em;
  border-top: solid 1px #ccc;
}

#infobox-servicos h3 {
  margin-right: 5px;
}

#infobox-servicos .lst-servicos {
  padding: 3px 0 0 10px;
}

#infobox-atendimento {
  padding-top: 10px;
  border-top: solid 1px #ccc;
}

.off .infobox-servicos, .off .infobox-atendimento {
  display: none;
}

#infobox-infos {
  padding-top_: 10px;
}

#infobox-rota {
  padding-bottom: 10px;
}

.apl-btn-servicos {
  /* position: absolute; */
  margin-top: 0 !important;
  /* right: 0; */
  float: right;
}

.box-apl-left {
  float: left;
  max-width: 230px;
}

.gmnoprint {
  margin-right: 40px !important;
}

.gm-bundled-control-on-bottom .gmnoprint {
  margin-right: -40px !important;
}

.btn.big-blue:before {
  display: none !important;
}