.FooterNew{
    width: 100%;
    background-color: #363a3d;
    display: flex;
    flex-direction: column;
}

.FooterNew a{
	font-size: 14px;
    line-height: 1.86;
    letter-spacing: -0.14px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

.FooterContent {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
}

.FotterInfo{
    width: clamp(100px, 100%, 410px);
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contacts-container {
	display: flex;
	flex-direction: row;
}

.contacts-container span {
	color: #07ebad;
}


.FotterInfo .contacts-container .contacts {
	font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.18px;
    text-align: left;
    color: #07ebad !important;
    position: relative;
}

.footer-logo{
	background: #30765E;
	padding: 20px 0;
}

.footer-logo .logo {
	width: 200px;
	object-fit: contain;
}


.FotterEndereco{
    color: #fff !important;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.FotterFuncionamento{
    color: #fff !important;
    font-weight: 600;
}

.FotterLinks{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.FotterLinks > div > a {
	color: #07ebad;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.22px;
    margin-top: 50px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.FotterLinks > div > a:hover {
	text-decoration: underline;
}

.FotterL{
    color: #fff;
    font-weight: 900;
}

.FotterPesq{
    display: flex;
    width: clamp(100px, 100%, 200px);
}

.FotterPesq input{
    width: 100%;
    outline: none;
    padding: 0 0 0 5px;
    border-radius: 5px 0 0 5px;
	border: none;
}
.btn-pesq{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #464646;
    width: 40px;
    border-radius:  0 5px  5px 0;
}


.Fotter-Redes{
    display:flex;
    flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	column-gap: 10px;
	flex-direction: row;
    color:#fff;
    padding: 10px 0;
    font-size: 20px;
}

.Fotter-Redes img {
	cursor: pointer;
}

.Fotter-Adicionais{
    width: clamp(100px, 100%, 300px);
    height: 100%;
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
}

#conselhosSelect{
	margin: 10px 0;
    outline: none;
    border: none;
    border-radius: 5px;
    width: clamp(100px, 100%, 200px);
}

.white-bar {
	background: white;
	height: 80px;
	width: 100%;
}

@media (max-width: 789px){
    .FooterNew{
        flex-wrap: wrap;
        height: 100% !important;
        justify-content: center;
        border-left: none;
    }
	
	.FooterNew a{
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: -0.14px;
		color: rgba(255, 255, 255, 0.5);
		text-align: center;
	}
	
	.FooterContent {
		text-align: center;
		justify-content: center;
	}
    
    .FotterInfo {
        margin: 0 0 40px 0 ;
		align-items: center;
		text-align: center;
		width: 100%;
    }
    
    .footer-logo {
		width: 100%;
        margin: 0 auto 20px auto;   
    }
	
	.footer-logo .logo {
		width: 160px;
	}
	
	.FotterInfo .contacts-container .contacts {
		font-size: 16px;
		line-height: 1.44;
		letter-spacing: -0.18px;
		text-align: center;
		color: #07ebad !important;
		position: relative;
	}
	
	.contacts-container {
		flex-direction: column;
		align-items: center;
	}
	
	.contacts-container span {
		display: none;
	}
	
	.contacts:hover {
		text-decoration: underline;
	}

}


@media (max-width: 694px){
    .FooterContent {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		padding: 20px 30px;
	}
    
	.Fotter-Redes a img {
		width: 25px;
		height: 25px;
		object-fit: cover;
	}
    
	.justify-content-center {
		justify-content: space-around !important;
	}
}



