.title-home {
  max-width: 580px;
  margin: auto;
}
.img-producto {
  text-align: center;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  box-shadow: 0 6px 4px -3px rgb(0 0 0 / 10%);
}

.img-producto h5 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #003399;
  max-width: 230px;
  margin: 15px auto 22px auto;
}

.img-producto a {
  background-color: #fff;
  border: 1px solid #003399;
  padding: 9px 20px;
  border-radius: 20px;
  color: #003399;
  font-weight: 600;
}
.img-producto a:hover {
  background-color: #003399;
  color: #fff;
}
.img-producto p {
  margin-top: 15px;
  padding: 10px;
}
.img-producto img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card-deck .card a {
  margin: 0px auto;
}
.text-blue {
  color: #013093 !important;
}
.fw-bold {
  font-weight: bold;
}
.prealerta-compras {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prealerta-compras img {
  border-radius: 10px;
}
.crea-casilla {
  border-radius: 10px;
  max-height: 415px;
}
.box {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mt-f{
  margin-top: 40px;
}
button.slick-arrow.slick-prev {
  background: #fff url(assets/img/arrow-left.png) center no-repeat;
  background-size: 80%;
  border-radius: 50%;
}

button.slick-arrow.slick-next {
  background: #fff url(assets/img/arrow-right.png) center no-repeat;
  background-size: 80%;
  border-radius: 50%;
}

.img-step1 {
  background: url(/assets/img/step0001.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step1:hover {
  background: url(/assets/img/step0001hover.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step2 {
  background: url(/assets/img/step0002.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step2:hover {
  background: url(/assets/img/step0002hover.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step3 {
  background: url(/assets/img/step0003.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step3:hover {
  background: url(/assets/img/step0003hover.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step4 {
  background: url(/assets/img/step0004.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step4:hover {
  background: url(/assets/img/step0004hover.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step5 {
  background: url(/assets/img/step0005.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
.img-step5:hover {
  background: url(/assets/img/step0005hover.png) center no-repeat;
  width: 170px;
  height: 249px;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .te-ofrecemos p {
    margin-left: -10px;
  }
}
@media (max-width: 1000px) {
  .card-deck .card {
    flex: 1 0 28% !important;
  }
}
@media (max-width: 767px) {
  .product-list {
    margin-bottom: 84px !important;
  }
}
@media (max-width: 599px) {
  .slick-slide img {
    margin: auto !important;
  }
  .te-ofrecemos p {
    margin-left: 15px;
  }
  .title-home {
    font-size: 20px;
    margin-top: -20px;
  }
  .te-ofrecemos p {
    line-height: 22px;
  }
  .prealerta-video {
    margin-top: 0px !important;
  }
  .te-ofrecemos {
    margin-top: 45px !important;
  }
  .title-home {
    line-height: 26px;
  }
  .info-f {
    margin-top: 30px;
  }
  .cont-stores h2 {
    font-size: 22px;
  }
  .mt-f{
    margin-top: 25px;
  }
}
