@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap&subset=latin-ext");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background-image: radial-gradient(white 50%, #ccc);
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 15px 0;
  height: 95px;
}

.nav .logo {
  display: inline-block;
  margin: 20px 10px 0 auto;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(68, 68, 68, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  opacity: 0.9;
}

.nav .logo:hover {
  opacity: 0.8;
}

.nav .logo img {
  max-height: 90px;
}

.footer {
  position: relative;
  height: 95px;
  font-size: 0.875rem;
}

.footer img {
  max-width: 100%;
  height: auto;
}

.footer p {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}

.footer .arrow {
  position: absolute;
  top: -50px;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  margin: 10px;
  -webkit-transform: rotate(135deg) scale(0.7);
          transform: rotate(135deg) scale(0.7);
}

.footer .arrow:after, .footer .arrow:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .arrow:before {
  right: 0;
  top: -3px;
  position: absolute;
  height: 4px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 23px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.container {
  width: 100%;
  max-width: 1200px;
  max-height: 700px;
  height: 100%;
  padding: 3rem;
}

.clouds {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.cloud {
  display: inline-block;
  border-radius: 12px;
  font-weight: 800;
  -webkit-box-shadow: inset 2px 6px 8px rgba(255, 255, 255, 0.2);
          box-shadow: inset 2px 6px 8px rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  /* Shadows */
}

.cloud > * {
  display: inline-block;
  padding: 1.2rem 1.4rem;
  text-transform: uppercase;
  color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cloud > span {
  pointer-events: none;
}

.cloud::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 20px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1), transparent);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateY(40px) skewX(45deg);
          transform: translateY(40px) skewX(45deg);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.7;
}

.cloud::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
}

.cloud.diz {
  position: absolute;
  top: 6%;
  left: 27%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(62, 153, 197, 0.85);
  font-size: 1rem;
  -webkit-animation: float 2.8s ease-in-out infinite;
          animation: float 2.8s ease-in-out infinite;
}

.cloud.diz::after {
  border-top-color: rgba(62, 153, 197, 0.85);
  -webkit-transform: translate(0, -10px) rotate(-135deg);
          transform: translate(0, -10px) rotate(-135deg);
  margin-left: -10px;
  border-width: 10px;
  left: 70%;
}

.cloud.web {
  position: absolute;
  top: 10%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(136, 68, 153, 0.85);
  font-size: 2rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.3s;
          animation: float 2.8s ease-in-out infinite 0.3s;
}

.cloud.web::after {
  border-top-color: rgba(136, 68, 153, 0.85);
  -webkit-transform: translate(0, -12px) rotate(-135deg);
          transform: translate(0, -12px) rotate(-135deg);
  margin-left: -12px;
  border-width: 12px;
  left: 70%;
}

.cloud.pub {
  position: absolute;
  top: 16%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(247, 187, 57, 0.85);
  font-size: 1.8rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.9s;
          animation: float 2.8s ease-in-out infinite 0.9s;
}

.cloud.pub::after {
  border-top-color: rgba(247, 187, 57, 0.85);
  -webkit-transform: translate(0, -12px) rotate(135deg);
          transform: translate(0, -12px) rotate(135deg);
  margin-left: -12px;
  border-width: 12px;
  left: 20%;
}

.cloud.pri {
  position: absolute;
  top: 25%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(203, 212, 69, 0.85);
  font-size: 3rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.6s;
          animation: float 2.8s ease-in-out infinite 0.6s;
}

.cloud.pri::after {
  border-top-color: rgba(203, 212, 69, 0.85);
  -webkit-transform: translate(0, -15px) rotate(135deg);
          transform: translate(0, -15px) rotate(135deg);
  margin-left: -15px;
  border-width: 15px;
  left: 30%;
}

.cloud.mul {
  position: absolute;
  top: 52%;
  left: 72%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(31, 188, 169, 0.85);
  font-size: 2.6rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.5s;
          animation: float 2.8s ease-in-out infinite 0.5s;
}

.cloud.mul::after {
  border-top-color: rgba(31, 188, 169, 0.85);
  -webkit-transform: translate(0, -17px) rotate(-135deg);
          transform: translate(0, -17px) rotate(-135deg);
  margin-left: -17px;
  border-width: 17px;
  left: 75%;
}

.cloud.soc {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(79, 66, 156, 0.85);
  font-size: 2rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.7s;
          animation: float 2.8s ease-in-out infinite 0.7s;
}

.cloud.soc::after {
  border-top-color: rgba(79, 66, 156, 0.85);
  -webkit-transform: translate(0, -12px) rotate(135deg);
          transform: translate(0, -12px) rotate(135deg);
  margin-left: -12px;
  border-width: 12px;
  left: 20%;
}

.cloud.dig {
  position: absolute;
  top: 38%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(243, 108, 50, 0.85);
  font-size: 4rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.8s;
          animation: float 2.8s ease-in-out infinite 0.8s;
}

.cloud.dig::after {
  border-top-color: rgba(243, 108, 50, 0.85);
  -webkit-transform: translate(0, -20px) rotate(-135deg);
          transform: translate(0, -20px) rotate(-135deg);
  margin-left: -20px;
  border-width: 20px;
  left: 70%;
}

.cloud.app {
  position: absolute;
  top: 82%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(243, 129, 69, 0.85);
  font-size: 2rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.7s;
          animation: float 2.8s ease-in-out infinite 0.7s;
}

.cloud.app::after {
  border-top-color: rgba(243, 129, 69, 0.85);
  -webkit-transform: translate(0, -15px) rotate(135deg);
          transform: translate(0, -15px) rotate(135deg);
  margin-left: -15px;
  border-width: 15px;
  left: 25%;
}

.cloud.tel {
  position: absolute;
  top: 70%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(253, 189, 57, 0.85);
  font-size: 3rem;
  -webkit-animation: float 2.8s ease-in-out infinite 1s;
          animation: float 2.8s ease-in-out infinite 1s;
}

.cloud.tel::after {
  border-top-color: rgba(253, 189, 57, 0.85);
  -webkit-transform: translate(0, -17px) rotate(-135deg);
          transform: translate(0, -17px) rotate(-135deg);
  margin-left: -17px;
  border-width: 17px;
  left: 70%;
}

.cloud.rad {
  position: absolute;
  top: 72%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(63, 109, 171, 0.85);
  font-size: 2.4rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.8s;
          animation: float 2.8s ease-in-out infinite 0.8s;
}

.cloud.rad::after {
  border-top-color: rgba(63, 109, 171, 0.85);
  -webkit-transform: translate(0, -18px) rotate(135deg);
          transform: translate(0, -18px) rotate(135deg);
  margin-left: -18px;
  border-width: 18px;
  left: 40%;
}

.cloud.mob {
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(216, 27, 91, 0.85);
  font-size: 2.4rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.6s;
          animation: float 2.8s ease-in-out infinite 0.6s;
}

.cloud.mob::after {
  border-top-color: rgba(216, 27, 91, 0.85);
  -webkit-transform: translate(0, -18px) rotate(135deg);
          transform: translate(0, -18px) rotate(135deg);
  margin-left: -18px;
  border-width: 18px;
  left: 30%;
}

.cloud.vid {
  position: absolute;
  top: 16%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(195, 60, 129, 0.85);
  font-size: 1.8rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.7s;
          animation: float 2.8s ease-in-out infinite 0.7s;
}

.cloud.vid::after {
  border-top-color: rgba(195, 60, 129, 0.85);
  -webkit-transform: translate(0, -15px) rotate(135deg);
          transform: translate(0, -15px) rotate(135deg);
  margin-left: -15px;
  border-width: 15px;
  left: 35%;
}

.cloud.new {
  position: absolute;
  top: 60%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(193, 58, 127, 0.85);
  font-size: 1.8rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.5s;
          animation: float 2.8s ease-in-out infinite 0.5s;
}

.cloud.new::after {
  border-top-color: rgba(193, 58, 127, 0.85);
  -webkit-transform: translate(0, -15px) rotate(135deg);
          transform: translate(0, -15px) rotate(135deg);
  margin-left: -15px;
  border-width: 15px;
  left: 35%;
}

.cloud.pro {
  position: absolute;
  top: 24%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(21, 149, 92, 0.85);
  font-size: 1.2rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.5s;
          animation: float 2.8s ease-in-out infinite 0.5s;
}

.cloud.pro::after {
  border-top-color: rgba(21, 149, 92, 0.85);
  -webkit-transform: translate(0, -12px) rotate(135deg);
          transform: translate(0, -12px) rotate(135deg);
  margin-left: -12px;
  border-width: 12px;
  left: 30%;
}

.cloud.coo {
  position: absolute;
  top: 85%;
  left: 24%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(248, 223, 133, 0.85);
  font-size: 1rem;
  -webkit-animation: float 2.8s ease-in-out infinite 0.8s;
          animation: float 2.8s ease-in-out infinite 0.8s;
}

.cloud.coo::after {
  border-top-color: rgba(248, 223, 133, 0.85);
  -webkit-transform: translate(0, -12px) rotate(135deg);
          transform: translate(0, -12px) rotate(135deg);
  margin-left: -12px;
  border-width: 12px;
  left: 40%;
}

.cloud.con {
  position: absolute;
  top: 30%;
  left: 24%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
  font-size: 1.5rem;
  z-index: 9;
  -webkit-animation: float 2.8s ease-in-out infinite 0.4s;
          animation: float 2.8s ease-in-out infinite 0.4s;
}

.cloud.con::after {
  border-top-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(0, -10px) rotate(135deg);
          transform: translate(0, -10px) rotate(135deg);
  margin-left: -10px;
  border-width: 10px;
  left: 30%;
}

.cloud.abo {
  position: absolute;
  top: 42%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
  font-size: 1.5rem;
  z-index: 10;
  -webkit-animation: float 2.8s ease-in-out infinite 0.7s;
          animation: float 2.8s ease-in-out infinite 0.7s;
}

.cloud.abo::after {
  border-top-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(0, -8px) rotate(135deg);
          transform: translate(0, -8px) rotate(135deg);
  margin-left: -8px;
  border-width: 8px;
  left: 35%;
}

.cloud.rad::before {
  display: block;
  bottom: -60px;
}

.cloud.new::before {
  display: block;
  bottom: -150px;
}

.cloud.mob::before {
  display: block;
  bottom: -50px;
}

.cloud.dig::before {
  display: block;
  bottom: -200px;
}

.cloud.tel::before {
  display: block;
  bottom: -140px;
}

.cloud.coo::before {
  display: block;
  bottom: -40px;
}

.cloud.app::before {
  display: block;
  bottom: -70px;
}

@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + -15px));
  }
}

@keyframes float {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + -15px));
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  padding: 0 15px;
  z-index: 10;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}

.overlay.show .popup {
  margin-top: 70px;
  opacity: 1;
}

.overlay .popup {
  margin: 170px auto 70px auto;
  padding: 40px 35px 15px 35px;
  background: white;
  -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.4), inset -2px -6px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.4), inset -2px -6px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 11;
  opacity: 0;
}

.overlay .popup h2 {
  margin: 5px 0;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
}

.overlay .popup .close {
  position: absolute;
  top: 0px;
  right: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 40px;
  text-decoration: none;
  color: rgba(65, 65, 65, 0.4);
}

.overlay .popup .close:hover {
  color: #414141;
}

.overlay .popup .content {
  max-height: 30%;
  padding-top: 10px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.6;
}

.overlay .popup .content p {
  margin-bottom: 14px;
}

.overlay .popup .content a {
  color: #3e99c5;
  text-decoration: none;
}

.overlay .popup .content img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .nav {
    height: 160px;
  }
  .nav .logo {
    display: inline-block;
    margin-left: 0;
  }
  .nav .logo img {
    margin-top: 60px;
    max-height: 155px;
  }
  .footer {
    height: 160px;
  }
  .container {
    margin: auto;
    height: 600px;
    padding-top: 0;
    max-height: none;
  }
  .container .pub {
    left: 62%;
  }
  .container .diz {
    top: 10%;
    left: 31%;
  }
  .container .web {
    top: 13%;
    left: 43%;
  }
  .container .mul {
    top: 46%;
    left: 82%;
  }
  .container .soc {
    top: 45%;
    left: 22%;
  }
  .container .dig {
    top: 45%;
    left: 50%;
  }
  .container .tel {
    top: 60%;
    left: 70%;
  }
  .container .app {
    top: 72%;
    left: 85%;
  }
  .container .pri {
    top: 28%;
    left: 75%;
  }
  .container .coo {
    top: 78%;
    left: 68%;
  }
  .container .abo {
    top: 32%;
    left: 60%;
    font-size: 1rem;
  }
  .container .abo:hover {
    font-size: 1.5rem;
  }
  .container .con {
    top: 34%;
    font-size: 1rem;
  }
  .container .con:hover {
    font-size: 1.5rem;
  }
  .overlay .popup {
    width: 600px;
    padding: 40px 45px 25px 45px;
  }
}
/*# sourceMappingURL=style.css.map */