/*****************seccion de cards productos******************/

.card-products {
  background: #eef1f7;
  border-bottom: 16px solid;
  padding: 24px;
  font-size: 15px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-products.oneOftwo {
  width: 49%;
}

.card-products.oneOfthree {
  width: 33%;
}

.card-products.right {
  border-radius: 32px 0px 32px 0px;
}

.card-products.left {
  border-radius: 0px 32px 0px 32px;
}

#cont-card-products {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.title-card-products {
  font-size: 30px;
  font-family: "Aero Matics Bold";
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 35px;
}

.card-products > .text-hover > p > .title-card-products {
  font-size: 25px;
}

.card-products.blue {
  border-color: #000b75;
}

.card-products.blue > .title-card-products {
  color: #000b75;
}

.card-products.green {
  border-color: #91b208;
  background: #f2f5ee;
}

.card-products.green > .title-card-products {
  color: #91b208;
}

.card-products > ul > li {
  text-align: left;
}

.height-cards {
  height: 23em;
}

.height-cards-2 {
  height: 18em;
}

.height-cards-1 {
  height: 14em;
}

@media (max-width: 1000px) {
  .card-products {
    height: 350px;
  }
  .card-products.oneOftwo {
    width: 49%;
  }

  .height-cards {
    height: 28em;
  }

  .card-products > ul > li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .card-products > ul > li {
    font-size: 15px;
  }

  .height-cards,
  .height-cards-2,
  .height-cards-1 {
    height: auto;
  }

  .card-products,
  .card-products.oneOftwo,
  .card-products.oneOfthree {
    width: 100%;
  }

  .card-products.center,
  .card-products.right,
  .card-products.left {
    border-radius: 0px 32px 0px 32px;
    /*height: 250px;*/
    height: auto;
  }

  .title-card-products {
    font-size: 25px;
  }
}
