.ribbon-wrapper-big {
  position: absolute;
  transform: rotate(-45deg);
  z-index: 1;
  width: 170px;
  text-align: center;
  left: -34px;
  top: 40px;
}
.card-body {
  border-radius: 9px;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont-marca {
  background-color: #1cc0e1;
  border-radius: 0px 0px 9px 9px;
  color: white;
  padding: 5px 20px;
  z-index: 10;
  position: relative;
}
.cont-precio {
  background-color: #2b307a;
  color: #ffffff;
  border-radius: 0px 0px 9px 9px;
  margin-top: -7px;
  padding: 17px 20px 10px 20px;
  z-index: 9;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.card-modelo {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.card-price {
  font-size: 32px;
  font-weight: 700;
}
.padd-ico {
  padding: 5px 20px 0px 20px;
}
.ico-desc {
  padding: 3px 0px;
  font-size: 17px;
  font-weight: 700;
  color: #2b307a;
}
.btn-hover {
  background-color: rgb(255, 255, 255, 0);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}
.btn-hover img {
  display: none;
}
.btn-hover:hover img {
  display: block;
}
.btn-hover:hover {
  background-color: rgb(10, 81, 133, 0.7);
}
