.menu {
  top: 50%;
  right: 0.5em;
  width: 180px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  mix-blend-mode: difference; }
  .menu .menu-wpr ul li {
    text-align: center;
    list-style: none;
    margin: 0; }
  .menu .vertical-line {
    width: 1px;
    height: 25px;
    margin: 1em auto;
    background: rgba(255, 255, 255, 0.5); }
  .menu a {
    text-align: center;
    list-style: none;
    display: -webkit-inline-box;
    font-family: 'Century Gothic';
    letter-spacing: -1px;
    font-size: 1em;
    font-weight: 100;
    box-shadow: 0 0 0 0px #fff inset;
    -webkit-box-shadow: 0 0 0 0px #fff inset;
    -moz-box-shadow: 0 0 0 0px #fff inset;
    padding: 0.25em 0.5em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #fff;
    background: transparent;
    outline: none !important;
    transition: all 0.33s ease-out;
    -webkit-transition: all 0.33s ease-out;
    -moz-transition: all 0.33s ease-out;
    text-decoration: none; }
  .menu a:hover {
    font-family: 'Century Gothic Bold';
    letter-spacing: 0px;
    box-shadow: 0 0 0 50px #fff inset;
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -moz-box-shadow: 0 0 0 50px #fff inset;
    color: #000; }

.intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #222222;
  overflow: hidden;
  /* Small (sm) */ }
  .intro .webediaBrand-header {
    position: relative;
    background: #171616; }
  .intro .video-intro {
    position: relative;
    width: 100%;
    height: 100vh; }
  .intro .sphere {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    position: absolute;
    top: calc(50% - 225px);
    left: 10%;
    opacity: 0.75; }
    .intro .sphere .logo {
      position: absolute;
      top: calc(50% - 10px);
      left: 2em; }
    .intro .sphere .txt-wpr {
      position: relative; }
      .intro .sphere .txt-wpr .txt-content {
        position: absolute;
        top: 40px;
        left: 50%; }
      .intro .sphere .txt-wpr h2 {
        font-size: 7.5em;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 90px;
        letter-spacing: -10px;
        mix-blend-mode: difference; }
  @media (max-width: 640px) {
    .intro .html5-main-video {
      position: absolute !important;
      top: 100% !important;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%); }
    .intro .sphere {
      width: 260px;
      height: 260px;
      position: absolute;
      opacity: 0.75;
      top: calc(5% + 50px);
      left: 2%; }
      .intro .sphere .logo {
        position: absolute;
        top: 25%;
        left: 40%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%); }
      .intro .sphere .txt-wpr {
        position: relative; }
        .intro .sphere .txt-wpr .txt-content {
          position: absolute;
          top: 100px;
          left: 8%; }
        .intro .sphere .txt-wpr h2 {
          font-size: 5em;
          color: #fff;
          margin: 0;
          padding: 0;
          line-height: 60px;
          letter-spacing: -5px;
          mix-blend-mode: difference; }
    .intro .logo-header {
      background: #fff !important; }
    .intro .mapWorld {
      position: relative; } }

.webediaInTheWorld {
  position: relative;
  /* Small (sm) */ }
  .webediaInTheWorld h2 {
    z-index: 100;
    position: relative;
    font-size: 2.8em; }
  .webediaInTheWorld h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .webediaInTheWorld h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .webediaInTheWorld li {
    list-style: none;
    margin: 0;
    line-height: 1.75em; }
  .webediaInTheWorld .bg-babyBlue {
    background: #7ac8d6;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }
  .webediaInTheWorld .overlayDataPortugal {
    position: absolute;
    top: calc(35% - 2.6%);
    left: calc(35% - 2.5%);
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9); }
  .webediaInTheWorld .mapWorld {
    position: relative;
    margin-top: 20px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .webediaInTheWorld .zoomOutGradient {
    width: 30px;
    height: 100%;
    display: block; }
  @media (max-width: 640px) {
    .webediaInTheWorld h2 {
      font-size: 3em;
      line-height: 42px; }
    .webediaInTheWorld h2:before {
      display: none; }
    .webediaInTheWorld h2:after {
      display: none; }
    .webediaInTheWorld .mapWorld {
      transform: translateX(10%) translateY(40%) scale(2);
      -webkit-transform: translateX(10%) translateY(40%) scale(2);
      -moz-transform: translateX(10%) translateY(40%) scale(2); }
      .webediaInTheWorld .mapWorld .overlayDataPortugal {
        transform: scale(0.333) translateX(-100%);
        -webkit-transform: scale(0.333) translateX(-100%);
        -moz-transform: scale(0.333) translateX(-100%);
        position: absolute;
        top: 0; } }

.whatWeDo {
  position: relative;
  min-height: 100%;
  padding: 0 0 100px 0;
  /* Small (sm) */ }
  .whatWeDo h2 {
    z-index: 100;
    position: relative;
    font-size: 2.8em; }
  .whatWeDo h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .whatWeDo h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .whatWeDo figure.whatwedo {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden; }
    .whatWeDo figure.whatwedo .imgFigure {
      width: 100;
      height: auto; }
    .whatWeDo figure.whatwedo .icon {
      width: 60px;
      height: 60px; }
    .whatWeDo figure.whatwedo .overlay {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      .whatWeDo figure.whatwedo .overlay .content img {
        position: relative;
        width: 120px;
        height: 120px;
        top: calc(50% - 60px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); }
      .whatWeDo figure.whatwedo .overlay .bg-audience {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .whatWeDo figure.whatwedo .overlay .bg-data {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 2px 0 0 #fff inset;
        -moz-box-shadow: 2px 0 0 #fff inset;
        -webkit-box-shadow: 2px 0 0 #fff inset; }
      .whatWeDo figure.whatwedo .overlay .bg-knowledge {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 2px 0 0 #fff inset;
        -moz-box-shadow: 2px 0 0 #fff inset;
        -webkit-box-shadow: 2px 0 0 #fff inset; }
  @media (max-width: 640px) {
    .whatWeDo {
      padding: 0; }
      .whatWeDo h2 {
        font-size: 3em;
        line-height: 42px; }
      .whatWeDo h2:before {
        display: none; }
      .whatWeDo h2:after {
        display: none; }
      .whatWeDo .mapWorld {
        transform: translateX(10%) translateY(40%) scale(2);
        -webkit-transform: translateX(10%) translateY(40%) scale(2);
        -moz-transform: translateX(10%) translateY(40%) scale(2); }
        .whatWeDo .mapWorld .overlayDataPortugal {
          transform: scale(0.333) translateX(-100%);
          -webkit-transform: scale(0.333) translateX(-100%);
          -moz-transform: scale(0.333) translateX(-100%);
          position: absolute;
          top: 10%; } }

.publishing {
  position: relative;
  min-height: 100vh;
  /* Small (sm) */ }
  .publishing h2 {
    z-index: 100;
    position: relative;
    font-size: 2.8em; }
  .publishing h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .publishing h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .publishing .bp3-callout {
    background: transparent;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset; }
  .publishing .gridThumb figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative; }
    .publishing .gridThumb figure .footerThumb {
      width: 40px;
      height: 40px;
      top: 50%;
      left: 50%;
      position: absolute;
      transition: all 0.33s ease-in-out;
      -webkit-transition: all 0.33s ease-in-out;
      -moz-transition: all 0.3 ease-in-out;
      transform: scale3d(0, 0, 0) translateX(-50%) translateY(-50%);
      -webkit-transform: scale3d(0, 0, 0) translateX(-50%) translateY(-50%);
      -moz-transform: scale3d(0, 0, 0) translateX(-50%) translateY(-50%);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0; }
      .publishing .gridThumb figure .footerThumb a {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        background: transparent;
        transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out; }
  .publishing .gridThumb figure:hover .footerThumb {
    top: 50%;
    left: 50%;
    transform: scale3d(1, 1, 1) translateX(-50%) translateY(-50%);
    -webkit-transform: scale3d(1, 1, 1) translateX(-50%) translateY(-50%);
    -moz-transform: scale3d(1, 1, 1) translateX(-50%) translateY(-50%); }
  .publishing .gridThumb figure .imgBackground img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease; }
  .publishing .gridThumb figure:hover .imgBackground img {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px); }
  .publishing .gridThumb figure:hover .overlayContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .publishing .isotipo {
    width: 120px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 640px) {
    .publishing h2 {
      font-size: 3em;
      line-height: 42px;
      margin-top: 2em; }
    .publishing h2:before {
      display: none; }
    .publishing h2:after {
      display: none; }
    .publishing .mapWorld {
      transform: translateX(10%) translateY(40%) scale(2);
      -webkit-transform: translateX(10%) translateY(40%) scale(2);
      -moz-transform: translateX(10%) translateY(40%) scale(2); }
      .publishing .mapWorld .overlayDataPortugal {
        transform: scale(0.333) translateX(-100%);
        -webkit-transform: scale(0.333) translateX(-100%);
        -moz-transform: scale(0.333) translateX(-100%);
        position: absolute;
        top: 10%; } }

.brands {
  /* Small (sm) */ }
  .brands h2 {
    z-index: 100;
    position: relative;
    font-size: 2.8em; }
  .brands h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .brands h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  @media (max-width: 640px) {
    .brands {
      padding: 0; }
      .brands h2 {
        font-size: 3em;
        line-height: 42px; }
      .brands h2:before {
        display: none; }
      .brands h2:after {
        display: none; }
      .brands .mapWorld {
        transform: translateX(10%) translateY(40%) scale(2);
        -webkit-transform: translateX(10%) translateY(40%) scale(2);
        -moz-transform: translateX(10%) translateY(40%) scale(2); }
        .brands .mapWorld .overlayDataPortugal {
          transform: scale(0.333) translateX(-100%);
          -webkit-transform: scale(0.333) translateX(-100%);
          -moz-transform: scale(0.333) translateX(-100%);
          position: absolute;
          top: 10%; } }

.cases {
  position: relative;
  min-height: 100vh;
  display: none; }
  .cases h2 {
    font-size: 3em;
    margin: 2em;
    z-index: 100;
    position: relative; }
  .cases h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .cases h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }

.partner {
  position: relative;
  /* Small (sm) */ }
  .partner h2 {
    z-index: 100;
    position: relative;
    font-size: 2.8em; }
  .partner h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .partner h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  @media (max-width: 640px) {
    .partner {
      padding: 0; }
      .partner h2 {
        font-size: 3em;
        line-height: 42px; }
      .partner h2:before {
        display: none; }
      .partner h2:after {
        display: none; }
      .partner .mapWorld {
        transform: translateX(10%) translateY(40%) scale(2);
        -webkit-transform: translateX(10%) translateY(40%) scale(2);
        -moz-transform: translateX(10%) translateY(40%) scale(2); }
        .partner .mapWorld .overlayDataPortugal {
          transform: scale(0.333) translateX(-100%);
          -webkit-transform: scale(0.333) translateX(-100%);
          -moz-transform: scale(0.333) translateX(-100%);
          position: absolute;
          top: 10%; } }

.contacts {
  padding-bottom: 8em;
  /* Small (sm) */ }
  .contacts .custom-wapper {
    max-width: 80%;
    margin: 0 auto; }
  .contacts h2 {
    z-index: 100;
    position: relative;
    font-size: 2.8em; }
  .contacts h2::before {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-right: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .contacts h2::after {
    content: "";
    font-size: 4px;
    vertical-align: middle;
    margin-left: 14px;
    padding: 0em 2%;
    background-color: #000000;
    font-weight: bold; }
  .contacts .bp3-input-group input {
    background: rgba(55, 54, 54, 0.05);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease; }
  .contacts .bp3-input-group input:hover {
    background: rgba(55, 54, 54, 0.075); }
  .contacts .bp3-input-group input:focus {
    background: rgba(55, 54, 54, 0.075); }
  .contacts textarea.bp3-input {
    background: rgba(55, 54, 54, 0.05) !important;
    min-height: 300px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease; }
  .contacts textarea.bp3-input:hover {
    background: rgba(55, 54, 54, 0.075) !important; }
  .contacts textarea.bp3-input:focus {
    background: rgba(55, 54, 54, 0.075) !important; }
  .contacts .map-contact {
    width: 100%;
    height: 400px; }
  .contacts .pointerMap {
    background: #ffffff !important;
    padding: 0.5em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
  .contacts .pointerArrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent; }
  @media (max-width: 640px) {
    .contacts {
      padding: 0; }
      .contacts h2 {
        font-size: 3em;
        line-height: 42px; }
      .contacts h2:before {
        display: none; }
      .contacts h2:after {
        display: none; }
      .contacts .mapWorld {
        transform: translateX(10%) translateY(40%) scale(2);
        -webkit-transform: translateX(10%) translateY(40%) scale(2);
        -moz-transform: translateX(10%) translateY(40%) scale(2); }
        .contacts .mapWorld .overlayDataPortugal {
          transform: scale(0.333) translateX(-100%);
          -webkit-transform: scale(0.333) translateX(-100%);
          -moz-transform: scale(0.333) translateX(-100%);
          position: absolute;
          top: 10%; } }

