* {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: LOVELOB;
  src: url(../recursos/Lovelo-Black.ttf); }

@font-face {
  font-family: LOVELOL;
  src: url(../recursos/Lovelo-LineBold.ttf); }

* {
  font-family: 'Contrail One', cursive; }

.subr {
  color: #29B473;
  font-family: 'Raleway', sans-serif; }

.footer {
  width: 100%;
  height: 100% !important;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .footer footer {
    background-color: #282828;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    color: white; }
    .footer footer h4 {
      font-family: 'Raleway', sans-serif; }
    .footer footer .icon-holder {
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .footer footer .icon-holder a {
        margin: 10px;
        text-decoration: none;
        color: white; }
    .footer footer > div {
      -webkit-flex: 1;
      -o-flex: 1;
      -ms-flex: 1;
      -moz-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center; }
      .footer footer > div p {
        font-size: 30px;
        font-family: 'Raleway', sans-serif; }
      .footer footer > div i {
        font-family: 'Raleway', sans-serif; }

.preloader {
  width: 100%;
  height: 100%;
  background-color: #282828;
  position: fixed;
  z-index: 50;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .preloader svg {
    width: 30%; }

.contact {
  z-index: 13;
  background-color: #282828; }
  .contact .form-container, .contact .form-decor {
    width: 40%;
    height: 80%;
    position: absolute; }
  .contact .form-decor {
    background-image: url("../recursos/cityy.jpg");
    background-size: cover;
    background-position: center; }
  .contact .form-container {
    background-color: #465A8E;
    left: 45%;
    z-index: 2;
    opacity: 1;
    top: 10%;
    padding: 20px; }
    .contact .form-container h4 {
      color: white;
      font-family: 'LOVELOB', sans-serif; }
    .contact .form-container label {
      color: white;
      font-family: 'Raleway', sans-serif; }
    .contact .form-container input[type="tel"] {
      color: white; }
    .contact .form-container input[type="text"], .contact .form-container input[type="email"] {
      font-family: 'Raleway', sans-serif;
      color: white; }
    .contact .form-container input[type="submit"] {
      padding: 10px;
      font-size: 19px;
      color: white;
      background-color: #33cccc;
      border: none;
      -o-transition: 400ms ease;
      -ms-transition: 400ms ease;
      -moz-transition: 400ms ease;
      transition: 400ms ease;
      -webkit-transition: 400ms ease; }
    .contact .form-container input[type="submit"]:hover {
      background-color: #ff33cc;
      cursor: pointer; }
    .contact .form-container textarea {
      font-family: 'Raleway', sans-serif;
      color: white; }
  .contact .form-decor {
    z-index: 1;
    background-color: #A68D99;
    left: 15%;
    top: 10%;
    opacity: 1; }

.us {
  z-index: 14;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #282828; }
  .us > div {
    -webkit-flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; }
  .us .kus {
    opacity: 1;
    left: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
    .us .kus svg {
      width: 40%; }
  .us .deskus {
    width: 50%;
    height: 100%;
    right: 0;
    opacity: 1;
    position: absolute;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column; }
    .us .deskus p {
      padding: 14px;
      width: 100%;
      font-size: 31px;
      color: white;
      font-family: 'Raleway', sans-serif;
      text-align: justify; }
    .us .deskus a {
      font-family: 'Raleway', sans-serif;
      padding: 10px;
      font-size: 19px;
      color: white;
      background-color: #33cccc;
      -webkit-box-shadow: -15px 17px 0px 1px #ff33cc;
      -moz-box-shadow: -15px 17px 0px 1px #ff33cc;
      box-shadow: -15px 17px 0px 1px #ff33cc; }

.serv .touch-ico {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 5%;
  width: 10%;
  height: 10%; }
  .serv .touch-ico i {
    font-size: 40px !important; }

.serv .pink-square, .serv .blue-square {
  position: absolute;
  height: 20%; }

.serv .pink-square {
  z-index: 4;
  background-color: #ff33cc;
  top: 50%; }

.serv .blue-square {
  top: 40%;
  z-index: 5;
  background-color: #33cccc; }

.serv #particles-js {
  z-index: 2; }

.serv .serv-container {
  width: 100%;
  z-index: 3;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .serv .serv-container .r, .serv .serv-container .a {
    position: relative;
    padding: 10px;
    -o-transition: 400ms ease;
    -ms-transition: 400ms ease;
    -moz-transition: 400ms ease;
    transition: 400ms ease;
    -webkit-transition: 400ms ease; }
    .serv .serv-container .r > h4, .serv .serv-container .a > h4 {
      font-family: 'LOVELOB', sans-serif; }
    .serv .serv-container .r .description, .serv .serv-container .a .description {
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      opacity: 0;
      bottom: 0;
      width: 100%;
      height: 0;
      max-height: 0;
      position: absolute;
      background-color: #242424;
      -o-transition: 400ms ease-out;
      -ms-transition: 400ms ease-out;
      -moz-transition: 400ms ease-out;
      transition: 400ms ease-out;
      -webkit-transition: 400ms ease-out; }
      .serv .serv-container .r .description h4, .serv .serv-container .a .description h4 {
        font-family: 'LOVELOL', sans-serif; }
  .serv .serv-container .r:hover, .serv .serv-container .a:hover {
    cursor: pointer; }
    .serv .serv-container .r:hover .description, .serv .serv-container .a:hover .description {
      -o-transition: 400ms ease-in;
      -ms-transition: 400ms ease-in;
      -moz-transition: 400ms ease-in;
      transition: 400ms ease-in;
      -webkit-transition: 400ms ease-in;
      height: 100%;
      max-height: 100%;
      opacity: 1; }
  .serv .serv-container .site, .serv .serv-container .audio, .serv .serv-container .soft, .serv .serv-container .app {
    background-size: cover;
    background-position: center center; }
  .serv .serv-container .site {
    background-image: url(../recursos/webbb.jpg); }
  .serv .serv-container .audio {
    background-image: url(../recursos/Multimedia.jpg); }
  .serv .serv-container .soft {
    background-image: url(../recursos/kodmakeando.jpg); }
  .serv .serv-container .app {
    background-image: url(../recursos/celular.jpg); }
  .serv .serv-container > div {
    height: 100%;
    opacity: 1;
    -webkit-flex: 0.5;
    -o-flex: 0.5;
    -ms-flex: 0.5;
    -moz-flex: 0.5;
    -webkit-box-flex: 0.5;
    flex: 0.5;
    padding-top: 4%;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: white;
    -o-transition: 400ms ease;
    -ms-transition: 400ms ease;
    -moz-transition: 400ms ease;
    transition: 400ms ease;
    -webkit-transition: 400ms ease; }
    .serv .serv-container > div .mini_logo {
      width: 60%; }
    .serv .serv-container > div h4 {
      text-align: center; }
    .serv .serv-container > div p {
      font-family: 'Raleway', sans-serif;
      text-align: center; }

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute; }

.gradiente {
  width: 100%;
  height: 500%;
  position: absolute;
  background: black;
  background: -moz-linear-gradient(top, black 0%, black 23%, #0f0c0c 51%, #1a1919 78%, #242424 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(23%, black), color-stop(51%, #0f0c0c), color-stop(78%, #1a1919), color-stop(100%, #242424));
  background: -webkit-linear-gradient(top, black 0%, black 23%, #0f0c0c 51%, #1a1919 78%, #242424 100%);
  background: -o-linear-gradient(top, black 0%, black 23%, #0f0c0c 51%, #1a1919 78%, #242424 100%);
  background: -ms-linear-gradient(top, black 0%, black 23%, #0f0c0c 51%, #1a1919 78%, #242424 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(23%, black), color-stop(51%, #0f0c0c), color-stop(78%, #1a1919), to(#242424));
  background: linear-gradient(to bottom, black 0%, black 23%, #0f0c0c 51%, #1a1919 78%, #242424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#242424', GradientType=0 ); }

.particles-js-canvas-el {
  width: 100%;
  height: 100%;
  position: absolute; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #231f20; }

::-webkit-scrollbar {
  width: 12px;
  background-color: #0D0B0C; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #33cccc; }

header {
  position: fixed;
  z-index: 30;
  width: 50%;
  right: 0;
  top: 70%;
  height: 14%; }
  header nav {
    position: absolute;
    background: none;
    right: 0;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 0%;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 0; }
    header nav ul {
      background: #ff33cc;
      width: 100%;
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -o-justify-content: space-around;
      -ms-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-justify-content: space-around;
      position: absolute;
      height: 100%; }
      header nav ul li {
        -webkit-flex: 1;
        -o-flex: 1;
        -ms-flex: 1;
        -moz-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        height: 100%;
        text-align: center; }
        header nav ul li a {
          display: -webkit-flex;
          display: -o-flex;
          display: -ms-flex;
          display: -moz-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -o-align-items: center;
          -ms-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-items: center;
          -o-justify-content: space-around;
          -ms-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-justify-content: space-around;
          height: 100%;
          font-size: 20px;
          -o-transition: 300ms ease;
          -ms-transition: 300ms ease;
          -moz-transition: 300ms ease;
          transition: 300ms ease;
          -webkit-transition: 300ms ease;
          font-family: 'LOVELOB', sans-serif; }
        header nav ul li a:hover {
          background: #33cccc;
          -o-transform: translate(10%, -10%);
          -ms-transform: translate(10%, -10%);
          -moz-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
          -webkit-transform: translate(10%, -10%); }

.products {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .products .kiwiholder {
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background-image: url("../recursos/kiwiback.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%; }
    .products .kiwiholder h4 {
      position: absolute;
      bottom: 10%;
      width: 100%;
      background-color: white;
      text-align: center;
      font-family: 'Raleway', sans-serif; }
    .products .kiwiholder .kiwi {
      position: absolute;
      bottom: 10%;
      left: 10%;
      width: 15%; }

.generic {
  position: fixed;
  z-index: 30;
  width: 100%;
  right: 0;
  top: 0;
  height: 8%; }
  .generic nav {
    position: absolute;
    background: none;
    right: 0;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 1; }
    .generic nav ul {
      background: #ff33cc;
      width: 100%;
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -o-justify-content: space-around;
      -ms-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-justify-content: space-around;
      position: absolute;
      height: 100%; }
      .generic nav ul li {
        -webkit-flex: 1;
        -o-flex: 1;
        -ms-flex: 1;
        -moz-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        height: 100%;
        text-align: center; }
        .generic nav ul li a {
          display: -webkit-flex;
          display: -o-flex;
          display: -ms-flex;
          display: -moz-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -o-align-items: center;
          -ms-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-items: center;
          -o-justify-content: space-around;
          -ms-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-justify-content: space-around;
          height: 100%;
          font-size: 20px;
          -o-transition: 300ms ease;
          -ms-transition: 300ms ease;
          -moz-transition: 300ms ease;
          transition: 300ms ease;
          -webkit-transition: 300ms ease;
          font-family: 'LOVELOB', sans-serif; }
        .generic nav ul li a:hover {
          background: #33cccc;
          -o-transform: translate(10%, 10%);
          -ms-transform: translate(10%, 10%);
          -moz-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
          -webkit-transform: translate(10%, 10%); }

body {
  overflow-y: hidden; }

.contenido {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .contenido > section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contenido > section:nth-of-type(2) {
      top: 100%; }
    .contenido > section:nth-of-type(3) {
      top: 200%; }
    .contenido > section:nth-of-type(4) {
      top: 300%; }
    .contenido > section:nth-of-type(5) {
      top: 400%; }
    .contenido > section:nth-of-type(6) {
      top: 500%; }

.main {
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #282828;
  overflow: hidden; }
  .main > div {
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
  .main .square-blue {
    background: #33cccc;
    position: absolute;
    height: 0;
    z-index: 10;
    width: 100px;
    left: 10%;
    bottom: 0;
    z-index: 2; }
  .main .square-2-pink {
    background: #ff33cc;
    height: 0;
    width: 100px;
    left: 15%;
    position: absolute;
    bottom: 0;
    z-index: 1; }
  .main .parallel-pink {
    background: #ff33cc;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    -webkit-clip-path: polygon(0 20%, 0 0, 0 0, 0 20%);
    clip-path: polygon(0 20%, 0 0, 0 0, 0 20%);
    z-index: 1; }
  .main .parallel-blue {
    background: #33cccc;
    height: 100%;
    top: 5%;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    -webkit-clip-path: polygon(0 20%, 0 0, 0 0, 0 20%);
    clip-path: polygon(0 20%, 0 0, 0 0, 0 20%);
    z-index: 2; }
  .main .parallel-2-blue {
    background: #33cccc;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    -webkit-clip-path: polygon(0 100%, 20% 100%, 20% 100%, 0% 100%);
    clip-path: polygon(0 100%, 20% 100%, 20% 100%, 0% 100%);
    bottom: 0;
    z-index: 2; }
  .main .parallel-2-pink {
    background: #ff33cc;
    height: 100%;
    width: 100%;
    right: 5%;
    overflow-x: hidden;
    position: absolute;
    -webkit-clip-path: polygon(0 100%, 20% 100%, 20% 100%, 0 100%);
    clip-path: polygon(0 100%, 20% 100%, 20% 100%, 0 100%);
    z-index: 1; }
  .main .logo {
    width: 30%;
    opacity: 0; }
  .main .title {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 50%;
    right: 0;
    color: white;
    display: none;
    position: absolute; }
    .main .title h1 {
      font-size: 100px;
      line-height: 15% !important; }
    .main .title h3 {
      font-family: 'Raleway', sans-serif; }
    .main .title .logo-movil {
      display: none; }

.aboutus {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #282828;
  overflow-y: scroll; }
  .aboutus .nosotros {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .aboutus .nosotros > div {
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      position: relative;
      width: 100%;
      background-size: cover;
      background-position: center center;
      -o-transition: 400ms ease-out;
      -ms-transition: 400ms ease-out;
      -moz-transition: 400ms ease-out;
      transition: 400ms ease-out;
      -webkit-transition: 400ms ease-out;
      -webkit-flex: 1;
      -o-flex: 1;
      -ms-flex: 1;
      -moz-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      color: white;
      text-align: center; }
      .aboutus .nosotros > div h4 {
        font-family: 'LOVELOB', sans-serif; }
      .aboutus .nosotros > div p {
        font-family: 'Raleway', sans-serif; }
      .aboutus .nosotros > div .description {
        -o-transition: 400ms ease-out;
        -ms-transition: 400ms ease-out;
        -moz-transition: 400ms ease-out;
        transition: 400ms ease-out;
        -webkit-transition: 400ms ease-out;
        position: absolute;
        width: 100%;
        height: 0;
        opacity: 0;
        background-color: #ff33cc;
        display: -webkit-flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-flex-direction: column; }
    .aboutus .nosotros .a {
      background-image: url("../recursos/mauricio_monreal.jpg"); }
    .aboutus .nosotros .b {
      background-image: url("../recursos/kelly.jpg"); }
    .aboutus .nosotros .c {
      background-image: url("../recursos/axel.jpg"); }
    .aboutus .nosotros .d {
      background-image: url("../recursos/arlen.jpg"); }
    .aboutus .nosotros > div:hover {
      -o-transition: 400ms ease-in;
      -ms-transition: 400ms ease-in;
      -moz-transition: 400ms ease-in;
      transition: 400ms ease-in;
      -webkit-transition: 400ms ease-in;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      cursor: pointer; }
      .aboutus .nosotros > div:hover .description {
        -o-transition: 400ms ease-in;
        -ms-transition: 400ms ease-in;
        -moz-transition: 400ms ease-in;
        transition: 400ms ease-in;
        -webkit-transition: 400ms ease-in;
        height: 100%;
        opacity: 1; }
        .aboutus .nosotros > div:hover .description h4 {
          font-family: 'LOVELOL', sans-serif; }
  .aboutus .motiva {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 8%;
    color: white;
    text-align: center;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
    .aboutus .motiva h1 {
      font-size: 90px;
      font-family: 'LOVELOB', sans-serif; }
    .aboutus .motiva h2 {
      padding: 20px;
      font-size: 36px;
      font-family: 'Raleway', sans-serif; }

.servicespage {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: scroll; }
  .servicespage > div {
    -o-transition: 400ms ease-out;
    -ms-transition: 400ms ease-out;
    -moz-transition: 400ms ease-out;
    transition: 400ms ease-out;
    -webkit-transition: 400ms ease-out;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    height: 100%; }
    .servicespage > div > div {
      z-index: 2;
      -webkit-flex: 1;
      -o-flex: 1;
      -ms-flex: 1;
      -moz-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      padding: 15px; }
      .servicespage > div > div h3 {
        font-family: 'LOVELOB', sans-serif;
        -o-transition: 400ms ease-out;
        -ms-transition: 400ms ease-out;
        -moz-transition: 400ms ease-out;
        transition: 400ms ease-out;
        -webkit-transition: 400ms ease-out; }
      .servicespage > div > div p {
        width: 100%;
        font-family: 'Raleway', sans-serif;
        -o-transition: 400ms ease-out;
        -ms-transition: 400ms ease-out;
        -moz-transition: 400ms ease-out;
        transition: 400ms ease-out;
        -webkit-transition: 400ms ease-out;
        font-size: 20px;
        text-align: justify; }
      .servicespage > div > div img {
        width: 80%; }
    .servicespage > div .serv-back {
      width: 0;
      height: 100%;
      position: absolute;
      z-index: 1;
      -o-transition: 400ms ease-out;
      -ms-transition: 400ms ease-out;
      -moz-transition: 400ms ease-out;
      transition: 400ms ease-out;
      -webkit-transition: 400ms ease-out;
      background-color: #282828; }
  .servicespage .serv-der .serv-back {
    left: 0;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%); }
  .servicespage .serv-izq .serv-back {
    -webkit-clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
    right: 0; }
  .servicespage > div:hover {
    -o-transition: 400ms ease-in;
    -ms-transition: 400ms ease-in;
    -moz-transition: 400ms ease-in;
    transition: 400ms ease-in;
    -webkit-transition: 400ms ease-in; }
    .servicespage > div:hover .serv-back {
      background-color: white; }
    .servicespage > div:hover > div p {
      -o-transition: 400ms ease-in;
      -ms-transition: 400ms ease-in;
      -moz-transition: 400ms ease-in;
      transition: 400ms ease-in;
      -webkit-transition: 400ms ease-in; }
    .servicespage > div:hover .serv-back {
      -o-transition: 400ms ease-in;
      -ms-transition: 400ms ease-in;
      -moz-transition: 400ms ease-in;
      transition: 400ms ease-in;
      -webkit-transition: 400ms ease-in;
      width: 50%;
      height: 100%;
      position: absolute; }

@media only screen and (max-width: 1000px) {
  .servicespage > div > div {
    width: 100%; }
    .servicespage > div > div p {
      font-size: 15px; }
  .servicespage > div .logo-s {
    opacity: 0.15;
    position: absolute; }
  .footer {
    top: 625% !important; }
    .footer footer div img {
      width: 20%; }
    .footer footer div p {
      font-size: 14px; }
  .aboutus .motiva h1 {
    font-size: 30px; }
  .aboutus .motiva h2 {
    font-size: 20px; }
  .aboutus .nosotros {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 200%; }
  .products {
    top: 525% !important; }
    .products .kiwiholder .kiwi {
      width: 80%;
      bottom: 0; }
    .products h4 {
      font-size: 30px; }
  .gradiente {
    height: 700%; }
  .contact {
    width: 100%;
    top: 425% !important; }
    .contact .form-container {
      position: relative;
      width: 100%;
      opacity: 1;
      left: 0;
      height: 85%;
      top: 5%; }
    .contact .form-decor {
      position: absolute;
      width: 100%;
      left: 0;
      opacity: 1;
      height: 100%;
      top: 0; }
  .us {
    top: 325% !important;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column; }
    .us .kus {
      display: none;
      height: 30%;
      opacity: 1;
      left: 0;
      width: 100%;
      position: relative;
      display: -webkit-flex;
      display: -o-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center; }
      .us .kus svg {
        width: 30% !important; }
    .us .deskus {
      height: 50% !important;
      width: 100%;
      left: 0 !important;
      opacity: 1;
      padding: 30px;
      position: relative; }
      .us .deskus p {
        font-size: 15px; }
  header {
    width: 100%;
    height: 10%;
    top: 90%; }
    header nav ul li a {
      font-size: 12px; }
  .generic nav ul li a {
    font-size: 12px; }
  h2 {
    font-size: 30px; }
  .serv {
    height: 225% !important; }
    .serv .serv-container {
      -o-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .serv .serv-container > div .mini_logo {
        position: absolute;
        opacity: 0.2;
        left: -25%;
        width: 50%; }
      .serv .serv-container h4 {
        font-size: 25px; }
      .serv .serv-container ul li {
        font-size: 15px; }
  .main {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    width: 100%; }
    .main .logo-container {
      display: none; }
    .main .title {
      position: relative !important;
      height: 100%;
      width: 100%;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .main .title h1 {
        font-size: 60px;
        line-height: 15% !important; }
      .main .title h3 {
        font-size: 30px; }
      .main .title .logo-movil {
        display: block;
        width: 60%; } }
