

.bg-logo-kober {
  background-color: #004072 ;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-logo-kober {
  width: 300px;
}

.openpay {
  float: right;
  margin: 10px 30px 0 0;
  width: 435px;
}

.openpay-logo {
  border-right: 1px solid #ccc;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  padding: 15px 20px 0 0;
  text-align: right;
}

.openpay-shield {
  background-image: url("../../images/openpay/security.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
  padding: 20px 0 0 40px;
  width: 200px;
}



.card-expl {
  float: left;
  height: 80px;
  margin: 0px 0;
  width: 800px;
}

.card-expl div {
 
  background-repeat: no-repeat;
  height: 70px;
  width: 80%;
  padding-top: 10px;
}

.card-expl div.debit {
  background-image: url("../../images/openpay/cards2.png");
  margin-left: 20px;
  width: 90%;
}

.card-expl div.credit {
  background-image: url("../../images/openpay/cards1.png");
  border-right: 1px solid #ccc;
  margin-left: 30px;
  width: 209px;
}

.card-expl h4 {
  font-weight: 400;
  margin: 0;
}