.theme__exclusive div#topBar.headertopBar {
  background: linear-gradient(270deg, #CB0930 0%, #8D246F 52%, #702F8A 100%);
}

.theme__exclusive .brdscard__icon {
  border: 1px solid #702F8A;
}

.theme__exclusive .brdscard__icon-svg {
  color: #702F8A;
  stroke: #702F8A;
}

.theme__exclusive .brdscard__icon-svg-fill {
  fill: #702F8A;
}

.theme__exclusive .brdscard__title::after {
  background-color: #702F8A;
}

.theme__exclusive .brdscard__overlay {
  background: linear-gradient(90deg, #CB0930 40%, #8D246F 85%, #702F8A 100%);
}

.theme__exclusive .brdsapp__content-title {
  color: #595959;
}

.theme__exclusive .brdsapp__content-title::after {
  background-color: #702F8A;
}

@media (min-width: 1441px) {
  .theme__exclusive .brdshero {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-xl.png");
    background-image: -webkit-image-set(url('https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-xl.webp') 1x);
  }
}

@media (max-width: 1440px) {
  .theme__exclusive .brdshero {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-lg.png");
    background-image: -webkit-image-set(url('https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-lg.webp') 1x);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .theme__exclusive .brdshero {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-lg.png");
    background-image: -webkit-image-set(url('https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-lg.webp') 1x);
  }
}

@media (max-width: 768px) {
  .theme__exclusive .brdshero {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-md.png");
    background-image: -webkit-image-set(url('https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-md.webp') 1x);
    height: 360px;
  }
}

@media (max-width: 560px) {
  .theme__exclusive .brdshero {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-sm.png");
    background-image: -webkit-image-set(url('https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bradesco/banner-exclusive-sm.webp') 1x);
    height: 185px;
  } 
}

/* MODAL */
.theme__exclusive .brdscard__modal-icon {
  border: 1px solid #702F8A;
}

.theme__exclusive .brdscard__modal-icon-svg {
  color: #702F8A;
}

.theme__exclusive .brdscard__modal-text-wrapper::after {
  background-color: #702F8A;
}

.theme__exclusive .brdscard__modal-text b {
  color: #702F8A;
}


/* FOOTER */
.theme__exclusive .c-gradiente {
  background: linear-gradient(270deg, #CB0930 0%, #8D246F 52%, #702F8A 100%);
}