@font-face {
  font-family: 'DTLArgoST';
  src: url("../fonts/DTLArgoST-Bold/DTLArgoST-Bold.eot");
  src: url("../fonts/DTLArgoST-Bold/DTLArgoST-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DTLArgoST-Bold/DTLArgoST-Bold.woff2") format("woff2"), url("../fonts/DTLArgoST-Bold/DTLArgoST-Bold.woff") format("woff"), url("../fonts/DTLArgoST-Bold/DTLArgoST-Bold.ttf") format("truetype"), url("../fonts/DTLArgoST-Bold/DTLArgoST-Bold.svg#DTLArgoST-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DTLArgoT';
  src: url("../fonts/DTLArgoST/DTLArgoT.eot");
  src: url("../fonts/DTLArgoST/DTLArgoT.eot?#iefix") format("embedded-opentype"), url("../fonts/DTLArgoST/DTLArgoT.woff2") format("woff2"), url("../fonts/DTLArgoST/DTLArgoT.woff") format("woff"), url("../fonts/DTLArgoST/DTLArgoT.ttf") format("truetype"), url("../fonts/DTLArgoST/DTLArgoT.svg#DTLArgoT") format("svg");
  font-weight: normal;
  font-style: normal; }

*, h1, h2, h3, h4, h5, h6 {
  font-family: "DTLArgoT"; }

.row {
  max-width: none; }

.fondo_home_1 {
  background-image: url(../img/fondo_home_1_d.jpg); }

.fondo_home_2 {
  background-image: url(../img/fondo_home_2_d.jpg); }

.fondo_home_3 {
  background-image: url(../img/fondo_home_3_d.jpg); }

.drunter {
  position: relative;
  background-color: #00aaff; }

.drueber {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #00f; }

.drunter:hover .drueber {
  display: block; }

.loader {
  position: absolute;
  background: #f0f0f0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #00458a;
  font-weight: bold;
  z-index: 1000; }
  .loader img {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: 60px !important; }
  .loader .percent {
    display: block;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    font-size: 1.3rem; }

body {
  color: #5d5d5d; }
  body .view {
    position: absolute;
    min-height: 930px;
    top: 0;
    left: 0; }
  body section.content-home {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat; }
    body section.content-home img {
      position: absolute;
      width: 100%;
      height: 100%;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat; }
    body section.content-home .slide_image {
      position: absolute;
      width: 100%;
      height: 100%;
      -moz-background-size: cover;
           background-size: cover; }
    body section.content-home .slideshow-container {
      position: absolute;
      width: 100%;
      height: 100%;
      -moz-background-size: cover;
           background-size: cover;
      background: no-repeat; }
    body section.content-home .active {
      background-color: #eee; }
    body section.content-home .fade {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body section.content-home .content-home-center {
      width: 75%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      -webkit-transform: translate(50%, 55%);
         -moz-transform: translate(50%, 55%);
          -ms-transform: translate(50%, 55%);
           -o-transform: translate(50%, 55%);
              transform: translate(50%, 55%);
      text-align: center; }
      body section.content-home .content-home-center .oculto {
        padding: 20px;
        display: none; }
      body section.content-home .content-home-center .mostrar:hover + .oculto {
        display: block;
        position: absolute;
        font-size: 1rem;
        color: white;
        text-align: center;
        line-height: 1rem;
        width: 150px;
        margin-left: -25px;
        background: #e1a120;
        margin-top: 1rem;
        padding: 0.5rem;
        -webkit-border-radius: 0.3rem;
           -moz-border-radius: 0.3rem;
                border-radius: 0.3rem; }
        body section.content-home .content-home-center .mostrar:hover + .oculto:before {
          content: '';
          width: 0;
          height: 0;
          border-right: 10px solid transparent;
          border-top: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 10px solid #e2a122;
          position: absolute;
          top: -19px;
          right: 50%;
          -webkit-transform: translateX(50%);
             -moz-transform: translateX(50%);
              -ms-transform: translateX(50%);
               -o-transform: translateX(50%);
                  transform: translateX(50%); }
      body section.content-home .content-home-center .button {
        width: 44%;
        max-width: 200px;
        background: transparent;
        border-color: #70cddd;
        color: white;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0; }
        body section.content-home .content-home-center .button:hover {
          background: #70cddd; }
      body section.content-home .content-home-center h1 {
        color: #70cddd;
        font-size: 5rem;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: bold; }
        body section.content-home .content-home-center h1 span {
          display: block;
          color: white;
          font-size: 2.4rem; }
      body section.content-home .content-home-center p {
        color: white;
        line-height: 1.3;
        max-width: 600px;
        margin: 0 auto 2rem;
        font-family: Helvetica,Roboto,Arial,sans-serif;
        font-size: 0.9rem; }
      body section.content-home .content-home-center ul {
        margin: 3rem auto 0;
        max-width: 700px;
        padding: 0;
        line-height: 0;
        font-size: 0;
        text-align: center; }
        body section.content-home .content-home-center ul li {
          display: inline-block;
          width: 14%;
          margin-bottom: 1rem; }
          body section.content-home .content-home-center ul li a {
            margin: 0 auto;
            -webkit-transition: -webkit-transform 0.18s ease-out;
            transition: -webkit-transform 0.18s ease-out;
            -o-transition: -o-transform 0.18s ease-out;
            -moz-transition: transform 0.18s ease-out, -moz-transform 0.18s ease-out;
            transition: transform 0.18s ease-out;
            transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out, -moz-transform 0.18s ease-out, -o-transform 0.18s ease-out; }
          body section.content-home .content-home-center ul li:nth-child(1) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px -79px; }
            body section.content-home .content-home-center ul li:nth-child(1) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px -79px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(2) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px 1px; }
            body section.content-home .content-home-center ul li:nth-child(2) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px 1px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(3) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px -321px; }
            body section.content-home .content-home-center ul li:nth-child(3) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px -321px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(4) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px -159px; }
            body section.content-home .content-home-center ul li:nth-child(4) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px -159px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(5) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px -239px; }
            body section.content-home .content-home-center ul li:nth-child(5) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px -239px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(6) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px -400px; }
            body section.content-home .content-home-center ul li:nth-child(6) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px -400px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(7) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -161px -966px; }
            body section.content-home .content-home-center ul li:nth-child(7) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -76px -966px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(8) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -164px -1050px; }
            body section.content-home .content-home-center ul li:nth-child(8) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -74px -1050px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(9) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -160px -641px; }
            body section.content-home .content-home-center ul li:nth-child(9) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -72px -642px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(10) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -162px -721px; }
            body section.content-home .content-home-center ul li:nth-child(10) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -74px -721px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(11) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -162px -800px; }
            body section.content-home .content-home-center ul li:nth-child(11) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -74px -800px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(12) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -162px -882px; }
            body section.content-home .content-home-center ul li:nth-child(12) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -74px -882px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(13) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -162px -481px; }
            body section.content-home .content-home-center ul li:nth-child(13) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -74px -481px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
          body section.content-home .content-home-center ul li:nth-child(14) a {
            display: block;
            width: 68px;
            height: 65px;
            background-image: url("../img/newicons.png");
            background-repeat: no-repeat;
            background-position: -162px -560px; }
            body section.content-home .content-home-center ul li:nth-child(14) a:hover {
              display: block;
              width: 68px;
              height: 65px;
              background-image: url("../img/newicons.png");
              background-repeat: no-repeat;
              background-position: -74px -560px;
              -webkit-transform: scale(1.09);
                 -moz-transform: scale(1.09);
                  -ms-transform: scale(1.09);
                   -o-transform: scale(1.09);
                      transform: scale(1.09); }
  body .contentSlide {
    padding-left: 0px; }
  body section.content-slide {
    height: -webkit-calc(100% - 92px);
    height: -moz-calc(100% - 92px);
    height: calc(100% - 92px);
    padding: 1rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 0;
    max-width: 1024px;
    margin: 0 auto 2rem; }
    body section.content-slide h1 {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0rem 0 0.7rem; }
      body section.content-slide h1 a {
        color: inherit; }
        body section.content-slide h1 a:hover {
          text-decoration: underline; }
      body section.content-slide h1 strong {
        color: #231f20; }
    body section.content-slide .img-slide {
      text-align: center;
      position: relative; }
      body section.content-slide .img-slide a {
        overflow: hidden;
        display: block;
        position: relative; }
      body section.content-slide .img-slide img {
        width: 100%; }
      body section.content-slide .img-slide .imgHand {
        width: 50%;
        position: absolute;
        -webkit-animation: mymove 5s infinite;
           -moz-animation: mymove 5s infinite;
             -o-animation: mymove 5s infinite;
                animation: mymove 5s infinite; }

@-webkit-keyframes mymove {
  0% {
    top: 80%;
    left: 80%; }
  25% {
    top: 35%;
    left: 50%; }
  35% {
    top: 40%;
    left: 70%; }
  45% {
    top: 40%;
    left: 50%; }
  55% {
    top: 40%;
    left: 70%; }
  65% {
    top: 45%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymove {
  0% {
    top: 80%;
    left: 80%; }
  25% {
    top: 35%;
    left: 50%; }
  35% {
    top: 40%;
    left: 70%; }
  45% {
    top: 40%;
    left: 50%; }
  55% {
    top: 40%;
    left: 70%; }
  65% {
    top: 45%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymove {
  0% {
    top: 80%;
    left: 80%; }
  25% {
    top: 35%;
    left: 50%; }
  35% {
    top: 40%;
    left: 70%; }
  45% {
    top: 40%;
    left: 50%; }
  55% {
    top: 40%;
    left: 70%; }
  65% {
    top: 45%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymove {
  0% {
    top: 80%;
    left: 80%; }
  25% {
    top: 35%;
    left: 50%; }
  35% {
    top: 40%;
    left: 70%; }
  45% {
    top: 40%;
    left: 50%; }
  55% {
    top: 40%;
    left: 70%; }
  65% {
    top: 45%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .imgHandKey1 {
        width: 50%;
        position: absolute;
        -webkit-animation: mymoveKey1 5s infinite;
           -moz-animation: mymoveKey1 5s infinite;
             -o-animation: mymoveKey1 5s infinite;
                animation: mymoveKey1 5s infinite; }

@-webkit-keyframes mymoveKey1 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 35%;
    left: 46%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymoveKey1 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 35%;
    left: 46%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymoveKey1 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 35%;
    left: 46%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymoveKey1 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 35%;
    left: 46%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .imgHandKey2 {
        width: 50%;
        position: absolute;
        -webkit-animation: mymoveKey2 5s infinite;
           -moz-animation: mymoveKey2 5s infinite;
             -o-animation: mymoveKey2 5s infinite;
                animation: mymoveKey2 5s infinite; }

@-webkit-keyframes mymoveKey2 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymoveKey2 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymoveKey2 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymoveKey2 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .imgHandKey12 {
        width: 50%;
        position: absolute;
        -webkit-animation: mymoveKey12 5s infinite;
           -moz-animation: mymoveKey12 5s infinite;
             -o-animation: mymoveKey12 5s infinite;
                animation: mymoveKey12 5s infinite; }

@-webkit-keyframes mymoveKey12 {
  0% {
    top: 80%;
    left: 80%; }
  20% {
    top: 35%;
    left: 46%; }
  50% {
    top: 80%;
    left: 80%; }
  80% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymoveKey12 {
  0% {
    top: 80%;
    left: 80%; }
  20% {
    top: 35%;
    left: 46%; }
  50% {
    top: 80%;
    left: 80%; }
  80% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymoveKey12 {
  0% {
    top: 80%;
    left: 80%; }
  20% {
    top: 35%;
    left: 46%; }
  50% {
    top: 80%;
    left: 80%; }
  80% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymoveKey12 {
  0% {
    top: 80%;
    left: 80%; }
  20% {
    top: 35%;
    left: 46%; }
  50% {
    top: 80%;
    left: 80%; }
  80% {
    top: 36%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .imgHandKey123 {
        width: 50%;
        position: absolute;
        -webkit-animation: mymoveKey123 7s infinite;
           -moz-animation: mymoveKey123 7s infinite;
             -o-animation: mymoveKey123 7s infinite;
                animation: mymoveKey123 7s infinite; }

@-webkit-keyframes mymoveKey123 {
  0% {
    top: 80%;
    left: 80%; }
  15% {
    top: 35%;
    left: 46%; }
  30% {
    top: 80%;
    left: 80%; }
  45% {
    top: 36%;
    left: 50%; }
  60% {
    top: 80%;
    left: 80%; }
  75% {
    top: 36%;
    left: 54%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymoveKey123 {
  0% {
    top: 80%;
    left: 80%; }
  15% {
    top: 35%;
    left: 46%; }
  30% {
    top: 80%;
    left: 80%; }
  45% {
    top: 36%;
    left: 50%; }
  60% {
    top: 80%;
    left: 80%; }
  75% {
    top: 36%;
    left: 54%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymoveKey123 {
  0% {
    top: 80%;
    left: 80%; }
  15% {
    top: 35%;
    left: 46%; }
  30% {
    top: 80%;
    left: 80%; }
  45% {
    top: 36%;
    left: 50%; }
  60% {
    top: 80%;
    left: 80%; }
  75% {
    top: 36%;
    left: 54%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymoveKey123 {
  0% {
    top: 80%;
    left: 80%; }
  15% {
    top: 35%;
    left: 46%; }
  30% {
    top: 80%;
    left: 80%; }
  45% {
    top: 36%;
    left: 50%; }
  60% {
    top: 80%;
    left: 80%; }
  75% {
    top: 36%;
    left: 54%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .imgHandKey4 {
        width: 50%;
        position: absolute;
        -webkit-animation: mymoveKey4 5s infinite;
           -moz-animation: mymoveKey4 5s infinite;
             -o-animation: mymoveKey4 5s infinite;
                animation: mymoveKey4 5s infinite; }

@-webkit-keyframes mymoveKey4 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 47%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymoveKey4 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 47%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymoveKey4 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 47%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymoveKey4 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 47%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .imgHandKey5 {
        width: 50%;
        position: absolute;
        -webkit-animation: mymoveKey5 5s infinite;
           -moz-animation: mymoveKey5 5s infinite;
             -o-animation: mymoveKey5 5s infinite;
                animation: mymoveKey5 5s infinite; }

@-webkit-keyframes mymoveKey5 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-moz-keyframes mymoveKey5 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@-o-keyframes mymoveKey5 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }

@keyframes mymoveKey5 {
  0% {
    top: 80%;
    left: 80%; }
  40% {
    top: 41%;
    left: 50%; }
  100% {
    top: 80%;
    left: 80%; } }
      body section.content-slide .img-slide .divBackgroundVideo {
        background-image: url(../img/slides/tuitbdb/phone.png);
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        height: 685px;
        width: 354px;
        position: relative; }
      body section.content-slide .img-slide .video {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        body section.content-slide .img-slide .video.videoImg {
          width: 79% !important; }
      body section.content-slide .img-slide .bullet {
        position: absolute;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        color: white;
        font-size: 2.5rem;
        font-weight: bold;
        -webkit-animation: pulse 0.5s infinite;
           -moz-animation: pulse 0.5s infinite;
             -o-animation: pulse 0.5s infinite;
                animation: pulse 0.5s infinite;
        text-align: center; }
      body section.content-slide .img-slide .cuenta-gif {
        width: auto;
        position: absolute;
        height: 5.7%; }
      body section.content-slide .img-slide .hand-gif {
        width: auto;
        position: absolute;
        -webkit-transform: rotate(20deg) scale(0.5);
           -moz-transform: rotate(20deg) scale(0.5);
            -ms-transform: rotate(20deg) scale(0.5);
             -o-transform: rotate(20deg) scale(0.5);
                transform: rotate(20deg) scale(0.5);
        height: 40%; }
      body section.content-slide .img-slide .cursor-gif {
        width: auto;
        position: absolute;
        -webkit-transform: rotate(20deg) scale(0.5);
           -moz-transform: rotate(20deg) scale(0.5);
            -ms-transform: rotate(20deg) scale(0.5);
             -o-transform: rotate(20deg) scale(0.5);
                transform: rotate(20deg) scale(0.5);
        height: 25%; }
    body section.content-slide .toggle-menu {
      right: 1.5rem;
      top: 1.5rem; }
    body section.content-slide .content-desc {
      margin-top: 50%; }
      body section.content-slide .content-desc h2 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #ea7823;
        border-bottom: 1px solid; }
      body section.content-slide .content-desc p {
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 1.2;
        min-height: 100px; }
        body section.content-slide .content-desc p a {
          display: inline-block;
          color: #46abd9; }
        body section.content-slide .content-desc p span {
          color: #42B649; }
        body section.content-slide .content-desc p.subDescriptionTuitBdB {
          display: inline-block;
          margin-bottom: 0px; }
        body section.content-slide .content-desc p.subDescriptionTitleTuitBdB {
          color: #46abd9;
          margin-bottom: 0px; }
        body section.content-slide .content-desc p.subDescriptionTitle {
          color: #46b39c;
          margin-bottom: 0px; }
        body section.content-slide .content-desc p.subDescription {
          line-height: 1;
          min-height: 0px; }
        body section.content-slide .content-desc p.description {
          min-height: 0px; }
    body section.content-slide .content-buttons {
      text-align: center;
      margin: 2rem 0 0; }
      body section.content-slide .content-buttons.buttons-left {
        text-align: left; }
        body section.content-slide .content-buttons.buttons-left .button {
          margin-left: 0; }
    body section.content-slide.slide-portrait .content-desc {
      margin-top: 40%; }
      body section.content-slide.slide-portrait .content-desc h2 {
        width: 200px; }
    body section.content-slide.slide-portrait .img_full {
      text-align: center;
      width: 100% !important; }
    body section.content-slide.slide-portrait .img-slide {
      text-align: left; }
      body section.content-slide.slide-portrait .img-slide img:first-child {
        width: 95%; }
  body section.content-cover {
    position: absolute;
    width: 100%;
    min-height: 100%;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    background: white; }
    body section.content-cover > .row {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body section.content-cover > .row .columns {
        height: 100%;
        position: relative; }
    body section.content-cover .content-image {
      overflow: hidden; }
      body section.content-cover .content-image img {
        position: absolute;
        bottom: 50%;
        width: 100%;
        -webkit-transform: translateY(50%);
           -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
             -o-transform: translateY(50%);
                transform: translateY(50%); }
    body section.content-cover .menu-cover .content-desc {
      width: 50%; }
      body section.content-cover .menu-cover .content-desc .icon-cover {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3.5s;
          -o-animation-delay: 3.5s;
             animation-delay: 3.5s;
        -webkit-animation: flipInX 1s;
           -moz-animation: flipInX 1s;
             -o-animation: flipInX 1s;
                animation: flipInX 1s; }
      body section.content-cover .menu-cover .content-desc .text-cover {
        -webkit-animation: fadeInDown 0.5s;
           -moz-animation: fadeInDown 0.5s;
             -o-animation: fadeInDown 0.5s;
                animation: fadeInDown 0.5s; }
        body section.content-cover .menu-cover .content-desc .text-cover h2 {
          font-size: 1.5rem;
          color: white;
          text-align: left;
          line-height: 1.1;
          margin-bottom: 1rem;
          padding-left: 8px; }
        body section.content-cover .menu-cover .content-desc .text-cover ul {
          list-style: none;
          text-align: left;
          margin: 0;
          padding: 0; }
          body section.content-cover .menu-cover .content-desc .text-cover ul li {
            width: 100%;
            height: 50px;
            margin-bottom: 0.5rem;
            position: relative; }
            body section.content-cover .menu-cover .content-desc .text-cover ul li a {
              position: absolute;
              width: 100%;
              height: 100%;
              font-weight: bold;
              text-align: left;
              padding-left: 1rem;
              display: table;
              margin: 0; }
              body section.content-cover .menu-cover .content-desc .text-cover ul li a span {
                display: table-cell;
                vertical-align: middle; }
      body section.content-cover .menu-cover .content-desc .button {
        -webkit-animation: none;
           -moz-animation: none;
             -o-animation: none;
                animation: none; }
    body section.content-cover .content-desc {
      position: absolute;
      right: 50%;
      bottom: 50%;
      -webkit-transform: translate(50%, 50%);
         -moz-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
           -o-transform: translate(50%, 50%);
              transform: translate(50%, 50%);
      text-align: center; }
      body section.content-cover .content-desc .icon-cover {
        -webkit-animation: flipInY 1s;
           -moz-animation: flipInY 1s;
             -o-animation: flipInY 1s;
                animation: flipInY 1s; }
      body section.content-cover .content-desc .text-cover {
        margin: 1rem 0 7rem;
        -webkit-animation: bounce 1s;
           -moz-animation: bounce 1s;
             -o-animation: bounce 1s;
                animation: bounce 1s; }
        body section.content-cover .content-desc .text-cover h1 {
          color: #231f20;
          font-weight: bold;
          line-height: 1;
          font-size: 3.7rem; }
        body section.content-cover .content-desc .text-cover p {
          font-size: 1rem;
          color: #231f20;
          font-weight: bold;
          line-height: 1.3; }
      body section.content-cover .content-desc .span-label {
        font-size: 1.5rem;
        margin-top: -3rem;
        display: block;
        -webkit-animation: flipInY 1s;
           -moz-animation: flipInY 1s;
             -o-animation: flipInY 1s;
                animation: flipInY 1s; }
      body section.content-cover .content-desc .button {
        -webkit-animation: flipInY 1s;
           -moz-animation: flipInY 1s;
             -o-animation: flipInY 1s;
                animation: flipInY 1s; }
  body footer {
    position: absolute;
    bottom: 0;
    right: 0; }
    body footer.footer-cover {
      background: #253771;
      width: 100%;
      text-align: right;
      height: 80px; }
      body footer.footer-cover img {
        height: 60px;
        position: absolute;
        right: 1.5rem;
        bottom: 50%;
        -webkit-transform: translateY(50%);
           -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
             -o-transform: translateY(50%);
                transform: translateY(50%); }
    body footer.footer-home {
      bottom: 2rem;
      right: 50%;
      -webkit-transform: translateX(50%);
         -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
           -o-transform: translateX(50%);
              transform: translateX(50%); }
    body footer.footer-slide {
      position: static;
      padding: 0.5rem 1rem;
      text-align: right;
      background: #253771;
      height: 60px; }

.buttonSlideVideo {
  width: 20% !important; }

.button {
  width: 200px;
  background: white;
  border-color: #ea7823;
  color: #ea7823;
  font-weight: bold;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  margin: 0 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1px solid #d36828; }
  .button.small-button {
    padding: 9px;
    font-size: 0.9rem;
    min-width: 150px; }

.arrow {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 100;
  cursor: pointer; }
  .arrow.arrow-left {
    display: block;
    width: 60px;
    height: 113px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -605px -861px;
    left: 1px; }
  .arrow.arrow-right {
    display: block;
    width: 60px;
    height: 113px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -673px -861px;
    right: 0; }

.toggle-menu {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer; }
  .toggle-menu span, .toggle-menu:before, .toggle-menu:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background-color: rgba(18, 21, 45, 0.5);
    -webkit-transition: all 0.28s ease-out;
    -o-transition: all 0.28s ease-out;
    -moz-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .toggle-menu span {
    margin: 5px 0; }
  .toggle-menu:hover span, .toggle-menu.active span {
    opacity: 0; }
  .toggle-menu:hover:before, .toggle-menu.active:before {
    -webkit-transform: rotate(45deg) translate(11px, 11px);
       -moz-transform: rotate(45deg) translate(11px, 11px);
        -ms-transform: rotate(45deg) translate(11px, 11px);
         -o-transform: rotate(45deg) translate(11px, 11px);
            transform: rotate(45deg) translate(11px, 11px); }
  .toggle-menu:hover:after, .toggle-menu.active:after {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
       -moz-transform: rotate(-45deg) translate(3px, -3px);
        -ms-transform: rotate(-45deg) translate(3px, -3px);
         -o-transform: rotate(-45deg) translate(3px, -3px);
            transform: rotate(-45deg) translate(3px, -3px); }

.home-button {
  display: block;
  width: 87px;
  height: 87px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -7px -611px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out;
  -o-transition: -o-transform 0.28s ease-out;
  -moz-transition: transform 0.28s ease-out, -moz-transform 0.28s ease-out;
  transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out, -webkit-transform 0.28s ease-out, -moz-transform 0.28s ease-out, -o-transform 0.28s ease-out; }
  .home-button:hover {
    display: block;
    width: 87px;
    height: 87px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -110px -611px;
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95); }

.overlay-menu {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 47, 73, 0.8);
  z-index: -1;
  -webkit-transition: all 0.28s ease-out;
  -o-transition: all 0.28s ease-out;
  -moz-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out; }
  .overlay-menu.open-menu {
    opacity: 1;
    z-index: 1000; }
    .overlay-menu.open-menu .main-menu {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
  .overlay-menu .main-menu {
    position: absolute;
    right: 0;
    width: 550px;
    height: 100%;
    background: white;
    -webkit-transform: translateX(550px);
       -moz-transform: translateX(550px);
        -ms-transform: translateX(550px);
         -o-transform: translateX(550px);
            transform: translateX(550px);
    -webkit-transition: all 0.28s ease-out;
    -o-transition: all 0.28s ease-out;
    -moz-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    overflow: auto; }
    .overlay-menu .main-menu .toggle-menu {
      right: 1.5rem;
      top: 1.5rem; }
    .overlay-menu .main-menu ul {
      bottom: 50%;
      right: 50%;
      padding: 0;
      width: 70%;
      list-style: none;
      margin: 4rem auto; }
      .overlay-menu .main-menu ul li {
        border-bottom: 1px solid rgba(93, 93, 93, 0.4);
        margin-bottom: 0px;
        position: relative;
        padding: 0.5rem 0; }
        .overlay-menu .main-menu ul li:hover {
          color: #ea7823; }
          .overlay-menu .main-menu ul li:hover:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-top: 9px solid transparent;
            border-left: 12px solid #ea7823;
            border-bottom: 10px solid transparent;
            left: -26px;
            bottom: 58%;
            -webkit-transform: translateY(50%);
               -moz-transform: translateY(50%);
                -ms-transform: translateY(50%);
                 -o-transform: translateY(50%);
                    transform: translateY(50%); }
        .overlay-menu .main-menu ul li:nth-child(1) .icon {
          display: block;
          width: 55px;
          height: 57px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: 0px -929px; }
        .overlay-menu .main-menu ul li:nth-child(1):hover {
          color: #00458a; }
          .overlay-menu .main-menu ul li:nth-child(1):hover:before {
            border-left-color: #00458a; }
        .overlay-menu .main-menu ul li:nth-child(2) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -67px; }
        .overlay-menu .main-menu ul li:nth-child(2):hover {
          color: #00458a; }
          .overlay-menu .main-menu ul li:nth-child(2):hover:before {
            border-left-color: #00458a; }
        .overlay-menu .main-menu ul li:nth-child(3) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -5px 0px; }
        .overlay-menu .main-menu ul li:nth-child(3):hover {
          color: #e15c4d; }
          .overlay-menu .main-menu ul li:nth-child(3):hover:before {
            border-left-color: #e15c4d; }
        .overlay-menu .main-menu ul li:nth-child(4) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -5px -268px; }
        .overlay-menu .main-menu ul li:nth-child(4):hover {
          color: #46b39c; }
          .overlay-menu .main-menu ul li:nth-child(4):hover:before {
            border-left-color: #46b39c; }
        .overlay-menu .main-menu ul li:nth-child(5) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -5px -134px; }
        .overlay-menu .main-menu ul li:nth-child(5):hover {
          color: #f0c94b; }
          .overlay-menu .main-menu ul li:nth-child(5):hover:before {
            border-left-color: #f0c94b; }
        .overlay-menu .main-menu ul li:nth-child(6) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -5px -335px; }
        .overlay-menu .main-menu ul li:nth-child(6):hover {
          color: #ea7823; }
          .overlay-menu .main-menu ul li:nth-child(6):hover:before {
            border-left-color: #ea7823; }
        .overlay-menu .main-menu ul li:nth-child(7) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -5px -201px; }
        .overlay-menu .main-menu ul li:nth-child(7):hover {
          color: #73195a; }
          .overlay-menu .main-menu ul li:nth-child(7):hover:before {
            border-left-color: #73195a; }
        .overlay-menu .main-menu ul li:nth-child(8) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -799px; }
        .overlay-menu .main-menu ul li:nth-child(8):hover {
          color: #46abd9; }
          .overlay-menu .main-menu ul li:nth-child(8):hover:before {
            border-left-color: #46abd9; }
        .overlay-menu .main-menu ul li:nth-child(9) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -1px -864px; }
        .overlay-menu .main-menu ul li:nth-child(9):hover {
          color: #80c448; }
          .overlay-menu .main-menu ul li:nth-child(9):hover:before {
            border-left-color: #80c448; }
        .overlay-menu .main-menu ul li:nth-child(10) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -5px -535px; }
        .overlay-menu .main-menu ul li:nth-child(10):hover {
          color: #003e7c; }
          .overlay-menu .main-menu ul li:nth-child(10):hover:before {
            border-left-color: #003e7c; }
        .overlay-menu .main-menu ul li:nth-child(11) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -602px; }
        .overlay-menu .main-menu ul li:nth-child(11):hover {
          color: #e15c4d; }
          .overlay-menu .main-menu ul li:nth-child(11):hover:before {
            border-left-color: #e15c4d; }
        .overlay-menu .main-menu ul li:nth-child(12) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -669px; }
        .overlay-menu .main-menu ul li:nth-child(12):hover {
          color: #e15c4d; }
          .overlay-menu .main-menu ul li:nth-child(12):hover:before {
            border-left-color: #e15c4d; }
        .overlay-menu .main-menu ul li:nth-child(13) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -735px; }
        .overlay-menu .main-menu ul li:nth-child(13):hover {
          color: #f0c94b; }
          .overlay-menu .main-menu ul li:nth-child(13):hover:before {
            border-left-color: #f0c94b; }
        .overlay-menu .main-menu ul li:nth-child(14) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -401px; }
        .overlay-menu .main-menu ul li:nth-child(14):hover {
          color: #46abd9; }
          .overlay-menu .main-menu ul li:nth-child(14):hover:before {
            border-left-color: #46abd9; }
        .overlay-menu .main-menu ul li:nth-child(15) .icon {
          display: block;
          width: 53px;
          height: 53px;
          background-image: url("../img/newicons.png");
          background-repeat: no-repeat;
          background-position: -4px -468px; }
        .overlay-menu .main-menu ul li:nth-child(15):hover {
          color: #00aaff; }
          .overlay-menu .main-menu ul li:nth-child(15):hover:before {
            border-left-color: #00aaff; }
      .overlay-menu .main-menu ul a {
        font-size: 1.3rem;
        color: inherit;
        font-weight: bold;
        width: 100%;
        display: block; }
        .overlay-menu .main-menu ul a:after, .overlay-menu .main-menu ul a:before {
          content: "";
          clear: both;
          display: block; }
      .overlay-menu .main-menu ul span.texto {
        float: left;
        margin-top: 10px; }
      .overlay-menu .main-menu ul span.icon {
        float: right; }

.multifuncional .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -411px 2px;
  margin: 0 auto; }

.multifuncional .menu-cover {
  background-color: #ea7823; }
  .multifuncional .menu-cover .icon-cover {
    display: block;
    width: 145px;
    height: 120px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -941px -23px;
    margin: 0 auto; }

.multifuncional .button.hight {
  background: #ea7823;
  color: white; }
  .multifuncional .button.hight:hover {
    background: transparent;
    color: #ea7823; }

.multifuncional .button:hover, .multifuncional .button.active, .multifuncional .button:focus {
  background-color: #ea7823;
  color: white; }

.multifuncional.content-slide .content-desc h2 {
  color: #ea7823; }

.multifuncional .bullet {
  background-color: #ea7823; }

.kiosko .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -238px -621px;
  margin: 0 auto; }

.kiosko .menu-cover {
  background-color: #73195a; }
  .kiosko .menu-cover .icon-cover {
    display: block;
    width: 100px;
    height: 125px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -787px -630px;
    margin: 0 auto; }

.kiosko .button {
  color: #73195a;
  border-color: #4e053a; }
  .kiosko .button.hight {
    background: #73195a;
    color: white; }
    .kiosko .button.hight:hover {
      background: transparent;
      color: #73195a; }
  .kiosko .button:hover, .kiosko .button.active, .kiosko .button:focus {
    background-color: #73195a;
    color: white; }

.kiosko.content-slide .content-desc h2 {
  color: #73195a; }

.kiosko .bullet {
  background-color: #73195a; }

.cajero .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -238px -411px;
  margin: 0 auto; }

.cajero .menu-cover {
  background-color: #f0c94b; }
  .cajero .menu-cover .icon-cover {
    display: block;
    width: 166px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -766px -378px;
    margin: 0 auto; }

.cajero .button {
  color: #f0c94b;
  border-color: #d8b543; }
  .cajero .button.hight {
    background: #f0c94b;
    color: white; }
    .cajero .button.hight:hover {
      background: transparent;
      color: #f0c94b; }
  .cajero .button:hover, .cajero .button.active, .cajero .button:focus {
    background-color: #f0c94b;
    color: white; }

.cajero.content-slide .content-desc h2 {
  color: #f0c94b; }

.cajero .bullet {
  background-color: #f0c94b; }

.internet .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -238px -205px;
  margin: 0 auto; }

.internet .menu-cover {
  background-color: #00458a; }
  .internet .menu-cover .icon-cover {
    display: block;
    width: 138px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -776px -173px;
    margin: 0 auto; }

.internet .button {
  color: #00458a;
  border-color: #003e7c; }
  .internet .button.hight {
    background: #00458a;
    color: white; }
    .internet .button.hight:hover {
      background: transparent;
      color: #00458a; }
  .internet .button:hover, .internet .button.active, .internet .button:focus {
    background-color: #00458a;
    color: white; }

.internet.content-slide .content-desc h2 {
  color: #00458a; }

.internet .bullet {
  background-color: #00458a; }

.bancamovil .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -238px 2px;
  margin: 0 auto; }

.bancamovil .menu-cover {
  background-color: #e15c4d; }
  .bancamovil .menu-cover .icon-cover {
    display: block;
    width: 94px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -796px 2px;
    margin: 0 auto; }

.bancamovil .button {
  color: #e15c4d;
  border-color: #cb5345; }
  .bancamovil .button.hight {
    background: #e15c4d;
    color: white; }
    .bancamovil .button.hight:hover {
      background: transparent;
      color: #e15c4d; }
  .bancamovil .button:hover, .bancamovil .button.active, .bancamovil .button:focus {
    background-color: #e15c4d;
    color: white; }

.bancamovil.content-slide .content-desc h2 {
  color: #e15c4d; }

.bancamovil .bullet {
  background-color: #e15c4d; }

.servilinea .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -238px -826px;
  margin: 0 auto; }

.servilinea .menu-cover {
  background-color: #46b39c; }
  .servilinea .menu-cover .icon-cover {
    display: block;
    width: 166px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -776px -802px;
    margin: 0 auto; }

.servilinea .button {
  color: #46b39c;
  border-color: #3fa18c; }
  .servilinea .button.hight {
    background: #46b39c;
    color: white; }
    .servilinea .button.hight:hover {
      background: transparent;
      color: #46b39c; }
  .servilinea .button:hover, .servilinea .button.active, .servilinea .button:focus {
    background-color: #46b39c;
    color: white; }

.servilinea.content-slide .content-desc h2 {
  color: #46b39c; }

.servilinea .bullet {
  background-color: #46b39c; }

.tuitbdb .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -584px -617px;
  margin: 0 auto; }

.tuitbdb .menu-cover {
  background-color: #46abd9; }
  .tuitbdb .menu-cover .icon-cover {
    display: block;
    width: 130px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -1100px -622px;
    margin: 0 auto; }

.tuitbdb .button {
  color: #46abd9;
  border-color: #3f9ac3; }
  .tuitbdb .button.hight {
    background: #46abd9;
    color: white; }
    .tuitbdb .button.hight:hover {
      background: transparent;
      color: #46abd9; }
  .tuitbdb .button:hover, .tuitbdb .button.active, .tuitbdb .button:focus {
    background-color: #46abd9;
    color: white; }

.tuitbdb.content-slide .content-desc h2 {
  color: #46abd9; }

.tuitbdb .bullet {
  background-color: #46abd9; }

.corresponsales .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -584px -401px;
  margin: 0 auto; }

.corresponsales .menu-cover {
  background-color: #80c448; }
  .corresponsales .menu-cover .icon-cover {
    display: block;
    width: 130px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -1141px -392px;
    margin: 0 auto; }

.corresponsales .button {
  color: #80c448;
  border-color: #257F3C; }
  .corresponsales .button.hight {
    background: #80c448;
    color: white; }
    .corresponsales .button.hight:hover {
      background: transparent;
      color: #80c448; }
  .corresponsales .button:hover, .corresponsales .button.active, .corresponsales .button:focus {
    background-color: #80c448;
    color: white; }

.corresponsales.content-slide .content-desc h2 {
  color: #80c448; }

.corresponsales .bullet {
  background-color: #80c448; }

.avalpay .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -413px -620px;
  margin: 0 auto; }

.avalpay .menu-cover {
  background-color: #003e7c; }
  .avalpay .menu-cover .icon-cover {
    display: block;
    width: 99px;
    height: 166px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -961px -622px;
    margin: 0 auto; }

.avalpay .button {
  color: #003e7c;
  border-color: #003e7c; }
  .avalpay .button.hight {
    background: #003e7c;
    color: white; }
    .avalpay .button.hight:hover {
      background: transparent;
      color: #003e7c; }
  .avalpay .button:hover, .avalpay .button.active, .avalpay .button:focus {
    background-color: #003e7c;
    color: white; }

.avalpay.content-slide .content-desc h2 {
  color: #003e7c; }

.avalpay .bullet {
  background-color: #003e7c; }

.avalcenter .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -409px -827px;
  margin: 0 auto; }

.avalcenter .menu-cover {
  background-color: #e15c4d; }
  .avalcenter .menu-cover .icon-cover {
    display: block;
    width: 146px;
    height: 150px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -944px -846px;
    margin: 0 auto; }

.avalcenter .button {
  color: #e15c4d;
  border-color: #e15c4d; }
  .avalcenter .button.hight {
    background: #e15c4d;
    color: white; }
    .avalcenter .button.hight:hover {
      background: transparent;
      color: #e15c4d; }
  .avalcenter .button:hover, .avalcenter .button.active, .avalcenter .button:focus {
    background-color: #e15c4d;
    color: white; }

.avalcenter.content-slide .content-desc h2 {
  color: #e15c4d; }

.avalcenter .bullet {
  background-color: #e15c4d; }

.bancamovilsms .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -582px -2px;
  margin: 0 auto; }

.bancamovilsms .menu-cover {
  background-color: #46b39c; }
  .bancamovilsms .menu-cover .icon-cover {
    display: block;
    width: 94px;
    height: 135px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -1147px -27px;
    margin: 0 auto; }

.bancamovilsms .button {
  color: #46b39c;
  border-color: #46b39c; }
  .bancamovilsms .button.hight {
    background: #46b39c;
    color: white; }
    .bancamovilsms .button.hight:hover {
      background: transparent;
      color: #46b39c; }
  .bancamovilsms .button:hover, .bancamovilsms .button.active, .bancamovilsms .button:focus {
    background-color: #46b39c;
    color: white; }

.bancamovilsms.content-slide .content-desc h2 {
  color: #46b39c; }

.bancamovilsms .bullet {
  background-color: #46b39c; }

.mibobdb .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -583px -207px;
  margin: 0 auto; }

.mibobdb .menu-cover {
  background-color: #f0c94b; }
  .mibobdb .menu-cover .icon-cover {
    display: block;
    width: 120px;
    height: 120px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -1135px -240px;
    margin: 0 auto; }

.mibobdb .button {
  color: #f0c94b;
  border-color: #f0c94b; }
  .mibobdb .button.hight {
    background: #f0c94b;
    color: white; }
    .mibobdb .button.hight:hover {
      background: transparent;
      color: #f0c94b; }
  .mibobdb .button:hover, .mibobdb .button.active, .mibobdb .button:focus {
    background-color: #f0c94b;
    color: white; }

.mibobdb.content-slide .content-desc h2 {
  color: #f0c94b; }

.mibobdb .bullet {
  background-color: #f0c94b; }

.pse .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -408px -206px;
  margin: 0 auto; }

.pse .menu-cover {
  background-color: #46abd9; }
  .pse .menu-cover .icon-cover {
    display: block;
    width: 140px;
    height: 124px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -950px -232px;
    margin: 0 auto; }

.pse .button {
  color: #46abd9;
  border-color: #46abd9; }
  .pse .button.hight {
    background: #46abd9;
    color: white; }
    .pse .button.hight:hover {
      background: transparent;
      color: #46abd9; }
  .pse .button:hover, .pse .button.active, .pse .button:focus {
    background-color: #46abd9;
    color: white; }

.pse.content-slide .content-desc h2 {
  color: #46abd9; }

.pse .bullet {
  background-color: #46abd9; }

.clavesegura .icon-cover {
  display: block;
  width: 166px;
  height: 166px;
  background-image: url("../img/newicons.png");
  background-repeat: no-repeat;
  background-position: -412px -411px;
  margin: 0 auto; }

.clavesegura .menu-cover {
  background-color: #80c448; }
  .clavesegura .menu-cover .icon-cover {
    display: block;
    width: 94px;
    height: 109px;
    background-image: url("../img/newicons.png");
    background-repeat: no-repeat;
    background-position: -967px -450px;
    margin: 0 auto; }

.clavesegura .button {
  color: #80c448;
  border-color: #80c448; }
  .clavesegura .button.hight {
    background: #80c448;
    color: white; }
    .clavesegura .button.hight:hover {
      background: transparent;
      color: #80c448; }
  .clavesegura .button:hover, .clavesegura .button.active, .clavesegura .button:focus {
    background-color: #80c448;
    color: white; }

.clavesegura.content-slide .content-desc h2 {
  color: #80c448; }

.clavesegura .bullet {
  background-color: #80c448; }

.landscape_phone {
  width: auto !important; }

.view {
  width: 100%;
  height: 100%;
  background: white; }

.view.ng-enter,
.view.ng-leave {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.view.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
       animation: fadeIn 0.5s; }

.h2Corresponsal {
  font-size: 27px;
  color: #80c448;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px; }

.contencDescFull {
  margin-top: 4% !important; }

.divCenterFull {
  left: 50%;
  top: 45%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%; }
  .divCenterFull .buttonCorresponsales {
    border-color: #257F3C; }

.migaCorresponsal {
  position: absolute;
  right: 110px;
  top: 29px; }

.content-multiple {
  margin-bottom: 1rem; }

@media screen and (max-width: 48em) {
  .fondo_home_1 {
    background-image: url(../img/fondo_home_movil_1.jpg); }
  .fondo_home_2 {
    background-image: url(../img/fondo_home_movil_2.jpg); }
  .fondo_home_3 {
    background-image: url(../img/fondo_home_movil_3.jpg); }
  body {
    overflow: auto; }
    body .view {
      min-height: auto; }
      body .view.main-view {
        position: absolute;
        min-height: 630px; }
    body section.content-slide {
      position: static;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      width: 90%;
      margin: 0 auto;
      border-color: rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 5px 5px 0 0;
         -moz-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0;
      padding: 15px 0;
      padding-top: 0;
      min-height: 512px; }
      body section.content-slide h1 {
        font-size: 0.6rem; }
      body section.content-slide .content-desc {
        margin-top: 1rem;
        width: 100%; }
        body section.content-slide .content-desc h2 {
          font-size: 1.1rem; }
        body section.content-slide .content-desc p {
          font-size: 0.8rem;
          min-height: 50px;
          margin-bottom: 0.5rem; }
      body section.content-slide .img-slide {
        min-height: 190px; }
        body section.content-slide .img-slide .bullet {
          width: 30px;
          height: 30px;
          font-size: 1.2rem; }
        body section.content-slide .img-slide .cuenta-gif {
          height: 3%; }
      body section.content-slide .content-buttons.buttons-left {
        text-align: center; }
        body section.content-slide .content-buttons.buttons-left .button {
          margin: 0 auto; }
      body section.content-slide.slide-portrait {
        min-height: 660px; }
        body section.content-slide.slide-portrait .content-desc {
          margin-top: 10%; }
          body section.content-slide.slide-portrait .content-desc h2 {
            width: 100%; }
    body section.content-cover {
      position: static;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      min-height: inherit; }
      body section.content-cover > .row {
        position: static; }
      body section.content-cover .content-image img {
        height: auto;
        max-width: 100%;
        position: relative;
        bottom: none;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
      body section.content-cover .content-desc {
        position: static;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
        body section.content-cover .content-desc .text-cover {
          margin: 2rem 0 2rem; }
          body section.content-cover .content-desc .text-cover h1 {
            font-size: 2rem; }
        body section.content-cover .content-desc .icon-cover {
          margin-top: 2rem; }
        body section.content-cover .content-desc .button {
          margin-bottom: 5rem; }
        body section.content-cover .content-desc .span-label {
          margin-top: 0;
          margin-bottom: 2rem; }
      body section.content-cover .menu-cover {
        background: white; }
        body section.content-cover .menu-cover .icon-cover {
          margin: 0 auto 1rem; }
        body section.content-cover .menu-cover .content-desc {
          width: 100%;
          min-height: 310px;
          padding-top: 2rem;
          padding-bottom: 1rem; }
          body section.content-cover .menu-cover .content-desc .text-cover {
            width: 70%;
            margin: 0 auto; }
            body section.content-cover .menu-cover .content-desc .text-cover h2 {
              /*font-size: 1.3rem;
							width: 80%;
							margin: 0 auto 2rem;*/
              font-size: 1.3rem;
              width: 100%;
              margin: 0 auto 2rem;
              padding-left: 5px; }
            body section.content-cover .menu-cover .content-desc .text-cover ul li {
              height: 30px; }
              body section.content-cover .menu-cover .content-desc .text-cover ul li a {
                padding-top: 10px;
                font-size: 0.6rem; }
              body section.content-cover .menu-cover .content-desc .text-cover ul li span.number {
                height: 35px;
                width: 35px;
                font-size: 1.2rem; }
    body section.content-home {
      position: static; }
      body section.content-home .content-home-center {
        width: 90%;
        margin: 0 auto;
        position: absolute;
        z-index: 9;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate(50%, 50%);
           -moz-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
             -o-transform: translate(50%, 50%);
                transform: translate(50%, 50%); }
        body section.content-home .content-home-center p {
          font-size: 0.8rem; }
        body section.content-home .content-home-center h1 {
          font-size: 3rem;
          margin-bottom: 2rem; }
          body section.content-home .content-home-center h1 span {
            font-size: 1.8rem; }
        body section.content-home .content-home-center ul li {
          width: 25%;
          margin-bottom: 0.5rem; }
        body section.content-home .content-home-center .menu-home {
          width: 80%;
          margin-top: 1rem; }
          body section.content-home .content-home-center .menu-home li {
            -webkit-transform: scale(0.8);
               -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                 -o-transform: scale(0.8);
                    transform: scale(0.8);
            -webkit-transform-origin: center center;
               -moz-transform-origin: center center;
                -ms-transform-origin: center center;
                 -o-transform-origin: center center;
                    transform-origin: center center;
            margin-bottom: 0; }
        body section.content-home .content-home-center .button {
          width: 70%;
          margin: 0; }
    body footer {
      position: static;
      height: auto; }
      body footer.footer-cover {
        height: auto; }
        body footer.footer-cover img {
          position: static;
          height: auto;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; }
      body footer.footer-slide {
        height: auto; }
      body footer.footer-home {
        width: 100%;
        right: 50%;
        text-align: center;
        position: absolute;
        bottom: 1rem; }
        body footer.footer-home .logo-footer {
          background: transparent; }
        body footer.footer-home img {
          width: 85%; }
      body footer .logo-footer {
        background: #253771;
        text-align: center;
        padding: 0.5rem 0; }
        body footer .logo-footer img {
          width: 75%; }
  .arrow {
    display: none !important; }
  .topbar {
    padding: 1rem 0; }
    .topbar h1 {
      font-size: 0.89rem;
      line-height: 1;
      margin: 0; }
      .topbar h1 strong {
        display: block;
        font-size: 100%; }
    .topbar .toggle-menu {
      position: static;
      width: 26px;
      height: 22px; }
      .topbar .toggle-menu span, .topbar .toggle-menu:before, .topbar .toggle-menu:after {
        height: 4px; }
      .topbar .toggle-menu span {
        margin: 3px 0; }
  .button {
    width: 120px;
    margin: 0 0.1rem;
    font-size: 0.8rem; }
    .button.small-button {
      /*min-width: 110px;*/
      min-width: 200px;
      margin-bottom: 10px !important; }
  .toggle-menu {
    right: 2.5rem;
    top: 2rem; }
  .home-button {
    display: none; }
  .mostrar:hover + .oculto {
    display: none !important; }
  .overlay-menu .main-menu {
    width: 300px; }
    .overlay-menu .main-menu ul {
      width: 80%;
      bottom: 46%; }
      .overlay-menu .main-menu ul li {
        padding: 0.2rem 0; }
      .overlay-menu .main-menu ul a {
        font-size: 0.8rem; }
      .overlay-menu .main-menu ul li .icon {
        -moz-background-size: 625px 627px;
             background-size: 625px 627px; }
      .overlay-menu .main-menu ul li:nth-child(1) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -463px; }
      .overlay-menu .main-menu ul li:nth-child(2) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -32px; }
      .overlay-menu .main-menu ul li:nth-child(3) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px 2px; }
      .overlay-menu .main-menu ul li:nth-child(4) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -130px; }
      .overlay-menu .main-menu ul li:nth-child(5) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -63px; }
      .overlay-menu .main-menu ul li:nth-child(6) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -165px; }
      .overlay-menu .main-menu ul li:nth-child(7) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -96px; }
      .overlay-menu .main-menu ul li:nth-child(8) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -398px; }
      .overlay-menu .main-menu ul li:nth-child(9) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -430px; }
      .overlay-menu .main-menu ul li:nth-child(10) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -265px; }
      .overlay-menu .main-menu ul li:nth-child(11) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -299px; }
      .overlay-menu .main-menu ul li:nth-child(12) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -332px; }
      .overlay-menu .main-menu ul li:nth-child(13) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -365px; }
      .overlay-menu .main-menu ul li:nth-child(14) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -199px; }
      .overlay-menu .main-menu ul li:nth-child(15) .icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../img/newicons.png");
        background-repeat: no-repeat;
        background-position: 1px -232px; }
  .multifuncional.topbar h1 a {
    color: #ea7823; }
  .multifuncional .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -480px -12px;
    margin: 0 auto; }
  .multifuncional .menu-cover .content-desc {
    background-color: #ea7823; }
  .kiosko.topbar h1 a {
    color: #73195a; }
  .kiosko .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -393px -325px;
    margin: 0 auto; }
  .kiosko .menu-cover .content-desc {
    background-color: #73195a; }
  .cajero.topbar h1 a {
    color: #f0c94b; }
  .cajero .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -394px -221px;
    margin: 0 auto; }
  .cajero .menu-cover .content-desc {
    background-color: #f0c94b; }
  .internet.topbar h1 a {
    color: #00458a; }
  .internet .menu-cover .icon-cover {
    display: block;
    width: 60px;
    height: 49px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -390px -120px;
    margin: 0 auto; }
  .internet .menu-cover .content-desc {
    background-color: #00458a; }
  .bancamovil.topbar h1 a {
    color: #e15c4d; }
  .bancamovil .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -395px -13px;
    margin: 0 auto; }
  .bancamovil .menu-cover .content-desc {
    background-color: #e15c4d; }
  .servilinea.topbar h1 a {
    color: #46b39c; }
  .servilinea .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -393px -430px;
    margin: 0 auto; }
  .servilinea .menu-cover .content-desc {
    background-color: #46b39c; }
  .tuitbdb.topbar h1 a {
    color: #46abd9; }
  .tuitbdb .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -568px -324px;
    margin: 0 auto; }
  .tuitbdb .menu-cover .content-desc {
    background-color: #46abd9; }
  .corresponsales.topbar h1 a {
    color: #80c448; }
  .corresponsales .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -570px -221px;
    margin: 0 auto; }
  .corresponsales .menu-cover .content-desc {
    background-color: #80c448; }
  .avalpay.topbar h1 a {
    color: #003e7c; }
  .avalpay .menu-cover .icon-cover {
    display: block;
    width: 52px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -480px -323px;
    margin: 0 auto; }
  .avalpay .menu-cover .content-desc {
    background-color: #003e7c; }
  .avalcenter.topbar h1 a {
    color: #e15c4d; }
  .avalcenter .menu-cover .icon-cover {
    display: block;
    width: 74px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -473px -429px;
    margin: 0 auto; }
  .avalcenter .menu-cover .content-desc {
    background-color: #e15c4d; }
  .bancamovilsms.topbar h1 a {
    color: #46b39c; }
  .bancamovilsms .menu-cover .icon-cover {
    display: block;
    width: 74px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -559px -12px;
    margin: 0 auto; }
  .bancamovilsms .menu-cover .content-desc {
    background-color: #46b39c; }
  .mibobdb.topbar h1 a {
    color: #f0c94b; }
  .mibobdb .menu-cover .icon-cover {
    display: block;
    width: 74px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -559px -116px;
    margin: 0 auto; }
  .mibobdb .menu-cover .content-desc {
    background-color: #f0c94b; }
  .pse.topbar h1 a {
    color: #46abd9; }
  .pse .menu-cover .icon-cover {
    display: block;
    width: 74px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -469px -116px;
    margin: 0 auto; }
  .pse .menu-cover .content-desc {
    background-color: #46abd9; }
  .clavesegura.topbar h1 a {
    color: #80c448; }
  .clavesegura .menu-cover .icon-cover {
    display: block;
    width: 74px;
    height: 55px;
    background-image: url("../img/newicons_mov.png");
    background-repeat: no-repeat;
    background-position: -469px -222px;
    margin: 0 auto; }
  .clavesegura .menu-cover .content-desc {
    background-color: #80c448; }
  .view.ng-enter,
  .view.ng-leave {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .view.ng-enter {
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none; }
  /* Corresponsales */
  .h2Corresponsal {
    font-size: 1.2rem;
    color: #80c448;
    text-align: center;
    width: 90%;
    margin: 0 auto 2rem;
    line-height: 1; }
  .divCenterFull {
    position: static;
    width: 97%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
    .divCenterFull .imgCorrespnsal {
      max-width: 70%; }
  .migaCorresponsal {
    margin: 1rem auto !important; }
  body section.content-slide.slide-portrait {
    min-height: none; }
  body section.content-slide .img-slide {
    min-height: 123px; }
  body section.content-slide.slide-portrait .img-slide {
    text-align: center; }
  .row .row {
    margin-top: 0px; }
  .noDisplay {
    display: none; }
  body section.content-slide h1 {
    font-size: 18px;
    position: static;
    text-align: center; }
  body section.content-slide.slide-portrait .img-slide img:first-child {
    width: 72%;
    padding-bottom: 12px; }
  body section.content-slide .content-buttons {
    text-align: center;
    margin: 0rem 0 0; }
  .imgCorresponsal {
    /*width: 100%;
    	padding-bottom: 12px;
    	padding-top: 50%;*/ }
  body section.content-slide.slide-portrait .img-slide img:first-child {
    width: 91%;
    padding-bottom: 12px; }
  /*slide_video*/
  body section.content-slide .img-slide .video {
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -53%);
       -moz-transform: translate(-50%, -53%);
        -ms-transform: translate(-50%, -53%);
         -o-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%); }
  body section.content-slide .img-slide .divBackgroundVideo {
    background-position: center center;
    width: 100%;
    -moz-background-size: contain;
         background-size: contain;
    height: 500px;
    position: relative;
    max-width: 258px;
    margin: 0 auto; }
  body section.content-slide.slide-portrait {
    min-height: -webkit-calc(100% - 115px);
    min-height: -moz-calc(100% - 115px);
    min-height: calc(100% - 115px);
    height: auto; }
  body section.content-slide .img-slide .videoImg {
    width: 79%; }
  body section.content-slide .img-slide .video.videoImg {
    width: 79% !important; }
  /*slide_video*/ }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body section.content-cover .content-image img {
    max-width: none;
    height: 100%;
    width: auto;
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
       -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
         -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%); }
  body section.content-cover .content-desc .text-cover h1 {
    font-size: 2.5rem; } }

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  body footer .logo-footer img {
    width: 50%; }
  body section.content-cover .menu-cover .content-desc .text-cover ul li a {
    font-size: 12px;
    padding-top: 19px; } }

@media only screen and (max-width: 650px) {
  body section.content-cover .menu-cover .content-desc .text-cover {
    width: 88%;
    margin: 0 auto; } }

.internet-cpm-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-cpm-paso1-zoom img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-animation: kenburns-internet-paso1 7s;
     -moz-animation: kenburns-internet-paso1 7s;
       -o-animation: kenburns-internet-paso1 7s;
          animation: kenburns-internet-paso1 7s; }

@-webkit-keyframes kenburns-internet-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-paso1 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-paso1 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(11%, 8%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-cpm-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-cpm-paso2-zoom img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-animation: kenburns-internet-cmp-paso2 7s;
     -moz-animation: kenburns-internet-cmp-paso2 7s;
       -o-animation: kenburns-internet-cmp-paso2 7s;
          animation: kenburns-internet-cmp-paso2 7s; }

@-webkit-keyframes kenburns-internet-cmp-paso2 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
            transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-cmp-paso2 {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
         transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
         transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-cmp-paso2 {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-cmp-paso2 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
       -moz-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
            transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
       -moz-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-ps-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ps-paso1-zoom img {
  -webkit-animation: kenburns-internet-pss-paso1 7s;
     -moz-animation: kenburns-internet-pss-paso1 7s;
       -o-animation: kenburns-internet-pss-paso1 7s;
          animation: kenburns-internet-pss-paso1 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-pss-paso1 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
            transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-pss-paso1 {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
         transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-pss-paso1 {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-pss-paso1 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
            transform: scale3d(1.4, 1.4, 1.4) translate3d(3%, 5%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-ps-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ps-paso2-zoom img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-animation: kenburns-internet-ps-paso2 7s;
     -moz-animation: kenburns-internet-ps-paso2 7s;
       -o-animation: kenburns-internet-ps-paso2 7s;
          animation: kenburns-internet-ps-paso2 7s; }

@-webkit-keyframes kenburns-internet-ps-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); } }

@-moz-keyframes kenburns-internet-ps-paso2 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
         transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
         transform: scale3d(1.3, 1.3, 1.3); } }

@-o-keyframes kenburns-internet-ps-paso2 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1.3); } }

@keyframes kenburns-internet-ps-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
       -moz-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); } }

.internet-ps-paso3-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ps-paso3-zoom img {
  -webkit-animation: kenburns-internet-ps-paso3 7s;
     -moz-animation: kenburns-internet-ps-paso3 7s;
       -o-animation: kenburns-internet-ps-paso3 7s;
          animation: kenburns-internet-ps-paso3 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-ps-paso3 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
            transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-ps-paso3 {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
         transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-ps-paso3 {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-ps-paso3 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
       -moz-transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
            transform: scale3d(1.8, 1.8, 1.8) translate3d(-123px, -29px, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-ps-paso4-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ps-paso4-zoom img {
  -webkit-animation: kenburns-internet-ps-paso4 7s;
     -moz-animation: kenburns-internet-ps-paso4 7s;
       -o-animation: kenburns-internet-ps-paso4 7s;
          animation: kenburns-internet-ps-paso4 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-ps-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-ps-paso4 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
         transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
         transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-ps-paso4 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-ps-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, -8%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
       -moz-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-tec-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-tec-paso1-zoom img {
  -webkit-animation: kenburns-internet-ps-paso1 7s;
     -moz-animation: kenburns-internet-ps-paso1 7s;
       -o-animation: kenburns-internet-ps-paso1 7s;
          animation: kenburns-internet-ps-paso1 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-ps-paso1 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-ps-paso1 {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
         transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-ps-paso1 {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-ps-paso1 {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  5% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-5%, 10%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-tec-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-tec-paso2-zoom img {
  -webkit-animation: kenburns-internet-ps-paso2 7s;
     -moz-animation: kenburns-internet-ps-paso2 7s;
       -o-animation: kenburns-internet-ps-paso2 7s;
          animation: kenburns-internet-ps-paso2 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@keyframes kenburns-internet-ps-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-9%, -2%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-tec-paso3-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-tec-paso3-zoom img {
  -webkit-animation: kenburns-internet-ps-paso3 7s;
     -moz-animation: kenburns-internet-ps-paso3 7s;
       -o-animation: kenburns-internet-ps-paso3 7s;
          animation: kenburns-internet-ps-paso3 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@keyframes kenburns-internet-ps-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8) translate3d(-5%, -5%, 0px);
       -moz-transform: scale3d(1.8, 1.8, 1.8) translate3d(-5%, -5%, 0px);
            transform: scale3d(1.8, 1.8, 1.8) translate3d(-5%, -5%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
       -moz-transform: scale3d(1.4, 1.4, 1.4);
            transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-tec-paso4-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-tec-paso4-zoom img {
  -webkit-animation: kenburns-internet-ps-paso4 7s;
     -moz-animation: kenburns-internet-ps-paso4 7s;
       -o-animation: kenburns-internet-ps-paso4 7s;
          animation: kenburns-internet-ps-paso4 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@keyframes kenburns-internet-ps-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -5%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -5%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -5%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
       -moz-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-ics-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ics-paso1-zoom img {
  -webkit-animation: kenburns-internet-ics-paso1 7s;
     -moz-animation: kenburns-internet-ics-paso1 7s;
       -o-animation: kenburns-internet-ics-paso1 7s;
          animation: kenburns-internet-ics-paso1 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-ics-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-ics-paso1 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
         transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-ics-paso1 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-ics-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
       -moz-transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(7%, -7%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-ics-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ics-paso2-zoom img {
  -webkit-animation: kenburns-internet-ics-paso2 7s;
     -moz-animation: kenburns-internet-ics-paso2 7s;
       -o-animation: kenburns-internet-ics-paso2 7s;
          animation: kenburns-internet-ics-paso2 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-ics-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-ics-paso2 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
         transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-ics-paso2 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-ics-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
       -moz-transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(9%, -17%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-ics-paso3-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-ics-paso3-zoom img {
  -webkit-animation: kenburns-internet-ics-paso3 7s;
     -moz-animation: kenburns-internet-ics-paso3 7s;
       -o-animation: kenburns-internet-ics-paso3 7s;
          animation: kenburns-internet-ics-paso3 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1); }

@-webkit-keyframes kenburns-internet-ics-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-ics-paso3 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
         transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.4, 1.4, 1);
         transform: scale3d(1.4, 1.4, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-ics-paso3 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-ics-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
       -moz-transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(0%, -14%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
       -moz-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso1-zoom img {
  -webkit-animation: kenburns-internet-icc-paso1 7s;
     -moz-animation: kenburns-internet-icc-paso1 7s;
       -o-animation: kenburns-internet-icc-paso1 7s;
          animation: kenburns-internet-icc-paso1 7s;
  -webkit-transform: scale3d(1.8, 1.8, 1.8);
     -moz-transform: scale3d(1.8, 1.8, 1.8);
          transform: scale3d(1.8, 1.8, 1.8);
  opacity: 0 translate3d(-7%, 8%, 0px); }

@-webkit-keyframes kenburns-internet-icc-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
            transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.8, 1.8, 1);
            transform: scale3d(1.8, 1.8, 1);
    opacity: 0 translate3d(-7%, 8%, 0px); } }

@-moz-keyframes kenburns-internet-icc-paso1 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
         transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.8, 1.8, 1);
         transform: scale3d(1.8, 1.8, 1);
    opacity: 0 translate3d(-7%, 8%, 0px); } }

@-o-keyframes kenburns-internet-icc-paso1 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.8, 1.8, 1);
    opacity: 0 translate3d(-7%, 8%, 0px); } }

@keyframes kenburns-internet-icc-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
       -moz-transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
            transform: scale3d(1.8, 1.8, 1) translate3d(-7%, 8%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.8, 1.8, 1);
       -moz-transform: scale3d(1.8, 1.8, 1);
            transform: scale3d(1.8, 1.8, 1);
    opacity: 0 translate3d(-7%, 8%, 0px); } }

.internet-icc-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso2-zoom img {
  -webkit-animation: kenburns-internet-icc-paso2 7s;
     -moz-animation: kenburns-internet-icc-paso2 7s;
       -o-animation: kenburns-internet-icc-paso2 7s;
          animation: kenburns-internet-icc-paso2 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-icc-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso2 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso2 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(-2%, -11%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso3-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso3-zoom {
  -webkit-animation: kenburns-internet-icc-paso3 7s;
     -moz-animation: kenburns-internet-icc-paso3 7s;
       -o-animation: kenburns-internet-icc-paso3 7s;
          animation: kenburns-internet-icc-paso3 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-icc-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso3 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso3 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(2%, -12%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso4-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso4-zoom img {
  -webkit-animation: kenburns-internet-icc-paso4 7s;
     -moz-animation: kenburns-internet-icc-paso4 7s;
       -o-animation: kenburns-internet-icc-paso4 7s;
          animation: kenburns-internet-icc-paso4 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-icc-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso4 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
         transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso4 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -15%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
       -moz-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso5-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso5-zoom img {
  -webkit-animation: kenburns-internet-icc-paso5 7s;
     -moz-animation: kenburns-internet-icc-paso5 7s;
       -o-animation: kenburns-internet-icc-paso5 7s;
          animation: kenburns-internet-icc-paso5 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-icc-paso5 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso5 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso5 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso5 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -16%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso6-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso6-zoom img {
  -webkit-animation: kenburns-internet-icc-paso6 7s;
     -moz-animation: kenburns-internet-icc-paso6 7s;
       -o-animation: kenburns-internet-icc-paso6 7s;
          animation: kenburns-internet-icc-paso6 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-icc-paso6 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso6 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso6 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso6 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -14%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso7-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso7-zoom img {
  -webkit-animation: kenburns-internet-icc-paso7 7s;
     -moz-animation: kenburns-internet-icc-paso7 7s;
       -o-animation: kenburns-internet-icc-paso7 7s;
          animation: kenburns-internet-icc-paso7 7s;
  -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
     -moz-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
          transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px); }

@-webkit-keyframes kenburns-internet-icc-paso7 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso7 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso7 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso7 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(2%, -7%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso8-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso8-zoom img {
  -webkit-animation: kenburns-internet-icc-paso8 7s;
     -moz-animation: kenburns-internet-icc-paso8 7s;
       -o-animation: kenburns-internet-icc-paso8 7s;
          animation: kenburns-internet-icc-paso8 7s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
     -moz-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }

@-webkit-keyframes kenburns-internet-icc-paso8 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1); }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
            transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso8 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.15, 1.15, 1);
         transform: scale3d(1.15, 1.15, 1); }
  95% {
    -moz-transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
         transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso8 {
  0% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    transform: scale3d(1.15, 1.15, 1); }
  95% {
    transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso8 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
       -moz-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1);
       -moz-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1); }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
       -moz-transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
            transform: scale3d(1.2, 1.2, 1) translate3d(0%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
       -moz-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso9-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso9-zoom img {
  -webkit-animation: kenburns-internet-icc-paso9 7s;
     -moz-animation: kenburns-internet-icc-paso9 7s;
       -o-animation: kenburns-internet-icc-paso9 7s;
          animation: kenburns-internet-icc-paso9 7s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
     -moz-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }

@-webkit-keyframes kenburns-internet-icc-paso9 {
  0% {
    opacity: 1; }
  5% {
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
            transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso9 {
  0% {
    opacity: 1; }
  5% {
    opacity: 1; }
  95% {
    -moz-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
         transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso9 {
  0% {
    opacity: 1; }
  5% {
    opacity: 1; }
  95% {
    transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso9 {
  0% {
    opacity: 1; }
  5% {
    opacity: 1; }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
       -moz-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
            transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -5%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-icc-paso10-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-icc-paso10-zoom img {
  -webkit-animation: kenburns-internet-icc-paso10 7s;
     -moz-animation: kenburns-internet-icc-paso10 7s;
       -o-animation: kenburns-internet-icc-paso10 7s;
          animation: kenburns-internet-icc-paso10 7s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
     -moz-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }

@-webkit-keyframes kenburns-internet-icc-paso10 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
            transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-icc-paso10 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1); }
  95% {
    -moz-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
         transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-icc-paso10 {
  0% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1); }
  95% {
    transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-icc-paso10 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); }
  95% {
    -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
       -moz-transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
            transform: scale3d(1.2, 1.2, 1) translate3d(-4%, -3%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-extractos-paso10-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-extractos-paso10-zoom img {
  -webkit-animation: kenburns-internet-extractos-paso10 7s;
     -moz-animation: kenburns-internet-extractos-paso10 7s;
       -o-animation: kenburns-internet-extractos-paso10 7s;
          animation: kenburns-internet-extractos-paso10 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-extractos-paso10 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-extractos-paso10 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-extractos-paso10 {
  0% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-extractos-paso10 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
       -moz-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
       -moz-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(4%, 5%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-extractos-paso11-zoom {
  overflow: hidden; }

.internet-extractos-paso11-zoom img {
  -webkit-animation: kenburns-internet-extractos-paso11 7s;
     -moz-animation: kenburns-internet-extractos-paso11 7s;
       -o-animation: kenburns-internet-extractos-paso11 7s;
          animation: kenburns-internet-extractos-paso11 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-extractos-paso11 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-extractos-paso11 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
         transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-extractos-paso11 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-extractos-paso11 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(0%, -10%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-extractos-paso11-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-extractos-paso11-zoom img {
  -webkit-animation: kenburns-internet-extractos-paso11 7s;
     -moz-animation: kenburns-internet-extractos-paso11 7s;
       -o-animation: kenburns-internet-extractos-paso11 7s;
          animation: kenburns-internet-extractos-paso11 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@keyframes kenburns-internet-extractos-paso11 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-4%, -2%, 0px);
       -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-4%, -2%, 0px);
            transform: scale3d(1.5, 1.5, 1) translate3d(-4%, -2%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso1-zoom img {
  -webkit-animation: kenburns-internet-certificados-paso1 7s;
     -moz-animation: kenburns-internet-certificados-paso1 7s;
       -o-animation: kenburns-internet-certificados-paso1 7s;
          animation: kenburns-internet-certificados-paso1 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-certificados-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.2);
            transform: scale3d(1.3, 1.3, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso1 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1.2);
         transform: scale3d(1.3, 1.3, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso1 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(0%, 0%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.2);
       -moz-transform: scale3d(1.3, 1.3, 1.2);
            transform: scale3d(1.3, 1.3, 1.2);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso2-zoom img {
  -webkit-animation: kenburns-internet-certificados-paso2 7s;
     -moz-animation: kenburns-internet-certificados-paso2 7s;
       -o-animation: kenburns-internet-certificados-paso2 7s;
          animation: kenburns-internet-certificados-paso2 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-certificados-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso2 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
         transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso2 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(10%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
       -moz-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso3-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso3-zoom img {
  -webkit-animation: kenburns-internet-certificados-paso3 7s;
     -moz-animation: kenburns-internet-certificados-paso3 7s;
       -o-animation: kenburns-internet-certificados-paso3 7s;
          animation: kenburns-internet-certificados-paso3 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
     -moz-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2); }

@-webkit-keyframes kenburns-internet-certificados-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso3 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso3 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso4-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso4-zoom img {
  -webkit-animation: kenburns-internet-certificados-paso4 7s;
     -moz-animation: kenburns-internet-certificados-paso4 7s;
       -o-animation: kenburns-internet-certificados-paso4 7s;
          animation: kenburns-internet-certificados-paso4 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1); }

@-webkit-keyframes kenburns-internet-certificados-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso4 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso4 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(-3%, 0%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso5-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso5-zoom img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  -webkit-animation: kenburns-internet-certificados-paso5 7s;
     -moz-animation: kenburns-internet-certificados-paso5 7s;
       -o-animation: kenburns-internet-certificados-paso5 7s;
          animation: kenburns-internet-certificados-paso5 7s; }

@-webkit-keyframes kenburns-internet-certificados-paso5 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso5 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso5 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso5 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso6-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso6-zoom img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  -webkit-animation: kenburns-internet-certificados-paso6 7s;
     -moz-animation: kenburns-internet-certificados-paso6 7s;
       -o-animation: kenburns-internet-certificados-paso6 7s;
          animation: kenburns-internet-certificados-paso6 7s; }

@-webkit-keyframes kenburns-internet-certificados-paso6 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso6 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso6 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso6 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(6%, -4%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-certificados-paso7-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-certificados-paso7-zoom img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  -webkit-animation: kenburns-internet-certificados-paso7 7s;
     -moz-animation: kenburns-internet-certificados-paso7 7s;
       -o-animation: kenburns-internet-certificados-paso7 7s;
          animation: kenburns-internet-certificados-paso7 7s; }

@-webkit-keyframes kenburns-internet-certificados-paso7 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-certificados-paso7 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-certificados-paso7 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-certificados-paso7 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(6%, -10%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-topes-paso1-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-topes-paso1-zoom img {
  -webkit-animation: kenburns-internet-topes-paso1 7s;
     -moz-animation: kenburns-internet-topes-paso1 7s;
       -o-animation: kenburns-internet-topes-paso1 7s;
          animation: kenburns-internet-topes-paso1 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1); }

@-webkit-keyframes kenburns-internet-topes-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-topes-paso1 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-topes-paso1 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-topes-paso1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(11%, -12%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-topes-paso2-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-topes-paso2-zoom img {
  -webkit-animation: kenburns-internet-topes-paso2 7s;
     -moz-animation: kenburns-internet-topes-paso2 7s;
       -o-animation: kenburns-internet-topes-paso2 7s;
          animation: kenburns-internet-topes-paso2 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1); }

@-webkit-keyframes kenburns-internet-topes-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-topes-paso2 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
         transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-topes-paso2 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-topes-paso2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
       -moz-transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
            transform: scale3d(1.6, 1.6, 1) translate3d(0%, 6%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-topes-paso3-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-topes-paso3-zoom img {
  -webkit-animation: kenburns-internet-topes-paso3 7s;
     -moz-animation: kenburns-internet-topes-paso3 7s;
       -o-animation: kenburns-internet-topes-paso3 7s;
          animation: kenburns-internet-topes-paso3 7s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1); }

@-webkit-keyframes kenburns-internet-topes-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-topes-paso3 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-topes-paso3 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-topes-paso3 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(0%, -12%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

.internet-topes-paso4-zoom {
  border-bottom: 5px #c1c1c1 solid;
  border-left: 21px #c1c1c1 solid;
  border-right: 22px #c1c1c1 solid;
  border-top: 5px #c1c1c1 solid;
  overflow: hidden; }

.internet-topes-paso4-zoom img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
     -moz-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
  -webkit-animation: kenburns-internet-topes-paso4 7s;
     -moz-animation: kenburns-internet-topes-paso4 7s;
       -o-animation: kenburns-internet-topes-paso4 7s;
          animation: kenburns-internet-topes-paso4 7s; }

@-webkit-keyframes kenburns-internet-topes-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-moz-keyframes kenburns-internet-topes-paso4 {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1); }
  95% {
    -moz-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
         transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(1.3, 1.3, 1);
         transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@-o-keyframes kenburns-internet-topes-paso4 {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  95% {
    transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

@keyframes kenburns-internet-topes-paso4 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); }
  95% {
    -webkit-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
       -moz-transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
            transform: scale3d(1.4, 1.4, 1) translate3d(11%, -13%, 0px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.3, 1.3, 1);
       -moz-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
    opacity: 0 translate3d(0, 0, 0); } }

/*# sourceMappingURL=maps/app.css.map */
