/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.topoPage {
	background: url(../images/bg-topo.jpeg) no-repeat center top;
	background-size: cover;
	padding: 40px 0 80px;
	margin-bottom: 80px;
}

.topoPage .logo {
	margin-bottom: 20px;
}

.topoPage a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0, 174, 239, 0);
	transition: all 0.2s linear;
}

.topoPage a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(0, 174, 239, 0.2);
	transition: all 0.2s linear;
}

.topoPage a.lkND {
	font-size: 15px;
	font-weight: 600;
	color: var(--bs-black);
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: var(--bs-white);
}

.topoPage a.lkND:hover {
	background: #e7792b;
	color: var(--bs-white);
}

.topoPage a.lkND img {
	margin-right: 8px;
}

.topoPage .slogan {
	margin: 40px auto;
}

.topoPage .boxAlign {
	background: var(--bs-white);
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0px 10px 50px 0px rgba(93, 93, 93, 0.07);
}

.topoPage h1 {
	font-size: 24px;
	font-weight: 700;
	color: #60AD5D;
	margin-bottom: 20px;
}

.topoPage p {
	font-size: 16px;
	font-weight: 500;
	color: #37474F;
	line-height: 26px;
}

.conteudos {
	margin-bottom: 100px;
}

.conteudos .post {
	margin-bottom: 55px;
}

.conteudos .post h3 {
	font-size: 28px;
	font-weight: 500;
	color: #006835;
	margin-bottom: 5px;
}

.conteudos .post h3 a {
	color: #006835;
	text-decoration: none;
}

.conteudos .post h3 a:hover {
	color: #01ADEF;
}

.conteudos .post p {
	font-size: 16px;
	color: #4E525E;
	line-height: 26px;
}

.conteudos .post .lkMore {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 8px;
	background-color: #01ADEF;
	margin-top: 25px;
}

.conteudos .post .lkMore:hover {
	background-color: #FF8304;
}

.conteudos .colThumb {
	margin-bottom: 25px;
}

.site-button{
    text-align: center;
}

.lkLoad {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	background-color: var(--bs-white);
	color: #006835;
	box-shadow: 0px 5px 20px 0px rgba(133, 145, 176, 0.2);
    padding: 0;
}

.lkLoad:hover {
	background-color: #e7792b;
	color: var(--bs-white);
}

.titleSection {
	margin-bottom: 30px;
}

.titleSection h2,
.footer h2 {
	font-size: 28px;
	font-weight: 500;
	color: #006835;
}

.titleSection p {
	font-size: 16px;
	color: #4E525E;
	line-height: 26px;
	margin-top: 10px;
}

.arrowLeft {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #003873;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 5px 20px 0px rgba(133, 145, 176, 0.2);
}

.arrowRight {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #003873;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 5px 20px 0px rgba(133, 145, 176, 0.2);
}

.arrowLeft:hover,
.arrowRight:hover {
	background-color: #006835;
	color: var(--bs-white);
}

.produtos {
	background: url(../images/bg-produtos.jpeg) no-repeat center top;
	padding-top: 40px;
	margin-bottom: 70px;
}

.slideProd {
	width: 80%;
	margin: 0 auto;
}

.slideProd .swiper-slide {
	height: auto !important;
	padding: 5px 15px 30px;
}

.slideProd .swiper-slide .tag {
	background: #F9931F;
	border-radius: 10px;
	padding: 6px 15px;
	z-index: 10;
	top: 0;
	left: 30px;
	font-size: 13px;
	font-weight: 700;
	color: var(--bs-white);
}

.slideProd .swiper-slide .box {
	background: var(--bs-white);
	border-radius: 8px;
	padding: 45px 25px 90px;
	max-width: 272px;
	margin: 0 auto;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.slideProd .box h3 {
	font: 18px 'Sora', sans-serif;
	color: #4E525E;
	font-weight: 500px;
}

.slideProd .box .lkMore,
.contato ul li .lkCTA {
	font-size: 15px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 10px 20px;
	width: 150px;
	text-decoration: none;
	border-radius: 8px;
	background-color: #01ADEF;
	margin-top: 15px;
	left: 50%;
	bottom: 30px;
	margin-left: -75px;
}

.slideProd .box .lkMore:hover,
.contato ul li .lkCTA:hover {
	background-color: #FF8304;
}

.video {
	margin-bottom: 100px;
}

.sliderVideosContainer{
    padding: 0 60px;
}

.lojas {
	background: url(../images/bg-lojas.jpg) repeat-x center 110px;
	margin-bottom: 80px;
}

.lojas h3 {
	font-size: 32px;
	font-weight: 700;
	color: #37474F;
}

.lojas h4 {
	font-size: 18px;
	font-weight: 500;
	color: #FF8304;
	margin-bottom: 10px;
}

.lojas .boxBusca {
	margin: 40px auto 0;
	max-width: 780px;
	padding: 30px;
	background-color: var(--bs-white);
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(93, 93, 93, 0.07);
}

.lojas .boxBusca h3 {
	font-size: 16px;
	font-weight: 500;
	color: #37474F;
}

.lojas .boxBusca select {
	display: none;
}

.lojas .boxBusca .filtro>div {
	margin-top: 15px;
}

.lojas .boxBusca .nice-select {
	width: 100%;
	height: 48px;
	border: none;
	border: 1px solid #979797;
	border-radius: 8px;
	line-height: 48px;
	background: var(--bs-white);
	float: none;
	padding-left: 15px;
}

.lojas .boxBusca .nice-select.disabled {
	border: 1px solid #EEF1F7;
	background-color: #EEF1F7;
}

.lojas .boxBusca .nice-select span.current {
	font-size: 14px;
	color: #006835;
	line-height: 46px;
	display: inline-block;
	font-weight: 500;
}

.lojas .boxBusca .nice-select.disabled span.current {
	color: #575757;
	font-weight: 400;
}

.lojas .boxBusca .nice-select .nice-select-dropdown {
	width: 100%;
}

.lojas .boxBusca .nice-select .list {
	border-radius: 8px;
	max-height: 280px;
	width: 100%;
	overflow-y: auto;
	z-index: 120;
	border-color: #979797;
	background: var(--bs-white);
	padding: 10px 0;
}

.lojas .boxBusca .nice-select .option {
	font-size: 15px;
	color: #37474F;
	width: 100% !important;
	max-width: initial !important;
	padding: 6px 15px;
	line-height: normal;
	min-height: initial;
}

.lojas .boxBusca .nice-select .option:hover {
	background: #F2F2F2;
	color: #37474F;
}

.lojas .boxBusca .nice-select:after {
	content: "\F282";
	font: 12px "bootstrap-icons";
	color: #37474F;
	border: 0;
	height: 18px;
	width: 18px;
	right: 15px;
	margin-top: -8px;
	text-align: center;
	line-height: 18px;
	background-color: #D8D8D8;
	transform: none;
	border-radius: 50%;
}

.lojas .boxBusca .nice-select.disabled:after {
	background-color: var(--bs-white);
}

.lojas .boxBusca .nice-select.open:after {
	content: "\F286";
}

.listaLojas li {
	margin-top: 25px;
	padding: 35px;
	background-color: var(--bs-white);
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(93, 93, 93, 0.07);
}

.listaLojas li.hidden {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.listaLojas li h5 {
	font-size: 16px;
	font-weight: 500;
	color: #FF8304;
	margin-bottom: 5px;
}

.listaLojas li h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.listaLojas li address,
.listaLojas li p {
	font-size: 14px;
	font-weight: 500;
	color: #37474F;
	margin: 5px 0 0;
}

.listaLojas li .btns {
	margin-top: 20px;
}

.listaLojas li .btns {
	margin-top: 20px;
}

.listaLojas li .btns a {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	border-radius: 8px;
	height: 40px;
	width: 48%;
}

.listaLojas li .btns .lkWhats {
	background-color: #62CE6E;
}

.listaLojas li .btns .lkWhats:hover,
.contato ul li .lkWhats:hover {
	background-color: #016838;
}

.listaLojas li .btns .lkWhats i {
	font-size: 20px;
	margin-right: 10px;
}

.listaLojas li .btns .lkMapa {
	background-color: #01ADEF;
}

.listaLojas li .btns .lkMapa:hover {
	background-color: #F58220;
}

.bgFooter {
	background: url(../images/bg-footer.jpg) no-repeat bottom right;
	padding-bottom: 85px;
}

.contato {
	margin-bottom: 80px;
}

.contato ul li {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 30px;
	background-color: var(--bs-white);
	padding-bottom: 95px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(93, 93, 93, 0.07);
}

.contato ul li img {
	margin-bottom: 20px;
}

.contato ul li h3 {
	font-size: 24px;
	font-weight: 500;
	color: #37474F;
	margin-bottom: 10px;
	padding: 0 20px;
}

.contato ul li p {
	font-size: 16px;
	font-weight: 500;
	color: #37474F;
	margin-bottom: 15px;
	padding: 0 20px;
}

.contato ul li .lkWhats {
	font-size: 26px;
	color: var(--bs-white);
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: #62CE6E;
}

.footer .social {
	margin-top: 20px;
}

.footer .social a {
	margin: 0 10px;
}

.footer .social a:hover {
	opacity: 0.7;
}

@media only screen and (min-width : 576px) {
	.arrowLeft {
		width: 48px;
		height: 48px;
		margin-top: -24px;
		left: 0;
		font-size: 28px;
	}

	.arrowRight {
		width: 48px;
		height: 48px;
		font-size: 28px;
		margin-top: -24px;
		right: 0;
	}

	.lojas .boxBusca .filtro>div {
		width: 48%;
	}

	.footer .social a {
		margin: 0 15px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage .logo {
		margin-bottom: 0;
	}

	.topoPage .logo img {
		max-width: 300px;
	}

	.conteudos {
		background: url(../images/bg-conteudos.png) no-repeat right 225px;
	}

	.conteudos .post:nth-child(even) {
		flex-direction: row-reverse;
	}

	.conteudos .colThumb {
		margin-bottom: 0;
	}

	.slideProd {
		width: 90%;
	}

	.lojas .boxBusca {
		margin-top: 0;
	}

	.listaLojas li .info {
		width: 65%;
	}

	.listaLojas li .btns {
		width: 30%;
		margin-top: 0;
	}

	.listaLojas li .btns a {
		width: 100%;
		margin: 8px 0;
	}

	.contato ul li {
		width: 48%;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		padding-top: 70px;
	}

	.topoPage .logo img {
		max-width: 100%;
	}

	.topoPage .slogan {
		margin: 70px auto;
	}

	.topoPage .boxAlign {
		padding-left: 40px;
	}

	.topoPage h1 {
		margin-bottom: 0;
		padding-right: 25px;
		border-right: 1px solid #E5E5E5;
		margin-right: 25px;
	}

	.lojas .boxBusca h3 {
		width: 30%;
	}

	.lojas .boxBusca .filtro {
		width: 67%;
	}

	.lojas .boxBusca .filtro>div {
		margin-top: 0;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		padding-bottom: 140px;
		min-height: 700px;
	}

	.slideProd {
		width: 92%;
	}

	.lojas .heading {
		padding: 0 60px;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage .logo img {
		margin-left: 120px;
	}

	.topoPage a.lkMenu {
		margin-left: 40px;
	}

	.topoPage a.lkND {
		margin-right: 40px;
	}

	.topoPage .boxAlign {
		margin-left: 70px;
		width: 1040px;
	}

	.lojas .heading {
		padding: 0 15px;
	}
}