/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

@font-face {
  font-family: 'telegraf';
  src: url('/wp-content/fonts/telegraf-light-webfont.woff2') format('woff2'),
    url('/wp-content/fonts/telegraf-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'telegraf';
  src: url('/wp-content/fonts/telegraf-regular-webfont.woff2' ) ); ?>') format('woff2'),
    url('/wp-content/fonts/telegraf-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'telegraf';
  src: url('/wp-content/fonts/telegraf-medium-webfont.woff2') format('woff2'),
    url('/wp-content/fonts/telegraf-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'telegraf';
  src: url('/wp-content/fonts/telegraf-semibold-webfont.woff2') format('woff2'),
    url('/wp-content/fonts/telegraf-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'telegraf';
  src: url('/wp-content/fonts/telegraf-bold-webfont.woff2') format('woff2'),
    url('/wp-content/fonts/telegraf-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.navbar-nav {
    margin: 7.5px -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-nav>li {
    list-style: none !important;
    text-transform: uppercase;
}


a{
    color: inherit !important;
}

.post-navigation{
    position: relative !important;
        margin-bottom: 3vh;

}

.worksection4 .section-wrapper, .worksection5 .section-wrapper {
    margin: 20vh 0 4vh !important;
}

.pager{
        width: 100% !important;
}

.pager a {
background-color: transparent;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 20pt;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: transparent;
    text-decoration: underline;
}

.pager .previous>a svg, .pager .next>a svg{
   height: 0.8em;
    position: relative;
    transform: rotate(-135deg);
    top: 0.1em;
}

.pager .previous>a svg{
       height: 0.8em;
    position: relative;
    top: 0.1em;
    transform: rotate(-315deg) !important;
}

.pager span{
    display: none;
}

/* reveal-text ----------------------------------------------------------------------------------*/

.reveal-text {
	visibility: hidden;
  }
  
  .line {
	position: relative;
	overflow: hidden;
	display: flex;
  }
  
  
/* BLOBSBG ----------------------------------------------------------------------------------*/



.wrapbubble {
  overflow: hidden;
  position: relative;
  height: 100vh;
  filter: blur(80px)
}

canvas#bubble {
  width: 100%;
  height: 100%;
}




/* MARQUEEE ----------------------------------------------------------------------------------*/


	.marquee_wrapper {
		margin-top: 10vh;
		overflow: hidden;
		width: 100vw;
		left: -10vw;
		position: relative;
	}
	
	.showcase_marquee_track {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		padding: 0.2vh;
	}
	
	.showcase_marquee_list {
		height: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.showcase_marquee_flex {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.marquee_chat {
		margin: 0;
		overflow: hidden;
	}
	
	.marquee_chat p {
		margin: 0px !important;
		padding: 0px !important;
		color: #fff;
		display: block;
	}
	
	@keyframes reveal {
		0% {
		transform: translate(0, 100%);
		}
	
		100% {
		transform: translate(0, 0);
		}
	}
	
    #marqueebio {
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        font-size: 50vh;
        text-transform: uppercase;
        opacity: 0.1;
        pointer-events: none;
        margin-top: -59.5vh;
        margin-bottom: 0px;
        height: 1.1em;
    }
	
	#marquee1 {
		display: inline-block;
		animation: marquee 30s linear infinite;
		position: relative;
	}
	
	#marquee2 {
		display: inline-block;
		animation: marquee2 30s linear infinite;
		animation-delay: 10s;
		position: relative;
	
	}
	
	@keyframes marquee {
		from {
		transform: translateX(35%);
		}
	
		to {
		transform: translateX(-165%);
		}
	}
	
	@keyframes marquee2 {
		from {
		transform: translateX(-35%);
		}
	
		to {
		transform: translateX(-235%);
		}
	}



/* SWIPER SLIDER ----------------------------------------------------------------------------*/

  .portfoliomin {
		width: 100%;
	
	}
  
  .textoportfolio {
	top: 18vh;
	height: fit-content;
	width: 100%;
  }
  
  .swiper {
	width: 100%;
	height: 100%;
  }
  
  .mySwiper2 {
	height: auto;
	top: 0%;
	position: relative;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
  }
  
  .buttonwrapper {
	display: flex;
	bottom: 0;
	width: 100%;
	display: none;
  }
  
  .contentwrapper .textos {
	opacity: 0;
	position: absolute;
	display: none;
  }
  
  .contentwrapper .infoproject {
	padding: 4% 4%;
	text-align: center;
	font-size: 11pt;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	opacity: 0;
	transition: all 0.3s ease-in-out !important;
  }
  
  .contentwrapper:hover .infoproject {
	opacity: 1;
  }
  
  .contentwrapper .infoproject h2 {
	font-size: 11pt;
	font-weight: 300;
  }
  
  .contentwrapper .infoproject p {
	opacity: 0.5;
	font-weight: 300;
  }
  
  .swiper-wrapper {
	height: auto;
  }
  
  .swiper2imgwrapper {
	height: 72vh !important;
	width: 100% !important;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
  }
  
  .swiper-slide {
	height: auto !important;
	transition: opacity 0.3s ease-in-out !important;
	opacity: 0.9;
	transform: rotate3d(0) rotate3d(0);
  }
  
  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
	border-radius: 30px;
	overflow: hidden;
  }
  
  
  .swiper-button-next,
  .swiper-button-prev {
	top: calc(65% + 50px) !important;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 20px !important;
	color: white;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	animation: prevnext 0.35s ease-in forwards 0s;
  }
  
  .swiper-button-next:hover:after,
  .swiper-button-prev:hover:after {
	background-color: transparent;
	color: #fff;
	height: 50px;
	width: 50px;
	min-width: 50px;
	animation: nextprev 0.35s ease-in forwards 0s;
  }
  
  .swiper-button-next {
	right: -75px !important;
  }
  
  .swiper-button-prev {
	left: -75px !important;
  }
  
  
  @keyframes nextprev {
	0% {
	  background-color: transparent;
	  color: #fff;
	  height: 50px;
	  width: 50px;
	  min-width: 50px;
	}
  
	70% {
	  background-color: #fff;
	  color: #000;
	  height: 70px;
	  width: 70px;
	  min-width: 70px;
	}
  
	100% {
	  background-color: #fff;
	  color: #000;
	  height: 50px;
	  width: 50px;
	  min-width: 50px;
	  pointer-events: all;
	}
  }
  
  @keyframes prevnext {
	0% {
	  background-color: #fff;
	  color: #000;
	  height: 50px;
	  width: 50px;
	  min-width: 50px;
	}
  
	40% {
  
	  height: 70px;
	  width: 70px;
	  min-width: 70px;
	  pointer-events: none;
	  background-color: #fff;
	  color: #000;
	}
  
	100% {
	  background-color: transparent;
	  color: #fff;
	  height: 50px;
	  width: 50px;
	  min-width: 50px;
	  pointer-events: all;
	}
  }
  
  
  .swiper-slide:hover {
	opacity: 1;
  }
  
  .infopotfolios {
	position: absolute;
	position: absolute;
	display: flex;
	width: 100%;
	height: 85%;
	top: 0px;
	left: 0px;
	z-index: 1;
	align-items: center;
	justify-content: center;
	pointer-events: none;
  }
  
  .infopotfolios .popupdiv {
	text-align: center;
  }
  
  .infopotfolios h2 {
	overflow: hidden;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
	height: 1.2em;
  }
  
  .infopotfolios h2 p {
	animation: reveal 0.4s ease-in-out forwards 0s;
  }
  
  .infopotfolios .popupdiv>p {
	opacity: 0;
	margin-top: -5px;
	animation: fadein 0.4s ease-in forwards 0.4s;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.432);
	text-transform: uppercase;
  }
  
  .popupdiv h2 svg {
	height: 0.95em;
	transform: rotate(-135deg);
	top: 0.15em;
	position: relative;
  }
  
  .infoprojectfooter {
	margin-top: 15px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s !important;
  }
  
  .swiper-slide:hover .infoprojectfooter {
	opacity: 0.9;
	transition: all 0.4s ease-in-out 0.3s !important;
  }
  
  .infoprojectfooter>div {
	display: flex;
	justify-content: space-between;
	padding: 0 3.5%;
  }
  
  .infoprojectfooter>div:nth-child(2) {
	opacity: 0.5;
  }


  

/* GRID CURRO  -------------------------------------------------------------------------------------------------- */

.grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin: 0 auto;
	margin-bottom: 5vh;
  }
  
  .grid-item {
	text-align: center;
	padding: 0px;
	font-size: 20px;
	height: 200px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex: 0 0 calc(33.333% - 2%);
	transition: all 0.5s ease 0s;
  }
  
  .grid-item .mastrabajos-imagen {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease 0s;
  
  }
  
  .grid-item .mastrabajos-texto {
	height: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	padding: 0 30px !important;
	font-size: 14px;
	transition: all 0.5s ease 0s;
	opacity: 0;
  }
  
  .grid-item:hover .mastrabajos-imagen {
	transition: all 0.5s ease;
	height: 59%;
	opacity: 1;
  }
  
  .grid-item:hover .mastrabajos-texto {
	transition: all 0.5s ease 0s;
	height: 30%;
	opacity: 1;
  }
  
  .grid-item .mastrabajos-imagen img {
	max-width: 45%;
	filter: brightness(0) invert(1) grayscale(1);
	transition: all 0.5s ease 0s;
	height: unset;
  }
  
  .grid-item:hover .mastrabajos-imagen img {
	filter: brightness(1) grayscale(0);
	transition: filter 0.5s ease;
  }
  
  



  
  /* BUTTON ----------------------------------------------------------------------------------*/
  
  
  
  .containerbutton {
	position: relative;
	height: 250px !important;
	width: 250px !important;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	margin: 0px auto;
	display: flex;
  }
  
  .slide {
	position: absolute;
	height: 102px !important;
	width: 102px !important;
	background: none;
	border-radius: 500px;
	transition-delay: 0s !important;
	background-color: rgba(255, 255, 255, 0.226)fff;
  }
  
  .slide.two {
	background: none;
	border-radius: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	opacity: 0;
	animation: fadein 0.1s ease-in forwards 0.8s;
  }
  
  .slide.three {
	background: none;
	border-radius: 500px;
	opacity: 0;
	border: solid 1px #fff;
	animation: fadein 0.1s ease-in forwards 0.8s;
  }
  
  @keyframes fadein {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
  .circlecontact {
	width: 102px;
	margin: 0vh auto;
	padding: 0px;
	border: 0px;
	height: 102px;
	background: transparent;
  }
  
  .circlecontact button>span {
	height: 102px;
	width: 102px;
	padding: 0 41%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	animation: circlespan 0.5s ease-in forwards 0.4s;
  }
  
  @keyframes circlespan {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
  .btncircle {
	width: 102px;
	height: 102px;
  }
  
  .btncircle circle {
	fill: transparent;
	stroke: #ffffff;
	stroke-width: 1px;
	stroke-dasharray: 471;
	stroke-dashoffset: 471;
	animation: clock-animation 1s ease-in-out forwards;
	transform-origin: center !important;
	opacity: 0.9;
  }
  
  @keyframes clock-animation {
	0% {
	  stroke-dashoffset: 471;
	}
  
	100% {
	  opacity: 1;
	  stroke-dashoffset: 0;
	  -webkit-transform: rotate(900deg);
	  transform: rotate(900deg);
	}
  }
  
  .containerbutton .one .txtbutton {
	opacity: 0;
	transition: all 0.2s ease-in-out 0.1s;
	position: absolute;
	display: flex;
	height: 102px;
	width: 102px;
	justify-content: center;
	align-items: center;
	text-align: center;
	animation: fadein 0.4s ease-in forwards 0.5s;
  }
  
  .containerbutton:hover .one .txtbutton {
	opacity: 0 !important;
	transition: all 0.3s ease-in-out 0.2s;
	transform: scale(1.2);
  }
  
  .containerbutton .two .union1 {
	opacity: 0;
  }
  
  .containerbutton:hover .two .union1 {
	opacity: 1 !important;
	transform: scale(2.1);
	transition: all 0.3s ease-in-out 0.2s;
  }

  
/* HEADER ----------------------------------------------------------------------------------*/


nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #e7e7e7;
	transition: all 0.3s;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 0vh 9vw;
  }
  
  .nav-up {
	top: -70px;
  }
  
  .logowrapper {
	position: relative;
	width: 70px;
	height: 100%;
  }
  
  .logowrapper img {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0px;
  }
  
  #logoblack {
	opacity: 0;
  }
  
  .name {
	position: relative;
	font-weight: 500;
	top: 19%;
	letter-spacing: 0.25em;
	left: 8%;
	width: 28%;
	text-align: left;
  }
  
  

  
  /* BURGERMENU ----------------------------------------------------------------------------------*/
  
  
  .wrapperburger {
	display: flex;
	height: 70px;
	width: 70px;
	justify-content: flex-end;
	align-items: center;
  }
  
  .wrapperburger .navbar-toggler {
	border: none;
	background: transparent;
	padding: 0px !important;
	margin: 0px;
  }
  
  .wrapperburger .navbar-toggler svg {
	padding-top: 10px;
	padding-bottom: 4px;
	overflow: visible;
  }
  
  .wrapperburger .navbar-toggler .line {
	stroke: white;
	stroke-width: 5px;
  }
  
  #menu {
	position: fixed;
	height: 100%;
	width: 100% !important;
	background: #fff;
	color: white;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -100%;
	left: 0%;
	transition: all ease 0.7s;
	gap: 0vh;
	z-index: 8;
	flex-direction: column;
  }
  
  #menu a {
	line-height: 40px;
	transition: all 0.2s ease 0s;
  }
  
  #menu a:hover {
	font-weight: 700;
	font-size: 120%;
  }
  
  #menu::before {
	content: "Menu Closed";
  }
  
  #menu.open {
	background: #fff;
	color: black;
	top: 0;
  }
  
  #menu.open::before {
	content: "";
  }
  
  
  

  
/* GENERAL ----------------------------------------------------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: 'telegraf';
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  user-select: none;
  display: grid;
  background-color: #090909;
  color: #FFF;
  overscroll-behavior: none;
  font-family: 'telegraf';
  scroll-behavior: smooth;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.main-content{
	width: 100vw;
}

a {
  color: inherit;
  text-decoration: none;
}

.union1 {
  height: 1em;
}


section {
  height: auto;
  width: 80vw;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: opacity 0.5s;
}

.linewrapper{
	width: 0%;
	position: relative;
}

.liquid-button {
  margin: auto;
  width: 100%;
  stroke: #ffffff;
  fill: none;
}

.sectiontext {
  position: relative;
  margin-top: -170px;
  pointer-events: none;
}

svg,
path {
  transform: translateZ(0);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* FONTS ----------------------------------------------------------------------------*/

.peque_upp {
	text-transform: uppercase;
	font-size: 1.4vh;
	font-weight: 300;
  }
  
  .mid,
  .popupdiv>p {
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: -0.01em;
  }
  
  .big {
	font-size: 3vh;
	line-height: 1.2em;
	letter-spacing: -0.03em;
  }
  
  .bigger,
  .popupdiv h2 {
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-size: 7vh;
	font-weight: 500;
	line-height: 0.85em;
  }
  
  .biggest {
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-size: 7vw;
	font-weight: 500;
	line-height: 0.85em;
  }
  
  
  /* CANVAS GAME ----------------------------------------------------------------------------------


.canvasgame {
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: 1;
  overflow: hidden !important;
  margin-top: 140px;

}

.canvasgame canvas {
  background: transparent !important;
  border: none;
  border-radius: 30px;
  border: 1px solid #ffffff9a;
  pointer-events: none !important;
  position: relative;
  pointer-events: none !important;
  width: 100% !important;
  height: 100%;
  margin: 0px auto !important;
}

.bubble-text {
  font-size: 1vw;
  color: #ffffffb7;
  font-weight: 400;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  height:11.2vw;
  width: 11.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100%;
  margin-left: -5.6vw;
  margin-top: -5.6vw;
  background-color: transparent;
}

.bubble-text:hover {
background-color: white;
color: black !important;
}

*/



/* IMGCANVAS ----------------------------------------------------------------------------------*/

.imgcanvas, .swiper2imgwrapper  {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: relative;
  }
  
  .imgcanvas img, .swiper2imgwrapper img {
	object-fit: cover !important;
	position: relative;
  }

/* NOISE BG ----------------------------------------------------------------------------------*/

.bgbody {
    background-image: url(/wp-content/uploads/2024/04/noise.gif);
    background-repeat: repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0vh;
    overflow: hidden;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transition: all 0.4s ease-in 0s;
    mix-blend-mode: multiply;
}
  
  .linewrapper {
	width: 0%;
  }

/* BGSAHDOWS ----------------------------------------------------------------------------*/

.bgshadows {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0vh;
	overflow: hidden;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #1a1a1ade;
	border-radius: 0px;
	transition: all 0.4s ease-in 0s;
	mix-blend-mode: exclusion;
	transform: translateZ(0);
  }
  
  .conctactshadows {
	position: fixed;
	height: 71vh;
	top: 18vh;
	width: 80%;
	border: 1px solid #ffffffc0;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
  }
  


/* CURSOR circle---------------------------------------------------------------------------*/


body,
* {
  cursor: none !important;
}

.cursor-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  z-index: 9999999;
  opacity: 0.9;
}

.cursor-container .cursor {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}

.cursor-container .follower {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

.cursor-container .linker {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: red;
  border-radius: 50%;
}

.cursor-container.active {
  mix-blend-mode: difference;
}

.cursor-container.active>div {
  transform: scale(1) !important;

}

.cursor-container.active>div {
  transform: scale(8) !important;
  transition: 0.3s cubic-bezier(0.75, 0, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
}





  
/* SECCION 1 ----------------------------------------------------------------------------*/

.section1.hero {
	height: 70vh;
	position: relative;
	z-index: 1;
  }
  

  
  .hero .introsection {
	margin-top: 30vh;
	/* animation: fadein 1s ease-in forwards 1s; */

  }
  
  .main-menu {
	opacity: 1;
  }
  
  .hero .introsection .union1 {
	position: relative;
	top: 2px;
	left: 4px;
  }
  
  .hero .contenthero {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5vh;
  }
  
  .textohero {
	text-transform: uppercase;
	font-size: 1.15vw;
	line-height: 1.1em;
	font-weight: 500;
	  /* animation: fadein 1s ease-in forwards 1s; 
	opacity: 0;*/
	max-width: 30%;
  }
  
  
  /* SECCION 2 ----------------------------------------------------------------------------*/
  
  
  .section2 {
	height: auto;
	position: relative;
	z-index: 0;
  }
  
    .section2 .contenidoabout {
        display: flex;
        position: relative;
        gap: 5%;
        margin-top: 155px;
        z-index: 1;
        /* margin-bottom: 100px; */
        justify-content: space-between;
    }
  
  .section2 .contenidoabout .textobio {
	margin-top: 7vh;
	max-width: 25vw;
  
  }
  
  .containerbutton>div {
	display: none;
  }
  
  .section2 .txtbiowrpr {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
  }
  
  .section2 .sectiontext{
	opacity: 0;
  }
  
  .contenidoabout .reveal {
	height: 80vh;
	width: 100%;
	max-width: 55%;
  }
  
  
  .reveal {
  
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
  }
  
  
  
  
  
  
  /* SECCION 3 ----------------------------------------------------------------------------*/
  
  
  .section3.portfolio {
	height: auto;
  }
  
  .portfolio .portfolioxtx {
	gap: 5%;
	margin-top: 5vh;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin: 0px auto;
	margin-top: 5vh;
  }
  
  .portfolio .portfolioxtx>div {
	margin: 10vh 0;
	width: 50%;
  }
  
  .portfolio .swiper-slide h2 svg {
	height: 0.8em;
  }
  
  .portfolio .into-link.dos {
	display: none !important;
  }
  
  
  /* SECCION 4 ----------------------------------------------------------------------------*/
  
  
  .section4.game {
	height: calc(100vh + 140px);
  }
  
  .game .textogame {
	position: absolute !important;
	top: 50vh !important;
	margin: 0px auto;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	mix-blend-mode: difference;
	pointer-events: none;
	text-align: center;
  
  }
  
  .textogame h2 p,
  .domain p {
	position: relative;
	overflow: hidden;
	height: 0.85em;
  }
  
  .textogame h2 p span,
  .domain p span {
	position: relative;
	overflow: hidden;
	transform: translateY(1em);
	top: 0.85em;
  }
  
  /* SECCION 5 ----------------------------------------------------------------------------*/
  
  
  .section5.contact {
	height: 118vh;
  }
  
  .section5.contact .section-wrapper {
    display: flex;
    position: absolute;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    bottom: 10vh;
    width: 100%;
  }
  
  .contact .textocontacto {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 100%;
  }
  
  .contact .containerbutton {
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
  }
  
.textfooter {
    position: absolute;
    width: fit-content;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: white;
    line-height: 1px; 
    left: 0; 
    right: 0; 
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 26px;
    padding-top: 4vh;
}
  
.domain {
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    max-width: 60vw;
    margin-top: 2vh;
}
  
  .domain .line {
	justify-content: center;
  }




/* ABOUT PAGE------------------------------------------------------------------------------------------------------------------------------------------ */

.aboutsection1 {
	height: 100vh;
  }
  
  .aboutsection1 .heroimg {
	position: relative;
	height: 78vh;
	margin-top: 100px;
  }
  
  .aboutsection2 {
	height: auto;
  }
  
  .aboutsection2 .aboutbiotxt {
	position: relative;
	margin: 15vh 0;
	display: flex;
	gap: 10vh;
	flex-direction: column;
  }
  
  .aboutsection2 .aboutbiotxt .textofull,
  .aboutsection5 .textofull {
	padding-right: 35%;
  }
  
    .aboutsection3, .aboutsection4 {
        height: auto;
        margin-top: -85px;
    }
  
  .aboutsection3 .textofull,
  .aboutsection4 .textofull {
	margin-top: 15vh;
	margin-bottom: 10vh;
	text-align: right;
	padding-left: 50%;
  }
  
  .aboutsection3 .textofull .appear span,
  .textofull .appear span,
  .aboutsection2 .appear span {
	display: inline;
  }
  
  .sliderwrapper,
  .sliderwrapperdos {
	margin-bottom: 12vh;
	width: 100vw;
	position: relative;
	left: -10vw;
	overflow: hidden !important;
  }
  
  
  .sliderwrapper .slider {
	display: flex;
	gap: 2vw;
	width: 200%
  }
  
  .sliderwrapperdos .sliderdos {
	display: flex;
	gap: 2vw;
	width: 200%;
	position: relative;
	right: 100%;
  }
  
  .imgsliderwraper {
	width: 60%;
	height: 40vh;
	border-radius: 30px;
	overflow: hidden;
  }
  
  .imgsliderwraper img {
	border-radius: 30px;
	overflow: hidden;
  }
  
  .textoless .container>div:nth-of-type(1) {
	flex: 1 0 0;
  }
  
  .textoless .container>div:nth-of-type(2) {
	flex: 6 0 0;
  }
  
  
  .aboutsection5 {
	height: auto;
  }
  
  .aboutsection5 .textofull {
	margin: 15vh 0 10vh 0;
  }
  
  .textofull img {
	height: 1em;
	width: auto;
	display: inline;
  }
  
  
  
  .textoless {
	width: 70%;
	margin: 0 auto;
  }
  
  .textoless .container {
	display: flex;
	gap: 5vh;
  }
  


#trp-floater-ls {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    overflow: hidden;
    /* height: 58px; */
    text-align: center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    width: 71px !important;
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
    min-width: 0px !important;
}

.trp-language-wrap a {
    display: block;
    padding: 10px 24px 10px 24px !important;
    font-size: 90%;
}

#trp-floater-ls.trp-bottom-right {
    right: 3%;
}



/* WORK PAGE------------------------------------------------------------------------------------------------------------------------------------------ */

.textoless .appear span {
	display: inline;
  }
  
  .worksection1 {
	height: auto;
	padding-bottom: 80px;
  }
  
  .worksection1 .section-wrapper {
	display: flex;
	position: relative;
	gap: 5%;
	margin-top: 15vh;
  }
  
  .worksection1 .section-wrapper,
  .aboutsection1 .section-wrapper {
	opacity: 0;
  }
  
  .worksection1 .section-wrapper .infoproj {
	flex: 1 0 0;
	display: flex;
	gap: 4%;
	position: relative;
	margin-top: 40vh;
	flex-direction: column;
	width: 100px;
  }
  
  
  .worksection1 .section-wrapper .parteimg {
	flex: 5 0 0;
  }
  
  .worksection1 .section-wrapper .heroimg {
	height: 120vh;
	margin-top: 3vh;
  }
  
  .worksection1 .section-wrapper .liquid-button {
	margin: auto;
	width: 100%;
	stroke: #ffffff;
	fill: none;
  }
  
  .worksection1 .section-wrapper .claim {
	position: absolute;
	bottom: 15vh;
	width: 59vw;
	pointer-events: none;
  }
  
  .worksection2,
  .worksection3 {
	height: auto;
  }
  
  .worksection2 .section-wrapper,
  .worksection3 .section-wrapper {
	margin: 15vh 0;
  
  }
  
  .worksection2 .sliderwrapper {
	margin: 15vh 0;
  }
  
  .worksection2 .videowrapper {
	margin: 10vh 0;
  }
  
  .hometitile {
	margin-bottom: 5vh;
  }
  
  .worksection3 .designflex {
	margin-top: 15vh;
	display: flex;
	gap: 4%;
	margin-bottom: 15vh;
  }
  
  .worksection3 .designflex .homecontentimg {
	flex: 2 0 0;
  }
  
  .worksection3 .designflex .ui-info {
	flex: 1 0 0;
  }
  
  .ui-info .container {
	display: block;
	gap: 2vh;
	margin-bottom: 5vh;
	flex-direction: column;
	width: 100%;
  }
  
  .ui-info .containertext {
	display: flex;
	gap: 2vh;
	flex-direction: column;
  }
  
  .ui-info .containertext .color {
	padding: 15px;
	border-radius: 10px;
  }
  
  .ui-info .containertext>div {
	display: flex;
	gap: 1vh;
	flex-direction: column;
  }
  
  .ui-info .escondidojob:nth-child(2) .containertext>div p:nth-child(1) {
	opacity: 0.5;
  }
  
  .ui-info {
	position: sticky;
	position: -webkit-sticky;
	width: fit-content;
	height: fit-content;
	top: 15vh;
	display: flex;
	color: #fff;
	flex-direction: column;
  }
  
  .worksection3 .textofull,
  .worksection4 .textofull,
  .worksection2 .textofull {
	width: 65%;
  }
  
  .worksection3 .textoless {
	margin-top: 15vh;
	display: flex;
	gap: 3vh;
	flex-wrap: wrap;
  }
  
  .textoless .screens {
	width: calc((100% - 5vh) / 2);
  }
  
  .screens p,
  .responsiveimgs p {
	text-align: center;
	width: 100%;
	font-size: 80%;
	opacity: 0.6;
	margin-top: 10px;
  }
  
  .videowrapper {
	aspect-ratio: 20 / 9.8;
	position: relative;
  }
  
  .videowrapper,
  .videowrapper video {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
  }
  
  .videowrapper video {
	bottom: 0px;
	width: 101%;
	position: relative;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
  }
  
  .imgworkwrapper {
	border-radius: 30px;
	overflow: hidden;
	display: flex;
  }
  
  .worksection4 {
	height: auto;
  }
  
  .worksection4 .section-wrapper,
  .worksection5 .section-wrapper {
	margin: 15vh 0;
  }
  
  h1.bigger.reveal-text{
          z-index: 0;
    position: relative;
  }
  
  .worksection1 .linewrapper {
    /* overflow: hidden; */
    z-index: 99;
    /* position: relative; */
    margin-top: -160px;
    }
  
  .line {
	position: relative;
	overflow: hidden;
	display: flex;
  }
  
  .worksection1 .sectiontext {
	opacity: 0;
  }
  
  .worksection4 .responsiveimgs {
	margin-top: 15vh;
	display: flex;
	gap: 5vh;
  }
  
  .worksection4 .responsiveimgs>div {
	flex: 1 0 0;
  }
  
  .responsiveimgs .imgworkwrapper {
	border-radius: 20px;
  }
  
  .worksection5 {
	height: auto;
  }
  
  .worksection5 .containerlink svg {
	height: 0.8em;
	position: relative;
	transform: rotate(-135deg);
	top: 0.1em;
  }
  
  .worksection6 .section-wrapper {
	margin: 20vh 0;
  }
  
  .worksection6 {
	height: 100vh;
  }

  


  
@media (hover: none) {

	.cursor-container {
	  display: none;
	}
  
  }
  
  
  
  @media (max-width: 1024px) {
	/* Your styles for screens with a width of 973 pixels or less go here */
  
	.section1 {
	  height: 130vh !important;
	}
  
	.hero .contenthero {
	  flex-direction: column;
	  gap: 14vh;
	}
  
	.textohero {
	  width: 100%;
	  margin-right: auto;
	  font-size: 2.8vw;
	  max-width: 60vw;
	}
  
	.hero .contenthero {
	  margin-top: 12vh;
	}
  
	.marquee_wrapper {
	  margin-top: 10vh;
	}
  
	.section2 {
	  height: 155vh;
	}
  
	.textobio .into-link {
	  display: none !important;
	}
  
	.contenidoabout .reveal {
	  max-width: 100%;
	  height: 60vh;
	  margin-top: 30vh;
	}
  
	.section2 .txtbiowrpr {
	  align-items: center;
	  position: absolute;
	  z-index: 1;
	  mix-blend-mode: difference;
	  width: 100%;
	  height: 128vh;
	  justify-content: space-between;
	}
  
	.textoless {
	  width: 100%;
	}
  
	.section3.portfolio {
	  height: 126vh;
	  margin-bottom: 100px;
	}
  
	.textoportfolio {
	  width: 100% !important;
	}
  
	.section2 .contenidoabout .textobio {
	  margin-top: 0;
	  width: 100%;
	  margin-right: auto;
	  max-width: 90%;
	}
  
	.portfolio .portfolioxtx {
	  flex-direction: column-reverse;
	  height: 150vh;
	  position: absolute;
	}
  
	.portfoliomin {
	  position: relative;
	  top: 38vh;
	}
  
	.swiper-button-next,
	.swiper-button-prev {
	  display: none !important;
	}
  
	.mySwiper2 {
	  width: 100vw;
	  left: -10vw;
	  border-radius: 0px;
	}
  
	.swiper-slide .infoprojectfooter {
	  opacity: 0 !important;
	}
  
	.swiper-slide-active .infoprojectfooter {
	  opacity: 1 !important;
	}
  
  
	.canvasgame {
	  position: relative;
	  width: 100%;
	  height: 85vh;
	  margin-top: 15vh;
	}
  
	.textoless .container {
	  display: flex;
	  gap: 2vh;
	  flex-direction: column;
	}
  
	/* ABOUT PAGE------------------------------------------------------------------------------------------------------------------------------------------ */
  
	.aboutsection2 .aboutbiotxt .textofull,
	.aboutsection5 .textofull {
	  padding-right: 10%;
	}
  
	.aboutsection3 .textofull,
	.aboutsection4 .textofull {
	  padding-left: 25%;
	}
  
	.canvasgame .bubble:hover {
	  fill: white;
	}
  
	/* WORK PAGE------------------------------------------------------------------------------------------------------------------------------------------ */
  
	.worksection1 .section-wrapper {
	  flex-direction: column-reverse;
	}
  
	.worksection1 .section-wrapper .heroimg {
	  height: 50vh;
	}
  

  
	.worksection1 .section-wrapper {
	  margin-top: 12vh;
	}
  
	.worksection1 .section-wrapper .claim {
	  position: relative;
	  bottom: 0;
	  width: 59vw;
	  order: 2;
	  margin-top: 3vh;
	  pointer-events: none;
	}
  
	.worksection1 .section-wrapper .infoproj {
	  margin-top: 5vh;
	  flex-direction: row;
	  order: 1;
	  justify-content: space-between;
	}
  
	.worksection1 .section-wrapper .parteimg {
	  order: 3;
	}
  
	.textoless .imgworkwrapper {
	  width: 100%;
	  border-radius: 20px;
	}
  
	.worksection3 .designflex {
	  gap: 10vh;
	  flex-direction: column;
	}
  
  
	.bubble-text {
	  font-size: 2vh;
	  width: 15.5vh;
	  height: 15.5vh;
	  margin-left: -7.75vh;
	  margin-top: -7.75vh;
	}
  
  }
  
  
  
  @media (max-width: 720px) {
  
	.grid-item {
	  flex: 0 0 calc(50% - 2%);
	}
  
	.grid-item .mastrabajos-imagen img {
	  max-width: 73%;
	}
  
	.aboutsection3 .textofull,
	.aboutsection4 .textofull {
	  padding-left: 20%;
	}
  
	.textoless {
	  width: 100%;
	}
  
	.textofull {
	  padding-right: 0%;
	}
  
	.worksection4 .responsiveimgs {
	  gap: 5vh;
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  
	.worksection4 .responsiveimgs .imgworkwrapper {
	  width: calc((100% - 5vh) / 2);
	}
  
	.textohero {
	  width: 100%;
	  margin-right: auto;
	  font-size: 3.55vw;
	  max-width: 73vw;
	}
  
	.peque_upp {
	  text-transform: uppercase;
	  font-size: 1.6vh;
	  opacity: 0.8;
	}
  
	.textogame h2 span{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	}
  
	.worksection4 .responsiveimgs>div {
	  /* flex: 1 0; */
	  flex: none !important;
	  width: 43%;
	}
  
	.worksection4 .responsiveimgs .imgworkwrapper {
	  width: 100%;
	}
  
	.worksection3 .textofull,
	.worksection4 .textofull,
	.worksection2 .textofull {
	  width: 90%;
	}
  
  
  }


