
@font-face {
    font-family: 'Founders Grotesk';
    src: url('FoundersGrotesk-Bold.woff2') format('woff2'),
        url('FoundersGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Caslon 224 Std';
    src: url('Caslon224Std-Book.woff2') format('woff2'),
        url('Caslon224Std-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	box-sizing:border-box;
}
.intro{
	height: 100vh;


}

.intro video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#v0{
	position: relative;
	bottom:0;
	right:0;
	width:100%;
}

#set-height{
	position: fixed;
	display: block;
	height: 100%
	width:100%;

}
body{
	padding-top: 20px;
	margin: 0px;
	height: 100%;
	background-color: white;
	color: black;
	justify-content: center;
	align-items: center;

}
body.black{
	padding-top: 20px;
	margin: 0px;
	height: 100%;
	background-color: black;
	color: white;
	justify-content: center;
	align-items: center;

}
hr{
	max-width: 100%;
	border-top: 1px solid black;
	position: relative;
}
img{
	max-width: 100%;
	margin-bottom: 20px;
}
a{
	text-decoration: none;
	color:black;
	cursor: none;
}
a:hover{

	text-decoration: none;
	color: black;

}

p{
	font-family:  'Founders Grotesk';
}

p.des{
	font-family:  'Founders Medium';
}

.space{
	margin-top: 20px;
}

.image-container{
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 100%;
	position: relative;

  
}

.canvas{
	width: auto;
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin:auto;


}
h2{

	text-align: center;
	font-family: 'ITC Caslon 224 Std';
	font-size: 40px;


}

h3{

	text-align: left;
	font-family: 'ITC Caslon 224 Std';
	font-size: 30px;

}
h3.muda{

	text-align: left;
	font-family: 'ITC Caslon 224 Std';
	font-size: 30px;

}


h3.muda:hover{
	font-family: 'Founders Grotesk';
}
h4.principal{
	font-family: 'Founders Grotesk';
}

.marquee {
  height: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: 'ITC Caslon 224 Std';
  font-size: 40px;
}

.marquee div {
  display: block;
  width: 200%;
  height: 250px;
  position: absolute;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 9%;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



.texto{
	height: 550px;
	padding: 20px;
	background-position: center;
	background-size: cover;
	opacity: 100%;
}

/*.texto.show{
	opacity: 100%;
	animation-fill-mode: forwards;

}*/

.slideshow{
	position: relative;
}
.cursor{
	width: 1rem;
	height: 1rem;
	border: 1px solid black;
	border-radius: 50%;
	background: black;
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 300;
	transition: all 0.3s ease;
	transition-property: background, transform;
	transform-origin: 100% 100%;
}
.curs{
	width: 1rem;
	height: 1rem;
	border: 1px solid black;
	border-radius: 50%;
	background: black;
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 300;
	transition: all 0.3s ease;
	transition-property: background, transform;
	transform-origin: 100% 100%;
}
.white{
	width: 1rem;
	height: 1rem;
	border: 1px solid white;
	border-radius: 50%;
	position: absolute;
	background: none;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 300;
	transition: all 0.3s ease;
	transition-property: background, transform;
	transform-origin: 100% 100%;
}
.whiteblack{
	width: 1rem;
	height: 1rem;
	border: 1px solid white;
	border-radius: 50%;
	position: absolute;
	background: black;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 300;
	transition: all 0.3s ease;
	transition-property: background, transform;
	transform-origin: 100% 100%;
}

.link-grow{
	transform: scale(3);
	background: black;
	z-index: -1;
}


.hovered-link {
	color: black;
}
.link-groww{
	transform: scale(2);
	background: black;
	z-index: -1;
}


.hovered-linkk {
	color: black;
}
.link-grow4{
	transform: scale(2);
	background: none;
	z-index: 1;
	border-color: 1px white;

}

.hovered-link4 {
	color: white;
}

.link-grow2{
	transform: scale(2);
	background: black;
	z-index: 1;
	filter: invert();
}

.hovered-link2 {
	color: black;
}

.link-grow3{
	transform: scale(2);
	background: black;
	z-index: 1;
	filter: invert();
	border: 0px;
}

.hovered-link3 {
	color: black;
}
.link-grow5{
	transform: scale(2);
	background: black;
	z-index: 1;
	filter: invert();
	border: 0px;
}

.hovered-link5 {
	color: black;
}
.link-change{
	background: white;
	border: 0px;
	transform: scale(2);

}

.van-text{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s all ease-in-out;
}

.van-appear{
	opacity: 1;
	transform: translateY(0px);
}
.burguer{
	height: 50px;
	width: 50px;
	position: relative;
	padding: 10px;
	z-index: 299;

}

.linha{
	height: 3px;
	width: 100%;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 4px;
	transition: .2s;
}
.linha.black{
	height: 3px;
	width: 100%;
	background-color: black;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 4px;
	transition: .2s;
}

.burguer .linha:nth-child(1),
.burguer .linha1{
	margin-top: 6px;
	width: 100%;
}

.burguer .linha:nth-child(3),
.burguer .linha3{
	margin-bottom: 6px;
	width: 100%;;
}
.burguer .linha:nth-child(2),
.burguer .linha2{
	width: 100%;;
}
.ativo div.linha{
	width: 100%;
	background-color: black;
}

.ativo div.linha1{
	transition: .2s;
	transform: rotate(45deg) translate(5px, 5px);
	background-color: black;
}

.ativo div.linha2{
	opacity: 0;
}

.ativo div.linha3{
	transition: .2s;
	transform: rotate(-45deg) translate(3px, -3px);
	background-color: black;
}

.content-menu{
	width: 100%;
	height:100vh;
	margin-top: 0px;
	margin-left: 0px;
	/* padding-top: 250px; */
	margin-bottom: -100px;
	background-color: white;
	color: black;
	line-height: 60px;
	font-size: 40px;
	position: fixed;
	top:0px;
	right: 0px;
	opacity: 0%;
	transition:1s;
	position: absolute;
	display: none;
}



.ativa-menu{
	display: block;
	width: 100%;
	height:120vh;
	opacity: 100%;
	transition: 1s;
	position: fixed;
	top:0px;
	right: 0px;
	z-index: 99;
}
.ccc{
	opacity: 0%;

	display: none;
}

.itens-menu{
	position: absolute;
	z-index: 98;
	top: 40%;
	left: 25%;
	transform: translate(-50%,-50%);
}

.ccc.show{
	opacity: 100%;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	display: block;
	}

.overlay{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: black;
	width: 100%;
	height: 100%;
}
.overlay2{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	width: 100%;
	height: 100%;
}
.hr1{
  margin-left:0;
}
.trans--grow{
  -webkit-transition: width 1s ease-out; 
  transition: width 1s  ease-out;
  width : 0%;
}
.grow{
  width:100%;
}

.img-container{
	overflow: hidden;
}
.img-container img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	transition: all 0.3s ease-out;
	transform: scale(0.8);
}

.img-container img:hover{
	transform: scale(1);
}


@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1200px) {
.des{
		opacity: 0%;
	}
}
@media only screen and (max-width: 1024px) {
.des{
		opacity: 0%;
	}
}
@media only screen and (max-width: 992px) {
	.des{
		opacity: 0%;
	}
	
}
@media only screen and (max-width: 768px) {
	.itens-menu{
		left: 200px;
	}
	.project-info{
		margin-bottom: 50px;
	}
	.des{
		opacity: 0%;
	}
	.marquee span {
  		float: left;
  		width: 20%;
	}
	.canvas{
	width: 100%;
	height: 100%;
	display: block;
	margin:auto;

	}
	.arrasta{
		padding-left:50px;
	}
	.removeh{
		opacity: 0%;
	}
}
@media only screen and (max-width: 667px) {

}
@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 375px) {

}
@media only screen and (max-width: 320px) {

}