.btns-descarga {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btns-descarga > * + * {
  margin-top: 20px;
}
.btns-descarga .btn-android,
.btns-descarga .btn-ios {
  width: 200px;
  height: 60px;
  border-radius: 8px;
  background-color: #000000;
}
.btns-descarga .btn-android img,
.btns-descarga .btn-ios img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.btns-descarga .btn-android:focus img, .btns-descarga .btn-android:hover img,
.btns-descarga .btn-ios:focus img,
.btns-descarga .btn-ios:hover img {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .btns-descarga.btns-flex {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .btns-descarga.btns-flex > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .btns-descarga.btns-flex > * + * {
    margin-top: 0;
  }
}

/*# sourceMappingURL=blqBtnsDescarga.css.map */
