/* 
handler: imbralit
deps: bootstrap-5, swiper-11, bootstrap-icons ,cards,ajax-pagination
version: 1.0.1
*/
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;
}

header {
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 25px;
}

header .logo {
	max-width: 100%;
	height: auto;
}

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

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

header a.lkND {
	font-size: 14px;
	font-weight: 600;
	color: #028BD3;
	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.1);
}

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

header a.lkND img {
	margin-right: 5px;
}

.topoPage {
	background: linear-gradient(214.32deg, rgb(0, 117, 207) 47.203%, rgb(0, 197, 233) 93.181%), rgb(255, 205, 0);
	padding-top: 180px;
	margin-bottom: 45px;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 13px;
	background: url(../images/mask-topo.png) repeat-x 0 0;
}

.topoPage img.modelo {
	margin: 30px auto 0;
	max-width: 100%;
	height: auto;
}

.topoPage h1 {
	font-size: 28px;
	font-weight: 700;
	color: var(--bs-white);
	margin-bottom: 25px;
}

.topoPage ul li {
	margin: 0 10px 20px;
	width: 27.3%;
}

.titleSection {
	margin-bottom: 40px;
}

.titleSection h2 {
	font-size: 28px;
	font-weight: 700;
	color: #575656;
}

.titleSection p {
	font-size: 16px;
	color: #838383;
	margin-top: 10px;
	line-height: 28px;
}

.video,
.dicas,
.conteudos,
.produtos {
	margin-bottom: 110px;
}

.video .ratio iframe {
	border-radius: 8px;
}

#slideDicas {
	width: 100%;
}

#slideDicas .swiper-slide {
	height: auto !important;
	padding-bottom: 30px;
}

#slideDicas article {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	height: 100%;
	background-color: var(--bs-white);
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 8px 30px 0px rgba(189, 223, 246, 0.45);
}

#slideDicas article .lkImg img {
	max-width: 100%;
	height: auto;
}

#slideDicas article div {
	padding: 20px
}

#slideDicas article h3 {
	font-size: 24px;
	font-weight: 700;
	color: #575656;
	margin-bottom: 10px;
}

#slideDicas article h3 a {
	color: #575656;
}

#slideDicas article h3 a:hover {
	color: #028BD2;
}

#slideDicas article p {
	font-size: 16px;
	color: #838383;
	line-height: 28px;
}

.dicas .baseSlide .dicas-pagination span {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	opacity: 1;
	background: #CFD8DC;
}

.dicas .baseSlide .dicas-pagination span.swiper-pagination-bullet-active {
	width: 40px;
	background: #FFCC02;
}

.conteudos ul li {
	width: 100%;
	max-width: 360px;
	background: var(--bs-white);
	margin: 0 auto 30px;
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 90px;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.conteudos ul li h3 {
	font-size: 18px;
	font-weight: 700;
	color: #575656;
	margin: 20px 25px 0;
	line-height: 28px;
}

.conteudos ul li h3 a {
	color: #575656;
}

.conteudos ul li h3 a:hover {
	color: #028BD2;
}

.conteudos ul li p {
	font-size: 15px;
	color: #838383;
	margin: 8px 25px 0;
	line-height: 26px;
}

.conteudos ul li .lkMore {
	font-size: 16px;
	font-weight: 500;
	color: var(--bs-white);
	padding: 8px 20px;
	border-radius: 8px;
	background: #028BD2;
	left: 25px;
	bottom: 30px;
}

.conteudos ul li .lkMore:hover {
	background: #FFCC02;
}

.conteudos .lkLoad {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 34px;
	color: var(--bs-white);
	background: #FFCC02;
}

.conteudos .lkLoad{
    min-width: auto;
    padding: 0;
}

.conteudos .lkLoad .button-icon{
    margin: 0;
}

.conteudos .lkLoad:hover {
	background: #028BD2;
}

.produtos .busca {
	background: #FFF;
	border-radius: 15px;
	width: 100%;
	padding: 25px;
	box-shadow: 0px 0px 50px 0px rgba(93, 93, 93, 0.26);
	z-index: 20;
}

.produtos .serachField {
	margin: 0 10px 25px 0;
	background: #F3F6F8;
	border-radius: 8px;
	height: 54px;
	padding-left: 20px;
}

.produtos .serachField input {
	outline: none;
	background: none;
	font-size: 14px;
	color: #58595B;
	padding-right: 10px
}

.produtos .serachField button {
	outline: none;
	background: #028BD2;
	font-size: 20px;
	color: var(--bs-white);
	cursor: pointer;
	width: 54px;
	height: 54px;
	border-radius: 8px;
}

.produtos .serachField button:hover {
	background: #E8BA03;
}

.produtos h3 {
	font-size: 20px;
	font-weight: 700;
	color: #575656;
	margin-bottom: 20px;
}

.produtos .mapa {
	z-index: 10;
	margin-top: -10px;
	width: 100%;
	height: 480px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.listaProdutos {
	max-height: 410px;
	overflow-y: auto;
	padding-right: 10px;
}

.listaProdutos::-webkit-scrollbar {
	width: 10px;
}

.listaProdutos::scrollbar {
	width: 10px;
}

.listaProdutos::-webkit-scrollbar-track {
	background: #CFD8DC;
	border-radius: 10px;
}

.listaProdutos::scrollbar-track {
	background: #CFD8DC;
	border-radius: 10px;
}

.listaProdutos::-webkit-scrollbar-thumb {
	background: #028BD2;
	border-radius: 10px;
}

.listaProdutos::scrollbar-thumb {
	background: #028BD2;
	border-radius: 10px;
}

.listaProdutos li {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.listaProdutos li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.listaProdutos li div {
	width: 52%;
}

.listaProdutos li div a {
	font-size: 12px;
	color: #062935;
	font-weight: 600;
}

.listaProdutos li div a:hover {
	color: #028BD2;
}

.listaProdutos li h4 {
	font-size: 14px;
	font-weight: 600;
	color: #062935;
	margin-bottom: 10px;
}

.listaProdutos li .imgProd {
	margin: 7px 0;
	max-width: 70px;
}

.listaProdutos li a.lkMore {
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: var(--bs-white);
	line-height: 40px;
	border-radius: 8px;
	background: #E8BA03;
}

.listaProdutos li a.lkMore:hover {
	background: #028BD2;
}

.banner {
	height: 122px;
}

.banner img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#loop-content .site-button{
	margin: 0 auto;
	display: block;
}
.footer {
	background: #008BD3;
	padding: 30px 0 75px;
}

.footer h2 {
	font-size: 26px;
	font-weight: 700;
	color: var(--bs-white);
	margin-bottom: 30px;
}

.footer img {
	margin: 0 auto;
}

@media only screen and (min-width : 410px) {
	.produtos h3 {
		font-size: 22px;
	}

	.listaProdutos li .imgProd {
		max-width: 100px;
	}

	.listaProdutos li h4 {
		font-size: 16px;
	}

	.banner {
		height: 138px;
	}
}

@media only screen and (min-width : 480px) {
	.banner {
		height: 164px;
	}
}

@media only screen and (min-width : 576px) {
	header .logo {
		max-width: 180px;
		height: auto;
		margin: 0 auto;
	}

	header a.lkMenu {
		margin-top: 15px;
	}

	header a.lkND {
		margin-top: 15px;
		font-size: 15px;
	}

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

	.topoPage h1 {
		font-size: 40px;
	}

	.titleSection h2 {
		font-size: 34px;
	}

	.listaProdutos li div {
		width: 56%;
	}

	.banner {
		height: 195px;
	}

	.footer h2 {
		font-size: 28px;
	}
}

@media only screen and (min-width : 768px) {
	header .logo {
		max-width: 100%;
	}

	.topoPage {
		padding-top: 240px;
	}

	.topoPage ul li {
		width: 17%;
	}

	#slideDicas article {
		max-width: initial;
		margin: 0 20px;
	}

	#slideDicas article .lkImg {
		width: 40%;
		display: block;
	}

	#slideDicas article .lkImg img {
		width: 100%;
		max-width: initial;
		height: 100%;
		object-fit: cover;
	}

	#slideDicas article div {
		width: 60%;
	}

	.conteudos ul li {
		width: 32%;
		margin-left: 0;
		margin-right: 2%;
	}

	.conteudos ul li:nth-child(3n+0) {
		margin-right: 0;
	}

	.produtos h3 {
		font-size: 20px;
	}

	.produtos .colBusca {
		padding-right: 0;
		padding-left: 0;
	}

	.listaProdutos li .imgProd {
		max-width: 70px;
	}

	.listaProdutos li div {
		width: 52%;
	}

	.produtos .colMapa {
		padding: 30px 15px 30px 0;
	}

	.produtos .mapa {
		margin-top: 0;
		height: 100%;
		border-radius: 0 10px 10px 0;
	}

	.banner {
		height: 260px;
	}
}

@media only screen and (min-width : 992px) {
	.dicas .baseSlide {
		padding: 0 75px;
	}

	.dicas .dicaPrev {
		width: 64px;
		height: 64px;
		background-color: #FFCC02;
		font-size: 38px;
		color: var(--bs-white);
		cursor: pointer;
		outline: none;
		top: 50%;
		margin-top: -60px;
		left: 0;
		z-index: 10;
	}

	.dicas .dicaNext {
		width: 64px;
		height: 64px;
		background-color: #FFCC02;
		font-size: 38px;
		color: var(--bs-white);
		cursor: pointer;
		outline: none;
		top: 50%;
		margin-top: -60px;
		right: 0;
		z-index: 10;
	}

	.dicas .dicaPrev:hover,
	.dicas .dicaNext:hover {
		background-color: #028BD2;
	}

	#slideDicas article .lkImg {
		width: 300px;
	}

	.produtos .colBusca {
		padding-left: 15px;
	}

	.listaProdutos li .imgProd {
		max-width: 100px;
	}

	.listaProdutos li div {
		width: 56%;
	}

	.banner {
		height: 330px;
	}

	.footer h2 {
		font-size: 26px;
		margin-bottom: 0;
	}

	.footer img {
		margin: 0;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage h1 {
		font-size: 30px;
	}

	.topoPage ul li {
		margin: 0 0 0 20px;
	}

	.topoPage ul li:first-child {
		margin-left: 0;
	}

	.topoPage img.modelo {
		margin: -40px -20px 0 0;
	}

	#slideDicas article div {
		width: 65%;
		padding-left: 30px;
	}

	#slideDicas article h3 {
		font-size: 28px;
	}

	.conteudos ul li {
		width: 31.6%;
		margin-right: 2.5%;
	}

	.banner {
		height: 390px;
	}

	.footer {
		padding-top: 15px;
	}

	.footer h2 {
		font-size: 28px;
	}
}

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

	header .container,
	.footer .container {
		max-width: 1400px;
	}

	.topoPage h1 {
		font-size: 38px;
	}

	.dicas .baseSlide {
		padding: 0 100px;
	}

	#slideDicas article div {
		width: 68%;
	}

	.conteudos ul {
		padding: 0 80px;
	}

	.listaProdutos li div {
		width: 52%;
	}

	.produtos .mapa {
		width: calc(100% - 400px);
	}

	.banner {
		height: 450px;
	}
}

@media only screen and (min-width : 1520px) {
	.topoPage h1 {
		font-size: 40px;
	}

	.topoPage ul li {
		width: auto;
		margin-left: 40px;
	}

	.topoPage img.modelo {
		margin-top: -80px;
	}

	.produtos .mapa {
		width: calc(100% - 300px);
	}

	.produtos .colMapa img {
		margin-right: -100px;
	}

	.banner {
		height: 489px;
	}
}

@media only screen and (min-width : 1700px) {
	.topoPage .colTxt {
		padding-left: 30px;
	}

	.topoPage img.modelo {
		margin: -110px -50px 0 0;
	}

	.produtos .mapa {
		width: calc(100% - 210px);
	}

	.produtos .colMapa img {
		margin-right: -190px;
	}
}

@media only screen and (min-width : 1920px) {
	.topoPage .colTxt {
		padding-left: 40px;
	}

	.topoPage img.modelo {
		margin-right: -80px;
	}

	.produtos .mapa {
		width: 680px;
	}

	.produtos .colMapa img {
		margin-right: -220px;
	}
}