/* ====== 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/topo-azul-02.jpg) no-repeat center bottom;
	background-size: cover;
    background-position: center;
	height: 520px;
	padding-top: 30px;
}

.topoPage.interno {
	background: url(../images/topo-azul-02.jpg) no-repeat center bottom;
	background-size: cover;
    background-position: center;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

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

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

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

.topoPage .logo {
	margin-bottom: 25px;
	margin-top: 40px;
    max-width: 200px;
}

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

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

.curiosidades {
	z-index: 40;
	margin-top: -120px;
	margin-bottom: 50px;
}

.curiosidades .curPrev {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #003873;
	cursor: pointer;
	outline: none;
	top: calc(50% - 30px);
	left: 5px;
	z-index: 30;
	box-shadow: 0px 8px 40px 0px rgba(182, 182, 182, 0.45);
}

.curiosidades .curNext {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #003873;
	cursor: pointer;
	outline: none;
	top: calc(50% - 30px);
	right: 5px;
	z-index: 30;
	box-shadow: 0px 8px 40px 0px rgba(182, 182, 182, 0.45);
}

.curiosidades .curPrev:hover,
.curiosidades .curNext:hover {
	background-color: #205295;
	color: var(--bs-white);
}

.slideCuriosidades {
	margin: 0 auto;
	width: 84%;
}

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

.slideCuriosidades article {
	width: 100%;
	max-width: 324px;
	background: var(--bs-white);
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 85px;
	box-shadow: 0px 10px 20px 0px rgba(93, 93, 93, 0.07);
}

.slideCuriosidades article .data {
	font-size: 14px;
	color: #455A64;
	margin: 18px 25px 0;
}

.slideCuriosidades article h3 {
	font-size: 16px;
	font-weight: 600;
	color: #5A6777;
	margin: 5px 25px 0;
	line-height: 24px;
}

.slideCuriosidades article h3 a {
	color: #5A6777;
}

.slideCuriosidades article h3 a:hover {
	color: #205295;
}

.slideCuriosidades article .lkMore {
	font-size: 14px;
	color: var(--bs-white);
	padding: 8px 15px;
	border-radius: 8px;
	background: #205295;
	left: 25px;
	bottom: 30px;
	text-decoration: none;
}

.slideCuriosidades article .lkMore:hover {
	background: #5A6777;
}

.titleSection {
	margin-bottom: 35px;
}

.titleSection h2 {
	font-size: 36px;
	font-weight: 700;
	color: #5A6777;
}

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

.galeria .titleSection h2,
.galeria .titleSection p {
	color: var(--bs-white);
}

.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 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.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 8px 40px 0px rgba(189, 223, 246, 0.45);
}

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

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

.servicos {
	margin-bottom: 65px;
}

.slideServicos {
	width: 84%;
	margin: 0 auto;
}

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

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

.slideServicos .svc img{
    object-fit: cover;
}

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

.slideServicos .svc a:hover {
	padding-bottom: 40px;
}

.slideServicos .svc .lkMore {
	font-size: 14px;
	color: var(--bs-white);
	padding: 8px 15px;
	border-radius: 8px;
	background: #205295;
	text-decoration: none;
    margin-top: 20px;
}

.slideServicos .svc .lkMore:hover {
    background: #5A6777;
}

.modal .btFechar {
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	left: inherit;
	right: inherit;
	background: url(../images/bt-close.png) no-repeat 0 0;
	text-indent: -5000em;
	opacity: 1;
	padding: 0;
	margin-bottom: 20px;
}

.modal .modal-body {
	padding-top: 35px;
	padding-bottom: 35px;
}

.modal .modal-body p,
.modal .modal-body ul {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	line-height: 28px;
}

.modal .modal-body ul li:before {
	content: "•";
	display: inline-block;
	margin-right: 6px;
	color: #205295;
}

.modal .modal-body h2 {
	font-size: 36px;
	color: #205295;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h3 {
	font-size: 26px;
	color: #5A6777;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h4 {
	font-size: 22px;
	color: #5A6777;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h5,
.modal .modal-body h6 {
	font-size: 18px;
	color: #5A6777;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body p strong,
.modal .modal-body p a,
.modal .modal-body ul strong,
.modal .modal-body ul a {
	color: #205295 !important;
}

.colunas {
	margin-bottom: 60px;
}

.colunas .editoria {
	margin-bottom: 40px;
}

.colunas h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.colunas h3 a{
    color: #205295;
}

.colunas ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e9edf1;
	width: 100%;
	max-width: 320px;
}

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

.colunas ul li img {
	border-radius: 12px;
	margin-bottom: 10px;
}

.colunas ul li .lkCol {
	font-size: 12px;
	font-weight: 500;
	color: #205295;
	text-decoration: none;
}

.colunas ul li .lkCol:hover {
	color: #5A6777;
}

.colunas ul li h4 {
	font-size: 16px;
	font-weight: 500;
	color: #171717;
	line-height: 24px;
	margin-top: 5px;
}

.colunas ul li h4 a {
	color: #171717;
	text-decoration: none;
}

.colunas ul li h4 a:hover {
	color: #205295;
}

.colunas ul li:first-child h4 {
	font-weight: 600;
}

.conteudos {
	margin-bottom: 80px;
}

.conteudos .filtro {
	margin-top: 25px;
	white-space: nowrap;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
}

.conteudos .filtro::-webkit-scrollbar {
	height: 6px;
	margin: 10px 0;
}

.conteudos .filtro::scrollbar {
	height: 6px;
}

.conteudos .filtro::-webkit-scrollbar-track {
	background: none;
}

.conteudos .filtro::scrollbar-track {
	background: none;
}

.conteudos .filtro::-webkit-scrollbar-thumb {
	background: #EEECEC;
	border-radius: 3px;
}

.conteudos .filtro::scrollbar-thumb {
	background: #EEECEC;
	border-radius: 3px;
}

.conteudos .filtro a {
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none;
	color: #9B9B9B;
	font-weight: 500;
	background-color: #EEECEC;
	border-radius: 8px;
	height: 48px;
	margin: 0 10px;
}

.conteudos .filtro a:hover {
	color: var(--bs-white);
	background-color: #5A6777;
}

.conteudos .filtro a.active {
	color: var(--bs-white);
	background-color: #5A6777;
	font-weight: 700;
}

.conteudos ul li {
	width: 100%;
	max-width: 324px;
	background: var(--bs-white);
	margin: 0 auto 35px;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 85px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.conteudos ul li .data {
	font-size: 14px;
	color: #455A64;
	margin: 18px 25px 0;
}

.conteudos ul li h3 {
	font-size: 16px;
	font-weight: 600;
	color: #5A6777;
	margin: 5px 25px 0;
	line-height: 24px;
}

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

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

.conteudos ul li .lkMore {
	font-size: 14px;
	color: var(--bs-white);
	padding: 8px 15px;
	border-radius: 8px;
	background: #205295;
	left: 25px;
	bottom: 30px;
	text-decoration: none;
}

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

.conteudos .site-button{
    width: 100%;
    text-align: center;
}

.lkLoad {
	background: #dfdfdf;
	width: 70px;
	height: 70px;
	font-size: 47px;
	color: #5A6777;
	text-decoration: none;
	box-shadow: 0px 8px 40px 0px rgba(93, 93, 93, 0.1);
}

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

.galeria {
	background: #205295;
	padding: 60px 0 15px;
	margin-bottom: 50px;
}

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

.slideGaleria .swiper-slide {
	padding: 4px 5px 30px;
}

.slideGaleria .foto {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 2px 5px 10px 0px rgba(236, 236, 236, 0.5);
	max-width: 263px;
	margin: 0 auto;
}

.transportadoras {
	margin-bottom: 80px;
}

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

.slideLogos .swiper-slide {
	height: auto !important;
	padding: 10px 15px;
}

.slideLogos .logo {
	padding: 10px;
	height: auto !important;
	max-height: 120px;
	background: var(--bs-white);
	border-radius: 8px;
	box-shadow: 0px 0px 15px 0px rgba(93, 93, 93, 0.1);
	width: 100%;
}

.slideLogos img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer {
	background: url(../images/bg-footer-azul.jpg) no-repeat center top;
	padding-top: 65px;
    padding-bottom: 65px;
	height: auto;
}

.footer .logo {
	max-width: 185px;
	height: auto;
	margin: 0 auto;
}

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

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

.curiosidades2 {
	padding: 50px 0;
	margin-bottom: 80px;
	background: #f6f8fa;
}

.curiosidades2 h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333345;
	margin-bottom: 45px;
}

.curiosidades2 .accordion .accordion-item {
	margin-bottom: 8px;
	border: none;
	border-radius: 15px;
	padding: 20px 25px;
	box-shadow: 0px 0px 25px 0px rgba(93, 93, 93, 0.15);
}

.curiosidades2 .accordion .accordion-header {
	font-size: 16px;
	font-weight: 600;
	color: #333345;
	cursor: pointer;
	position: relative;
	padding-right: 50px;
}

.curiosidades2 .accordion .accordion-header:after {
	content: "\F64D";
	font-family: 'bootstrap-icons';
	font-size: 20px;
	color: var(--bs-white);
	position: absolute;
	display: block;
	right: 0;
	top: -5px;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background: #e0e9ed;
	text-align: center;
	line-height: 28px;
}

.curiosidades2 .accordion .accordion-header:not(.collapsed):after {
	content: "\F2EA";
	background: #205295;
}

.curiosidades2 .accordion p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
	color: #38393C;
}

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

	.topoPage h1,
	.titleSection h2,
	.curiosidades2 h2 {
		font-size: 40px;
	}

	.curiosidades .curPrev,
	.curiosidades .curNext {
		width: 48px;
		height: 48px;
		font-size: 28px;
		top: calc(50% - 39px);
	}

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

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

@media only screen and (min-width : 768px) {
	.curiosidades {
		margin-top: -150px;
	}

	.slideServicos {
		width: 88%;
	}

	.modal .modal-body {
		padding: 40px;
	}

	.slideGaleria,
	.slideLogos {
		width: 88%;
	}

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

@media only screen and (min-width : 992px) {
	.topoPage:not(.interno) {
		padding-top: 75px;
		height: 586px;
	}

	.topoPage .logo {
		margin-bottom: 45px;
		margin-top: -75px;
	}

	.topoPage.interno .logo {
		margin-bottom: 40px;
		margin-top: -35px;
	}

	.curiosidades {
		margin-top: -270px;
	}

	.slideCuriosidades {
		width: 90%;
	}

	.slideServicos {
		width: 92%;
	}

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

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

	.footer.interno {
		height: auto;
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.footer.interno .logo {
		margin: 0;
	}

	.footer.interno .social a {
		margin: 0 0 0 20px;
	}

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

@media only screen and (min-width : 1200px) {
	.curiosidades {
		margin-top: -290px;
	}

	.slideCuriosidades {
		width: 92%;
	}

	.curiosidades .curPrev {
		left: 0;
	}

	.curiosidades .curNext {
		right: 0;
	}

	.slideLogos {
		width: 90%;
	}
}

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

	.slideCuriosidades {
		width: 82%;
	}

	.curiosidades .curPrev {
		left: 45px;
	}

	.curiosidades .curNext {
		right: 45px;
	}

	.conteudos {
		max-width: 1400px;
	}

	.slideLogos {
		width: 94%;
	}

	.patrocinadores .logoPrev {
		left: -15px;
	}

	.patrocinadores .logoNext {
		right: -15px;
	}
}