/* ====== 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 bottom;
	padding: 40px 0 100px;
	margin-bottom: 60px;
}

.topoPage a.lkMenu {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background: #68CDB7;
	font-size: 26px;
	color: #01557C;
	line-height: 32px;
}

.topoPage a.lkND {
	font-size: 16px;
	font-weight: 600;
	color: #01557C;
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: #68CDB7;
}

.topoPage a.lkMenu:hover,
.topoPage a.lkND:hover {
	background-color: var(--bs-white);
}

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

.topoPage .logo {
	margin: 40px auto;
	max-width: 200px;
	height: auto;
}

.topoPage h1 {
	font-size: 32px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 40px;
}

.titleSection {
	margin-bottom: 35px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 800;
	color: #01557C;
}

.titleSection p {
	font-size: 18px;
	color: #01557C;
	margin-top: 10px;
}

.marcas,
.filtro {
	margin-bottom: 50px;
}

.marcas ul li {
	margin-bottom: 20px;
	width: 46%;
	border-radius: 8px;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.25);
	background: #FFF;
	height: 110px;
	padding: 15px;
}

.marcas ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.filtro {
	overflow: hidden;
	padding: 40px 0;
}

.filtro:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #68CDB7;
	border-bottom-right-radius: 80px;
}

.filtro ul {
	border-radius: 31px;
	box-shadow: 0px 8px 40px 0px rgba(125, 125, 125, 0.45);
	background: #FFF;
    overflow: hidden;
}

.filtro ul li {
	width: 33.333%;
	line-height: 40px;
 
}

.filtro ul li a {
	font-size: 18px;
	color: #01557C;
	text-decoration: none;
    padding: 15px;
}

.filtro ul li a:hover {
	color: #68CDB7;
}

.filtro ul li a.active {
    background-color: #f1f1f1;
}

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

.lkLoad {
	width: 64px;
	height: 64px;
	color: var(--bs-white);
	line-height: 64px;
	background-color: #01557C;
	font-size: 28px;
}

.lkLoad:hover {
	background-color: #68CDB7;
}

.conteudos {
	margin-bottom: 60px;
}

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

.conteudos ul li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #01557C;
	margin: 15px 25px 0;
	line-height: 28px;
}

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

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

.social {
	background-color: #68CDB7;
	padding: 60px 0 40px;
}

.social:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 145px;
	right: 0;
	background: #01557C;
	border-bottom-right-radius: 80px;
}

.social .titleSection h2 {
	color: var(--bs-white);
	margin-bottom: 10px;
}

.social .titleSection p {
	color: var(--bs-white);
}

.social .titleSection h2 strong {
	color: #68CDB7;
}

.social .socPrev {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #01557C;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	z-index: 10;
}

.social .socNext {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #01557C;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	right: 5px;
	z-index: 10;
}

.social .socPrev:hover,
.social .socNext:hover {
	background-color: #68CDB7;
	color: var(--bs-white);
}

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

.slideSocial .swiper-slide {
	height: auto;
	padding: 0 13px;
	overflow: hidden;
	border-radius: 16px;
}

.slideSocial .swiper-slide img {
	border-radius: 16px;
    object-fit: cover;
}

.eventos {
	background-color: #68CDB7;
	padding: 40px 0 80px;
}

.eventos .eventPrev {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #01557C;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	z-index: 10;
}

.eventos .eventNext {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #01557C;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	right: 5px;
	z-index: 10;
}

.eventos .eventPrev:hover,
.eventos .eventNext:hover {
	background-color: #01557C;
	color: var(--bs-white);
}

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

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

.slideEventos .evento {
	border-radius: 12px;
	background-color: var(--bs-white);
	padding: 25px 25px 85px;
	height: 100%;
}

.slideEventos .evento .data {
	font-size: 16px;
	font-weight: 500;
	color: #42A28D;
	margin-bottom: 15px;
}

.slideEventos .evento .data span {
	font-size: 48px;
	font-weight: 700;
	color: #01557C;
	line-height: 58px;
}

.slideEventos .evento h3 {
	font-size: 18px;
	font-weight: 500;
	color: #01557C;
	line-height: 28px;
}

.slideEventos .evento h3 a {
	color: #01557C;
}

.slideEventos .evento h3 a:hover {
	color: #68CDB7;
}

.slideEventos .evento a.lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 8px 20px;
	background-color: #01557C;
	border-radius: 8px;
	left: 25px;
	bottom: 25px;
}

.slideEventos .evento a.lkMore:hover {
	background-color: #68CDB7;
}

.galerias {
    background-color: #68CDB7;
}


.galerias .dropdown {
	width: 270px;
	height: 56px;
	margin: 15px auto 0;
}

.galerias .dropdown .dropdown-toggle {
	width: 100%;
	height: 56px;
	border-radius: 8px;
	background: #EEF1F7;
	font-size: 16px;
	font-weight: 600;
	color: var(--bs-black);
	padding-left: 25px;
}

.galerias .dropdown .dropdown-toggle::after {
	display: block;
	width: 56px;
	height: 56px;
	background: #01557C url(../images/arrow-down.png) no-repeat center center;
	border: none;
	border-radius: 8px;
}

.galerias .dropdown .dropdown-toggle.show::after {
	background: #F6D705 url(../images/arrow-up.png) no-repeat center center;
}

.galerias .dropdown .dropdown-menu {
	width: 100%;
	border: none;
	background-color: var(--bs-white);
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
	border-radius: 8px;
	max-height: 320px;
	overflow-y: auto;
}

.galerias .dropdown .dropdown-item {
	padding-top: 8px;
	padding-bottom: 8px;
}

.galerias .dropdown .dropdown-item:active,
.galerias .dropdown .dropdown-item:hover,
.galerias .dropdown .dropdown-item.selected {
	font-size: 16px;
	font-weight: 700;
	color: var(--bs-black);
	background: #EEF1F7;
}


.galerias .baseLista ul li {
	width: 45%;
	max-width: 290px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 35px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.galerias .baseLista ul li img{
    object-fit: cover;
}

.footer {
	background-color: #68CDB7;
	height: 205px;
}

.footer:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #01557C;
	border-top-right-radius: 80px;
}

.footer a {
	margin: 0 15px;
	width: 50px;
	border: 3px solid transparent;
}

.footer a:hover {
	border-color: #68CDB7;
}

@media only screen and (min-width : 576px) {
	.conteudos ul li {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}

	.social .socPrev,
	.social .socNext,
	.eventos .eventPrev,
	.eventos .eventNext {
		width: 48px;
		height: 48px;
		font-size: 28px;
		margin-top: -24px;
	}

	.footer a {
		width: 64px;
	}
}

@media only screen and (min-width : 768px) {
	.marcas ul li {
		width: 30%;
	}

	.filtro ul li {
		width: auto;
		line-height: 30px;
	}

	.slideEventos,
	.slideSocial {
		width: 90%;
	}
}

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

	.topoPage .logo {
		margin: 0 30px 0 0;
		max-width: initial;
		height: auto;
	}

	.topoPage .txtTopo {
		margin-top: 145px;
	}

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

	.filtro:before {
		right: 50px;
		border-bottom-right-radius: 140px;
	}

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

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

	.social:before {
		border-bottom-right-radius: 140px;
	}

	.social .titleSection h2 {
		margin-bottom: 0;
	}

	.social .titleSection p {
		margin-top: 0;
	}

	.footer:before {
		border-top-right-radius: 140px;
	}
}

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

	.topoPage .txtTopo,
	.social .titleSection {
		padding: 0 70px;
	}

	.topoPage h1 {
		font-size: 42px;
		line-height: 52px;
	}

	.marcas ul li {
		width: 15%;
	}

	.filtro ul {
		margin: 0 60px;
	}

	.social .titleSection h2 {
		font-size: 36px;
	}

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

	.slideSocial {
		width: 94%;
	}

	.eventos .eventPrev,
	.eventos .eventNext {
		width: 64px;
		height: 64px;
		font-size: 32px;
		margin-top: -32px;
	}

	.slideEventos,
	.slideSocial {
		width: 88%;
	}

	.footer:before {
		border-top-right-radius: 205px;
	}
}

@media only screen and (min-width : 1400px) {
	.filtro:before {
		right: 130px;
	}

	.conteudos {
		max-width: 1400px;
	}
}

@media only screen and (min-width : 1520px) {
	.marcas {
		max-width: 1400px;
	}

	.marcas ul li {
		width: 208px;
	}

	.social:before {
		border-bottom-right-radius: 200px;
	}
}