.footer {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	min-height: 600px;
	font-size: 12px;
	border-top: 1px solid #eae8df;
}
.footer > *:not(.institucional) {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.info-brand {
	align-items: center;
	min-height: 124px;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.info-brand .logo {
	display: flex;
	flex-flow: column;
	width: 20%;
	align-items: flex-start;
}
.info-brand .logo img {
	width: 200px;
	margin-top: 5px;
}
.info-brand .text {
	width: 80%;
	font-size: 12px;
	line-height: 1.67;
}

.footer .institucional {
	display: flex;
	flex-flow: wrap;
	width: 80%;
	margin: 0 auto;
	width: 100%;
	padding: 0 10%;
	padding-top: 45px;
}
.footer .institucional .info {
	display: flex;
	flex-flow: column;
	width: 20%;
	font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer .institucional .info {
		min-width: 240px;
	}
	.info-brand .text {
		width: 70%;
		margin: 20px 0;
	}
}

.footer .institucional .info.special #newsletter-footer label {
	text-transform: initial;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: unset;
	margin: 0;
	padding-bottom: 0;
}
.footer .institucional .info.special #newsletter-footer .newsletter #form-newsletter {
	display: flex;
	font-size: 14px;
	height: 43px;
	margin-top: 5px;
}
.footer .institucional .info.special #newsletter-footer .newsletter #form-newsletter.hide {
	display: none;
}
.footer .institucional .info.special #newsletter-footer .newsletter #form-newsletter input {
	border: none;
}
.footer .institucional .info.special #newsletter-footer .newsletter #form-newsletter .input-newsletter {
	width: 80%;
	padding: 0 10px;
	border: 1px solid black;
	font-weight: normal;
	font-size: 12px;
}
.footer .institucional .info.special #newsletter-footer .newsletter #form-newsletter .submit-newsletter {
	width: 20%;
	text-transform: uppercase;
	background: black;
	color: white;
	cursor: pointer;
}
.footer .institucional .info label {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding: 15px 0 10px;
}
.footer .institucional .info #newsletter-footer {
	margin: 15px 0 50px;
}
.footer .institucional .info #newsletter-footer h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.6px;
}
.footer .institucional .info #newsletter-footer .status {
	margin: 10px auto;
	font-size: 12px;
}
.footer .institucional .info .info-content {
	display: flex;
	flex-flow: column;
}
.footer .institucional .info .info-content > a {
	font-size: 14px;
	line-height: 2.14;
	font-weight: 500;
}
.footer .institucional .info .info-content > a:hover {
	text-decoration: underline;
}
.footer .institucional .info .info-content > p {
	width: 90%;
	line-height: 17px;
	font-size: 14px;
	font-weight: 500;
}
.footer .institucional .info .info-content > p:first-of-type {
	margin-top: 5px;
}
.footer .institucional .info.special #social-media .media-logo {
	display: flex;
	width: 100%;
	margin: 15px 0 30px;
}
.footer .institucional .info.special #social-media h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .institucional .info.special #social-media .media-logo a {
	margin: 0 12px;
}
.footer .powered {
	align-items: flex-end;
	position: relative;
}
.footer .powered .images-mobile {
	display: none;
}
.footer .powered .line {
	position: absolute;
	top: 40%;
	width: calc(100vw - 10px);
	margin: 0 calc(50% - 50vw);
	border: none;
	background: #eae8df;
	height: 1px;
}
.footer .powered .payments,
.footer .powered .bike,
.footer .powered .enterprise {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	z-index: 1;
}
.footer .powered .payments {
	justify-content: flex-start;
}
.footer .powered .enterprise {
	justify-content: flex-end;
}
.footer .powered .bike {
	width: 7%;
	background: white;
}
.footer .powered .payments img {
	margin-right: 30px
}
.footer .powered .enterprise img {
	margin-left: 30px;
}
.footer .powered .visa { width: 34px; height: 11px; }
.footer .powered .master { width: 27px; height: 22px; }
.footer .powered .diners-club { width: 20px; height: 17px; }
.footer .powered .boleto { width: 18px; height: 13px; }
.footer .powered .reclame.aqui { 
	width: 45px;
	height: auto;
	position: absolute;
	right: 60px;
}
.footer .powered .reclame-aqui { width: 90px; height: 46px; }
.footer .powered .bike .bike-img { width: 52px; height: 151px; }
.footer .powered .synapcom { width: 170px; height: 45px; }
.footer .powered .lets-encrypt { width: 60px; height: 40px; }
.footer .copyright {
	margin: 0 auto 30px;
	justify-content: center;
	flex-flow: column;
	align-items: center;
}

@media screen and (max-width: 1110px) {
	.footer .powered {
		flex-flow: column;
		align-items: center;
	}
	.footer .powered .payments,
	.footer .powered .bike,
	.footer .powered .enterprise {
		width: 100%;
		margin: 20px auto;
	}
	.footer .powered .bike {
		width: 20%;
	}
	.footer .powered .payments img,
	.footer .powered .enterprise img {
		margin: 0 auto;
	}
	.footer .powered .line {
		top: 50%;
		width: 100vw;
		margin: 0;
	}
	.footer .institucional .info:nth-child(3),
	.footer .institucional .info:nth-child(4) {
		order: 1;
	}
	.footer .institucional .info:nth-child(5) {
		order: 0;
	}
}
@media screen and (max-width: 768px) { 
	.footer {
		border-top: none;
	}
	.footer .institucional {
		width: 100%!important;
		padding:  0;
	}
}
@media screen and (max-width: 850px) {
	.info-brand {
		flex-flow: column;
		width: 90%;
	}
	.info-brand .logo {
		width: 100%;
		align-items: center;
		margin-bottom: 20px;
	}
	.info-brand .logo svg,
	.footer .institucional .info.special #social-media h4 {
		display: none;
	}
	.footer .institucional {
		width: 80%;
		padding:  0;
	}
	.footer .powered > .payments,
	.footer .powered > .enterprise {
		display: none;
	}
	.footer .powered .images-mobile {
		display: flex;
		justify-content: space-around;
		flex-flow: column;
		width: 100%;
		height: 200px;
	}
	.footer .powered .images-mobile > * {
		display: flex;
		align-items: center;
	}
	.footer .powered .images-mobile .center {
		justify-content: center;
	}
	.footer .powered .images-mobile .center > *:not(:last-of-type) {
		margin-right: 30px
	}
	.footer .powered .images-mobile .space-between {
		justify-content: space-around;
	}
	.footer .powered .images-mobile .unique {
		justify-content: center;
	}
	.footer .powered .bike {
		order: 1;
	}
	.footer .powered .line {
		top: 70%;
	}
}
@media screen and (max-width: 768px) {
	section.copyright {
		width: 100%!important;
		padding: 0 16px;
	}
	.footer .info-brand .text {
		width: 100%;
	}
	.footer .institucional .info {
		border-bottom: 1px solid #dadada;
		width: 100%;
		padding: 10px 3%;
	}
	.footer .institucional .info label {
		font-size: 14px;
		letter-spacing: 1.4px;
	}
	.footer .institucional .info > input + label:after {
		content: url(/arquivos/ins-more.png);
		float: right;
	}
	.footer .institucional .info > input:checked + label:after {
		content: url(/arquivos/ins-less.png);
	}
	.footer .institucional .info > input:checked ~ .info-content {
		opacity: 1;
		z-index: 1;
		font-size: 12px;
		max-height: 100%;
	}
	.footer .institucional .info .info-content {
		opacity: 0;
		font-size: 0;
		max-height: 0;
		z-index: -1;
		transition: opacity .2s ease;
	}
	.footer .institucional .info.special #social-media .media-logo {
		justify-content: space-around;
		padding: 20px 0;
		border-bottom: 1px solid #dadada;
		border-top: 1px solid #dadada;
		width: 106%;
		left: -3%;
		position: relative;
	}
	.footer .institucional .info.special #social-media,
	.footer .institucional .info.special {
		order: -1;
	}
}
.payments {
    position: relative;
}