html,
body {
	margin: 0;
	padding: 70px;
	/*background-color: rgb(80, 132, 99);*/
	background: linear-gradient(
		rgba(150, 150, 150, 0.668),
		rgba(235, 16, 191, 0.625),
		rgba(104, 171, 119, 0.732)
	);
}

/* html {
	min-height: 100%;
}
body {
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
  background: linear-gradient(
		rgba(150, 150, 150, 0.668),
		rgba(235, 16, 191, 0.625),
		rgba(104, 171, 119, 0.732)
	);
} */

@font-face {
	font-family: "suisseMono";
	font-weight: 800;
	font-style: normal;
	color: rgb(110, 110, 110);
	src: url("../fonts/SuisseEDUIntlMono.woff") format("woff");
	color: #8a2be2;
}

@font-face {
	font-family: "suisse";
	font-weight: 800;
	font-style: normal;
	color: black;
	color: blueviolet;
	src: url("../fonts/SuisseEDUIntl-Medium.woff") format("woff");
}

/* h1{
  
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: rgb(175, 29, 29);
  
} */

.link {
	display: block;
	font-size: 2.5vw;
	font-weight: normal;
	font-family: "suisseMono";
	src: url("../fonts/SuisseEDUIntlMono.woff") format("woff");
	text-align: right;
	color: blueviolet;
	text-decoration: underline;
}

.title {
	display: block;
	font-size: 8vw;
	line-height: 9vw;
	font-weight: normal;
	font-family: "suisseMono";
	src: url("../fonts/SuisseEDUIntlMono.woff") format("woff");
	text-align: center;
	color: blueviolet;
}
.subtitle1 {
	display: block;
	font-size: 2vw;
	background-color: rgb(34, 236, 98);
	color: white;
	font-weight: normal;
	font-family: "suisseMono";
	src: url("../fonts/SuisseEDUIntlMono.woff") format("woff");
	text-align: center;
	color: blueviolet;
}
.subtitle2 {
	display: block;
	font-size: 2vw;
	font-weight: normal;
	font-family: "suisseMono";
	src: url("../fonts/SuisseEDUIntlMono.woff") format("woff");
	text-align: left;
	color: blueviolet;
	padding-left: 0.5vw;
}

.subtitle3 {
	display: block;
	font-size: 5vw;
	font-weight: normal;
	font-family: "suisseMono";
	src: url("../fonts/SuisseEDUIntlMono.woff") format("woff");
	text-align: left;
	color: blueviolet;
	background-color: rgb(34, 236, 98);
	padding-left: 0.5vw;
}

.planet {
	/* max-width: 70%; */
	cursor: pointer;
	max-height: calc(100px + 50vw);
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	animation: rotation 20s linear infinite;
}

@keyframes rotation {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(359deg);
	}
}

.container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	perspective: 800px;
}

.image1 {
	position: absolute;
	width: 50%;
	height: auto;
}

.carousel {
	position: absolute;
	height: 100%;
	width: 100%;
	transform-style: preserve-3d;
	transition: transform 1s;
}

.item {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	/* background: #000; */
	width: 40vmin;
	height: 50vmin;
	line-height: 200px;
	color: #fff;
	opacity: 1;
	border-radius: 10px;
	transform: translate3d(-50%, -50%, 0);
}

.faces-6 .a {
	transform: translate3d(-50%, -50%, 0) rotateY(0deg) translateZ(40vmin);
	/* background: #ed1c24; */
}
.faces-6 .b {
	transform: translate3d(-50%, -50%, 0) rotateY(60deg) translateZ(40vmin);
	/* background: #0072bc; */
}
.faces-6 .c {
	transform: translate3d(-50%, -50%, 0) rotateY(120deg) translateZ(40vmin);
	/*background: #39b54a; */
}
.faces-6 .d {
	transform: translate3d(-50%, -50%, 0) rotateY(180deg) translateZ(40vmin);
	/* background: #f26522;*/
}
.faces-6 .e {
	transform: translate3d(-50%, -50%, 0) rotateY(240deg) translateZ(40vmin);
	/*background: #630460; */
}
.faces-6 .f {
	transform: translate3d(-50%, -50%, 0) rotateY(300deg) translateZ(40vmin);
	/* background: #8c6239; */
}

.faces-8 .a {
	transform: translate3d(-50%, -50%, 0) rotateY(0deg) translateZ(40vmin);
	/* background: #ed1c24; */
}
.faces-8 .b {
	transform: translate3d(-50%, -50%, 0) rotateY(45deg) translateZ(40vmin);
}
.faces-8 .c {
	transform: translate3d(-50%, -50%, 0) rotateY(90deg) translateZ(40vmin);
}
.faces-8 .d {
	transform: translate3d(-50%, -50%, 0) rotateY(135deg) translateZ(40vmin);
}
.faces-8 .e {
	transform: translate3d(-50%, -50%, 0) rotateY(180deg) translateZ(40vmin);
}
.faces-8 .f {
	transform: translate3d(-50%, -50%, 0) rotateY(225deg) translateZ(40vmin);
}
.faces-8 .g {
	transform: translate3d(-50%, -50%, 0) rotateY(270deg) translateZ(40vmin);
}
.faces-8 .h {
	transform: translate3d(-50%, -50%, 0) rotateY(315deg) translateZ(40vmin);
}
.item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.next,
.prev {
	color: rgb(255, 255, 255);
	position: absolute;
	top: 50%;
	/* padding: 1em 2em; */
	cursor: pointer;
	background: rgb(34, 236, 98);
	border-radius: 50%;
	width: 3em;
	height: 3em;
	transition: box-shadow 0.1s, top 0.1s;
}

.next img,
.prev img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	/* height: 100%; */
}

span.left,
span.right {
	padding: 0 1rem;
	cursor: pointer;
	color: #ff3c1e;
	font-family: ApaxRegular, Helvetica Neue, Arial, sans-serif;
	letter-spacing: -0.02em;
	line-height: 1;
	font-size: 8.5rem;
}
/* .next:hover,
.prev:hover {
	background: rgb(255, 0, 0);
} */
.next:active,
.prev:active {
	background: rgb(144, 37, 131);
}
.next {
	right: 0.5em;
}
.prev {
	left: 0.5em;
}

/* img{
  
  transform: rotateY(0deg) translateZ(250px);
  background: #ed1c24; 
  width: 100%;
  height: 100%;


} */

.button_plants {
	position: absolute;
	display: block;
	top: 10vh;
	/*left: 50%;*/
	width: 3em;
	height: 3em;
	/*transform: translate(-50%, -50%);*/
	color: #8a2be2;
	background-color: rgb(34, 236, 98);
	border-radius: 100px;
	z-index: 10;

	cursor: pointer;
	left: 0.5em;
	
}

.activeSound {
	filter: invert(1);
}

.txtButton:hover {
	color: #8a8a8a;
}

audio {
	display: none;
}

.txtButton {
	color: #8a2be2;
	position: relative;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
	font-weight: 7vws;
	font-family: "suisseMono";
}
.container-info {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.723);
	pointer-events: none;
	transform: translate(-50%, -50%);
}
.infoText {
	display: none;
	border-style: solid;
	border-width: 0.5vw;
}

.switch-text-0 .text-0,
.switch-text-1 .text-1,
.switch-text-2 .text-2,
.switch-text-3 .text-3,
.switch-text-4 .text-4,
.switch-text-5 .text-5,
.switch-text-6 .text-6,
.switch-text-7 .text-7,
.switch-text-8 .text-8 {
	display: block;
}

.bioTitle {
	font-size: 7vw;
	top: 100px;
	margin: 0;
	padding: 1%;
	color: white;
	background-color: red;
}

.bioSubTitle {
	font-size: 7vw;
	top: 100px;
	margin: 0;
	padding: 1%;
	color: white;
	background-color: blue;
}

.bioLabor {
	font-family: "suisseMono";
	font-size: 2vw;
	margin: 1%;
}

.works {
	line-height: 1.1;
	margin-left: 17.5%;
	margin-right: 1%;
}

.workSubTitles {
	font-family: "suisseMono";
	font-size: 2vw;
	left: 50%;
	top: 100px;
	padding-top: 0.1vh;
	background-color: rgb(32 237 97 / 60%);
	color: #892ce2;
}





  @media only screen and (max-width: 800px) {
	body {
	 	background: linear-gradient(
		rgba(195, 195, 195, 0.668),
		rgba(98, 24, 83, 0.625),
		rgba(79, 255, 117, 0.732)
	);
	}
	.planet{
		max-height: calc(100px + 40vw);;
	}
	.container{
		height: 60vh;
	}
	.title{
		font-size: 10vw;
		line-height: 11vw;
	}
	.subtitle1{
		font-size: 5vw;
	}
	.subtitle2{
		font-size: 3vh;

  }
}


@media only screen and (max-width: 600px) {
	body {
	 	background: linear-gradient(
		rgba(223, 223, 223, 0.668),
		rgba(255, 91, 222, 0.625),
		rgba(173, 255, 191, 0.732)
	);
	}
	.planet{
		max-height: calc(100px + 35vw);;
	}
	.container{
		height: 50vh;
	}
	.title{
		font-size: 12vw;
		line-height: 13vw;
	}
	.subtitle1{
		font-size: 6vw;
	}
	.subtitle2{
		font-size: 3vh;
	}
	.next, .prev{

		width: 2em;
		height: 2em;
	}

	.button_plants{
		width: 2em;
		height: 2em;
	}
	
		.workSubTitles{
		font-size: 1em;
	
	}
	.bioLabor{
		font-size: 1em;
	}

  }



  @media only screen and (max-width: 400px) {
	body {
	 	background: linear-gradient(
		rgba(255, 213, 213, 0.668),
		rgba(255, 91, 222, 0.625),
		rgba(173, 255, 191, 0.732)
	);
	}


	.container{
		height: 50vh;
	}

	.subtitle3 {
	
		font-size: 7vw;
	}

	.workSubTitles{
		font-size: 4vw;
	
	}
	.bioLabor{
		font-size: 1em;
	}
}



  @media only screen and (max-width: 280px) {
	body {
	 	background: linear-gradient(
		rgba(223, 223, 223, 0.668),
		rgba(255, 91, 222, 0.625),
		rgba(173, 255, 191, 0.732)
	);
	}
	.container{
		height: 25vh;
	}
	.workSubTitles{
		font-size: 4vw;
	
	}
	.bioLabor{
		font-size: 4vw;
	}
	.subtitle3 {
	
		font-size: 9vw;
	}

	

  }