/*-----------------------------------------------------------------------
PAGES

* @Version:    1.0 - 2015
* @author:     Burocratik (alexandre gomes - @alexrgomes)
* @email:      alex@burocratik.com, hello@burocratik.com
* @website:    http://www.burocratik.com

-----------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
    =RGPD
-------------------------------------------------------------------------*/

.home .rgpd-cookies,
.sectors .rgpd-cookies {
  top: 92vh;
}
.rgpd-cookies {
  position: absolute;
  top: 83vh;
  right: 50px;

  font: 400 12px/12px 'Montserrat', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);

  z-index: 101;
}
.rgpd-cookies a {
  font: 400 12px/12px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: underline;
}

.rgpd-cookies svg {
  position: relative;
  top: 6px;
  left: -5px;
  width: 20px;
}

.rgpd-cookies svg path {
  fill: rgba(255, 255, 255, 0.6);
  stroke: none;
}

.rgpd-wrapper {
  position: relative;
  clear: both;
  font-size: 14px;
  line-height: 14px;
  top: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.rgpd-wrapper .rgpd-check {
  position: absolute;
  width: 25px;
  left: 0;
  top: 3px;
  height: 25px;
  padding: 0;

  cursor: pointer;
}
.rgpd-wrapper svg {
  position: absolute;
  width: 20px;
  left: 5px;
  top: 3px;
  opacity: 0;
}

.rgpd-wrapper svg path {
  stroke: #858180;
}
.rgpd-wrapper.active svg {
  opacity: 1;
}
.rgpd-wrapper:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #848688;
  top: 3px;
  left: 0;
  pointer-events: none;
}
.rgpd-wrapper .rgpd-text {
  font: 400 18px/18px 'Montserrat', Helvetica, Arial, sans-serif;
  position: relative;
  top: 8px;
  margin-left: 20px;
  color: #8c95a2;
}

.rgpd-wrapper .rgpd-text a {
  font: 400 18px/18px 'Montserrat', Helvetica, Arial, sans-serif;
}

.rgpd-wrapper .rgpd-text a {
  color: #62e81e;
}

.rgpd-wrapper input {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.carrer-form .btn-submit {
  opacity: 0.4;
  pointer-events: none;
}

.politica h4 {
  margin-top: 60px !important;
  margin-bottom: 20px !important;
  font: 400 22px/28px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: inherit;
  margin-bottom: 20px;
}

.politica .content-editor ul li,
.politica .content-editor p {
  margin: 10px 0 !important;
  font: 400 18px/32px 'Montserrat', Helvetica, Arial, sans-serif;
}

.politica .content-editor ul {
  margin-bottom: 40px;
  margin-top: -30px;
}

#form-newsl .rgpd-wrapper:before {
  width: 20px;
  height: 20px;

  border-color: #ffffff;
}
#header-nav #form-newsl .rgpd-wrapper:before {
  border-color: #0b0d0b;
}

#form-newsl .rgpd-wrapper .rgpd-text {
  top: 6px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
#header-nav #form-newsl .rgpd-wrapper .rgpd-text {
  color: #0b0d0b;
}

#form-newsl .rgpd-wrapper .rgpd-text a {
  font-size: 14px;
  line-height: 14px;

  text-decoration: underline;
}

#form-newsl .rgpd-wrapper svg {
  width: 15px;
}

#form-newsl .rgpd-wrapper svg path {
  stroke: #ffffff;
}

#header-nav #form-newsl .rgpd-wrapper svg path {
  stroke: #0b0d0b;
}

#form-newsl.on .btn-submit {
  pointer-events: none;
  opacity: 0.4;
}

#form-newsl .rgpd-wrapper {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#form-newsl.on .rgpd-wrapper {
  opacity: 1;
}

/*-------------------------------------------------------------------------
  =HOME
-------------------------------------------------------------------------*/
.home .id-primeit:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: none;
  width: 111px;
  height: 100%;
}

.home .id-primeit a {
  cursor: default;
}
.home .page-toload .header .block-bg-cover {
  opacity: 1;
}

/* id normal and scroll */
.home .id-primeit .id-it-nav .bg {
  fill: #ffffff;
  /* fill: #0b0d0b; */
}
.home .id-primeit .bg {
  fill: #ffffff;
  /* fill: #0b0d0b; */
}
.home .id-primeit .id-it .shape {
  fill: #62e81e;
}

/* text of id */
.home.hide-info #header-nav .id-primeit:after {
  display: block;
}
.open-nav.home.hide-info #header-nav .id-primeit:after {
  display: none;
}

.home .id-shape-type .id-type {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.76, 0, 0.18, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.76, 0, 0.18, 1);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.18, 1);
}
.home.hide-info #header-nav .id-shape-type .id-type {
  -webkit-transform: translate3d(115px, 0, 0);
  -ms-transform: translate3d(115px, 0, 0);
  transform: translate3d(115px, 0, 0);
}
.open-nav.home.hide-info #header-nav .id-shape-type .id-type {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.home #header-nav .page-name {
  display: none;
}
.home .btn-wanted {
  display: none;
}

/*.home .header-grid h3 {
  font-size: 64px;
  line-height: 76px;
  padding-bottom: 5px;
}*/
/*.home.js-loading-page .header-grid h3 {font-size: 52px; line-height: 58px;}
.home .header-grid p {margin-top: 45px;} */
.header-grid-home.header-grid h3 {
  font-size: 64px;
  line-height: 76px;
  padding-bottom: 5px;
}
.header-grid-home.header-grid p {
  margin-top: 45px;
}

/** =HEADER SLIDESHOW */
.home .slideshow-header {
  z-index: 5;
  background-color: #483327;
  overflow: hidden;
}
.firefox .home .slideshow-header .block-bg-cover .element-cover {
  /* =bug FF with object-fit cover and animation with translate*/
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  transform: translate3d(0, 0, 0);
}

.home .home-header-link {
  display: inline-block;
}
.home .mute-video {
  opacity: 0.4;
  -webkit-transition: opacity 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out;
}
.ie10 .home .mute-video {
  display: none;
}
.home .mute-video:hover {
  opacity: 1;
}
.home .mute-video svg #mute path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.ie .home .mute-video svg #mute path,
.no-object-fit:not(.ie) .home .mute-video svg #mute path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.home .mute-video.muted svg #mute path {
  -webkit-animation: mute-on 0.4s cubic-bezier(0.76, 0, 0.18, 1) forwards;
  animation: mute-on 0.4s cubic-bezier(0.76, 0, 0.18, 1) forwards;
}
.ie .home .mute-video.muted svg #mute path,
.no-object-fit:not(.ie) .home .mute-video.muted svg #mute path {
  opacity: 1;
}
.home .mute-video.unmuted svg #mute path {
  -webkit-animation: mute-off 0.4s cubic-bezier(0.76, 0, 0.18, 1) forwards;
  animation: mute-off 0.4s cubic-bezier(0.76, 0, 0.18, 1) forwards;
}
.ie .home .mute-video.unmuted svg #mute path,
.no-object-fit:not(.ie) .home .mute-video.unmuted svg #mute path {
  opacity: 0;
}
@keyframes mute-on {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes mute-on {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes mute-off {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 102;
  }
}
@-webkit-keyframes mute-off {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 102;
  }
}

/** =HEADER SLIDESHOW */
.about .slideshow-header {
  z-index: 5;
  background-color: #483327;
  overflow: hidden;
}

/** =INFO */
.block-3column-home {
  z-index: 10;
  padding: 0 35px;
  font: 400 16px/28px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: transparent;
}
.block-3column-home:before {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: ' ';
  background-color: #312925;
}
.block-3column-home .grid-3col {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  justify-content: space-between;
  max-width: 1630px;
  min-height: 590px;
  margin: -85px auto 0 auto;
}

.block-3column-home .grid-cell.lft,
.block-3column-home .grid-cell.rgt {
  width: 268px;
  max-width: 268px;
}

.block-3column-home h4 {
  font: 400 60px 'Playfair Display', Helvetica, Arial, sans-serif;
  font: 900 35px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
.block-3column-home .center h4 {
  font: 900 60px 'Montserrat', Helvetica, Arial, sans-serif;
}

/* =center */
.block-3column-home .center {
  position: relative;
  width: calc(100% - 596px);
  margin: 0 auto;
  z-index: 10;
  padding: 60px 60px 50px 60px;
  background-color: #54e50d;
  /* color: #ffffff; */
  color: #0b0d0b;
}
.block-3column-home .center h4 {
  position: relative;
  width: 100%;
  max-width: 470px;
  font-size: 60px;
  line-height: 62px;
  /* color: #ffffff; */
  color: #0b0d0b;
}

.block-3column-home .view-center {
  position: absolute;
  bottom: 50px;
  left: 60px;
  padding: 0;
}
.block-3column-home .extra-center {
  position: relative;
  max-width: 290px;
  padding: 0;
  width: 35%;
  margin-left: 65%;
  margin-top: -30px;
}
.block-3column-home .center a {
  /* color: #ffffff; */
  color: #0b0d0b;
}

/* =combo */
.block-3column-home .grid-cell.combo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

/* =left */
.block-3column-home .grid-cell.lft {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-3column-home .grid-cell.top,
.block-3column-home .grid-cell.bottom {
  padding: 28px 30px;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.block-3column-home .grid-cell.top {
  margin-bottom: 30px;
  background-color: #f3f3f3;
  color: #a7a9ac;
  min-height: 260px;
}
.block-3column-home .grid-cell.bottom {
  padding-top: 37px;
  background-color: #7f4f36;
  min-height: 260px;
}

.block-3column-home .grid-cell.top h4 {
  padding-bottom: 15px;
  font-size: 48px;
  line-height: 48px;
  color: #54e50d;
}

/** =SLIDESHOW news / new jobs */
.slideshow-home-news {
  overflow: hidden;
}
.slideshow-home-news:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 76px;
  content: '';
  background: transparent url(../imgs/home-slideshow-newsjobs-gradient.png)
    repeat-x;
}
.slideshow-home-news .slideshow-slide-wrapper {
  position: relative;
}
.slideshow-home-news .slideshow-slide {
  position: absolute;
  top: -5555px;
  left: -5555px;
  visibility: hidden;
}
.slideshow-home-news .slideshow-slide.on {
  top: 0;
  left: 0;
  visibility: visible;
}
.slideshow-home-news .slide {
  display: inline-block;
}
.block-3column-home .grid-cell.bottom h5 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
}
.block-3column-home .grid-cell.bottom h5 a {
  color: #ffffff;
}

/* =info */
.block-3column-home .grid-cell.bottom ul.slide {
  color: #ad8774;
  padding-left: 5px;
}

/* =right */
.block-3column-home .grid-cell.rgt {
  /*  background: #ffffff url(../temp/home-destaque1.jpg) no-repeat center top;
  background-size: cover;*/
  background-color: #312925;
  color: #ffffff;
}
.block-3column-home .grid-cell.rgt h4 {
  position: relative;
  max-width: 87%;
  padding: 50px 0 0 30px;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
}
.block-3column-home .extra-rgt {
  position: absolute;
  bottom: 50px;
  max-width: 290px;
  padding: 0;
}

.grid-3col .nearshore-logo {
  position: relative;
  width: 86px;
  margin: 30px 0 0 30px;
}

/*.block-3column-home .grid-cell.rgt .element {
  -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: blur(2px);
      -ms-filter: blur(2px);
          filter: blur(2px);
      -ms-transition: -ms-filter .6s ease;
          transition: filter .6s ease;
  -webkit-transition: -webkit-filter .6s ease;
}
.block-3column-home .grid-cell.rgt:hover .element{
  -webkit-filter: blur(0px);
      -ms-filter: blur(0px);
          filter: blur(0px);
}*/

a.bar-left {
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: 700;
  text-indent: 35px;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
a.bar-left:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 27px;
  height: 3px;
  display: block;
  content: ' ';
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
a.bar-left:hover {
  padding-left: 10px;
}
a.bar-left:hover:before {
  width: 37px;
}
.view-center a.bar-left:before {
  background-color: #0b0d0b;
}

/* =paralax columns info */
.js-anim-parallax {
  -webkit-transform: translate3d(0, 90px, 0);
  -ms-transform: translate3d(0, 90px, 0);
  transform: translate3d(0, 90px, 0);
}

/** =CONTACT HOME **/
.block-home-contact {
  position: relative;
  height: 100vh;
  min-height: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #483327;
  text-align: center;
}
.block-home-contact .list-cities {
  z-index: 20;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  margin: 70px 0 0 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.block-home-contact .header-grid.center {
  width: 100%;
}
.block-home-contact .header-grid.center h3 {
  width: 100%;
}

/* =slide show cities*/
.block-home-contact .list-cities-pics {
  z-index: 10;
}
.block-home-contact picture::after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 101%;
  height: 101%;
  content: '';
  background-color: rgba(127, 79, 54, 0.7);
}
.block-home-contact .block-bg-cover::after {
  display: none;
}

.list-cities-adress {
  position: absolute;
  font: 700 18px/22px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  left: 0;
  top: 50%;
  width: 100%;
  margin: -165px 0 0 0;
  padding: 0;
}
.list-cities-btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: -55px 0 0 0;
  padding: 0;
}
.list-cities-btn .list-centered {
  margin: 0;
}
.list-cities-btn .btn-square-center-anim {
  margin: 0 8px;
}

.block-home-contact .designby {
  position: absolute;
  z-index: 25;
  left: 0;
  width: 100%;
  font: 400 14px/14px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.block-home-contact .designby a {
  color: #ffffff;
}

/** =CLOCK **/
#clock {
  position: absolute;
  z-index: 20;
  display: block;
  width: 161px;
  height: 161px;
  top: 50%;
  left: 50%;
  margin: -390px 0 0 -80px;
  background: transparent url(../imgs/clock/clock-shape.svg) no-repeat;
}
#clock-sec,
#clock-hour,
#clock-min {
  position: absolute;
  width: 11px;
  height: 161px;
  top: 0px;
  left: 76px;
}

#clock-sec {
  background: transparent url(../imgs/clock/clock-sec.svg) no-repeat;
  z-index: 3;
}

#clock-min {
  background: transparent url(../imgs/clock/clock-min.svg) no-repeat;
  z-index: 2;
}

#clock-hour {
  background: transparent url(../imgs/clock/clock-hour.svg) no-repeat;
  z-index: 1;
}

/*-------------------------------------------------------------------------
  =ABOUT
-------------------------------------------------------------------------*/
/** =INSTAGRAM **/

.block-instagram .slick-initialized .slick-slide {
  height: 268px;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}
.block-instagram,
.instagram-wrapper {
  position: relative;
  width: 100%;
  background-color: #5fdc1f;
}
.safari .block-instagram {
  margin-top: -1px;
}
.safari .block-instagram + .block-dark {
  margin-top: -2px;
}
.instagram-wrapper {
  position: absolute;
  display: block;
  width: 100%;
}
.btn-instagram {
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.btn-square-inst {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.btn-square-inst:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #62e81e;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.27s ease-in-out;
  -ms-transition: -ms-transform 0.27s ease-in-out;
  transition: transform 0.27s ease-in-out;
}
.btn-square-inst:hover:before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1);
  transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1);
}
.btn-square-inst:after {
  position: absolute;
  top: 30px;
  left: 30px;
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
}
.btn-square-inst:hover:after {
  -webkit-animation: animInstagram 0.27s ease-out 0s forwards;
  animation: animInstagram 0.27s ease-out 0s forwards;
}
@-webkit-keyframes animInstagram {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  }
}
@keyframes animInstagram {
  0% {
    transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 0.6;
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  }
}

.btn-square-inst .icon-svg {
  position: absolute;
  left: 23px;
  top: 23px;
  width: 25px;
  height: 25px;
}

/** =list-centered exepcion **/
.about .border-svg.slideshow-slick.list-centered li span {
  position: relative;
  top: -15px;
}
.about
  .border-svg.slideshow-slick.list-centered
  li
  div:not(.shape-btn-border)
  svg {
  position: relative;
  top: -15px;
}

.about .links.slideshow-slick {
  margin: 55px 0 100px 0;
}

/** =TEAM =List **/
.list-team {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;

  margin-left: -0.801832760596%;
  margin-right: -0.801832760596%;
}
.list-team li {
  position: relative;
  overflow: hidden;
  width: 15.063001145475%;
  margin: 10px 0.801832760596%;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;

  /*min-height: 210px;*/
}

.list-team li h3 {
  font-size: 40px;
  line-height: 40px;
  /* color: #ffffff; */
  color: #0b0d0b;
  margin-bottom: 15px;
  width: 100%;
}
.list-team li.list-team-person h3 {
  width: 50%;
}
.list-team li span {
  font: 700 13px/15px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  display: block;
}
.list-team li h3,
.list-team li p,
.list-team li span {
  text-align: left;
  max-width: 100%;
}
.list-team li img {
  /*  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);*/
}
.list-team li img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}

.list-team li div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px 20px;
}

/* =PERSON */
.list-team li.list-team-person div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(127, 79, 54, 0.7);
}

.list-team li.list-team-person.you {
  background-color: #f7f7f7;
}
.list-team li.list-team-person.you a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-team li.list-team-person.you span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list-team li.list-team-person.you span:before,
.list-team li.list-team-person.you h3 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
}
.list-team li.list-team-person.you span:before {
  content: '';
  background-color: #62e81e;
  -webkit-transition: all 0.35s cubic-bezier(0.11, 0.7, 0.01, 1.03) 0.1s;
  -ms-transition: all 0.35s cubic-bezier(0.11, 0.7, 0.01, 1.03) 0.1s;
  transition: all 0.35s cubic-bezier(0.11, 0.7, 0.01, 1.03) 0.1s;
}
.list-team li.list-team-person.you h3 {
  font: 700 44px/105px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: initial;
  z-index: 0;
  text-align: center;
}
.list-team li.list-team-person.you a:hover span:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

/* =VALUE */
.list-team li.list-team-value {
  width: 31.729667812142%;
  background-color: #5fdc1f;
}
/*.list-team li.list-team-value h3 {
  font-size: 52px; line-height: 52px;
}*/
.list-team li.list-team-value div {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 32px 40px 0 40px;
}
.list-team li.list-team-value div p {
  text-align: left;
  /* color: #ffffff; */
  color: #0b0d0b;
  font-size: 16px;
  line-height: 24px;
}
.list-team li.list-team-value h3 {
  margin: 10px 0 25px 0;
}
.list-team li.list-team-value span {
  font-size: 14px;
  color: #8a634f;
  letter-spacing: 2px;
}

/*=Hover*/
.list-team li img {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.list-team li:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.list-team li.list-team-person.you h3,
.list-team li.list-team-person.you span {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.list-team li.list-team-person h3,
.list-team li.list-team-person span {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s linear;
  -ms-transition: -ms-transform 0.4s ease-out, opacity 0.4s linear;
  transition: transform 0.4s ease-out, opacity 0.4s linear;
}
.list-team li.list-team-person:hover h3,
.list-team li.list-team-person:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.list-team li.list-team-person span {
  opacity: 0;
  -webkit-transform: translate3d(0, 23px, 0);
  -ms-transform: translate3d(0, 23px, 0);
  transform: translate3d(0, 23px, 0);
}
.list-team li.list-team-person:hover span {
  opacity: 0.5;
}
.list-team li.list-team-person.you:hover span {
  opacity: 1;
}

.list-team li.list-team-person:hover div {
  opacity: 1;
}

@media only screen and (max-width: 1700px) and (min-width: 1481px) {
  .list-team li h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .list-team li.list-team-value h3 {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 1480px) and (min-width: 1281px) {
  .list-team li h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .list-team li.list-team-value h3 {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 1025px) {
  .list-team li h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .list-team li.list-team-value h3 {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 851px) and (min-width: 601px) {
  .list-team li h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .list-team li.list-team-value h3 {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 601px) {
  .list-team li.list-team-value div p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 551px) {
  .list-team li h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .list-team li.list-team-value h3 {
    margin: 10px 0 15px 0;
  }
}

/*=TEXT*/
.home-team .max-width {
  position: relative;
}
.home .list-team-person img {
  opacity: 0.8;
}
.list-team-quote {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*padding: 0 35px;*/
}
.list-team-quote div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 15.864833906071%;
  padding: 80px 80px 105px 80px;
  width: 68.28%;
  max-width: 1230px;
  min-height: 45%;
  background-color: #fff;
}
.list-team-quote div h3 {
  text-align: left;
  max-width: 80%;
  line-height: 72px;
  color: #b3978a;
}
.list-team-quote div p {
  display: block;
  position: absolute;
  right: 55px;
  bottom: 55px;
  width: 220px;
  text-align: left;
  white-space: nowrap;
}
.list-team-quote a.bar-left {
  color: #54e50d;
}
.list-team-quote a.bar-left:before {
  background-color: #54e50d;
}

@media screen and (min-width: 1601px) {
  .list-team-quote div {
    margin: 15.864833906071% auto;
  }
}
@media screen and (min-width: 1281px) {
  .list-team .list-team-person.tp07 {
    margin-right: 67.459336%;
  }
}
@media screen and (max-width: 1280px) {
  .list-team .list-team-person.tp13,
  .list-team .list-team-person.tp14 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .list-team .list-team-person.tp10,
  .list-team .list-team-person.tp11,
  .list-team .list-team-person.tp12 {
    display: none;
  }
  .list-team-quote div {
    padding: 50px 50px 105px 50px;
  }
}
@media screen and (max-width: 960px) {
  .list-team-quote div h3 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media screen and (max-width: 667px) {
  /*.list-team-quote div h3 {
    font-size: 46px;
    line-height: 54px;
  }*/
  .list-team-quote div {
    margin: 0;
    min-height: 33%;
  }
  .list-team-quote div h3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .list-team .list-team-person.tp04,
  .list-team .list-team-person.tp05,
  .list-team .list-team-person.tp06,
  .list-team .list-team-person.tp07,
  .list-team .list-team-person.tp08,
  .list-team .list-team-person.tp09 {
    display: none;
  }
  .list-team-quote div {
    margin: 0;
    min-height: 33%;
  }
  .list-team-quote div h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .list-team-quote div p {
    display: block;
    position: absolute;
    left: 15px;
  }
  .list-team-quote div {
    padding: 20px 15px 105px 15px;
    width: 100%;
  }
}

@media screen and (max-width: 1760px) {
  /*.list-team li.list-team-value span{display: none;}
  .list-team li.list-team-value h3 {margin-top: 0;}*/
  /* 5 colunas */
  /*.list-team li {
    margin: 0.907029478458%;
  }
  .list-team li.list-team-value {
    width: 38.144329896907%;
  }
  .list-team li.list-team-person {
    width: 18.098510882016%;
  }*/
}
@media screen and (max-width: 1660px) {
  /*.list-team li.list-team-value h3 {
    font-size: 46px; line-height: 36px;
  }*/
}
@media screen and (max-width: 1280px) {
  /* 4 colunas */
  .list-team {
    margin-left: -1.202749140893%;
    margin-right: -1.202749140893%;
  }
  .list-team li {
    margin: 1.202749140893%;
  }
  .list-team li.list-team-value {
    width: 47.594501718213%;
  }
  .list-team li.list-team-person {
    width: 22.565864833906%;
  }

  .list-team li.tpa13 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .list-team li.tpa11,
  .list-team li.tpa12,
  .list-team li.tpa14,
  .list-team li.tpa15,
  .list-team li.tpa16,
  .list-team li.tpa17,
  .list-team li.tpa18,
  .list-team li.tpa19,
  .list-team li.tpa20,
  .list-team li.tpa21,
  .list-team li.tpa22,
  .list-team li.tpa23,
  .list-team li.tpa24,
  .list-team li.tpa25 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  /* 3 colunas */
  .list-team {
    margin-left: -1.202749140893%;
    margin-right: -1.202749140893%;
  }
  .list-team li {
    margin: 1.202749140893%;
  }
  .list-team li.list-team-value {
    width: 64.26116838488066%;
    /*min-height: 250px;*/
  }
  .list-team li.list-team-person {
    width: 30.92783505154733%;
  }
  .list-team li.list-team-value div {
    padding: 25px;
  }
  .list-team li.tpa23 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 600px) {
  /* 2 colunas */
  .list-team li.list-team-value {
    /*width: 47.594501718213%;*/
    width: 100%;
  }
  .list-team li.list-team-person {
    width: 47.594501718213%;
  }
  .list-team li.list-team-value div {
    padding: 25px 25px 45px 25px;
  }
  .list-team li.tpa13 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* =CHART */
.about .block-green .chart-bars > div:before {
  opacity: 0.05;
}

/** =FOOTER **/

.footer-like.about {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0px;
}

.footer-like.about h3 {
  font: 400 70px 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #54e50d;
}

/*-------------------------------------------------------------------------
  =SECTORES
-------------------------------------------------------------------------*/
.sectors-intro {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #5fdc1f;
}
.sectors-list {
  display: block;
  position: absolute;
  width: 200vw;
  height: 200vh;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.sectors-list > li {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;

  transform-style: preserve-3d;

  -webkit-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
/*.sectors-list {
  opacity: 0;
  -webkit-transition: opacity .2s linear .0s;
      -ms-transition: opacity .2s linear .0s;
          transition: opacity .2s linear .0s;
}
.sectors-list.go { opacity: 1;}*/

.ie9 .sectors-intro {
  width: 100%;
  height: 100%;
}
.ie9 .sectors-list {
  width: 100%;
  height: 100%;
}

.no-object-fit .sectors-list > li {
  transform-style: flat;
}
/*.sectors-list > li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #312925;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: border .1s ease-out;
  -ms-transition: border .1s ease-out;
  transition: border .1s ease-out;
}
.sectors-list > li:hover:after{
  opacity: 1;
  border: 22px solid #312925;
}*/
.sectors-list > li .element:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(49, 41, 37, 0.35);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.sectors-list > li:hover .element:after {
  opacity: 1;
}
.sectors-list li .element,
.sectors-list li .element img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.sectors-list li h3 {
  position: absolute;
  bottom: 200px;
  left: 50%;
  color: rgb(84, 229, 13);
  font: 700 60px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(40px) translateZ(100px);
  -ms-transform: translateX(-50%) translateY(40px) translateZ(100px);
  transform: translateX(-50%) translateY(40px) translateZ(100px);

  -webkit-transition: -webkit-transform 0.2s ease-in, opacity 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in, opacity 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.sectors-list > li:hover h3 {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) translateZ(100px);
  -ms-transform: translateX(-50%) translateY(0) translateZ(100px);
  transform: translateX(-50%) translateY(0) translateZ(100px);
}
@media only screen and (max-height: 768px) {
  .sectors-list li h3 {
    bottom: 100px;
  }
}
@media only screen and (max-height: 668px) {
  .sectors-list li h3 {
    bottom: 40px;
  }
}

.sectors-list .sector-imgs {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.sectors-list .sector-shadow img {
  -webkit-transform: translateZ(150px) translateX(-50%) translateY(-140%);
  -ms-transform: translateZ(150px) translateX(-50%) translateY(-140%);
  transform: translateZ(150px) translateX(-50%) translateY(-140%);
}

/*-------------------------------------------------------------------------
  =SECTORS — SINGLE
-------------------------------------------------------------------------*/
/** =HEADER js **/

.sectors-pagename .sectors-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  text-indent: -9999px;
}
.hide-info .sectors-pagename .sectors-back {
  visibility: visible;
  pointer-events: auto;
}

.sector-subtitle {
  position: absolute;
  left: 125px;
  margin-top: -80px;
  height: 80px;
  border-left: 2px solid #fff;
}

.sector-subtitle h3 {
  margin-left: 10px;
  font: 700 22px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
}

.sector-subtitle p {
  margin-left: 10px;
  font: 400 15px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  color: #ffffff;
}

/** =CHART BLOCK **/

#pie-chart:before {
  content: '';
  position: absolute;
  width: 750px;
  height: 750px;
  border: 2px solid rgba(255, 255, 255, 0.02);
  left: -110px;
  top: -110px;
  border-radius: 100%;
  pointer-events: none;
}
#pie-chart:after {
  content: '';
  position: absolute;
  width: 900px;
  height: 900px;
  border: 2px solid rgba(255, 255, 255, 0.02);
  left: -185px;
  top: -185px;
  border-radius: 100%;
  pointer-events: none;
}
#pie-chart span.ring:after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border: 2px solid rgba(255, 255, 255, 0.02);
  left: -35px;
  top: -35px;
  border-radius: 100%;
  pointer-events: none;
}

.ie9 #pie-chart:after,
.ie10 #pie-chart:after,
.ie9 #pie-chart:before,
.ie10 #pie-chart:before,
.ie9 #pie-chart span.ring:after,
.ie10 #pie-chart span.ring:after {
  content: none;
}

#pie-chart {
  position: relative;
  width: 530px;
  height: 530px;
  display: block;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transform: -webkit-scale(0);
  -ms-transform: -ms-scale(0);
  transform: scale(0);

  -webkit-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  -ms-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
}
#pie-chart.anim-in {
  -webkit-transform: -webkit-scale(1);
  -ms-transform: -ms-scale(1);
  transform: scale(1);
}
#pie-chart .pie-title {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  font: 700 36px/30px 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#pie-chart .pie-title span {
  font: 700 26px/30px 'Montserrat', Helvetica, Arial, sans-serif;
}

.chart-block.on #pie-chart {
  pointer-events: auto;
}
.pie-first-ring {
}
.pie-second-ring {
}
#pie-chart svg {
  overflow: initial !important;
}
#pie-chart svg text {
  pointer-events: none;
  -webkit-transition: opacity 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out;
}
.bars-chart {
  min-height: 880px;
  overflow: hidden;
}
.chart-block img {
  margin: 0 auto;
}
.chart-divisions {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.chart-divisions span {
  position: absolute;
  height: 100%;
  width: 20px;
}
.chart-divisions span:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #5f5753;
  opacity: 0.4;
}
.chart-divisions em {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  white-space: nowrap;
  z-index: 5;
  line-height: 40px;
  text-align: center;
}
.chart-divisions em .sup,
.chart-divisions em sup {
  top: -0.3em;
}
.chart-divisions em .sup,
.chart-divisions em sup {
  font-size: 70%;
}
.dash-25 {
  right: 25%;
}
.dash-50 {
  right: 50%;
}
.dash-75 {
  right: 75%;
}
.chart-bars {
  position: absolute;
  top: 0;
  left: 0;
  padding: 130px 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.chart-bars > div {
  position: relative;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  height: 80px;
  width: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.56s ease-in-out;
  -ms-transition: -ms-transform 0.56s ease-in-out;
  transition: transform 0.56s ease-in-out;
}
.active .chart-bar-1 {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .chart-bar-2 {
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.active .chart-bar-3 {
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .chart-bar-4 {
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.active .chart-bar-5 {
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.chart-bars > div.hover {
  -webkit-transition: -webkit-transform 0.26s ease-in-out;
  -ms-transition: -ms-transform 0.26s ease-in-out;
  transition: transform 0.26s ease-in-out;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.chart-subtitle {
  position: absolute;
  pointer-events: none;
  /*  top: -5555px;
  left: -5555px;*/
  top: -70px;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 25px;
  background-color: #8a634f;
  opacity: 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: opacity 0.26s ease-in-out,
    -webkit-transform 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out, -ms-transform 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out, transform 0.26s ease-in-out;
}
.chart-bars .chart-subtitle {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.chart-bars > div:hover .chart-subtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.chart-subtitle.active {
  opacity: 1;
}

.chart-subtitle:after {
  position: absolute;
  left: 0px;
  bottom: -20px;
  content: '';
  width: 0;
  height: 0;
  border-right: 29px solid transparent;
  border-top: 26px solid #8a634f;
  pointer-events: none;
}
.chart-subtitle.top-left:after {
  top: -20px;
  left: 0px;
  bottom: auto;
  right: auto;
  border-right: 29px solid transparent;
  border-bottom: 26px solid #8a634f;
  border-left: none;
  border-top: none;
}
.chart-subtitle.top-right:after {
  top: -20px;
  right: 0px;
  left: auto;
  bottom: auto;
  border-left: 29px solid transparent;
  border-bottom: 26px solid #8a634f;
  border-right: none;
  border-top: none;
}
.chart-subtitle.bottom-right:after {
  bottom: -20px;
  right: 0px;
  left: auto;
  top: auto;
  border-top: 26px solid #8a634f;
  border-left: 29px solid transparent;
  border-bottom: initial;
  border-right: initial;
  border-right-style: none;
}
.chart-subtitle.bottom-left:after {
  bottom: -20px;
  left: 0px;
  top: auto;
  right: auto;
  border-right: 29px solid transparent;
  border-top: 26px solid #8a634f;
  border-left: initial;
  border-bottom: initial;
}

.chart-subtitle p {
  font: 700 13px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.chart-value {
  display: inline-block;
  position: absolute;
  left: -120px;
  top: 10px;
  font: 700 50px 'Montserrat', Helvetica, Arial, sans-serif;
  /*color: #5fdc1f;*/
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out 0.8s;
  -ms-transition: opacity 0.2s ease-in-out 0.8s;
  transition: opacity 0.2s ease-in-out 0.8s;
}
.chart-value .sup {
  font-size: 50%;
  top: -0.8em;
}
.active .chart-value {
  opacity: 1;
}

.chart-block .pie-chart-wrapper {
  position: relative;
}
.chart-block .pie-chart-wrapper .chart-value.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.chart-block .pie-chart-wrapper .chart-value {
  opacity: 0;
  color: #fff;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out 0s, -ms-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out;
}

.chart-bars > div:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 378px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 900px;
  background-color: #261f1c;
  -webkit-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
  opacity: 0.5;
  pointer-events: none;
}
/* =Chart colors - Dark */
.block-dark .chart-bars > div {
  background-color: #5fdc1f;
}
.block-dark .chart-value {
  color: #5fdc1f;
}
.block-green .chart-bars > div:before {
  opacity: 0.05;
}
/* =Chart colors - Green */
.block-green .chart-bars > div {
  /* background-color: #ffffff; */
  background-color: #0b0d0b;
}
.block-green .chart-value {
  /* color: #ffffff; */
  color: #0b0d0b;
}
.block-green .chart-subtitle {
  /* background-color: #ffffff; */
  background-color: #0b0d0b;
}
.block-green .chart-subtitle p {
  color: #5fdc1f;
}
.block-green .chart-subtitle:after {
  bottom: -20px;
  right: 0px;
  left: auto;
  top: auto;
  /* border-top: 26px solid #ffffff; */
  border-top: 26px solid #0b0d0b;
  border-left: 29px solid transparent;
  border-bottom: initial;
  border-right: initial;
  border-right-style: none;
}

/* =Chart position - Vertical */
.bars-chart-v.bars-chart {
  min-height: initial;
  height: auto;
}
.bars-chart-v .chart-bars {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*  webkit-flex-direction: row;
     -ms-flex-direction: row;
         flex-direction: row;
  */
  width: 50%;
  min-width: 880px;
  height: 100%;
  left: 30%;
  padding: 0 130px;
}
.bars-chart-v .chart-bars > div {
  width: 80px;
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.bars-chart-v .chart-divisions span {
  width: 100%;
  height: 20px;
  right: 0;
}
.bars-chart-v .chart-divisions span:before {
  right: 60px;
  top: 0;
  width: 100%;
  /* border-bottom: 1px dashed #ffffff; */
  border-bottom: 1px dashed #0b0d0b;
  border-right: none;
  opacity: 0.4;
}
.single-sectors .bars-chart-v .chart-divisions span:before {
  border-bottom: 1px dashed #5f5753;
}

.bars-chart-v .chart-divisions em {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  padding: 0 10px;
}
.bars-chart-v .dash-25 {
  bottom: 25%;
}
.bars-chart-v .dash-50 {
  bottom: 50%;
}
.bars-chart-v .dash-75 {
  bottom: 75%;
}
.bars-chart-v .chart-bars > div:before {
  top: 378px;
  left: 80px;
  width: 900px;
  height: 100%;
  -webkit-transform: skew(0deg, 40deg);
  -ms-transform: skew(0deg, 40deg);
  transform: skew(0deg, 40deg);
}
.bars-chart-v .chart-value {
  left: 0;
  top: -70px;
}
.bars-chart-v .chart-subtitle {
  top: -140px;
  left: 80px;
  -webkit-transform: translateY(-60px) translateX(-100%);
  -moz-transform: translateY(-60px) translateX(-100%);
  -ms-transform: translateY(-60px) translateX(-100%);
  transform: translateY(-60px) translateX(-100%);
}
.bars-chart-v .chart-bars > div:hover .chart-subtitle {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-100%);
  -moz-transform: translateY(0) translateX(-100%);
  -ms-transform: translateY(0) translateX(-100%);
  transform: translateY(0) translateX(-100%);
}
.ie9 .bars-chart-v .chart-bars > div:hover .chart-subtitle,
.mobile-subtitle {
  display: none;
  top: 20px;
  left: 50%;
  position: absolute;
  padding: 11px 25px;
  background-color: #8a634f;
  font: 700 10px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;

  -webkit-transform: translateY(-60px) translateX(-50%);
  -ms-transform: translateY(-60px) translateX(-50%);
  transform: translateY(-60px) translateX(-50%);

  -webkit-transition: opacity 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, -ms-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.bars-chart-v .mobile-subtitle.js-active {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(-50%);
  -ms-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}

.pie-chart-wrapper .mobile-subtitle.js-active {
  opacity: 1;
  -webkit-transform: translateY(-55px) translateX(-50%);
  -ms-transform: translateY(-55px) translateX(-50%);
  transform: translateY(-55px) translateX(-50%);
}
/*.bars-chart-v > div:hover .chart-subtitle {
  top: -26px;
  left: 100px;
}*/

/** =BACKGROUND MAP **/
.block-bg-map {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.block-bg-map:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background-color: transparent;
  content: '';
  opacity: 1;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.26s linear;
  -ms-transition: opacity 0.26s linear;
  transition: opacity 0.26s linear;
}
.block-bg-map.open:after {
  opacity: 0;
}
.block-bg-map .world-map-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.76, 0, 0.175, 1) 0s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.76, 0, 0.175, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.175, 1) 0s;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.block-bg-map .world-map-wrapper .world-map {
  display: block;
  position: relative;
  width: 100%;
  /*height: auto;*/
  height: 669px;
}
.ie .block-bg-map .world-map-wrapper .world-map {
  width: auto;
  height: 600px;
}
.open .block-bg-map .world-map-wrapper {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/*.btn-unfold {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  background-color: #2a2320;
  border-radius: 0 0 3px 3px;
  margin-left: -30px;
  overflow: hidden;
}*/
.btn-unfold {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: auto;
  height: 40px;
  cursor: pointer;
  background-color: #2a2320;
  border-radius: 0 0 3px 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.btn-unfold-title {
  line-height: 40px;
  margin: 0 20px 0 50px;
  text-transform: uppercase;
  font-size: 13px;
}
.open .btn-unfold {
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}
.btn-unfold .icon-svg {
  position: absolute;
  width: 40px;
  left: 10px;
}
.open .btn-unfold .icon-svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.btn-unfold .icon-svg path {
  fill: rgb(95, 87, 83);
}
.open .btn-unfold {
  border-radius: 3px 3px 0 0;
}
.world-map .pais {
  /*display: none;*/
  cursor: pointer;
}
.world-map .pais .terrain {
  fill: #514840;
}
.world-map .pais:hover .terrain {
  fill: #6e452f;
}
.world-map .pais .balao {
  display: none; /*Apagar depois de limpar do SVG*/
}
.block-map .block-bg-cover {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.block-map .block-bg-cover {
  pointer-events: none;
}
.block-map .block-bg-cover h3 {
  color: #54e50d;
}
.block-map .block-bg-cover h3:after {
  background-color: #54e50d;
}
/** =MAX-WIDTH 1279px */
@media only screen and (max-width: 1279px) {
  .block-bg-map .world-map-wrapper {
    width: 120%;
    margin-left: -10%;
  }
}
/** =MAX-WIDTH 800px */
@media only screen and (max-width: 800px) {
  .block-map {
    display: none;
  }
}
.mobile .block-map {
  display: none;
}

.world-map-legenda {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.5);
}
.world-map-legenda li {
  position: absolute;
  margin-top: -60px;
  padding: 11px 25px;
  opacity: 0;
  font: 14px/14px 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  pointer-events: none;
  text-transform: uppercase;
  background-color: #8a634f;
  opacity: 0;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: opacity 0.26s ease-in-out,
    -webkit-transform 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out, -ms-transform 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out, transform 0.26s ease-in-out;
}
.world-map-legenda li:after {
  position: absolute;
  left: 0px;
  bottom: -20px;
  content: '';
  width: 0;
  height: 0;
  border-right: 29px solid transparent;
  border-top: 26px solid #8a634f;
  pointer-events: none;
}
.world-map-legenda li.active {
  opacity: 1;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/** =OFFERS **/
.sector-offers {
  padding: 60px 105px;
}

/** =PROJECTS FLEX GRID **/
.projects-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -1px;
  width: 100%;
  height: 50vh;
}

.projects-list li {
  position: relative;
  margin-left: -1px; /*Fix rounded width's half pixels bug*/
  height: 50vh;

  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  overflow: hidden;
}
.projects-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects-list li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #312925;
  pointer-events: none;
  -webkit-transition: border 0.1s ease-out;
  -ms-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
}
.projects-list a:hover:after {
  border: 12px solid #312925;
}
.projects-list li .element img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
  opacity: 1;
}

.firefox .projects-list li .element img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0px);
}

@media (max-width: 667px) {
  .projects-list li h4 {
    font: 700 22px 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }
  .projects-list li h5 {
    font: 700 12px 'Montserrat', Helvetica, Arial, sans-serif;
  }
}

@media (max-width: 375px) {
  .projects-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
  .projects-list li {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .projects-list li h4 {
    font: 700 34px 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: 4px;
  }
}

.projects-list li .element:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 102%;
  margin-left: -1%;
  height: 102%;
  margin-top: -1%;
  background-color: #312925;
  opacity: 0.55;
}

.projects-list li .element {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);

  -webkit-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;

  -webkit-animation: moveUpScaleDown-zoom-in 0.1s ease-out forwards;
  -ms-animation: moveUpScaleDown-zoom-in 0.1s ease-out forwards;
  animation: moveUpScaleDown-zoom-in 0.1s ease-out forwards;
}
.projects-list li:hover .element {
  opacity: 0.8;
  -webkit-animation: moveUpScaleDown-zoom-out 0.1s ease-out forwards;
  -ms-animation: moveUpScaleDown-zoom-out 0.1s ease-out forwards;
  animation: moveUpScaleDown-zoom-out 0.1s ease-out forwards;
}

.projects-list li div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 25px;
}

.projects-list h5 {
  font: 700 14px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}

.projects-list h4 {
  font: 700 44px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 5px;
  word-break: break-word;
  max-width: 100%;
}

/* =expertise */
.ie .our-expertise .grid-cell.gutter-lft {
  width: 66%;
}

/* =next block btn */
.next-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 105px;
  display: block;
  text-align: left;
  z-index: 1;
}

.next-block-button {
  position: relative;
  top: 38px;
  display: inline-block;
  width: 76px;
  height: 76px;
  text-indent: 0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.76, 0, 0.18, 1);
  -ms-transition: -ms-transform 0.45s cubic-bezier(0.76, 0, 0.18, 1);
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.18, 1);
}
.hide-info .next-block-button {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
  transform: translate3d(0, 0, 0) scale3d(0, 0, 1);
}
/*.single-news .next-block-button,
.single-carrers .next-block-button,
.single-sectors .next-block-button {
  position: absolute;
  top: -38px;
}*/
.next-block-button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #62e81e;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.27s ease-in-out;
  -ms-transition: -ms-transform 0.27s ease-in-out;
  transition: transform 0.27s ease-in-out;
}
.next-block-button:hover:before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1);
  transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1);
}

.next-block-button .icon-svg {
  position: absolute;
  top: 30px;
  left: 16px;
  width: 43px;
  height: 25px;
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
  -ms-transform: translate3d(0, 0, 0) scaleX(1);
  transform: translate3d(0, 0, 0) scaleX(1);
  -webkit-transition: -webkit-transform 0.27s ease-in-out;
  -ms-transition: -ms-transform 0.27s ease-in-out;
  transition: transform 0.27s ease-in-out;
}
.next-block-button:hover .icon-svg {
  -webkit-transform: translate3d(0, 0, 0) scaleX(0.93);
  -ms-transform: translate3d(0, 0, 0) scaleX(0.93);
  transform: translate3d(0, 0, 0) scaleX(0.93);
}

/** =FOOTER **/
.footer-like.sectors {
  position: relative;
  text-align: right;
  color: #ffffff;
}
.footer-like.sectors .grid-cell-2of1 {
  font: 700 70px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: -3px;
  text-align: left;
}

.footer-like.sectors a {
  width: 100%;
  display: block;
}
.footer-like.sectors h3,
.footer-like.sectors p {
  color: #ffffff;
}
.footer-like.sectors .icon-svg {
  width: 89px;
  height: 88px;
}
.footer-like.sectors .element:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2420;
  opacity: 0.4;
  z-index: 1;
}

/*-------------------------------------------------------------------------
  =CARRERS
-------------------------------------------------------------------------*/

.loading-timer-bg {
  opacity: 0;
}

#loading-progress {
  position: absolute;
  top: -8.5px;
  left: -8.5px;
  width: 80px;
  height: 80px;

  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.back-carrers {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  width: auto;
  height: auto;
  padding: 24px 26px;
  border: 2px solid #ffffff;
  font: 700 13px/1px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: background-color 0.17s linear 0s, color 0.17s linear 0s;
  -ms-transition: background-color 0.17s linear 0s, color 0.17s linear 0s;
  transition: background-color 0.17s linear 0s, color 0.17s linear 0s;
}
.back-carrers:hover {
  background-color: #ffffff;
  color: #5fdc25;
}

/** =OFFERS **/
.carrers .list-entries {
  margin-top: 100px;
  position: relative;
}
.list-entries:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;

  -webkit-transition: opacity 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out;
}
.ie9 .list-entries:after,
.ie10 .list-entries:after {
  content: none;
}
.jobs-list.prepare-anim-out,
.academy-list.prepare-anim-out {
  -webkit-transform: translate3d(0, -5px, 0) scale3d(0.97, 0.97, 0.97);
  -ms-transform: translate3d(0, -5px, 0) scale3d(0.97, 0.97, 0.97);
  transform: translate3d(0, -5px, 0) scale3d(0.97, 0.97, 0.97);
  /*box-shadow: 0px 19px 25px 10px rgba(0, 0, 0, .05);
  box-shadow: 0px 20px 25px 0 rgba(0, 0, 0, .10);*/
  -webkit-filter: none;
  -ms-filter: none;
  filter: none;
}

.jobs-list .list-entrie.active {
  margin-bottom: 60px;
}

.jobs-list .list-entrie.active.block-hover-shadow {
  -webkit-filter: none;
  -ms-filter: none;
  filter: none;
  box-shadow: none;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
/* =CIRCLE MORE */

.list-entrie .icon-circle-more {
  position: absolute;
  left: 50%;
  bottom: -31px;

  width: 62px;
  height: 62px;
  opacity: 1;
  z-index: 1;

  -webkit-transform: translateX(-50%) scale3d(0, 0, 1);
  -ms-transform: translateX(-50%) scale3d(0, 0, 1);
  transform: translateX(-50%) scale3d(0, 0, 1);

  -webkit-transition: -webkit-transform 0.22s ease-out;
  -ms-transition: -ms-transform 0.22s ease-out;
  transition: transform 0.22s ease-out;
}
.list-entrie .icon-circle-more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  background-color: #62e81e;

  -webkit-transition: -webkit-transform 0.22s ease-out;
  -ms-transition: -ms-transform 0.22s ease-out;
  transition: transform 0.22s ease-out;
}
.list-entrie.active .icon-circle-more,
.list-entrie:hover .icon-circle-more {
  -webkit-transform: translateX(-50%) scale3d(1, 1, 1);
  -ms-transform: translateX(-50%) scale3d(1, 1, 1);
  transform: translateX(-50%) scale3d(1, 1, 1);
}

.icon-circle-more .icon-svg {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 26px;
  height: 26px;
  pointer-events: none;

  -webkit-transform: translate3d(2px, 0, 0) rotate(-90deg) scaleX(1);
  -ms-transform: translate3d(2px, 0, 0) rotate(-90deg) scaleX(1);
  transform: translate3d(2px, 0, 0) rotate(-90deg) scaleX(1);
  -webkit-transition: transform 0.26s ease-in-out;
  -ms-transition: transform 0.26s ease-in-out;
  transition: transform 0.26s ease-in-out;
}
.list-entries .icon-circle-more:hover .icon-svg {
  -webkit-transform: translate3d(2px, 0, 0) rotate(-90deg) scaleX(0.9);
  -ms-transform: translate3d(2px, 0, 0) rotate(-90deg) scaleX(0.9);
  transform: translate3d(2px, 0, 0) rotate(-90deg) scaleX(0.9);
}
.list-entries .icon-circle-more:hover:before {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.offers-academy {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
}
.offers-academy li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  line-height: 100px;
  cursor: pointer;
  border-left: 1px solid transparent;

  -webkit-transition: background-color 0.26s ease-in-out,
    color 0.26s ease-in-out;
  -ms-transition: background-color 0.26s ease-in-out, color 0.26s ease-in-out;
  transition: background-color 0.26s ease-in-out, color 0.26s ease-in-out;
}
.offers-academy li:first-child {
  border-left: none;
  border-right: 1px solid transparent;
}
.offers-academy li.active,
.offers-academy li:hover {
  background-color: #62e81e;
  /* color: #ffffff; */
  color: #0b0d0b;
}
.offers-academy li:hover {
  border-left: 1px solid #ffffff;
}
.offers-academy li:first-child:hover {
  border-right: 1px solid #ffffff;
  border-left: none;
}

.offers-academy li.active:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #62e81e;
}

.carrers .list-filters {
  top: 233px;
  opacity: 1;

  -webkit-transition: opacity 0.26s ease-in-out,
    -webkit-transform 0.16s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out, -ms-transform 0.16s ease-in-out;
  transition: opacity 0.26s ease-in-out transform 0.16s ease-in-out;
}
.carrers .list-filters.anim-out {
  opacity: 0;
}
.carrers .list-filters.active + .list-entries:after,
.carrers .list-entries.obfuscated:after {
  opacity: 0.6;
  pointer-events: auto;
}

.carrers .jobs-list,
.carrers .academy-list {
  min-height: 500px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.26s ease-in-out;
  -ms-transition: -ms-transform 0.26s ease-in-out;
  transition: transform 0.26s ease-in-out;

  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.carrers .jobs-list.anim-out {
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.carrers .academy-list.anim-out {
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.carrers .jobs-list.anim-in,
.carrers .academy-list.anim-in {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.carrers .jobs-list.out {
  opacity: 0;
  position: absolute;
  top: 0;

  -webkit-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.carrers .academy-list.out {
  opacity: 0;
  position: absolute;
  top: 0;

  -webkit-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.carrers .jobs-list.anim-in,
.carrers .academy-list.anim-in {
  -webkit-transform: translate3d(0, -5px, 0) scale3d(0.97, 0.97, 0.97);
  -ms-transform: translate3d(0, -5px, 0) scale3d(0.97, 0.97, 0.97);
  transform: translate3d(0, -5px, 0) scale3d(0.97, 0.97, 0.97);
  /*  box-shadow: 0px 19px 25px 10px rgba(0, 0, 0, .05);
  box-shadow: 0px 20px 25px 0 rgba(0, 0, 0, .10);*/
  -webkit-filter: none;
  -ms-filter: none;
  filter: none;
}

.carrers .jobs-list.active,
.carrers .academy-list.active {
  display: block;
  position: relative;
}

.list-no-results {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0;

  -webkit-transition: opacity 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out;
}
.list-no-results.active {
  opacity: 1;
}
.list-no-results h3 {
  margin-bottom: 20px;
}

.carrers .list-entries .content-editor,
.single-carrers .list-entries .content-editor {
  display: none;
}

.carrers .list-entries .content-editor.active,
.single-carrers .list-entries .content-editor.active {
  display: block;
}

.carrers .list-entrie.active a p.icon-circle-more,
.single-carrers .list-entrie.active a p.icon-circle-more {
  opacity: 1;
  visibility: visible;
}
/** =FOOTER **/

.footer-like.carrers {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0px;
}

.footer-like.carrers h3 {
  font: 400 70px 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #54e50d;
}

.footer-like.carrers h3.hover {
  color: #7f4f36;
}

/** =TEST ALEXANDRE - Infrastructures **/
.graf-circle {
  -webkit-filter: drop-shadow(0px 19px 16px rgba(255, 255, 255, 0.24));
}

.graf-circle .big {
  /* teste mouse = perfect */
  cursor: pointer;
  transform-origin: 50% 50%; /* center of rotation is set to the center of the element */
  transform: scale(1);
}
.graf-circle .big:hover {
  /* testar em browsers o k nao der tirar  */
  filter: url(#drop-shadow);
  transform: scale(1.1);
}

/*-------------------------------------------------------------------------
  =CARRERS — SINGLE
-------------------------------------------------------------------------*/
.single-carrers > header:first-child {
  height: 620px;
  background-color: #5fdc1f;
  color: #ffffff;
}

ul.carrer-meta {
  margin-top: 20px;
}

ul.carrer-meta li {
  margin-left: 50px;
  display: inline-block;
  font: 400 14px/28px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

ul.carrer-meta li:first-child {
  margin-left: 0px;
}

ul.carrer-meta li svg {
  fill: #ffffff;
}

ul.carrer-meta li .icon-marker {
  position: relative;
  top: 3px;
  margin-right: 10px;
  width: 11px;
  height: 17px;
}

ul.carrer-meta li .icon-info {
  position: relative;
  top: 3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.single-carrers .content-editor ul li,
.single-carrers .content-editor p {
  font: 400 18px/32px 'Montserrat', Helvetica, Arial, sans-serif;
}

.carrer-form {
  margin-top: 100px;
}
.carrer-form div {
  padding-bottom: 18px;
  overflow: hidden;
}

.carrer-form div p {
  float: left;
  width: 100%;
}
.carrer-form p input,
.carrer-form p select,
.carrer-availability-label {
  width: 100%;
  height: 80px;
  margin: 0px 10px 0px 0px;
  padding: 0px 40px;
  font: 400 24px/80px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #62e81e;
  background-color: #f6f6f7;
  border: none;
  border-left: 0px solid #62e81e;

  -webkit-transition: border 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: border 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: border 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.carrer-form p input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f7 inset;
  -webkit-text-fill-color: #62e81e;
}
.carrer-form p input.clean:-webkit-autofill {
  -webkit-text-fill-color: #8c95a2;
}

.carrer-availability-label {
  position: absolute;
  width: auto;
  background-color: transparent;
  color: #8c95a2;
  pointer-events: none;
}
.ie9 .carrer-availability-label,
.ie10 .carrer-availability-label,
.ie11 .carrer-availability-label {
  width: 100%;
  position: absolute;
  background-color: #f6f6f7;
  color: #8c95a2;
  pointer-events: none;
}

.firefox .carrer-availability-label,
html:not(.ie) body .carrer-availability-label {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  margin: 0px 10px 0px 0px;
  padding: 0px 40px;
  background-color: #f6f6f7;
}

.carrer-form p input.erro,
.carrer-form p select.erro {
  border-left: 8px solid red;
}

.upload-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.carrer-form p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: transparent;
}

.ie11 .carrer-form p select,
.ie10 .carrer-form p select,
.ie9 .carrer-form p select {
  opacity: 0;
}

.firefox .carrer-form p select,
html:not(.ie) body .carrer-form p select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  color: #000000;
}

/*.carrer-select-wrapper:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #f00;
}*/

.carrer-form p > span {
  width: 100%;
  height: 80px;
  display: block;
  background-color: #f6f6f7;
  color: #62e81e;
}

.carrer-form p .add-file {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 80px;
  height: 80px;
  background-color: #848688;
  cursor: pointer;

  -webkit-transition: background-color 0.26s ease-in-out;
  -ms-transition: background-color 0.26s ease-in-out;
  transition: background-color 0.26s ease-in-out;
}
.carrer-form p .add-file:hover {
  background-color: #62e81e;
}
.carrer-form p .carrer-file-name {
  float: left;
  width: calc(100% - 80px);
  padding: 0 40px;
  font: 400 24px/28px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #8c95a2;
  line-height: 80px;
}

.carrer-form p .carrer-file-name.file-added {
  color: #62e81e;
}

.carrer-form .btn-submit {
  position: relative;
  margin-top: 40px;
  width: 62px;
  height: 62px;

  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.carrer-form .btn-submit:hover:before {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.carrer-form .btn-submit:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  background-color: #62e81e;
  border-radius: 50% 50%;

  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);

  -webkit-transition: -webkit-transform 0.22s ease-out;
  -ms-transition: -ms-transform 0.22s ease-out;
  transition: transform 0.22s ease-out;
}
.carrer-form .btn-submit .icon-svg {
  position: relative;
  top: 10px;
  left: 0px;
  width: 54px;
  height: 32px;

  -webkit-transform: translate3d(2px, 0, 0) scaleY(1);
  -ms-transform: translate3d(2px, 0, 0) scaleY(1);
  transform: translate3d(2px, 0, 0) scaleY(1);
  -webkit-transition: transform 0.26s ease-in-out;
  -ms-transition: transform 0.26s ease-in-out;
  transition: transform 0.26s ease-in-out;
}

.carrer-form .btn-submit:hover .icon-svg {
  -webkit-transform: translate3d(2px, 0, 0) scaleY(0.9);
  -ms-transform: translate3d(2px, 0, 0) scaleY(0.9);
  transform: translate3d(2px, 0, 0) scaleY(0.9);
}
.carrer-form .btn-submit .svg-success {
  position: absolute;
  left: 5px;
  top: 13px;
  width: 40px;
  display: none;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.carrer-form.sent .btn-submit {
  pointer-events: none;
}
/*.carrer-form.sent .btn-submit .svg-success { display: block; }
.carrer-form.sent .btn-submit .svg-send { display: none; }*/

.carrer-form p {
  position: relative;
  padding: 0px 0px 0px 0px;
}
.carrer-form p.carrer-input-left {
  padding: 0px 10px 0px 0px;
  width: 50%;
}

.carrer-form p.carrer-input-right {
  padding: 0px 0px 0px 10px;
  width: 50%;
}

.carrer-form p input:focus,
.carrer-form p select:focus,
.carrer-availability-label.active {
  border-left: 8px solid #62e81e;
}

.carrer-form input::-webkit-input-placeholder {
  color: #8c95a2;

  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
.carrer-form input:-moz-placeholder {
  color: #8c95a2;

  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
.carrer-form input::-moz-placeholder {
  color: #8c95a2;

  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
.carrer-form input:-ms-input-placeholder {
  color: #8c95a2;

  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}

.carrer-form input:focus::-webkit-input-placeholder {
  color: #62e81e;
}
.carrer-form input:focus:-moz-placeholder {
  color: #62e81e;
}
.carrer-form input:focus::-moz-placeholder {
  color: #62e81e;
}
.carrer-form input:focus:-ms-input-placeholder {
  color: #62e81e;
}

.single-carrers .list-entries {
  margin-top: 0px;
}

.single-carrers .list-entrie:first-of-type {
  margin-top: 100px;
}

.single-carrers .all-carrers {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 45px;
  margin-top: 60px;
  border: 2px solid #8c95a2;
  color: #8c95a2;
}

.single-carrers .all-carrers:hover {
  color: #ffffff;
  border: 2px solid #54e50d;
}
/*-------------------------------------------------------------------------
  =NEWS
-------------------------------------------------------------------------*/
.news .list-entries {
  position: relative;
}
.news .search-news {
  width: 100%;

  padding: 15px 0px;
  font: 400 34px 'Montserrat', Helvetica, Arial, sans-serif;
  color: rgba(140, 149, 162, 0.3);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(140, 149, 162, 0.3);
}
.news .search-news-form {
  position: relative;
  background-color: #f3f3f3;
  z-index: 20;
}
.news .search-news-form:before {
  content: '';
  position: absolute;
  top: -200px;
  left: -5%;
  display: block;
  background-color: #f3f3f3;
  width: 110%;
  height: 200px;
}
.news .search-news-form:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -5%;
  display: block;
  background-color: #f3f3f3;
  width: 110%;
  height: 100%;
  z-index: -1;
}
/*.news .search-news-form:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(243,243,243,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(243,243,243,0)));
  background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(243,243,243,0) 100%);
  background: -o-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(243,243,243,0) 100%);
  background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(243,243,243,0) 100%);
  background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(243,243,243,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00f3f3f3',GradientType=0);

  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  height: 50px;
}*/
.search-news::-webkit-input-placeholder {
  color: rgba(140, 149, 162, 0.3);
}
.search-news:-moz-placeholder {
  color: rgba(140, 149, 162, 0.3);
}
.search-news::-moz-placeholder {
  color: rgba(140, 149, 162, 0.3);
}
.search-news:-ms-input-placeholder {
  color: rgba(140, 149, 162, 0.3);
}

.news .header-entrie:first-of-type {
  margin-top: 50px;
}

/*.news .list-entrie .icon-circle-more,
.single-news .list-entrie .icon-circle-more { bottom: -60px; }*/

.search-results {
  display: none;
}
.news .header-entrie .entrie-left,
.single-news .header-entrie .entrie-left {
  min-height: 230px;
}

.news .header-entrie .entrie-right,
.single-news .header-entrie .entrie-right {
  width: 220px;
  max-width: 220px;
  min-width: 220px;
  height: 180px;
  cursor: auto;
}
@media screen and (max-width: 1000px) {
  .news .header-entrie .entrie-right,
  .single-news .header-entrie .entrie-right {
    display: none;
  }
}

.news .entrie-right img,
.single-news .entrie-right img {
  margin: auto;
}

.news .entrie-right picture,
.single-news .entrie-right picture {
  position: relative;
  display: inline-block;
}
.news .entrie-right picture:after,
.single-news .entrie-right picture:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #7f4f36;
  opacity: 0.5;
}

/*.header-entrie ul {
  position: absolute;
  bottom: 45px;
}*/

.header-entrie ul li.tag-cloud {
  z-index: 2;
  text-transform: lowercase;
}

.header-entrie ul li.tag-cloud a {
  color: #8c95a2;
  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
.header-entrie ul li.tag-cloud a:hover,
.header-entrie ul li.tag-cloud a.active {
  color: #54e50d;
}

.news .list-filters {
  top: 256px;
}
.news .list-filters.active + .list-entries:after,
.news .list-entries.obfuscated:after {
  opacity: 0.6;
  pointer-events: auto;
}
.news .filters-content ul {
  margin: 0;
}

.news .list-entries-wrapper {
  z-index: 0;
  position: relative;
  min-height: 350px;
}

.news .list-entries-content {
  opacity: 1;
  -webkit-transition: opacity 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out;
}
.news .list-entries-content:after {
  content: '';
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
}
.ie9 .news .list-entries-content:after,
.ie10 .news .list-entries-content:after {
  content: none;
}

.news .list-entries-content.obfuscated:after {
  opacity: 0.6;
  pointer-events: none;
}

.load-more {
  color: #abadb1;
}
.load-more .border {
  background-color: #bfc4ca;
}
.load-more:hover {
  /* color: #ffffff; */
  color: #0b0d0b;
}
/*-------------------------------------------------------------------------
  =NEWS — SINGLE
-------------------------------------------------------------------------*/

.single-news > header:first-child {
  height: 620px;
  background-color: #5fdc1f;
  color: #ffffff;
}

.single-news > header:first-child .block-bg-cover:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #7f4f36;
  opacity: 0.5;
}
.single-news > header:first-child .block-bg-cover.green-bg:after {
  opacity: 0;
}

h3.news-title {
  font: 700 52px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #ffffff;
}

p.news-date {
  margin-top: 30px;
  text-transform: uppercase;
  font: 700 14px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.news-date .icon-svg {
  position: relative;
  top: 3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.news-share,
.jobs-share {
  margin-top: 80px;
}

.news-share li,
.jobs-share li {
  margin-right: 15px;
  display: inline-block;
}

.news-share li a,
.jobs-share li a {
  display: block;
  width: 52px;
  height: 52px;
}
.news-share li:first-child,
.jobs-share li:first-child {
  position: relative;
  top: 4px;
  font: 400 14px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
}
.news-share .news-twitter,
.jobs-share .jobs-twitter {
  width: 52px;
  height: 52px;
  background-color: #66aaed;
  border-radius: 50%;
}

.news-share .news-twitter svg,
.jobs-share .jobs-twitter svg {
  position: relative;
  left: 16px;
  top: 11px;
  width: 23px;
  height: 28px;
  fill: #fff;
}

.news-share .news-facebook,
.jobs-share .jobs-facebook {
  width: 52px;
  height: 52px;
  background-color: #425697;
  border-radius: 50%;
}

.news-share .news-facebook svg,
.jobs-share .jobs-facebook svg {
  position: relative;
  left: 20px;
  top: 11px;
  width: 12px;
  height: 28px;
  fill: #fff;
}

.news-share .news-google,
.jobs-share .jobs-google {
  width: 52px;
  height: 52px;
  background-color: #d5463c;
  border-radius: 50%;
}

.news-share .news-google svg,
.jobs-share .jobs-google svg {
  position: relative;
  left: 16px;
  top: 12px;
  width: 26px;
  height: 28px;
  fill: #fff;
}

.news-share .news-linkedin,
.jobs-share .jobs-linkedin {
  width: 52px;
  height: 52px;
  background-color: #1b86bc;
  border-radius: 50%;
}

.news-share .news-linkedin svg,
.jobs-share .jobs-linkedin svg {
  position: relative;
  left: 13px;
  top: 12px;
  width: 28px;
  height: 28px;
  fill: #fff;
}
.list-entries h3 {
  color: #54e50d;
}

.list-entries h3.bar:after {
  background-color: #54e50d;
}

.single-news .list-entrie:first-of-type {
  margin-top: 100px;
}

.single-news .list-entries a.all-news {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 45px;
  margin-top: 60px;
  border: 2px solid #8c95a2;
  color: #8c95a2;
}

.single-news .list-entries a.all-news:hover {
  color: #ffffff;
  border: 2px solid #54e50d;
}

/*-------------------------------------------------------------------------
  =CONTACTS
-------------------------------------------------------------------------*/
/*.contacts .header-grid h3,
.contacts .header-grid .grid-cell {
  min-height: 100px;
}*/

.contacts .header-grid em.header-subtitle {
  display: block;
  position: absolute;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 60px;
}
/** =CITIES LIST*/
.title-for-listcities {
  margin: 80px 0 50px 0;
  font: 400 14px/14px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

/** =BLOCK OFFICES */
.block-offices {
  position: relative;
  overflow: hidden;
  min-height: 648px;
  padding: 0;
  background-color: #483327;
}
.block-offices .list-cities-pics {
  position: relative;
  z-index: 10;
  min-height: 648px;
}
.slideshow-arrows-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 20;
  max-width: 1630px;
  margin: 0 auto;
}
.slideshow-arrows {
  position: absolute;
  top: 0;
  /*left: 35px;*/
  width: 80px;
  height: 80px;
  margin-top: -40px;
}
.slideshow-arrows.lft {
  opacity: 0;
  left: -5555px;
  -webkit-transition: opacity 0.3s ease-in-out 1s;
  -ms-transition: opacity 0.3s ease-in-out 1s;
  transition: opacity 0.3s ease-in-out 1s;
}
.slideshow-arrows.lft.on {
  opacity: 1;
  left: 105px;
}
.slideshow-arrows.rgt {
  right: 105px;
}

.block-offices .grid-center-vh {
  min-height: 648px;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 105px;
  text-align: center;
}
.ie10 .block-offices .grid-center-vh,
.ie11 .block-offices .grid-center-vh {
  display: table;
  width: 100%;
}
.block-offices .grid-center-vh .grid-cell {
  width: 210px;
  max-width: 210px;
}
.ie10 .block-offices .grid-center-vh .grid-cell,
.ie11 .block-offices .grid-center-vh .grid-cell {
  display: table-cell;
  vertical-align: middle;
}
.block-offices .grid-center-vh .grid-cell.center {
  width: auto;
  max-width: 100%;
}

.block-offices .list-cities-btn {
  margin: 0;
  position: relative;
}
.block-offices .list-cities-btn .btn-square-center-anim {
  max-width: 200px;
  margin: 24px 0;
}

.block-offices .picto-city {
  max-width: 87%;
  height: 199px;
  margin-top: -163px;
  font: 700 16px/22px 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.block-offices .picto-city h4 {
  margin: 30px 0;
  font: 400 40px/40px 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 8px;
}
.block-offices .icon-lyon {
  width: 490px;
}
.block-offices .icon-paris {
  width: 407px;
}
.block-offices .icon-london {
  width: 448px;
}
.block-offices .icon-lisbon {
  width: 377px;
}
.block-offices .icon-porto {
  width: 428px;
}
.block-offices .icon-madrid {
  width: 529px;
}
.block-offices .icon-nantes {
  width: 500px;
}
.block-offices .icon-lille {
  width: 529px;
}
.block-offices .icon-geneve {
  width: 529px;
}
.block-offices .icon-bordeaux {
  width: 529px;
}
.block-offices .icon-katowice {
  width: 529px;
}
.block-offices .icon-aix-en-provence {
  width: 529px;
}
.block-offices .icon-barcelona {
  width: 529px;
  fill: #fff !important;
}
.block-offices .icon-grenoble {
  width: 529px;
  fill: #fff !important;
}
.block-offices .icon-spaulo {
  width: 529px;
  fill: #fff !important;
}
.block-offices .icon-warsaw {
  width: 529px;
  fill: #fff !important;
}

/** =BLOCK OFFICES ANIM*/
.block-offices .name,
.block-offices .adress {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.18, 1);
  -ms-transition: all 0.8s cubic-bezier(0.76, 0, 0.18, 1);
  transition: all 0.8s cubic-bezier(0.76, 0, 0.18, 1);
}
.goAnim .name,
.goAnim .adress {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.goAnim .name {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.goAnim .adress {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.block-offices .fade-in {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.3s ease-in-out 1s;
  -ms-transition: opacity 0.3s ease-in-out 1s;
  transition: opacity 0.3s ease-in-out 1s;
}
.block-offices.goAnim .fade-in {
  opacity: 1;
}

/*-------------------------------------------------------------------------
=404
-------------------------------------------------------------------------*/
.page-toload.page-404 .header {
  height: 100vh;
}

.page-404 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/*-------------------------------------------------------------------------
=RESPONSIVE
-------------------------------------------------------------------------*/
.btn-square-center-anim {
  white-space: nowrap;
}
span.hide-txt {
  color: inherit;
  font: inherit;
  display: inline;
}
.mobile .block-home-contact .header-grid h3 {
  text-align: center;
}
.mobile .block-home-contact .slideshow-txtLoop,
.mobile .block-home-contact .slideshow-txtLoop-slide,
.mobile .block-home-contact .grid-cell-2of1 {
  text-align: center;
  width: 100%;
}
.mobile .block-home-contact .slideshow-txtLoop-slide .slideshow-slide {
  width: 100%;
}
.mobile .block-home-contact .btn-square-center-anim {
  margin: 0 auto;
}
.mobile .block-home-contact .header-grid p {
  margin-top: 50px;
}

/** =MAX-HEIGHT 950px */
@media only screen and (max-height: 950px) {
  /** =CONTACT HOME **/
  #clock {
    margin: -320px 0 0 -80px;
  }
  .list-cities-adress {
    margin: -125px 0 0 0;
  }
  .list-cities-btn {
    margin: -25px 0 0 0;
  }
}

/** =MAX-WIDTH 480px */
@media only screen and (max-width: 480px) {
  .header {
    display: block;
    width: 100%;
    /*height: 400px!important;*/
    padding: 0;
    margin: 0;
  }
  .header-grid,
  .no-flexbox .header-grid {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    top: 50%;
    display: block;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .block-bg-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .no-flexbox .combo .block-bg-cover .element-cover {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100% !important;
    height: initial !important;
    min-height: initial !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .no-flexbox .header .block-bg-cover .element-cover,
  .no-flexbox .block-home-contact .block-bg-cover .element-cover {
    display: block;
    position: absolute;
    /*left: 0!important;*/
    top: 0;
    width: initial !important;
    max-width: initial !important;
    height: 100% !important;
  }

  .no-flexbox .header-grid .grid-cell {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  .instagram-wrapper {
    margin-bottom: 35px;
  }
  .instagram-wrapper:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 35px;
    content: '';
    left: 0;
    bottom: -35px;
    background-color: #312925;
  }
  .no-flexbox .list-centered li {
    display: block;
    width: 100%;
  }
}

/** =MAX-WIDTH 1600px */
@media only screen and (max-width: 1600px) {
  /*-------------------------------------------------------------------------
    =HOME
  -------------------------------------------------------------------------*/
  /** =INFO */
  .block-3column-home .extra-center {
    position: relative;
    max-width: 417px;
    width: 70%;
    margin: 30px 0 60px 30%;
  }
  .block-3column-home .view-center {
    left: auto;
  }
}

/** =MAX-WIDTH 1279px */
@media only screen and (max-width: 1279px) {
  /*-------------------------------------------------------------------------
    =HOME
  -------------------------------------------------------------------------*/
  /** =CONTACT HOME **/
  .block-home-contact {
    height: auto;
  }
  .block-3column-home .center h4 {
    font-size: 50px;
    line-height: 52px;
  }
  #clock {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  /*  .block-home-contact .list-cities {
    position: relative;
    margin: 390px auto 50px auto;
    max-width: 700px;
  }*/
  .list-cities-adress {
    position: relative;
    left: 0;
    top: 0;
    margin: 310px 0 0 0;
  }
  .list-cities-btn {
    position: relative;
    left: 0;
    top: 0;
    margin: 70px 0 0 0;
  }
  .block-home-contact .list-cities {
    position: relative;
    margin: 305px auto 50px auto;
    /*max-width: 700px;*/
  }

  /*-------------------------------------------------------------------------
  =Contacts
  -------------------------------------------------------------------------*/
  .contacts .block-content.block-offices {
    padding-left: 0;
    padding-right: 0;
  }
}

/** =MAX-WIDTH 1149px */
@media only screen and (max-width: 1149px) {
  .header-grid {
    margin: 0 35px;
  }
  .block-content,
  .block-content-full,
  .block-offices .grid-center-vh {
    padding-left: 35px;
    padding-right: 35px;
  }
  .slideshow-arrows.lft.on {
    left: 35px;
  }
  .slideshow-arrows.rgt {
    right: 35px;
  }

  /*-------------------------------------------------------------------------
  =HOME
  -------------------------------------------------------------------------*/
  /** =INFO */
  .block-3column-home .center {
    width: 100%;
    margin-bottom: 30px;
  }
  .block-3column-home .extra-center {
    position: relative;
    max-width: 290px;
    padding: 0;
    width: 35%;
    margin-left: 65%;
    margin-top: -30px;
  }
  .block-3column-home .grid-cell.combo {
    position: relative;
    height: auto;
  }
  .block-3column-home .grid-cell.lft {
    width: 50%;
    max-width: none;
    margin-right: 30px;
  }
  .block-3column-home .grid-cell.rgt {
    max-width: none;
    min-height: 460px;
    width: 50%;
  }
  .block-3column-home .grid-3col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-3column-home .grid-cell.top,
  .block-3column-home .grid-cell.bottom {
    /*    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;*/
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

/** =MAX-WIDTH 1024px */
@media only screen and (max-width: 1024px) {
  .block-content p {
    -webkit-text-size-adjust: 100%;
  }

  /*.grid-cell {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }*/
  .block-3column-home .grid-cell.lft {
    width: 50%;
  }

  .grid.width-max {
    display: block;
  }
  .grid-cell-1of3 {
    max-width: 70%;
  }

  .block-content .grid-cell-1of3 * {
    max-width: none;
  }
  .gutter-lft {
    margin-left: 0;
    margin-top: 70px;
  }
  .list-notes.gutter-lft {
    margin-left: 70px;
  }

  .list-numbers em {
    font-size: 80px;
    line-height: 80px;
  }
  .list-numbers span {
    font-size: 14px;
    line-height: 18px;
  }
  .list-numbers .sup {
    font-size: 37px;
    line-height: 37px;
  }
  .list-numbers .sup.rgt {
    top: 20px;
  }
  .list-numbers .sup {
    left: -20px;
  }

  .footer-like.carrers h3 {
    font-size: 50px;
  }

  /** =CONTENT EDITOR **/
  .content-editor .wp-caption-text {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .content-editor .wp-caption-text:before {
    left: 0px;
    right: auto;
  }

  .block-3column-home .grid-cell.combo {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  /** =ABOUT **/
  .bars-chart-v .grid-cell-1of3 {
    max-width: 33%;
  }
  .bars-chart-v .chart-bars {
    width: 30%;
    min-width: 780px;
    left: 30%;
  }

  /** =CARRERS **/
  .carrers-testemonials .grid-cell-1of3,
  .no-flexbox .carrers-testemonials .grid-cell-1of3 {
    margin: 0 auto;
    text-align: center;
  }
  .carrers-testemonials .bar:after {
    margin: 40px auto;
  }

  .carrers .list-entries {
    margin-left: 60px;
  }

  /** =NEWS **/
  .news .list-entries {
    margin-left: 60px;
  }

  /** =SECTORS **/
  #header-nav .page-name.sectors-pagename .btn-square svg.loader-sectors {
    display: none;
  }
  #header-nav .page-name.sectors-pagename .btn-square svg.icon-svg {
    display: inline;
  }
  .sectors-intro,
  .sectors-list > li,
  .sectors-list {
    position: relative;
  }

  .mobile .sector-pictogram img {
    max-width: 370px;
    max-height: 370px;
  }

  .sector-offers .grid-cell-1of3,
  .our-expertise .grid-cell-1of3 {
    margin: 0 auto;
    text-align: center;
  }
  .sector-offers .bar:after,
  .our-expertise .bar:after {
    margin: 40px auto;
  }

  .bars-chart .grid-cell-1of3,
  .chart-block .grid-cell-1of3 {
    max-width: 33%;
  }

  .chart-block .grid.width-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .chart-block .gutter-lft {
    margin-top: -50px;
  }

  .projects-list li .element img {
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
  }
  .projects-list li:hover .element img {
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
  }

  .footer-like.sectors .grid-cell-2of1 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  /** =NEWS **/
  .single-news .content-editor p.wp-caption-text {
    top: -60px;
    left: 0px;
    right: initial;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  /*-------------------------------------------------------------------------
  =MENU
  -------------------------------------------------------------------------*/
  .nav-main-wrapper {
    padding-left: 30%;
  }
  .shape-btn-lang {
    display: none;
  }

  .nav-lang {
    top: 48px;
  }
  .nav-lang li a {
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 14px 14px;
  }
  .nav-lang li a.on {
    border: 1px solid #ffffff;
  }

  .btn-login {
    left: 110px;
  }

  #header-nav .btn-login .btn-square-center-anim {
    font-size: 12px;
    padding: 0 16px;
  }

  #form-newsl {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  #form-newsl.on {
    margin-bottom: 10vh;
  }

  /*-------------------------------------------------------------------------
  =HOME
  -------------------------------------------------------------------------*/
  .block-home-contact .header-grid {
    display: block;
  }
  /*-------------------------------------------------------------------------
  =GERAL
  -------------------------------------------------------------------------*/

  .list-notes {
    /*padding: 0 20px;*/
    padding: 0;
  }

  /*Bug in width:100% fix*/
  .block-quotes .icon-svg {
    width: 102%;
    left: -1%;
    top: -1%;
  }
}

/** =MAX-WIDTH 800px */
@media only screen and (max-width: 800px) {
  /*-------------------------------------------------------------------------
  =HOME
  -------------------------------------------------------------------------*/
  /** =INFO */
  .block-3column-home .extra-center {
    position: relative;
    max-width: 417px;
    width: 70%;
    margin: 30px 0 60px 30%;
  }

  .chart-block .grid.width-max {
    display: block;
  }
  .chart-block .grid-cell-1of3 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .chart-block .bar:after {
    margin: 40px auto;
  }
  #pie-chart {
    width: 90vw;
    height: 90vw;
  }
  .chart-block .gutter-lft {
    margin-top: 40px;
  }
  #pie-chart:before {
    content: none;
    width: 115%;
    height: 115%;
    left: -7.5%;
    top: -7.5%;
    display: none;
  }
  #pie-chart:after {
    content: none;
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    display: none;
  }
  #pie-chart span:after {
    content: none;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    display: none;
  }

  .bars-chart .grid-cell-1of3 {
    max-width: 100%;
  }
}

/** =MAX-WIDTH 768px */
@media only screen and (max-width: 768px) {
  /*-------------------------------------------------------------------------
  =ABOUT
  -------------------------------------------------------------------------*/
  .bars-chart-v .chart-bars {
    min-width: 50%;
    width: 50%;
    padding: 0;
    left: 40%;
  }
  .bars-chart-v .chart-bars > div {
    width: 70px;
  }
  .bars-chart-v .chart-bars > div:before {
    left: 70px;
  }

  .list-numbers {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-numbers li {
    width: 50%;
    margin: 50px 0px;
  }

  /*-------------------------------------------------------------------------
  =SECTORS
  -------------------------------------------------------------------------*/
  .sector-pictogram img {
    width: 75%;
  }

  .projects-list h4 {
    font-size: 32px;
  }

  .chart-block .pie-chart-wrapper {
    margin-top: 80px;
  }

  .mobile-subtitle {
    display: block;
    opacity: 0;
    font: 700 12px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .chart-subtitle,
  .chart-value {
    display: none;
  }
  #pie-chart svg {
    margin-top: 40px;
  }
  /*-------------------------------------------------------------------------
  =MENU
  -------------------------------------------------------------------------*/
  #form-newsl {
    margin-bottom: 10vh;
  }

  .nav-lang {
    top: 46px;
  }

  /*-------------------------------------------------------------------------
  =GERAL
  -------------------------------------------------------------------------*/

  /** =BLOCK-QUOTES with ballon on top **/
  .block-quotes {
    font-size: 21px;
    line-height: 33px;
  }
  .block-quotes blockquote {
    margin: 0 auto 60px auto;
  }
  .block-quotes ul li {
    margin: 0 5px;
  }
  .block-quotes .pic {
    margin-right: 0;
  }
  .block-quotes .txt {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
  .block-quotes a {
    height: auto;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-quotes ul p {
    font-size: 12px;
  }
}

/** =MAX-WIDTH 667px */
@media only screen and (max-width: 667px) {
  /* =main nav site */
  .open-nav .btn-nav-main {
    background-color: transparent;
  }
  .id-primeit {
    width: 129px;
    height: 38px;
    top: 17px;
    right: 15px;
  }
  .id-shape {
    width: 130px;
  }
  .btn-burger {
    top: 18px;
    left: 15px;
  }
  #header-nav .page-name {
    top: 21px;
    left: 89px;
    display: none;
  }
  #header-nav .page-name.news-carrers-pagename {
    display: block;
  }
  #header-nav .page-name.news-carrers-pagename .btn-square,
  #header-nav .page-name.sectors-pagename .btn-square,
  #header-nav .page-name.programs-pagename .btn-square {
    width: 38px;
    height: 38px;
  }
  #header-nav .page-name.news-carrers-pagename .btn-square svg {
    margin-top: -1px;
  }
  .btn-nav-main {
    top: 21px;
    width: 80px;
    height: 38px;
  }
  .btn-burger .wrap {
    left: 22px;
    top: 0px;
  }
  .nav-main-wrapper {
    margin: 0;
    padding: 90px 15px 35px 15px;
    width: 100%;
  }
  .nav-main:after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: inherit;
    opacity: 0.8;
  }
  .designby {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 100;
    font-size: 12px;
    margin-top: 35px;
    text-align: center;
    width: 100%;
  }
  .nav-site {
    margin: 0;
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 38px;
    padding-left: 0px;
    text-align: center;
  }
  .nav-site li {
    margin: 12px 0;
  }
  .nav-lang {
    position: relative;
    top: auto;
    margin: 0;
    /*
    Descomentar a linha seguinte quando colocarem as línguas online
    Por causa dos alinhamentos do menu em flex, não foi possível retirar completamente
    o elemento <ul> do menu.
    */
    /*margin-bottom: 50px;*/
    width: 100%;
    text-align: center;
  }
  .nav-lang li {
    margin: 0;
  }
  .header-grid {
    display: block;
    margin: 0 15px;
    text-align: left;
  }
  .home .header-grid h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .nav-social {
    margin-top: 70px;
    text-align: center;
  }
  #form-newsl {
    height: auto;
    margin-bottom: 35px;
  }
  .block-content {
    padding: 30px 15px;
  }
  .block-content h3 {
    font-size: 48px;
    line-height: 54px;
  }
  .width-normal {
    max-width: 100%;
  }
  .block-bg-cover .element,
  .block-bg-cover .element img {
    max-height: 100vh;
  }
  .block-content-fit {
    padding: 0;
  }
  .block-content.padding-notop {
    padding: 0 15px;
  }

  .footer-like.sectors {
    padding: 50px 15px;
  }
  .footer-like.sectors .grid-cell-2of1 {
    font-size: 40px;
  }
  .footer-like.sectors .icon-svg {
    width: 60px;
  }

  .btn-login {
    display: none;
  }
  .btn-line-through:after {
    height: 6px;
    left: -4px;
  }
  .id-shape-type {
    width: 91px;
  }

  #form-newsl {
    float: none;
  }
  #form-newsl,
  #form-newsl input {
    height: 30px;
  }
  #form-newsl label,
  #form-newsl input {
    font: 400 18px/18px 'Montserrat', Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
  }
  #form-newsl label {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  #form-newsl .btn-submit {
    position: relative;
    margin: 0 auto;
    right: auto;
    top: 15px;
    display: block;
  }
  #form-newsl.on label {
    -webkit-transform: translate3d(0, -25px, 0) scale3d(0.6, 0.6, 1);
    -ms-transform: translate3d(0, -25px, 0) scale3d(0.6, 0.6, 1);
    transform: translate3d(0, -25px, 0) scale3d(0.6, 0.6, 1);
  }
  #form-newsl.on {
    margin-bottom: 20vh;
  }
  .nav-social li {
    margin-right: 0;
  }
  .nav-social .icon-svg {
    width: 26px;
  }
  .nav-social .twitter .icon-svg {
    width: 28px;
  }
  .nav-social .facebook .icon-svg {
    width: 14px;
  }

  /*-------------------------------------------------------------------------
  =HOME
  -------------------------------------------------------------------------*/
  .block-3column-home .grid-3col {
    margin: -90px auto 0 auto;
  }
  .block-3column-home .grid-cell.combo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-3column-home .grid-cell.lft,
  .no-flexbox .block-3column-home .grid-cell.lft {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .block-3column-home .grid-cell.rgt,
  .no-flexbox .block-3column-home .grid-cell.rgt {
    width: 100% !important;
  }
  .block-3column-home {
    font: 400 16px/26px 'Montserrat', Helvetica, Arial, sans-serif;
  }

  .block-3column-home .grid-cell {
    width: 100%;
  }
  .block-3column-home .center {
    width: 100%;
    margin-bottom: 10px;
    padding: 38px 20px;
  }
  .block-3column-home .center h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .block-3column-home .grid-cell.top,
  .block-3column-home .grid-cell.bottom {
    padding: 18px 20px;
  }
  .block-3column-home .grid-cell.top {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .block-3column-home .grid-cell.top h4 {
    font-size: 38px;
    line-height: 38px;
  }
  .block-3column-home .grid-cell.center h4 {
    font-size: 40px;
    line-height: 42px;
  }
  .block-3column-home .grid-cell.rgt h4 {
    max-width: none;
    font-size: 32px;
    padding: 40px 0 0 20px;
  }
  .block-3column-home .extra-center {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin: 30px 0 50px 0;
  }
  .block-3column-home .view-center {
    position: relative;
    left: 0;
    max-width: 100%;
    bottom: auto;
  }
  .block-3column-home .grid-3col {
    margin: -120px auto 0 auto;
  }
  .block-3column-home:before {
    top: 0;
  }
  .block-3column-home .grid-cell.bottom h5 {
    font-size: 18px;
    line-height: 25px;
  }

  /** =List Centered **/
  .list-centered {
    margin: 50px 0 0 0;
  }
  .list-centered li {
    width: 50%;
    min-width: 50%;
    margin: 0;
  }
  .slideshow-slick.slick-slider li {
    min-width: 0;
  }
  .list-notes,
  .no-flexbox .carrers-testemonials .list-notes {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  .list-notes.gutter-lft {
    margin-left: 0px;
    margin-bottom: 70px;
  }
  .no-flexbox .carrers-testemonials .grid-cell.gutter-lft {
    width: 100%;
    margin-left: 0;
  }

  .grid-cell-1of3,
  .no-flexbox .carrers-testemonials .grid-cell-1of3 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .bar:after {
    margin: 40px auto;
  }

  .list-clients a,
  .list-clients.links a {
    min-width: 170px;
  }

  /* =slide navigation */
  .slideshow-nav-line {
    bottom: 80px;
  }
  .home .header-grid p,
  .mobile .block-home-contact .header-grid p {
    margin-top: 30px;
  }
  .slideshow-header .header-grid.slideshow-slide-wrapper {
    min-height: 170px;
  }
  .block-quotes .pic {
    width: 66px;
    height: 66px;
  }

  .block-home-contact {
    min-height: 100vh;
  }
  /*.block-home-contact p.list-centered {
    -webkit-justify-content: flex-start;
              -ms-flex-pack: flex-start;
            justify-content: flex-start;
  }*/
  .block-home-contact .designby {
    bottom: 25px;
  }
  .slideshow-txtLoop,
  .slideshow-txtLoop-slide,
  .grid-cell-2of1 {
    text-align: center;
    width: 100%;
  }
  .slideshow-txtLoop-slide .slideshow-slide {
    width: 100%;
  }
  .btn-square-center-anim,
  .block-offices .list-cities-btn .btn-square-center-anim {
    margin: 0 auto;
  }
  .block-offices .list-cities-btn .btn-square-center-anim {
    margin-bottom: 24px;
  }
  .header-grid p {
    text-align: center;
  }

  /*-------------------------------------------------------------------------
  =ABOUT - TEAM
  -------------------------------------------------------------------------*/
  /*.list-team li.list-team-value h3 { font-size: 42px;}*/
  .list-numbers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-numbers li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 48%;
    min-width: 48%;
    margin: 10px 0 80px 0px;
  }
  .list-numbers li:first-of-type {
    margin-top: 0px;
  }
  .list-numbers span {
    margin-top: 20px;
  }
  .list-numbers em {
    font-size: 100px;
  }

  /*-------------------------------------------------------------------------
  =CARRERS
  -------------------------------------------------------------------------*/
  .carrers-testemonials .grid {
    display: block;
  }

  .offers-academy {
    height: 60px;
  }
  .offers-academy li {
    font-size: 12px;
    line-height: 60px;
  }
  ul.carrer-meta li {
    margin: 0;
  }

  .block-content h3.news-title {
    font: 700 32px/42px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  ul.carrer-meta li {
    font-size: 12px;
  }

  .carrer-form p.carrer-input-left,
  .carrer-form p.carrer-input-right,
  .carrer-form div p {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 18px;
  }
  .carrer-form div {
    padding: 0;
  }
  .carrer-form p input,
  .carrer-form p select,
  .carrer-availability-label {
    font: 400 18px/60px 'Montserrat', Helvetica, Arial, sans-serif;
    height: 60px;
    padding: 0px 30px;
  }
  .carrer-form p .carrer-file-name {
    font: 400 18px/60px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .carrer-form p .add-file {
    width: 60px;
    height: 60px;
  }
  .carrer-form p .carrer-file-name {
    width: calc(100% - 60px);
    font: 400 18px/60px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .carrer-form p > span {
    height: 60px;
  }

  /*-------------------------------------------------------------------------
  =NEWS
  -------------------------------------------------------------------------*/
  .news .list-entrie.header-entrie p,
  .single-news .list-entrie.header-entrie p {
    display: none;
  }
  .news .header-entrie .entrie-left,
  .single-news .header-entrie .entrie-left {
    min-height: 160px;
  }

  .news .search-news {
    font: 400 28px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  div#attachment_403.wp-caption {
    max-width: 100%;
  }

  .single-news .content-editor p {
    font: 400 20px/30px 'PT Serif', serif;
  }

  .single-news .news-share {
    text-align: center;
  }
  .single-news .news-share li:first-child {
    display: block;
    margin: 0 0 20px 0;
  }
  .single-news .news-share li:not(:first-child) {
    margin: 0px 5px;
    text-align: left;
  }
  .single-news .header .block-content,
  .single-carrers .header .block-content {
    text-align: center;
    padding-top: 133px;
    padding-bottom: 133px;
  }
  .single-news .list-entrie:first-of-type {
    margin-top: 70px;
  }
  .single-news .content-editor .size-full {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /*-------------------------------------------------------------------------
  =SECTORS
  -------------------------------------------------------------------------*/
  .chart-subtitle {
    display: none;
  }
  .chart-block .pie-chart-wrapper {
    margin-top: 50px;
  }

  .bars-chart .grid-cell-1of3,
  .chart-block .grid-cell-1of3 {
    max-width: 100%;
  }
  .iphone.safari .sectors-list {
    height: calc(200vh - 138px);
  }
  .sectors-list li h3 {
    opacity: 0;
    padding: 0 20px;
    font-size: 24px;
    letter-spacing: 2px;
  }
  .mobile .sector-pictogram img {
    max-width: 100%;
    max-height: 100%;
  }
  .sector-shadow {
    display: none;
  }
  .sectors-list > li h3 {
    opacity: 1;
  }
  .sectors-list > li:hover h3 {
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0px);
    -ms-transform: translateX(-50%) translateY(0) translateZ(0px);
    transform: translateX(-50%) translateY(0) translateZ(0px);
  }

  .sectors-list li h3 {
    bottom: 0px;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px);
    -ms-transform: translateX(-50%) translateY(0px) translateZ(0px);
    transform: translateX(-50%) translateY(0px) translateZ(0px);
    padding: 18px;
    background-color: rgb(84, 229, 13);
    color: #fff;
    display: inline;
    width: 100%;
    text-align: center;
  }

  .sector-pictogram img {
    width: 100%;
  }
  .sector-offers .grid {
    display: block;
  }
  .sector-subtitle {
    left: 20px;
  }

  #pie-chart .pie-title {
    font: 700 26px/30px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  #pie-chart .pie-title span {
    font: 700 18px/30px 'Montserrat', Helvetica, Arial, sans-serif;
  }

  /*-------------------------------------------------------------------------
  =CONTACTS
  -------------------------------------------------------------------------*/
  .list-centered.cities {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
  .list-centered.cities li {
    width: 45%;
    min-width: 45%;
  }
  .slideshow-arrows-wrapper {
    display: none;
  }
  .contacts .block-content.block-offices {
    padding: 0;
  }
  .block-offices .grid-center-vh {
    padding: 0 15px;
  }
  .block-offices .picto-city svg {
    width: 100%;
  }
  .block-offices .grid-center-vh {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-offices .grid-center-vh .grid-cell:nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-offices .picto-city {
    margin: 60px auto 40px auto;
  }
  .block-offices .picto-city h4 {
    margin: 20px 0;
    font: 400 28px/40px 'Montserrat', Helvetica, Arial, sans-serif;
  }

  ul.list-cities-btn.fade-in {
    margin-top: 80px;
  }
  ul.list-cities-btn a {
    color: #ffffff;
  }

  .contacts .header-grid em.header-subtitle {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  /*-------------------------------------------------------------------------
  =MODAL
  -------------------------------------------------------------------------*/

  #lightbox header {
    max-height: 50vh;
  }
  #lightbox-wrapper {
    z-index: 99;
  }
  #lightbox .btn-close-modal {
    position: fixed;
    top: 21px;
    left: 95px;
    right: initial;
    width: 38px;
    height: 38px;
    background-color: #6e452f;
  }
  #lightbox .btn-close-modal svg {
    width: 14px;
  }
  #lightbox .title h2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 70px;
  }
  #lightbox .title h3 {
    font: 400 38px/48px 'Playfair Display', Helvetica, Arial, sans-serif;
  }
  /*-------------------------------------------------------------------------
  =GERAL
  -------------------------------------------------------------------------*/
  .safari .slideshow-blockquotes .slideshow-slide-wrapper {
    height: 170px !important;
  }

  .header-grid p {
    font-size: 48px;
    line-height: 48px;
  }
  .block-content h3 {
    font-size: 40px;
  }
  .list-filters {
    display: none;
  }
  .carrers .list-entries,
  .news .list-entries {
    margin-left: 0;
  }
  .header-entrie .entrie-right {
    display: none;
  }
  .header-entrie .entrie-left {
    padding: 30px 30px;
  }
  .list-entrie .header-entrie h4,
  .list-entrie.header-entrie h4 {
    font: 400 18px/22px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .header-entrie ul.info li {
    font-size: 12px;
  }
  .list-entrie .content-editor {
    padding: 20px 30px 50px;
  }
  .content-editor h4 {
    margin-top: 30px;
  }
  .content-editor ul li,
  .content-editor p,
  .single-carrers .content-editor ul li,
  .single-carrers .content-editor p {
    font: 400 14px/24px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .btn-square {
    width: 60px;
    height: 60px;
  }

  .block-quotes .txt {
    font-size: 12px;
  }
  .block-quotes ul p {
    font-size: 10px;
  }

  .block-quotes img {
    margin: 1%;
    max-width: 98%;
  }
  .header-grid h3 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-grid p {
    margin-top: 20px;
  }

  .list-circle-centered h5 {
    text-align: center;
  }
  .list-circle-centered li {
    margin: 30px 0 0 0;
    width: 50%;
  }

  #lightbox .content {
    padding: 40px;
  }

  .btn-wanted {
    display: none;
  }
  /*.page-name { display: none; }*/

  #header-nav .dropdown-wrapper {
    top: 0;
    left: 0;
  }

  .page-toload:not(.home) .header {
    height: 100vh;
  }
  .iphone.safari .page-toload.single-sectors .header {
    height: calc(100vh - 60px);
  }

  .page-toload.single-carrers .header,
  .page-toload.single-news .header {
    height: 50vh;
  }
  .chart-block.bars-chart {
    position: relative;
    padding: 60px 15px 0px 15px;
  }
  .bars-chart-v .chart-bars {
    width: 80%;
    min-width: initial;
    padding: 0;
    left: 0;
    position: relative;
    height: 400px;
    margin: 0 auto 0 14px;
  }
  .bars-chart-v .chart-bars > div:before {
    left: 60px;
  }
  .bars-chart-v .chart-bars > div {
    width: 60px;
  }
  .chart-divisions {
    position: absolute;
    height: 400px;
    top: initial;
  }
  .chart-value {
    font: 700 40px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .chart-subtitle {
    display: none;
  }

  .footer-like.about h3,
  .footer-like.carrers h3 {
    font: 400 40px/40px 'Montserrat', Helvetica, Arial, sans-serif;
  }

  /* =Slick Slider*/
  .slideshow-slick.slick-slider.links a {
    min-width: 100%;
  }
  .slideshow-slick.list-centered span {
    /*padding: 0 20px;*/
  }
  .slideshow-slick.list-centered li div.shape-btn-border {
    display: none;
  }

  /* =Next block button*/
  .next-wrapper {
    display: block;
    left: 50%;
    margin: 0;
    z-index: 10;
    -webkit-transform: translate3d(-50%, 0, 0) scale(0.9);
    -ms-transform: translate3d(-50%, 0, 0) scale(0.9);
    transform: translate3d(-50%, 0, 0) scale(0.9);
  }
}

/** =MAX-WIDTH 375px */
@media only screen and (max-width: 375px) {
  /*= main-nav*/

  .nav-social .icon-svg {
    width: 24px;
  }
  .nav-social .utube .icon-svg {
    width: 35px;
    height: 35px;
  }
  .nav-social .twitter .icon-svg {
    width: 30px;
    height: 30px;
  }
  /*-------------------------------------------------------------------------
  =ABOUT
  -------------------------------------------------------------------------*/

  /** =TEAM =List **/
  .list-team li.list-team-value div {
    padding: 30px 20px;
  }
  .list-team li.list-team-value,
  .list-team li.list-team-person {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 280px;
  }
  /*.list-team li.list-team-person div {
    opacity: 1;
    height: auto;
    top: auto;
    bottom: 0;
  }*/

  .list-numbers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-numbers li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    min-width: 100%;
    margin: 10px 0 80px 0px;
  }
  .list-numbers li:first-of-type {
    margin-top: 0px;
  }
  .list-numbers span {
    margin-top: 20px;
  }
  .list-numbers em {
    font-size: 100px;
  }

  /*-------------------------------------------------------------------------
  =GERAL
  -------------------------------------------------------------------------*/
  .safari .slideshow-blockquotes .slideshow-slide-wrapper {
    height: 320px !important;
  }

  .bars-chart-v .chart-value {
    top: -40px;
    font: 700 32px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .bars-chart-v .chart-subtitle {
    top: -120px;
    -webkit-transform: translateY(-60px) translateX(-50%);
    -moz-transform: translateY(-60px) translateX(-50%);
    -ms-transform: translateY(-60px) translateX(-50%);
    transform: translateY(-60px) translateX(-50%);
  }
  .bars-chart-v .chart-bars > div:hover .chart-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .chart-subtitle p {
    font: 700 10px 'Montserrat', Helvetica, Arial, sans-serif;
  }
  .bars-chart-v .chart-bars > div:before {
    left: 45px;
  }
  .bars-chart-v .chart-bars > div {
    width: 45px;
  }

  /*}*/

  /*-------------------------------------------------------------------------
  =GERAL
  -------------------------------------------------------------------------*/
  .sector-pictogram img {
    width: 75%;
  }

  /*-------------------------------------------------------------------------
  =GERAL
  -------------------------------------------------------------------------*/
  .bars-chart-v .chart-bars > div:before {
    left: 40px;
  }
  .bars-chart-v .chart-bars > div {
    width: 40px;
  }
  .bars-chart-v .chart-value {
    font: 700 26px 'Montserrat', Helvetica, Arial, sans-serif;
  }
}

/** =MAX-WIDTH 320px */
/*@media only screen and (max-width: 320px) {
  .block-3column-home .grid-cell.lft {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .block-3column-home .grid-cell .grid-cell.lft,
  .block-3column-home .grid-cell .grid-cell.lft {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .block-3column-home .grid-cell.combo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}*/

/** =ABOUT LIST TEAM SPECIFIC */
@media only screen and (max-width: 1424px) and (min-width: 1281px) {
  .list-team li.list-team-value div {
    padding: 10px 40px 0 40px;
  }
  /*.list-team li.list-team-value h3 {
    font-size: 42px;
    line-height: 30px;
  }*/
  .list-team li.list-team-value div p {
    font-size: 14px;
  }
}

/*.list-team li.list-team-person div, .list-team li.list-team-person div h3 {opacity: 1;}*/
@media only screen and (max-height: 360px) {
  .header,
  .page-toload:not(.home):not(.single-sectors) .header,
  .block-home-contact {
    height: 100%;
    min-height: 360px;
  }
  .header {
    padding-top: 80px;
    height: 360px;
    padding: 0;
    margin: 0;
  }
  .header-grid {
    margin: 0;
  }

  .btn-square-center-anim {
    display: inline-block;
    position: relative;
    margin: 0 auto;
  }
  .block-offices .list-cities-btn .btn-square-center-anim {
    display: block;
    margin: 10px 0 0 0;
  }
  .slideshow-nav-line {
    bottom: 40px;
  }

  .home .list-team {
    display: none;
  }
  .home .list-team-quote {
    display: block;
    position: relative;
    height: auto;
  }
  .next-wrapper,
  .chart-bars {
    display: none;
  }

  .list-team li.list-team-person div h3 {
    text-align: left;
    width: 100%;
  }
  .list-team li.list-team-person div span {
    text-align: left;
    width: 100%;
    display: block;
  }
  .block-3column-home .grid-3col {
    margin: -50px auto 0 auto;
  }
  .home .header-grid h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
