p{
	margin: 0;
	padding: 0;
}
.banner {
	height: 100vh;
	min-height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: url(imagens/Background.webp) center center;
}
.banner-interno{
	top: 70px;
	padding-top: 100px;
	padding-bottom: 100px; 
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.botao-inscricao{
	position: relative;
	bottom: 10px;
	font-weight: lighter;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.botao-inscricao{
	top: 30px;
	margin-top: 30px;
}
.btn-inscricao{
	color: #000;
	background-color: #d99c2b;
	padding: 10px 100px;
	border-radius: 50px;
}
.btn-inscricao:hover{
	color: #fff;
	background-color: #000000;
	text-decoration: none;
}

.bg-tema{
	color: #fff;
	background-color: #880000;
}
.section{
	padding-top: 100px;
	padding-bottom: 100px;

}
.sectionM{
	padding-top: 100px;
	background: no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.card-palestrante{
	background-color:  #91335c;
	color: #fff;
	padding: 20px;
}
.rodape{
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #330000;
	color: #fff;
}

.tema-navbar{
	color: #fff;
	background-color: #330000;
}
i{
	color: #fff;
}
i:hover{
	color: #000;
}

#titulo-pagina{
	background: url(imagens/Background.webp) center center;
}
.titulo-pagina{
	padding-top: 200px;
	padding-bottom: 100px;
}

.detalhes{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.titulo-detalhes{
	font-weight: lighter;
}
.slide-detalhes{
	min-height: 500px;
}
.card-etapas{
	height: 300px;
	padding: 20px;
}
.card-etapas-content{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
}
.btn-formulario{
	background-color: #500;
	color: #fff;
	padding: 20px;
	width: 100%;

}
.btn-formulario:hover{
	background-color: yellow;
	color: #000;
}

.marca{
	max-height: 500px;
}

.btn-nav-insc{
	background-color: #d99c2b;
	color: #000;
	border-radius: 20px;
}

.cta{
	background-color: #500;
	color: #Fff;
	padding: 25px;
}
.cta h5{
	text-transform: uppercase;
	font-weight: lighter;
	color: #ddd;
	margin: 0;
	padding: 0;
}
.cta a{
	color: #FCCB00;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0;
	margin: 0;

}
.cta a:hover{
	color: #800;
	text-decoration: none;

}
.item-id{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.brand{
	max-width: 200px;
}

@media (max-width: 991.98px) {

	.menuPrincipal{
		position: fixed;
		width: 300px;
		height: 100%;
		top: 0;
		right: 0;
		background-color: rgba(0,0,0,0.98);
		padding: 0px 50px;
		z-index: -1;
		color: #fff;
	}
	.menuPrincipal ul:first-child{
		list-style: none;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.menuPrincipal ul li ul{
		margin-top: 0;
		border: none;
		background-color: transparent;
		margin: 0;
		padding: 0;
		border-top: 2px solid yellow;
		border-bottom: 2px solid yellow;
		text-align: center;
		color: #ccc;
	}
	.menuPrincipal li a{
		font-size: 1.2em;
		background: transparent;
		text-align: center;
		word-wrap: break-word;
	}
	.menuPrincipal li ul li{
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.menuPrincipal ul li ul li a:hover{
		background: transparent;
		border-bottom: none;
	}

}

@media (max-width: 575.98px) { 

.marca{
	max-width: 320px;
}
.botao-inscricao{
	top: 10px;
	margin-top: 10px;
}


.banner {
	height: 100vh;
	min-height: 500px;
	background: no-repeat bottom right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.brand{
	max-width: 50px;
}


}