#infographics-motorola .infographic-header, #infographics-motorola .cover .select-your-user-type-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#infographics-motorola .infographic-header {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

#infographics-motorola .infographic-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

#infographics-motorola .cover .select-your-user-type-wrapper {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

#infographics-motorola .cover .select-your-user-type-wrapper {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

#infographics-motorola .cover .select-your-user-type-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#infographics-motorola .cover .toFase1, #infographics-motorola .cover .toFase2, #infographics-motorola .cover .toFase3, #infographics-motorola .cover .toFase4, #infographics-motorola .user-profile .controls button.next::after, #infographics-motorola .indicator .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: calc( 1s );
  animation-duration: calc( 1s );
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: calc( 1s * 2 );
    animation-duration: calc( 1s * 2 ); }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: calc( 1s * 0.75 );
    animation-duration: calc( 1s * 0.75 ); }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: calc( 1s * 0.75 );
    animation-duration: calc( 1s * 0.75 ); }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

#infographics-motorola .user-profile .controls button.next, #infographics-motorola .user-profile .intro .profile-description, #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

#infographics-motorola .user-profile .intro .profile-description, #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg {
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.75); }

#infographics-motorola {
  display: block;
  margin: auto;
  max-width: 800px;
  background-color: #fff; }
  #infographics-motorola * {
    box-sizing: border-box; }
  #infographics-motorola img {
    max-width: 100%;
    margin-bottom: 0; }
  #infographics-motorola button {
    cursor: pointer;
    border: none; }
  #infographics-motorola .hide-movil {
    display: none; }
    @media (min-width: 425px) {
      #infographics-motorola .hide-movil {
        display: block  !important; } }
  #infographics-motorola .hide-desktop {
    display: block; }
    @media (min-width: 425px) {
      #infographics-motorola .hide-desktop {
        display: none !important; } }
  #infographics-motorola .hidden {
    display: none !important; }
  #infographics-motorola .infographic-header {
    background-color: #1a1a1a;
    padding: 0.5rem;
    height: 80px; }
    #infographics-motorola .infographic-header img {
      max-height: 100%;
      height: 100%;
      width: auto; }
  #infographics-motorola .fase {
    display: none;
    width: 100%;
    position: relative; }
    #infographics-motorola .fase .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    #infographics-motorola .fase .animated:nth-of-type(1) {
      -webkit-animation-delay: 0.1s;
      -moz-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    #infographics-motorola .fase .animated:nth-of-type(2) {
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    #infographics-motorola .fase .animated:nth-of-type(3) {
      -webkit-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    #infographics-motorola .fase .animated:nth-of-type(4) {
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    #infographics-motorola .fase .animated:nth-of-type(5) {
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    #infographics-motorola .fase .animated:nth-of-type(6) {
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    #infographics-motorola .fase .animated:nth-of-type(7) {
      -webkit-animation-delay: 0.7s;
      -moz-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    #infographics-motorola .fase .animated:nth-of-type(8) {
      -webkit-animation-delay: 0.8s;
      -moz-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    #infographics-motorola .fase .animated:nth-of-type(9) {
      -webkit-animation-delay: 0.9s;
      -moz-animation-delay: 0.9s;
      animation-delay: 0.9s; }
  #infographics-motorola .cover.active {
    display: block; }
  #infographics-motorola .cover .toFase1 {
    background-image: url("../img/1.jpg"); }
  #infographics-motorola .cover .toFase2 {
    background-image: url("../img/2.jpg"); }
  #infographics-motorola .cover .toFase3 {
    background-image: url("../img/3.jpg"); }
  #infographics-motorola .cover .toFase4 {
    background-image: url("../img/4.jpg"); }
  #infographics-motorola .cover .title {
    background: #c82e41;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #c82e41 0%, #a43455 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0%, #c82e41), color-stop(100%, #a43455));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #c82e41 0%, #a43455 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #c82e41 0%, #a43455 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #c82e41 0%, #a43455 100%);
    /* IE10+ */
    background: linear-gradient(180deg, #c82e41 0%, #a43455 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82e41', endColorstr='#a43455',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    padding: 4rem 2rem; }
    #infographics-motorola .cover .title #main-tilte-logo {
      width: 100%;
      max-width: 600px;
      margin: auto;
      display: block; }
      #infographics-motorola .cover .title #main-tilte-logo .st0 {
        fill: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-weight: bold; }
      #infographics-motorola .cover .title #main-tilte-logo .st2 {
        font-size: 34px; }
      #infographics-motorola .cover .title #main-tilte-logo .st3 {
        font-size: 60px; }
      #infographics-motorola .cover .title #main-tilte-logo .st4 {
        font-size: 54px; }
    #infographics-motorola .cover .title > p:first-of-type {
      margin-top: 4rem; }
    #infographics-motorola .cover .title p {
      font-family: 'lato';
      font-weight: 300;
      color: #fff;
      line-height: normal;
      text-align: center;
      font-size: 1.3rem; }
      @media (min-width: 425px) {
        #infographics-motorola .cover .title p {
          font-size: 1.5rem; } }
      #infographics-motorola .cover .title p small {
        font-size: 0.9rem; }
        @media (min-width: 425px) {
          #infographics-motorola .cover .title p small {
            font-size: 1rem; } }
      #infographics-motorola .cover .title p strong {
        font-weight: bold; }
      #infographics-motorola .cover .title p u {
        text-decoration: underline; }
      #infographics-motorola .cover .title p.do-you-know {
        font-size: 1.7rem;
        margin-bottom: 2rem; }
        @media (min-width: 425px) {
          #infographics-motorola .cover .title p.do-you-know {
            font-size: 2rem; } }
  #infographics-motorola .cover .select-your-user-type-wrapper .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  #infographics-motorola .cover .select-your-user-type-wrapper .blue {
    background-color: #29a7de; }
  #infographics-motorola .cover .select-your-user-type-wrapper .green {
    background-color: #0b9800; }
  #infographics-motorola .cover .select-your-user-type-wrapper .purple {
    background-color: #8f278b; }
  #infographics-motorola .cover .select-your-user-type-wrapper .red {
    background-color: #bd272d; }
  #infographics-motorola .cover .select-your-user-type-wrapper button {
    position: relative;
    width: 100%;
    min-height: 180px;
    border: none;
    margin: 0; }
    @media (min-width: 375px) {
      #infographics-motorola .cover .select-your-user-type-wrapper button {
        min-height: 200px; } }
    @media (min-width: 375px) {
      #infographics-motorola .cover .select-your-user-type-wrapper button {
        min-height: 225px; } }
    @media (min-width: 768px) {
      #infographics-motorola .cover .select-your-user-type-wrapper button {
        min-height: 250px; } }
    #infographics-motorola .cover .select-your-user-type-wrapper button img {
      max-width: 50%;
      height: auto; }
    #infographics-motorola .cover .select-your-user-type-wrapper button::after {
      content: 'Haz clic \A para conocerlo';
      white-space: pre;
      color: #fff;
      position: absolute;
      text-align: left;
      right: 1rem;
      bottom: 1rem; }
    @media (min-width: 768px) {
      #infographics-motorola .cover .select-your-user-type-wrapper button {
        width: 50%; } }
    #infographics-motorola .cover .select-your-user-type-wrapper button img {
      position: absolute;
      top: 1.4rem;
      left: 0.4rem; }
  #infographics-motorola .user-profile.active {
    display: block; }
  #infographics-motorola .user-profile .controls {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    padding: .75rem 0; }
    #infographics-motorola .user-profile .controls .back {
      cursor: pointer;
      width: 3.5rem;
      height: auto;
      z-index: 1000; }
    #infographics-motorola .user-profile .controls button.next {
      position: relative;
      display: block;
      text-align: left;
      width: auto;
      margin-left: auto;
      height: 2.5rem;
      padding: 0.5rem 3.5rem 0.5rem 1.5rem;
      font-size: 1.25rem;
      background-color: #c82e41;
      color: #fff; }
      #infographics-motorola .user-profile .controls button.next::after {
        content: ' ';
        position: absolute;
        width: 3rem;
        height: 1.5rem;
        top: 0.5rem;
        right: 0.5rem;
        left: auto;
        bottom: 0.5rem;
        margin: auto;
        background-image: url("../img/next.svg"); }
  #infographics-motorola .user-profile .name {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 1.5rem;
    max-height: 11.5rem; }
  #infographics-motorola .user-profile .user-profile {
    position: relative; }
  #infographics-motorola .user-profile .user-cellphone {
    position: relative;
    max-width: 425px;
    margin: 0 auto; }
  #infographics-motorola .user-profile .cellephone {
    height: 75vh;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      #infographics-motorola .user-profile .cellephone {
        height: 60vh; } }
  #infographics-motorola .user-profile .intro {
    display: none; }
    #infographics-motorola .user-profile .intro.active {
      display: block; }
    #infographics-motorola .user-profile .intro .profile-description {
      position: absolute;
      background-color: #4e4e4e;
      font-weight: 300;
      font-size: .9rem;
      width: 80%;
      font-family: 'lato';
      line-height: 1.3rem;
      color: #fff;
      padding: .75rem;
      margin: auto;
      top: calc(110px + 10%); }
      @media (min-width: 768px) {
        #infographics-motorola .user-profile .intro .profile-description {
          top: calc(95px + 10%);
          max-width: 330px; } }
      #infographics-motorola .user-profile .intro .profile-description strong {
        font-weight: bold; }
  #infographics-motorola .user-profile .hot-spot-slide {
    display: none;
    padding-top: 13.75rem; }
    @media (min-width: 768px) {
      #infographics-motorola .user-profile .hot-spot-slide {
        padding-top: 7rem; } }
    #infographics-motorola .user-profile .hot-spot-slide.active {
      display: block; }
    #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
      #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper .hot-spot-holder {
        width: 100%;
        position: absolute;
        height: 75vh;
        max-width: 70%; }
        @media (min-width: 375px) {
          #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper .hot-spot-holder {
            max-width: 240px; } }
        @media (min-width: 425px) {
          #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper .hot-spot-holder {
            max-width: 265px; } }
        @media (min-width: 414px) {
          #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper .hot-spot-holder {
            max-width: 305px; } }
        @media (min-width: 768px) {
          #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper .hot-spot-holder {
            height: 60vh;
            max-width: 320px; } }
        #infographics-motorola .user-profile .hot-spot-slide .hot-spot-wrapper .hot-spot-holder .hot-spot {
          cursor: pointer;
          position: absolute;
          width: 3rem;
          height: 3rem; }
    #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper {
      pointer-events: none;
      position: relative;
      top: 0;
      width: 100%;
      height: calc(100% - 12.5rem);
      color: #fff;
      line-height: 1.3rem;
      font-family: 'lato';
      font-weight: lighter;
      font-size: 1.2rem; }
      #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg {
        display: none;
        position: absolute;
        padding: 1rem;
        max-width: calc(100% - 2rem);
        background-color: #4e4e4e; }
        #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg.active {
          display: block; }
        #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg strong {
          font-weight: bold; }
        @media (min-width: 768px) {
          #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg {
            max-width: 250px;
            transform: translateX(80%); } }
        #infographics-motorola .user-profile .hot-spot-slide .hot-spot-msg-wrapper .hot-spot-msg .icon {
          display: block;
          width: 35%;
          margin: 1rem auto; }
  #infographics-motorola .indicator {
    position: -ms-sticky;
    position: sticky;
    display: none;
    bottom: 0;
    right: 0;
    margin-left: auto;
    height: 165px;
    width: 120px;
    background-color: #000;
    color: #fff;
    line-height: normal;
    font-family: 'lato';
    font-size: 0.8rem;
    padding: 1rem;
    text-align: center;
    z-index: 1050;
    border-radius: 1rem 0 0 0;
    -webkit-box-shadow: -3px -3px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px -3px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -3px -3px 2px 0px rgba(0, 0, 0, 0.5); }
    #infographics-motorola .indicator .icon {
      position: relative;
      margin: auto;
      display: block;
      width: 80px;
      height: 80px;
      margin-bottom: 0.5rem; }
      @media (pointer: fine) {
        #infographics-motorola .indicator .icon {
          background-image: url("../img/click.svg"); } }
      @media (pointer: coarse) {
        #infographics-motorola .indicator .icon {
          background-image: url("../img/tap.svg"); } }

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