@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* width */
::-webkit-scrollbar {
  height: 5px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 5px;
  /* width of vertical scrollbar */ }

/* Track */
::-webkit-scrollbar-track {
  background: transparent !important; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  width: 5px !important;
  background-color: black; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

.dg {
  display: block; }

@media (max-width: 992px) {
  .digibluegroup {
    right: 25px !important;
    left: -50px !important; } }

@media (max-width: 767px) {
  .digibluegroup {
    left: 0 !important; } }

#logoAnim canvas {
  margin-left: -170px; }
  @media (max-width: 1024px) {
    #logoAnim canvas {
      width: 60vw; } }
  @media (max-width: 767px) {
    #logoAnim canvas {
      margin: 0;
      width: 100vw; } }

html {
  overscroll-behavior: none; }

body {
  overscroll-behavior: none;
  font-family: 'barlow';
  overflow-x: scroll;
  overflow-x: overlay;
  overflow-y: hidden; }
  @media (max-width: 768px) {
    body {
      overflow-y: scroll;
      overflow-x: hidden !important; } }
  body.page-id-1363 {
    overflow-y: scroll;
    overflow-y: overlay; }

.backtotop {
  bottom: 42px;
  left: 120px;
  position: fixed !important;
  z-index: 100; }
  @media (max-width: 768px) {
    .backtotop {
      left: 0;
      position: relative !important;
      bottom: 50px;
      height: 0;
      padding-left: 10px; } }

@media (max-width: 768px) {
  #horizontalContainer {
    overflow: hidden; } }

#horizontalContainer .section {
  display: inline-flex; }
  @media (max-width: 768px) {
    #horizontalContainer .section {
      display: block; } }
  #horizontalContainer .section .slide {
    width: 100vw;
    border: 0px solid transparent; }
    @media (max-width: 768px) {
      #horizontalContainer .section .slide {
        height: 100%;
        border: 0px solid transparent; } }

#menup {
  z-index: 1001; }

#menu {
  background: #430057;
  color: white;
  width: 100vw;
  position: fixed;
  top: -100vh;
  left: 0;
  height: 100vh;
  z-index: 1000; }
  #menu .close .symbol {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 768px) {
      #menu .close .symbol {
        float: left;
        left: 0; } }
    #menu .close .symbol .cross {
      margin-right: 30px;
      float: right;
      margin-top: 10px; }
      @media (max-width: 768px) {
        #menu .close .symbol .cross {
          margin-left: 50px !important;
          margin-top: 50px !important; } }
      @media (max-width: 767px) {
        #menu .close .symbol .cross {
          margin-top: 20px !important;
          margin-left: 25px !important; } }
      #menu .close .symbol .cross a i {
        font-size: 30px;
        color: white; }
      #menu .close .symbol .cross a:hover i {
        color: black; }
      @media (max-width: 768px) {
        #menu .close .symbol .cross {
          margin-top: 20px;
          margin-left: 25px;
          float: left;
          left: 0; } }
    #menu .close .symbol .top {
      background: white;
      height: 20px;
      width: 80px; }
      @media (max-width: 768px) {
        #menu .close .symbol .top {
          display: none; } }
    #menu .close .symbol .right {
      background: white;
      height: 60px;
      width: 20px;
      right: 0;
      position: absolute; }
      @media (max-width: 768px) {
        #menu .close .symbol .right {
          display: none; } }
  #menu .copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100px; }
    #menu .copyright .menu-small a {
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      color: white; }
      #menu .copyright .menu-small a:hover {
        text-decoration: underline; }
  #menu .container {
    margin: 15% auto; }
    #menu .container .logo {
      width: 170px;
      position: absolute;
      top: 50px;
      left: 45%; }
      @media (max-width: 768px) {
        #menu .container .logo {
          left: 50%;
          margin-left: -85px; } }
      @media (max-width: 767px) {
        #menu .container .logo {
          top: 25px; } }
  #menu ul {
    list-style: none;
    position: relative; }
    @media (max-width: 768px) {
      #menu ul {
        margin: 35% auto; } }
    #menu ul li {
      list-style: none;
      width: 100%;
      float: left; }
      #menu ul li a {
        font-size: 65px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 100%;
        color: white;
        display: block;
        float: left;
        position: relative; }
        @media (max-width: 768px) {
          #menu ul li a {
            font-size: 40px; } }
        #menu ul li a span {
          z-index: 50;
          position: relative; }
        #menu ul li a:hover {
          text-decoration: none;
          color: #ff6720; }
          #menu ul li a:hover:before {
            content: '';
            background-color: white;
            width: 100%;
            height: 20px;
            position: absolute;
            bottom: 0;
            left: -10px;
            z-index: 1; }
      #menu ul li .content {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        opacity: 0;
        /* We are a full service agency, focused on the now, but always on the lookout for what’s next. We are made of talent, passion and creativity, supported in market research and technology. We are also made of very good people. There’s somethings IA can’t do yet. Our team > */ }
        @media (max-width: 768px) {
          #menu ul li .content {
            display: none !important; } }
        #menu ul li .content h5 {
          font-family: "Barlow Condensed", barlow;
          font-style: normal;
          font-weight: bold;
          font-size: 30px;
          color: #ff6720;
          text-transform: uppercase; }
        #menu ul li .content p {
          font-family: "Barlow", barlow;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 1.6;
          /* or 35px */
          letter-spacing: 0.08em;
          color: #fff;
          margin-left: 20px; }
      #menu ul li:hover .content {
        opacity: 1; }

header {
  position: fixed;
  z-index: 100;
  width: 100vw;
  min-height: 70px; }
  header.active, header.active header.blackwhite {
    background-color: #ff6720 !important;
    -webkit-filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.4)); }
  @media (max-width: 768px) {
    header .logos img {
      width: 170px; } }

footer {
  height: 0;
  overflow: hidden; }

.whiteblue {
  opacity: 0;
  transition: opacity 1s ease-in-out; }
  .whiteblue.active, header.active .whiteblue.blackwhite {
    opacity: 1;
    transition: opacity 1s ease-in-out; }

.blackblue {
  opacity: 0;
  transition: opacity 1s ease-in-out; }
  .blackblue.active, header.active .blackblue.blackwhite {
    opacity: 1;
    transition: opacity 1s ease-in-out; }

.blackwhite {
  opacity: 0;
  transition: opacity 1s ease-in-out; }
  .blackwhite.active, header.active .blackwhite {
    opacity: 1;
    transition: opacity 1s ease-in-out; }

.circle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 80%;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 1;
  z-index: 1000;
  transition: width .3s ease-out , height .3s ease-in , background-color .3s ease-in; }
  .circle span {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 30px 25px;
    opacity: 0;
    transition: opacity .3s ease-out; }
  .circle.show {
    transition: width .3s ease-out , height .3s ease-out , background-color .3s ease-out;
    content: 'view content';
    width: 80px;
    height: 80px;
    background-color: #490355;
    color: white; }
    .circle.show span {
      transition: opacity 1s ease-out;
      display: block;
      opacity: 1; }
  @media (max-width: 768px) {
    .circle {
      display: none; } }

#sidebar {
  position: fixed;
  height: 100%;
  width: 120px;
  background: #ff6720;
  color: white;
  right: -180px;
  top: 0;
  z-index: 50;
  padding: 25px; }
  @media (max-width: 768px) {
    #sidebar {
      display: none; } }
  #sidebar .symbol {
    position: absolute;
    right: 0;
    top: 0; }
    #sidebar .symbol .top {
      background: #3d3935;
      height: 20px;
      width: 80px; }
    #sidebar .symbol .right {
      background: #3d3935;
      height: 60px;
      width: 20px;
      right: 0;
      position: absolute; }
  #sidebar .lang {
    position: absolute;
    top: 40px;
    right: 30px; }
    #sidebar .lang ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #sidebar .lang ul li {
        padding: 0;
        margin: 0 0 0 2px;
        float: left;
        text-transform: uppercase;
        color: white; }
        #sidebar .lang ul li a {
          color: #3d3935; }
          #sidebar .lang ul li a.active, #sidebar .lang ul li header.active a.blackwhite, header.active #sidebar .lang ul li a.blackwhite {
            color: white; }
          #sidebar .lang ul li a:hover {
            color: white; }
        #sidebar .lang ul li:nth-child(1):after {
          content: ' |'; }
  #sidebar .scrollfot {
    position: absolute;
    bottom: 60px;
    left: 20px; }
    #sidebar .scrollfot .scroll-helper {
      position: relative;
      margin: -30px 0 0 50px;
      float: right; }
      #sidebar .scrollfot .scroll-helper .circle1 {
        background-color: white;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        opacity: 1;
        position: absolute; }
      #sidebar .scrollfot .scroll-helper .circle2 {
        background-color: white;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        opacity: .6;
        position: absolute; }
      #sidebar .scrollfot .scroll-helper .circle3 {
        background-color: white;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        opacity: .3;
        position: absolute; }
      #sidebar .scrollfot .scroll-helper .circle4 {
        background-color: white;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        opacity: .2;
        position: absolute; }

body.page-id-1363 {
  /*.header-css{
		@media (max-width: $breakpoint-tablet) {
			background-color: #ff6720 !important;
			-webkit-filter: drop-shadow( 2px 3px 4px rgba(0, 0, 0, .4));
		  	filter: drop-shadow( 2px 3px 4px rgba(0, 0, 0, .4));
		}
	}
	*/ }
  @media (max-width: 1024px) {
    body.page-id-1363 header .blackwhite {
      opacity: 1; } }
  body.page-id-1363 #sidebar .scrollfot .scroll-helper {
    margin-top: -30px !important; }
  @media (max-width: 1024px) {
    body.page-id-1363 #tabletmove {
      position: absolute;
      top: 0px !important; } }
  @media (max-width: 992px) {
    body.page-id-1363 #tabletmove {
      position: initial; } }
  body.page-id-1363 .slide-0 {
    height: 100vh;
    background-image: linear-gradient(180deg, #3d3935 50%, #ff6720 50%) !important;
    transition: all 1s ease-out; }
    body.page-id-1363 .slide-0.bg1 {
      background-image: linear-gradient(180deg, #3d3935 50%, #ff6720 50%) !important;
      transition: all 1s ease-out; }
    body.page-id-1363 .slide-0.bg2 {
      background-image: linear-gradient(180deg, #3d3935 50%, #ef3e57 50%) !important;
      transition: all 1s ease-out; }
    body.page-id-1363 .slide-0.bg3 {
      background-image: linear-gradient(180deg, #3d3935 50%, #25b289 50%) !important;
      transition: all 1s ease-out; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-0 {
        display: none; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-1 {
      background-color: #ff6720 !important;
      height: 100vh; } }
  body.page-id-1363 .slide-1 .colum-1 {
    position: fixed;
    top: 50vh;
    width: 1100px;
    margin-top: -61px; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-1 .colum-1 {
        position: relative;
        top: 0;
        margin: 0;
        height: 100vh; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-1 .copy1 h2 {
      line-height: .8em !important;
      color: #3D3935 !important; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-1 .copy2 h2 {
      line-height: .8em !important; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-1 .copy3 h2 {
      line-height: 1 !important; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-1 .rightop {
      left: 0 !important;
      opacity: 1;
      position: relative !important;
      bottom: 0 !important;
      top: 0 !important; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-1 .rightbottom {
      left: 0 !important;
      opacity: 1;
      position: relative !important;
      bottom: 0 !important;
      top: 0 !important; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-2 {
      background-color: #3D3937 !important;
      height: 100vh; } }
  body.page-id-1363 .slide-2 .colum-2 {
    position: fixed;
    top: 50vh;
    width: 1100px;
    margin-top: -54px; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-2 .colum-2 {
        position: relative;
        top: 0 !important;
        margin: 0 !important;
        height: 100vh; } }
  body.page-id-1363 .slide-2 .copy1 {
    top: -100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-2 .copy1 {
        top: 0 !important;
        opacity: 1 !important; }
        body.page-id-1363 .slide-2 .copy1 h2 {
          line-height: .8em !important;
          color: #fff !important; } }
  body.page-id-1363 .slide-2 .copy2 {
    top: -100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-2 .copy2 {
        top: 0 !important;
        opacity: 1 !important; }
        body.page-id-1363 .slide-2 .copy2 h2 {
          color: #ff6720 !important;
          line-height: .8em !important; } }
  body.page-id-1363 .slide-2 .copy3 {
    bottom: -100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-2 .copy3 {
        bottom: 0 !important;
        opacity: 1 !important; }
        body.page-id-1363 .slide-2 .copy3 h2 {
          line-height: .8em !important;
          color: #fff !important; } }
  body.page-id-1363 .slide-2 .rightop {
    left: 100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-2 .rightop {
        left: 0 !important;
        opacity: 1 !important;
        position: relative !important;
        bottom: 0 !important;
        top: 0 !important; } }
  body.page-id-1363 .slide-2 .rightbottom {
    left: 100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-2 .rightbottom {
        left: 0 !important;
        opacity: 1 !important;
        position: relative;
        bottom: 0 !important; } }
  @media (max-width: 1024px) {
    body.page-id-1363 .slide-3 {
      background-color: #ff6720 !important;
      height: 100vh; } }
  body.page-id-1363 .slide-3 .colum-3 {
    position: fixed;
    top: 50vh;
    width: 1100px;
    margin-top: -54px; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-3 .colum-3 {
        position: relative;
        top: 0;
        margin: 0;
        height: 100vh; } }
  body.page-id-1363 .slide-3 .copy1 {
    top: -100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-3 .copy1 {
        top: 0 !important;
        opacity: 1 !important; }
        body.page-id-1363 .slide-3 .copy1 h2 {
          line-height: .8em !important;
          color: #3D3935 !important; } }
  body.page-id-1363 .slide-3 .copy2 {
    top: -100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-3 .copy2 {
        top: 0 !important;
        opacity: 1; }
        body.page-id-1363 .slide-3 .copy2 h2 {
          line-height: .8em !important; } }
  body.page-id-1363 .slide-3 .copy3 {
    bottom: -100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-3 .copy3 {
        bottom: 0 !important;
        opacity: 1; }
        body.page-id-1363 .slide-3 .copy3 h2 {
          line-height: .8em !important; } }
  body.page-id-1363 .slide-3 .rightop {
    left: 100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-3 .rightop {
        left: 0 !important;
        opacity: 1 !important;
        position: relative !important;
        bottom: 0 !important;
        top: 0 !important; } }
  body.page-id-1363 .slide-3 .rightbottom {
    left: 100px;
    opacity: 0; }
    @media (max-width: 1024px) {
      body.page-id-1363 .slide-3 .rightbottom {
        left: 0 !important;
        bottom: 0 !important;
        opacity: 1 !important;
        position: relative !important;
        top: 0 !important; } }

.page-template .container {
  max-width: 1140px;
  margin: 0 auto; }
  .page-template .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .page-template .container .row .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
      .page-template .container .row .col.destaque h3 {
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 59px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0 0 0 -30px; }
      .page-template .container .row .col.destaque h2 {
        /* UNIVERSO. */
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 127px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0; }
      .page-template .container .row .col.destaque p {
        padding: 0;
        margin: 0;
        font-family: 'barlow';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 145.5%;
        /* or 35px */
        letter-spacing: 0.08em; }
      .page-template .container .row .col.texto_colunas h3 {
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0 0 0 60px; }
      .page-template .container .row .col.texto_colunas h2 {
        /* UNIVERSO. */
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0; }
      .page-template .container .row .col.texto_colunas p {
        font-family: 'barlow';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 145.5%;
        /* or 35px */
        letter-spacing: 0.08em; }
      .page-template .container .row .col.texto_colunas.first {
        margin: 200px 40px 0 0px; }
      .page-template .container .row .col.destaque_left_texto_right img {
        margin-top: 200px; }
      .page-template .container .row .col.destaque_left_texto_right h3 {
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0 0 0 -120px; }
      .page-template .container .row .col.destaque_left_texto_right h2 {
        /* UNIVERSO. */
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0 0 0 -180px; }
      .page-template .container .row .col.destaque_left_texto_right .gallery ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .page-template .container .row .col.destaque_left_texto_right .gallery ul li {
          float: left;
          margin: 5px;
          padding: 0;
          list-style: none; }
          .page-template .container .row .col.destaque_left_texto_right .gallery ul li a img {
            margin: 0;
            padding: 0; }
      .page-template .container .row .col.video_player h3 {
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 100px 0 0 80px;
        z-index: 10;
        position: relative; }
      .page-template .container .row .col.video_player h2 {
        /* UNIVERSO. */
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 100%;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0 0 0 0;
        z-index: 10;
        position: relative; }
      .page-template .container .row .col.video_player iframe {
        width: 50vw;
        margin-left: -200px;
        height: 50vh; }
      .page-template .container .row .col.video_player p {
        margin: 0 0 0 80px;
        z-index: 10;
        position: relative; }
      .page-template .container .row .col.video_player:first-child {
        width: 30%; }
      .page-template .container .row .col.video_player:last-child {
        width: 70%; }

.page-template .video_player_full iframe {
  width: 100vw;
  height: 100vh; }

.page-template .owl-carousel {
  height: 100vh; }
  .page-template .owl-carousel .item {
    height: 100vh;
    border: 1px solid transparent; }
    .page-template .owl-carousel .item a .fot {
      /* Rectangle 34 */
      position: absolute;
      width: 100%;
      height: 40vh;
      left: 0px;
      bottom: 0;
      background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #ff6720 100%);
      padding: 0% 10%; }
      .page-template .owl-carousel .item a .fot h4 {
        /* IT´S ALL ABOUT */
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 46px;
        line-height: 100%;
        letter-spacing: 0.08em;
        color: #FFFFFF;
        margin: 0;
        padding: 0; }
        .page-template .owl-carousel .item a .fot h4 img {
          display: inline;
          margin-left: 0px;
          transition: all .5s ease-out; }
      .page-template .owl-carousel .item a .fot h2 {
        font-family: Barlow Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 90px;
        line-height: 100%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0 0 0 40px;
        padding: 0;
        transition: all .3s ease-out; }
    .page-template .owl-carousel .item a:hover h4 img {
      margin-left: 20px;
      transition: all .5s ease-out; }
    .page-template .owl-carousel .item a:hover h2 {
      transition: all .3s ease-out;
      margin: 0; }

.page-template #who-we-are .who {
  opacity: 0;
  top: -100px; }

.page-template #who-we-are .we {
  opacity: 0;
  top: -100px; }

.page-template #who-we-are .are {
  opacity: 0;
  top: -100px; }

.page-template #who-we-are .texto {
  opacity: 0;
  left: 100px; }

.page-template #clients .logos {
  opacity: 0; }
  @media (max-width: 768px) {
    .page-template #clients .logos figure {
      zoom: .9; } }

@media (max-width: 992px) {
  .page-template #clients .col1 {
    width: 100%; } }

@media (max-width: 992px) {
  .page-template #clients .col1 .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px; }
    .page-template #clients .col1 .elementor-widget-wrap .elementor-widget-uael-image-gallery {
      padding: 10%; } }

@media (max-width: 992px) {
  .page-template #clients .col2 {
    width: 100%; } }

@media (max-width: 992px) {
  .page-template #clients .col2 .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; } }

.page-template #clients .titulo {
  opacity: 0;
  top: -100px; }

.page-template #clients .copy {
  opacity: 0;
  left: 100px; }

.page-template #services .col1, .page-template #services .col2, .page-template #services .col3, .page-template #services .col4 {
  opacity: 0;
  left: -100px; }
  .page-template #services .col1 .tit, .page-template #services .col2 .tit, .page-template #services .col3 .tit, .page-template #services .col4 .tit {
    opacity: 0;
    bottom: -100px; }
  .page-template #services .col1 .text, .page-template #services .col2 .text, .page-template #services .col3 .text, .page-template #services .col4 .text {
    opacity: 0;
    bottom: -100px; }

.page-template #contactos .morada {
  opacity: 0;
  left: -100px; }
  @media (max-width: 768px) {
    .page-template #contactos .morada {
      opacity: 1 !important;
      left: 0 !important;
      position: relative !important;
      width: 100% !important;
      top: 20px; }
      .page-template #contactos .morada span img {
        bottom: 30px !important; } }

.page-template #contactos input, .page-template #contactos textarea {
  padding-left: 0; }

.page-template #contactos textarea {
  border: none; }

.page-template #contactos button.forminator-button-submit {
  width: 100%;
  border-radius: 25px;
  background: transparent;
  border: 1px solid white;
  padding: 15px 0;
  color: white; }

.page-template #contactos button.forminator-button-upload {
  width: 50%;
  border-radius: 25px;
  background: transparent;
  border: 1px solid white;
  padding: 15px 0;
  color: white;
  margin: 0;
  margin-right: 20px; }

.page-template #contactos span[data-empty-text='No file chosen'] {
  color: white; }
