/* ====== 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;
}

.titleSection {
	margin-bottom: 35px;
}

.titleSection h2 {
	font-size: 34px;
	font-weight: 700;
	color: #3D80E7;
}

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

.lkLoad {
	font-size: 30px;
	color: var(--bs-white);
	line-height: 56px;
	background-color: #3D80E7;
	width: 80px;
	margin-top: 15px;
    padding: 0;
    border-radius: 0;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 180px;
	height: 620px;
	border-bottom: 8px solid #3d80e7;
	overflow: hidden;
	margin-bottom: 75px;
}

.topoPage .colLogo {
	margin-top: 25px;
}

.topoPage .colLogo:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	right: 210px;
	top: 14px;
	width: 2000px;
	height: 8px;
	background-color: var(--bs-white);
}

.topoPage .colLogo img {
	height: auto;
	width: 200px;
}

.conteudos {
	margin-bottom: 90px;
}

.conteudos2 {
	margin-bottom: 70px;
}

ul.listaPosts li {
	width: 100%;
	max-width: 330px;
	margin: 0 auto 30px;
	overflow: hidden;
	padding-bottom: 80px;
	border-radius: 8px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

ul.listaPosts li .data {
	font-size: 14px;
	font-weight: 600;
	color: #3D80E7;
	margin: 15px 20px;
}

ul.listaPosts li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #061B37;
	margin: 15px 20px 0;
}

ul.listaPosts li h3 a {
	color: #061B37;
	text-decoration: none;
}

ul.listaPosts li h3 a:hover {
	color: #3D80E7;
}

ul.listaPosts li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 10px 20px 0;
}

ul.listaPosts li .lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	line-height: 34px;
	left: 20px;
	bottom: 25px;
	text-decoration: none;
	background-color: #3D80E7;
	padding: 0 15px;
    border-radius: 0;
}

ul.listaPosts li .lkMore:hover,
.lkLoad:hover {
	background-color: #244a84;
}

.listaPosts .site-button {
    display: block;
    text-align: center;
    width: 100%;
}

.destaques {
	z-index: 20;
	background: url(../images/bg-destaques.png) no-repeat center center;
}

.destaques ul li {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 30px 110px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.destaques ul li:nth-child(1) {
	background-image: url(../images/thumb-destaque01.jpeg);
}

.destaques ul li:nth-child(2) {
	background-image: url(../images/thumb-destaque02.jpeg);
}

.destaques ul li:nth-child(3) {
	background-image: url(../images/thumb-destaque03.jpeg);
}

.destaques ul li:nth-child(4) {
	background-image: url(../images/thumb-destaque04.jpeg);
}

.destaques ul li p {
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-white);
	line-height: 24px;
	margin-top: 20px;
}

.destaques ul li .lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	line-height: 34px;
	left: 30px;
	bottom: 45px;
	text-decoration: none;
	background-color: #3D80E7;
	padding: 0 15px;
}

.destaques ul li .lkMore:hover {
	background-color: var(--bs-white);
	color: #3D80E7;
}

main .footer {
	background-color: #3D80E7;
	margin-top: -75px;
	z-index: 5;
	padding: 175px 0 120px;
}

main .footer .logo {
	margin: 0 auto 35px;
}

main .footer a {
	margin: 0 12px;
}

main .footer a:hover {
	opacity: 0.8;
}

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

	.topoPage .colLogo:before {
		right: 290px;
		top: 18px;
		height: 10px;
	}

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

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

	.titleSection p {
		font-size: 20px;
	}

	ul.listaPosts li {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}

	.destaques ul li {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width : 992px) {
	.conteudos {
		margin-bottom: 140px;
	}

	ul.listaPosts li {
		width: 23.5%;
		margin-right: 2%;
	}

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

	.destaques ul li {
		width: 25%;
	}
}