.full-height { height: 100vh; }
.image-side {
  background: url('/assets/img/bannerPrincipalCorto.png') no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .image-side { display:none; }
  .card { width:100% !important; max-width:none !important; }
}
.btn-install { display:flex; align-items:center; justify-content:center; font-weight:600; }
.btn-install svg { width:20px; height:20px; margin-right:8px; }
.card-click { transition: box-shadow .15s ease, transform .1s ease; cursor:pointer; }
.card-click:hover { box-shadow:0 .5rem 1rem rgba(0,0,0,.15); transform:translateY(-1px); border-color:#0d6efd; }
.install-icon { width:40px; height:40px; }
@media (min-width: 992px) { .install-icon { width:48px; height:48px; } }
.ios-steps li { display:flex; align-items:flex-start; margin-bottom:.5rem; }
.ios-steps .step-ico { width:28px; height:28px; margin-right:.5rem; flex:0 0 22px; color:#0d6efd; }
.ios-steps .step-ico svg { width:28px; height:28px; display:block; }
