#anuncio-dtkp {
	padding: 85px 0;
	text-align: center;
}
#anuncio-mob {
	padding: 35px 0;
	text-align: center;
}
#anuncio-dtkp img, #anuncio-mob img {
	max-width: 100%;
}
@media (max-width: 991px) {
	#anuncio-dtkp {
		display: none;
	}
}
@media (min-width: 992px) {
	#anuncio-mob {
		display: none;
	}
}

footer {
	background: var(--cinza);
	position: relative;
}
#redes-footer {
	padding-top: 30px;
	padding-bottom: 55px;
}
#redes-footer p {
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	margin-top: 0;
	margin-bottom: 15px;
}
.redes a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: url(../images/redes/instagram.svg) center center no-repeat;
	background-size: 100% 100%;
}
.redes #r-face {
	background-image: url(../images/redes/facebook.svg);
}
.redes #r-linkedin {
	background-image: url(../images/redes/linkedin.svg);
}
.redes #r-youtube {
	background-image: url(../images/redes/youtube.svg);
}
.redes #r-twitter {
	background-image: url(../images/redes/twitter.svg);
}
.redes #r-spotify {
	background-image: url(../images/redes/spotify.svg);
}
.redes #r-tiktok {
	background-image: url(../images/redes/tiktok.svg);
}
.redes a:after {
	display: none;
}

.hamburguer .redes a {
	width: 21px;
	height: 21px;
	margin-right: 15px;
	background: url(../images/redes/mob/instagram.svg) center center no-repeat;
}
.hamburguer .redes #r-face {
	background-image: url(../images/redes/mob/facebook.svg);
}
.hamburguer .redes #r-linkedin {
	background-image: url(../images/redes/mob/linkedin.svg);
}
.hamburguer .redes #r-youtube {
	background-image: url(../images/redes/mob/youtube.svg);
}
.hamburguer .redes #r-twitter {
	background-image: url(../images/redes/mob/twitter.svg);
}
.hamburguer .redes #r-spotify {
	background-image: url(../images/redes/mob/spotify.svg);
}
.hamburguer .redes #r-tiktok {
	background-image: url(../images/redes/mob/tiktok.svg);
}

.hamburguer .redes p {
	font-size: 9px;
	margin-bottom: 12px;
}

#menu-principal li#redes-menu {
	display: none;
	padding-left: 15px;
	padding-top: 50px;
}
.hamburguer #menu-principal li#redes-menu {
	display: block;
}
.hamburguer #menu-principal > li#redes-menu > a {
	float: left;
	margin-bottom: 20px;
}

#breadcrumb-footer {
	background-color: var(--cinzamedio);
	padding: 14px 0;
}
#breadcrumb-footer, #breadcrumb-footer a {
	font-size: 14px;
	color: var(--branco);
	text-transform: uppercase;
}
#breadcrumb-footer > div > span > span {
	letter-spacing: 5px;
}
#breadcrumb-footer a, #breadcrumb-footer span > span > span, .breadcrumb_last {
	letter-spacing: 0 !important;
	margin-right: 4px;
}

footer .footer-row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-col {
	width: 20%;
	padding: 0 15px;
	font-size: 15px;
}
.footer-col:first-child {
	width: 40%;
}
footer h5, .single-post footer h5 {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	color: var(--branco);
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li {
	padding: 0 0;
	margin-bottom: 12px;
	color: var(--cinzaclaro);
}
footer ul li a {
	color: var(--cinzaclaro);
}
footer ul li a:hover {
	color: var(--vermelho);
}

#footer-links {
	position: relative;
}

#nosso-app {
	margin-bottom: 35px;
}
#nosso-app img {
	margin-right: 5px;
	height: 45px;
}
@media (min-width: 992px) {
	#nosso-app h5 {
		margin-top: 0;
	}
	#redes-footer {
		padding-bottom: 25px;
	}
}

#footer-final {
	border-top: 1px solid var(--cinzaclaro);
	padding: 30px 0;
	font-size: 13px;
	color: var(--cinzaclaro);
}
#footer-final .container {
	padding-left: 0;
	padding-right: 0;
}
#footer-final:after {
	content: '';
	display: block;
	clear: both;
}
@media (min-width: 768px) {
	#copy {
		width: 35%;
		float: left;
		margin-top: 17px;
	}
	#selos {
		width: 65%;
		float: right;
		text-align: right;
	}
}
#selos img {
	height: 50px;
	width: auto;
	margin-left: 16px;
}

#aviso-de-cookies {
	color: var(--cinzaclaro);
	margin-right: 15px;
	text-decoration: underline;
}
.adopt-preferences-button,
.accept-all-button {
	margin-bottom: 0;
	width: auto !important;
	height: 32px !important;
}

@media (max-width: 1200px) {
	#aviso-de-cookies {
		display: block;
		margin-bottom: 15px;
	}
	#selos img {
		height: 40px;
	}
	#copy {
		margin-top: 14px;
	}

	.footer-col {
		font-size: 12px;
	}
	footer h5 {
		margin-bottom: 10px;
	}
	footer ul li {
		margin-bottom: 10px;
	}
	#search-footer {
		padding: 15px;
		width: 100px;
		height: 100px;
	}
	footer .search-form .search-submit {
		width: 16px;
		height: 16px;
	}
	#search-footer:after {
		font-size: 10px;
		bottom: 25px;
	}
	footer .search-form .search-field {
		left: 60px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 14px;
	}
	#redes-footer p {
		font-size: 9px;
	}
	.redes a {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 991px) {
	.footer-col {
		width: 25%;
	}
	.footer-col:first-child {
		width: 100%;
	}
	.footer-row {
		flex-wrap: wrap;
	}
	#search-footer, #redes-footer {
		float: left;
	}
	#redes-footer {
		padding-bottom: 30px;
		padding-left: 25px;
		padding-top: 25px;
	}
	#redes-footer p {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.footer-col {
		width: 100%;
	}
	footer h5 {
		margin-top: 20px;
	}
	#footer-final {
		padding-top: 15px;
	}
	#selos {
		text-align: left;
	}
	#selos img {
		margin: 10px 20px 10px 0;
	}
	#copy {
		margin-top: 0;
		margin-bottom: 10px;
	}

}
@media (max-width: 375px) {
	.redes a, .hamburguer .redes a {
		margin-right: 8px;
	}
	#nosso-app img {
		height: 40px;
		width: auto;
	}
}
@media (max-width: 340px) {
	.redes a, .hamburguer .redes a {
		margin-right: 5px;
	}
	#redes-footer {
		padding-left: 15px;
	}
}



