.brdshero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 740px;  
}

@media (min-width: 1921px) {
  .brdshero {
    height: 980px;  
  }
}

.brdshero__wrapper {
  margin-top: -355px;
}

.brdshero__title {
  max-width: 60%;
}

.brdshero__title h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
  color: white;
  padding: 0 0 20px 10px;
}

.brdshero__title-classic {
  margin-left: 80px;
}

.brdscard__wrapper {
  display: flex;
}

.brdscard {
  width: 192px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
  margin-right: 30px;
  padding: 25px 15px;
  position: relative;
}

.brdscard__body {
  position: relative;
  z-index: 5;
  transition: all ease-in-out .2s;
}

.brdscard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #cc092f;
  border-radius: 50%;
}

.brdscard__icon-svg {
  color: #cc092f;
  stroke: #cc092f;
  width: 50px;
  height: 50px;
}

.brdscard__icon-svg-fill {
  fill: #cc092f;
}

.brdscard__title {
  font-size: 16px;
  color: #47484C;
  margin-top: 35px;
  font-weight: 600;
  padding-right: 20px;
}

.brdscard__title::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #cc092f;
  margin-top: 25px;
}

.brdscard__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(190deg, #F56077 0%, #C20757 52%, #B41A83 100%);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .3s ease-out;
  z-index: 1;
  border-radius: 5px;
}

.brdscard:hover .brdscard__overlay {
  width: 100%;
}
.brdscard:hover .brdscard__icon-svg,
.brdscard:hover .brdscard__title {
  color: #fff;
  stroke: #fff;
}

.brdscard:hover .brdscard__icon-svg-fill {
  fill: #fff;
}

.brdscard:hover .brdscard__icon {
  border: 1px solid #fff;
}

.brdscard:hover .brdscard__title::after {
  background-color: #fff;
}

.brdsapp__wrapper {
  display: flex;
  justify-content: end;
  margin-top: 100px;
}

.brdsapp__content,
.brdsapp__image {
  width: 50%;
}

.brdsapp__content-title {
  color: #cc092f;
  font-size: 32px;
  font-weight: bold;
}

.brdsapp__content-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background-color: #cc092f;
  margin-top: 25px;
  border-radius: 5px;
}

.brdsapp__content-title span {
  font-weight: normal;
}

.brdsapp__content-tagline {
  color: #595959;
  font-size: 18px;
  font-weight: 500;
}

.brdsapp__image {
  text-align: center;
}

.brdsapp__content-down {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brdsapp__content-down p {
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  align-self: start;
}
@media (min-width: 1441px) {
  .brdshero {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/banner-classic-xl.png");
    background-image: -webkit-image-set(url('https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/banner-classic-xl.webp') 1x);
  }
}

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

@media (max-width: 1280px) {
  .brdshero__title {
    max-width: 62%;
  }

  .brdshero__title h1 {
    padding: 0 0 20px 20px;
  }
}

@media (min-width:1280px) {
  .brdsapp-classic {
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/cartoes/atendimento/assets/img/bg-abstract-app.png");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

@media (max-width: 1024px) {  
  .brdshero__title {
    max-width: 59%;
  }

  .brdshero__title h1 {
    font-size: 38px;
    line-height: 54px;
  }
}

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

  .brdshero__wrapper {
    width: 95%;
    margin-top: -340px;
  }

  .brdsapp__content-down {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 992px) {
  .brdshero__title {
    max-width: 70%;
  }
}

@media (min-width: 769px) {
  .brdscard {
    height: 220px;
  }

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

  .brdshero__wrapper {
    margin-top: 15px;
  }

  .brdshero__title {
    max-width: 100%;
  }

  .brdshero__title-classic {
    margin-left: 0px;
  }

  .brdshero__title h1 {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
  }  
  
  .brdscard {
    width: 44%;
    padding: 15px 10px;
    margin: 10px;
  }

  .brdscard__wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .brdscard__body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brdscard__title {
    margin-top: 15px;
    font-size: 10px;
    max-width: 125px;
    padding-right: 0px;
  }

  .brdscard__title::after {
    margin-top: 12px;
  }

  .brdscard__icon {
    flex: none;
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .brdscard__icon-svg {
    width: 38px;
    height: 38px;
  }

  .brdsapp__wrapper {
    flex-direction: column;
    justify-content: end;
    margin-top: 30px;
  }

  .brdsapp__content,
  .brdsapp__image {
    width: 100%;
  }
  .brdsapp__image-img-desk {
    width: 230px;
    display: none;
  }

  .brdsapp__content-title {
    font-size: 22px;    
  }

  .brdsapp__content-down {
    flex-direction: column;
  }

  .brdsapp__content-app {
    margin-bottom: 45px;
  }
}

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

@media (max-width: 360px) {
  .brdscard {
    width: 43.5%;
  }  
}

@media (max-width: 352px) {
  .brdscard {
    width: 98%;
  }  

  .brdscard__body {
    align-items: start;
    justify-content: start;
  }
}