@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
/* Portrait */
@media screen and (orientation: portrait) {
  /* Portrait styles here */
  .bannerHor {
    display: none;
  }
  .bannerVer {
    display: block;
  }
}
/* Landscape */
@media screen and (orientation: landscape) {
  /* Landscape styles here */
  .bannerHor {
    display: block;
  }
  .bannerVer {
    display: none;
  }
}
@font-face {
  font-family: Mathilde;
  src: url(https://xyz-lab.pt/wp-content/uploads/2017/08/mathilde.otf);
  font-weight: 400;
}
#langTextPT:lang(pt) {
  color: #000 !important;
}
#langTextEN:lang(en) {
  color: #000 !important;
}
.header-menu.header-sticky #my-menu > .mm-panel ul a:hover {
  color: #fff !important;
}
body {
  background-color: #ececec;
  font-family: 'Ubuntu', sans-serif;
  direction: ltr !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
}
h1 {
  font-size: 40pt;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
h2 {
  font-size: 30pt;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
h3 {
  font-size: 25pt;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
h4 {
  font-size: 20pt;
  font-weight: 400 !important;
  letter-spacing: 0px;
}
h5 {
  font-size: 18pt;
  font-weight: lighter !important;
  letter-spacing: 0px;
  text-transform: none;
  font-style: italic;
}
.bigTitle {
  font-size: 44pt;
  font-weight: 600;
  color: #000;
  margin-top: 135px;
  margin-bottom: 10px;
}
.bigText {
  font-size: 28pt;
  font-weight: 100;
  color: #fff;
  margin-top: 125px;
  margin-bottom: 10px;
  line-height: 40px;
}
.language {
  color: #727272 !important;
  font-size: 12pt !important;
  font-weight: 300 !important;
}
.languageText {
  padding-top: 2px;
  font-size: 14pt;
}
.languageSeparator {
  color: none !important;
  font-size: 12pt !important;
  cursor: pointer !important;
  text-align: center;
  font-weight: 300 !important;
  float: left;
  margin-right: 2px !important;
}
.not-active {
  pointer-events: none !important;
  cursor: default !important;
}
.topNote {
  margin-top: 4px;
  position: absolute;
  font-size: 46pt !important;
  font-family: "Mathilde", Arial, sans-serif !important;
}
.topNote span {
  padding-left: 70px;
  float: right;
  font-weight: 400 !important;
  word-spacing: -4px;
}
.mainContent {
  background-color: #ededed;
}
.storyContent {
  position: relative;
}
.storyContent .content1 {
  min-height: 500px;
  background-color: #ececec;
  border-top: 2px solid #ff5b35;
}
.storyContent .content2 {
  min-height: 500px;
  background-color: #fff;
  border-top: 2px solid #3cd52e;
  border-top: 2px solid #3cd52e;
  border-bottom: 18px solid #0082ca;
}
.storyContent .content3 {
  min-height: 500px;
  background-color: #ececec;
}
.blackbarContent {
  background-color: #323232;
  min-height: 300px;
}
.whitebarContent {
  background-color: #fff;
  min-height: 300px;
  direction: ltr !important;
}
.letterx {
  color: #ff5b35;
  float: left;
}
.lettery {
  color: #3cd52e;
}
.letterz {
  color: #0082ca;
}
.left {
  float: left;
  text-align: left;
}
.right {
  float: right;
  text-align: right;
}
.center {
  margin: auto;
  width: 70px;
}
.absoluteCenter {
  width: 300px;
  margin: 10px auto;
  position: relative;
  text-align: center;
  direction: ltr;
}
.circleButton {
  top: -35px;
  position: relative;
}
.squareButton {
  text-align: center;
}
.briefButton {
  width: 60vw;
  min-width: 20%;
  image-rendering: crisp-edges !important;
}
.briefButtonImage {
  width: 10vw;
  image-rendering: -webkit-optimize-contrast;
  min-width: 120px;
  max-width: 300px;
}
.circleButtonLast {
  top: -45px;
  position: relative;
}
.topicsText {
  width: 100%;
  color: #000;
  margin-bottom: 110px;
  direction: ltr !important;
}
.topicsBullets {
  width: 100%;
  color: #000;
}
.topicsBullets p {
  min-width: 230px !important;
  margin-right: 9px !important;
  margin-left: 7px !important;
}
.topicWrapper {
  padding-top: 40px;
  padding-bottom: 95px;
}
.socialButtonsWrapper {
  padding-top: 50px;
  padding-bottom: 55px;
  direction: ltr !important;
}
.footerMapContent {
  background-color: #fff;
  min-height: 50px;
}
.mapLink {
  margin: 0px;
}
span.invisible-element {
  line-height: 12px;
}
@media (max-width: 1199px) and (min-width: 320px) {
  .mm-panel {
    width: 212px;
    margin: 0 auto;
    text-align: center;
    left: 0px;
    position: absolute;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  html, body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .whitebarContent {
    min-height: 150px;
    direction: ltr !important;
  }
  .topicWrapper {
    padding-top: 5px;
    padding-bottom: 60px;
  }
  .absoluteCenter {
    width: 200px;
    direction: ltr !important;
  }
  .bigText {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  .bigTitle {
    margin-top: 100px;
  }
  footer .footer-copyright {
    padding: 4px 4px !important;
    font-size: 7px !important;
    line-height: 2 !important;
    background: #323232;
    direction: ltr;
  }
  .topicsText {
    margin-bottom: 70px;
    direction: ltr !important;
  }
  .leftDash {
    left: 38px !important;
  }
  .rightDash {
    right: 40px !important;
  }
  .footerMapContent {
    background-color: #fff;
    min-height: 50px;
  }
  .pin-text {
    font-size: 2vw !important;
  }
  #pin-1 {
    top: 46% !important;
    left: 42.5% !important;
  }
  .socialButtonsWrapper {
    padding-top: 30px;
    padding-bottom: 35px;
    direction: ltr !important;
  }
  .topNote {
    font-size: 7vw !important;
  }
  .briefButtonImage {
    width: 35vw;
    image-rendering: -webkit-optimize-contrast;
    max-width: 90px;
  }
}
.gif {
  background: url(https://xyz-lab.pt/wp-content/uploads/2017/05/ezgif.com-optimize.gif) no-repeat;
}
.gif_wrap {
  position: relative;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.map {
  position: relative;
}
.map img {
  max-width: 100%;
  display: block;
}
.box {
  width: 15%;
  height: 15%;
  background-image: url(https://xyz-lab.pt/wp-content/uploads/2017/05/xyz-lab-pointer.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
}
#pin-1 {
  top: 52%;
  left: 42.5%;
}
.box:hover > .pin-text {
  display: block;
}
.pin-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75%;
  white-space: nowrap;
  display: none;
  background-color: #323232;
  border: none;
  border-radius: 5px;
  padding: 7px;
  color: #fff;
  font-size: 0.8vw;
  font-weight: 100;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 18px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  /* Modern Browsers */
  opacity: 0.9;
}
.pin-text h3 {
  color: white;
  text-shadow: 1px 1px 1px #000;
}
.boldItalic {
  font-size: 18pt;
  font-weight: 400 !important;
  letter-spacing: 0px;
  text-transform: none;
  font-style: italic;
}
.boldItalic p {
  margin: 15px;
}
.orangeDash {
  width: 50px;
  border-top: 2px solid #ff5b35;
  margin-bottom: 10px;
  padding: 0px;
  position: absolute;
}
.greenDash {
  width: 50px;
  border-top: 2px solid #3cd52e;
  margin-bottom: 10px;
  padding: 0px;
  position: absolute;
}
.blueDash {
  width: 50px;
  border-top: 2px solid #0082ca;
  margin-bottom: 10px;
  padding: 0px;
  position: absolute;
}
.leftDash {
  left: 26px;
}
.rightDash {
  right: 24px;
}
.header-menu.header-sticky .logo-img, .header-menu.header-sticky #my-menu > .mm-panel li a, .header-menu.header-sticky #logo.logo-text {
  float: left;
  margin-right: 10px;
}
#animation_container {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ededed;
}
#animation_containerHorMobile {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-menu.header-sticky {
  transition: height 0.3s ease 0s;
  background-color: #ececec;
  border-bottom: 1px solid #fff;
  box-shadow: none;
}
#navigation-mobile {
  background: none;
  display: none;
  position: relative;
}
#main.header-fixed-enabled, #main.header-sticky-enabled {
  margin-top: 69px;
}
.header-menu.header-sticky .logo-img, .header-menu.header-sticky #my-menu > .mm-panel li a, .header-menu.header-sticky #logo.logo-text {
  float: left;
}
#main.header-fixed-enabled, #main.header-sticky-enabled {
  margin-top: 70px;
}
#mobile-nav.menu-nav.mobile, #search-nav.mobile, .mobile-buttons .social-nav, .mobile-buttons .woo-cart {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-left: 1px solid #cad4dd !important;
  z-index: 50 !important;
}
#navigation-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  direction: rtl;
}
footer .footer-copyright {
  float: left;
  position: relative;
  width: 100%;
  background: #323232;
  padding: 20px 16px;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  border-top: none;
  color: #fff;
  direction: ltr;
}
.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1 1 auto !important;
}
.Grid--flexCells > .Grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Grid--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Grid--justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Grid-cell--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.Grid-cell--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.Grid-cell--center {
  -ms-flex-item-align: center;
  align-self: center;
}
.Grid-cell--autoSize {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.Grid--fit > .Grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1 1 auto !important;
}
.Grid--full > .Grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.Grid--1of2 > .Grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.Grid--1of3 > .Grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.Grid--1of4 > .Grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (--break-sm) {
  .small-Grid--fit > .Grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1 1 auto !important;
  }
  .small-Grid--full > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .small-Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .small-Grid--1of3 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .small-Grid--1of4 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (--break-md) {
  .med-Grid--fit > .Grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1 1 auto !important;
  }
  .med-Grid--full > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .med-Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .med-Grid--1of3 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .med-Grid--1of4 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (--break-lg) {
  .large-Grid--fit > .Grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1 1 auto !important;
  }
  .large-Grid--full > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .large-Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .large-Grid--1of3 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .large-Grid--1of4 > .Grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.Grid--gutters {
  margin: -1em 0 1em -1em;
}
.Grid--gutters > .Grid-cell {
  padding: 1em 0 0 1em;
}
.Grid--guttersLg {
  margin: -1.5em 0 1.5em -1.5em;
}
.Grid--guttersLg > .Grid-cell {
  padding: 1.5em 0 0 1.5em;
}
.Grid--guttersXl {
  margin: -2em 0 2em -2em;
}
.Grid--guttersXl > .Grid-cell {
  padding: 2em 0 0 2em;
}
@media (--break-sm) {
  .small-Grid--gutters {
    margin: -1em 0 1em -1em;
  }
  .small-Grid--gutters > .Grid-cell {
    padding: 1em 0 0 1em;
  }
  .small-Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .small-Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .small-Grid--guttersXl {
    margin: -2em 0 2em -2em;
  }
  .small-Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
  }
}
@media (--break-md) {
  .med-Grid--gutters {
    margin: -1em 0 1em -1em;
  }
  .med-Grid--gutters > .Grid-cell {
    padding: 1em 0 0 1em;
  }
  .med-Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .med-Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .med-Grid--guttersXl {
    margin: -2em 0 2em -2em;
  }
  .med-Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
  }
}
@media (--break-lg) {
  .large-Grid--gutters {
    margin: -1em 0 1em -1em;
  }
  .large-Grid--gutters > .Grid-cell {
    padding: 1em 0 0 1em;
  }
  .large-Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .large-Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .large-Grid--guttersXl {
    margin: -2em 0 2em -2em;
  }
  .large-Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
  }
}
