
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Black.eot");
  src: url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Light.eot");
  src: url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

::selection {
  background: #e05530; }

::-moz-selection {
  background: #FFF498; }

img::selection {
  background: #e05530; }

img::-moz-selection {
  background: #e05530; }

body {
  -webkit-tap-highlight-color: #FFF498; }

body {
  background-color: #0c0c0c;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden; }

.l-wrapper {
  position: relative;
  width: 1150px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto; }

.l-side-nav {
  position: absolute;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center; }
  .l-side-nav::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    border-radius: 10px;
    box-shadow: 2px 0px 10px 2px rgba(0, 0, 0, 0.2);
    height: 70%;
    max-height: 750px;
    background-color: white;
    opacity: .35;
    z-index: 10; }
  @media (max-width: 1180px) {
    .l-side-nav {
      display: none; } }

.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.l-section {
  position: absolute;
  width: 100%;
  height: 100%; }

.device-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0c0c0c;
  z-index: 12; }
  .device-notification--logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; }
    .device-notification--logo p {
      margin: 0 0 0 10px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
  .device-notification--message {
    width: 70%;
    margin: 30px 0 0 0;
    font-weight: 700;
    text-align: center; }
  @media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
    .device-notification {
      display: flex; } }
  @media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
    .device-notification {
      display: flex; } }
  @media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
    .device-notification {
      display: flex; } }
  @media (max-width: 359px) {
    .device-notification {
      display: flex; } }

.section {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease-in-out, visibility 0s .4s; }
  .section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity .4s ease-in-out .4s; }
  .section--next {
    transform: translateY(-45px);
    transition: transform .4s ease-in-out; }
  .section--prev {
    transform: translateY(45px);
    transition: transform .4s ease-in-out; }

.header {
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  width: 100%;
  padding-right: 40px;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  z-index: 10; }
  .header--logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; }
    .header--logo p {
      margin: 0 0 0 10px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
  .header--nav-toggle {
    display: none;
    width: 50px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    @media (max-width: 1180px) {
      .header--nav-toggle {
        display: flex; } }
    .header--nav-toggle span, .header--nav-toggle::before, .header--nav-toggle::after {
      content: "";
      position: relative;
      width: 16px;
      height: 2px;
      background-color: #fff; }
    .header--nav-toggle::before {
      bottom: 5px;
      width: 23px; }
    .header--nav-toggle::after {
      top: 5px;
      width: 23px; }
  .header--cta {
    /* Cambio */
    padding: 3px 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    /* font-weight: 700 */
    /* cambio */
    font-size: 17px;
    text-transform: uppercase;
    /*background-color: $highlight*/
    background-color: #e15531;
    border: none;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .4s ease-in-out, visibility 0s .4s; }
    .header--cta img {
      width: 20px;
      height: 20px;
      margin-left: 3px;
      fill: #FFF; }
    .header--cta:focus {
      outline: none; }
    .header--cta.is-active {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s ease-in-out .4s; }
    @media (max-width: 767px) {
      .header--cta {
        display: none; } }
  @media (max-width: 1180px) {
    .header {
      width: 100%;
      max-width: 100%; } }

@media (max-width: 1180px) {
  .header {
    top: 20px; } }

.side-nav {
  position: relative;
  display: flex;
  width: 180px;
  height: 70%;
  top: 43px;
  max-height: 750px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  left: 2px;
  z-index: 10; }
  .side-nav div > li:first-child span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8; }
  .side-nav li {
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 6px;
    cursor: pointer;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
    /*&::before
      position: absolute
      top: 3px
      left: 10px
      color: #cbcbcb
      font-size: 13px
      font-weight: 300*/
    /* cambio */
    /* Eliminado numeracion span */ }
    .side-nav li span {
      position: relative;
      top: 3px;
      left: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      opacity: 0.5; }
  .side-nav > li span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8; }
  .side-nav li.is-active {
    color: #989898;
    transition: color .4s ease-in-out;
    list-style-image: url("../img/dot4.png");
    left: -7px;
    /*&::before
      font-size: 17px
      left: -43px
      color: $white*/
    /* cambio */ }
    .side-nav li.is-active span {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s ease-in-out;
      font-size: 20px;
      top: 0px;
      font-weight: 500;
      transition: all .2s ease-in-out; }
    .side-nav li.is-active .sub-nav {
      opacity: 1;
      visibility: visible; }
      .side-nav li.is-active .sub-nav li {
        color: #FFF;
        opacity: 0.6; }

@media (max-height: 700px) {
  .l-side-nav {
    align-items: flex-end;
    bottom: 25px; }
    .l-side-nav::before {
      bottom: -35%;
      top: initial; }
  .side-nav {
    top: 0px; } }

.intro {
  position: relative;
  display: flex;
  padding-left: 250px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto; }
  @media (max-width: 1180px) {
    .intro {
      max-width: 100%;
      padding-left: 0px; } }
  .intro--banner {
    position: relative;
    height: 475px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .intro--banner img {
      width: 900px; }
    .intro--banner::before {
      content: "";
      position: absolute;
      bottom: 20px;
      left: -15px;
      right: 0;
      height: 1px;
      background-color: rgba(246, 246, 246, 0.43); }
    .intro--banner::after {
      content: "";
      position: absolute;
      bottom: 18px;
      left: 0;
      width: 30px;
      height: 4px;
      background-color: white;
      box-shadow: 0px 0px 10px 0px white, 0px 0px 20px 3px white; }
    .intro--banner p {
      background-color: rgba(36, 36, 36, 0.85);
      padding: 10px;
      position: relative;
      font-size: 30px;
      margin-left: 30px;
      font-weight: 100;
      line-height: 1;
      z-index: 1;
      display: none;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
      .intro--banner p strong {
        font-size: 29px; }
    .intro--banner .selected {
      display: block; }
    .intro--banner button {
      position: relative;
      padding: 5px 17px 5px 12px;
      font-weight: 700;
      margin-left: 30px;
      text-transform: uppercase;
      background-color: #e05530;
      border: none; }
      .intro--banner button .btn-background {
        position: absolute;
        top: 0;
        left: 23px;
        right: 0;
        height: 100%;
        background-color: #e05530;
        z-index: -1;
        transition: left .2s ease-in-out; }
      .intro--banner button:hover .btn-background {
        left: 0; }
      .intro--banner button:focus {
        outline: none; }
      .intro--banner button svg {
        position: relative;
        left: 5px;
        width: 15px;
        fill: #fff; }
    .intro--banner img {
      position: absolute;
      left: -15px;
      bottom: 21px;
      right: -12px; }
  .intro--banner.o1::after {
    left: 0px; }
  .intro--banner.o2::after {
    left: 330px; }
  .intro--banner.o3::after {
    left: 650px; }
  .intro--options {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
    .intro--options > a {
      cursor: pointer;
      max-width: 250px;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.3);
      transition: color .2s ease-in-out; }
      .intro--options > a:hover {
        color: #fff; }
    .intro--options a.selected {
      color: #fff; }
    .intro--options h3 {
      font-size: 16px;
      text-transform: uppercase; }
    .intro--options p {
      margin-bottom: 0; }

@media (max-width: 900px) {
  .intro--banner {
    margin-top: 0px;
    height: 380px; }
    .intro--banner h1 {
      font-size: 55px; }
    .intro--banner img {
      width: 650px; }
  .intro--options > a {
    margin-right: 30px; }
    .intro--options > a:last-child {
      margin-right: 0; } }

@media (max-width: 767px) {
  .intro--banner {
    height: 305px; }
    .intro--banner p {
      background-color: transparent; }
    .intro--banner h1 {
      font-size: 44px; }
    .intro--banner img {
      width: 0px; }
  .intro--options {
    display: block; }
    .intro--options > a {
      display: block;
      max-width: 100%;
      margin: 0 0 30px 0; }
      .intro--options > a:last-child {
        margin-bottom: 0; } }

@media (max-width: 600px) {
  .intro--banner {
    height: 360px; }
    .intro--banner h1 {
      font-size: 55px; }
    .intro--banner img {
      display: none; } }

@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto; }
    .intro--banner::before, .intro--banner::after {
      display: none; }
    .intro--banner h1 {
      margin-top: 0; }
  .intro--options {
    display: none; } }

@media (max-height: 700px) {
  .intro--banner {
    margin-top: 0px; } }

.swiper11 {
  overflow: hidden;
  height: initial !important; }
  .swiper11 .swiper-slide img {
    width: 100%;
    max-width: 550px; }

.slider--item-sector {
  display: none; }

.modal--work-mobile {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal--work-mobile .swiper11 {
    background-color: rgba(0, 0, 0, 0.5); }
  .modal--work-mobile .content-text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 12.5px; }
    .modal--work-mobile .content-text .title {
      font-weight: bold;
      font-size: 17px; }

.closeModal--content {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px; }

@media (min-width: 767px) {
  .modal--content--mainImages {
    display: flex;
    height: 430px; }
  .modalWorkMobile {
    display: none; }
  .modal--content--images-list img {
    width: 140px; } }

.modal--work {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(28, 28, 28, 0.4);
  z-index: 11;
  top: 0px;
  display: none;
  justify-content: center;
  align-items: center; }
  .modal--work .modal--content {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: relative; }
    .modal--work .modal--content .content-text {
      margin-top: 15px;
      max-width: 750px;
      font-size: 14px;
      padding: 5px; }
      .modal--work .modal--content .content-text .title {
        font-weight: bold;
        font-size: 17px; }
    .modal--work .modal--content span {
      position: absolute;
      top: 0px;
      right: -105px;
      display: flex;
      align-items: center; }
    .modal--work .modal--content span > img {
      width: 40px;
      height: 40px; }
    .modal--work .modal--content--mainImage {
      width: 550px;
      height: 430px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .modal--work .modal--content--mainImage img {
        max-height: 100%;
        max-width: 100%; }
    .modal--work .modal--content--images {
      width: 200px;
      height: 430px;
      cursor: pointer; }
      .modal--work .modal--content--images-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%; }

.swiper2 {
  display: flex !important;
  overflow: hidden; }

.openModal {
  display: flex;
  visibility: visible;
  opacity: 1; }

.swiper-slide-next .slider--item-title {
  font-size: 16px !important; }

.swiper-slide-next .slider--item-image {
  transition: all .5s;
  width: 250px !important;
  height: 250px !important;
  box-shadow: 0px 0px 50px 15px rgba(255, 255, 255, 0.36); }

.swiper-slide-next .slider--item-description {
  font-size: 16px;
  width: 500px; }

.work {
  position: relative;
  display: flex;
  padding-left: 180px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto; }
  .work h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    text-align: center; }
  .work .swiper-slide a {
    text-decoration: none;
    color: #EEE; }
  .work .slider {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .work .slider--item {
      position: absolute;
      display: none;
      text-align: center; }
      .work .slider--item-title {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
      .work .slider--item-description {
        display: none;
        margin: 0 auto; }
      .work .slider--item-image {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .work .slider--item-image img {
          position: absolute;
          height: 100%; }
      .work .slider--item-ubicacion {
        display: none; }

.work-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .work-main .work_title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px; }
  .work-main .proyectos {
    display: flex; }
  .work-main .proyecto {
    width: 350px;
    height: 350px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 50px;
    position: relative; }
    .work-main .proyecto h3 {
      position: absolute;
      font-size: 30px;
      font-weight: 500;
      bottom: -90px;
      text-align: center; }
  .work-main .proyecto-funcional {
    background-image: url("../img/proyectos/Funcional/5/1.jpg");
    background-size: cover;
    background-position: 50%;
    cursor: pointer; }
  .work-main .proyecto-arquitectonica {
    background-image: url("../img/proyectos/arquitectonica/3/1.jpg");
    background-size: cover;
    background-position: 50%;
    cursor: pointer; }

@media (max-width: 1180px) {
  .work {
    padding-left: 0px !important; } }

@media (max-width: 1000px) {
  .modal--content span {
    right: initial !important;
    left: 0;
    top: -45px !important; }
  .work-main .proyecto {
    width: 320px;
    height: 320px; } }

@media (max-width: 950px) {
  .work_title {
    display: none; }
  .swiper-slide-active .slider--item-image {
    transition: all .5s;
    width: 250px !important;
    height: 250px !important; }
  .swiper-slide-next .slider--item-image {
    transition: all .5s;
    width: 200px !important;
    height: 200px !important; }
  .swiper-slide-next .slider--item-description {
    display: none !important;
    font-size: 16px;
    width: 500px; } }

@media (max-width: 900px) {
  .proyecto {
    width: 270px;
    height: 270px;
    margin-top: 20px; }
    .proyecto h3 {
      font-size: 27px;
      bottom: 30px !important; }
  .work--lockup .slider--item-image {
    width: 120px;
    height: 120px; }
  .work--lockup .slider--item-center .slider--item-image {
    width: 240px;
    height: 240px; }
  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 130px; } }

@media (max-width: 767px) {
  .modal--content--mainImages {
    display: none; }
  .proyectos {
    flex-direction: column; }
  .modal--content--mainImages {
    width: 100%;
    height: initial !important;
    align-items: center;
    flex-direction: column; }
  .modal--content--mainImage {
    width: 95% !important;
    height: initial !important;
    margin-bottom: 10px; }
  .modal--content--images {
    width: 95% !important;
    height: initial !important; }
    .modal--content--images-list {
      flex-direction: row !important;
      width: 100%;
      justify-content: space-between !important; }
      .modal--content--images-list img {
        width: 150px;
        height: 150px; }
  .work--lockup .slider {
    width: 75%; }
    .work--lockup .slider--item-image {
      width: 90px;
      height: 90px; }
    .work--lockup .slider--item-center .slider--item-image {
      width: 190px;
      height: 190px; }
  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 105px; } }

@media (max-width: 600px) {
  --lockup .slider {
    width: auto; }
    --lockup .slider--item-left, --lockup .slider--item-right {
      display: none; }
  .modal--content {
    width: 100%;
    align-items: center;
    flex-direction: column; }
    .modal--content--images-list img {
      width: 100px;
      height: 100px; }
  .work-main .proyecto {
    width: 180px;
    height: 180px;
    margin-left: 0px;
    margin-top: 25px; }
    .work-main .proyecto h3 {
      font-size: 18px; } }

.socios-swiper {
  display: none !important; }

.swiper6 {
  display: flex !important;
  height: initial !important;
  flex-direction: column;
  position: initial !important; }
  .swiper6 .swiper-pagination {
    bottom: 60px; }
  .swiper6 .swiper-slide-prev, .swiper6 .swiper-slide-next {
    overflow: hidden; }
  .swiper6 .socio {
    padding-left: 0px; }

.socios {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-left: 180px;
  
  padding-top: 40px; }
  .socios h2 {
    font-size: 30px; }
  .socios hr {
    width: 82.5%;
    height: 5px;
    border-style: none;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 30px 0px; }

.socios-main {
  width: 100%;
  padding: 40px 0px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around; }
  .socios-main .socios-main-aliado {
    width: 400px; }

.socio {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 180px;
  margin-bottom: 25px;
 }
  .socio--cree-left {
    width: 340px;
    height: 230px;
    padding-top: 40px; }
    .socio--cree-left img {
      width: 290px !important;
      filter: brightness(0) invert(1); }
  .socio--cree-right {
    width: 460px;
    height: 230px; }
  .socio--colorkinetics-left {
    height: 180px;
    padding-top: 40px;
    padding-right: 50px; }
    .socio--colorkinetics-left img {
      width: 290px !important;
      filter: brightness(0) invert(1); }
  .socio--colorkinetics-right {
    width: 460px;
    height: 180px; }
  .socio img {
    width: 200px;
    filter: brightness(0) invert(1); }
  .socio h2 {
    font-size: 30px; }
  .socio a {
    color: #FFF;
    text-decoration: none; }
  .socio .colorkinetics-text {
    max-width: 700px;
    text-align: justify; }
  .socio .cree-text {
    max-width: 600px;
    text-align: justify; }
    .socio .cree-text a {
      background-color: rgba(255, 255, 255, 0.3);
      padding: 0px 10px; }
  .socio .cree-list {
    padding: 0px;
    list-style-type: initial;
    list-style-position: inside;
    text-align: justify; }

@media (max-width: 1180px) {
  .socios {
    padding-left: 0px;
    align-items: center; }
  .socio {
    padding-left: 0px; } }

@media (max-width: 800px) {
  .socio {
    flex-direction: column; }
    .socio--cree-left {
      height: auto; }
    .socio--cree-right {
      height: auto; }
    .socio--colorkinetics-left {
      height: auto; }
    .socio--colorkinetics-right {
      height: auto; } }

@media (max-width: 500px) {
  .socios-main-aliado {
    width: 300px !important; }
  .socio {
    transform: scale(0.73); }
  .socios-swiper {
    display: flex !important;
    padding-top: 0px !important; } }

@media (max-height: 700px) {
  .socios {
    transform: scale(0.95);
    padding-top: 50px; } }

.swiper-slide .swiper-slide-prev .socio {
  display: none; }

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7); }

.swiper-pagination-bullet-active {
  background-color: #FFF; }

.swiper12 {
  background-color: rgba(0, 0, 0, 0.4); }
  .swiper12 .swiper-slide-prev, .swiper12 .swiper-slide-next {
    opacity: 0; }
  .swiper12 .swiper-slide {
    margin-bottom: 20px;
    flex-direction: column; }
    .swiper12 .swiper-slide img {
      width: 45px;
      margin-top: -20px; }
    .swiper12 .swiper-slide .text {
      padding: 5px; }

.about {
  position: relative;
  display: flex;
  width: calc(100% - 160px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 160px; }
  @media (max-width: 1180px) {
    .about {
      width: 100%;
      margin-left: 0px; } }
  .about--banner {
    position: relative;
    height: 700px; }
    .about--banner .flexWrapper {
      display: flex;
      width: 100%;
      padding-top: 130px;
      flex-direction: column;
      align-items: center;
      justify-content: space-around; }
      .about--banner .flexWrapper .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-end;
        margin-top: 20px; }
        .about--banner .flexWrapper .left #player {
          width: 800px;
          height: 450px; }
        .about--banner .flexWrapper .left h2 {
          font-size: 40px; }
      .about--banner .flexWrapper .right {
        width: 100%;
        display: flex;
        justify-content: flex-end; }
        .about--banner .flexWrapper .right .item {
          width: 270px;
          height: 150px;
          margin: 0px 10px;
          text-align: center;
          padding-top: 30px; }
          .about--banner .flexWrapper .right .item img {
            width: 35px; }
          .about--banner .flexWrapper .right .item .text {
            font-size: 12px; }
        .about--banner .flexWrapper .right .item:last-child {
          margin-right: 0px; }
      .about--banner .flexWrapper .right_mobile {
        visibility: hidden;
        opacity: 0; }
    .about--banner h2 {
      position: relative;
      margin-top: 35px;
      font-size: 68px;
      font-weight: 900;
      line-height: 1;
      z-index: 1; }
      .about--banner h2::before {
        content: "";
        position: absolute;
        top: 60px;
        left: 268px;
        width: 30px;
        height: 30px;
        background-color: #989898;
        border-radius: 50%; }
      .about--banner h2::after {
        content: "";
        position: absolute;
        top: 255px;
        left: 255px;
        width: 10px;
        height: 10px;
        background-color: #989898; }
    .about--banner a {
      padding: 5px 17px 5px 0;
      text-decoration: none;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      background-color: transparent; }
      .about--banner a:hover svg {
        left: 10px; }
      .about--banner a svg {
        position: relative;
        left: 5px;
        width: 15px;
        fill: #fff;
        transition: left .2s ease-in-out; }
  .about--options {
    display: flex;
    max-width: 600px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
    .about--options > a {
      position: relative;
      width: 150px;
      height: 75px;
      text-decoration: none;
      color: #fff;
      border: 10px solid #989898;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .about--options > a:nth-child(1) {
        background-image: url("../img/about-winners.jpg"); }
      .about--options > a:nth-child(2) {
        background-image: url("../img/about-philosophy.jpg"); }
      .about--options > a:nth-child(3) {
        background-image: url("../img/about-history.jpg"); }
      .about--options > a:hover h3 {
        bottom: -50px; }
    .about--options h3 {
      position: absolute;
      bottom: -38px;
      left: 10px;
      font-size: 16px;
      text-transform: uppercase;
      transition: bottom .2s ease-in-out, left .2s ease-in-out; }

@media (max-height: 700px) {
  #player {
    width: 680px !important;
    height: 350px !important; } }

@media (max-width: 1180px) {
  .about .right {
    width: initial !important; }
    .about .right .swiper12 .swiper-slide .text {
      font-size: 13px; }
  .about .left {
    align-items: center !important; } }

@media (max-width: 1000px) {
  .about--banner .left #player {
    width: 630px !important;
    height: 350px; } }

@media (max-width: 900px) {
  .about--banner .flexWrapper .right .item .text {
    display: none; } }

@media (max-width: 767px) {
  .about--banner::before {
    top: 0;
    left: 125px; }
  .about--banner::after {
    top: 35px;
    left: 260px; }
  .about--banner .left #player {
    width: 550px !important;
    height: 300px; }
  .about--banner .right {
    width: 100% !important;
    padding: 0 !important; }
  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px; }
    .about--banner h2::before {
      top: 28px;
      left: 168px; }
    .about--banner h2::after {
      top: 163px;
      left: 163px; }
  .about .right_mobile {
    visibility: visible !important;
    opacity: 1 !important; }
  .about .right_desktop {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@media (max-width: 600px) {
  .about--banner {
    height: auto; }
    .about--banner::before {
      left: 155px; }
    .about--banner::after {
      left: 310px; }
    .about--banner h2 {
      margin-top: 0;
      font-size: 55px; }
      .about--banner h2::before {
        top: 43px;
        left: 214px; }
      .about--banner h2::after {
        top: 205px;
        left: 205px; }
    .about--banner .left {
      margin-bottom: 20px; }
      .about--banner .left #player {
        width: 90% !important;
        height: 265px; }
  .about--options {
    display: none; } }

@media (min-height: 710px) {
  .flexWrapper {
    padding-top: 0px !important;
    height: 100%; } }

@media (max-height: 710px) {
  #player {
    width: 650px !important;
    height: 400px !important; }
  .left {
    align-items: center !important; }
  .right {
    justify-content: center !important; }
  .about--banner .flexWrapper .right .item .text {
    display: none; }
  .right_desktop {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .right_mobile {
    visibility: visible !important;
    opacity: 1 !important; }
    .right_mobile p {
      font-size: 14px; } }

@media (max-width: 400px) {
  .flexWrapper {
    padding-top: 20px !important; }
  .left #player {
    height: 190px !important; }
  .right .text::after {
    content: "" !important; } }

.services {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 180px; }
  .services-items {
    display: flex;
    max-width: 900px;
    flex-wrap: wrap;
    justify-content: space-around; }
    .services-items img {
      width: 210px;
      height: 210px; }
  .services-text {
    text-align: center;
    margin-bottom: 30px;
    max-width: 1000px;
    width: 100%; }

@media (max-width: 1180px) {
  .services {
    padding-left: 0px;
    justify-content: center; }
    .services-items {
      margin-left: 0px;
      margin-top: 140px; }
      .services-items img {
        width: 200px;
        height: 200px; }
    .services-text {
      display: none; } }

@media (max-width: 890px) {
  .services-items img {
    width: 180px;
    height: 180px; } }

@media (max-width: 780px) {
  .services-items {
    padding: 0px; }
    .services-items img {
      width: 150px;
      height: 150px; } }

@media (max-height: 700px) {
  .services {
    justify-content: flex-end; } }

@media (max-height: 700px) and (max-width: 500px) {
  .services-items img {
    width: 130px;
    height: 130px; } }

@media (max-width: 400px) {
  .services {
    justify-content: center; }
    .services-items {
      margin-top: 95px; }
      .services-items img {
        width: 108px;
        height: 108px; } }

.modal--team {
  position: fixed;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  overflow: hidden;
  height: 100vh;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .modal--team-image {
    height: 70%;
    margin-bottom: 50px; }
  .modal--team span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .modal--team span img {
      width: 50px;
      height: 50px; }

.modal--team-imageOption {
  position: absolute;
  width: 220px;
  height: 220px; }

@media (max-width: 700px) {
  .modal--team-image {
    height: 85%;
    margin-bottom: 0px; }
  .modal--team-imageOption {
    display: none; }
  .refContent {
    display: none; }
  .team--items-item .ref {
    width: 260px !important;
    height: 260px !important; } }

.swiper1 {
  display: none; }

.team {
  display: flex;
  position: relative;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 180px; }
  .team--items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .team--items-item {
      width: 260px;
      height: 260px;
      transform: scale(0.9);
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor: pointer;
      transition: all .5s; }
      .team--items-item:hover {
        transform: scale(1); }
      .team--items-item .refDiseno {
        background-image: url("../img/disenoOff.png"); }
        .team--items-item .refDiseno:hover {
          background-image: url("../img/disenoOn.png"); }
          .team--items-item .refDiseno:hover > .refContent {
            opacity: 1;
            transform: scale(1);
            top: -60px;
            left: -50px; }
      .team--items-item .refCreativo {
        background-image: url("../img/creativoOff.png"); }
        .team--items-item .refCreativo:hover {
          background-image: url("../img/creativoOn.png"); }
          .team--items-item .refCreativo:hover > .refContent {
            opacity: 1;
            transform: scale(1);
            top: -60px;
            left: -50px; }
      .team--items-item .refTecnico {
        background-image: url("../img/tecnicoOff.png"); }
        .team--items-item .refTecnico:hover {
          background-image: url("../img/tecnicoOn.png"); }
          .team--items-item .refTecnico:hover > .refContent {
            opacity: 1;
            transform: scale(1);
            top: -60px;
            left: -50px; }
      .team--items-item .refVentas {
        background-image: url("../img/ventasOff.png"); }
        .team--items-item .refVentas:hover {
          background-image: url("../img/ventasOn.png"); }
          .team--items-item .refVentas:hover > .refContent {
            opacity: 1;
            transform: scale(1);
            top: -60px;
            left: -50px; }
      .team--items-item .refLogistica {
        background-image: url("../img/logisticaOff.png"); }
        .team--items-item .refLogistica:hover {
          background-image: url("../img/logisticaOn.png"); }
          .team--items-item .refLogistica:hover > .refContent {
            opacity: 1;
            transform: scale(1);
            top: -60px;
            left: -50px; }
      .team--items-item .ref {
        background-size: cover;
        width: 215px;
        height: 215px;
        transition: all .2s; }
        .team--items-item .ref .refContent {
          z-index: 10;
          position: absolute;
          top: -150px;
          left: -140px;
          width: 530px;
          height: 530px;
          transform: scale(0.5);
          opacity: 0;
          transition: all .2s; }

@media (max-width: 1180px) {
  .swiper1 {
    display: block; }
  .team--items {
    display: none; } }

@media (max-width: 1180px) {
  .team {
    margin-left: 0px; } }

@media (max-width: 960px) {
  .team {
    width: 100%;
    max-width: 100%; } }

@media (max-height: 700px) {
  .team {
    justify-content: flex-end; }
    .team--items {
      height: 560px; }
      .team--items-item {
        width: 300px;
        height: 280px; }
        .team--items-item .ref {
          width: 185px;
          height: 185px; }
          .team--items-item .ref .refContent {
            width: 480px;
            height: 480px;
            top: -110px;
            left: -90px; } }

.tools-mobile .swiper-container {
  max-height: 60%; }

.changeTool {
  border-style: none;
  background-color: transparent;
  padding: 10px;
  margin: 5px;
  outline: none;
  border: 1px solid #FFF; }

.changeTool.active {
  background-color: rgba(255, 255, 255, 0.5); }

.changeTool:focus, .changeTool:active {
  background-color: rgba(255, 255, 255, 0.5); }

.swiper3 {
  overflow: visible;
  display: block !important; }

.swiper8 {
  overflow: visible;
  display: block !important; }

.tool1 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.tool2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.tools {
  width: calc(100% - 160px);
  height: 100%;
  margin-left: 180px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .tools-item {
    width: 400px;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .tools-item-image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 400px; }
    .tools-item-text {
      width: 300px;
      height: 150px;
      margin: 0px auto;
      text-align: center; }

.tools-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (max-width: 1180px) {
  .tools {
    margin-left: 0px;
    width: 100%; } }

@media (max-width: 900px) {
  .tools {
    display: none; } }

@media (max-height: 700px) {
  .tools-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px; }
    .tools-item-image {
      height: 330px; } }

.hidden {
  opacity: 0;
  visible: hidden;
  height: 0px !important; }

.redes-sociales {
  display: flex;
  justify-content: space-around;
  padding-top: 6px;
  align-items: center;
  background-color: white;
  width: 40%;
  border-radius: 10px;
  margin-bottom: 15px; }
  .redes-sociales a img {
    height: 25px;
    margin: 2px 5px; }
  .redes-sociales a:first-child img {
    height: 30px; }

.banderaSelected {
  transform: scale(1.1);
  filter: brightness(1.2);
  margin: 0px 5px;
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.42);
  transition: all 0.4s; }

.contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/mapa.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .contact--lockup {
    position: relative;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto; }
    .contact--lockup .modal {
      width: 270px; }
      .contact--lockup .modal-left {
      width: 270px; }
    @media (max-width: 1180px) {
      .contact--lockup {
        max-width: 90%; } }
    @media (max-width: 767px) {
      .contact--lockup {
        justify-content: center;
        flex-direction: column;} }
    .contact--lockup .modal {
      padding: 45px 45px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 30px 0 rgba(107, 107, 107, 0.75);
      display: flex;
      flex-direction: column;
      align-items: center; }
      .contact--lockup .modal--information p,
      .contact--lockup .modal--information a {
        display: block;
        margin: 14px 0;
        text-decoration: none;
        color: #fff;
        font-weight: 700; }
      .contact--lockup .modal--information p {
        margin-top: 0; }
      .contact--lockup .modal--options {
        margin: 0;
        padding: 0;
        list-style: none; }
        .contact--lockup .modal--options > li {
          width: 130px;
          margin: 0 auto 25px auto; }
        .contact--lockup .modal--options > img {
          width: 50px;
          height: 33px;
          cursor: pointer; }
        .contact--lockup .modal--options li:nth-child(1) {
          background-color: #1769ff; }
        .contact--lockup .modal--options li:nth-child(2) {
          background-color: #ea4c89; }
        .contact--lockup .modal--options li:nth-child(3) {
          margin-bottom: 0;
          background-color: #989898;
          text-transform: uppercase; }
        .contact--lockup .modal--options a {
          display: block;
          width: 100%;
          padding: 8px 0;
          text-decoration: none;
          color: #fff;
          font-weight: 700; }

.selected {
  display: block; }

.contact1 {
  background-image: url("../img/colombiamapa.jpg"); }

.contact2 {
  background-image: url("../img/usamapa.jpg"); }

.contact3 {
  background-image: url("../img/argentinamapa.jpg"); }

.contact4 {
  background-image: url("../img/chilemapa.jpg"); }

.contact5 {
  background-image: url("../img/usamapa.jpg"); }

.contact6 {
  background-image: url("../img/perumapa.jpg"); }

.contact7 {
  background-image: url("../img/colombiamapa.jpg"); }

@media (max-width: 600px) {
  .contact--lockup .modal {
    padding: 25px; } }

.swiper5 {
  overflow: hidden;
  display: block !important;
  height: 520px !important;
  background: rgba(255, 255, 255, 0.6); }
  .swiper5 .swiper-slide {
    height: 145px !important; }

.swiper-slide img[alt=client] {
  height: 145px; }

@media (max-height: 700px) {
  .swiper5 {
    height: 400px !important; }
    .swiper5 .swiper-slide {
      height: 120px !important; }
  .swiper-slide img[alt=client] {
    height: 120px; } }

@media (min-width: 767px) {
  .hire .grid img {
    height: 125px; } }

.hire {
  position: relative;
  display: flex;
  padding-left: 280px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto; }
  @media (max-width: 1180px) {
    .hire {
      max-width: 100%;
      padding-left: 0px; } }
  .hire h2 {
    font-size: 30px;
    text-align: center; }
  .hire .scroller {
    overflow-y: scroll;
    height: 345px;
    background-color: white;
    border: 10px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .hire .scroller .grid {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .hire .scroller .grid img {
        transition: all .4s ease-in-out; }

.work-request {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #fff; }
  .work-request input[type="submit"] {
    width: 400px;
    max-width: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #989898;
    border: none;
    border-radius: 0; }
    .work-request input[type="submit"]:focus {
      outline: none; }
  .work-request--options {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 30px 0; }
    .work-request--options .options-a {
      display: flex;
      width: 100%;
      justify-content: space-between; }
    .work-request--options .options-b {
      display: flex;
      width: 72%;
      flex-wrap: wrap;
      justify-content: space-around; }
    .work-request--options label {
      display: block;
      width: 200px;
      margin-bottom: 30px;
      line-height: 50px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      border: 2px solid #fff;
      cursor: pointer;
      transition: background-color .2s ease-in-out, border-color .2s ease-in-out; }
      .work-request--options label svg {
        position: relative;
        left: -5px;
        width: 0;
        fill: #fff;
        transition: width .2s ease-in-out; }
    .work-request--options input[type="checkbox"] {
      display: none; }
      .work-request--options input[type="checkbox"]:checked + label {
        background-color: #989898;
        border-color: #989898; }
        .work-request--options input[type="checkbox"]:checked + label svg {
          width: 15px; }
  .work-request--information {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 60px; }
    .work-request--information .information-name,
    .work-request--information .information-email {
      position: relative;
      width: 45%;
      height: 50px;
      font-size: 30px;
      font-weight: 300; }
    .work-request--information input[type="text"],
    .work-request--information input[type="email"] {
      width: 100%;
      padding: 0 0 5px 0;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      border-radius: 0; }
      .work-request--information input[type="text"]:focus,
      .work-request--information input[type="email"]:focus {
        outline: none;
        background-color: #0c0c0c; }
    .work-request--information label {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      transition: top .2s ease-in-out, font-size .2s ease-in-out; }
    .work-request--information input:focus + label,
    .work-request--information input.has-value + label {
      top: -15px;
      font-size: 14px; }

@media (max-width: 767px) {
  .hire .grid img {
    height: 100px; }
  .work-request--options {
    flex-direction: row;
    justify-content: space-around; }
    .work-request--options .options-a,
    .work-request--options .options-b {
      display: block;
      width: auto; } }

@media (max-width: 600px) {
  .work-request--options {
    margin: 20px 0; } }
  @media (max-width: 600px) and (max-width: 415px) {
    .work-request--options {
      justify-content: space-between; } }

@media (max-width: 600px) {
    .work-request--options label {
      width: 150px;
      margin-bottom: 15px;
      font-size: 14px; }
    .work-request--options input[type="checkbox"]:checked + label svg {
      width: 12px; }
  .work-request--information {
    margin-bottom: 30px; }
    .work-request--information .information-name,
    .work-request--information .information-email {
      height: 40px;
      font-size: 24px; } }

@media (max-width: 600px) {
  .hire {
    padding-top: 50px; }
    .hire .grid img {
      height: 55px !important; } }

@media (max-width: 400px) {
  .hire h2 {
    display: none; }
  .swiper5 {
    overflow: hidden;
    display: block !important;
    height: 320px !important;
    background: rgba(255, 255, 255, 0.6); }
  .swiper5 .swiper-slide {
    height: 100px !important; } }

.perspective {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .perspective--modalview {
    position: fixed;
    perspective: 1500px; }

.container {
  position: relative;
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  outline: 30px solid #989898;
  transition: transform .4s; }

.modalview .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden; }

.effect-rotate-left .container {
  transform-origin: 0% 50%;
  transition: transform .4s; }

.effect-rotate-left--animate .container {
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid #989898; }

.outer-nav {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  visibility: hidden;
  transition: visibility 0s .2s; }
  .outer-nav.is-vis {
    visibility: visible; }
  .outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11; }
    .outer-nav--return.is-vis {
      display: block; }
  .outer-nav > li {
    transform-style: preserve-3d;
    transform: translateX(350px) translateZ(-1000px);
    font-size: 55px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    transition: transform .2s, opacity .2s; }
    .outer-nav > li.is-vis {
      transform: translateX(0) translateZ(0);
      opacity: 1;
      transition: transform .4s, opacity .4s; }
    .outer-nav > li::before {
      content: "";
      position: absolute;
      top: 25%;
      left: 50%;
      transform: translate(-50%, -25%);
      width: 110%;
      height: 100%;
      opacity: 0;
      background-color: rgba(255, 255, 255, 0.37); }
    .outer-nav > li.is-active::before {
      opacity: 1; }
    @media (max-width: 767px) {
      .outer-nav > li {
        font-size: 44px; } }
    @media (max-width: 600px) {
      .outer-nav > li {
        font-size: 34px; } }
  .outer-nav li.is-vis:nth-child(2) {
    transition-delay: .04s; }
  .outer-nav li.is-vis:nth-child(3) {
    transition-delay: .08s; }
  .outer-nav li.is-vis:nth-child(4) {
    transition-delay: .12s; }
  .outer-nav li.is-vis:nth-child(5) {
    transition-delay: .16s; }

.sub-item-of-outer-nav {
  font-size: 18px !important; }

@media (max-width: 400px) {
  .outer-nav {
    transform: translateY(-50%) scale(0.9);
    left: 45%; } }
    
    
