@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One|Source+Sans+Pro&display=swap");
body {
  background-color: black; }

nav {
  z-index: 50 !important;
  transition: ease all .3s;
  background-color: rgba(0, 0, 0, 0.8); }
  nav.transparent {
    background-color: transparent; }
    nav.transparent .navbar-brand {
      margin-top: 50px; }
      @media (max-width: 768px) {
        nav.transparent .navbar-brand {
          margin: 10% auto;
          width: 100%;
          text-align: center; }
          nav.transparent .navbar-brand svg {
            width: 180px !important; } }
      nav.transparent .navbar-brand svg {
        width: 100px; }
    nav.transparent li a {
      color: white; }
    nav.transparent li.active a {
      box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5); }
    @media (max-width: 768px) {
      nav.transparent .navbar-collapse.collapse {
        display: none; }
      nav.transparent .navbar-toggler {
        display: none; } }
  nav .navbar-toggler.collapsed .burgerbutton span:nth-child(1) {
    top: 0;
    transform: rotate(0deg); }
  nav .navbar-toggler.collapsed .burgerbutton span:nth-child(2) {
    top: 50%;
    width: 60%;
    transform: rotate(0deg); }
  nav .navbar-toggler.collapsed .burgerbutton span:nth-child(3) {
    bottom: 0;
    transform: rotate(0deg); }
  nav .navbar-toggler .burgerbutton {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 27px;
    cursor: pointer; }
    nav .navbar-toggler .burgerbutton span {
      width: 100%;
      transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
      height: 1px;
      background: white;
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      transform: rotate(0); }
      nav .navbar-toggler .burgerbutton span:nth-child(1) {
        top: 12px;
        transform: rotate(-45deg); }
      nav .navbar-toggler .burgerbutton span:nth-child(2) {
        width: 0%;
        top: 50%; }
      nav .navbar-toggler .burgerbutton span:nth-child(3) {
        bottom: 14px;
        transform: rotate(45deg); }
  @media (max-width: 768px) {
    nav .navbar-collapse .navbar-nav {
      height: 100vh;
      width: 100%;
      padding: 10vh 0; } }
  @media (max-width: 768px) {
    nav .navbar-collapse .navbar-nav li a {
      padding: 15px 25px !important; } }
  nav .navbar-brand {
    margin-top: 0px;
    padding: 0;
    transition: ease all .3s; }
    nav .navbar-brand svg {
      width: 60px;
      transition: ease all .3s; }
      nav .navbar-brand svg .st0 {
        fill: white; }
      nav .navbar-brand svg .st1 {
        fill: rgba(140, 199, 107, 0.4); }
      nav .navbar-brand svg .st2 {
        fill: rgba(57, 57, 57, 0.7); }
  nav li a {
    transition: ease all .3s;
    font-family: "Source Sans Pro";
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 5px 25px !important; }
  nav li.active a {
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5); }

.hero {
  height: 100vh;
  width: 100%;
  position: relative; }
  .hero h2 {
    font-family: "Alfa Slab One";
    opacity: .8;
    color: #ffffff;
    font-size: 60px;
    top: 44vh !important;
    text-transform: uppercase;
    z-index: 4;
    left: 13%;
    width: auto !important;
    text-shadow: 0 0 100px rgba(255, 255, 255, 0.5); }
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 32px;
        top: 60% !important; } }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    display: block;
    box-shadow: inset 0 0 60px 0px rgba(0, 0, 0, 0.8);
    background: #70757b;
    background: -moz-linear-gradient(0deg, #70757b 24%, #3f525f 61%, #1b3147 86%, #0a1723 100%);
    background: -webkit-linear-gradient(0deg, #70757b 24%, #3f525f 61%, #1b3147 86%, #0a1723 100%);
    background: linear-gradient(0deg, #70757b 24%, #3f525f 61%, #1b3147 86%, #0a1723 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70757b",endColorstr="#0a1723",GradientType=1); }
  .hero .scroll-mobile {
    position: absolute;
    border: 2px solid white;
    border-radius: 12px;
    height: 30px;
    left: 50%;
    width: 15px;
    top: 80vh;
    opacity: 0;
    z-index: 6;
    transition: ease all .3s; }
    @media (max-width: 768px) {
      .hero .scroll-mobile {
        opacity: .8; } }
    .hero .scroll-mobile:before {
      content: '';
      border-radius: 2px;
      position: relative;
      display: block;
      width: 2px;
      height: 6px;
      background-color: white;
      left: calc(50% - 1px);
      top: 20%;
      animation: scroll-mobile infinite 1s ease-in-out; }
@keyframes scroll-mobile {
  0% {
    opacity: 0;
    top: 20%; }
  10% {
    opacity: 1; }
  50% {
    top: 40%;
    opacity: 1; }
  70% {
    opacity: 0; }
  99% {
    opacity: 0; } }
  .hero video {
    mix-blend-mode: screen;
    position: absolute;
    height: 100%;
    z-index: 8; }
    @media (max-width: 768px) {
      .hero video {
        display: none; } }
  .hero .depth-image {
    top: 30vh;
    position: absolute;
    width: 100%; }
    @media (max-width: 768px) {
      .hero .depth-image {
        top: 54vh; } }
    .hero .depth-image.mountain {
      top: 30%; }
      @media (max-width: 768px) {
        .hero .depth-image.mountain {
          top: 55%; } }
    .hero .depth-image.light {
      width: auto;
      mix-blend-mode: screen;
      z-index: 5;
      left: 40%;
      top: 25vh; }
      @media (max-width: 768px) {
        .hero .depth-image.light {
          left: 0%;
          top: 25vh; } }
    .hero .depth-image.truck {
      top: 35%;
      z-index: 6; }
      @media (max-width: 768px) {
        .hero .depth-image.truck {
          top: 65%; } }
    .hero .depth-image.video {
      top: 0; }
    .hero .depth-image.rock {
      top: 120%;
      z-index: 7; }
      @media (max-width: 768px) {
        .hero .depth-image.rock {
          top: 85%; } }

.nosotros {
  z-index: 10;
  position: relative;
  top: 90vh;
  background: url("../images/texture.jpg") center top no-repeat;
  background-size: cover;
  padding: 5% 0;
  margin-bottom: 120vh; }
  @media (max-width: 768px) {
    .nosotros {
      top: 30vh;
      margin-bottom: 90vh; } }
  .nosotros h3 {
    font-family: "Alfa Slab One";
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    color: #ececec;
    margin-bottom: 50px;
    text-transform: uppercase; }
  .nosotros p {
    margin: 0;
    margin-bottom: 20px;
    font-family: "Source Sans Pro";
    font-size: 14px;
    color: #ececec;
    line-height: 110%;
    position: relative; }
  .nosotros .img {
    position: relative;
    position: relative; }
    .nosotros .img:after {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      border-width: 5px;
      border-color: white;
      border-style: solid;
      mix-blend-mode: overlay; }
    .nosotros .img img {
      width: 100%; }
  .nosotros .confiaron {
    margin-top: 100px; }
  .nosotros .video iframe {
    width: 100%; }

.separator-rocks {
  position: relative;
  bottom: 0;
  width: 100%; }
  .separator-rocks .rock-back {
    height: 350px;
    background: url("../images/rock-air.png") 0 0 repeat-x;
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 50px;
    background-size: 50% 100%; }
    @media (max-width: 768px) {
      .separator-rocks .rock-back {
        height: 240px;
        top: 180px;
        background-size: 100% 100%; } }
  .separator-rocks .rock-front {
    height: 350px;
    filter: blur(5px);
    background: url("../images/rock-air.png") 0 0 repeat-x;
    position: absolute;
    width: 100%;
    z-index: 13;
    top: 200px;
    background-size: 70% 100%; }
    @media (max-width: 768px) {
      .separator-rocks .rock-front {
        height: 300px;
        top: 400px;
        background-size: 100% 100%; } }

.svg-separator {
  text-align: center; }
  .svg-separator svg {
    position: absolute;
    z-index: 4;
    top: -1px;
    margin: 0 auto;
    left: 0;
    right: 0; }

.white-section {
  background-color: #fff;
  width: calc(100% + 30px);
  margin: 0 -15px;
  position: relative;
  z-index: 4; }

.gallery {
  width: calc(100% + 30px);
  margin: 0 -15px;
  position: relative;
  z-index: 4; }
  .gallery .row .col-md-4 {
    padding: 0; }
  .gallery svg {
    position: absolute;
    top: -20px;
    z-index: 2; }
    .gallery svg.bottom {
      position: absolute;
      bottom: -1px;
      top: auto;
      transform: rotate(180deg); }
  .gallery .img {
    background-size: cover;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .gallery .img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      top: 0;
      background-color: #ececec;
      z-index: 1;
      opacity: 0;
      cursor: pointer;
      transition: ease all .3s; }
    .gallery .img:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 40px;
      height: 40px;
      background: url("../images/zoom.svg") no-repeat center center;
      background-size: cover;
      z-index: 1;
      opacity: 0;
      cursor: pointer;
      transition: ease all .3s; }
    .gallery .img:hover:before {
      height: 100%; }
    .gallery .img:hover:before, .gallery .img:hover:after {
      opacity: .8; }

.product-list {
  padding: 40px 0px;
  margin: 50px 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  .product-list .product-item {
    padding: 20px 0;
    margin-bottom: 80px; }
    .product-list .product-item .img {
      padding-top: 50px; }
      .product-list .product-item .img img {
        position: relative;
        z-index: 2;
        width: 100%;
        transform: translateY(30px); }
        @media (min-width: 768px) and (max-width: 992px) {
          .product-list .product-item .img img {
            transform: translateY(140px); } }
        @media (max-width: 768px) {
          .product-list .product-item .img img {
            transform: translateY(0px); } }
      .product-list .product-item .img:before {
        content: '';
        display: block;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background-color: #000;
        opacity: .1;
        width: 350px;
        height: 350px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
        @media (max-width: 768px) {
          .product-list .product-item .img:before {
            width: 220px;
            height: 220px; } }
      .product-list .product-item .img:after {
        content: '';
        display: block;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background-color: #000;
        opacity: .1;
        width: 300px;
        height: 300px;
        position: absolute;
        top: calc(50% + 10px);
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%); }
        @media (max-width: 768px) {
          .product-list .product-item .img:after {
            width: 150px;
            height: 150px; } }
    .product-list .product-item .detail {
      position: relative; }
      .product-list .product-item .detail .title {
        font-family: "Alfa Slab One";
        color: #353B48;
        font-size: 38px;
        text-transform: uppercase;
        line-height: 100%;
        margin: 0;
        margin-bottom: 20px; }
      .product-list .product-item .detail .btn {
        margin: 30px 0; }
        @media (max-width: 768px) {
          .product-list .product-item .detail .btn {
            margin: 20px 0; } }
      .product-list .product-item .detail .sub-title {
        font-family: "Source Sans Pro";
        font-size: 14px;
        color: #818181;
        line-height: 100%;
        margin-bottom: 10px;
        letter-spacing: 3px;
        text-transform: uppercase; }
      .product-list .product-item .detail .short-desc {
        color: #818181;
        font-family: "Source Sans Pro";
        font-size: 16px;
        line-height: 120%; }
      .product-list .product-item .detail h5 {
        color: #353B48;
        font-family: "Source Sans Pro";
        font-size: 20px;
        border-bottom: 1px solid #dadada;
        line-height: 100%;
        vertical-align: middle;
        padding-bottom: 5px; }
        .product-list .product-item .detail h5 .icon {
          opacity: .7;
          vertical-align: middle;
          line-height: 100%;
          display: inline-block;
          transition: ease all .3s;
          margin-right: 10px; }
          .product-list .product-item .detail h5 .icon img {
            width: 32px;
            height: 32px;
            user-select: none;
            pointer-events: none; }
      .product-list .product-item .detail .list {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 20px; }
        .product-list .product-item .detail .list li {
          margin: 0;
          margin-bottom: 15px;
          padding: 0;
          color: #818181;
          font-family: "Source Sans Pro";
          font-size: 14px;
          line-height: 120%; }
          .product-list .product-item .detail .list li:before {
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 100%;
            margin-right: 15px;
            background-color: #8cc76b; }
      .product-list .product-item .detail .check {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #f4f4f4;
        display: flex;
        width: 100%;
        justify-content: space-around; }
        .product-list .product-item .detail .check li {
          margin: 0;
          padding: 0;
          vertical-align: top;
          transition: ease all .3s;
          display: block;
          margin-bottom: 15px; }
          .product-list .product-item .detail .check li:hover .icon {
            opacity: 1; }
          .product-list .product-item .detail .check li .icon {
            opacity: .7;
            vertical-align: middle;
            line-height: 100%;
            display: block;
            transition: ease all .3s;
            text-align: center; }
            .product-list .product-item .detail .check li .icon img {
              width: 32px;
              height: 32px;
              user-select: none;
              pointer-events: none; }
          .product-list .product-item .detail .check li p {
            display: block;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 14px;
            line-height: 120%;
            font-family: "Source Sans Pro";
            color: #818181; }

.accesorios {
  margin-bottom: 50px; }
  .accesorios h3 {
    font-family: "Alfa Slab One";
    font-size: 32px;
    font-weight: bold;
    color: #353B48;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 5px; }
  .accesorios .tag {
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro";
    font-size: 16px;
    display: block;
    padding: 20px 30px;
    margin-bottom: 15px;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
    color: #353b48;
    border-bottom: 1px solid #ececec; }

.contacto {
  padding: 40px 0; }
  .contacto .success-callback {
    border-radius: 12px;
    display: block;
    height: 0;
    opacity: 0;
    background-color: #fdfdff;
    box-shadow: 10px 10px 40px 0 rgba(53, 55, 72, 0.1);
    transition: ease all .3s;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .contacto .success-callback img {
      max-width: 200px; }
    .contacto .success-callback.active {
      opacity: 1;
      height: auto;
      padding: 20px; }
  .contacto h3 {
    font-family: "Alfa Slab One";
    color: #353B48;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    margin-bottom: 20px; }
  .contacto .company {
    padding: 20px 0; }
    .contacto .company p {
      color: #353B48;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 16px;
      font-family: "Source Sans Pro";
      margin-bottom: 20px; }
    .contacto .company .icon {
      margin-right: 10px; }
      .contacto .company .icon svg {
        width: 32px;
        height: auto;
        opacity: .4; }
  .contacto .follows {
    position: absolute;
    bottom: 0;
    left: 15px; }
    @media (max-width: 768px) {
      .contacto .follows {
        margin: 50px 0;
        left: 0;
        position: relative; } }
    .contacto .follows h4 {
      color: #353B48;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      font-family: "Alfa Slab One";
      margin-bottom: 20px; }
    .contacto .follows ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .contacto .follows ul li {
        display: inline-block;
        margin-right: 30px; }
        .contacto .follows ul li a .icon svg {
          width: 40px;
          height: 40px;
          opacity: .9; }
        .contacto .follows ul li a .icon.instagram .color-1, .contacto .follows ul li a .icon.instagram .color-2 {
          fill: white;
          transition: ease-in-out all .3s; }
        .contacto .follows ul li a .icon.instagram:hover .color-1 {
          fill: #E68CBE; }
        .contacto .follows ul li a .icon.instagram:hover .color-2 {
          fill: #FF5A5A; }
        .contacto .follows ul li a .icon.facebook .color-1 {
          fill: white;
          transition: ease-in-out all .3s; }
        .contacto .follows ul li a .icon.facebook:hover .color-1 {
          fill: #6E87F5; }
        .contacto .follows ul li a .icon.youtube .color-1 {
          fill: white;
          transition: ease-in-out all .3s; }
        .contacto .follows ul li a .icon.youtube:hover .color-1 {
          fill: #FF5A5A; }
  .contacto .main-form .form-group label {
    color: #353B48;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Source Sans Pro"; }
  .contacto .main-form .form-group input, .contacto .main-form .form-group textarea {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #818181;
    border-radius: 0;
    outline: none;
    resize: none;
    transition: ease-in-out all .3s;
    font-family: "Source Sans Pro"; }
    .contacto .main-form .form-group input:placeholder, .contacto .main-form .form-group textarea:placeholder {
      opacity: .4; }
    .contacto .main-form .form-group input:valid, .contacto .main-form .form-group textarea:valid {
      border-color: #8cc76b; }
    .contacto .main-form .form-group input:required:invalid:not(:placeholder-shown), .contacto .main-form .form-group textarea:required:invalid:not(:placeholder-shown) {
      border-color: #de3f4e; }
    .contacto .main-form .form-group input:focus, .contacto .main-form .form-group input:active, .contacto .main-form .form-group textarea:focus, .contacto .main-form .form-group textarea:active {
      outline: none;
      border-bottom: 1px solid #333333;
      box-shadow: none; }
  .contacto .btn-contact {
    outline: none;
    height: 50px;
    text-align: center;
    width: 100%;
    border-radius: 40px;
    background: white;
    border: 2px solid #353B48;
    color: #353B48;
    letter-spacing: 1px;
    text-shadow: 0;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease; }
    .contacto .btn-contact:hover {
      color: white;
      background: #353B48;
      border-color: #353B48; }
    .contacto .btn-contact:active {
      letter-spacing: 2px; }
    .contacto .btn-contact:after {
      content: "ENVIAR"; }
    .contacto .btn-contact.onclic {
      width: 50px;
      border-color: #353B48;
      border-width: 3px;
      font-size: 0;
      border-left-color: #8cc76b;
      animation: rotating 2s 0.25s linear infinite;
      background: white; }
      .contacto .btn-contact.onclic:after {
        content: ""; }
      .contacto .btn-contact.onclic:hover {
        color: #353B48; }
    .contacto .btn-contact.valid {
      font-size: 13px;
      color: white;
      border-color: #8cc76b;
      background: #8cc76b; }
      .contacto .btn-contact.valid:after {
        content: "\2713"; }
    .contacto .btn-contact.invalid {
      font-size: 13px;
      color: white;
      border-color: #de3f4e;
      background: #de3f4e;
      cursor: none;
      pointer-events: none; }
      .contacto .btn-contact.invalid:after {
        content: "\26A0"; }
      .contacto .btn-contact.invalid:hover {
        border-color: #de3f4e;
        background: #de3f4e;
        pointer-events: none;
        cursor: none; }
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
footer {
  background-color: #353B48;
  padding: 30px; }
  footer p {
    color: #ececec;
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    vertical-align: middle; }
    footer p a {
      display: block;
      vertical-align: middle;
      line-height: 100%;
      margin-top: 10px; }
      footer p a img {
        vertical-align: middle;
        line-height: 100%;
        display: inline-block;
        width: 18px;
        filter: brightness(10);
        transition: ease-in-out all .3s; }
      footer p a:hover img {
        filter: brightness(1); }
    footer p span {
      color: #fa0542; }

.btn {
  display: inline-block;
  background-color: #8cc76b;
  color: white;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: bold;
  font-family: "Source Sans Pro";
  box-shadow: 10px 10px 40px 0 rgba(53, 59, 72, 0);
  transition: ease-in-out all .3s;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  outline: none; }
  .btn:hover {
    color: white;
    transform: translateY(-5px) translateX(-5px);
    box-shadow: 10px 10px 20px 0 rgba(53, 59, 72, 0.1); }
  .btn:active {
    letter-spacing: 2px; }
  .btn.btn-block {
    width: 100%; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  height: 50px;
  width: 50px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: ease all 1.3s;
  opacity: 1; }
  .pace:before {
    content: '';
    position: fixed;
    z-index: 100;
    background: #1b3147;
    background: -moz-radial-gradient(circle, #1b3147 0%, #0a1723 63%, #030e18 100%);
    background: -webkit-radial-gradient(circle, #1b3147 0%, #0a1723 63%, #030e18 100%);
    background: radial-gradient(circle, #1b3147 0%, #0a1723 63%, #030e18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b3147",endColorstr="#030e18",GradientType=1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 1;
    transition: ease all 1.3s; }
  .pace.pace-inactive {
    opacity: 0; }
    .pace.pace-inactive:before {
      opacity: 0; }

.pace .pace-progress {
  z-index: 2000;
  position: absolute;
  height: 50px;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 200;
  padding: 0;
  width: 100%;
  margin: 0;
  top: 60px;
  display: block;
  z-index: 999;
  position: absolute; }

.pace .pace-activity {
  font-size: 15px;
  line-height: 1;
  z-index: 2000;
  position: absolute;
  height: 50px;
  width: 50px;
  display: block; }

.pace .pace-activity {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px; }

.pace .pace-activity:after {
  content: ' ';
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  animation: rotate-360 1.7s linear infinite both;
  transform-origin: center center;
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2); }

.pace .pace-activity:before {
  content: ' ';
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 0;
  left: 10px;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  animation: rotate-360 1.7s linear infinite both;
  transform-origin: center center;
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2); }

/**
 * ----------------------------------------
 * animation flip-scale-up-ver
 * ----------------------------------------
 */
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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