.btn-azulC {
  color: #fff;
  font-weight: 700;
  background-color: #00a0af;
}

.btn-azul {
  color: #fff;
  background-color: #00263a;
  font-weight: 700;
}

.btn-producto {
  background-color: #d50037;
  color: #fff;
  font-weight: 700;
}

.lista-botones button {
  border: none !important;
}

.colors-breadcrumb {
  color: #005f5c;
  font-weight: 700;
}

.icono-articulos {
  position: relative;
}

.cIntelimundo {
  color: #00263a;
}

.selectTarjetasHome {
  width: 350px;
}

/*replace the content value with the
corresponding value from the list below*/

.icono-articulos:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #dc3545;
  font-size: 18px;
}

.img-edit-personal {
  width: 150px !important;
  height: 215px !important;
}

@media only screen and (max-width: 768px) {
  .img-edit-personal {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


.bg-tarjeta {
  background: url(/pvIntelimundo/img/tarjetas/tarjeta.png) no-repeat center;
  background-size: cover;
  height: 242px;
  width: 400px;
}

.fondos {
  padding-top: 120px;
}

.fondos h6 {
  margin-left: 40px;
  line-height:1;
}

.btnActionBancos {
  margin-right: 14px;
}

.btnIconBankTJ::before{
  font-family: "Font Awesome 5 Free";
  content: "\f4d3";
  font-weight: 900;
  color: #7207DD;
  /* font-size: 1.4rem;
  padding-left: 16px; */
}

.btnIconMinusTJ{
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  color: red;
}

.resumen-inversion p{
  color: #000000;
  font-weight: 700;
}

.resumen-inversion p span{
  color: #7207DD;
}

@media only screen and (max-width: 768px) {

  .bg-tarjeta {
    background: url(/pvIntelimundo/img/tarjetas/tarjeta.png) no-repeat;
    background-size: contain;
    width: 300px;
  }

  .fondos {
    padding-top: 100px;
  }

  .fondos h3 {
    font-size: 16px;
  }
}
