/* Versión automática Android / Tablet / Celular.
   PC/Windows mantiene la versión normal. */
@media (max-width: 1100px){
  html.is-android body,
  html.is-mobile-device body{
    overflow-x:hidden!important;
  }

  html.is-android *,
  html.is-mobile-device *{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.10s!important;
  }

  html.is-android .nav,
  html.is-android .lucia-pro-card,
  html.is-android .card,
  html.is-android .photo,
  html.is-android .btn,
  html.is-android .contact-chip,
  html.is-mobile-device .nav,
  html.is-mobile-device .lucia-pro-card,
  html.is-mobile-device .card,
  html.is-mobile-device .photo,
  html.is-mobile-device .btn,
  html.is-mobile-device .contact-chip{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    filter:none!important;
  }

  html.is-android .lucia-pro-card,
  html.is-mobile-device .lucia-pro-card,
  html.is-android .card,
  html.is-mobile-device .card{
    box-shadow:0 8px 18px rgba(0,0,0,.24)!important;
  }

  html.is-android .stars,
  html.is-android .star,
  html.is-android .sparkle,
  html.is-android .particle,
  html.is-android .orb,
  html.is-android .orbit,
  html.is-mobile-device .stars,
  html.is-mobile-device .star,
  html.is-mobile-device .sparkle,
  html.is-mobile-device .particle,
  html.is-mobile-device .orb,
  html.is-mobile-device .orbit{
    animation:none!important;
  }

  html.is-mobile-device section{
    content-visibility:auto;
    contain-intrinsic-size:760px;
  }
}