html {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}

body {
  font-family:Helvetica,arial,sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.3;
  font-size: 17px;
  /* -webkit-font-smoothing: antialiased; */
  margin: 0;
  opacity: 1;
  transition: 0.5s opacity;
}

/* body.out {
  opacity: 0;
  transition: none;
}

body.fade-out {
  opacity: 0;
  transition: 0.5s opacity;
} */

a {
  color: #ffffff;
  outline: none;
  /* mix-blend-mode: difference; */
}

img {
  
  max-width: 100%;
  height: auto;
}

img.aligncenter {
  /* padding: auto; */
  margin: auto;
max-block-size: 8vh;
}
img.fullwidth {
  width: 100vw;
  margin: auto;
  display: block;
  
}

p {
  margin: 0 0 25px;
}

hr {
  border-color: #599303;
  border-top-width: 0;
}

small,
.small-font {
  font-size: 11px;
}

.relative {
  position: relative;
}

/* iframe {
  display: block;
  max-width: 100%;
 padding-top: 50px;
  width: 100vw;
  height: 50vh;
  z-index: -1;
} */

code {
  white-space: normal;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  /* text-decoration: underline; */
}

.decoration-none,
.text-decoration-none {
  text-decoration: none;
}

.min-height100 {
  min-height: 100vh;
}
.height100 {
  height: 100vh;
}

.unstyled-list {
  padding: 0;
  margin: 0;
}

.unstyled-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.border-content {
  border: 8px solid;
  padding: 20px 16px;
}

.text-underline {
  text-decoration: underline;
}

.justify {
  text-align: justify;
}

.small-font {
  font-size: 12px;
}

.container {
  max-width: 1150px;
}

section {
  position: relative;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}

.padding-section,
.padding-content {
  padding: 30px 0;
}

.thumb-container {
  display: block;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.thumb-container.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* COLORS */

.gray,
.gray a,
a.gray {
  color: #adadad;
}

.gray-content {
  background-color: #adadad;
}

.lightgray-content {
  background-color: #e8e8e8;
}

.white,
.white a,
a.white {
  color: #fff;
}

.white-content {
  background-color: #fff;
}

.black,
.black a,
a.black {
  color: #000;
}

.dark,
.dark a,
a.dark {
  color: #414141;
}

.dark-content,
a.dark-content {
  background-color: #414141;
  color: #fff;
}

.dark-content a {
  color: #fff;
}

/* HEADINGS & FONTS CLASSES */

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family:Helvetica,arial,sans-serif;
  clear: both;
  line-height: 1.1;
  margin: 0 0 1.3rem;
  font-weight: 700;
  mix-blend-mode: difference;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-family: Helvetica,arial,sans-serif;
  clear: both;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

h1,
.h1 {
}

h2,
.h2 {
}

h3,
.h3 {
}

h4,
.h4 {
}

h5,
.h5 {
}

h6,
.h6 {
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

strong,
.bold,
.bold small {
  font-weight: 700;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.text-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* thecontent */

.thecontent {
}

.thecontent {
  font-size: 17px;
  mix-blend-mode: difference;
}

.thecontent ul {
}

.thecontent ul li {
  position: relative;
}

.thecontent ul > li:before {
  content: "";
}

.thecontent.featured-content {
}

.thecontent.featured-content p {
}



/* Lang selector */
.wpml-ls-current-language{
  display: none !important;
}

ul.menu li.menu-item.wpml-ls-item a{
  font-size: 14px !important;
}



#aside ul.menu > li {
  position: relative;
  margin: 0 0 9px;
  /*opacity: 0;*/
  /*transform: translate3d(0,-50px,0);*/
}

/* HEAD */

#head {
  padding: 10px 0px;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  mix-blend-mode: difference;
}

#head .logo {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  

}

#head .logo > * {
  transition: all 0.3s ease;
  display: block;
  mix-blend-mode: difference;
}



/* MAIN */
#main {
  position: relative;
  padding: 50px 20px 20px;
}
.fixed-head #main {
  padding-top: 45px;
}

body:not(.page-template-page-product) #head.transparent + #main {
  padding-top: 0;
}

/* owl carousel */
.owl-carousel {
}

.owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  text-align: center;
}

.owl-dots .owl-dot {
  width: 27px;
  height: 27px;
  line-height: 27px;
  position: relative;
  border-radius: 0;
  border: none;
  margin: 10px 5px 8px;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.owl-dots .owl-dot.active {
}

.owl-nav {
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 40px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev {
  background-image: url(img/svg/arrow_left.svg);
  right: 100%;
}

.owl-carousel .owl-nav .owl-next {
  left: 100%;
  background-image: url(img/svg/arrow_right.svg);
}

/* forms */
label {
  font-size: 15px;
}

.input-content,
.input-wrapper {
  position: relative;
  margin: 0 0 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0 solid transparent;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: #ededed;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px;
  margin: 0 0 30px;
  border-radius: 0;
  display: block;
  width: 100%;
  min-height: 131px;
  border: none;
  font-size: 14px;
  outline: none;
  background: #ededed;
}

/* easydropdown */
.dropdown {
  width: 100%;
  margin: 0;
  background: #ededed;
  min-height: 41px;
  border-radius: 0;
}

.dropdown .selected {
  font-style: normal;
  padding: 9px 10px 4px;
  font-size: 14px;
  color: #aaa;
}

.dropdown div {
  background: #ededed;
}

.dropdown ul {
  padding: 0;
  margin: 0;
}

.dropdown ul li {
  font-size: 14px;
  padding: 10px 12px;
  border-bottom: 1px solid #ccc;
}

.dropdown ul li.active {
}

.dropdown ul li.focus {
  background: #5ea10d;
  color: #fff;
}

/* checkbox-container */
ul.checkboxes {
  padding: 0;
}

.checkbox-container {
  position: relative;
}

.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.checkbox-container input[type="checkbox"] + label {
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}

.checkbox-container input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.checkbox-container input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.3s;
}

.checkbox-container input[type="checkbox"]:checked + label:after {
  background-color: #cb3959;
}

span.help-block.form-error {
  color: #fff;
  position: absolute;
  right: 0;
  background: #b94948;
  top: 100%;
  font-weight: 700;
  font-size: 9px;
  padding: 3px;
  z-index: 1;
}

/* footer */

#footer {
}

#footer a.logo {
}

#footer ul.social-links {
}

#footer .h3,
#footer .h4 {
}

#footer ul.menu {
  padding: 0;
  margin: 0;
}

#footer ul.menu > li {
  list-style: none;
  margin: 0 0 8px;
}

#footer ul.menu > li a {
  text-decoration: none;
}

/* wrapper */
/* Scroll */
#scrollbar {
  height: 100vh;
  background: rgb(0, 0, 0);
}


.scrollbar-track-x {
  height: 1px !important;
  bottom: 40px !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  display: none !important;
}
.scrollbar-track-x .scrollbar-thumb {
  height: 3px;
  top: -1px;
  display: none;
}

.wrapper {
  position: relative;
}

.wrapper .item img {
  display: block;
  
}

.centered {
  position:absolute;
  top:50%;
  left: 50%;
  /* padding: 0px 10vw; */
  transform: translate(-50%, -50%);
  




}
.centeredbottom {
  position:absolute;
  top:100%;
  left: 50%;
  /* padding: 0px 10vw; */
  transform: translate(-50%, 10%);
  
}
.bottomcentered {
  position:absolute;
  bottom: 0%;
  left: 0%;
  padding: 0px 10vw;
  transform: translate(0%, 0%);
  
  
}

.pixeltitle {
  text-align: center;
  font-weight: 900;
  font-size:3vh;
  margin: 0 0 4vh;
  opacity: 60%;
}
.pixeltitle1 {
  text-align: center;
  font-weight: 900;
  font-size:2vh;
  margin: 0;
  opacity: 60%;
}


/* .wrapper .keyminderitem img {
  display: block;
  height: 50vh;
} */
/* .wrapper .item .cvitem img {
  display: block;
  height: 50vh;
} */


/* .wrapper .item .home-item .cvimg {
  height: 20vh;
} */

.wrapper .item.home-item .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 10px;
  z-index: 2;
  height: 1rem;
  transition: all 0.4s ease;
  
}

.wrapper .item.home-item .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  z-index: 2;
  height: 1rem;
  opacity: 0;
  transition: all 0.4s ease;
}
/* cv */
.wrapper .item.home-item .cvtitle {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 10px;
  z-index: 2;
  height: 1rem;
  transition: all 0.4s ease;
}
.wrapper .item.home-item .cvsubtitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  z-index: 2;
  height: 1rem;
  transition: all 0.4s ease;
}
.wrapper .item.home-item .cvp {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 10px 10px;
  z-index: 2;
  height: 1rem;
  transition: all 0.4s ease;
}


.wrapper .item.home-item {
  
  /* border-top:20vh solid white; */
  /* margin-bottom: 20px; */
  /* margin: 10vh 0; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

}
.wrapper .item.home-item.black {
  
  /* border-top:20vh solid black; */
  /* margin-bottom: 20px; */
  /* margin: 10vh 0; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

}



.wrapper .item.home-item .video-wrapper {
  height: 100;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}

.wrapper .item.home-item .img-wrapper {
  width: 50vw;
 
  z-index: 2;
  position: absolute;
  left:25vw;
  bottom:420px;
  /* width: 100%; */
}

.wrapper .item.home-item a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.wrapper .item.home-item a video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .item {
  width: 100%;
  position: relative;
  
  /* border-bottom: 2px solid; */
}

.wrapper .item.size-half {
  /* padding: 20px 0px; */
  padding: 50px 40px ;
  
}
/* .wrapper .item:not(.size-half) + .item.size-half {
  border-right: 1px solid;
}
.wrapper .item.size-half + .item.size-half {
  border-left: 1px solid;
} */

.projectvideo{
  display:flex;
  object-fit:contain;
  
  padding-top: 50px;
  height: 50vh;
  /* width: 100vw; */
  flex-direction: column;
  justify-content:center;

}
.uivideo{
  display:flex;
  object-fit:contain;
  
  padding-bottom: 50px;
  /* height: 100vh; */
  width: 100vw;
  flex-direction: column;
  justify-content:center;

}
.pixelvideo{
  display:flex;
  object-fit:contain;
  
  padding-bottom: 50px;
  /* height: 100vh; */
  width: 100vw;
  flex-direction: column;
  justify-content:center;

}


.wrapper .item .cloudylogo img {
  width: 100%;
  padding:  0% 30%;
}

.wrapper .item.item-video {
 
}
.wrapper .item.item-video a {
  position: relative;
}
/* .wrapper .item.item-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  mix-blend-mode: multiply;
}
.wrapper .item.item-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/svg/play_white.svg) no-repeat center center;
  background-size: 80px;
} */

.arrow-right {
  position: fixed;
  border: 2px solid red;
  bottom: 0px;
  right: 10px;
  margin: 20px;
  padding: 10px;
}

.horizontal-scroll {
  padding: 0;
  display: flex;
  margin: 0;
  overflow-x: auto;
}
.horizontal-scroll > li {
  position: relative;
  height: 100vh;
  width: auto;
  list-style: none;
  padding-bottom: 30px;
}
.horizontal-scroll > li img {
  height: 100vh;
  max-width: none;
  display: block;
}

.block-text {
  padding: 50px 40px;
  text-align:center;
  
}

.block-text .title {
  position: relative;
  margin: 0 0 4vh;
  /* font-weight: 600; */
  /* background-color: rgba(255, 255, 255, 0); */
  padding: 2px 12px;
  border: 2px solid ;
  border-radius:2em;
  
  transition: 250ms ease;
  
}
.block-text :hover .title{
  position: relative;
  margin: 0 0 4vh;
 /* background-color: rgba(255, 255, 255, 0.5); */
 /* transform:rotateY(100); */
  padding: 2px 12px;
  border: 2px solid ;
  border-radius:2em;
  
  
}

.block-text .content {
  margin: auto;
}

.block-text .tags {
  font-size: 12px;
  margin: 30px auto 20px;
  display: block;
  max-width: 230px;
}
.block-text .year {
  font-size: 12px;
  mix-blend-mode: difference;
}
.block-text .pixeltitle {
  font-weight: 900;
  font-size: 3vh;
  margin: 0 0 4vh;
}


.fancybox-slide > * {
  outline: none;
  background: none;
}

.fancybox-slide--video video {
  max-height: 80vh;
}

/* Page about  */
.page-about .item {
  padding: 25px 25px 0 25px;
  border: none;
}

.page-about .item-photo {
  padding: 0;
}

.page-about .item-photo a {
  text-decoration: none;
}

.page-about .item-photo a:hover {
  text-decoration: underline;
}

.page-about .item-photo .fotografia {
  padding-top: 10px;
  font-size: 14px;
  padding-left: 25px;
}

.page-about .item-contact {
  max-width: 500px;
  padding: 100px 15px;
}

.page-about .web-design {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
}

.page-about .web-dev {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

.page-about .item-contact a {
  text-decoration: none;
}

.page-about .item-contact a:hover {
  text-decoration: underline;
}

.page-about .item.item-photo img {
  width: 100%;
}

.page-about .item-what-we-do p {
  margin: 0;
}

.page-template-page-contacto {
  overflow: hidden;
}

.thecontent {
  font-size: 16px;
}

.help {
  display: none;
}

.error404 .thecontent{
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*  RESPONSIVE (768, 992) */
@media (min-width: 992px) {
  /* generales */

  body {
    font-size: 20px;
  }

  body.home,
  body.single-proyecto {
    overflow: hidden;
  }
  .projectvideo{
    display: flex;
    object-fit:contain;
    padding-top: 50px;
    height: 100vh;
    width: auto;
    flex-direction: row;
    justify-content:center;
  }
  .uivideo{
    display:flex;
    object-fit:contain;
    
    padding:150px 50px 100px 50px  ;
    height: 100vh;
    /* width: 33vw; */
    flex-direction: column;
    justify-content:center;
  
  }
  .pixelvideo{
    display:flex;
    object-fit:contain;
    
    padding:50px 0px 0px 0px  ;
    height: 100vh;
    /* width: 33vw; */
    flex-direction: column;
    justify-content:center;
  
  }

  .pixeltitle {
    text-align: center;
    font-weight: 900;
    font-size:5vh;
    margin: 0 0 4vh;
  }
  .pixeltitle1 {
    text-align: center;
    font-weight: 900;
    font-size:3vh;
    margin: 0;
    opacity: 60%;
  }
  

  .item .thecontent,
  .wrapper .item.block-text .content {
    font-size: 1.8vh;
    margin: 0 0 8vh;
  }

  .item .thecontent p,
  .wrapper .item.block-text .content p {
    margin: 0 0 3vh;
  }


  .block-text .tags {
    font-size: 1.4vh;
    max-width: 30vh;
    margin: -1vh auto 3vh;
  }
  .block-text .year {
    font-size: 1.4vh;
  }
  .block-text .title {
    font-size: 3vh;
    margin: 0 0 4vh;
  }
  .block-text .pixeltitle {
    font-weight: 900;
    font-size: 4vh;
    margin: 0 0 4vh;
  }
 
  img.aligncenter {
    /* padding: auto; */
    margin: auto;
  max-block-size: 10vh;
  }


  .thecontent {
    font-size: 26px;
  }

  section.padding-content {
    padding: 60px 0;
  }

  .blockquote,
  blockquote {
    padding: 70px 50px;
  }

  h1,
  .h1 {
  }

  h2,
  .h2 {
  }

  h3,
  .h3 {
  }

  h4,
  .h4 {
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }

  /* head */

  #head {
  }
  #head .instagram {
    margin-left: 30px;
    width: 22px;
  }
  #head .instagram img {
    display: block;
  }
  #head .logo{
    font-size: 20px;
    

    /* border-bottom:5px solid #ffffff00; */
    max-width: fit-content;
    mix-blend-mode: difference;
    transition: transform 250ms ease-in;
    position: relative;
  }
  #head .logo::after{
    content: "";
    position:absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height:5px;
    background: currentColor;

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
  }

  #head .logo:hover {
    font-size: 20px;
    
    /* border-bottom:5px solid #ffffff; */
    opacity: 0.75;
    mix-blend-mode: difference;
  }

  #head .logo:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }


 

  #head ul.menu {
    padding: 0;
    margin: 5px 0;
  }

  #head ul.menu > li {
    list-style: none;
    margin: 0 0 0 24px;
    position: relative;
  }

  #head ul.menu > li.menu-item-has-children {
    position: relative;
    padding-right: 20px;
  }

  #head ul.menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #5ea10d;
    border-bottom: 2px solid #5ea10d;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }

  #head ul.menu > li.menu-item-has-children:hover:after {
    transform: rotate(-225deg);
    top: 9px;
  }

  #head ul.menu > li > a {
    text-decoration: none;
    /* padding: 5px 0; */
    transition: all 0.3s;
    position: relative;
    font-size: 20px;
  }
  #head ul.menu > li.current-menu-item > a {
    color: #888;
  }

  #head ul.menu > li > ul.sub-menu {
    padding: 15px;
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 60px;
    min-width: 480px;
    background-position: 10px center;
    box-shadow: 0 15px 29px -26px #555;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translate3d(-50%, -10px, 0);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
  }

  #head ul.menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, 0, 0);
  }

  #head ul.menu > li > ul > li {
    list-style: none;
    padding: 7px;
    width: 33.33333%;
    position: relative;
  }

  #head ul.menu > li > ul > li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 80%;
    width: 2px;
    background-color: #ededed;
    transform: translateY(-50%);
  }

  #head ul.menu > li:hover > ul > li {
  }

  #head ul.menu > li > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    font-size: 12px;
  }

  #head ul.menu > li > ul > li > ul {
  }

  #head ul.menu > li > ul > li > ul.sub-menu {
    padding: 10px 0 0;
  }

  #head ul.menu > li > ul > li > ul.sub-menu > li {
    list-style: none;
    margin: 0 0 1px;
  }

  #head ul.menu > li > ul > li > ul.sub-menu > li > a {
    text-decoration: none;
    font-size: 12px;
    white-space: pre;
    display: block;
    padding: 2px;
  }

  #head ul.menu > li > ul > li > ul.sub-menu > li.current-menu-item > a,
  #head ul.menu > li > ul > li > ul.sub-menu > li:hover > a {
    background: #ededed;
  }

  .single-proyecto .menu-main-menu-container{
    margin-right: 50px;
  }

  #trigger-menu {
    left: 10px;
  }

  .go-to-home {
    top: 14px;
    right: 7px;
  }

  .go-to-home:before {
    width: 30px;
    height: 2px;
  }
  .go-to-home:after {
    width: 2px;
    height: 30px;
  }

  /* scrolling */

  .scrolling.fixed-head #head,
  .scrolling .fixed-head #head {
    transform: translate3d(0, 0, 0);
  }

  /* main */

  #main {
    height: 100vh;
  }

  /* footer */
  #footer {
  }

  #footer .h3,
  #footer .h4 {
  }

  #footer ul.menu {
  }

  #footer ul.menu > li {
  }

  /* Scroll */

  .wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    counter-reset: item;
    height: 100vh;
    flex-wrap: nowrap;
  }

  .wrapper {
    flex-direction: row;
  }
 

  .wrapper .item, .wrapper .item .size-half{
    position: relative;
    /* padding: 150px 80px; */
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    height: 100vh;
    max-height: 100%;
    display: -webkit-box;
    display: flexbox; /*used to be flex safari bodder 1 px*/
    -webkit-box-align: end;/*used to be center*/
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:auto;
  }

  .wrapper .item.size-half {
    padding: 150px 80px;
    
  }


  .wrapper.single-project-wrapper .item,
  .wrapper .item.size-half + .item.size-half {
    border-left: none;
    border-bottom: none;
  }
  .wrapper.single-project-wrapper .item:not(:last-child) {
    border-right: 2px solid #ffffff;
  }

  .wrapper .item img {
    height: 100%;
    width: auto;
    z-index: 1;
  }
 

  .wrapper .item .keyminderimg img {
    bottom: 0%;
    height: 50vh;
    width: auto;
    z-index: 1;
  }
  /* .wrapper .item .cloudylogo img {
    width: 100%;
    padding:  0% 30%;
    z-index: 1;
  } */

  /* Home */

  .home .wrapper .item.home-item {
    width: auto;
    height: 100%;
  }
  

  .wrapper .item.home-item {
    /* min-width: 500px; */
    margin: 0;
    padding-bottom: 0;
    border: none;
    background-color: white;
  }
  .wrapper .item.home-item.black {
  
    /* min-width: 500px; */
    margin: 0;
    padding-bottom: 0;
    border: none;
    background-color: rgb(0, 0, 0);
  
  }

  /* .wrapper .item.home-item-cv {
    min-width: 500px;
    /* height:50vh; */
    /* padding-bottom: 0;
    border: none;
  } */ */

  .wrapper .item.home-item .video-wrapper {
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .wrapper .item.home-item .img-wrapper {
    height: 30vh;
   
    z-index: 2;
    position: absolute;
    left: 15px;
    bottom: 500px;
    width: 100%;
  }
  /* .wrapper .item.home-item .title {
    opacity: 0;
    bottom: 0;
    left: 5px;
    top: 50px;
    text-align: left;
    
  } */
  .wrapper .item.home-item .title {
    opacity: 0;
    left: 5px;
    bottom: 70px;
    text-align: left;
    mix-blend-mode: difference;
    
  }

  /* .wrapper .item.home-item .subtitle {
    opacity: 0;
    bottom: 0;
    left: 5px;
    top: 70px;
    text-align: left;
  } */
  
   .wrapper .item.home-item .subtitle {
    font-size: 4vh;
    opacity: 0.1;
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;
    
    /* left: 50%;
    bottom: 50px;
   
   
     */
     position:absolute;
     bottom:10%;
     left:50%;
     /* padding: 0px 30vh; */
     transform: translate(-50%, -50%);
  }

  .wrapper .item.home-item:hover .subtitle,
  .wrapper .item.home-item:hover .title {
    opacity: 0;
  }

  /* cv */
  .wrapper .item.home-item .cvtitle {
    opacity: 1;
    left: 5px;
    bottom: 70px;
    text-align: left;
    mix-blend-mode: difference;
    
  }
  .wrapper .item.home-item .cvsubtitle {
    opacity: 1;
    left: 5px;
    bottom: 50px;
    text-align: left;
    mix-blend-mode: difference;
    
  }
  .wrapper .item.home-item .cvp {
    opacity: 1;
    font-weight:100;
    left: 5px;
    bottom: 450px;
    text-align: left;
    mix-blend-mode: difference;
    
  }
  /* .wrapper .item.home-item .cvp:hover {
    transform:translateZ(100px);
    opacity: 1;
    font-weight:100;
    left: 5px;
    bottom: 450px;
    text-align: left;
    mix-blend-mode: difference;
    
  } */

  /* iframe{
    border:0px;
    background-color: #000;
    max-width: 100%;
    padding-top: 0px;
    width: 100vw;
    height: 100vh;
  } */

/* Container holding the image and the text */


/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position:absolute;
  top:50%;
  left:50%;
  /* padding: 0px 30vh; */
  transform: translate(-50%, -50%);
  




}
.centeredbottom {
  position:absolute;
  top:50%;
  left: 50%;
  /* padding: 0px 10vw; */
  transform: translate(-50%, -50%);
  
}
.bottomcentered {
  position:absolute;
  bottom: 6%;
  left: 0%;
  padding: 0vw 30vh;
  transform: translate(0%, 0%);
  
}
.centeredplay {
  position:absolute;
  bottom:2%;
  left:50%;
  /* padding: 0px 30vh; */
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.1);
  mix-blend-mode: difference;
  font-size: 2vh;
  font-weight: 400;
  transition: all 0.4s ease;
  
}
.centeredplay:hover {
  opacity: 0;
  position:absolute;
  bottom:2%;
  left:50%;
  /* padding: 0px 30vh; */
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  mix-blend-mode: difference;
  font-size: 2vh;
  font-weight: 400;
  
}








  /* SINGLE PROJECT */
  .wrapper .item.block-text {
    padding: 10vh 6vh;
    text-align: center;
    width: 60vh;
    line-height: 1.34;
  }
  /* .wrapper .item.pixel-text {
    padding: 10vh 6vh;
    text-align: center;
    width: 100vw;
    line-height: 1.34;
  } */

  .wrapper .item.block-text .content {
    margin: auto;
  }

  .tags {
    font-size: 13px;
  }

  .main-img {
    height: 100%;
    width: auto;
  }

  /* About */
  .page-about .item {
    border: none;
    height: 100%;
    line-height: 2.3vh;
    font-size: 1.6vh;
    align-items: flex-start;
    align-items: flex-start;
  }

  .page-about .item p {
    margin: 0 0 3vh;
  }

  .page-about .item .thecontent {
    height: 100%;
    position: relative;
    margin: 0;
  }

  .page-about .item-about {
    width: 51vh;
    padding-top: 14vh;
    padding-left: 1vh;
  }

  .page-about .item-what-we-do {
    padding-top: 14vh;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 2vh;
  }

  .page-about .item-what-we-do p {
    text-align: left;
    margin-bottom: 0;
  }

  .page-about .item-photo {
    max-width: 40vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 14.5vh 2.3vh 0 2vh;
  }

  .page-about .item-photo img {
    width: 100%;
    height: auto;
  }

  .page-about .item-awards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200vh;
    /* max-width: 192vh; */
    padding: 14vh 2vh 0 2vh;
    margin-left: 7vh;
  }

  .contact-section {
  }
  .contact-section .thecontent {
    font-size: 2.7vh;
  }
  .contact-section p {
    margin: 0px 0 4.5vh;
  }

  .help {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50vw;
    display: flex;
  }

  .help__block {
    opacity: 0;
    display: flex;
    padding: 10px;
    animation: fadeinout 8s forwards;
    animation-delay: 1s
  }

  @keyframes fadeinout {
    0%{ opacity: 0; }
    15%{ opacity: 1; }
    30% { opacity: 0; }
    45%{ opacity: 1; }
    60%{ opacity: 0; }
    75% { opacity: 1; }
    90% { opacity: 0; }
  }

  .help__block:nth-child(1) {
  }

  .help__block:nth-child(2) {
    width: 60%;
  }

  .help__icon {
  }

  .help__text {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
  }
  
  .help__text strong{
    padding-right: 5px;
  }

  .page-about .item-photo .fotografia {
    padding-left: 0;
  }
}

@media (min-width: 1320px) {
  .help {
    width: 35vw;
  }
}

@media (min-height: 800px) {
  .item .thecontent {
  }
}
