header {
  display: flex;
  padding: 0px 92px;
  height: 88px;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  /* position: fixed; */
  margin-top: 40px;
  width: 100%;
  z-index: 99999;
}

@media (max-width: 767px) {
  header {
    height: 64px;
    padding: 0;
  }
}

header .container-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 767px) {
  header .container-menu {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}

header .container-menu a {
  display: block;
}

header .container-menu a img {
  display: block;
  height: 77px;
}

@media (max-width: 767px) {
  header .container-menu a img {
    height: 52px;
  }
}

header .container-menu a i.logo {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/header/logo-bradesco.png") no-repeat;
  display: block;
  height: 77px;
  width: 100%;
  background-size: contain;
}

@media (max-width: 767px) {
  header .container-menu a i.logo {
    height: 52px;
  }
}

header .container-menu div.nv {
  width: 100%;
  max-width: 270px;
  padding-top: 38px;
  margin-right: 154px;
  height: 88px;
}

@media (max-width: 980px) {
  header .container-menu div.nv {
    margin-right: 92px;
  }
}

@media (max-width: 767px) {
  header .container-menu div.nv {
    display: none;
    margin-right: 0;
    max-width: 100%;
  }
}

header .container-menu div.nv ul.brd-navbar {
  width: 100%;
  max-width: 506px;
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  header .container-menu div.nv ul.brd-navbar {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
    max-width: 100%;
  }
}

header .container-menu div.nv ul.brd-navbar li a {
  font-weight: 600;
  font-size: 16px;
  color: #cc092f;
  text-decoration: none;
  text-align: center;
  padding: 0 0 8px 0;
  outline: none;
}

header .container-menu div.nv ul.brd-navbar li a.active {
  border-bottom: 2px solid #cc092f;
}

header .container-menu div.nv ul.brd-navbar li a:hover {
  border-bottom: 2px solid #cc092f;
}

@media (max-width: 767px) {
  header .container-menu div.nv ul.brd-navbar li a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #47484c;
    text-transform: uppercase;
    border-bottom: 0 !important;
    padding-bottom: 40px;
    display: block;
  }

  header .container-menu div.nv ul.brd-navbar li a.active::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #cc092f;
    margin: 0px auto;
  }
}

header .menu-mob {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 6px;
}

@media (max-width: 767px) {
  header .menu-mob {
    display: block;
    margin-right: 24px;
  }
}

header .menu-mob .nav-tgl {
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  width: 16px;
  height: 16px;
  border: none;
  background: #fff;
  padding: 0;
  text-align: center;
}

header .menu-mob .nav-tgl:focus {
  outline: 0;
}

header .menu-mob .nav-tgl span {
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #b0002b;
  border-radius: 3px;
  z-index: 1;
  border: none;
  float: right;
  border-radius: 25px;
  transform-origin: -3px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

header .menu-mob .nav-tgl span:nth-child(2) {
  width: 10px;
}

header .menu-mob .nav-tgl span:nth-child(3) {
  margin-bottom: 0px;
}

header.actimeMenuMob {
  height: 100vh;
  width: 100%;
  align-items: flex-start;
  padding-top: 6px;
}

header.actimeMenuMob .menu-mob {
  margin-top: 17px;
}

@media (max-width: 767px) {
  header.actimeMenuMob div.nv {
    display: initial;
    margin-right: -28px;
  }
}

header.actimeMenuMob .menu-mob span {
  height: 2px;
}

header.actimeMenuMob .menu-mob span:nth-child(1) {
  transform: rotate(45deg) translate(-2px, -2px);
  width: 16px;
  margin-right: -4px;
}

header.actimeMenuMob .menu-mob span:nth-child(2) {
  opacity: 0;
}

header.actimeMenuMob .menu-mob span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -2px);
  width: 16px;
  margin-right: -4px;
}

.no-scroll {
  overflow-y: hidden;
}

.borda-header-mob {
  display: none;
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.borda-header-mob.active-borda-header-mob {
  display: block;
  position: absolute;
  top: 0px;
  background: transparent;
}