.bch-aura .cardImg--Outline {
  border: 1px solid #000000;
  box-shadow: none;
}
.bch-aura .cardImg--Outline .cardImg--TopWidthImg {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  max-height: 300px;
  border: none;
}
.bch-aura .cardImg--Outline .cardImg--TopWidthImg img {
  height: 100%;
  width: 100%;
}
.bch-aura .cardImg--Outline .cardImg--TopWidthImg.MD {
  max-height: 280px;
}
.bch-aura .cardImg--Outline .cardImg--text {
  padding: 1.5rem 1rem;
}
.bch-aura .cardImg--Outline .cardImg--text--left {
  padding: 1rem 0 1rem 1rem;
}
.bch-aura .cardImg--Outline .cardImg--text--right {
  padding: 0.5rem 1rem 0.5rem 0;
}
.bch-aura .cardImg--Outline .cardImg--text p {
  padding-top: 0.5rem;
}
.Display.info {
  color: #0038E1;
}
.p {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem  !important;
  line-height: 24px  !important;
  font-weight: 400  !important;
  color: #2A343D  !important;
}
.bch-aura .md-72 {
  font-size: 72px  ;
  height: 72px!important;
  width: 72px !important;
  min-height: 72px !important;
  min-width: 72px!important; }

.bch-aura .tabs.tab-secundario .tab-secundario--tabs .md-tab.md-active {
  background-color: #295eff;
  color: #FFFFFF;
}

.bch-aura .cardImgMobile {
  background-color: #FFFFFF;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
  z-index: initial;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 1em 0;
  box-shadow: 0 2px 2px rgba(206, 215, 224, 0.2), 0 4px 4px rgba(206, 215, 224, 0.2), 0 8px 8px rgba(206, 215, 224, 0.3), 0 -3px 6px rgba(206, 215, 224, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(206, 215, 224, 0.2), 0 4px 4px rgba(206, 215, 224, 0.2), 0 8px 8px rgba(206, 215, 224, 0.3), 0 -3px 6px rgba(206, 215, 224, 0.2);
  padding: 0;
  min-height: 0px;
  max-height: 380px; }