cont-search-in-page .cont-logo,
header .cont-logo {
	min-width: 400px;
	max-width: 400px;
	height: 150px;
}

@media not all and (min-width: 768px) {
	.cont-search-in-page .cont-logo,
	header .cont-logo {
		min-width: 50px;
		max-width: 50px;
		height: 40px;
	}
}

.cont-whats {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	margin-left: auto;
}

.cont-whats .c-left {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #005215;
	box-shadow: 0 8px 24px 0 rgba(12, 12, 12, 0.16);
}

.cont-whats .c-right {
	background-color: #e6e6e6;
	border-radius: 4px;
	box-shadow: 0 8px 24px 0 rgba(12, 12, 12, 0.16);
	display: flex;
	flex-direction: column;
	padding: 8px;
	margin-left: 8px;
}

.cont-whats .c-right a {
	display: flex;
	flex-direction: column;
}

.cont-whats .c-right span {
	color: #0c0d0d;
	font-size: 12px;
	line-height: 1.2;
}

.cont-whats .c-right small {
	color: #5b5b62;
	font-size: 12px;
	line-height: 1.2;
}

.lanceCondicional {
	background-color: #a464ed;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	padding: 4px 5px;
}

@media (min-width: 768px) {
	.cont-whats .c-right span,
	.cont-whats .c-right small {
		font-size: 14px;
		line-height: 1.2;
	}
}

footer {
	background-color: #2c2b30;
	padding-top: 50px;
	padding-bottom: 32px;
}

footer .colunas {
	display: flex;
}

footer .colunas .f-col-1 {
	width: 17%;
	padding-right: 15px;
	display: flex;
	align-items: center;
}

footer .colunas .f-col-1 .cont-logo-footer {
	width: 147px;
	height: 147px;
	position: relative;
	top: -56px;
}

footer .colunas .f-col-1 .cont-logo-footer .logo-footer {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: transparent;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
}

footer .colunas h6 {
	text-transform: uppercase;
	color: white;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
}

footer .colunas .f-col-2 {
	width: 50%;
	padding-right: 15px;
}

footer .colunas .f-col-2 ul li,
footer .colunas .f-col-3 ul li,
footer .colunas .f-col-4 h5 {
	color: #d0d0d0;
	font-size: 16.5px;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-bottom: 12px;
}

footer .colunas .f-col-2 ul li span {
	font-size: 80%;
}

footer .colunas .f-col-2 ul li:last-child,
footer .colunas .f-col-3 ul li:last-child {
	margin-bottom: 0;
}

footer .colunas .f-col-2 ul li a,
footer .colunas .f-col-3 ul li a,
footer .colunas .f-col-2 ul li p,
footer .colunas .f-col-2 ul li p strong {
	color: #d0d0d0;
	font-size: 16.5px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

footer .colunas .f-col-3 {
	width: 17%;
	padding-right: 15px;
}

footer .colunas .f-col-2 ul li a:hover,
footer .colunas .f-col-2 ul li a:focus,
footer .colunas .f-col-3 ul li a:hover,
footer .colunas .f-col-3 ul li a:focus,
footer .colunas .f-col-4 .social li a:hover,
footer .colunas .f-col-4 .social li a:focus {
	color: white;
}

footer .colunas .f-col-4 {
	width: 33%;
	padding-left: 6%;
}

footer .colunas .f-col-4 .social {
	display: flex;
	margin-block: 15px;
}

footer .colunas .f-col-4 .social li {
	margin-right: 20px;
	float: left;
}

footer .colunas .f-col-4 .social li:last-child {
	margin-right: 0;
}

footer .colunas .f-col-4 .social li a {
	font-size: 23px;
	color: #d0d0d0;
	transition: all 0.5s ease;
}

footer .colunas .f-col-4 h5 {
	font-weight: 600;
	margin-bottom: 2px;
}

footer .colunas .f-col-4 p {
	color: white;
	letter-spacing: 0.03em;
	margin-bottom: 14px;
}

footer .colunas .f-col-4 form input {
	width: 100%;
	height: 37px;
	border: 0;
	color: #495057;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 0 10px;
	outline: none;
}

footer .colunas .f-col-4 form input::placeholder {
	color: #2c2b30;
}

footer .colunas .f-col-4 form button {
	height: 34px;
	width: 110px;
	outline: none;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	color: #2c2b30;
	transition: all 0.5s ease;
	cursor: pointer;
}

footer .colunas .f-col-4 form button:hover,
footer .colunas .f-col-4 form button:focus {
	background-color: #ccc;
}

@media not all and (min-width: 786px) {
	footer {
		padding-bottom: 100px;
	}

	footer .colunas {
		flex-direction: column;
	}

	footer .colunas .f-col-1 {
		width: 100%;
		padding: 0;
		justify-content: center;
	}

	footer .colunas .f-col-1 .cont-logo-footer {
		top: 0;
		width: clamp(150px, 100%, 450px);
		height: auto;
		padding-bottom: 25%;
	}

	footer .colunas .f-col-2 {
		width: clamp(150px, 90%, 600px);
		padding: 0;
		margin: 32px auto 0;
		text-align: center;
	}

	footer .colunas .f-col-2 ul li.endereco {
		padding: 0 16px;
	}

	footer .colunas .f-col-3 {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 40px auto 0;
	}

	footer .colunas .f-col-4 {
		padding: 0;
		width: 60%;
		margin: 40px auto 0;
	}

	footer .colunas .f-col-4 .social {
		justify-content: center;
	}

	footer .colunas .f-col-4 h6 {
		text-align: center;
	}

	footer .colunas .f-col-4 h5 {
		text-align: center;
	}

	footer .colunas .f-col-4 p {
		text-align: center;
	}

	footer .colunas .f-col-4 form {
		display: flex;
		flex-direction: column;
	}

	footer .colunas .f-col-4 form button {
		margin: auto;
	}

	footer .colunas .f-col-2 ul li a,
	footer .colunas .f-col-3 ul li a,
	footer .colunas .f-col-2 ul li p,
	footer .colunas .f-col-2 ul li p strong {
		font-size: 14px;
	}

	footer .colunas .f-col-2 ul li,
	footer .colunas .f-col-3 ul li,
	footer .colunas .f-col-4 h5 {
		margin-bottom: 8px;
	}

	footer a[href^="mailto:"] {
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

@media (min-width: 768.1px) and (max-width: 1000px) {
	footer .center {
		padding: 0 25px;
	}

	footer .colunas {
		flex-wrap: wrap;
	}

	footer .colunas .f-col-1 {
		width: 50%;
		padding: 0;
	}

	footer .colunas .f-col-2 {
		width: 50%;
		padding: 0;
	}

	footer .colunas .f-col-3 {
		width: 50%;
		padding: 0;
		margin-top: 30px;
	}

	footer .colunas .f-col-4 {
		width: 50%;
		padding: 0;
		margin-top: 30px;
	}
}
