section.mainContent {
  background: white;
}

#wrapper {
  width: 100%;
}

header.mainHeader {
  width: 100%;
  padding: 0 50px;
  top: 60px;
}

.header-btn-breadcrumb {
  margin: 15px auto;
  display: table;
}

div.holderFixed {
  position: fixed;
  z-index: 999;
}

footer.mainFooter {
  width: 100%;
  margin: 0 auto;
  padding: 20px 2%;
}

.showPanel {
  display: block;
}

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

.prime.rede-atendimento {
  width: 100%;
  min-height: auto;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

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

.prime.rede-atendimento .rede-at-desk .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 310px;
  padding-left: 10px;
  display: flex;
  z-index: 102;
  align-items: center;
  text-decoration: none;
  color: #0e1e64;
  font-size: 25px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transform: translate(0, 0);
  transition: transform 500ms;
}

.prime.rede-atendimento .rede-at-desk .arrow i {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  animation: 0.5s bounce ease infinite;
}

.prime.rede-atendimento .rede-at-desk .move {
  transform: translate(-310px, 0);
}

.prime.rede-atendimento .rede-at-desk .move i {
  transform: rotateZ(0deg);
}

.prime.rede-atendimento .rede-at-desk input {
  width: 235px;
  height: 33px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #bebebe;
  font-family: "Bradesco"!important
}

.prime.rede-atendimento .rede-at-desk .btn-pilula {
  padding: 10px 15px;
  background: #0e1e64;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 5px;
  font-family: 'Bradesco', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.prime.rede-atendimento .rede-at-desk .btn-pilula a {
  color: #fff;
  text-decoration: none;
}

.prime.rede-atendimento .rede-at-desk .btn-pilula:hover {
  border: none;
}

.prime.rede-atendimento .rede-at-desk .btn-pilula.active {
  padding: 8px 13px;
  background: #ffffff;
  color: #0e1e64;
  border: 2px solid #0e1e64;
}

.prime.rede-atendimento .rede-at-desk .btn-pilula.active a {
  color: #0e1e64;
}

.prime.rede-atendimento .rede-at-desk .btn-busca-avancada {
  padding: 30px 0 0;
}

.prime.rede-atendimento .rede-at-desk .btn-busca-avancada a {
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  display: table;
  padding: 0 0 0 30px;
  outline: none;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/ico-seta.png) 0 0 no-repeat;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros {
  width: 315px;
  max-height: 700px;
  position: absolute;
  background-color: #ffffff;
  -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);
  z-index: 101;
  display: block;
  /* RADIO CHECKBOX*/
  /* Checkbox */
  /* Radio */
  /* :checked */
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros {
  padding: 10px 20px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2 {
  font-size: 16px;
  color: #535353;
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0 20px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #0e1e64;
  position: relative;
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: -21px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at {
  position: relative;
  padding-top: 10px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap {
  float: left;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap {
  float: left;
  position: relative;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #CC092F;
  -moz-box-shadow: inset 0px 0px 0px 2px #CC092F;
  box-shadow: inset 0px 0px 0px 2px #CC092F;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap label {
  position: absolute;
  right: 0;
  color: #0e1e64;
  font-size: 12px;
  top: 10px;
  right: 12px;
  cursor: text;
  display: none;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap {
  float: left;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a {
  outline: none;
  width: 20px;
  height: 20px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a .cls-1 {
  stroke: #0e1e64;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro {
  padding: 10px 20px 20px 20px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .radiobtn {
  padding: 3px 0;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros label {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 11px;
  margin-bottom: 5px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros label::before {
  width: 1.4em;
  height: 1.4em;
  content: " ";
  border: 1px solid #bdc3c7;
  background-color: #fff;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros label::before,
.prime.rede-atendimento .rede-at-desk div.menu-filtros label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"],
.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after {
  content: "\2714";
  font-weight: 700;
  color: #0e1e64;
  border: 1px solid #bdc3c7;
  line-height: 1.3;
  text-align: center;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]+label::before {
  border-radius: 50%;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  content: " ";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #0e1e64;
  border: .2em solid #ffffff;
  border-radius: 50%;
  margin: 0.2em;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]:checked+label::before {
  background: #fff;
  border: 1px solid #bdc3c7;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::before {
  background: #fff;
  border-color: #fff;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after,
.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::after,
.prime.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]:checked+label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li {
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  border-top: 0;
  padding-right: 20px;
}

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li a:hover {
  color: #0e1e64;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li .active {
  cursor: default;
  background-color: #f2f2f2;
  position: relative;
  border-right: 0;
  border-left: 0;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li .active span {
  color: #0e1e64;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li .active a {
  display: table;
  right: -17px;
  top: 32.5%;
  width: 31px;
  height: 35px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul li.view-list {
  float: right;
  font-size: 10px;
  margin: 4px 5px 0 0;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  border: 1px solid #999999;
  margin: 10px 20px;
  height: auto;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a {
  background: url(/assets/common/img/atendimento/rede-de-atendimento/icone-pdf.svg) 50% 0 no-repeat;
  background-size: 60px;
  text-align: center;
  padding: 0;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a h6 {
  font-size: 11px !important;
  color: #535353;
  text-transform: initial;
  padding-top: 60px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li:last-child {
  border: 1px solid #999999;
  padding-bottom: 15px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros {
  display: none;
  padding: 15px 15px 10px;
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 295px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .box-header {
  position: relative;
  text-align: left;
  height: 10px;
}

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .ip input {
  width: 220px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #bebebe;
  background: #f5f5dc00;
}

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a {
  display: table;
  width: 20px;
  height: 20px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a .cls-1 {
  stroke: #0e1e64;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .serv {
  padding: 0;
  margin-top: 10px;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content select {
  display: block;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/assets/common/img/atendimento/rede-de-atendimento/bg-seta.png) 98% 12px no-repeat;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros ul.appList {
  margin-top: 30px !important;
}

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at {
  display: block;
  padding: 20px;
  max-height: 295px;
  overflow-y: auto;
  border-top: 1px solid #d6d6d6;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist {
  display: block;
  padding: 0;
  font-size: 11px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  min-height: auto;
}

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist:last-child {
  border: 0;
}

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

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

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

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

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

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist h3 {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist .verNoMapa {
  padding-top: 10px;
  float: right;
}

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc {
  text-align: left;
  padding: 12px;
  color: #1f1f1f;
  background-color: #f2f2f2;
}

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

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

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

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

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
}

.prime.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a:hover {
  color: #999 !important;
}

.prime.rede-atendimento .rede-at-desk .close {
  height: 20px;
  width: 20px;
  float: right;
  margin-left: 10px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/icon-close.png");
}

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

.classic.rede-atendimento {
  width: 100%;
  min-height: auto;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

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

.classic.rede-atendimento .rede-at-desk .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 310px;
  padding-left: 10px;
  display: flex;
  z-index: 102;
  align-items: center;
  text-decoration: none;
  color: #CC092F;
  font-size: 25px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transform: translate(0, 0);
  transition: transform 500ms;
}

.classic.rede-atendimento .rede-at-desk .arrow i {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  animation: 0.5s bounce ease infinite;
}

.classic.rede-atendimento .rede-at-desk .move {
  transform: translate(-310px, 0);
}

.classic.rede-atendimento .rede-at-desk .move i {
  transform: rotateZ(0deg);
}

.classic.rede-atendimento .rede-at-desk input {
  width: 235px;
  height: 33px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #bebebe;
}

.classic.rede-atendimento .rede-at-desk .btn-pilula {
  padding: 10px 15px;
  background: #CC092F;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.classic.rede-atendimento .rede-at-desk .btn-pilula a {
  color: #fff;
  text-decoration: none;
}

.classic.rede-atendimento .rede-at-desk .btn-pilula:hover {
  border: none;
}

.classic.rede-atendimento .rede-at-desk .btn-pilula.active {
  padding: 8px 13px;
  background: #ffffff;
  color: #CC092F;
  border: 2px solid #CC092F;
}

.classic.rede-atendimento .rede-at-desk .btn-pilula.active a {
  color: #CC092F;
}

.classic.rede-atendimento .rede-at-desk .btn-busca-avancada {
  padding: 30px 0 0;
}

.classic.rede-atendimento .rede-at-desk .btn-busca-avancada a {
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  display: table;
  padding: 0 0 0 30px;
  outline: none;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/ico-seta.png) 0 0 no-repeat;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros {
  width: 315px;
  max-height: 700px;
  position: absolute;
  background-color: #ffffff;
  -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);
  z-index: 101;
  display: block;
  /* RADIO CHECKBOX*/
  /* Checkbox */
  /* Radio */
  /* :checked */
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros {
  padding: 10px 20px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #535353;
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0 20px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #CC092F;
  position: relative;
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: -21px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at {
  position: relative;
  padding-top: 10px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap {
  float: left;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap {
  float: left;
  position: relative;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #CC092F;
  -moz-box-shadow: inset 0px 0px 0px 2px #CC092F;
  box-shadow: inset 0px 0px 0px 2px #CC092F;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap label {
  position: absolute;
  right: 0;
  color: #CC092F;
  font-size: 12px;
  top: 10px;
  right: 12px;
  cursor: text;
  display: none;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap {
  float: left;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a {
  outline: none;
  width: 20px;
  height: 20px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a .cls-1 {
  stroke: #CC092F;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro {
  padding: 10px 20px 20px 20px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro label {
  text-transform: uppercase;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .radiobtn {
  padding: 3px 0;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros label {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros label::before {
  width: 1.4em;
  height: 1.4em;
  content: " ";
  border: 1px solid #bdc3c7;
  background-color: #fff;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros label::before,
.classic.rede-atendimento .rede-at-desk div.menu-filtros label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"],
.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after {
  content: "\2714";
  font-weight: 700;
  color: #CC092F;
  border: 1px solid #bdc3c7;
  line-height: 1.3;
  text-align: center;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]+label::before {
  border-radius: 50%;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  content: " ";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #CC092F;
  border: .2em solid #ffffff;
  border-radius: 50%;
  margin: 0.2em;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]:checked+label::before {
  background: #fff;
  border: 1px solid #bdc3c7;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::before {
  background: #fff;
  border-color: #fff;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after,
.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::after,
.classic.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]:checked+label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul li {
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  border-top: 0;
  padding-right: 20px;
}

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul li a:hover {
  color: #CC092F;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul li .active {
  cursor: default;
  background-color: #f2f2f2;
  position: relative;
  border-right: 0;
  border-left: 0;
}

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul li .active a {
  display: table;
  right: -17px;
  top: 32.5%;
  width: 31px;
  height: 35px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul li.view-list {
  float: right;
  font-size: 10px;
  margin: 4px 5px 0 0;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  border: 1px solid #999999;
  margin: 10px 20px;
  height: auto;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a {
  background: url(/assets/common/img/atendimento/rede-de-atendimento/icone-pdf.svg) 50% 0 no-repeat;
  background-size: 60px;
  text-align: center;
  padding: 0;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a h6 {
  font-size: 11px !important;
  color: #535353;
  text-transform: initial;
  padding-top: 60px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li:last-child {
  border: 1px solid #999999;
  padding-bottom: 15px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros {
  display: none;
  padding: 15px 15px 10px;
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 295px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .box-header {
  position: relative;
  text-align: left;
  height: 10px;
}

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .ip input {
  width: 220px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #bebebe;
  background: #f5f5dc00;
}

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a {
  display: table;
  width: 20px;
  height: 20px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a .cls-1 {
  stroke: #CC092F;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .serv {
  padding: 0;
  margin-top: 10px;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content select {
  display: block;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/assets/common/img/atendimento/rede-de-atendimento/bg-seta.png) 98% 12px no-repeat;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros ul.appList {
  margin-top: 30px !important;
}

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at {
  display: block;
  padding: 20px;
  max-height: 295px;
  overflow-y: auto;
  border-top: 1px solid #d6d6d6;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist {
  display: block;
  padding: 0;
  font-size: 11px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  min-height: auto;
}

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist:last-child {
  border: 0;
}

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

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

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

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

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

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist h3 {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist .verNoMapa {
  padding-top: 10px;
  float: right;
}

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc {
  text-align: left;
  padding: 12px;
  color: #1f1f1f;
  background-color: #f2f2f2;
}

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

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

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

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

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
}

.classic.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a:hover {
  color: #999 !important;
}

.classic.rede-atendimento .rede-at-desk .close {
  height: 20px;
  width: 20px;
  float: right;
  margin-left: 10px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/icon-close.png");
}

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

.exclusive.rede-atendimento {
  width: 100%;
  min-height: auto;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

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

.exclusive.rede-atendimento .rede-at-desk .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 310px;
  padding-left: 10px;
  display: flex;
  z-index: 102;
  align-items: center;
  text-decoration: none;
  color: #AB8F62;
  font-size: 25px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transform: translate(0, 0);
  transition: transform 500ms;
}

.exclusive.rede-atendimento .rede-at-desk .arrow i {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  animation: 0.5s bounce ease infinite;
}

.exclusive.rede-atendimento .rede-at-desk .move {
  transform: translate(-310px, 0);
}

.exclusive.rede-atendimento .rede-at-desk .move i {
  transform: rotateZ(0deg);
}

.exclusive.rede-atendimento .rede-at-desk input {
  width: 235px;
  height: 33px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #bebebe;
}

.exclusive.rede-atendimento .rede-at-desk .btn-pilula {
  padding: 10px 15px;
  background: #AB8F62;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.exclusive.rede-atendimento .rede-at-desk .btn-pilula a {
  color: #fff;
  text-decoration: none;
}

.exclusive.rede-atendimento .rede-at-desk .btn-pilula:hover {
  background: #7b5c29;
  border: none;
}

.exclusive.rede-atendimento .rede-at-desk .btn-pilula.active {
  padding: 8px 13px;
  background: #ffffff;
  color: #AB8F62;
  border: 2px solid #AB8F62;
}

.exclusive.rede-atendimento .rede-at-desk .btn-pilula.active a {
  color: #AB8F62;
}

.exclusive.rede-atendimento .rede-at-desk .btn-busca-avancada {
  padding: 30px 0 0;
}

.exclusive.rede-atendimento .rede-at-desk .btn-busca-avancada a {
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  display: table;
  padding: 0 0 0 30px;
  outline: none;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/ico-seta.png) 0 0 no-repeat;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros {
  width: 315px;
  max-height: 700px;
  position: absolute;
  background-color: #ffffff;
  -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);
  z-index: 101;
  display: block;
  /* RADIO CHECKBOX*/
  /* Checkbox */
  /* Radio */
  /* :checked */
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros {
  padding: 10px 20px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #535353;
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0 20px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #AB8F62;
  position: relative;
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: -21px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at {
  position: relative;
  padding-top: 10px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap {
  float: left;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap {
  float: left;
  position: relative;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #CC092F;
  -moz-box-shadow: inset 0px 0px 0px 2px #CC092F;
  box-shadow: inset 0px 0px 0px 2px #CC092F;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap label {
  position: absolute;
  right: 0;
  color: #AB8F62;
  font-size: 12px;
  top: 10px;
  right: 12px;
  cursor: text;
  display: none;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap {
  float: left;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a {
  outline: none;
  width: 20px;
  height: 20px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a .cls-1 {
  stroke: #AB8F62;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro {
  padding: 10px 20px 20px 20px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro label {
  text-transform: uppercase;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .radiobtn {
  padding: 3px 0;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros label {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros label::before {
  width: 1.4em;
  height: 1.4em;
  content: " ";
  border: 1px solid #bdc3c7;
  background-color: #fff;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros label::before,
.exclusive.rede-atendimento .rede-at-desk div.menu-filtros label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"],
.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after {
  content: "\2714";
  font-weight: 700;
  color: #AB8F62;
  border: 1px solid #bdc3c7;
  line-height: 1.3;
  text-align: center;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]+label::before {
  border-radius: 50%;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  content: " ";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #AB8F62;
  border: .2em solid #ffffff;
  border-radius: 50%;
  margin: 0.2em;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]:checked+label::before {
  background: #fff;
  border: 1px solid #bdc3c7;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::before {
  background: #fff;
  border-color: #fff;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after,
.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::after,
.exclusive.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]:checked+label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul li {
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  border-top: 0;
  padding-right: 20px;
}

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul li a:hover {
  color: #AB8F62;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul li .active {
  cursor: default;
  background-color: #f2f2f2;
  position: relative;
  border-right: 0;
  border-left: 0;
}

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul li .active a {
  display: table;
  right: -17px;
  top: 32.5%;
  width: 31px;
  height: 35px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul li.view-list {
  float: right;
  font-size: 10px;
  margin: 4px 5px 0 0;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  border: 1px solid #999999;
  margin: 10px 20px;
  height: auto;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a {
  background: url(/assets/common/img/atendimento/rede-de-atendimento/icone-pdf.svg) 50% 0 no-repeat;
  background-size: 60px;
  text-align: center;
  padding: 0;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a h6 {
  font-size: 11px !important;
  color: #535353;
  text-transform: initial;
  padding-top: 60px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li:last-child {
  border: 1px solid #999999;
  padding-bottom: 15px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros {
  display: none;
  padding: 15px 15px 10px;
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 295px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .box-header {
  position: relative;
  text-align: left;
  height: 10px;
}

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .ip input {
  width: 220px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #bebebe;
  background: #f5f5dc00;
}

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a {
  display: table;
  width: 20px;
  height: 20px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a .cls-1 {
  stroke: #AB8F62;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .serv {
  padding: 0;
  margin-top: 10px;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content select {
  display: block;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/assets/common/img/atendimento/rede-de-atendimento/bg-seta.png) 98% 12px no-repeat;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros ul.appList {
  margin-top: 30px !important;
}

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at {
  display: block;
  padding: 20px;
  max-height: 295px;
  overflow-y: auto;
  border-top: 1px solid #d6d6d6;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist {
  display: block;
  padding: 0;
  font-size: 11px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  min-height: auto;
}

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist:last-child {
  border: 0;
}

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

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

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

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

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

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist h3 {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist .verNoMapa {
  padding-top: 10px;
  float: right;
}

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc {
  text-align: left;
  padding: 12px;
  color: #1f1f1f;
  background-color: #f2f2f2;
}

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

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

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

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

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
}

.exclusive.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a:hover {
  color: #999 !important;
}

.exclusive.rede-atendimento .rede-at-desk .close {
  height: 20px;
  width: 20px;
  float: right;
  margin-left: 10px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/icon-close.png");
}

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

.pessoajuridica.rede-atendimento {
  width: 100%;
  min-height: auto;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

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

.pessoajuridica.rede-atendimento .rede-at-desk .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 310px;
  padding-left: 10px;
  display: flex;
  z-index: 102;
  align-items: center;
  text-decoration: none;
  color: #CC092F;
  font-size: 25px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transform: translate(0, 0);
  transition: transform 500ms;
}

.pessoajuridica.rede-atendimento .rede-at-desk .arrow i {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  animation: 0.5s bounce ease infinite;
}

.pessoajuridica.rede-atendimento .rede-at-desk .move {
  transform: translate(-310px, 0);
}

.pessoajuridica.rede-atendimento .rede-at-desk .move i {
  transform: rotateZ(0deg);
}

.pessoajuridica.rede-atendimento .rede-at-desk input {
  width: 235px;
  height: 33px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #bebebe;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-pilula {
  padding: 10px 15px;
  background: #CC092F;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-pilula a {
  color: #fff;
  text-decoration: none;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-pilula:hover {
  border: none;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-pilula.active {
  padding: 8px 13px;
  background: #ffffff;
  color: #CC092F;
  border: 2px solid #CC092F;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-pilula.active a {
  color: #CC092F;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-busca-avancada {
  padding: 30px 0 0;
}

.pessoajuridica.rede-atendimento .rede-at-desk .btn-busca-avancada a {
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  display: table;
  padding: 0 0 0 30px;
  outline: none;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/ico-seta.png) 0 0 no-repeat;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros {
  width: 315px;
  max-height: 700px;
  position: absolute;
  background-color: #ffffff;
  -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);
  z-index: 101;
  display: block;
  /* RADIO CHECKBOX*/
  /* Checkbox */
  /* Radio */
  /* :checked */
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros {
  padding: 10px 20px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #535353;
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0 20px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #CC092F;
  position: relative;
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: -21px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at {
  position: relative;
  padding-top: 10px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap {
  float: left;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap {
  float: left;
  position: relative;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #CC092F;
  -moz-box-shadow: inset 0px 0px 0px 2px #CC092F;
  box-shadow: inset 0px 0px 0px 2px #CC092F;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap label {
  position: absolute;
  right: 0;
  color: #CC092F;
  font-size: 12px;
  top: 10px;
  right: 12px;
  cursor: text;
  display: none;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap {
  float: left;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a {
  outline: none;
  width: 20px;
  height: 20px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a .cls-1 {
  stroke: #CC092F;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro {
  padding: 10px 20px 20px 20px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro label {
  text-transform: uppercase;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .radiobtn {
  padding: 3px 0;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros label {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros label::before {
  width: 1.4em;
  height: 1.4em;
  content: " ";
  border: 1px solid #bdc3c7;
  background-color: #fff;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros label::before,
.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"],
.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"] {
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after {
  content: "\2714";
  font-weight: 700;
  color: #CC092F;
  border: 1px solid #bdc3c7;
  line-height: 1.3;
  text-align: center;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]+label::before {
  border-radius: 50%;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  content: " ";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #CC092F;
  border: .2em solid #ffffff;
  border-radius: 50%;
  margin: 0.2em;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]:checked+label::before {
  background: #fff;
  border: 1px solid #bdc3c7;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::before {
  background: #fff;
  border-color: #fff;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after,
.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::after,
.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]:checked+label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul li {
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  border-top: 0;
  padding-right: 20px;
}

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul li a:hover {
  color: #CC092F;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul li .active {
  cursor: default;
  background-color: #f2f2f2;
  position: relative;
  border-right: 0;
  border-left: 0;
}

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul li .active a {
  display: table;
  right: -17px;
  top: 32.5%;
  width: 31px;
  height: 35px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul li.view-list {
  float: right;
  font-size: 10px;
  margin: 4px 5px 0 0;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  border: 1px solid #999999;
  margin: 10px 20px;
  height: auto;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a {
  background: url(/assets/common/img/atendimento/rede-de-atendimento/icone-pdf.svg) 50% 0 no-repeat;
  background-size: 60px;
  text-align: center;
  padding: 0;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a h6 {
  font-size: 11px !important;
  color: #535353;
  text-transform: initial;
  padding-top: 60px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li:last-child {
  border: 1px solid #999999;
  padding-bottom: 15px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros {
  display: none;
  padding: 15px 15px 10px;
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 240px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .box-header {
  position: relative;
  text-align: left;
  height: 10px;
}

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .ip input {
  width: 220px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #bebebe;
  background: #f5f5dc00;
}

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a {
  display: table;
  width: 20px;
  height: 20px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a .cls-1 {
  stroke: #CC092F;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .serv {
  padding: 0;
  margin-top: 10px;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content select {
  display: block;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/assets/common/img/atendimento/rede-de-atendimento/bg-seta.png) 98% 12px no-repeat;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros ul.appList {
  margin-top: 30px !important;
}

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at {
  display: block;
  padding: 20px;
  max-height: 240px;
  overflow-y: auto;
  border-top: 1px solid #d6d6d6;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist {
  display: block;
  padding: 0;
  font-size: 11px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  min-height: auto;
}

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist:last-child {
  border: 0;
}

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

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

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

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

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

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist h3 {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist .verNoMapa {
  padding-top: 10px;
  float: right;
}

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc {
  text-align: left;
  padding: 12px;
  color: #1f1f1f;
  background-color: #f2f2f2;
}

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

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

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

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

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
}

.pessoajuridica.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a:hover {
  color: #999 !important;
}

.pessoajuridica.rede-atendimento .rede-at-desk .close {
  height: 20px;
  width: 20px;
  float: right;
  margin-left: 10px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/icon-close.png");
}

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

.corporate.rede-atendimento {
  width: 100%;
  min-height: auto;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

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

.corporate.rede-atendimento .rede-at-desk .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 310px;
  padding-left: 10px;
  display: flex;
  z-index: 102;
  align-items: center;
  text-decoration: none;
  color: #566f78;
  font-size: 25px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transform: translate(0, 0);
  transition: transform 500ms;
}

.corporate.rede-atendimento .rede-at-desk .arrow i {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  animation: 0.5s bounce ease infinite;
}

.corporate.rede-atendimento .rede-at-desk .move {
  transform: translate(-310px, 0);
}

.corporate.rede-atendimento .rede-at-desk .move i {
  transform: rotateZ(0deg);
}

.corporate.rede-atendimento .rede-at-desk input {
  width: 235px;
  height: 33px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #bebebe;
}

.corporate.rede-atendimento .rede-at-desk .btn-pilula {
  padding: 10px 15px;
  background: #566f78;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.corporate.rede-atendimento .rede-at-desk .btn-pilula a {
  color: #fff;
  text-decoration: none;
}

.corporate.rede-atendimento .rede-at-desk .btn-pilula:hover {
  border: none;
}

.corporate.rede-atendimento .rede-at-desk .btn-pilula.active {
  padding: 8px 13px;
  background: #ffffff;
  color: #566f78;
  border: 2px solid #566f78;
}

.corporate.rede-atendimento .rede-at-desk .btn-pilula.active a {
  color: #566f78;
}

.corporate.rede-atendimento .rede-at-desk .btn-busca-avancada {
  padding: 30px 0 0;
}

.corporate.rede-atendimento .rede-at-desk .btn-busca-avancada a {
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  display: table;
  padding: 0 0 0 30px;
  outline: none;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/ico-seta.png) 0 0 no-repeat;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros {
  width: 315px;
  max-height: 700px;
  position: absolute;
  background-color: #ffffff;
  -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);
  z-index: 101;
  display: block;
  /* RADIO CHECKBOX*/
  /* Checkbox */
  /* Radio */
  /* :checked */
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros {
  padding: 10px 20px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #535353;
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0 20px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros h2::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #566f78;
  position: relative;
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: -21px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at {
  position: relative;
  padding-top: 10px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap {
  float: left;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap {
  float: left;
  position: relative;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap input.erro {
  -webkit-box-shadow: inset 0px 0px 0px 2px #CC092F;
  -moz-box-shadow: inset 0px 0px 0px 2px #CC092F;
  box-shadow: inset 0px 0px 0px 2px #CC092F;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .field-wrap label {
  position: absolute;
  right: 0;
  color: #566f78;
  font-size: 12px;
  top: 10px;
  right: 12px;
  cursor: text;
  display: none;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap {
  float: left;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a {
  outline: none;
  width: 20px;
  height: 20px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .header-filtros .form-rede-at .busca-wrap .btn-wrap a .cls-1 {
  stroke: #566f78;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro {
  padding: 10px 20px 20px 20px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .tipo-filtro label {
  text-transform: uppercase;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .radiobtn {
  padding: 3px 0;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros label {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros label::before {
  width: 1.4em;
  height: 1.4em;
  content: " ";
  border: 1px solid #bdc3c7;
  background-color: #fff;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros label::before,
.corporate.rede-atendimento .rede-at-desk div.menu-filtros label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"],
.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after {
  content: "\2714";
  font-weight: 700;
  color: #566f78;
  border: 1px solid #bdc3c7;
  line-height: 1.3;
  text-align: center;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]+label::before {
  border-radius: 50%;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  content: " ";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #566f78;
  border: .2em solid #ffffff;
  border-radius: 50%;
  margin: 0.2em;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="radio"]:checked+label::before {
  background: #fff;
  border: 1px solid #bdc3c7;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::before {
  background: #fff;
  border-color: #fff;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]+label::after,
.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]+label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type="checkbox"]:checked+label::after,
.corporate.rede-atendimento .rede-at-desk div.menu-filtros input[type=radio]:checked+label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li {
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  border-top: 0;
  padding-right: 20px;
}

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li a:hover {
  color: #566f78;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li .active {
  cursor: default;
  background-color: #f2f2f2;
  position: relative;
  border-right: 0;
  border-left: 0;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li .active span {
  color: #566f78;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li .active a {
  display: table;
  right: -17px;
  top: 32.5%;
  width: 31px;
  height: 35px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul li.view-list {
  float: right;
  font-size: 10px;
  margin: 4px 5px 0 0;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  border: 1px solid #999999;
  margin: 10px 20px;
  height: auto;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a {
  background: url(/assets/common/img/atendimento/rede-de-atendimento/icone-pdf.svg) 50% 0 no-repeat;
  background-size: 60px;
  text-align: center;
  padding: 0;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li a h6 {
  font-size: 11px !important;
  color: #535353;
  text-transform: initial;
  padding-top: 60px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros ul.appList li:last-child {
  border: 1px solid #999999;
  padding-bottom: 15px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros {
  display: none;
  padding: 15px 15px 10px;
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 240px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .box-header {
  position: relative;
  text-align: left;
  height: 10px;
}

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .ip input {
  width: 220px;
  border: 0;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #bebebe;
  background: #f5f5dc00;
}

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a {
  display: table;
  width: 20px;
  height: 20px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .campo-input .bt a .cls-1 {
  stroke: #566f78;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content .serv {
  padding: 0;
  margin-top: 10px;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros .filtros-content select {
  display: block;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/assets/common/img/atendimento/rede-de-atendimento/bg-seta.png) 98% 12px no-repeat;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .box-filtros ul.appList {
  margin-top: 30px !important;
}

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at {
  display: block;
  padding: 20px;
  max-height: 240px;
  overflow-y: auto;
  border-top: 1px solid #d6d6d6;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist {
  display: block;
  padding: 0;
  font-size: 11px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  min-height: auto;
}

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist:last-child {
  border: 0;
}

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

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

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

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

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

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist h3 {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist .verNoMapa {
  padding-top: 10px;
  float: right;
}

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at ul li.itemlist ul.accordion li a.lnkAcc {
  text-align: left;
  padding: 12px;
  color: #1f1f1f;
  background-color: #f2f2f2;
}

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

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

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

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

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .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;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a {
  border: solid #ccc 1px;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 6px !important;
  font-size: 0.9em;
}

.corporate.rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at .list-more a:hover {
  color: #999 !important;
}

.corporate.rede-atendimento .rede-at-desk .close {
  height: 20px;
  width: 20px;
  float: right;
  margin-left: 10px;
  background: url("/assets/common/img/atendimento/rede-de-atendimento/icon-close.png");
}

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

/* Box exibido ao clicar no pin do Mapa */
.Infobox {
  -webkit-box-shadow: 3px 3px 10px #999;
  -moz-box-shadow: 3px 3px 10px #999;
  box-shadow: 3px 3px 10px #999;
  color: #1f1f1f;
  border-radius: 2px !important;
  width: 500px;
  border: none !important;
}

.Infobox .prime#infobox-wrap {
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
}

.Infobox .prime#infobox-wrap .clearfix {
  display: block;
  content: "";
  clear: both;
}

.Infobox .prime#infobox-wrap .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.Infobox .prime#infobox-wrap .btn-pilula {
  padding: 8px 15px;
  background: #0e1e64;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #0e1e64;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.Infobox .prime#infobox-wrap .btn-pilula a {
  text-decoration: none;
}

.Infobox .prime#infobox-wrap .infobox-header .title-wrap h2 {
  text-transform: uppercase;
  color: #1f1f1f;
  font: 800 11px 'Montserrat', sans-serif;
  padding-top: 4px;
}

.Infobox .prime#infobox-wrap .infobox-header .rota-btn {
  float: right;
}

.Infobox .prime#infobox-wrap #infobox-rota {
  padding: 10px 0;
}

.Infobox .prime#infobox-wrap #infobox-rota .open .rota-btn a span {
  background-position: 100% -398.5px;
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte {
  margin: 20px;
  display: inline-block;
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-car {
  width: 34px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/carro.svg);
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-car:hover,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-car:focus,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-car.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-bus {
  width: 31px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/onibus.svg);
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-bus:hover,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-bus:focus,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-bus:active,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-bus.active {
  stroke: #CC092F;
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-walk {
  width: 20px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/andando.svg);
}

.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-walk:hover,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-walk:focus,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-walk:active,
.Infobox .prime#infobox-wrap #infobox-rota .icon-transporte.icon-walk.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .prime#infobox-wrap #infobox-rota .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;
}

.Infobox .prime#infobox-wrap #infobox-rota #rota-input {
  padding: 10px 0;
  display: none;
}

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

.Infobox .prime#infobox-wrap #infobox-rota #rota-input .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;
  z-index: 2;
}

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

.Infobox .prime#infobox-wrap #infobox-rota #rota-input #rota-txt::-webkit-input-placeholder,
.Infobox .prime#infobox-wrap #infobox-rota #rota-input #rota-txt::-moz-placeholder,
.Infobox .prime#infobox-wrap #infobox-rota #rota-input #rota-txt:-ms-input-placeholder,
.Infobox .prime#infobox-wrap #infobox-rota #rota-input #rota-txt:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

.Infobox .prime#infobox-wrap #infobox-rota .box-rota,
.Infobox .prime#infobox-wrap #infobox-rota .adp-placemark,
.Infobox .prime#infobox-wrap #infobox-rota .adp-legal {
  display: none;
}

.Infobox .prime#infobox-wrap #infobox-rota .open .box-rota {
  display: block !important;
  padding: 10px 0;
}

.Infobox .prime#infobox-wrap #infobox-rota .rota-adr input,
.Infobox .prime#infobox-wrap #infobox-rota .rota-lst input,
.Infobox .prime#infobox-wrap #infobox-rota .rota-geo input {
  display: none;
}

.Infobox .prime#infobox-wrap #infobox-rota .rota-adr,
.Infobox .prime#infobox-wrap #infobox-rota .rota-adr span {
  float: left !important;
}

.Infobox .prime#infobox-wrap #infobox-rota #rota-adr:checked .btn-icon-adr {
  background-color: violet;
}

.Infobox .prime#infobox-wrap #infobox-rota .lista-passos {
  display: block;
  text-align: right;
  display: none;
  padding: 5px;
}

.Infobox .prime#infobox-wrap #infobox-rota .lista-passos#lista-passo:after {
  content: '\00BB';
}

.Infobox .prime#infobox-wrap #infobox-rota .lista-passos#voltar-passo:before {
  content: '\00AB';
}

.Infobox .prime#infobox-wrap .box-atendimento {
  color: #1f1f1f;
}

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

.Infobox .prime#infobox-wrap .box-correspondente-right {
  top: 0;
  left: 500px;
  width: 300px;
  height: 215px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
}

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

.Infobox .prime#infobox-wrap .box-correspondente-right .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;
}

.Infobox .prime#infobox-wrap .infoBox>img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
}

.Infobox .prime#infobox-wrap #infobox-servicos {
  padding: 10px 0 6px;
  font-size: 1.1em;
}

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

.Infobox .prime#infobox-wrap #infobox-servicos .box-servicos h3 {
  margin-right: 5px;
  color: #1f1f1f;
  font-size: 12px;
  float: left;
}

.Infobox .prime#infobox-wrap #infobox-servicos .box-servicos .lst-servicos ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
}

.Infobox .prime#infobox-wrap #infobox-servicos .box-servicos .lst-servicos li {
  display: block;
  padding: 45px 10px 0px 0px;
  margin: 0;
  width: 80px;
  font-size: 10px;
  background-repeat: no-repeat;
}

.Infobox .prime#infobox-wrap .lst-scroll li {
  margin-top: 10px;
}

.Infobox .prime#infobox-wrap .lst-scroll li:first-child {
  margin-top: 0;
}

.Infobox .prime#infobox-wrap #trajeto-texto {
  overflow: auto;
  display: none;
  width: 450px !important;
}

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

.Infobox .prime#infobox-wrap #btn-comochegar::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/seta-como-chegar.png) 0 0 no-repeat;
  display: inline-block;
  top: 5px;
  position: relative;
  right: 4px;
}

.Infobox .prime#infobox-wrap .btn {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 12px !important;
}

.Infobox .prime#infobox-wrap .btn a {
  text-decoration: none;
  color: #1f1f1f;
  padding-top: 3px;
}

.Infobox .prime#infobox-wrap .btn a:hover {
  color: #000 !important;
}

.Infobox .prime#infobox-wrap .btn-icon-active {
  background: #0e1e64;
  padding: 11px;
  display: block;
}

.Infobox .prime#infobox-wrap .btn-icon-active a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .prime#infobox-wrap .btn-icon-active a .cls-1 {
  stroke: #fff;
}

.Infobox .prime#infobox-wrap .btn-icon-adr {
  max-width: 250px;
  background-color: #fff;
  border: 2px solid #0e1e64;
  padding: 7px;
  display: block;
}

.Infobox .prime#infobox-wrap .btn-icon-adr a {
  color: #0e1e64;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.Infobox .prime#infobox-wrap .btn-icon-adr a .cls-1 {
  stroke: #0e1e64;
}

.Infobox .prime#infobox-wrap .btn-icon-adr.btn-icon-geo {
  background: #0e1e64;
  padding: 11px;
  display: block;
  border: 0;
}

.Infobox .prime#infobox-wrap .btn-icon-adr.btn-icon-geo a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .prime#infobox-wrap .btn-icon-adr.btn-icon-geo a .cls-1 {
  stroke: #fff;
}

.Infobox .prime#infobox-wrap .btn-icon-lst a {
  color: #0e1e64;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.Infobox .prime#infobox-wrap .apl-btn-servicos {
  margin-top: 0 !important;
  float: right;
}

.Infobox .prime#infobox-wrap .box-apl-left {
  float: left;
  max-width: 230px;
}

.Infobox .prime#infobox-wrap .two-col div {
  float: left;
  width: 45%;
  font: 400 11px 'Montserrat', sans-serif;
}

.Infobox .prime#infobox-wrap .two-col div.two-right {
  width: 55%;
}

.Infobox .prime#infobox-wrap .two-col div.rota-geo {
  width: 50%;
}

.Infobox .prime#infobox-wrap .two-col div.rota-geo-off {
  opacity: .4;
}

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

.Infobox .prime#infobox-wrap .end {
  font-size: 12px;
  color: #1f1f1f !important;
}

.Infobox .prime#infobox-wrap .end strong {
  color: #1f1f1f;
  line-height: 1.5;
}

.Infobox .prime#infobox-wrap .rota-geo,
.Infobox .prime#infobox-wrap .rota-adr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.Infobox .prime#infobox-wrap .rota-lst {
  float: right;
}

.Infobox .box-rota label .btn-icon {
  width: 21px;
  height: 30px;
  float: left !important;
  margin-right: 10px;
}

.Infobox .classic#infobox-wrap {
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
}

.Infobox .classic#infobox-wrap .clearfix {
  display: block;
  content: "";
  clear: both;
}

.Infobox .classic#infobox-wrap .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.Infobox .classic#infobox-wrap .btn-pilula {
  padding: 8px 15px;
  background: #CC092F;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #CC092F;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.Infobox .classic#infobox-wrap .btn-pilula a {
  text-decoration: none;
}

.Infobox .classic#infobox-wrap .infobox-header .title-wrap h2 {
  text-transform: uppercase;
  color: #1f1f1f;
  font: 800 11px 'Montserrat', sans-serif;
  padding-top: 4px;
}

.Infobox .classic#infobox-wrap .infobox-header .rota-btn {
  float: right;
}

.Infobox .classic#infobox-wrap #infobox-rota {
  padding: 10px 0;
}

.Infobox .classic#infobox-wrap #infobox-rota .open .rota-btn a span {
  background-position: 100% -398.5px;
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte {
  margin: 20px;
  display: inline-block;
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-car {
  width: 34px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/carro.svg);
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-car:hover,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-car:focus,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-car.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-bus {
  width: 31px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/onibus.svg);
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-bus:hover,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-bus:focus,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-bus:active,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-bus.active {
  stroke: #CC092F;
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-walk {
  width: 20px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/andando.svg);
}

.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-walk:hover,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-walk:focus,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-walk:active,
.Infobox .classic#infobox-wrap #infobox-rota .icon-transporte.icon-walk.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .classic#infobox-wrap #infobox-rota .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;
}

.Infobox .classic#infobox-wrap #infobox-rota #rota-input {
  padding: 10px 0;
  display: none;
}

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

.Infobox .classic#infobox-wrap #infobox-rota #rota-input .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;
  z-index: 2;
}

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

.Infobox .classic#infobox-wrap #infobox-rota #rota-input #rota-txt::-webkit-input-placeholder,
.Infobox .classic#infobox-wrap #infobox-rota #rota-input #rota-txt::-moz-placeholder,
.Infobox .classic#infobox-wrap #infobox-rota #rota-input #rota-txt:-ms-input-placeholder,
.Infobox .classic#infobox-wrap #infobox-rota #rota-input #rota-txt:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

.Infobox .classic#infobox-wrap #infobox-rota .box-rota,
.Infobox .classic#infobox-wrap #infobox-rota .adp-placemark,
.Infobox .classic#infobox-wrap #infobox-rota .adp-legal {
  display: none;
}

.Infobox .classic#infobox-wrap #infobox-rota .open .box-rota {
  display: block !important;
  padding: 10px 0;
}

.Infobox .classic#infobox-wrap #infobox-rota .rota-adr input,
.Infobox .classic#infobox-wrap #infobox-rota .rota-lst input,
.Infobox .classic#infobox-wrap #infobox-rota .rota-geo input {
  display: none;
}

.Infobox .classic#infobox-wrap #infobox-rota .rota-adr,
.Infobox .classic#infobox-wrap #infobox-rota .rota-adr span {
  float: left !important;
}

.Infobox .classic#infobox-wrap #infobox-rota #rota-adr:checked .btn-icon-adr {
  background-color: violet;
}

.Infobox .classic#infobox-wrap #infobox-rota .lista-passos {
  display: block;
  text-align: right;
  display: none;
  padding: 5px;
}

.Infobox .classic#infobox-wrap #infobox-rota .lista-passos#lista-passo:after {
  content: '\00BB';
}

.Infobox .classic#infobox-wrap #infobox-rota .lista-passos#voltar-passo:before {
  content: '\00AB';
}

.Infobox .classic#infobox-wrap .box-atendimento {
  color: #1f1f1f;
}

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

.Infobox .classic#infobox-wrap .box-correspondente-right {
  top: 0;
  left: 500px;
  width: 300px;
  height: 215px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
}

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

.Infobox .classic#infobox-wrap .box-correspondente-right .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;
}

.Infobox .classic#infobox-wrap .infoBox>img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
}

.Infobox .classic#infobox-wrap #infobox-servicos {
  padding: 10px 0 6px;
  font-size: 1.1em;
}

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

.Infobox .classic#infobox-wrap #infobox-servicos .box-servicos h3 {
  margin-right: 5px;
  color: #1f1f1f;
  font-size: 12px;
  float: left;
}

.Infobox .classic#infobox-wrap #infobox-servicos .box-servicos .lst-servicos ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
}

.Infobox .classic#infobox-wrap #infobox-servicos .box-servicos .lst-servicos li {
  display: block;
  padding: 45px 10px 0px 0px;
  margin: 0;
  width: 80px;
  font-size: 10px;
  background-repeat: no-repeat;
}

.Infobox .classic#infobox-wrap .lst-scroll li {
  margin-top: 10px;
}

.Infobox .classic#infobox-wrap .lst-scroll li:first-child {
  margin-top: 0;
}

.Infobox .classic#infobox-wrap #trajeto-texto {
  overflow: auto;
  display: none;
  width: 450px !important;
}

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

.Infobox .classic#infobox-wrap #btn-comochegar::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/seta-como-chegar.png) 0 0 no-repeat;
  display: inline-block;
  top: 5px;
  position: relative;
  right: 4px;
}

.Infobox .classic#infobox-wrap .btn {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 12px !important;
}

.Infobox .classic#infobox-wrap .btn a {
  text-decoration: none;
  color: #1f1f1f;
  padding-top: 3px;
}

.Infobox .classic#infobox-wrap .btn a:hover {
  color: #000 !important;
}

.Infobox .classic#infobox-wrap .btn-icon-active {
  background: #CC092F;
  padding: 11px;
  display: block;
}

.Infobox .classic#infobox-wrap .btn-icon-active a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .classic#infobox-wrap .btn-icon-active a .cls-1 {
  stroke: #fff;
}

.Infobox .classic#infobox-wrap .btn-icon-adr {
  max-width: 250px;
  background-color: #fff;
  border: 2px solid #CC092F;
  padding: 7px;
  display: block;
}

.Infobox .classic#infobox-wrap .btn-icon-adr a {
  color: #CC092F;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.Infobox .classic#infobox-wrap .btn-icon-adr a .cls-1 {
  stroke: #CC092F;
}

.Infobox .classic#infobox-wrap .btn-icon-adr.btn-icon-geo {
  background: #CC092F;
  padding: 11px;
  display: block;
  border: 0;
}

.Infobox .classic#infobox-wrap .btn-icon-adr.btn-icon-geo a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .classic#infobox-wrap .btn-icon-adr.btn-icon-geo a .cls-1 {
  stroke: #fff;
}

.Infobox .classic#infobox-wrap .btn-icon-lst a {
  color: #CC092F;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.Infobox .classic#infobox-wrap .apl-btn-servicos {
  margin-top: 0 !important;
  float: right;
}

.Infobox .classic#infobox-wrap .box-apl-left {
  float: left;
  max-width: 230px;
}

.Infobox .classic#infobox-wrap .two-col div {
  float: left;
  width: 45%;
  font: 400 11px 'Montserrat', sans-serif;
}

.Infobox .classic#infobox-wrap .two-col div.two-right {
  width: 55%;
}

.Infobox .classic#infobox-wrap .two-col div.rota-geo {
  width: 50%;
}

.Infobox .classic#infobox-wrap .two-col div.rota-geo-off {
  opacity: .4;
}

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

.Infobox .classic#infobox-wrap .end {
  font-size: 12px;
  color: #1f1f1f !important;
}

.Infobox .classic#infobox-wrap .end strong {
  color: #1f1f1f;
  line-height: 1.5;
}

.Infobox .classic#infobox-wrap .rota-geo,
.Infobox .classic#infobox-wrap .rota-adr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.Infobox .classic#infobox-wrap .rota-lst {
  float: right;
}

.Infobox .box-rota label .btn-icon {
  width: 21px;
  height: 30px;
  float: left !important;
  margin-right: 10px;
}

.Infobox .exclusive#infobox-wrap {
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
}

.Infobox .exclusive#infobox-wrap .clearfix {
  display: block;
  content: "";
  clear: both;
}

.Infobox .exclusive#infobox-wrap .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.Infobox .exclusive#infobox-wrap .btn-pilula {
  padding: 8px 15px;
  background: #AB8F62;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #AB8F62;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.Infobox .exclusive#infobox-wrap .btn-pilula a {
  text-decoration: none;
}

.Infobox .exclusive#infobox-wrap .infobox-header .title-wrap h2 {
  text-transform: uppercase;
  color: #1f1f1f;
  font: 800 11px 'Montserrat', sans-serif;
  padding-top: 4px;
}

.Infobox .exclusive#infobox-wrap .infobox-header .rota-btn {
  float: right;
}

.Infobox .exclusive#infobox-wrap #infobox-rota {
  padding: 10px 0;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .open .rota-btn a span {
  background-position: 100% -398.5px;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte {
  margin: 20px;
  display: inline-block;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-car {
  width: 34px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/carro.svg);
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-car:hover,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-car:focus,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-car.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-bus {
  width: 31px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/onibus.svg);
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-bus:hover,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-bus:focus,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-bus:active,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-bus.active {
  stroke: #CC092F;
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-walk {
  width: 20px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/andando.svg);
}

.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-walk:hover,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-walk:focus,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-walk:active,
.Infobox .exclusive#infobox-wrap #infobox-rota .icon-transporte.icon-walk.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .exclusive#infobox-wrap #infobox-rota .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;
}

.Infobox .exclusive#infobox-wrap #infobox-rota #rota-input {
  padding: 10px 0;
  display: none;
}

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

.Infobox .exclusive#infobox-wrap #infobox-rota #rota-input .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;
  z-index: 2;
}

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

.Infobox .exclusive#infobox-wrap #infobox-rota #rota-input #rota-txt::-webkit-input-placeholder,
.Infobox .exclusive#infobox-wrap #infobox-rota #rota-input #rota-txt::-moz-placeholder,
.Infobox .exclusive#infobox-wrap #infobox-rota #rota-input #rota-txt:-ms-input-placeholder,
.Infobox .exclusive#infobox-wrap #infobox-rota #rota-input #rota-txt:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .box-rota,
.Infobox .exclusive#infobox-wrap #infobox-rota .adp-placemark,
.Infobox .exclusive#infobox-wrap #infobox-rota .adp-legal {
  display: none;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .open .box-rota {
  display: block !important;
  padding: 10px 0;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .rota-adr input,
.Infobox .exclusive#infobox-wrap #infobox-rota .rota-lst input,
.Infobox .exclusive#infobox-wrap #infobox-rota .rota-geo input {
  display: none;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .rota-adr,
.Infobox .exclusive#infobox-wrap #infobox-rota .rota-adr span {
  float: left !important;
}

.Infobox .exclusive#infobox-wrap #infobox-rota #rota-adr:checked .btn-icon-adr {
  background-color: violet;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .lista-passos {
  display: block;
  text-align: right;
  display: none;
  padding: 5px;
}

.Infobox .exclusive#infobox-wrap #infobox-rota .lista-passos#lista-passo:after {
  content: '\00BB';
}

.Infobox .exclusive#infobox-wrap #infobox-rota .lista-passos#voltar-passo:before {
  content: '\00AB';
}

.Infobox .exclusive#infobox-wrap .box-atendimento {
  color: #1f1f1f;
}

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

.Infobox .exclusive#infobox-wrap .box-correspondente-right {
  top: 0;
  left: 500px;
  width: 300px;
  height: 215px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
}

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

.Infobox .exclusive#infobox-wrap .box-correspondente-right .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;
}

.Infobox .exclusive#infobox-wrap .infoBox>img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
}

.Infobox .exclusive#infobox-wrap #infobox-servicos {
  padding: 10px 0 6px;
  font-size: 1.1em;
}

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

.Infobox .exclusive#infobox-wrap #infobox-servicos .box-servicos h3 {
  margin-right: 5px;
  color: #1f1f1f;
  font-size: 12px;
  float: left;
}

.Infobox .exclusive#infobox-wrap #infobox-servicos .box-servicos .lst-servicos ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
}

.Infobox .exclusive#infobox-wrap #infobox-servicos .box-servicos .lst-servicos li {
  display: block;
  padding: 45px 10px 0px 0px;
  margin: 0;
  width: 80px;
  font-size: 10px;
  background-repeat: no-repeat;
}

.Infobox .exclusive#infobox-wrap .lst-scroll li {
  margin-top: 10px;
}

.Infobox .exclusive#infobox-wrap .lst-scroll li:first-child {
  margin-top: 0;
}

.Infobox .exclusive#infobox-wrap #trajeto-texto {
  overflow: auto;
  display: none;
  width: 450px !important;
}

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

.Infobox .exclusive#infobox-wrap #btn-comochegar::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/seta-como-chegar.png) 0 0 no-repeat;
  display: inline-block;
  top: 5px;
  position: relative;
  right: 4px;
}

.Infobox .exclusive#infobox-wrap .btn {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 12px !important;
}

.Infobox .exclusive#infobox-wrap .btn a {
  text-decoration: none;
  color: #1f1f1f;
  padding-top: 3px;
}

.Infobox .exclusive#infobox-wrap .btn a:hover {
  color: #000 !important;
}

.Infobox .exclusive#infobox-wrap .btn-icon-active {
  background: #AB8F62;
  padding: 11px;
  display: block;
}

.Infobox .exclusive#infobox-wrap .btn-icon-active a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .exclusive#infobox-wrap .btn-icon-active a .cls-1 {
  stroke: #fff;
}

.Infobox .exclusive#infobox-wrap .btn-icon-adr {
  max-width: 250px;
  background-color: #fff;
  border: 2px solid #AB8F62;
  padding: 7px;
  display: block;
}

.Infobox .exclusive#infobox-wrap .btn-icon-adr a {
  color: #AB8F62;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.Infobox .exclusive#infobox-wrap .btn-icon-adr a .cls-1 {
  stroke: #AB8F62;
}

.Infobox .exclusive#infobox-wrap .btn-icon-adr.btn-icon-geo {
  background: #AB8F62;
  padding: 11px;
  display: block;
  border: 0;
}

.Infobox .exclusive#infobox-wrap .btn-icon-adr.btn-icon-geo a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .exclusive#infobox-wrap .btn-icon-adr.btn-icon-geo a .cls-1 {
  stroke: #fff;
}

.Infobox .exclusive#infobox-wrap .btn-icon-lst a {
  color: #AB8F62;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.Infobox .exclusive#infobox-wrap .apl-btn-servicos {
  margin-top: 0 !important;
  float: right;
}

.Infobox .exclusive#infobox-wrap .box-apl-left {
  float: left;
  max-width: 230px;
}

.Infobox .exclusive#infobox-wrap .two-col div {
  float: left;
  width: 45%;
  font: 400 11px 'Montserrat', sans-serif;
}

.Infobox .exclusive#infobox-wrap .two-col div.two-right {
  width: 55%;
}

.Infobox .exclusive#infobox-wrap .two-col div.rota-geo {
  width: 50%;
}

.Infobox .exclusive#infobox-wrap .two-col div.rota-geo-off {
  opacity: .4;
}

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

.Infobox .exclusive#infobox-wrap .end {
  font-size: 12px;
  color: #1f1f1f !important;
}

.Infobox .exclusive#infobox-wrap .end strong {
  color: #1f1f1f;
  line-height: 1.5;
}

.Infobox .exclusive#infobox-wrap .rota-geo,
.Infobox .exclusive#infobox-wrap .rota-adr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.Infobox .exclusive#infobox-wrap .rota-lst {
  float: right;
}

.Infobox .box-rota label .btn-icon {
  width: 21px;
  height: 30px;
  float: left !important;
  margin-right: 10px;
}

.Infobox .pessoajuridica#infobox-wrap {
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
}

.Infobox .pessoajuridica#infobox-wrap .clearfix {
  display: block;
  content: "";
  clear: both;
}

.Infobox .pessoajuridica#infobox-wrap .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.Infobox .pessoajuridica#infobox-wrap .btn-pilula {
  padding: 8px 15px;
  background: #CC092F;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #CC092F;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.Infobox .pessoajuridica#infobox-wrap .btn-pilula a {
  text-decoration: none;
}

.Infobox .pessoajuridica#infobox-wrap .infobox-header .title-wrap h2 {
  text-transform: uppercase;
  color: #1f1f1f;
  font: 800 11px 'Montserrat', sans-serif;
  padding-top: 4px;
}

.Infobox .pessoajuridica#infobox-wrap .infobox-header .rota-btn {
  float: right;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota {
  padding: 10px 0;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .open .rota-btn a span {
  background-position: 100% -398.5px;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte {
  margin: 20px;
  display: inline-block;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-car {
  width: 34px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/carro.svg);
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-car:hover,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-car:focus,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-car.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-bus {
  width: 31px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/onibus.svg);
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-bus:hover,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-bus:focus,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-bus:active,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-bus.active {
  stroke: #CC092F;
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-walk {
  width: 20px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/andando.svg);
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-walk:hover,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-walk:focus,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-walk:active,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .icon-transporte.icon-walk.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .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;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-input {
  padding: 10px 0;
  display: none;
}

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

.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-input .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;
  z-index: 2;
}

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

.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-input #rota-txt::-webkit-input-placeholder,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-input #rota-txt::-moz-placeholder,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-input #rota-txt:-ms-input-placeholder,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-input #rota-txt:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .box-rota,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .adp-placemark,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .adp-legal {
  display: none;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .open .box-rota {
  display: block !important;
  padding: 10px 0;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .rota-adr input,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .rota-lst input,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .rota-geo input {
  display: none;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .rota-adr,
.Infobox .pessoajuridica#infobox-wrap #infobox-rota .rota-adr span {
  float: left !important;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota #rota-adr:checked .btn-icon-adr {
  background-color: violet;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .lista-passos {
  display: block;
  text-align: right;
  display: none;
  padding: 5px;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .lista-passos#lista-passo:after {
  content: '\00BB';
}

.Infobox .pessoajuridica#infobox-wrap #infobox-rota .lista-passos#voltar-passo:before {
  content: '\00AB';
}

.Infobox .pessoajuridica#infobox-wrap .box-atendimento {
  color: #1f1f1f;
}

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

.Infobox .pessoajuridica#infobox-wrap .box-correspondente-right {
  top: 0;
  left: 500px;
  width: 300px;
  height: 215px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
}

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

.Infobox .pessoajuridica#infobox-wrap .box-correspondente-right .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;
}

.Infobox .pessoajuridica#infobox-wrap .infoBox>img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-servicos {
  padding: 10px 0 6px;
  font-size: 1.1em;
}

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

.Infobox .pessoajuridica#infobox-wrap #infobox-servicos .box-servicos h3 {
  margin-right: 5px;
  color: #1f1f1f;
  font-size: 12px;
  float: left;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-servicos .box-servicos .lst-servicos ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
}

.Infobox .pessoajuridica#infobox-wrap #infobox-servicos .box-servicos .lst-servicos li {
  display: block;
  padding: 45px 10px 0px 0px;
  margin: 0;
  width: 80px;
  font-size: 10px;
  background-repeat: no-repeat;
}

.Infobox .pessoajuridica#infobox-wrap .lst-scroll li {
  margin-top: 10px;
}

.Infobox .pessoajuridica#infobox-wrap .lst-scroll li:first-child {
  margin-top: 0;
}

.Infobox .pessoajuridica#infobox-wrap #trajeto-texto {
  overflow: auto;
  display: none;
  width: 450px !important;
}

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

.Infobox .pessoajuridica#infobox-wrap #btn-comochegar::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/seta-como-chegar.png) 0 0 no-repeat;
  display: inline-block;
  top: 5px;
  position: relative;
  right: 4px;
}

.Infobox .pessoajuridica#infobox-wrap .btn {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 12px !important;
}

.Infobox .pessoajuridica#infobox-wrap .btn a {
  text-decoration: none;
  color: #1f1f1f;
  padding-top: 3px;
}

.Infobox .pessoajuridica#infobox-wrap .btn a:hover {
  color: #000 !important;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-active {
  background: #CC092F;
  padding: 11px;
  display: block;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-active a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-active a .cls-1 {
  stroke: #fff;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-adr {
  max-width: 250px;
  background-color: #fff;
  border: 2px solid #CC092F;
  padding: 7px;
  display: block;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-adr a {
  color: #CC092F;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-adr a .cls-1 {
  stroke: #CC092F;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-adr.btn-icon-geo {
  background: #CC092F;
  padding: 11px;
  display: block;
  border: 0;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-adr.btn-icon-geo a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-adr.btn-icon-geo a .cls-1 {
  stroke: #fff;
}

.Infobox .pessoajuridica#infobox-wrap .btn-icon-lst a {
  color: #CC092F;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.Infobox .pessoajuridica#infobox-wrap .apl-btn-servicos {
  margin-top: 0 !important;
  float: right;
}

.Infobox .pessoajuridica#infobox-wrap .box-apl-left {
  float: left;
  max-width: 230px;
}

.Infobox .pessoajuridica#infobox-wrap .two-col div {
  float: left;
  width: 45%;
  font: 400 11px 'Montserrat', sans-serif;
}

.Infobox .pessoajuridica#infobox-wrap .two-col div.two-right {
  width: 55%;
}

.Infobox .pessoajuridica#infobox-wrap .two-col div.rota-geo {
  width: 50%;
}

.Infobox .pessoajuridica#infobox-wrap .two-col div.rota-geo-off {
  opacity: .4;
}

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

.Infobox .pessoajuridica#infobox-wrap .end {
  font-size: 12px;
  color: #1f1f1f !important;
}

.Infobox .pessoajuridica#infobox-wrap .end strong {
  color: #1f1f1f;
  line-height: 1.5;
}

.Infobox .pessoajuridica#infobox-wrap .rota-geo,
.Infobox .pessoajuridica#infobox-wrap .rota-adr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.Infobox .pessoajuridica#infobox-wrap .rota-lst {
  float: right;
}

.Infobox .box-rota label .btn-icon {
  width: 21px;
  height: 30px;
  float: left !important;
  margin-right: 10px;
}

.Infobox .corporate#infobox-wrap {
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
}

.Infobox .corporate#infobox-wrap .clearfix {
  display: block;
  content: "";
  clear: both;
}

.Infobox .corporate#infobox-wrap .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.Infobox .corporate#infobox-wrap .btn-pilula {
  padding: 8px 15px;
  background: #566f78;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #566f78;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.Infobox .corporate#infobox-wrap .btn-pilula a {
  text-decoration: none;
}

.Infobox .corporate#infobox-wrap .infobox-header .title-wrap h2 {
  text-transform: uppercase;
  color: #1f1f1f;
  font: 800 11px 'Montserrat', sans-serif;
  padding-top: 4px;
}

.Infobox .corporate#infobox-wrap .infobox-header .rota-btn {
  float: right;
}

.Infobox .corporate#infobox-wrap #infobox-rota {
  padding: 10px 0;
}

.Infobox .corporate#infobox-wrap #infobox-rota .open .rota-btn a span {
  background-position: 100% -398.5px;
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte {
  margin: 20px;
  display: inline-block;
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-car {
  width: 34px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/carro.svg);
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-car:hover,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-car:focus,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-car.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-bus {
  width: 31px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/onibus.svg);
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-bus:hover,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-bus:focus,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-bus:active,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-bus.active {
  stroke: #CC092F;
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-walk {
  width: 20px;
  height: 35px;
  background-image: url(/assets/common/img/atendimento/rede-de-atendimento/andando.svg);
}

.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-walk:hover,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-walk:focus,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-walk:active,
.Infobox .corporate#infobox-wrap #infobox-rota .icon-transporte.icon-walk.active {
  filter: invert(162%) saturate(4778%) hue-rotate(385deg) brightness(90%) contrast(83%);
}

.Infobox .corporate#infobox-wrap #infobox-rota .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;
}

.Infobox .corporate#infobox-wrap #infobox-rota #rota-input {
  padding: 10px 0;
  display: none;
}

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

.Infobox .corporate#infobox-wrap #infobox-rota #rota-input .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;
  z-index: 2;
}

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

.Infobox .corporate#infobox-wrap #infobox-rota #rota-input #rota-txt::-webkit-input-placeholder,
.Infobox .corporate#infobox-wrap #infobox-rota #rota-input #rota-txt::-moz-placeholder,
.Infobox .corporate#infobox-wrap #infobox-rota #rota-input #rota-txt:-ms-input-placeholder,
.Infobox .corporate#infobox-wrap #infobox-rota #rota-input #rota-txt:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

.Infobox .corporate#infobox-wrap #infobox-rota .box-rota,
.Infobox .corporate#infobox-wrap #infobox-rota .adp-placemark,
.Infobox .corporate#infobox-wrap #infobox-rota .adp-legal {
  display: none;
}

.Infobox .corporate#infobox-wrap #infobox-rota .open .box-rota {
  display: block !important;
  padding: 10px 0;
}

.Infobox .corporate#infobox-wrap #infobox-rota .rota-adr input,
.Infobox .corporate#infobox-wrap #infobox-rota .rota-lst input,
.Infobox .corporate#infobox-wrap #infobox-rota .rota-geo input {
  display: none;
}

.Infobox .corporate#infobox-wrap #infobox-rota .rota-adr,
.Infobox .corporate#infobox-wrap #infobox-rota .rota-adr span {
  float: left !important;
}

.Infobox .corporate#infobox-wrap #infobox-rota #rota-adr:checked .btn-icon-adr {
  background-color: violet;
}

.Infobox .corporate#infobox-wrap #infobox-rota .lista-passos {
  display: block;
  text-align: right;
  display: none;
  padding: 5px;
}

.Infobox .corporate#infobox-wrap #infobox-rota .lista-passos#lista-passo:after {
  content: '\00BB';
}

.Infobox .corporate#infobox-wrap #infobox-rota .lista-passos#voltar-passo:before {
  content: '\00AB';
}

.Infobox .corporate#infobox-wrap .box-atendimento {
  color: #1f1f1f;
}

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

.Infobox .corporate#infobox-wrap .box-correspondente-right {
  top: 0;
  left: 500px;
  width: 300px;
  height: 215px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
}

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

.Infobox .corporate#infobox-wrap .box-correspondente-right .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;
}

.Infobox .corporate#infobox-wrap .infoBox>img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
}

.Infobox .corporate#infobox-wrap #infobox-servicos {
  padding: 10px 0 6px;
  font-size: 1.1em;
}

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

.Infobox .corporate#infobox-wrap #infobox-servicos .box-servicos h3 {
  margin-right: 5px;
  color: #1f1f1f;
  font-size: 12px;
  float: left;
}

.Infobox .corporate#infobox-wrap #infobox-servicos .box-servicos .lst-servicos ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
}

.Infobox .corporate#infobox-wrap #infobox-servicos .box-servicos .lst-servicos li {
  display: block;
  padding: 45px 10px 0px 0px;
  margin: 0;
  width: 80px;
  font-size: 10px;
  background-repeat: no-repeat;
}

.Infobox .corporate#infobox-wrap .lst-scroll li {
  margin-top: 10px;
}

.Infobox .corporate#infobox-wrap .lst-scroll li:first-child {
  margin-top: 0;
}

.Infobox .corporate#infobox-wrap #trajeto-texto {
  overflow: auto;
  display: none;
  width: 450px !important;
}

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

.Infobox .corporate#infobox-wrap #btn-comochegar::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/assets/common/img/atendimento/rede-de-atendimento/seta-como-chegar.png) 0 0 no-repeat;
  display: inline-block;
  top: 5px;
  position: relative;
  right: 4px;
}

.Infobox .corporate#infobox-wrap .btn {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 12px !important;
}

.Infobox .corporate#infobox-wrap .btn a {
  text-decoration: none;
  color: #1f1f1f;
  padding-top: 3px;
}

.Infobox .corporate#infobox-wrap .btn a:hover {
  color: #000 !important;
}

.Infobox .corporate#infobox-wrap .btn-icon-active {
  background: #566f78;
  padding: 11px;
  display: block;
}

.Infobox .corporate#infobox-wrap .btn-icon-active a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .corporate#infobox-wrap .btn-icon-active a .cls-1 {
  stroke: #fff;
}

.Infobox .corporate#infobox-wrap .btn-icon-adr {
  max-width: 250px;
  background-color: #fff;
  border: 2px solid #566f78;
  padding: 7px;
  display: block;
}

.Infobox .corporate#infobox-wrap .btn-icon-adr a {
  color: #566f78;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.Infobox .corporate#infobox-wrap .btn-icon-adr a .cls-1 {
  stroke: #566f78;
}

.Infobox .corporate#infobox-wrap .btn-icon-adr.btn-icon-geo {
  background: #566f78;
  padding: 11px;
  display: block;
  border: 0;
}

.Infobox .corporate#infobox-wrap .btn-icon-adr.btn-icon-geo a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.Infobox .corporate#infobox-wrap .btn-icon-adr.btn-icon-geo a .cls-1 {
  stroke: #fff;
}

.Infobox .corporate#infobox-wrap .btn-icon-lst a {
  color: #566f78;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.Infobox .corporate#infobox-wrap .apl-btn-servicos {
  margin-top: 0 !important;
  float: right;
}

.Infobox .corporate#infobox-wrap .box-apl-left {
  float: left;
  max-width: 230px;
}

.Infobox .corporate#infobox-wrap .two-col div {
  float: left;
  width: 45%;
  font: 400 11px 'Montserrat', sans-serif;
}

.Infobox .corporate#infobox-wrap .two-col div.two-right {
  width: 55%;
}

.Infobox .corporate#infobox-wrap .two-col div.rota-geo {
  width: 50%;
}

.Infobox .corporate#infobox-wrap .two-col div.rota-geo-off {
  opacity: .4;
}

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

.Infobox .corporate#infobox-wrap .end {
  font-size: 12px;
  color: #1f1f1f !important;
}

.Infobox .corporate#infobox-wrap .end strong {
  color: #1f1f1f;
  line-height: 1.5;
}

.Infobox .corporate#infobox-wrap .rota-geo,
.Infobox .corporate#infobox-wrap .rota-adr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.Infobox .corporate#infobox-wrap .rota-lst {
  float: right;
}

.Infobox .box-rota label .btn-icon {
  width: 21px;
  height: 30px;
  float: left !important;
  margin-right: 10px;
}

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

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

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

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

.MicrosoftMap.dirSDK .directionsPanel {
  width: 420px !important;
}

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

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

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

.on {
  fill: pink;
  stroke: red;
  stroke-width: 2;
}

@media only screen and (max-width: 767px) {
  .rede-atendimento .rede-at-desk div.menu-filtros .box-filtros {
    max-width: 100% !important;
  }

  .rede-atendimento .rede-at-desk div.menu-filtros .list-rd-at {
    max-height: 160px !important;
  }

  .rede-atendimento .rede-at-desk .arrow {
    left: 0 !important;
    transform: rotate(-90deg) !important;
    top: inherit !important;
    bottom: -29px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

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

  div.menu-filtros {
    width: 100% !important;
    max-height: 700px !important;
    position: relative !important;
  }

  .Infobox {
    max-width: 300px;
  }

  .Infobox #infobox-wrap .box-correspondente-right {
    width: 260px;
    height: 225px;
    left: 10px;
  }

  .Infobox #infobox-wrap .rota-geo,
  .Infobox #infobox-wrap .rota-adr {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .Infobox #infobox-wrap .btn-icon-adr,
  .Infobox #infobox-wrap .btn-icon-geo {
    height: 50px;
  }

  .Infobox #infobox-wrap .btn-icon-adr {
    width: 100%;
  }

  #trajeto-texto,
  .MicrosoftMap.dirSDK .directionsPanel {
    max-width: 100% !important;
  }
}

body.ie11 .lupa {
  height: 20px;
  width: 100%;
}

header.mainHeader {
  width: 1280px;
  padding: 0;
  margin: 0 auto;
}

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