
@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;
}
@font-face {
    font-family: 'Founders Medium';
    src: url('FoundersGrotesk-Medium.woff2') format('woff2'),
        url('FoundersGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



*{
	box-sizing:border-box;
}
body{
	 padding-top: 20px; 
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	margin: 0px;
	background-color: black;
	color: white;

}


.oo{
	height: 90vh;
}


hr{
	max-width: 100%;
	border-top: 1px solid white;
	position: relative;
}

img{
	max-width: 90%;
	
}
a{
	text-decoration: none;
	color: white;
	cursor: none;
}
span{
	font-family: 'ITC Caslon 224 Std';
}

a:hover{

	text-decoration: none;
	color: white;

}
 
 
.sss:hover{

	font-family: 'Founders Grotesk';
	color: lightblue;

}

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

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

.slide{
	width: 100vw;
	height: 100vh;
	justify-content: center;
	display: flex;

}

.blocHorizontal{
	display: flex;
	flex-direction: row;
	width: 300vw;
	transform: rotate(90deg) translateY(-100vh);
	transform-origin: top left;


}

::-webkit-scrollbar {
	display: none;}


.containerone{
	display: flex;
	width: 100vh;
	height: 100vw;
	transform: rotate(-90deg) translateX(-100vh);
	transform-origin:top left;
	overflow-x: hidden;



	-ms-overflow-style: none;
	scrollbar-width:none;

}

.slide.one{
	background:black;

}
.slide.two{
	background:black;
}
.slide.three{
	background:black
}
.slide.four{
	background:black;
}
.relogio{
	font-family: 'Founders Grotesk';
}


.space{
	margin-top: 20px;
}

.space2{
	margin-top: 50px;
}
.circle{
	border-radius: 100px;
	width: 20px;
	height: 20px;
	background-color: white;
	margin-top: 10px;
	opacity: 100%;
	transition: transform 0.2s linear;
}

.pad{
	padding-top: 310px;


}
.burguer{
	background-color: black;
	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;
}

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

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

.ativo div.linha2{
	opacity: 0;
}

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

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

h1{
	font-family: 'Founders Grotesk';
	text-align: center;
	padding-top: 20px;
}

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

h2{

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

}

h4.dates{
	text-align: center;
	font-family: 'Founders Grotesk';
}

h4.principal{
	font-family: 'Founders Grotesk';
}
p.novop{
	text-align: left;
	font-family: 'Founders Grotesk';
	font-size: 20px;

}
h2.fast{

	text-align: center;
	font-family: 'ITC Caslon 224 Std';
	font-size: 40px;
	transform: translateX(50%);
	transition: 2s;

}
h2.back{

	text-align: center;
	font-family: 'ITC Caslon 224 Std';
	font-size: 40px;
	transform: translateX(-50%);
	transition: 2s;

}

h1:hover{
	font-family: 'ITC Caslon 224 Std';
	font-size: 40px;
	}

.aa{
	text-align: center;
	font-family: 'ITC Caslon 224 Std';
	font-size: 40px;
	position: relative;display: inline-block;
}


.aa img{
	display: none;
	max-width: 380px;
	z-index: 199;
position: absolute;top: 0px;left: 0px;transform: translate(50%,50%);width: 300px;}

.aa:hover img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

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


.img2{
		max-width: 90%;

}

.imgmed{
	max-width: 90%;
	
}



.imag1.show{
	opacity: 20%;
}
.imag2.show{
	opacity: 20%;
}
.imag3.show{
	opacity: 20%;
}


.ex{
	opacity: 0%;
	
}

.ex.ex1{
	opacity: 100%;
	}

.ee{
	opacity: 0%;
	
}

.ee.ex1{
	opacity: 100%;

}

.xx{
	opacity: 0%;
	
}

.xx.ex1{
	opacity: 100%;

}

/*.contentp{
	opacity: 0%;
	
}

.contentp.show{
	opacity: 100%;
	}

.contentwhite{
	opacity: 0%;
	background-color: white;
	color:black;
}

.contentwhite.show{
	opacity: 100%;
	}*/

.img4{
		max-width: 90%;

}

.ccc{
	opacity: 0%;

	display: none;
}

.itens-menu{
	position: absolute;
	z-index: 98;
	top: 50%;
	left: 50%;
	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;
	}

.imagem1{
	opacity: 100%;

}
.imagem1.hide{
	opacity: 0%;

}
.imagem2{
	opacity: 0%;
	

	}

.imagem2.show{
	opacity: 100%;
	}

.relogio{
	font-size: 16px;
}



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

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

}*/
.slideshow{
	position: relative;
}

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


.cursor{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: white;
	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%;
}


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

.hovered-link {
	color: black;
}
.link-grow2{
	transform: scale(3);
	background: white;
	z-index: 1;
}

.hovered-link2 {
	color: black;
}

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

.link-grow5{
	transform: scale(2);
	background: white;
	z-index: 299;
}

.link-grow6{
	transform: scale(2);
	background: white;
	z-index: 299;
}


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

.van-appear{
	opacity: 1;
	transform: translateY(0px);
}


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

.van-appearmove{
	opacity: 1;
	transform: translateY(0px);
}


.hr1{
  margin-left:0;
}
.trans--grow{
  -webkit-transition: width 1s ease-out; 
  transition: width 1s  ease-out;
  width : 0%;
}
.grow{
  width:100%;
}


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

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


}
@media only screen and (max-width: 1200px) {
.pad {
	    padding-top: 240px;
	}
.marquee span {
  		float: left;
  		width: 11%;
	}
}
@media only screen and (max-width: 1024px) {
.pad {
	    padding-top: 290px;
	}
	.remove{
		opacity: 0%;
}
.marquee span {
  		float: left;
  		width: 12%;
	}

} 
@media only screen and (max-width: 992px) {
	.pad {

	    padding-top: 0px;
	}
	.now {

	    opacity:0%;
	}
	.remove{
		opacity: 0%;
}
.marquee span {
  		float: left;
  		width: 13%;
	}
	.des{
		opacity: 0%;
	}

}
@media only screen and (max-width: 768px) {
	
	.pad {
	    padding-top: 0px;
	}
	.now {

	    opacity:0%;
	}

	.remove{
		opacity: 0%;

}
.marquee span {
  		float: left;
  		width: 14%;
	}
	.des{
		opacity: 0%;
	}
	}
@media only screen and (max-width: 667px) {
	main{
		max-width: 100%;
    	overflow-x: hidden;
	}
	.pad {
	    padding-top: 0px;
	}
	.now {

	    opacity:0%;
	}
	.marquee span {
  		float: left;
  		width: 20%;
	}

	.des{
		opacity: 0%;
	}
	.mar{
		padding-top: 35%;
	}

	.blocHorizontal{
	width: 500vw;
	}
	p.novop{
		font-size: 18px;
	}
	.oo{
	height: 70vh;
	}

	.remove{
		opacity: 0%;
	}
	.slideOne{
		width: 750px;
		height: 150px;

	}
	
}
@media only screen and (max-width: 414px) {
	main{
		max-width: 100%;
    	overflow-x: hidden;
	}
	.pad {
	    padding-top: 0px;
	}
	.now {

	    opacity:0%;
	}
	.marquee span {
  		float: left;
  		width: 30%;
	}

	.des{
		opacity: 0%;
	}
	.mar{
		padding-top: 35%;
	}

	.blocHorizontal{
	width: 500vw;
	}
	p.novop{
		font-size: 14px;
	}
	.oo{
	height: 70vh;
	}

	.remove{
		opacity: 0%;
	}
	.slideOne{
		width: 750px;
		height: 150px;

	}
	
}
@media only screen and (max-width: 375px) {
	main{
		max-width: 100%;
    	overflow-x: hidden;
	}
	.pad {
	    padding-top: 0px;
	}
	.now {

	    opacity:0%;
	}
	.marquee span {
  		float: left;
  		width: 30%;
	}

	.des{
		opacity: 0%;
	}
	.mar{
		padding-top: 35%;
	}

	.blocHorizontal{
	width: 500vw;
	}
	p.novop{
		font-size: 12px;
	}
	.oo{
	height: 70vh;
	}

	.remove{
		opacity: 0%;
	}
	.slideOne{
		width: 750px;
		height: 150px;

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

	main{
		max-width: 100%;
    	overflow-x: hidden;
	}
	.pad {
	    padding-top: 0px;
	}
	.now {

	    opacity:0%;
	}
	.marquee span {
  		float: left;
  		width: 35%;
	}

	.des{
		opacity: 0%;
	}
	.mar{
		padding-top: 35%;
	}

	.blocHorizontal{
	width: 500vw;
	}
	p.novop{
		font-size: 10px;
	}
	.oo{
	height: 70vh;
	}

	.remove{
		opacity: 0%;
	}
	.slideOne{
		width: 750px;
		height: 150px;

	}
	.iph5{
		padding-left: 100px;
	}
	
}