.footer-section {
	width: 100%;
	background-color: #101010;
	padding: 30px 0;
	overflow: hidden;
}
.footer-section *{
	transition: .5s;
}
.footer-wrapper-all{
    min-width: 1000px;
    /*max-width: 1200px;*/
    max-width: 1102px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-wrapper-all header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo-footer {
	width: 85px;
	height: 42px;
}
.footer-main {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
	text-align: initial;
}
.footer-main-links {
	display: flex;
	flex-direction: row;
	/*gap: 40px;*/
	color: white;
}
.footer-wrapper-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-main-links-2 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer-main-links-inline {
	display: flex;
	gap: 10px;
	color: yellow;
}
.footer-ul-wrapper {
    display: flex;
    flex-direction: row;
    /*gap: 40px;*/
}
.menufooter-ul h3 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
    margin-bottom: 11px;
}
.menufooter-ul li {
	list-style: none;
	font-size: 14px;
    font-weight: 100;
    padding: 8px 0;
    transition: color 0.4s ease-out;
    cursor: pointer;
    padding-right: 46px;
}
.menufooter-ul li:hover{
    color: #696666;
}
.footer-description h4 {
	color: white;
	font-size: 13px;
	text-align: center;
}
.footer-main-links-inline {
	display: flex;
	gap: 10px;
	color: yellow;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.footer-wrapper-right img{
    width: 240px;
    margin-bottom: 15px;
}
.footer-wrapper-right h4{
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-mobile{
	display: none;
}
.footer-wrapper-right img {
    /*width: 140px;*/
    width: 195px;
    margin-right: 49px;
    margin-bottom: 15px;
}
.mw-icons-right {
	position: fixed;
    right: 22px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
}
.m-rodape-right {
    width: 54px;
    margin-top: 5px;
}
/* responsividade - lucas */
@media (max-width:1000px){
	.footer-wrapper-all {
		min-width: unset;
		max-width: unset;
		width: 100%;
		padding: 0 10px;
		flex-direction: column;
	}
	.footer-wrapper-right img{
		width: 100%;
	}
	.footer-main-links{
		gap: 30px;
	}
	.footer-main{
		gap: 20px;
	}
	.footer-ul-wrapper {
		gap: 20px;
	}
}

/* FOOTER MOBILE */
@media (max-width:600px){
	.footer-section{
		padding: 30px 20px;
		text-align: initial;
	}
	.menufooter-ul h3 {
		font-size: 18px;
		font-weight: bold;
		border-bottom: unset;
		padding-bottom: 10px;
		color: white;
	}
	.footer-ul-wrapper {
		gap: 20px;
		color: white;
		justify-content: space-between;
	}
	.footer-mobile{
		display: flex;
		flex-direction: column;
	}
	.footer-mobile header{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.footer-wrapper-all{
		display: none;
	}
	.footer-ul-wrapper-mobile {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	.footer-ul-wrapper-mobile h2 {
		font-size: 21px;
		color: #f2e540;
		font-weight: bold;
		padding-bottom: 15px;
		border-bottom: 1px solid white;
		margin-bottom: 15px;
	}
	.footer-ul-wrapper-a-mobile{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
	}
	.footer-ul-wrapper-a-mobile a {
		color: white;
		text-decoration: none;
	}
	.footer-wrapper-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
		border-bottom: 1px solid white;
		border-top: 1px solid white;
		padding: 10px 0;
	}
	.footer-wrapper-mobile h2 {
		font-size: 17px;
		color: #f2e540;
		font-weight: bold;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.footer-wrapper-mobile button{
		height: 42px;
		width: 175px;
		border: 1px solid #f2e540;
		color: #fff;
		font-weight: 600;
		font-size: 19px;
		padding-top: 0px;
	}
	.footer-mobile p{
		text-align: center;
		font-size: 13px;
		margin-top: 10px;
		color: white;
	}
}
/* RESPONSIVIDADE DO ANTIGO FOOTER MOBILE */
/* @media (max-width:600px){
	.footer-wrapper-all header {
		flex-direction: column;
	}
	.footer-ul-wrapper {
		flex-direction: column;
	}
	
}
@media (max-width:570px){
	.footer-main-links-inline{
		flex-direction: column;
	}
	.footer-main-links-inline img{
		display: none;
	}
	.footer-main {
		gap: 20px;
		flex-direction: column;
	}
	.footer-main-links {
		gap: 5px;
	}
	.footer-wrapper-right {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-wrapper-right img {
		max-width: 100px;
	}
	.footer-main-links-inline h3 {
		font-size: 14px;
	}
}
@media (max-width:400px){
	.footer-wrapper-all header {
		flex-direction: column;
	}
	.footer-main-links{
		flex-direction: column;
	}
}
 */
