/* ------------------ Menu do footer  ------------------ */

footer {
	border-top: 1px solid var(--border1);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 10px;
	background: var(--footer);
	color: var(--text3);
}
footer a { color: var(--link4);}

footer .logo-brand img {width: 85%; height: auto;}

footer p {margin: 2px 0;}

footer h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}


#footer-2 {
	background: var(--footer2);
	margin: 5px 0;
}


/* Footer 1 */
#footer-1 {
	background: transparent;
	margin: 0 auto;
	padding: 2.5rem 0 2rem;
}

#footer-1 > .d-flex {
	padding: 0 5%;
}

#footer-1 .navbar-brand svg {
	max-width: 100%;
	color: var(--color3);
}

#footer-1 .head-branch {
	margin: 2rem 0;
}

#footer-1 .footer-right {
	width: 35%; max-width: 20rem;
	text-align: right;
	color: white;
	font-weight: 400;
}

#footer-1 .footer-right a {
	color: white;
}

#footer-1 .footer-right a:hover {
	color: var(--text9);
}

#footer-1 .footer-right .address {
	line-height: 2rem;
	max-width: 16rem;
}

#footer-1 .footer-right .address p {
	margin-top: .5rem;
	line-height: 1.5rem;
}

#footer-1 .footer-right .address .name {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 1.75rem;
}

#footer-1 .footer-right .contact {
	margin: 1rem 0;
}

#footer-1 .footer-right .contact p {
	margin-bottom: .25rem;
}

#footer-1 .footer-right .phone ul, #footer-1 .footer-right .mail ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: .225rem;
	flex-wrap: wrap;
}

#footer-1 .footer-right .phone {
	font-weight: bold;
	margin: .75rem 0;
}
#footer-1 .footer-right .mail {
	font-weight: bold;
	margin-bottom: .5rem;
}

#footer-1 .phone a {display: block; font-weight: initial;}
#footer-1 .mail a {display: block; font-weight: initial;}

#footer-1 .phone ul,
#footer-1 .mail ul {
	list-style: none;
	padding: 0;
	margin-bottom: .25rem;
}


/* end Footer 1 */
#footer-1.d-flex {justify-content: space-between; gap: 1rem;}
#footer-1 .db-inline > div {text-align: left;}

/* Footer 2 */
#footer-2 .container{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	padding: 1rem 0rem;
	font-size: clamp(16px, 1vw, 18px);
	font-weight: 600;
	border-top: 1px solid var(--text5);
}

#footer-2 nav.menu-mid ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-2 nav.menu-mid ul li {
	margin: .5rem;
	padding: .5rem;
}

#footer-2 nav.menu-mid ul a {
	text-transform: uppercase;
	color: var(--text9);
	display: inline-block;
}
/* end Footer 2 */


@media (max-width: 1200px) {
	#footer-1 .footer-left {
		padding: 0 .75rem;
	}
	#footer-1 .footer-right {
		padding-right: .75rem;
	}
}


@media (max-width: 992px) {
	#footer-1 {
		padding: 1.5rem 0 1rem;
	}

	#footer-1 .footer-left {
		margin: 0 auto;
	}

	#footer-1 .footer-right {
    width: 50%;
  }

	#footer-1 .footer-right .contact {
		margin: 1rem 0;
	}

	#footer-2 {
		grid-template-columns: 1fr;
		padding: 0 1rem 1.5rem;
	}

	footer #footer-3 .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	#copywrite, #develop {
		text-align: center;
	}
}

@media (max-width: 768px) {
	#footer-1 {
		flex-direction: column;
		padding: 1rem 0;
	}
	#footer-1 .footer-right {
		width: 100%;
		text-align: center;
	}
	#footer-1 .footer-logo {
		margin-bottom: 2rem;
	}

	#footer-1 .footer-right {
		max-width: unset;
	}
	#footer-1 .footer-right .address,
	#footer-1 .footer-right .contact {
		max-width: 16rem;
		text-align: left;
		margin-top: 0;
	}

	#footer-1 .footer-right .address {
		margin: auto;
	}

	#footer-1 .footer-right .phone ul, #footer-1 .footer-right .mail ul {
		flex-wrap: unset;
	}

	footer #footer-3 .container {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	#footer-1 {
		padding: 0 0 0 2rem;
	}
	#footer-1 .footer-logo {
		margin-bottom: 1rem;
	}

	#footer-2 hr {
		padding-bottom: 1rem;
	}

	footer #footer-3 .container {
		font-size: 11px;
	}
}

.contact li svg {margin-right: 8px;}

.owner-line a {
	color: var(--link6);
	text-decoration: none;
}

footer .newsletter #emailReturn {
	color: #ff3434;
	display: block;
	font-size: 12px;
	padding: 10px;
}
footer .newsletter form {
	position: relative;
}

footer .newsletter button#confNewsletter {
	background: var(--darkblue);
	border: none;
	border-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
}



/* footer 3 */
#footer-3 {
	background: var(--bkg1);
}

#footer-3 .container {
	display: flex;
  justify-content: space-between;
	background: transparent;
	padding: .5rem .75rem;
}

#footer-3 hr {
	margin: 0;
	padding: 0 0 1.5rem;
}

#copywrite {
	text-align: left;
}

#develop {
	text-align: right;
}
/* end Footer 3 */
