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

body {
	width: 100%;
	height: 100%;
	font-family: "Sora", 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;
}

.poppins {
	font-family: "Poppins", serif;
}

.topoPage {
	background: url(../images/bg-topo-mob.jpg) no-repeat center top;
	padding-top: 70px;
	height: 640px;
	margin-bottom: 80px;
}

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

.topoPage a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	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);
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
}

.topoPage a.lkND:hover {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}

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

.titleSection {
	margin-bottom: 40px;
}

.titleSection h2 {
	font-size: 34px;
	font-weight: 300;
	color: #37474F;
}

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

.video,
.solucoes {
	margin-bottom: 70px;
}

.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: #C1A962;
	color: var(--bs-white);
}

.slideSolucoes,
.slidePosts {
	width: 84%;
	margin: 0 auto;
}

.slideSolucoes .swiper-slide {
	height: auto;
	padding: 0 15px;
}

.slideSolucoes .item {
	overflow: hidden;
	border-radius: 8px;
	max-width: 270px;
	margin: 0 auto;
}

.slideSolucoes .item img{
    object-fit: cover;
}

.slideSolucoes .item a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	color: var(--bs-white);
	line-height: 30px;
	z-index: 10;
	padding: 0 15px 25px;
	background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0, 0.8) 100%);
}

.slideSolucoes .item a:hover {
	padding-bottom: 40px;
}

.conteudos {
	margin-bottom: 50px;
}

.slidePosts .swiper-slide {
	height: auto;
	padding: 0 15px 30px;
}

.slidePosts article {
	overflow: hidden;
	border-radius: 15px;
	max-width: 325px;
	margin: 0 auto;
	background-color: var(--bs-white);
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.07);
	padding-bottom: 70px;
}

.slidePosts article .data {
	margin: 15px 20px 0;
	font-size: 14px;
	font-weight: 600;
	color: #A99350;
}

.slidePosts article h3 {
	margin: 15px 20px 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 28px;
}

.slidePosts article h3 a {
	color: #333;
	text-decoration: none;
}

.slidePosts article h3 a:hover {
	color: #A99350;
}

.slidePosts article .lkMore {
	left: 20px;
	bottom: 15px;
	font-size: 26px;
	color: #A99350;
}

.slidePosts article .lkMore:hover {
	color: #008D6A;
}

.quiz {
	background: url(../images/bg-quiz-mob.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 80px 0 200px;
}

.quiz h3 {
	font-size: 20px;
	font-weight: 500;
	color: #777E98;
	margin-bottom: 10px;
}

.quiz h2 {
	font-size: 36px;
	font-weight: 300;
	color: #777E98;
	margin-bottom: 20px;
}

.quiz a {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 0 30px;
	line-height: 56px;
	text-decoration: none;
	border-radius: 8px;
	background-color: #008D6A;
}

.quiz a:hover {
	background-color: #C1A962;
}

.enderecos .bg {
	background: #F8F8F8;
}

.enderecos .boxAlign {
	margin: 0 auto;
	padding: 110px 0;
}

.enderecos h3 {
	font-size: 34px;
	font-weight: 300;
	color: #008D6A;
	margin-bottom: 30px;
}

.enderecos ul li {
	margin-bottom: 12px;
}

.enderecos ul li a {
	background: var(--bs-white);
	border: 1px solid #E2E0E0;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 15px;
	color: #004E4D;
	text-decoration: none;
}

.enderecos ul li a:hover,
.enderecos ul li a.active {
	background: #C1A962;
	color: var(--bs-white);
}

.enderecos ul li a i {
	color: #B9A657;
	font-size: 20px;
	margin-right: 5px;
}

.enderecos ul li a:hover i ,
.enderecos ul li a.active i {
	color: var(--bs-white);
}

.enderecos .boxScroll {
	width: 100%;
	overflow-y: auto;
	padding-right: 20px;
	max-height: 310px;
}

.enderecos .boxScroll::-webkit-scrollbar {
	width: 10px;
}

.enderecos .boxScroll::scrollbar {
	width: 10px;
}

.enderecos .boxScroll::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 5px;
}

.enderecos .boxScroll::scrollbar-track {
	background: #EBEBEB;
	border-radius: 5px;
}

.enderecos .boxScroll::-webkit-scrollbar-thumb {
	background: #8595AB;
	border-radius: 5px;
}

.enderecos .boxScroll::scrollbar-thumb {
	background: #8595AB;
	border-radius: 5px;
}

.enderecos .colMapa {
	padding: 0;
}

.enderecos .colMapa #mapa-enderecos {
	height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    background-color: #ccc;
}

#mapbox-aviso{
    width: 100%;
    height: 100%;
}

#mapbox-aviso.hidden{
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.footer {
	padding-top: 70px;
	padding-bottom: 70px;
}

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

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

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


@media only screen and (min-width : 576px) {

	.titleSection h2,
	.quiz h2,
	.enderecos h3 {
		font-size: 40px;
	}

	.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;
	}

	.quiz {
		padding: 120px 0 230px;
	}

	.enderecos .boxAlign {
		width: 540px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		background: url(../images/bg-topo.jpg) no-repeat center top;
		background-size: cover;
		height: 350px;
		margin-bottom: 100px;
		padding-top: 40px;
	}

	.video,
	.solucoes {
		margin-bottom: 100px;
	}

	.slideSolucoes,
	.slidePosts {
		width: 88%;
	}

	.quiz {
		background: url(../images/bg-quiz.jpg) no-repeat center bottom;
		height: 730px;
		padding: 0;
	}

	.enderecos .boxAlign {
		width: 355px;
		margin: 0;
	}

	.enderecos .colMapa {
		padding-left: 15px;
	}

	.enderecos .colMapa iframe {
		height: 100%;
	}

	.footer {
		padding-top: 90px;
		padding-bottom: 90px;
	}

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

@media only screen and (min-width : 992px) {
	.topoPage {
		height: 460px;
	}

	.slideSolucoes {
		width: 92%;
	}

	.slidePosts {
		width: 90%;
	}

	.quiz h2 {
		font-size: 50px;
	}

	.enderecos .boxAlign {
		width: 455px;
		padding-right: 30px;
	}
}

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

	.quiz h2 {
		font-size: 56px;
	}

	.enderecos .boxAlign {
		width: 530px;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage {
		height: 660px;
	}

	.slidePosts {
		width: 80%;
	}

	.conteudos .arrowLeft {
		left: 70px;
	}

	.conteudos .arrowRight {
		right: 70px;
	}

	.quiz .colTxt {
		padding-left: 70px;
	}

	.enderecos .boxAlign {
		width: 640px;
		padding-left: 80px;
	}
}

@media only screen and (min-width : 1520px) {
	.topoPage {
		height: 730px;
	}
}