.single h2.title-new,
#tabPortabilidadeCredito .description-section p,
p.end-pageLink a.lnk-blue {
  font-family: "Bradesco", sans-serif;
}

section.mainContent header {
  margin-bottom: 0px;
}

.mainContent.bbdfast.mod-pad {
  padding: 0;
}

@media only screen and (max-width: 479px) {
  section.mainContent > div.row {
    width: 100%;
  }
}

.single h2.title-new {
  margin-top: 140px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  color: #595959;
}

.single hr {
  display: block;
  border: 0;
  border-top: 4px solid #034691;
  padding: 0;
  width: 80px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}

#tabPortabilidadeCredito .description-section {
  background: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: -60px;
  padding: 72px;
}

@media (min-width: 0) and (max-width: 767px) {
  #tabPortabilidadeCredito .description-section {
    background: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;

    padding-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#tabPortabilidadeCredito .description-section p {
  font-size: 16px;
  font-weight: 400;
}

#tabPortabilidadeCredito ul.accordion {
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 479px) {
  #tabPortabilidadeCredito ul.accordion {
    padding-right: 20px;
    padding-left: 20px;
  }
}

ul.accordion > li a.lnkAcc {
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  text-decoration: none;
  outline: none;
  position: relative;
}

@media only screen and (max-width: 479px) {
  ul.accordion > li a.lnkAcc {
    padding-left: 0px;
  }
}

ul.accordion > li a.lnkAcc:before {
  position: absolute;
  display: inline-table;

  content: "";
  top: 0;
  margin-top: 25px;
  right: 0;
  margin-right: 5px;
  left: unset;
  border: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218.827%22%20height%3D%2210.947%22%20viewBox%3D%220%200%2018.827%2010.947%22%3E%3Cpath%20d%3D%22M0%2C0%2C8%2C8.533%2C16%2C0%22%20transform%3D%22translate%281.413%201.413%29%22%20fill%3D%22none%22%20stroke%3D%22%23034691%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 1s;
}

ul.accordion > li a.lnkAcc.active:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218.827%22%20height%3D%2210.947%22%20viewBox%3D%220%200%2018.827%2010.947%22%3E%3Cpath%20d%3D%22M0%2C0%2C8%2C8.533%2C16%2C0%22%20transform%3D%22translate%281.413%201.413%29%22%20fill%3D%22none%22%20stroke%3D%22%23034691%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

ul.accordion > li a.lnkAcc.active:after {
  display: none;
}

ul.accordion > li a.lnkAcc.active {
  color: #00539f;
  font-weight: bold;
  position: relative;
}

p.end-pageLink a.lnk-blue {
  margin-top: 60px;
  display: block;
  margin-bottom: 100px;
  margin-left: 50px;
  text-decoration: underline;
  color: #808080;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 0) and (max-width: 479px) {
  p.end-pageLink a.lnk-blue {
    margin-left: 20px;
  }
}
