@charset "UTF-8";
/*

    1. BASE
    reset
    base

    2. Element
    Loader
    Button
    Icon
    Header
    Navigator

    3. Sections
    Intro
    Servicios
    Tools
    Maps
    Awards
    Portfolio

    4. Layout
    Inner project

    5. Animations
    General

    6. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
@font-face {
  font-family: "Graphik-Regular";
  src: url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Graphik-Light";
  src: url("../fonts/Graphik-Light.ttf") format("truetype"), url("../fonts/Graphik-Light.woff") format("woff"), url("../fonts/Graphik-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Graphik-Medium";
  src: url("../fonts/Graphik-Medium.ttf") format("truetype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Graphik-Semibold";
  src: url("../fonts/Graphik-Semibold.ttf") format("truetype"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Graphik-Bold";
  src: url("../fonts/Graphik-Bold.ttf") format("truetype"), url("../fonts/Graphik-Bold.woff") format("woff"), url("../fonts/Graphik-Bold.woff2") format("woff2");
  font-weight: bold;
}
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Graphik-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* headings */
h1,
h2,
h3,
h4,
blockquote,
h5,
h6 {
  font-weight: lighter;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.5px;
}

h1,
h2 {
  font-size: 65px;
  line-height: 65px;
}

h3 {
  font-size: 75px;
  line-height: 75px;
}

h4 {
  font-size: 45px;
  line-height: 45px;
}

h5 {
  font-size: 32px;
  line-height: 32px;
}

/* outline */
*:focus {
  outline: none !important;
}

/* Placeholder */
/* firefox 19+ */
/* ie */
/* Selection */
::selection {
  background: rgba(146, 68, 90, 0.99);
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: rgba(146, 68, 90, 0.99);
  color: #fff;
  opacity: 1 !important;
}

/* img */
.img,
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  width: 100%;
  max-width: 100%;
}

/* col reset */
.col-reset {
  padding: 0;
}

/* Format */
strong {
  font-family: "Graphik-Semibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
main.main--overflow {
  overflow: hidden;
}
main.main--overflowX {
  overflow-x: hidden;
}

.shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

/* module */
.module {
  background: #fff;
  width: 100%;
}
.module.module--overflow {
  overflow: hidden;
}
.module.module--color1 {
  background: #191919;
}
.module.module--color1 * {
  color: #fff;
}
.module.module--color2 {
  background: #000;
}
.module.module--color2 * {
  color: #fff;
}
.module.module--padding {
  padding: 170px 0;
}
.module.module--padding-top {
  padding-top: 170px;
}
.module.module--padding--90 {
  padding: 170px 0;
}
.module.module--padding--70 {
  padding: 70px 0;
}

.module__subtitle {
  margin-bottom: 120px;
}
.module__subtitle p {
  font-size: 20px;
  line-height: 35px;
}
.module__subtitle h3 {
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 25px;
}

/* Body on menu open */
body.active {
  overflow: hidden;
}

/* ------------------------------------------------------------
     LOADER 
------------------------------------------------------------ */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #191919;
}

#logo-outline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: auto;
}
#logo-outline svg {
  width: 100%;
}

.logo__fill {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: auto;
  display: none;
}

/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
a {
  color: #92445a;
  transition: 0.4s all ease-in-out;
}

.btn {
  display: inline-block;
}

.btn--type1 {
  text-decoration: none;
  color: #828080;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0;
}
.btn--type1 i {
  margin-left: 10px;
}
.btn--type1:hover {
  color: #fff;
}

/* ------------------------------------------------------------
     ICON 
------------------------------------------------------------ */
.icon {
  display: inline-block;
}

.icon--next {
  background: url(../images/icon/next.svg) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.icon--map {
  background: url(../images/icon/pin.svg) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.icon--map:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: block;
  order: 3;
  position: relative;
  top: 23px;
  left: 10px;
}
.icon--map:before {
  content: "";
  width: 1px;
  height: 70px;
  border-left: 1px dashed #fff;
  display: block;
  position: relative;
  top: 24px;
  left: 12px;
}

/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 40px 0;
}
header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo main */
.logo-main {
  width: 90px;
  height: 62px;
  display: block;
  position: relative;
}
.logo-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  transition: 0.4s all ease-in-out;
}
.logo-main .logo__black {
  opacity: 0;
}
.logo-main.light .logo__black {
  opacity: 1;
}
.logo-main.light .logo__white {
  opacity: 0;
}
.logo-main.dark .logo__black {
  opacity: 0;
}
.logo-main.dark .logo__white {
  opacity: 1;
}

/* toggle */
.toggle-main {
  color: #fff;
  background: transparent;
  border: 0;
  position: relative;
  width: 65px;
  height: 30px;
  padding: 0;
  text-align: left;
  display: flex;
  z-index: 10;
  right: 15px;
}
.toggle-main.active {
  color: #191919;
}
.toggle-main.active .toggle__item:nth-of-type(1), .toggle-main.active .toggle__item:nth-of-type(3) {
  top: 10px;
}
.toggle-main.active:hover {
  color: #191919;
}
.toggle-main.light:not(.active) {
  color: #191919;
}
.toggle-main.light:not(.active):hover {
  color: #807d7d;
}
.toggle-main.dartk:not(.active) {
  color: #fff;
}
.toggle-main.dartk:not(.active):hover {
  color: #807d7d;
}
.toggle-main:hover {
  color: #fff;
}

.toggle__item {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #828080;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s all ease-in-out;
}
.toggle__item:nth-of-type(2) {
  top: 10px;
}
.toggle__item:nth-of-type(3) {
  top: 20px;
}

/* menu */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all ease-in-out;
}
.menu.active {
  opacity: 1;
  pointer-events: auto;
}
.menu.active .menu__inner {
  right: 0;
}

.menu__inner {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -100%;
  top: 0;
  transition-delay: 1s;
  transition: 0.8s all ease-in-out;
}

.menu__link .menu__link-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__link .menu__link-item li {
  width: 100%;
  margin-bottom: 30px;
}
.menu__link .menu__link-item li:last-child {
  margin-bottom: 0;
}
.menu__link .menu__link-item li a {
  font-size: 24px;
  font-family: "Graphik-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  align-items: center;
  color: #191919;
}
.menu__link .menu__link-item li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #92445a;
  border-radius: 50%;
  margin-right: 10px;
}
.menu__link .menu__link-item li a:hover, .menu__link .menu__link-item li a.active {
  text-decoration: none;
  color: #92445a;
}

.menu__social {
  width: 100%;
  padding-top: 40px;
}
.menu__social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__social ul li {
  display: inline-block;
}
.menu__social ul li:first-child:after {
  content: ".";
  margin: 0 10px;
  display: inline-block;
}
.menu__social ul li a {
  color: #000;
}
.menu__social ul li a:hover {
  color: #92445a;
  text-decoration: none;
}

/* ------------------------------------------------------------
     NAVIGATOR BAR
------------------------------------------------------------ */
.navigator-bar {
  width: 330px;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: relative;
}

.navigator__module {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 25px;
}

.navigator__indicator {
  width: 8px;
  height: 8px;
  background: #92445a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 1;
  opacity: 0;
}

progress {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border: none;
  background: transparent;
  z-index: 2000;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: #92445a;
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: #92445a;
  background-attachment: fixed;
}

/* ------------------------------------------------------------
     INTRO
------------------------------------------------------------ */
.hero-image {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #191919;
}
.hero-image,
.hero-image .hero__container {
  height: 100vh;
  min-height: 700px;
}

.hero__article h1 {
  margin: 0;
}

.hero__video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.hero__container {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.hero__bottom {
  position: relative;
  padding: 50px 0 80px 0;
  margin-top: 60px;
}
.hero__bottom article {
  position: relative;
  z-index: 1;
}
.hero__bottom article p {
  font-size: 17px;
  margin-bottom: 20px;
}
.hero__bottom:before {
  content: "";
  background: rgba(25, 25, 25, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
}

/* Btn scroll */
.btn--scroll {
  position: absolute;
  bottom: 20px;
  left: 40px;
  text-transform: uppercase;
  z-index: 3;
  color: #fff;
  transform: rotate(269deg);
  transform-origin: left center;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.btn--scroll:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  margin-right: 12px;
  animation: MoveUpDown 2s cubic-bezier(0.4, 0, 0.57, 0.92) infinite;
  position: relative;
}
.btn--scroll:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #828080;
}

@keyframes MoveUpDown {
  0%, 100% {
    left: 5px;
  }
  50% {
    left: -10px;
  }
}
/* ------------------------------------------------------------
     SERVICIO 
------------------------------------------------------------ */
.service__title {
  width: 100%;
}

.service__placeholder {
  width: 650px;
  height: 650px;
  top: -40px;
  left: -100px;
  position: relative;
}

.service__image {
  width: 650px;
  height: 650px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: 0.4s all ease-in-out;
  top: 0;
  left: 0;
}
.service__image img,
.service__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service__image.active {
  opacity: 1;
}

.service__label {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service__text {
  font-size: 20px;
}

/* Services tab */
#services-tab {
  width: 100%;
}
#services-tab .nav-link {
  background: transparent;
  padding: 0;
  color: #828080;
  margin: 35px 0;
}
#services-tab .nav-link.active {
  color: #191919;
}
#services-tab .nav-link.active:before {
  opacity: 1;
  transform: scale(1);
}
#services-tab .nav-link:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #92445a;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
  position: absolute;
  left: -20px;
  top: 26%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s all ease-in-out;
  transform: scale(0);
}
#services-tab .nav-link:hover {
  color: #191919;
}
#services-tab .nav-link * {
  text-transform: uppercase;
}
#services-tab .nav-link p {
  margin: 0;
  font-size: 40px;
  line-height: 30px;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#services-tab .nav-link small {
  font-size: 15px;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#services-tabContent {
  margin-top: -110px;
}

.tab__inner .row {
  align-items: flex-end;
}

.tab__article {
  background: #191919;
  color: #fff;
  padding: 40px 100px;
}
.tab__article h6,
.tab__article p {
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}

.tab__tag {
  background: rgba(146, 68, 90, 0.95);
  color: #fff;
  height: 240px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tab__tag div {
  width: 100%;
}
.tab__tag p {
  font-size: 120px;
  line-height: 100px;
  margin-bottom: 10px;
}
.tab__tag small {
  font-size: 24px;
  line-height: 22px;
  left: 7px;
  position: relative;
  text-transform: uppercase;
}
.tab__tag * {
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.service__tab {
  padding-top: 90px;
}

/* ------------------------------------------------------------
     TOOLS
------------------------------------------------------------ */
.tool__link {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}
.tool__link:last-child {
  margin-bottom: 0;
}
.tool__link img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  object-position: center;
  margin-right: 30px;
}
.tool__link h5 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Graphik-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tool__link h5 strong {
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tool__link:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #92445a;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
  position: absolute;
  left: -40px;
  top: 30%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s all ease-in-out;
  transform: scale(0);
}
.tool__link.active:before {
  opacity: 1;
  transform: scale(1);
}

.tools-block .row {
  align-items: center;
}

.tool__contain img {
  width: 239px;
  margin-top: 20px;
}

/* ------------------------------------------------------------
     MAP 
------------------------------------------------------------ */
.map-element {
  margin: 0;
  padding: 0;
  width: 650px;
  position: relative;
}

.map__main {
  width: 80%;
  position: relative;
  z-index: 1;
}

.map__back {
  width: 70%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.map-block .row {
  align-items: center;
}

.map__list {
  padding: 40px 0 0 0;
  margin: 0;
  list-style: none;
}
.map__list li {
  padding: 0;
  margin-bottom: 30px;
}
.map__list li p {
  text-transform: uppercase;
  margin: 0;
  font-size: 21px;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.map__list li.active p {
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.map__list li.current p {
  color: #92445a;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.map__list-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.map__list-pin i {
  position: absolute;
  opacity: 1;
}
.map__list-pin i.active {
  opacity: 1;
}
.map__list-pin i.map--usa {
  top: 150px;
  left: 179px;
}
.map__list-pin i.map--mxn {
  top: 210px;
  left: 199px;
}
.map__list-pin i.map--arg {
  top: 400px;
  left: 329px;
}
.map__list-pin i.map--per {
  top: 340px;
  left: 279px;
}
.map__list-pin i.map--col {
  top: 280px;
  left: 299px;
}
.map__list-pin i.map--chil {
  top: 420px;
  left: 304px;
}
.map__list-pin i.map--pan {
  top: 260px;
  left: 260px;
}

/* ------------------------------------------------------------
     AWARDS
------------------------------------------------------------ */
.award__text {
  margin-bottom: 25px;
  text-align: center;
}
.award__text h4 {
  font-size: 35px;
  font-family: "Graphik-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.award__text p  {
  margin-bottom: 0;
}

.award__image {
  width: 70%;
  height: 130px;
  margin: 0 auto;
}
.award__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.award__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.award__list p {
  margin-bottom: 0;
}

.award-list__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.award-list__item:last-child {
  margin-bottom: 0;
}

.award-list__year {
  margin-right: 30px;
}

.award-list__right {
  border-left: 1px solid #92445a;
}

.award-list__image {
  width: 214px;
  margin: 0 auto 80px auto;
}
.award-list__image.award--horizontal-image {
  width: 100px;
}
.award-list__image:last-child {
  margin-bottom: 0;
}
.award-list__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.award-list__right {
  padding-left: 70px;
}

.award-list__block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.award__row {
  align-items: center;
}

/* ------------------------------------------------------------
     EXPERIENCE
------------------------------------------------------------ */
.slider-block__list {
  float: left;
}
.slider-block__list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.slider-block__item {
  display: flex;
}

.slider-block__info {
  background: #92445a;
  color: #fff;
  display: flex;
  padding: 30px 0 0 35px;
  float: left;
  min-height: 360px;
}
.slider-block__info p {
  position: relative;
  top: -10px;
  margin-right: 10px;
}
.slider-block__info h4 {
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.slider-block__span {
  display: flex;
  align-items: center;
}
.slider-block__span img {
  width: 114px;
  height: 54px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}

.slider-block {
  width: 100%;
}
.slider-block .slick-track {
  padding-top: 120px;
}
.slider-block .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  z-index: 2;
}
.slider-block .slick-arrow.slick-prev {
  right: 160px;
  background: url(../images/icon/prev.svg) center no-repeat;
  background-size: 100%;
}
.slider-block .slick-arrow.slick-next {
  right: 102px;
  background: url(../images/icon/next.svg) center no-repeat;
  background-size: 100%;
}
.slider-block .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* ------------------------------------------------------------
     TESTIMONIALES 
------------------------------------------------------------ */
.testimoniales {
  position: relative;
}

.testimoniales__title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  z-index: 2;
}

.testimoniales__info {
  background: #242424;
  padding: 80px 60px;
  margin-bottom: 70px;
}

.testimonial__bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.testimonial__name p,
.testimonial__name h5 {
  margin: 0;
}
.testimonial__name h5 {
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.testimonial__logo img {
  width: 110px;
}

.testimonial__photo {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 200px;
  height: 200px;
}
.testimonial__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial__photo:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #92445a;
  position: absolute;
  left: -8px;
  bottom: 10px;
}

/* sticky */
.container[data-sticky-container] span {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}
.container[data-sticky-container] .row {
  position: relative;
}

/* ------------------------------------------------------------
     METODOLOGIA
------------------------------------------------------------ */
.method-half {
  position: relative;
  border-right: 1px dotted #fff;
  padding: 70px 0;
}
.method-half:nth-child(2) {
  z-index: 1;
}
.method-half:last-child {
  border-right: 0;
}

.method__timeline {
  width: 100%;
  position: absolute;
  height: 350px;
  bottom: 0;
  left: 0;
}

.method__floor {
  width: 100%;
  background: #807d7d;
  height: 43px;
  white-space: nowrap;
  overflow: hidden;
}
.method__floor.method-floor--color1 {
  background: #92445a;
}

.method__floor-wrapp {
  position: relative;
  top: 47%;
  z-index: 1;
  transform: translateY(-50%);
  padding-top: 70px;
  height: 140px;
  overflow: hidden;
}

.method__floor-image {
  position: absolute;
  top: 0;
  left: 0px;
}
.method__floor-image img {
  width: 110px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  margin: 0 0.5em;
  image-rendering: inherit;
  image-rendering: inherit;
  image-rendering: inherit;
  image-rendering: inherit;
  -ms-interpolation-mode: inherit;
}

.method__funnel,
.method__funnel-half {
  position: absolute;
  top: 50%;
  right: -221px;
  transform: translateY(-50%);
}
.method__funnel img,
.method__funnel-half img {
  width: 100%;
}

.method__funnel {
  width: 350px;
  height: 350px;
}

.method__funnel-half {
  width: 264px;
  height: 339px;
  z-index: 2;
}

.method__subtitle {
  position: absolute;
  top: 45%;
  right: -139px;
  z-index: 3;
  font-size: 24px;
  line-height: 30px;
  color: #191919 !important;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.method__text-col {
  position: absolute;
  bottom: 70px;
  right: 0;
  max-width: 770px;
}
.method__text-col .method__text {
  color: #5c99a2;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.method__text-col .method__text.method__text--color1 {
  color: #e0bb72;
}
.method__text-col.method__text-col-left {
  left: 0;
  right: inherit;
  max-width: 100%;
}

.method__middle-content {
  position: absolute;
  bottom: 396px;
  max-width: 680px;
  right: 0;
}
.method__middle-content.middle-content__left {
  left: 0;
  right: inherit;
  bottom: 270px;
  max-width: 820px;
}
.method__middle-content.middle-content__right {
  left: 320px;
  right: inherit;
  bottom: 270px;
  max-width: 670px;
}

.method__middle-title h3 {
  font-size: 21px;
  line-height: 35px;
  color: #5c99a2 !important;
  text-transform: uppercase;
}
.method__middle-title.middle-title--color1 h3 {
  color: #e0bb72 !important;
}

.method__middle-object {
  font-size: 20px;
}
.method__middle-object strong {
  font-size: 30px;
  margin-right: 10px;
}

.method__net {
  width: 100%;
  padding-left: 60px;
}

.method__item {
  display: flex;
  width: 100%;
  margin-bottom: 21px;
}
.method__item:last-child {
  margin-bottom: 0;
}
.method__item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
}
.method__item p {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.method__middle-row {
  margin-bottom: 60px;
  width: 600px;
}

.method__item-line {
  width: 71%;
  height: 1px;
  background: #5c99a2;
  position: relative;
  top: 11px;
  left: 10px;
}
.method__item-line:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c99a2;
  position: absolute;
  top: -3px;
  left: 0;
}
.method__item-line:after {
  content: "";
  width: 1px;
  height: 230px;
  background: #5c99a2;
  position: absolute;
  right: 0;
  top: 0;
}
.method__item-line.line--size1 {
  width: 38%;
}
.method__item-line.line--size1:after {
  height: 190px;
}
.method__item-line.line--size2 {
  width: 56%;
}
.method__item-line.line--size2:after {
  height: 170px;
}
.method__item-line.line--size3 {
  width: 17%;
}
.method__item-line.line--size3:after {
  height: 200px;
}

.method__item-line-right {
  position: absolute;
  left: -54%;
  width: 50%;
  height: 1px;
  right: initial;
  background: #e0bb72;
  top: 10px;
}
.method__item-line-right:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0bb72;
  position: absolute;
  top: -3px;
  right: 0;
}
.method__item-line-right:before {
  content: "";
  width: 1px;
  height: 320px;
  background: #e0bb72;
  position: absolute;
  left: 0;
  top: 0;
}
.method__item-line-right.line--size1 {
  top: 15px;
  left: -67%;
  width: 64%;
}
.method__item-line-right.line--size1:before {
  height: 240px;
}
.method__item-line-right.line--size2 {
  top: 15px;
  left: -113%;
  width: 110%;
}
.method__item-line-right.line--size2:before {
  height: 200px;
}
.method__item-line-right.line--size3 {
  top: 11px;
  left: -84%;
  width: 80%;
}
.method__item-line-right.line--size3:before {
  height: 150px;
}
.method__item-line-right.line--size4 {
  top: 14px;
  left: -97%;
  width: 94%;
}
.method__item-line-right.line--size4:before {
  height: 100px;
}
.method__item-line-right.line--size5 {
  top: 12px;
  left: -52%;
  width: 49%;
}
.method__item-line-right.line--size5:before {
  height: 100px;
}

.method__insights {
  position: absolute;
  left: 44px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.method__insights:before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  border-left: 1px dashed #fff;
  bottom: 50px;
  right: 41px;
}
.method__insights p {
  text-transform: uppercase;
  font-size: 15px;
}
.method__insights img {
  width: 70px;
  object-fit: contain;
  object-position: center;
  margin-left: 20px;
}

.horizontal__mobile {
  display: none;
  position: absolute;
  left: 90px;
  top: 10px;
  height: 100%;
}
.horizontal__mobile:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 1;
}
.horizontal__mobile:after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #5c99a2;
  position: absolute;
  left: 0;
  top: 0;
}

.horizontal__mobile-users {
  position: absolute;
  left: -80px;
  top: -20px;
  width: 67px;
}
.horizontal__mobile-users img {
  width: 30px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

/* funnel mobile */
.funnel-mobile {
  position: absolute;
  bottom: 0;
  left: -20px;
  display: flex;
  align-items: center;
  width: 140px;
  z-index: 1;
}
.funnel-mobile img {
  width: 40px;
  transform: rotate(90deg);
  margin-right: 10px;
}
.funnel-mobile p {
  font-size: 16px;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  margin: 0;
}

/* Marquee */
.js-marquee {
  overflow: hidden;
}

/* ------------------------------------------------------------
    PORTFOLIO
------------------------------------------------------------ */
.portfolio__right {
  position: relative;
}
.portfolio__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.portfolio__right.portfolio-image--right .portfolio__image-small {
  left: initial;
  right: -270px;
}

.portfolio__image-small {
  position: absolute;
  width: 400px;
  height: 240px;
  left: -270px;
  bottom: -160px;
  margin: 0;
  opacity: 1 !important;
}

.portfolio__image-large {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1 !important;
}

.portfolio__info {
  display: flex;
  flex-wrap: wrap;
}
.portfolio__info .portfolio__number {
  margin-right: 10px;
  padding-top: 3px;
}
.portfolio__info .portfolio__number,
.portfolio__info h3 {
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 50px;
}
.portfolio__info .portfolio__number a,
.portfolio__info h3 a {
  color: #191919;
}
.portfolio__info .portfolio__number a:hover,
.portfolio__info h3 a:hover {
  color: #92445a;
  text-decoration: none;
}

.portfolio__type {
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 40px;
}

.portfolio__list {
  list-style: none;
  padding: 0;
}
.portfolio__list li {
  width: 100%;
  margin-bottom: 10px;
}
.portfolio__list li:last-child {
  margin-bottom: 0;
}

.portfolio__row {
  margin-bottom: 100px;
}

/* ------------------------------------------------------------
    INNER PROJECT
------------------------------------------------------------ */
.hero-inner {
  width: 100%;
  height: 1000px;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-wrap: wrap;
}

.hero-inner__container-bottom {
  height: 500px;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 50%);
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.hero-inner__container-bottom .row {
  display: flex;
  align-items: flex-end;
}

.hero-inner__backimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hero-inner__backimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-inner__article h2 {
  margin-bottom: 30px;
}

.hero-inner__quote p {
  font-family: "Graphik-Semibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hero-inner__col--right {
  position: relative;
}
.hero-inner__col--right:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: 3;
  background: #fff;
}

.hero-inner__col {
  padding-bottom: 80px;
}
.hero-inner__col p {
  margin: 0;
}

/* Time year */
.timeyear__main {
  position: relative;
}

.timeyear {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 150px;
  border-right: 1px solid #dbdbdb;
  z-index: 9;
  background: #fff;
}

.timeyear__year {
  width: 100%;
  text-align: center;
  position: relative;
}
.timeyear__year p,
.timeyear__year a {
  font-size: 16px;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #191919;
  text-decoration: none;
  display: block;
}
.timeyear__year p:hover,
.timeyear__year a:hover {
  color: #92445a;
}
.timeyear__year p.active,
.timeyear__year a.active {
  color: #92445a;
  font-size: 29px;
  line-height: 29px;
}
.timeyear__year * {
  margin-bottom: 20px;
}

.timeyear__icon-down {
  width: 17px;
  height: 8px;
  object-fit: contain;
  object-position: center;
}

.timeproject__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeproject__logo-container p {
  margin: 0;
  font-size: 20px;
  font-family: "Graphik-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.timeproject__logo-inner {
  width: 108px;
  object-fit: contain;
  object-position: center;
  margin: 0 0 10px 0;
}

.timeproject__logo {
  text-align: center;
}

.timeproject__article h2 {
  font-size: 100px;
  line-height: 100px;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.timeproject__article h4 {
  color: #92445a;
  font-size: 20px;
  line-height: 35px;
  font-family: "Graphik-Semibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.timeproject__article h4:first-child {
  text-transform: uppercase;
}
.timeproject__article p {
  font-size: 20px;
  line-height: 35px;
  font-family: "Graphik-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.timeproject__left {
  display: flex;
  align-items: start;
  padding-left: 30px;
  flex-wrap: wrap;
  padding-right: 140px;
  padding-top: 74px;
}

.timeproject__left-fact {
  padding-left: 30px;
  padding-top: 80px;
  padding-right: 140px;
}

.timeproject__image {
  margin: 0;
}

.timeproject__fact {
  color: #fff;
  height: 650px;
  margin-bottom: 80px;
}
.timeproject__fact .row {
  background: #191919;
}

.timeproject__feed-image {
  width: 100%;
  height: 650px;
  position: relative;
  top: 80px;
}
.timeproject__feed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.timeproject__row {
  width: 100%;
}

/* Map */
.timeproject__left-map {
  padding-right: 140px;
}

.timeproject__map-wrap {
  width: 100%;
  padding: 100px 0 140px 0;
}

.timeproject__map-image {
  width: 600px;
  height: 680px;
  position: relative;
  right: -80px;
  margin: 0;
}
.timeproject__map-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.timeproject__map {
  position: relative;
}

.map-image__mobile {
  display: none;
}

.timeproject__icons {
  width: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 10%;
  top: 23px;
  z-index: 1;
}

.timeproject-icons__col {
  text-align: center;
  padding-right: 30px;
  position: relative;
  margin-right: 30px;
}
.timeproject-icons__col:after {
  content: "+";
  color: #92445a;
  font-family: "Graphik-Semibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
}
.timeproject-icons__col:last-child {
  margin-right: 0;
  padding-right: 0;
}
.timeproject-icons__col:last-child:after {
  display: none;
}
.timeproject-icons__col figure {
  width: 43px;
  height: 43px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.timeproject-icons__col figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.timeproject-icons__col p {
  color: #92445a;
  margin: 0;
  text-transform: uppercase;
  font-family: "Graphik-Semibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.timeproject__article-logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.timeproject__article-logos figure {
  height: 50px;
  width: 240px;
  margin-bottom: 60px;
}
.timeproject__article-logos figure:last-child {
  margin-bottom: 0;
}
.timeproject__article-logos figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.timeproject__article {
  width: 100%;
  margin-bottom: 100px;
}
.timeproject__article:last-child {
  margin-bottom: 0;
}

.timeproject__map-txt {
  position: absolute;
  text-transform: uppercase;
  font-family: "Graphik-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  z-index: 1;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.timeproject__map-txt.map-txt--col1 {
  left: 19px;
  top: 72px;
}
.timeproject__map-txt.map-txt--col2 {
  left: 50px;
  top: 111px;
}
.timeproject__map-txt.map-txt--col3 {
  left: 130px;
  top: 149px;
}
.timeproject__map-txt.map-txt--col4 {
  left: 150px;
  top: 209px;
}
.timeproject__map-txt.map-txt--col5 {
  left: 226px;
  top: 280px;
}
.timeproject__map-txt.map-txt--col6 {
  left: 210px;
  top: 406px;
}
.timeproject__map-txt.map-txt--col7 {
  left: 243px;
  top: 454px;
}

.timeproject__map-row {
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: 60px;
}

/* web projects */
.timeproject__web {
  color: #fff;
}
.timeproject__web .row {
  background: #191919;
  padding: 100px 0;
}

.timeproject__right-web {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 100px 0 140px 0;
}
.timeproject__right-web:first-child {
  padding-top: 0;
}
.timeproject__right-web:last-child {
  padding-bottom: 0;
}

.project-web {
  width: 100%;
  display: flex;
  align-items: start;
}
.project-web figure {
  margin: 0;
  transform: skew(22deg, 349deg);
  transform-origin: 0 290px;
}
.project-web figure img {
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
}

.project-web__desktop {
  width: 500px;
}
.project-web__desktop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.project-web__mobile {
  width: 180px;
  position: relative;
  top: 130px;
  left: 140px;
  z-index: 1;
}
.project-web__mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.timeproject-web__logo {
  width: 160px;
  margin: 0;
}
.timeproject-web__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Timeprojects */
.timeproject__partners {
  width: 100%;
}

.partners-grid {
  width: 100%;
}
.partners-grid .row {
  position: relative;
  top: 1px;
  left: 4px;
}

.partners__col {
  border: 1px solid #dbdbdb;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  margin-top: -1px;
}
.partners__col img {
  width: 140px;
  object-fit: contain;
  object-position: center;
}

/* Timeproject */
.row--black {
  position: relative;
  width: 100%;
  margin: 0;
}

.timeproject__black-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: #191919;
}

.timeproject__black-back-left {
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: #191919;
}

.row--back-col {
  position: relative;
  z-index: 1;
}

.timeproject__right-fact {
  padding-right: 0;
}

/* ------------------------------------------------------------
     GENERAL ANIMATIONS
------------------------------------------------------------ */
/* general fixes */
.js-module--parallax {
  position: relative;
}

.js-parallax-trigger--tools,
.js-parallax-trigger--map {
  height: 100vh;
}

/* map */
.js-parallax-trigger--map {
  padding-top: 100px;
}

/* awards */
.js-parallax-trigger--awards .container {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
}
.js-parallax-trigger--awards .award__block {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0;
  align-items: start;
  padding-top: 120px;
  will-change: transform;
}

/* metodologia */
.method-half {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100vh;
  height: 800px;
  will-change: transform;
}

.js-parallax-trigger--method .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100vh;
  align-items: center;
}

/* Portfolio */
.portfolio__row {
  padding-top: 100px;
}

.portfolio__image-small {
  z-index: 1;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
@media (min-width: 1700px) {
  .method__net {
    padding-left: 40px;
  }

  .method-half--right .method__net {
    padding-left: 0px;
  }
}
@media (max-width: 1340px) {
  .method__middle-content.middle-content__left {
    max-width: 650px;
    margin-left: 21%;
  }
}
@media (max-width: 1200px) {
  .service__placeholder {
    left: -190px;
  }

  .method__middle-content {
    max-width: 500px;
  }
  .method__middle-content.middle-content__left {
    max-width: 600px;
    margin-left: 17%;
  }

  .method__item-line {
    width: 59%;
  }
  .method__item-line:after {
    height: 250px;
  }
  .method__item-line.line--size1 {
    width: 29%;
  }
  .method__item-line.line--size2 {
    width: 46%;
  }
  .method__item-line.line--size3 {
    width: 10%;
  }

  .method__item-line-right {
    left: -27%;
    width: 23%;
  }
  .method__item-line-right.line--size1 {
    left: -39%;
    width: 35%;
  }
  .method__item-line-right.line--size2 {
    left: -84%;
    width: 80%;
  }
  .method__item-line-right.line--size3 {
    left: -54%;
    width: 50%;
  }
  .method__item-line-right.line--size4 {
    left: -65%;
    width: 60%;
  }
  .method__item-line-right.line--size5 {
    left: -19%;
    width: 15%;
  }

  .method__item p {
    font-size: 14px;
  }

  .timeproject__map-txt.map-txt--col1 {
    left: -31px;
    top: 102px;
  }
  .timeproject__map-txt.map-txt--col2 {
    left: 0px;
    top: 137px;
  }
  .timeproject__map-txt.map-txt--col3 {
    left: 80px;
    top: 169px;
  }
  .timeproject__map-txt.map-txt--col4 {
    left: 100px;
    top: 219px;
  }
  .timeproject__map-txt.map-txt--col5 {
    left: 156px;
    top: 288px;
  }
  .timeproject__map-txt.map-txt--col6 {
    left: 130px;
    top: 396px;
  }
  .timeproject__map-txt.map-txt--col7 {
    left: 193px;
    top: 439px;
  }

  .method__middle-row {
    margin-bottom: 0px;
  }

  .method__middle-object {
    font-size: 14px;
  }

  .method__funnel {
    width: 300px;
    height: 310px;
  }

  .method__funnel,
.method__funnel-half {
    right: -181px;
    top: 55%;
  }

  .method__floor-image {
    top: 30px;
  }
  .method__floor-image img {
    width: 100px;
    height: 100px;
  }

  .method__net {
    top: 20px;
  }

  .method__funnel-half {
    width: 242px;
    height: 310px;
  }

  .method__subtitle {
    right: -109px;
  }

  .method__insights {
    bottom: 20px;
  }

  .method__middle-content.middle-content__right {
    left: 110px;
    right: inherit;
    bottom: 270px;
    max-width: 600px;
  }
}
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 992px) {
  h1,
h2 {
    font-size: 45px;
    line-height: 45px;
  }

  h3 {
    font-size: 55px;
    line-height: 55px;
  }

  .service__image,
.service__placeholder {
    width: 500px;
    height: 500px;
  }

  .service__placeholder {
    left: -160px;
    top: 0px;
  }

  #services-tabContent {
    margin-top: 0;
  }

  .award__text h4 {
    font-size: 24px;
  }

  .award__block:after {
    content: "";
    width: 60%;
    height: 1px;
    border-top: 1px dashed #fff;
    margin-top: 80px;
    margin-bottom: 40px;
    display: block;
  }

  .module__subtitle {
    margin-bottom: 40px;
  }
  .module__subtitle h3 {
    font-size: 45px;
    line-height: 45px;
  }

  .award__image {
    height: 100px;
  }

  .award-list__image {
    width: 80%;
  }
  .award-list__image.award--horizontal-image {
    width: 60px;
  }

  .method__middle-content.middle-content__left, .method__middle-content.middle-content__right {
    max-width: 530px;
  }

  .method__middle-row {
    width: 500px;
  }

  .method__middle-object strong {
    width: 100%;
    display: block;
  }

  .method__middle-content {
    max-width: 450px;
  }

  .method__item-line {
    width: 55%;
  }
  .method__item-line.line--size1 {
    width: 26%;
  }
  .method__item-line.line--size2 {
    width: 43%;
  }
  .method__item-line.line--size3 {
    width: 9%;
  }

  .hero-inner {
    height: 850px;
  }

  .timeyear {
    display: none;
  }

  .timeproject__left {
    padding-right: 15px;
  }

  .timeproject__left-fact {
    padding-right: 15px;
  }

  .timeproject__feed-image {
    height: auto;
  }

  .timeproject__fact {
    height: auto;
    margin-bottom: 40px;
  }

  .timeproject__left-map {
    padding-right: 15px;
  }

  .map-image__desktop {
    display: none;
  }

  .map-image__mobile {
    display: block;
  }

  .timeproject__article-logos {
    justify-content: start;
  }
  .timeproject__article-logos figure {
    width: 170px;
    margin-bottom: 40px;
  }

  .timeproject__icons {
    display: none;
  }

  .timeproject__map-txt {
    font-family: "Graphik-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    left: 0 !important;
  }
  .timeproject__map-txt.map-txt--col1 {
    top: 0;
  }
  .timeproject__map-txt.map-txt--col2 {
    top: 40px;
  }
  .timeproject__map-txt.map-txt--col3 {
    top: 80px;
  }
  .timeproject__map-txt.map-txt--col4 {
    top: 120px;
  }
  .timeproject__map-txt.map-txt--col5 {
    top: 160px;
  }
  .timeproject__map-txt.map-txt--col6 {
    top: 200px;
  }
  .timeproject__map-txt.map-txt--col7 {
    top: 240px;
  }

  .timeproject__map-image {
    width: 250px;
    height: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  h1,
h2 {
    font-size: 35px;
    line-height: 35px;
  }

  h3 {
    font-size: 45px;
    line-height: 45px;
  }

  .service__photo {
    display: none;
  }

  .service__tab {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  #services-tab {
    display: none;
  }

  #services-tabContent .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 35px;
  }

  .tab__tag {
    height: auto;
    background: transparent;
  }
  .tab__tag p {
    font-size: 32px;
    line-height: 20px;
    color: #92445a;
  }
  .tab__tag small {
    font-size: 14px;
    line-height: 15px;
    color: #191919;
  }

  .tab__article {
    padding: 0 0 20px 0;
    background: transparent;
    border-bottom: 1px dashed #191919;
  }
  .tab__article h6,
.tab__article p {
    color: #191919;
  }

  .tab__inner .row {
    align-items: start;
  }

  .screen-projects__right {
    display: none;
  }

  .screen-projects__left {
    padding: 0;
  }

  .module.module--padding {
    padding: 40px 0;
  }

  .tool-contain__arrow {
    display: none;
  }

  .tool__right {
    padding-left: 20%;
  }

  .tool__link:before {
    display: none;
  }

  .tools-block:after {
    content: "";
    width: 60%;
    height: 1px;
    border-top: 1px dashed #fff;
    margin-top: 80px;
    margin-bottom: 40px;
    display: block;
  }

  .map-element {
    width: 100%;
  }

  .map__list-pin {
    display: none;
  }

  .map-block .row {
    position: relative;
  }

  .map__left {
    position: absolute;
    left: -50%;
    top: 0;
  }

  .map__list {
    padding-left: 30%;
  }

  .module.module--padding--90 {
    padding: 40px 0;
  }

  .award__item {
    margin-bottom: 40px;
  }
  .award__item:last-child {
    margin-bottom: 0;
  }

  .award__list-vertical {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .award__list-vertical .award-list__image {
    width: 50%;
    margin-bottom: 0;
    padding: 0 10%;
  }

  .award-list__right {
    border-left: 0;
    padding-left: 0;
  }

  .award__list {
    width: 100%;
  }

  .award-list__item {
    flex-wrap: wrap;
  }

  .award-list__year,
.award-list__description {
    width: 100%;
    text-align: center;
  }

  .award__block:after {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .award__block:last-child {
    padding-bottom: 40px;
  }
  .award__block:last-child:after {
    display: none;
  }

  .award__list-horizontal {
    display: none;
  }

  .module.module--padding-top {
    padding-top: 40px;
  }

  .slider-block__info {
    min-height: initial;
    padding: 20px;
  }
  .slider-block__info h4 {
    font-size: 24px;
    line-height: 25px;
    margin: 0;
  }

  .slider-block .slick-track {
    padding-top: 0px;
  }

  .experience-container {
    margin-bottom: 40px;
  }

  .slider-block__list {
    padding-top: 40px;
  }

  .testimoniales__title {
    position: relative;
    top: 0;
    text-align: left;
    padding-bottom: 40px;
  }

  .testimoniales__info {
    padding: 40px 60px 70px 60px;
    margin-bottom: 100px;
  }

  .testimonial__photo {
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0;
    bottom: -40px;
  }

  .portfolio__info .portfolio__number,
.portfolio__info h3 {
    margin-bottom: 20px;
  }

  .portfolio__image-small {
    display: none;
  }

  .portfolio__left {
    order: 1;
  }

  .portfolio__right {
    order: 2;
    padding: 0 15px !important;
  }

  .portfolio__list {
    display: none;
  }

  .portfolio__row {
    margin-bottom: 70px;
    padding-top: 0;
  }

  h5 {
    font-size: 24px;
    line-height: 35px;
  }

  .slider-block .slick-arrow.slick-prev {
    right: 70px;
  }
  .slider-block .slick-arrow.slick-next {
    right: 15px;
  }

  .js-reveal,
*[data-aos] {
    transform: initial !important;
    opacity: 1 !important;
  }

  .award-list__item,
.portfolio__left,
.portfolio__right {
    transform: initial !important;
    opacity: 1 !important;
  }

  .js-parallax-trigger--tools,
.js-parallax-trigger--map {
    height: auto;
  }

  .js-parallax-trigger--map {
    padding-top: 0;
  }

  .map__right {
    position: relative;
    z-index: 1;
  }

  .method__middle-content {
    position: relative;
    bottom: 0;
    max-width: 540px;
    right: initial;
    margin: 20px auto 0 auto;
    padding-left: 120px;
    padding-bottom: 70px;
  }
  .method__middle-content.middle-content__left, .method__middle-content.middle-content__right {
    bottom: initial;
    padding-bottom: 0;
    max-width: 540px;
    margin-left: initial;
    margin: 0 auto;
    padding-top: 60px;
    left: 0;
  }

  .map-block {
    padding-bottom: 80px;
  }
  .map-block:after {
    content: "";
    width: 60%;
    height: 1px;
    border-top: 1px dashed #fff;
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
  }

  .method-block:after {
    content: "";
    width: 60%;
    height: 1px;
    border-top: 1px dashed #fff;
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
  }

  .method-half {
    max-height: initial;
    height: auto;
    padding: 0;
  }

  .method__item {
    opacity: 1 !important;
    transform: initial;
  }
  .method__item img {
    width: 20px;
    height: 20px;
  }

  .method__timeline,
.method__item-line,
.method__item-line-right {
    display: none;
  }

  .method__middle-object strong {
    width: auto;
    display: inline-block;
  }

  .method__middle-row {
    width: 100%;
    margin-bottom: 30px;
  }

  .horizontal__mobile {
    display: block;
  }
  .horizontal__mobile.horizontal__mobile--left:before {
    display: none;
  }
  .horizontal__mobile.horizontal__mobile--left:after {
    height: 180px;
    background: #e0bb72;
  }
  .horizontal__mobile.horizontal__mobile--left .horizontal__mobile-users {
    top: 50px;
  }

  .method__object {
    position: relative;
  }
  .method__object:before {
    content: "";
    width: 15px;
    height: 10px;
    background: url(../images/icon/arrow-down.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -22px;
    top: 20px;
    z-index: 1;
  }

  .js-parallax-trigger--method .container-fluid,
.js-parallax-trigger--awards .container {
    display: block;
    width: 100%;
    height: auto;
  }

  .method__insights {
    display: none;
  }

  .js-parallax-trigger--method .container-fluid {
    height: auto;
  }

  .method__net {
    padding-left: 70px;
  }

  .js-parallax-trigger--awards .award__block {
    height: auto;
    padding-top: 30px;
  }

  .navigator__module {
    display: none;
  }

  .hero-inner__col--right {
    display: none;
  }

  .hero-inner__col {
    padding-bottom: 40px;
  }

  .hero-inner__container-bottom {
    height: auto;
  }

  .hero-inner {
    height: 700px;
  }

  .timeproject__mockup {
    display: none;
  }

  .timeproject__left {
    padding: 0 15px;
  }

  .timeproject--grid-logo {
    display: flex;
    flex-wrap: wrap;
  }
  .timeproject--grid-logo .row {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 0;
  }

  .timeproject__row {
    padding-bottom: 40px;
  }
  .timeproject__row:first-child {
    padding-top: 40px;
  }

  .timeproject__article-title {
    position: relative;
  }
  .timeproject__article-title:before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(/assets/images/icon/arrow-down.png) center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -30px;
    top: 19px;
  }

  .timeproject__left-fact {
    padding-right: 0;
    padding-left: 15px;
  }

  .timeproject__fact {
    height: auto;
    margin-bottom: 40px;
  }
  .timeproject__fact .row {
    height: 650px;
  }

  .timeproject__article {
    margin-bottom: 40px;
  }

  .timeproject__article-logos {
    justify-content: start;
  }
  .timeproject__article-logos figure {
    height: 40px;
    width: 50%;
    margin-bottom: 40px;
  }

  .timeproject__map-image {
    width: 180px;
  }

  .timeproject__web .row {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .timeproject__web .row:first-child {
    padding-top: 40px;
  }

  .timeproject__left-fact {
    padding-top: 0;
  }

  .project-web__mobile {
    display: none;
  }

  .project-web figure {
    transform: initial;
    box-shadow: inherit;
    transform-origin: initial;
  }

  .timeproject-web__logo {
    margin-top: 25px;
  }

  .timeproject__right-web {
    justify-content: start;
  }

  .timeproject__partners {
    padding-top: 40px;
  }

  .timeproject__article p {
    font-size: 18px;
  }

  .partners__col--empty {
    display: none;
  }

  .partners__col {
    height: 100px;
    border: 0;
    justify-content: start;
  }
  .partners__col img {
    width: 100px;
  }

  .timeproject__black-back-left {
    display: none;
  }

  .method__middle-content.middle-content__left {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */
@media (max-width: 680px) {
  main.main--overflowX {
    overflow-x: initial;
  }

  header {
    padding: 25px 0;
  }

  h1,
h2 {
    font-size: 24px;
    line-height: 35px;
  }

  h3,
.module__subtitle h3 {
    font-size: 35px;
    line-height: 35px;
  }

  h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .btn--scroll {
    display: none;
  }

  .hero-image {
    background: #1A1A1A;
  }

  .logo-main {
    width: 60px;
  }

  .toggle-main {
    right: 0;
  }

  .hero-image {
    height: auto;
    min-height: initial;
  }
  .hero-image .hero__container {
    height: auto;
    min-height: 500px;
  }

  .hero__bottom {
    padding: 10px 0 50px 0;
    margin-top: 0;
  }

  .btn--type1 {
    text-align: left;
    font-size: 16px;
  }

  .hero__video {
    position: relative;
    height: 400px;
    margin: 0;
  }

  .tab__tag small {
    font-size: 14px;
    left: 0;
  }

  .map__left {
    left: -30%;
  }

  .map__list {
    padding-left: 40%;
  }

  .testimoniales__info {
    padding: 40px 20px 80px 20px;
    margin-bottom: 80px;
  }

  .tab__article {
    padding-right: 10px;
  }

  #services-tabContent .tab-pane {
    margin-bottom: 15px;
  }

  .tab__article {
    padding-bottom: 15px;
  }

  .tool__right {
    padding-left: 35%;
  }

  .map__right {
    position: relative;
    z-index: 1;
  }

  .map__list li p {
    font-size: 18px;
  }

  .module__subtitle p {
    font-size: 16px;
    line-height: 30px;
  }

  .method__middle-object {
    font-size: 16px;
  }
  .method__middle-object strong {
    font-size: 21px;
  }

  .method__net {
    padding-left: 60px;
  }

  .horizontal__mobile.horizontal__mobile--left:after {
    height: 201px;
  }

  .method__item p {
    font-size: 14px;
    padding-right: 30px;
  }

  .award-list__year {
    margin: 0;
  }

  .hero-inner {
    background: #191919;
    height: auto;
  }

  .hero-inner__container-bottom {
    order: 2;
    height: 440px;
    margin-top: -160px;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 20%);
  }

  .hero-inner__backimage {
    position: relative;
    width: 100%;
    order: 1;
    height: 420px;
  }

  .timeproject__article-title {
    font-size: 55px;
  }

  .timeproject-wrapper {
    padding-left: 50px;
    padding-right: 0;
  }

  .timeproject__row.light {
    padding-right: 15px;
  }

  .timeproject__web .row {
    margin: 0;
  }

  .timeproject__map-wrap .row {
    margin: 0;
  }

  .timeproject__partners .row {
    margin-right: 0;
  }

  .timeproject--grid-logo {
    padding-left: 0;
  }
  .timeproject--grid-logo .row {
    flex: 0 0 59%;
    max-width: 59%;
    padding: 40px 0;
  }

  .timeproject__map-image {
    width: 200px;
    height: auto;
    right: 0;
    top: -30px;
  }

  .timeproject__map-wrap {
    padding: 70px 0 70px 0;
  }

  .method-block {
    padding-top: 50px;
  }

  .award-list__right {
    padding-left: 15px;
  }

  .award__block .module__subtitle {
    padding: 0;
  }
  .award__block .module__subtitle p br {
    display: none;
  }

  .timeproject__right-web {
    padding: 40px 0;
  }
  .timeproject__right-web.right-web--first {
    padding: 40px 15px;
  }

  .timeproject__feed-image {
    top: 0;
  }

  .timeproject__fact .timeproject__left-fact {
    padding-top: 40px;
  }

  .timeproject__black-back {
    width: 100%;
  }
}