/*--------------------------------------------------------------
    Privacidade
--------------------------------------------------------------*/
#privacidade {
	padding: 20vh 0 0;
	background-color: #f7f7f7;
}

#privacidade .content-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#privacidade .content {
	max-width: 55ch;
	text-align: center;
	line-height: 2rem;
	font-size: 1.2rem;
	margin: 2rem auto 4rem;
}

#privacidade .link {
	color: orange;
}

#privacidade .btn-priv {
	background-color: orange;
	margin: 0 auto 5rem;
}

#privacidade .btn-priv strong {
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
}

.texto-maior {
	font-size: 1.5rem;
}

.texto-destaque-informacao h1 {
	font-size: 1.125rem;
}

.texto-apresentacao-tipo-de-canais {
	font-size: 0.75rem;
}

.informacao-contato {
	font-size: 0.75rem;
}

/*------------------------------------------------------------------
    Header
--------------------------------------------------------------------*/
#header {
	background: white;
	box-shadow: 0 0.625rem 1.875rem -0.75rem rgb(0 0 0 / 42%), 0 0.25rem 1.5625rem 0 rgb(0 0 0 / 12%),
		0 0.5rem 0.625rem -0.3125rem rgb(0 0 0 / 20%);
}

/*--------------------------------------------------------------
    Navigation Menu
--------------------------------------------------------------*/
.nav-menu a {
	color: black;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .active > a,
.nav-menu .active > a:hover {
	border-color: black;
	color: black;
}

.mobile-nav-toggle i {
	color: #555555;
}
