@import url("/assets/common/css/font-bradesco/font-bradesco.css");

#mainMenu {
  display: none;
}

section.mainContent {
  width: 100%;
  padding: 0;
  position: relative;
  min-height: auto !important;
}

.botaoAbraConta {
  display: none !important;
}

#MainMenuMobile .botaoAbraConta {
  display: block !important;
}

.breadcrumb {
  width: 100% !important;
}

div.breadcrumb {
  background: #f36279;
  background: -moz-linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
  background: -webkit-linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
  background: linear-gradient(45deg, #f36279 0%, #cc092f 35%, #cc092f 50%, #b41a83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36279', endColorstr='#b41a83',GradientType=1 ) !important;
}

div.breadcrumb ul.links {
  top: 10px !important;
  left: 10px !important;
}

.voltar {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto !important;
  background: url("/assets/classic/img/promocoes/btn-voltar.png") no-repeat;
  width: 108px;
  height: 42px;
  font-size: 0;
  cursor: pointer;
  background-size: 100%;
}

.voltar:hover {
  opacity: 0.5;
}

.voltar a {
  width: 108px;
  height: 42px;
  position: relative;
  float: left;
  font-size: 0 !important;
  outline: none;
}

.voltar a:before {
  display: none;
}

a {
  outline: none !important;
}

@keyframes rotate-box {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(15deg);
  }
  75% {
    transform: rotateY(-15deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes rotate-box {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(15deg);
  }
  75% {
    -webkit-transform: rotateY(-15deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}

.prom-camp {
  overflow-x: initial !important;
  background-color: transparent !important;
}

.prom-camp-2 {
  background-color: transparent !important;
}

.title-prom {
  font-size: 24px;
  margin: 22px 0 12px;
  color: #000;
  max-width: 360px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
}

.mod-exibir {
  float: right;
  margin: 27px 0 0 !important;
}

.mod-exibir li {
  float: left;
  border: 1px solid #ccc;
  border-right: 0;
  background-color: #eeeeee;
  width: 67px;
  height: 46px;
  text-align: center;
}

.mod-exibir li:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
}

.mod-exibir li:first-child {
  border-radius: 5px 0 0 5px;
}

.mod-exibir li a {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  /* Safari and Chrome */
  -moz-transition: all .3s ease;
  /* Firefox */
  -o-transition: all .3s ease;
  /* IE 9 */
  -ms-transition: all .3s ease;
  /* Opera */
  transition: all .3s ease;
}

.mod-exibir li a:hover {
  opacity: .5;
}

.mod-exibir li.active {
  background-color: #d1d1d1;
}

.mod-exibir li.active a {
  cursor: default;
}

.mod-exibir li.active a:hover {
  opacity: 1;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid .grid-sizer, .grid .grid-item {
  width: 20%;
}

.grid .grid-item {
  float: left;
  padding: 10px 10px 0 0;
  height: 245px;
}

.grid .grid-item div.produto {
  transform: perspective(1000px);
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
}

.grid .grid-item div.produto a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 235px;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.c-shadow picture img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
}


section.mainContent > div.row.c-row {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.grid .grid-item div.produto a img {
  width: 100%;
}

.grid .grid-item div.produto a .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 58px 15px 15px;
  color: #ffffff;
}

.grid .grid-item div.produto a .caption .ico {
  position: absolute;
  right: 10px;
  top: 57%;
  background: url("/assets/classic/img/promocoes/ico-04.png") no-repeat;
  width: 38px;
  height: 38px;
  margin: -24px 0 0;
  background-size: 100% 100%;
}

.grid .grid-item div.produto a .caption .sub-title {
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  text-transform: uppercase;
}

.grid .grid-item div.produto a .caption .desc {
  line-height: 12px;
  font-size: 12px;
  color: #979797;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
}

.grid .grid-item div.produto:hover a {
  animation: rotate-box 2s;
  -webkit-animation: rotate-box 2s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.grid .grid-item--width2 {
  width: 40%;
  height: 490px;
}

.grid .grid-item--width2 div.produto a {
  height: 480px;
}

.grid.grid-2 .grid-item--width2 {
  width: 20%;
  height: 245px;
}

.grid.grid-2 .grid-item--width2 div.produto a {
  height: 235px;
}

.grid.grid-3 {
  margin-right: -86px;
}

.grid.grid-3 .grid-item, .grid.grid-3 .grid-item--width2 {
  width: 14.28571428571429%;
  height: 228px;
}

.grid.grid-3 .grid-item div.produto a, .grid.grid-3 .grid-item--width2 div.produto a {
  height: 168px;
}

.grid.grid-3 .grid-item div.produto a .caption, .grid.grid-3 .grid-item--width2 div.produto a .caption {
  padding: 10px;
}

.grid.grid-3 .grid-item div.produto a .caption .ico, .grid.grid-3 .grid-item--width2 div.produto a .caption .ico {
  display: none;
}

.grid.grid-3 .grid-item div.produto a .caption .sub-title, .grid.grid-3 .grid-item--width2 div.produto a .caption .sub-title {
  font-size: 13px;
}

.grid.grid-3 .grid-item div.produto a .caption .desc, .grid.grid-3 .grid-item--width2 div.produto a .caption .desc {
  display: none;
}

.custom-select {
  position: relative;
  display: block;
  max-width: 200px;
  min-width: 180px;
  margin: 25px 0;
  border: 1px solid #999;
  background-color: #fff;
  z-index: 10;
  float: right;
}

.custom-select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 12px 55px 10px 15px;
  font-size: 14px;
  color: #979797;
  background: url(/assets/classic/img/bg-seta.png) 95%/10% no-repeat;
}

.custom-select select:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 38px;
  content: '\2228';
  text-align: center;
  color: #e5173f;
  font-size: 24px;
  border-left: 1px solid #999;
  z-index: 1;
}

.custom-select select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 38px;
  content: '\2228';
  text-align: center;
  color: #e5173f;
  font-size: 24px;
  border-left: 1px solid #999;
  z-index: 1;
}

.custom-select select option {
  padding: 12px 55px 10px 15px;
}

/* Oculta pixel na pagina */
img#img_hash_MD5 {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .grid .grid-item, .grid .grid-sizer {
    width: 25%;
  }
  .grid .grid-item--width2 {
    width: 50%;
  }
  .grid.grid-2 .grid-item--width2 {
    width: 25%;
    height: 245px;
  }
  .grid.grid-2 .grid-item--width2 div.produto a {
    height: 235px;
  }
  .grid.grid-3 {
    margin-right: -65px;
  }
  .grid.grid-3 .grid-item, .grid.grid-3 .grid-item--width2 {
    width: 20%;
  }
}

@media only screen and (max-width: 1023px) {
  .grid .grid-item, .grid .grid-sizer {
    width: 33.33333333333333%;
  }
  .grid .grid-item {
    height: 244px;
  }
  .grid .grid-item div.produto a {
    height: 234px;
  }
  .grid .grid-item--width2 {
    width: 66.66666666666666%;
    height: 488px;
  }
  .grid .grid-item--width2 div.produto a {
    height: 478px;
  }
  .grid.grid-2 .grid-item--width2 {
    width: 33.33333333333333%;
    height: 245px;
  }
  .grid.grid-2 .grid-item--width2 div.produto a {
    height: 235px;
  }
  .grid.grid-3 {
    margin-right: -79px;
  }
  .grid.grid-3 .grid-item, .grid.grid-3 .grid-item--width2 {
    width: 25%;
  }
  .voltar {
    width: 96px;
    height: 36px;
  }
  .voltar a {
    width: 96px;
    height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .grid .grid-item {
    height: 203px;
  }
  .grid .grid-item div.produto a {
    height: 193px;
  }
  .grid .grid-item--width2 {
    height: 405px;
  }
  .grid .grid-item--width2 div.produto a {
    height: 395px;
  }
  .grid.grid-2 .grid-item--width2 {
    height: 203px;
  }
  .grid.grid-2 .grid-item--width2 div.produto a {
    height: 193px;
  }
  .grid.grid-3 {
    margin-right: -69px;
  }
  .grid.grid-3 .grid-item, .grid.grid-3 .grid-item--width2 {
    width: 25%;
    height: 201px;
  }
  .grid.grid-3 .grid-item div.produto a, .grid.grid-3 .grid-item--width2 div.produto a {
    height: 151px;
  }
  .custom-select {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .voltar {
    width: 85px;
    height: 32px;
  }
  .voltar a {
    width: 95px;
    height: 32px;
  }
  .title-prom {
    max-width: 100%;
  }
  .mod-exibir {
    display: none;
  }
  .grid .grid-item, .grid .grid-sizer {
    width: 50%;
  }
  .grid .grid-item {
    height: 227px;
  }
  .grid .grid-item div.produto a {
    height: 217px;
  }
  .grid .grid-item--width2 {
    width: 50%;
    height: 227px;
  }
  .grid .grid-item--width2 div.produto a {
    height: 217px;
  }
  .grid.grid-2 .grid-item--width2 {
    width: 50%;
    height: 227px;
  }
  .grid.grid-2 .grid-item--width2 div.produto a {
    height: 217px;
  }
  .grid.grid-3 {
    margin-right: -10px;
  }
  .grid.grid-3 .grid-item, .grid.grid-3 .grid-item--width2 {
    width: 50%;
    height: 227px;
  }
  .grid.grid-3 .grid-item div.produto a, .grid.grid-3 .grid-item--width2 div.produto a {
    height: 217px;
  }
}

@media only screen and (max-width: 479px) {
  .title-prom {
    font-size: 18px;
  }
  .grid .grid-item, .grid .grid-sizer {
    width: 100%;
  }
  .grid .grid-item {
    height: 289px;
  }
  .grid .grid-item div.produto a {
    height: 279px;
  }
  .grid .grid-item--width2 {
    width: 100%;
    height: 289px;
  }
  .grid .grid-item--width2 div.produto a {
    height: 279px;
  }
  .grid.grid-2 .grid-item--width2 {
    width: 100%;
    height: 289px;
  }
  .grid.grid-2 .grid-item--width2 div.produto a {
    height: 279px;
  }
  .grid.grid-3 .grid-item, .grid.grid-3 .grid-item--width2 {
    width: 100%;
  }

}

@media only screen and (max-width: 375px) {
  .title-prom {
    font-size: 18px;
  }
  .grid .grid-item, .grid .grid-sizer {
    width: 100%;
  }
  .grid .grid-item {
    height: 251px;
  }
  .grid .grid-item div.produto a {
    height: 241px;
  }
  .grid .grid-item--width2 {
    width: 100%;
    height: 251px;
  }
  .grid .grid-item--width2 div.produto a {
    height: 241px;
  }
  .grid.grid-2 .grid-item--width2 {
    width: 100%;
    height: 251px;
  }
  .grid.grid-2 .grid-item--width2 div.produto a {
    height: 241px;
  }
}

div#topBar.headertopBar div.holder form fieldset > ul li{
  color: #000!important;
}

ul.navSeg li > a {
  font-family: "Bradesco", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  opacity: 0.6;
  letter-spacing: 0.6px;
  border: none !important;
  font-weight: bold;
}

ul.navSeg li div.navCnt {
  border-bottom: 3px solid #e5173f;
  border-top: none;
  box-shadow: none;
  top: 53px;
  right: -26px;
}

ul.navSeg li div.navCnt ul.nav {
  padding: 0;
}

ul.navSeg li div.navCnt ul.nav > li {
  border-top: 1px solid #dbdbdb;
  float: none;
  margin-right: 0;
  position: initial;
  height: auto;
  width: 100%;
}

ul.navSeg li div.navCnt ul.nav > li:first-child {
  border-top: 0;
}

ul.navSeg li div.navCnt ul.nav > li a {
  font-size: 13px;
  padding: 10.5px 5px;
  color: #3c3c3c;
  font-family: "Bradesco", sans-serif;
  text-align: center;
  text-transform: unset;
  opacity: 1;
  letter-spacing: 1.5px;
  font-weight: normal !important;
  border: none !important;
}

ul.navSeg li a span {
  text-transform: none;
  font-size: 9px;
  display: block;
}

ul.navSeg li > a {
  font-family: "Bradesco", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  opacity: 0.6;
  letter-spacing: 0.6px;
  border: none !important;
  font-weight: bold;
}

ul.navSeg li div.navCnt.emp {
  width: 240px;
}

ul.navSeg li div.navCnt ul.nav > li a {
  font-size: 13px;
  padding: 10.5px 5px;
  color: #3c3c3c;
  font-family: "Bradesco", sans-serif;
  text-align: center;
  text-transform: unset;
  opacity: 1;
  letter-spacing: 1.5px;
  font-weight: normal !important;
}

.clear {
  clear: both;
}

ul.navSeg li div.navCnt ul.nav > li a:hover {
  color: #3c3c3c !important;
  background-color: #ebebeb !important;
  text-decoration: none;
}

ul.navSeg li div.navCnt ul.nav:after {
  display: none !important;
}

.mais-perfis .arrow_down:after {
  display: block;
  content: '\203A';
  font-size: 35px;
  font-weight: 400;
  top: 12px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(10deg);
  position: absolute;
  color: #47484C;
  width: 20px;
  height: 20px;
}

ul.navSeg li a {
  height: auto;
}