/* ====== 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.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 0 100px;
	margin-bottom: 60px;
}

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

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

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

.topoPage a.lkND {
	font-size: 14px;
	font-weight: 600;
	color: #33508D;
	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);
}

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

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

.topoPage .txtRow {
	margin-top: 80px;
}

.topoPage h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-white);
}

.topoPage p {
	font-size: 20px;
	color: var(--bs-white);
	margin-bottom: 5px;
}

.titleSection {
	margin-bottom: 40px;
}

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

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

.conteudos {
	margin-bottom: 95px;
}

.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 .data {
	font-size: 15px;
	font-weight: 500;
	color: #5A5A5A;
	margin: 20px 25px 0;
}

.conteudos ul li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #33508D;
	margin: 5px 25px 0;
	line-height: 26px;
}

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

.conteudos ul li h3 a:hover {
	color: #00D2C6;
}

.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: #00D2C6;
}



.lkLoad {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 34px;
	color: var(--bs-white);
	background: #00D2C6;
    padding: 0;
}

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

.footer {
	padding: 45px 0 50px;
	background: linear-gradient(to bottom, rgba(34, 116, 166, 1) 0%, rgba(25, 141, 180, 1) 100%);
}

.footer:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	height: 61px;
	background: url(../images/mask-footer.png) no-repeat center top;
}

.footer img {
	margin: 0 auto;
}

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

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

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

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

	.topoPage .txtRow {
		margin-top: 130px;
	}

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

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

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

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

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

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

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

	.conteudos {
		background-position: -100px 0;
	}
}

@media only screen and (min-width : 992px) {
	.conteudos ul li {
		width: 31.6%;
		margin-right: 2.5%;
	}
}

@media only screen and (min-width : 1200px) {
	.conteudos {
		background-position: 0 0;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage .container {
		padding: 0 50px;
	}

	.conteudos {
		background-position: 50px 0;
	}

	.conteudos ul {
		padding: 0 80px;
	}
}

@media only screen and (min-width : 1660px) {
	.conteudos {
		background-position: 120px 0;
	}
}