.header-nav-principal .header-nav-btn a::before {
  display: none;
}
a.btnHighlighter {
  position: relative;
  background: #0088c2;
  color: #fff;
  padding: 15px 35px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  text-transform: uppercase;
  font: 600 16px "Montserrat";
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  -webkit-animation: animateBtnHighlightMoment 15s linear infinite;
  animation: animateBtnHighlightMoment 15s linear infinite;
  transition: background 0.5s ease-in-out;
}
a.btnHighlighter svg,
a.btnHighlighter svg rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: transparent;
}
a.btnHighlighter svg {
  border-radius: 5px;
}
a.btnHighlighter svg rect {
  stroke-width: 3;
  stroke: #161616;
  stroke-dasharray: 130;
  transition: 0.2s ease-in-out;
  stroke-linecap: round;
  -webkit-animation: animateBtnHighlight 15s linear infinite;
  animation: animateBtnHighlight 15s linear infinite;
}
a.btnHighlighter img {
  width: 15px;
  margin-right: 5px;
  filter: invert(1);
}
a.btnHighlighter:hover {
  -webkit-animation: none;
  animation: none;
  background: #a36d10;
}
a.btnHighlighter:hover svg rect {
  stroke: #161616;
}
@-webkit-keyframes animateBtnHighlight {
  0% {
    stroke-dashoffset: 400;
    stroke-opacity: 0;
  }
  5%,
  25% {
    stroke-opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
  }
}
@keyframes animateBtnHighlight {
  0% {
    stroke-dashoffset: 400;
    stroke-opacity: 0;
  }
  5%,
  25% {
    stroke-opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes animateBtnHighlightMoment {
  0% {
    filter: brightness(1);
  }
  10%,
  45% {
    filter: brightness(1.15);
  }
  55%,
  100% {
    filter: brightness(1);
  }
}
@keyframes animateBtnHighlightMoment {
  0% {
    filter: brightness(1);
  }
  10%,
  45% {
    filter: brightness(1.15);
  }
  55%,
  100% {
    filter: brightness(1);
  }
}
.lightbox {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
section.sidebar {
  background: #4e4e4d;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  width: 295px;
  height: 100%;
  display: block;
  overflow: initial;
  position: fixed;
  top: 0;
  left: -370px;
  z-index: 1100;
  transition: left 300ms ease-in-out;
}
section.sidebar nav {
  background: #4e4e4d;
}
.sidebar-header {
  height: auto;
  max-height: 120px;
  background: inherit;
  position: relative;
  padding: 20px 25px;
}
.sidebar-header .sidebar-logo {
  display: flex;
  justify-content: center;
}
.sidebar-header .sidebar-logo img {
  width: 70px;
}
.sidebar-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: -60px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-close::before {
  content: "";
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  display: block;
  filter: none;
  background-size: 15px 15px;
  background-position: center;
}
a.sidebarButton.btnHighlighter {
  width: 100%;
  margin: 0;
  color: #fff;
  padding: 10px 0;
}
a.sidebarButton.btnHighlighter:hover img {
  filter: invert(19%) sepia(53%) saturate(2928%) hue-rotate(136deg)
    brightness(97%) contrast(98%);
}
a.sidebarButton.btnOutline {
  width: 100%;
  margin: 0;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  border-radius: 5px;
  text-transform: uppercase;
  font: 600 16px "Montserrat";
  text-align: center;
  padding: 10px 0;
  transition: 0.2s ease-in-out;
}
a.sidebarButton.btnOutline img {
  width: 15px;
  margin-right: 5px;
  filter: invert(1);
}
a.sidebarButton.btnOutline:hover {
  background: #f59d0f;
  color: #fff;
  border-color: #f59d0f;
}
a.sidebarButton.btnOutline:hover img {
  filter: none;
  filter: invert(1);
}
.sidebar-itens {
  padding-top: 0;
}
.sidebar-itens > ul:first-child {
  padding: 0 20px;
}
.sidebar-itens > ul:nth-child(2) {
  padding: 0 20px;
  background: #790084;
  color: #fff;
}
.sidebar-itens li {
  padding: 3px 0;
}
.sidebar-itens li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 2px 0px;
}
.sidebar-itens li a:hover {
  color: #f59d0f;
}
.sidebar-itens li:last-child {
  font-size: 15px;
  line-height: 18px;
  max-width: 230px;
  padding-left: 0;
}
li.central-de-atendimento {
  max-width: initial;
}
.sub-menu-label {
  font-size: 10px;
  text-transform: uppercase;
  color: rgb(0 136 194);
  margin-bottom: 0;
}
.footer-wrap {
  background: #dfdfdf;
  padding-top: 20px;
}
.footer-wrap ul {
  list-style-position: inside;
  list-style: none;
  margin-bottom: 0;
}
.footer-wrap ul li {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3px;
}
.footer-wrap ul li a {
  color: #575756;
}
.footer-wrap ul li::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 2px;
  height: 2px;
  margin-right: 10px;
}
.footer-logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 100%;
  max-width: 100px;
}
.footer-coluna-wrap {
  margin-bottom: 30px;
}
.footer-subtitulo {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #575756;
  margin-bottom: 15px;
}
.footer-app {
  margin-bottom: 10px;
}
.footer-app img {
  border-radius: 5px;
}
.footer-redes-sociais a:first-child {
  margin-right: 20px;
}
.footer-redes-sociais img {
  width: 32px;
  height: 32px;
  filter: invert(0);
}
.footer-mvno {
  text-align: center;
  color: #fff;
  background-color: #017fb6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-mvno span {
  color: #fff;
}
.footer-titulo {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  padding-top: 16px;
  margin-bottom: 9px;
  border: none;
}
.footer-codigo {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.footer-telefone {
  border: none;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer-codigo {
  margin-bottom: 5px;
}
.footer-atendimento {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-atendimento-titulo {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #585857;
  padding-bottom: 20px;
}
.footer-atendimento-subtitulo {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #790084;
  margin-bottom: 15px;
}
.footer-atendimento-descricao {
  font-size: 14px;
  text-align: center;
  color: #575756;
}
.footer-pagamento {
  color: #575756;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-pagamento-titulo {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.footer-pagamento-titulo:nth-child(2) {
  margin-top: 30px;
}
.footer-pagamento-imagem {
  display: block;
  margin-bottom: 20px;
}
.footer-razao-social {
  font-size: 13px;
  text-transform: uppercase;
}
.bloco-contato {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bloco-contato .card {
  border-radius: 10px;
}
.bloco-contato .card .card-body {
  min-height: 260px;
}
.bloco-contato .card .card-body > img {
  height: 80px;
  filter: invert(45%) sepia(94%) saturate(385%) hue-rotate(360deg)
    brightness(99%) contrast(89%);
}
.bloco-contato .card .card-body a img {
  width: 70px;
  padding: 0px;
  margin: 0 5px;
  filter: invert(45%) sepia(94%) saturate(385%) hue-rotate(360deg)
    brightness(99%) contrast(89%);
  transition: 0.2s ease-in-out;
}
.bloco-contato .card .card-body a:hover img {
  filter: invert(19%) sepia(0%) saturate(0%) hue-rotate(166deg) brightness(102%)
    contrast(112%);
}
.bloco-contato .card .card-body .btnChat {
  background: #f59d0f;
  transition: 0.2s ease-in-out;
}
.bloco-contato .card .card-body .btnChat:hover {
  background: #a36d10;
}
