/* ====== 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: 80px 0 50px;
	margin-bottom: 95px;
}

.topoPage:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

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

.topoPage .container {
	z-index: 15;
}

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

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

.topoPage .baseMenu {
	margin-top: 50px;
}

.topoPage .btMenu {
	z-index: 10;
	width: 300px;
	border-radius: 8px;
	background: #FA0;
	font-size: 18px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 48px;
	margin: 0 auto 0;
}

.topoPage .btMenu:hover {
	background: var(--bs-white);
	color: #00BFA5;
}

.topoPage .btMenu i {
	font-size: 20px;
	margin-left: 10px;
}

.topoPage ul.navSections {
	background: #FA0;
	z-index: 40;
	width: 300px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -150px;
	overflow: hidden;
	border-radius: 8px;
	display: none;
}

.nav-is-toggled .topoPage ul.navSections {
	display: block;
}

.topoPage ul.navSections li {
	border-bottom: 1px solid #d08b00;
}

.topoPage ul.navSections li:last-child {
	border-bottom: none;
}

.topoPage ul.navSections li a {
	font-size: 18px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 48px;
}

.topoPage ul.navSections li a:hover {
	background-color: var(--bs-white);
	color: #00BFA5;
}

.titleSection {
	margin-bottom: 40px;
}

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

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

#section-01 {
	margin-bottom: 80px;
}

#section-03 {
	margin-bottom: 110px;
}

#section-02 {
	margin-bottom: 70px;
	padding: 40px 0 45px;
	background-color: #00BFA5;
}

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

.atracoes .atracao-slide .ratio img{
    object-fit: cover;
}

.baseSlide {
	padding: 0 40px;
}

.slide-section-01-prev,
.slide-section-02-prev,
.slide-section-03-prev {
	width: 30px;
	height: 30px;
	background-color: #FA0;
	font-size: 18px;
	color: var(--bs-white);
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 10;
}

.slide-nav{
	width: 30px;
	height: 30px;
	background-color: #FA0;
	font-size: 18px;
	color: var(--bs-white);
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	z-index: 10;
}

.slide-nav:hover{
	background-color: #00BFA5;
}

.slide-section-02-next:hover,
.slide-section-02-prev:hover {
	color: #00BFA5;
	background-color: var(--bs-white);
}

#slide-section-01 .swiper-slide,
#slide-section-02 .swiper-slide,
#slide-section-03 .swiper-slide {
	height: auto !important;
	padding: 0 15px 30px;
}

#slide-section-01 article,
#slide-section-02 article,
#slide-section-03 article {
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	background-color: var(--bs-white);
	overflow: hidden;
	border-radius: 12px;
	padding-bottom: 40px;
	box-shadow: 0px 8px 22px 0px rgba(189, 223, 246, 0.45);
}

#slide-section-01 article h3,
#slide-section-02 article h3,
#slide-section-03 article h3 {
	margin: 15px 25px 0;
	font-size: 18px;
	font-weight: 500;
	color: #57667E;
	line-height: 28px;
}

#slide-section-01 article h3 a,
#slide-section-02 article h3 a,
#slide-section-03 article h3 a {
	color: #57667E;
	text-decoration: none;
}

#slide-section-01 article h3 a:hover,
#slide-section-02 article h3 a:hover,
#slide-section-03 article h3 a:hover {
	color: #00BFA5;
}

#section-04 {
	margin-bottom: 110px;
	padding: 40px 0 45px;
	background-color: #FAFAFA;
}

#section-04 .boxScroll {
	max-height: 970px;
	overflow-y: auto;
	padding-right: 10px;
}

#section-04 .boxScroll::-webkit-scrollbar {
	width: 10px;
}

#section-04 .boxScroll::scrollbar {
	width: 10px;
}

#section-04 .boxScroll::-webkit-scrollbar-track {
	background: #ECEFF1;
	border-radius: 10px;
}

#section-04 .boxScroll::scrollbar-track {
	background: #ECEFF1;
	border-radius: 10px;
}

#section-04 .boxScroll::-webkit-scrollbar-thumb {
	background: #00BFA5;
	border-radius: 10px;
}

#section-04 .boxScroll::scrollbar-thumb {
	background: #00BFA5;
	border-radius: 10px;
}

#section-04 ul li {
	margin-bottom: 40px;
	width: 100%;
	max-width: 475px;
}

#section-04 ul li:last-child {
	margin-bottom: 0;
}

#section-04 ul li img {
	border-radius: 24px;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

#section-04 ul li div {
	padding-top: 20px;
}

#section-04 ul li h3 {
	font-size: 26px;
	font-weight: 700;
	color: #57667E;
}

#section-04 ul li h3 a {
	color: #57667E;
}

#section-04 ul li h3 a:hover {
	color: #00BFA5;
}

#section-04 ul li p {
	font-size: 16px;
	color: #838383;
	margin-top: 8px;
}

#section-05,
#section-06 {
	margin-bottom: 110px;
}

#section-05 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);
}

#section-05 ul li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #57667E;
	margin: 20px 25px 0;
	line-height: 28px;
}

#section-05 ul li h3 a {
	color: #57667E;
}

#section-05 ul li h3 a:hover {
	color: #23A69E;
}

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

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

#section-05 ul li .lkMore:hover {
	background: #FA0;
}

#section-06 ul li.show {
	width: 100%;
	max-width: 370px;
	margin: 0 auto 30px;
    visibility: visible;
    opacity: 1;
    height: auto;
}

#section-06 ul li.hide {
    height: 0;
    overflow: hidden;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}

#section-06 ul li img {
	border-radius: 12px;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.site-button .site-bt.lkLoad,
.lkLoad{
    min-width: auto;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 34px;
	color: var(--bs-white);
	background: #FA0;
}

.site-button .site-bt.lkLoad:hover {
	background: #23A69E;
}

.site-button .site-bt.lkLoad .button-icon{
    margin: 0;
}

main .footer {
	background: #23A69E;
	padding: 75px 0;
	border-radius: 56px 56px 0 0;
}

@media only screen and (min-width : 576px) {
	.titleSection h2 {
		font-size: 32px;
	}

	.baseSlide {
		padding: 0 80px;
	}

	.slide01Prev,
	.slide02Prev,
	.slide03Prev {
		font-size: 38px;
		width: 64px;
		height: 64px;
		margin-top: -32px;
		left: 0;
	}

	.slide-nav {
		font-size: 38px;
		width: 64px;
		height: 64px;
		margin-top: -32px;
		right: 0;
	}

	#slide-section-01 article h3,
	#slide-section-02 article h3, 
    #slide-section-03 article h3 {
		font-size: 20px;
		line-height: 30px;
	}

	#section-06 ul li {
		width: 47%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width : 768px) {
	#section-04 .boxScroll {
		max-height: 1150px;
	}

	#section-04 ul li {
		max-width: initial;
	}

	#section-04 ul li:nth-child(even) {
		flex-direction: row-reverse;
	}

	#section-04 ul li .lkImg {
		width: 380px;
		margin-right: 30px;
	}

	#section-04 ul li:nth-child(even) .lkImg {
		margin: 0 0 0 30px;
	}

	#section-04 ul li div {
		width: 320px;
		padding: 0;
	}

	#section-05 ul li {
		width: 32%;
		margin-left: 0;
		margin-right: 2%;
	}

	#section-05 ul li:nth-child(3n+0) {
		margin-right: 0;
	}

	#section-06 ul li {
		width: 48%;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		min-height: 600px;
		padding-top: 120px;
	}

	.topoPage:before {
		display: none;
	}

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

	.topoPage .baseMenu {
		margin-top: 140px;
	}

	.topoPage ul.navSections {
		background: none;
		width: 100%;
		position: relative;
		top: inherit;
		left: inherit;
		margin-left: 0;
	}

	.topoPage ul.navSections li {
		border-bottom: 0;
		margin: 0 8px;
	}

	.topoPage ul.navSections li a {
		border-radius: 8px;
		background: #FA0;
		padding: 0 20px;
	}

	.slide-nav {
		margin-top: -64px;
	}

	#section-04 .boxScroll {
		max-height: 1370px;
		padding-right: 30px;
	}

	#section-04 ul li .lkImg {
		width: 475px;
	}

	#section-04 ul li div {
		width: 430px;
	}

	#section-04 ul li h3 {
		font-size: 32px;
	}

	#section-04 ul li p {
		font-size: 18px;
	}

	#section-06 ul li {
		width: 31.5%;
		margin-left: 0;
		margin-right: 2.7%;
	}

	#section-06 ul li:nth-child(3n+0) {
		margin-right: 0;
	}
}

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

	.topoPage p {
		font-size: 22px;
		padding-left: 50px;
	}

	#section-04 ul li div {
		width: 610px;
	}

	#section-05 ul li {
		width: 31.6%;
		margin-right: 2.5%;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage {
		padding-top: 140px;
	}

	.topoPage .container {
		max-width: 1400px;
	}

	.topoPage h1 {
		font-size: 58px;
		line-height: 56px;
	}

	.topoPage p {
		font-size: 24px;
		line-height: 36px;
		padding-left: 20px;
	}

	#section-04 ul li div {
		width: 790px;
	}

	#section-05 ul {
		padding: 0 80px;
	}

	#section-06 ul {
		padding: 0 70px;
	}
}