* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

body {
  opacity: 0;
}

.fadein {
  opacity: 1;
  -webkit-transition: opactity 0.1s ease-in;
  -o-transition: opactity 0.1s ease-in;
  -moz-transition: opactity 0.1s ease-in;
  transition: opactity 0.1s ease-in;
}

body {
  font-family: Helvetica, 'sans-serif';
}

p,
a {
  font-weight: 300;
  font-style: normal;
  line-height: 1.32em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -1px;
}

h2,
.intro-text {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.32em;
  letter-spacing: -2px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h2,
  .intro-text {
    font-size: 30px;
    line-height: 1.3;
  }
}

.xs-text {
  margin-bottom: 10px;
}

.xs-text p {
  letter-spacing: 0;
}

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 9999;
  top: 0;
  padding-top: 15px;
  width: 100%;
}

nav .nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

@media only screen and (max-width: 768px) {
  nav .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.head-logo {
  width: 55%;

  @incude xs {
    width: 25%;
  }
}

.head-logo img {
  display: block;
  max-height: 35px;
  /* @include lg {
            max-height: 60px;
        } */
}

.menu-main-menu-container {
  width: 75%;
}

#menu-main-menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 30px;
}

#menu-main-menu li {
  margin-left: 30px;
  border-bottom: 1px transparent #fff;
}

#menu-main-menu li:hover a {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  #menu-main-menu {
    display: none;
  }
}

.menu-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
    z-index: 999;
  }
}

.menu-mobile-icon {
  z-index: 999;
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.menu-mobile-icon div {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
}

.menu-mobile-content {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .menu-mobile-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 300px;
    padding: 25px 20px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.menu-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  -o-transition: -o-transform 0.6s ease-in;
  -moz-transition: transform 0.6s ease-in, -moz-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in, -moz-transform 0.6s ease-in, -o-transform 0.6s ease-in;
}

#menu-main-menu-1 {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-size: 30px;
}

#menu-main-menu-1 li:hover a {
  border-bottom: 1px solid #fff;
}

/*
* Close menu icon
*/

.bar1.change {
  -webkit-transform: rotate(-45deg) translate(-7px, 5px);
  -moz-transform: rotate(-45deg) translate(-7px, 5px);
  -ms-transform: rotate(-45deg) translate(-7px, 5px);
  -o-transform: rotate(-45deg) translate(-7px, 5px);
  transform: rotate(-45deg) translate(-7px, 5px);
}

.bar2.change {
  opacity: 0;
}

.bar3.change {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -moz-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
  -o-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*Swiper*/

.swiper-container {
  height: 100vh;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .swiper-slide img.desk-img-mob-vid {
    display: none;
  }
}

.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide video.desk-img-mob-vid {
  display: none;
}

@media only screen and (max-width: 768px) {
  .swiper-slide video.desk-img-mob-vid {
    display: block;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button-next {
  background-image: url('../img/icons/next-arrow.svg');
  right: 25px;
}

.swiper-button-prev {
  background-image: url('../img/icons/prev-arrow.svg');
  left: 25px;
}

/* Marquee */

.bottom-marquee {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  color: black;
}

.bottom-marquee marquee {
  font-size: 4em;
  line-height: 1.3em;
  letter-spacing: -3px;
  vertical-align: middle;
  width: auto;
}

.bottom-marquee marquee p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .bottom-marquee {
    position: fixed;
  }

  .bottom-marquee marquee {
    font-size: 2.8em;
  }
}

.mobile-marquee {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-marquee {
    display: block;
  }
}

.desk-marquee {
  display: block;
}

@media only screen and (max-width: 768px) {
  .desk-marquee {
    display: none;
  }
}

.wrapper-postdata {
  padding-top: 110px;
  padding-right: 130px;
  padding-bottom: 3.3333rem;
  padding-left: 130px;
}

.wrapper-postdata img {
  width: 100%;
  height: 100%;
}

.wrapper-postdata video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .wrapper-postdata {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper-postdata.content {
    padding-top: 0;
  }
}

.layout-postdata {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  grid-auto-rows: minmax(100px, auto);
}

@media only screen and (max-width: 768px) {
  .layout-postdata {
    grid-template-columns: repeat(1, 1fr);
  }
}

.layout-postdata > div {
  overflow: hidden;
}

body.post-type-archive-comunicacio .layout-postdata {
  grid-gap: 1px;
}

body.page-template-page-webs .layout-postdata {
  grid-gap: 60px;
}

@media only screen and (max-width: 768px) {
  body.page-template-page-webs .layout-postdata {
    grid-gap: 15px;
  }
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.item .title {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: 200;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.item .title p {
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  transform-style: flat;
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
  -moz-transform: translate3d(0, 0, -30px) rotateX(90deg);
  transform: translate3d(0, 0, -30px) rotateX(90deg);
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.item .show-title {
  visibility: inherit;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.item .show-title p {
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
  -moz-transform: translate3d(0, 0, 0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.px-15 {
  padding: 15px !important;
}

@media only screen and (max-width: 768px) {
  .px-15 {
    padding: 0 !important;
  }
}

.wrapper-com {
  padding-top: 120px;
  padding-right: 130px;
  padding-bottom: 3.3333rem;
  padding-left: 130px;
}

.wrapper-com p {
  margin: 0;
  font-size: 15px;
}

.wrapper-com img {
  width: 100%;
}

.wrapper-com h2 {
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .wrapper-com {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper-com.content {
    padding-top: 3.3333rem;
  }
}

.wrapper-com-full img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .wrapper-com-full {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.flex-content > div {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .flex-content > div.hide-mobile {
    display: none;
  }
}

.flex-content > div.show-mobile {
  padding-bottom: 0;
}

.flex-content p {
  font-size: 2em;
}

.flex-content video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comunicacio-text {
  width: 65vw;
}

@media only screen and (max-width: 768px) {
  .comunicacio-text {
    width: 100%;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.double-img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  jutify-content: center;
}

.double-img .img-frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.double-img div > img {
  padding: 15px;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .double-img {
    display: block;
  }

  .double-img div > img {
    padding: 0;
    padding-bottom: 5px !important;
  }
}

.double-img-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .double-img-mobile {
    display: block !important;
  }
}

.pagination-wrapper {
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-top: #fff 0.7px solid;
}

.pagination-wrapper div:hover {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .pagination-wrapper {
    padding-top: 15px;
  }
}

.wrapper-grid-comunicacio {
  padding: 0;
}

.wrapper-grid-comunicacio img {
  width: 100%;
  height: 100%;
}

.wrapper-grid-comunicacio .vid-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.px-1 {
  padding: 1px !important;
}

.wrapper-video-full {
  position: relative;
  padding-top: 56.25%;
}

.wrapper-video-full .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.wrapper-video-full .video-play {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  font-size: 3em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .wrapper-video-full .video-play {
    visibility: visible;
    opacity: 1;
    left: 38%;
    top: 25%;
  }
}

.wrapper-video-full .video-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 12px 20px;
}

.wrapper-video-full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .wrapper-video-full {
    margin-top: 70px;
  }
}

.wrapper-video-full:hover {
  opacity: 0.5;
}

.wrapper-video-full:hover .video-play {
  visibility: visible;
}

.wrapper-video-full.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  -o-transition: all 0.6s 0.8s;
  -moz-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.wrapper-video-full.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  -o-transition: all 0.6s 0.8s;
  -moz-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.wrapper-video-full.open:hover {
  opacity: 1;
}

.wrapper-video-full.open:hover .video-mask {
  opacity: 0;
}

body.page-template-page-videos .wrapper-postdata {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

body.page-template-page-videos .wrapper-postdata {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

body.page-template-page-videos .wrapper-postdata.wrapper-video {
  padding-top: 44px !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  body.page-template-page-videos .wrapper-postdata.container-fluid div > div {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.page-template-page-videos .wrapper-postdata.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

.page-template-page-videos .title {
  padding: 15px;
}

body.page-template-page-contact .wrapper {
  padding-right: 305px;
  padding-left: 130px;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.32em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -2px;
}

@media only screen and (max-width: 768px) {
  body.page-template-page-contact .wrapper {
    padding: 20px;
    font-size: 25px;
  }
}

body.page-template-page-contact .wrapper-about {
  padding-top: 110px !important;
}

.icon-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-arrow-right:before {
  content: '';
  display: block;
  background-image: url('../img/icons/postdata-arrow.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 8px;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .icon-arrow-right:before {
    width: 25px;
    height: 32px;
  }
}

.line-separator > div {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.wrapper-about {
  padding-top: 100px !important;
}

.contact-row {
  margin-top: 0.85em;
  margin-bottom: 0.85em;
}

.contact-row p {
  margin: 0;
}

.contact-row a:hover {
  border-bottom: 1px solid #fff;
}

.team-row p {
  margin-bottom: 0.85em;
}

.team-row img {
  width: 65%;
}

@media only screen and (max-width: 768px) {
  .team-row img {
    width: 100%;
  }
}

.wrapper-clients .client-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-clients a {
  border-bottom: 1px solid transparent;
}

.wrapper-clients a:hover {
  border-bottom: 1px solid #fff;
}

.wrapper-clients {
  padding-bottom: 100px;
}

a {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  body.page-template-page-webs .wrapper-postdata.container-fluid div > div {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  body.page-template-page-webs .wrapper-postdata.container-fluid {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
  }
}

.page-template-page-webs .title {
  padding: 15px;
}

#cookie-law-info-bar {
  height: 80px;
}

@media only screen and (max-width: 768px) {
  #cookie-law-info-bar {
    height: 150px;
  }
}

.cli-style-v2 .cli-bar-message {
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .cli-style-v2 .cli-bar-btn_container {
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  #cookie-law-info-bar[data-cli-style="cli-style-v2"],
  #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],
  #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 15px 15px;
  }
}

body {
  background-color: #000;
  color: #fff;
  margin: 0;
  cursor: url('../img/icons/postdata-cursor.png'), auto;
}

.container,
.row,
.row>* {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: inherit;
  cursor: url('../img/icons/postdata-cursor.png'), auto;
}

a:focus {
  color: inherit;
  text-decoration: inherit;
}

.load-hidden {
  visibility: hidden;
}
