@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');



/* Objetos gráficos */
.barra-conteudo-superior{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	z-index: 10px;
	width: 980px;
	margin-top: -700px;
}

.barra-rodape{
	background-color: #f7f5f3;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: thin  #443421 solid;
 
}



/* blocos */
.bloco-imagem-inicio{
	height: 900px;
}





/* textos */
.titulo-01{
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
}

.texto-01{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

.texto-02{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
}



/* links */
.link-01{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #443421;
}

.link-01:hover{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #443421;
}


/* formulário */
.campo-texto-01{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

.botao-acesso{
	background-color: #443421;
	color: #fff;
	border: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.botao-acesso:hover{
	background-color: #a38e75 !important;
	color: #fff;
}


.botao-radio{
	background-color: #a38e75 !important;
}


@media (max-width: 480px) { 
	#rodape_desktop{
		display: none;
	}

	
	#imagem-topo{
		display: none;
	}
	
	.barra-conteudo-superior{
		padding: 20px;
		width: 95%;
		margin-top: 0px;
	}
	
	#formulario-01{
		padding-bottom: 50px;
	}
}




@media (min-width: 481px) and (max-width: 979px) {
	#rodape_desktop{
		display: none;
	}

	#imagem-topo{
		display: none;
	}
	
	.barra-conteudo-superior{
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		z-index: 10px;
		width: 95%;
		margin-top: 0px;
	}
}




@media (min-width: 980px) {
	#rodape_mobile{
		display: none;
	}

}








