@import url(variaveis.css);
@import url('https://fonts.cdnfonts.com/css/gotham');

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

body {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    font-family: 'gotham', sans-serif !important;
}

/* .claro {
    background: linear-gradient(to bottom, #ffffff, #dddddd);
}
.escuro {
    background: linear-gradient(to bottom, #000000, #303030);
} */


.navbar {
	width: 100%;
	height: 40px;
	background-color: #111;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: fixed;
	top: 0;
}


#iconeLayout {
	display: flex;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
}

.claro #iconeLayout {
	color: #111;
}

.escuro #iconeLayout {
	color: #ffff;
}


#iconeLayout:hover {
	cursor: pointer;
}


/* /////////////////////////////////////////////////////////////////// */

.slider-container {
	align-items: center;
	justify-content: center;
	height: 600px;
	width: 100vw;
	perspective: 1000px;
	position: fixed;
	transform-style: preserve-3d;
	overflow-x: hidden;
	overflow-y: visible;
}

.claro .slide {
	text-align: center;
	align-items: center;
	/* background-color: #ffffff; */
	background-size: cover;
	border-radius: 15px;
	width: 300px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(33% - 20px);
	z-index: 1000;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	flex-direction: column;
}

.escuro .slide {
	text-align: center;
	align-items: center;
	/* background-color: #252324; */
	background-size: cover;
	border-radius: 15px;
	width: 300px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(33% - 20px);
	z-index: 1000;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	flex-direction: column;
}

.slide:hover {
	cursor: pointer;
}

.claro .slide .content {
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	/* background-color: #ffffff; */
	text-align: center;
}

.escuro .slide .content {
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	/* background-color: #252324; */
	background-color: transparent;
	text-align: center;
}

.slide.slide-1 {
	transform-origin: right;
	/* transform: rotateY(-25deg); */
	left: 1% !important;
	z-index: 2;
	opacity: 1;
	transition: 0.35s;
}

.slide.slide-2 {
	left: 34vw !important;
	z-index: 999;
	opacity: 1;
	transition: 0.35s;
}

.slide.slide-3 {
	transform-origin: left;
	/* transform: rotateY(25deg); */
	left: 67vw !important;
	z-index: 2;
	opacity: 1;
	transition: 0.35s;
}

.slide.slide-4,
.slide.slide-5,
.slide.slide-6,
.slide.slide-7,
.slide.slide-8,
.slide.slide-9,
.slide.slide-10,
.slide.slide-11,
.slide.slide-12,
.slide.slide-13,
.slide.slide-14,
.slide.slide-15,
.slide.slide-16 {
	left: 34vw !important;
	z-index: -1;
	opacity: 0;
	transition: 0s;
}


.claro h2 {
	color: #111;
	font-size: 25px;
	flex-wrap: wrap;
}

.escuro h2 {
	color: rgb(255, 255, 255);
	font-size: 25px;
	flex-wrap: wrap;
}

.icone {
	object-fit: cover;
	width: fit-content;
	height: 60%;
}
.slide.slide-1 .iconeCanto, .slide.slide-3 .iconeCanto {
	object-fit: cover;
	width: fit-content;
	height: 35%;
}
.slide.slide-1 h2, .slide.slide-3 h2 {
	font-size: 20px;
}

.buttons-container {
	position: absolute;
	bottom: 0;
}

.claro .arrow {
	background: transparent;
	border-radius: 50%;
	border: 3px solid rgb(0, 0, 0);
	cursor: pointer;
	color: rgb(0, 0, 0);
	width: 50px;
	height: 50px;
	margin: 30px 20px 0;
}

.escuro .arrow {
	background: transparent;
	border-radius: 50%;
	border: 3px solid rgb(255, 255, 255);
	cursor: pointer;
	color: rgb(255, 255, 255);
	width: 50px;
	height: 50px;
	margin: 30px 20px 0;
}

.seta {
	font-size: 20px;
}

a {
	text-decoration: none;
}

.conteudoMobile {
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	height: fit-content;
	width: 100vw;
	position: absolute;
	overflow-y: visible;
	top: 45px;
}

.claro .btn-grafico {
	width: 300px;
	height: 340px;
	text-align: center;
	margin: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.escuro .btn-grafico {
	width: 300px;
	height: 340px;
	text-align: center;
	margin: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.escuro h3 {
	color: #ffff;
}

.claro h3 {
	color: rgb(0, 0, 0);
}


.btn-grafico:hover {
	cursor: pointer;
}

.logoBotao {
	height: 200px;
	width: 200px;
}

.invisivel {
	display: none;
}

.visivel {
	display: flex;
}

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

	.claro {
		background: none;
		background-color: #f7f7f7;
	}
	
	.escuro {
		background: none;
		background-color: #1f1f1f;
	}

	.buttons-container {
		display: none;
	}

	.slider-container {
		display: none;
	}

	.conteudoMobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		min-height: 100vh;
		height: fit-content;
		width: 100vw;
		position: absolute;
		overflow-y: visible;
		top: 45px;
	}

	.claro .btn-grafico {
		width: 300px;
		height: 340px;
		text-align: center;
		margin: 10px;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.escuro .btn-grafico {
		width: 300px;
		height: 340px;
		text-align: center;
		margin: 10px;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.escuro h3 {
		color: #ffff;
	}

	.claro h3 {
		color: rgb(0, 0, 0);
	}


	.btn-grafico:hover {
		cursor: pointer;
	}

	.logoBotao {
		height: 200px;
		width: 200px;
	}

	#iconeLayout {
		display: none;
	}
}

.inativo {
	filter: grayscale(1);
}
