/* CUSTOM CSS - Comissão de Ética da Prefeitura de Registro */
/* Fonte Default */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #eee;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	letter-spacing: -0.5px;
	font-weight: bold;

}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: bold;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	color: #666;
	font-weight: bold;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
}


footer {
	/*position: fixed;
	left: 0;
	bottom: 0;*/
	width: 100%;
	background-image: linear-gradient(45deg, #111f2c, #223748, #334c60, #111f2c);
	color: white;
	font-size: 13px;
	padding: 15px 0px;
}

.bgImage {
	position: relative;
	width: 100%;
	height: 320px;
	background-image: url(https://registro.sp.gov.br/vaeregistro/feiradalua/imagens/img-fundo-home-feira.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgImage-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(45deg, rgba(1, 43, 103, 0.65), rgba(0, 128, 40, 0.65));
	/*background-color: rgba(26, 28, 61, 0.60);*/
}

.bgImage-content {
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*z-index: 2;*/
}

.bgImage-content h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 0px;
	letter-spacing: -1.8px;
}

.bgImage-content p {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 5px;
	width: 60%;
	color: #fff;
	text-align: left;
}

.bgImage-content button {
	color: white;
	border: none;
	outline: none;
	font-size: 18px;
	background-color: #00bf13;
	padding: 14px 22px;
	text-transform: uppercase;
	border-radius: 25px;
	transition: 0.5s;
	font-weight: 700;
	margin-top: 20px;
}

.bgImage-content button:hover {
	background-color: #008c0e;
}

.bgImage-logo {
	width: 250px;
	margin-bottom: 20px;
}
.bgImage-content-oculta {
	display: block;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(45deg, #111f2c, #223748, #334c60, #111f2c);
	color: white;
	font-size: 13px;
	padding: 15px 0px;
}

#bandaLista {
	display: none;
}

#rematriculaLista {
	display: none;
}

#cursoLista {
	display: block;
}

#formMenor {
	display: none;
}

#formMaior {
	display: none;
}

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

	header {
		padding: 35px  0px 20px 0px;
		text-align: center;
	}

	header h1 {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		letter-spacing: -0.2px;
		font-weight: bold;
	}

}

