.card-body-title {
  background-color: #1a8dca;
  height: 212px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.card-body-info-title {
  background-color: #fcbe34;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-body-info-title::-webkit-scrollbar {
  display: none;
}

.card-body-info-title > p {
  text-align: left;
  font-size: 12px;
  color: white;
  padding: 38px;
  clear: both;
}

.card-body-piggy-bank {
  background-color: #d9d9d9;
  height: 212px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-title-info {
  font-size: 25px;
  text-align: left;
  padding: 10px;
}

.card-title-info > a {
  font-weight: bold;
  font-size: 35px;
}

.card-sale {
  height: 244px !important;
  line-height: 20px;
}

.card-body-sales {
  height: 120px;
  font-size: 25px;
  text-align: left;
  padding-left: 25px;
  padding-right: 21px;
  padding-top: 13px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-body-sales::-webkit-scrollbar {
  display: none;
}

.card-body-sales > p {
  font-size: 12px;
}

.card-body-sales-img {
  background-color: #1a8dca;
  height: 212px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-body-coupons {
  height: 118px;
  background-color: #2fb7ff;
  font-size: 25px;
  color: white;
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 21px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: 0px 3px #00000048;
}

.card-body-coupons::-webkit-scrollbar {
  display: none;
}

.card-body-coupons > p {
  color: white;
  font-size: 12px;
}

.card-body-secury {
  background-color: rgba(217, 217, 217, 0.38);
  padding-top: 31px;
  height: 321px;
  text-align: center;
  font-weight: 550;
  font-size: 21px;
  padding-left: 25px;
  padding-right: 21px;
  line-height: 20px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-body-secury::-webkit-scrollbar {
  display: none;
}

.card-body-secury-text {
  text-align: left;
  font-size: 21px;
  padding-top: 31px;
  padding-top: 31px;
  color: #7a8f95;
  font-weight: bold;
}

.card-body-secury-text > p {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.social-medias {
  background-color: rgba(217, 217, 217, 0.38);
  padding-top: 23px;
  padding-left: 42px;
  padding-right: 41px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  box-shadow: 0px 3px #00000048;
}

.social-medias > p {
  font-size: 11px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 39px;
}

.card-body-social-medias-blue {
  background-color: #f2faff;
  height: 173px;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  overflow: hidden;
}

.card-body-social-medias-blue > p {
  color: #747474;
  font-size: 21px;
  padding-top: 14px;
}

.card-body-social-medias-white {
  background-color: white;
  height: 173px;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  overflow: hidden;
}

.card-body-social-medias-white > p {
  color: #747474;
  font-size: 21px;
  padding-top: 14px;
}

.card-body-social-medias-darkblue {
  background-color: #35b6fa;
  height: 173px;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  overflow: hidden;
}

.card-body-social-medias-darkblue > p {
  color: white;
  font-size: 21px;
  padding-top: 14px;
}

.card-header-sales {
  padding-top: 16px;
  text-align: center;
  font-size: 21px;
  color: #1a8dca;
  font-weight: bold;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

.carousel-col {
  position: relative;
  min-height: 92px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}

@media (max-width: 220px) {
  .card-body-piggy-bank > img {
    width: 150px;
    height: 120px;
  }

  .card-body-sales-img > img {
    width: 180px;
    height: 120px;
  }

  .card-body-social-medias-blue > a > img {
    height: 55px !important;
    width: 53px !important;
  }

  .card-body-social-medias-blue > p {
    font-size: 15px;
  }

  .card-body-social-medias-white > a > img {
    height: 55px !important;
    width: 53px !important;
  }

  .card-body-social-medias-white > p {
    font-size: 15px;
  }

  .card-body-social-medias-darkblue > a > img {
    height: 55px !important;
    width: 53px !important;
  }

  .card-body-social-medias-darkblue > p {
    font-size: 15px;
  }
}
@media (max-width: 175px) {
  .card-body-piggy-bank > img {
    width: 120px;
    height: 90px;
  }

  .card-body-sales-img > img {
    width: 150px;
    height: 90px;
  }

  .card-body-social-medias-blue > a > img {
    height: 52px !important;
    width: 50px !important;
  }

  .card-body-social-medias-blue > p {
    font-size: 12px;
  }

  .card-body-social-medias-white > a > img {
    height: 52px !important;
    width: 50px !important;
  }

  .card-body-social-medias-white > p {
    font-size: 12px;
  }

  .card-body-social-medias-darkblue > a > img {
    height: 52px !important;
    width: 50px !important;
  }

  .card-body-social-medias-darkblue > p {
    font-size: 12px;
  }
}
.multiple-items-img > img {
  height: 92px;
  width: 92px;
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
}

.multiple-items {
  width: 100%;
  text-align: center;
}
