h3 span {
  background: transparent;
  padding: 0;
  display: inline;
}
html.page--app .img-responsive {
  width: 100%;
}
html.page--app .jumbotron {
  background-color: #1e663b;
  color: #ffffff;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  html.page--app .jumbotron {
    padding: 80px 20px;
  }
}
html.page--app .jumbotron-background {
  position: absolute;
  left: -10px;
  right: 10px;
  top: -10px;
  width: calc(120%);
  object-fit: cover;
  height: calc(120%);
  filter: blur(5px);
  opacity: .1;
}
html.page--app .jumbotron .visible-pwa-prompt .mas-info {
  margin-left: 20px;
}
html.page--app .jumbotron h1 {
  font-size: 33px;
  margin: 0 0 30px;
}
html.page--app .jumbotron h1 strong {
  white-space: pre;
}
html.page--app .jumbotron .install-info {
  margin-bottom: 38px;
}
html.page--app .jumbotron .pwa-qr {
  width: 100px;
}
html.page--app .jumbotron .os-icons {
  margin-top: 10px;
}
html.page--app .jumbotron .mobile-container {
  height: 300px;
  overflow: hidden;
  /* padding: 0 40px; */
  width: 340px;
  margin: 0 auto;
}
html.page--app .jumbotron .mobile-container::before {
  content: '';
  background: #fff;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 80px;
  position: absolute;
  border-radius: 100%;
  filter: blur(60px);
  mix-blend-mode: soft-light;
}
html.page--app .jumbotron .mobile-container .mobile {
  position: relative;
}
html.page--app .jumbotron .mobile-container .mobile .context-3d {
  position: absolute;
  perspective: 1000px;
  perspective-origin: 204px 139px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
html.page--app .jumbotron .mobile-container .mobile .context-3d .app {
  position: absolute;
  height: 180%;
  width: 100%;
  top: 0;
  filter: brightness(0.95);
  transform: skewy(-1.5deg) rotate3d(0, 1, 0, 37deg) rotate3d(1, 0, 0, 24deg) rotate3d(0, 0, 1, 1deg) translate(43px, -53px) scale(0.95);
}
html.page--app .jumbotron .mobile-container .mobile .context-3d .app__icon {
  position: absolute;
  top: 26%;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
html.page--app .jumbotron .mobile-container .mobile .context-3d .app__background {
  background-color: #129a49;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 2.5em;
}
html.page--app .jumbotron .mobile-container .mobile .context-3d .app__shadow {
  background-image: linear-gradient(-68deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%);
  background-color: transparent;
  mix-blend-mode: multiply;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 2.5em;
}
html.page--app .jumbotron .mobile-container .mobile .context-3d .app__highlight {
  background-image: linear-gradient(112deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 41%, rgba(255, 255, 255, 0) 42%);
  background-color: transparent;
  mix-blend-mode: hard-light;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 2.5em;
}
html.page--app .jumbotron .mobile-container .mobile .mobile__reflection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
html.page--app .jumbotron .list--compatible-os {
  font-size: 24px;
}
html.page--app ul.m-20 > li,
html.page--app ol.m-20 > li {
  margin: 20px 0;
}
html.page--app #\!\/mas-informacion {
  margin-top: -180px;
  margin-bottom: 180px;
}
html.page--app .secondary-info {
  margin-top: 20px;
  box-shadow: 0px 30px 30px -30px inset rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #f6f6f6;
  color: #666666;
}
html.page--app .section-faq,
html.page--app .section-benefits {
  padding: 10px 0;
  margin-bottom: 1px;
}
html.page--app .section-app-compatibility {
  margin: 0;
  padding: 20px 0;
  padding-bottom: 40px;
}
html.page--app .section-app-compatibility table tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.page--app .section-app-compatibility table tr > td:first-child {
  padding-right: 10px;
}
html.page--app .section-app-compatibility table tr > td img {
  vertical-align: baseline;
}
html.page--app .section-app-compatibility table .list-inline {
  margin-bottom: 0;
}
html.page--app .section-app-compatibility h2 {
  margin-bottom: 20px;
}
html.page--app .section-app-compatibility h4 {
  font-size: 13px;
}
html.page--app .section-app-compatibility li {
  padding-left: 2px;
  padding-right: 2px;
}
html.page--app .section-app-compatibility li img {
  width: 18px;
}
@media (min-width: 768px) {
  #modal-qr .modal-dialog {
    width: 560px;
  }
}
.installation-instructions .steps__step {
  margin: 40px 0;
}
.installation-instructions .steps__step > div {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .installation-instructions .steps__step {
    flex-direction: column-reverse;
  }
}
.installation-instructions .steps__step img.browser__navbar__btn-add {
  height: 1.2em;
  margin-left: .5em;
  margin-right: .5em;
}
.installation-instructions .browsers h3 {
  margin-top: 0;
}
.installation-instructions .snapshot {
  position: relative;
  max-width: 500px;
}
.installation-instructions .step-number {
  background-color: #129a49;
  border-radius: 1000px;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  opacity: .3;
}
#install-steps-chrome-windows .steps__step--1 .snapshot__pwa-banner-favicon {
  position: absolute;
  top: 49%;
  width: 9%;
  left: 24%;
  filter: grayscale(1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  opacity: .5;
  border-radius: 100px;
}
#install-steps-chrome-windows .steps__step--1 .snapshot__browser-favicon {
  position: absolute;
  top: 26%;
  width: 13%;
  left: 7%;
  filter: grayscale(1);
  opacity: .5;
}
#install-steps-chrome-windows .steps__step--1 .snapshot__pwa-banner-name {
  position: absolute;
  font-size: 133%;
  top: 49%;
  left: 27%;
  width: 57%;
  overflow: hidden;
  white-space: nowrap;
  background: white;
  filter: blur(1px);
  transform: translate3d(0, 0, 0) scale(0.7);
}
@media (max-width: 767px) {
  #install-steps-chrome-windows .steps__step--1 .snapshot__pwa-banner-name {
    font-size: 3vw;
  }
}
#install-steps-chrome-windows .steps__step--2 .snapshot__pwa-icon {
  position: absolute;
  top: 53%;
  width: 5.5%;
  left: 35.6%;
  border-radius: 100px;
}
#install-steps-firefox-android .steps__step--1 img.snapshot__header-logo,
#install-steps-samsung-android .steps__step--1 img.snapshot__header-logo {
  top: 56%;
  height: 16%;
  filter: grayscale(1);
  opacity: .7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#install-steps-firefox-android .steps__step--2 img.snapshot__pwa-banner-icon,
#install-steps-samsung-android .steps__step--2 img.snapshot__pwa-banner-icon {
  position: absolute;
  top: 23%;
  width: 13%;
  left: 12%;
  border-radius: 100px;
}
#install-steps-firefox-android .steps__step--2 .snapshot__pwa-banner-name,
#install-steps-samsung-android .steps__step--2 .snapshot__pwa-banner-name {
  position: absolute;
  top: 24%;
  left: 29%;
  transform: scale(0.5) translate3d(0, 0, 0);
  filter: blur(1px);
  font-size: 32px;
  transform-origin: left top;
}
@media (max-width: 767px) {
  #install-steps-firefox-android .steps__step--2 .snapshot__pwa-banner-name,
  #install-steps-samsung-android .steps__step--2 .snapshot__pwa-banner-name {
    font-size: 3vw;
  }
}
#install-steps-firefox-android .steps__step--3 .snapshot img.snapshot__pwa-icon,
#install-steps-samsung-android .steps__step--3 .snapshot img.snapshot__pwa-icon {
  position: absolute;
  top: 65%;
  left: 72%;
  width: 13%;
  border-radius: 100px;
}
#install-steps-chrome-android .steps__step--1 img.snapshot__header-logo,
#install-steps-opera-android .steps__step--1 img.snapshot__header-logo,
#install-steps-safari-i-phone .steps__step--1 img.snapshot__header-logo {
  top: 57%;
  height: 16%;
  filter: grayscale(1);
  opacity: .7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#install-steps-chrome-android .steps__step--2 .snapshot__pwa-icon,
#install-steps-opera-android .steps__step--2 .snapshot__pwa-icon,
#install-steps-safari-i-phone .steps__step--2 .snapshot__pwa-icon {
  border-radius: 100px;
  position: absolute;
  width: 10%;
  left: 17%;
  top: 40%;
  filter: grayscale(1);
  opacity: .5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#install-steps-chrome-android .steps__step--3 .snapshot img.snapshot__pwa-icon,
#install-steps-opera-android .steps__step--3 .snapshot img.snapshot__pwa-icon,
#install-steps-safari-i-phone .steps__step--3 .snapshot img.snapshot__pwa-icon {
  position: absolute;
  top: 65%;
  left: 72%;
  width: 13%;
  border-radius: 100px;
}
#install-steps-opera-android .opera-icon-phone {
  width: 12px;
}
#install-steps-safari-i-phone .safari-menu-button-plus {
  height: 2em;
  margin: 0 .5em;
}
#install-steps-safari-i-phone .steps__step--3 .snapshot img.snapshot__pwa-icon {
  width: 12.5%;
  border-radius: 10px;
}
#install-steps-unsupported {
  margin: 40px 0;
}
