.a05 {
  text-align: center;
}
.a05 .wrapper-promoapp {
  display: flex;
  flex-direction: column;
}
.a05 .wrapper-promoapp .info {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .a05 .wrapper-promoapp {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1120px;
  }
  .a05 .wrapper-promoapp .info {
    order: 1;
    width: 50%;
    text-align: left;
    padding-left: 0;
  }
  .a05 .wrapper-promoapp .image {
    order: 2;
    width: 50%;
    text-align: right;
    margin-top: 0rem;
  }
}
.a05__icon {
  margin-bottom: 1rem;
}
.a05__icon img {
  vertical-align: middle;
}
.a05__content {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
}
.a05__title {
  padding: 0 !important;
  color: #1d2533;
  margin: 2rem 0 0 0 !important;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .a05__title {
    text-align: left !important;
  }
}
.a05__title .title__text--dash {
  padding-left: 0;
}
.a05__title .title__text--dash::before {
  bottom: -0.75rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}
.a05__subtitle {
  font-weight: 400;
  margin: 2rem 0 0 0 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  letter-spacing: 0.01rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .a05__subtitle p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.a05__detail-list {
  margin: 2rem 0 0 1rem !important;
}
@media (min-width: 768px) {
  .a05__detail-list {
    margin: 2rem 0 0 0 !important;
  }
}
.a05__detail-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.a05__detail-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.a05__detail-list ul li .index {
  font-family: "Rajdhani", monospace;
  font-weight: bold;
  font-size: 2ren;
  color: #3f5570;
  border: 2px solid currentColor;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
}
.a05__detail-list ul li .text {
  flex: 1;
}
.a05__detail-list ul li .text p {
  margin-top: 0;
  margin-bottom: 0;
  color: #54657E;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01rem;
}
.a05__detail-list ul li .text p strong {
  font-weight: 700;
  line-height: 24px;
}
.a05__actions {
  padding: 30px 0 70px !important;
}

/*# sourceMappingURL=block-a05.css.map */

/*block__promocio_app*/

.block__promocio_app .a05__detail-list {
  margin: 2rem 0 0 1rem !important;
  display: none;
}

.block__promocio_app .a05__actions {
  padding: 1px 0 30px !important;
}
