.text-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 7%;
	background-color: rgba(0, 0, 0, .8);
}

* {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	font-family: "Gelion", sans-serif;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

ul,
li {
	list-style: none;
}

.container {
	max-width: 100%;
}

.first-container {
	width: 100%;
	height: 680px;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-image: url("./assets/main-bg1.png");
}

.first-container2 {
	width: 100%;
	height: 680px;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-image: url("./assets/main-bg2.png");
}

.logo-container img {
	margin: 40px;
}

.header-container .slogan-container {
	margin-left: 40px;
}

.header-container .slogan-container h4 {
	font-weight: 600;
	color: #585858;
}

.header-container .slogan-container h4:after {
	content: "";
	display: block;
	width: 180px;
	height: 3px;
	margin-top: 5px;
	border-radius: 3px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 145, 255, 1) 19%,
		rgba(117, 93, 255, 1) 65%,
		rgba(147, 41, 255, 1) 100%
	);
}

.main-container {
	margin: 40px;
}

.main-container h1 {
	color: #545454;
	max-width: 47%;
	font-size: 2.2em;
}

.main-container p {
	margin-top: 20px;
	max-width: 40%;
	font-size: 1.15em;
}

.main-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.main-button {
	width: 100%;
	height: 70px;
	background-color: #9329ff;
	border: none;
	border-radius: 30px;
	padding: 0px 20px;
	cursor: pointer;
	transition: 0.3s;

	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
}

.main-button:hover {
	background-color: #720ed6;
}

/* ========================================== */
/* VALORES */
/* ========================================== */

.valores-container {
	display: flex;
	align-items: center;

	justify-content: space-evenly;

	width: 100%;
	height: 400px;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-image: url("./assets/faixa.png");
	position:relative;
}

.valores-container li {
	display: none;
	cursor: pointer;
}

.valores-container li img {
	height: 80px;
	transition: 1s;
}

/*.valores-container li.rotate-right h5 {*/
/*	transform: rotateY(360deg);
}

.valores-container li.rotate-left span {
	transform: rotateY(-360deg);
}*/

.valores-container li span {
	color: #fff;
	font-size: 2em;
	text-align: center;
}

.valores-container li.active {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.valores-container li.active h5:before {
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	background: linear-gradient(
		90deg,
		rgba(147, 41, 255, 1) 0%,
		rgba(117, 93, 255, 1) 61%,
		rgba(238, 93, 255, 1) 100%
	);
}

.valores-container li.active h5 {
	color: #fff;
	font-size: 2em;
	text-align: center;
}

.valores-container li.active p {
	color: #fff;
	font-size: 2em;
	max-width: 600px;
	text-align: center;
}

.valores-container li span:after {
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	margin-top: 5px;
	border-radius: 3px;
	background: linear-gradient(
		90deg,
		rgba(147, 41, 255, 1) 0%,
		rgba(117, 93, 255, 1) 61%,
		rgba(238, 93, 255, 1) 100%
	);
}

/* ========================================== */
/* Startup  */
/* ========================================== */
.estrela {
	position: absolute;
	margin-top: 20%;
	left: 46%;
	z-index: 2;
	width: 25rem;
	height: 25rem;
}

.estrela img {
	width: 15rem;
	height: 15rem;
}

.startup-container {
	display: flex;
}

.startup-info-container {
	flex: 1;
	width: 100vw;
	min-width: 50%;
	margin-top: 120px;
	margin-left: 60px;
}

.startup-info-container h2 {
	font-size: 4em;
	max-width: 400px;
	color: #e72cff;
}

.startup-info-container p {
	margin-top: 20px;
	color: #666;
	font-size: 1.35em;
	max-width: 480px;
}

.startup-slider-container {
	flex: 1;
}

.startup-slider-container li {
	display: none;
	width: 100%;
	height: 100%;
}

.startup-slider-container li span {
	position: absolute;
	margin: 30px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 20px;
	font-size: 1.5em;
	border-radius: 50px;
	z-index: 2;
}

.startup-slider-container > li img {
	width: 100%;
}

.startup-slider-container li.active {
	display: block;
}

/* ========================================== */
/* Apresentamos  */
/* ========================================== */
.apresentamos-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #e4e3e3;
}

.apresentamos-container .iframe-container {
	width: 90%;
	height: auto;
}

.apresentamos-container .iframe-container iframe {
	width: 100%;
}

.apresentamos-container h3 {
	margin-bottom: 20px;
	margin-top: 60px;
	font-size: 1.5em;
	letter-spacing: 0.15em;
	font-weight: 500;
	color: #979ea1;
}

.apresentamos-container h2 {
	text-align: center;
	font-size: 2.5em;
	margin: 20px;
	margin-bottom: 80px;
	/*max-width: 800px;*/
}

.rhiza-container {
	width: 100%;
	min-height: 100vh;
	height: 100vh;
	padding-top: 30px;
	overflow: hidden;

	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-image: url("./assets/bg-3.webp");
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	border-top: 8px solid #c6b065;
	border-bottom: 8px solid #c6b065;
	
}

.rhiza-container-first {
	display: flex;
	justify-content: center;
}

.rhiza-logo-container {
	width: 300px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rhiza-logo-container img {
	width: 100%;
}

.rhiza-separator {
	display: block;
	width: 400px;
	height: 2px;
	background-color: #ddd07c;
	margin: 0px 0px;
}

.rhiza-content-container {
	max-width: 450px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rhiza-content-container h2 {
	font-size: 2.2em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.ticket-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.ticket-item {
	align-items: center;
	margin: 0px 10px;
}

.ticket-item img {
	width: 100%;
	max-width: 300px;
}

.valor-ticket-container {
	margin-top: 20px;
}

.valor-ticket-container h3 {
	color: #fff;
	font-size: 3em;
	text-align: center;
}

.valor-ticket-container p {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

.barra-container {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #000;
}

.restam-container .faltam-apenas-img {
	position: absolute;
	right: 40%;
	left: 50%;
}

footer {
	width: 100%;
	height: 90vh;
	background: linear-gradient(
		90deg,
		rgba(221, 23, 254, 1) 0%,
		rgba(128, 67, 255, 1) 100%
	);
}

.footer-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-button {
	width: 560px;
	height: 70px;
	margin-top: 60px;
	padding: 0px 10px;

	background-color: transparent;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.3s;

	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
}
/*
.footer-button:hover {
	background-color: #df09ea;
}*/

.footer-info {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 2px solid #ffffff66;
	padding-left: 20px;
	margin: 0px 60px;
}

.footer-info h4 {
	color: #fff;
	font-size: 2em;
	font-weight: 500;
}

.footer-info p {
	font-size: 1.8em;
	letter-spacing: 0.2em;
	color: #fff;
}

.footer-info .footer-icons-container a img {
	width: 32px;
	height: 32px;
}

.footer-content-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.footer-form {
	width: 100%;
	max-width: 400px;
	margin: 0px 60px;
}

.footer-form input {
	width: 100%;
	height: 10px;
	border-radius: 15px;
	background-color: #ca94ff;
	border: none;
	padding: 20px;
	margin: 10px 0px;
	color: #ffffff;
}

.footer-form input:focus {
	outline: none;
}

.footer-form input::placeholder {
	color: #fff;
	opacity: 1;
}

.footer-form textarea:placeholder {
	color: #fff;
	opacity: 1;
}

.footer-form textarea {
	width: 90%;
	height: 80px;
	border-radius: 15px;
	background-color: #ca94ff;
	border: none;
	padding: 10px;
	margin: 10px 0;
	color: #ffffff;
}

.footer-form button {
	width: 100%;
	height: 50px;
	border-radius: 15px;
	color: #222;
	border: none;
	padding: 10px;
	font-size: 1em;
	cursor: pointer;
}
/* MEDIA QUERYS */

@media only screen and (max-width: 968px) {
	.estrela {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.estrela {
		display: none;
	}

	.main-container h1 {
		color: #545454;
		max-width: 100%;
		font-size: 1.5em;
		line-height: 1.3em;
	}

	.main-container p {
		margin-top: 10px;
		max-width: 100%;
		font-size: 1em;
		line-height: 1.375;
	}

	.main-button {
		font-size: 1.2em;
	}

	/* ======= */
	.valores-container {
		flex-direction: column;
		height: 600px;
	}
	/* ======= */
	.startup-container {
		flex-direction: column;
		height: auto;
	}

	.startup-info-container {
		margin-top: 60px;
		margin-left: 0px;
	}

	.startup-info-container h2 {
		font-size: 1.5em;
		color: #e72cff;
		text-align: center;
	}
	.startup-info-container p {
		font-size: 1em;
		margin: 10px;
		text-align: center;
	}

	/* ======= */

	.iframe-container {
		position: relative;
		padding-bottom: 56.1%;
		height: 0;
		overflow: hidden;
	}

	iframe,
	object,
	embed {
		max-width: 100%;
		max-height: 100%;
	}

	.iframe-container iframe,
	.iframe-container object,
	.iframe-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.apresentamos-container h2 {
		font-size: 1em;
	}

	/* ======= */
	.rhiza-container {
	    padding: 20px;
	}
	
	.rhiza-container-first {
		flex-direction: column;
		align-items: center;
		height: auto;
		margin: 10px 0;
	}

	.rhiza-logo-container {
		margin-top: 10px;
		height: 800px;
	}

	.rhiza-separator {
		/*display: none;*/
		margin: 10px 0;
	}

	.rhiza-content-container {
		max-height: 300px;
		height: auto;
	}

	.rhiza-content-container h2 {
		font-size: 1em;
		font-weight: normal;
		color: #fff;
		text-align: center;
		max-height: 200px;
	}

	/* ======= */
	.ticket-container {
		margin-top: 0px;
	}


	/* ======= */


	.footer-content-container {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		margin-top: 50px;
	}

	.footer-button {
		width: 100%;
		padding: 0 20px;
		font-size: 1em;
	}

	.footer-info {
		border: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
		padding-left: 30px;
	}

	.footer-form {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-form input,


	.footer-form textarea::placeholder {
		color: #fff;
		width: 90%;
	}

	.footer-form button {
		width: 90%;
	}

	.footer-info h4 {
		font-size: 1.2em;
	}

	.footer-info p {
		margin-top: 5px;
		font-size: 1em;
	}

	.footer-icons-container {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1600px) {
	.main-container h1 {
		font-size: 3em;
	}

	.main-container p {
		font-size: 1.5em;
	}

	.main-button {
		width: auto;
		font-size: 2em;
	}

	/* ============= */
	.estrela {
		left: 47%;
		margin-top: 25%;
	}

	.startup-info-container {
		display: flex;
		flex-direction: column;
		/*justify-content: center;*/
	}

	.startup-info-container h2 {
		max-width: 600px;
		font-size: 6em;
		line-height: 7rem;
	}

	.startup-info-container p {
		max-width: 640px;
		font-size: 1.8em;
	}

	/* =========== */
	.ticket-item {
		margin-top:  70px;
	}

	.ticket-item img {
		width: 100%;
		max-width: 600px;
	}

	.valor-ticket-container {
		margin-top: 60px;
	}

	.valor-ticket-container h3 {
		color: #fff;
		font-size: 5em;
		text-align: center;
	}

	.valor-ticket-container p {
		color: #fff;
		font-size: 2em;
		text-align: center;
	}

	/* =========== */
	.apresentamos-container h2 {
		font-size: 3.5em;
	}
	/* ============ */
	.footer-info h4 {
		font-size: 2.5em;
	}

	.footer-info p {
		font-size: 2.5em;
	}
}
