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

body {
  font-family:Helvetica,arial,sans-serif;
 
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  line-height: 1.3;
  font-size: 17px;
  /* -webkit-font-smoothing: antialiased; */
  margin: 0;
  opacity: 1;
  transition: 0.5s opacity;
}
@font-face {
  font-family: 'hklogofont';
  
  src: url(../font/proximanovabold.otf); font-weight: bold;
  
}
@font-face {
  font-family: 'hklogofont';
  
 
  src: url(../font/proximanova.ttf);font-weight: normal;
}
/* 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 {
  margin: auto;
  display: block;
  /* max-block-size: 10vh; */
}

p {
  margin: 0 0 25px;
}

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

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

.relative {
  position: relative;
}

iframe {
  max-width: 100%;
}

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 {
}

/* buttons */
button,
.button,
input[type="submit"],
a.button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  padding: 9px 26px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  white-space: nowrap;
  background-color: #1f9b1f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.button.large-button {
  font-size: 19px;
  padding: 15px 20px;
  margin: 30px auto;
}

.button.small-button {
  font-size: 13px;
  padding: 8px 28px;
}

.button:hover {
  opacity: 0.8;
}

.button.animated-button {
  position: relative;
  overflow: hidden;
  transition: all 0.2;
}

.button.animated-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 93%;
  height: 100%;
  transform-origin: center center;
  background: #414141;
  transform: skewX(23deg) translateX(-50%) scale3d(0, 1, 1);
  transition: all 0.2s ease;
}

.button.animated-button > * {
  position: relative;
  transition: all 0.2s ease;
  z-index: 1;
}

.button.animated-button:hover {
  color: #fff;
}

.button.animated-button:hover:before {
  transform: skewX(23deg) translateX(-50%) scale3d(1, 1, 1);
}

.button.animated-button:hover > * {
  color: #fff;
}

/* aside */
/* #aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s,
    -webkit-transform 0.5s, -o-transform 0.5s;
  will-change: transform, opacity, visibility;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 30px 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #00000000;
}

.menu-active #aside:before {
  transform: translate3d(0, 0%, 0);
}

.menu-active #aside:after {
  opacity: 0.08;
}

.menu-active #aside {
  opacity: 1;
  visibility: visible;
} */

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

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

/* #aside > div {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#aside header {
  border-bottom: 1px solid #b6221e;
  margin-bottom: 20px;
}

#aside header img {
  width: 134px;
}

#aside header ul.languages {
}

#aside header ul.languages > li {
}

#aside header ul.languages > li * {
}

#aside header ul.languages > li .active {
}

#aside ul.menu {
  margin: 0 auto;
  list-style: none;
  overflow-x: hidden;
  padding: 0;
} */

#aside ul.menu > li {
  position: relative;
  margin: 0 0 9px;
  /*opacity: 0;*/
  /*transform: translate3d(0,-50px,0);*/
}
/* 
.menu-active #aside ul.menu > li {
  transition: all 0.7s;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#aside ul.menu > li > a {
  display: block;
  font-size: 35px;
  text-decoration: none;
  padding: 2px 0;
  line-height: 1.1;
  padding: 15px 6px;
  text-align: center;
}

#aside ul.menu > li > a {
}

#aside ul.menu > li.disabled > a {
  color: #f5f5f5;
}

#aside ul.menu > li.menu-item-has-children > a {
  padding-right: 20px;
}

#aside ul.menu > li.current-menu-item > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor:hover > a {
}

#aside ul.menu > li.menu-item-has-children > a {
  position: relative;
}

#aside ul.menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #eaebe8;
}

#aside ul.menu > li.menu-item-has-children.sub-menu-active > a:after {
  transform: rotateX(180deg);
}

#aside ul.menu > li {
  margin: 0;
}

#aside .instagram {
  display: block;
  margin: 20px auto;
  width: 30px;
}

#aside .instagram img {
  width: 100%;
  display: block;
} */

/* 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;
}

/* TRIGGER MENU */
/* 
#trigger-menu {
  position: relative;
  width: 40px;
  height: 30px;
}
#trigger-menu:before,
#trigger-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#trigger-menu:before {
  width: 20px;
  height: 2px;
}
#trigger-menu:after {
  width: 2px;
  height: 20px;
}
.menu-active #trigger-menu:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.menu-active #trigger-menu:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.single-proyecto #trigger-menu,
.single-proyecto .menu-principal-container {
  display: none;
}

.single-proyecto #head .instagram {
  display: none !important;
}

.single-proyecto .inner-slider-arrows {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}

.single-proyecto .inner-slider-arrows .inner-slider-arrow-prev {
  cursor: url(img/svg/arrow-left.svg) 0 25, pointer;
  width: 50%;
  height: 100%;
}

.single-proyecto .inner-slider-arrows .inner-slider-arrow-next {
  cursor: url(img/svg/arrow-right.svg) 56 25, pointer;
  width: 50%;
  height: 100%;
} */

/* Go back to home */
/* .go-to-home {
  position: fixed;
  width: 40px;
  height: 30px;
  top: 10px;
  right: 15px;
  z-index: 9;
}
.go-to-home:before,
.go-to-home:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.go-to-home:before {
  width: 20px;
  height: 2px;
}
.go-to-home:after {
  width: 2px;
  height: 20px;
} */

/* 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;
}


/* .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;
  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-bottom: none;
  margin-bottom: 20px;
  -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: 100px 80px;
  
}
/* .wrapper .item:not(.size-half) + .item.size-half {
  border-right: 1px solid;
}
.wrapper .item.size-half + .item.size-half {
  border-left: 1px solid;
} */
.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 25px;
  text-align: center;
}

.block-text .title {
  position: relative;
  margin: 0 0 40px;
}
.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;
}

.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;
  }

  .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;
  }

  .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;
  }
  #head .logo:hover {
    font-size: 20px;
  
    border-bottom:5px solid #ffffff;
    opacity: 0.75;
    mix-blend-mode: difference;
  } */
  #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: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:auto;
  }

   


  .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;
  }

  /* Home */

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

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

  /* .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 {
    
    
    z-index: 2;
    position: absolute;
    left: 15px;
    bottom: 480px;
    top: 50px;
    
  }
  /* .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 {
    opacity: 0;
    left: 5px;
    bottom: 50px;
    text-align: left;
    mix-blend-mode: difference;
    /* transition-delay: 250ms; */
  }

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

  /* 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;
    
  } */

  /* SINGLE PROJECT */
  .wrapper .item.block-text {
    padding: 10vh 6vh;
    text-align: center;
    width: 60vh;
    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 {
  }
}
