
  
  .swiper-section {
	overflow: hidden;
	position: relative;
	margin: 50px auto; /* Centralizar o slider */
  }
  
  .menu {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 3; /* Adicionando z-index maior */
	align-items: flex-start;
	
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.2);
    transition: .3s;
}


  /* Esconder o menu para telas menores que 768px (tamanho comum para tablets e dispositivos móveis) */
  @media (max-width: 768px) {
	.menu {
	  display: none; /* Esconder o menu em telas menores */
	}
  }
  
  
  .menu-item {
	z-index: 1;
	display: flex;
	margin-bottom: 25px;
	background-color: transparent;
	border: none;
	
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.2);
    transition: .3s;
  }

  .menu-item::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	margin-right: 30px;
	
  }
  
  .menu-item.active::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #75c15b;
	border-radius: 50%;
	margin-right: 30px;
  }

  .menu-item.active{
	color: #000;
	/* font-weight: bold; */
  }

  .swiper-container {
	display: flex;
	justify-content: center;
  }
  
  .tours-cities {
	display: flex;
	justify-content: center;
  }
  
  .tours-cities img {
	/* Se as imagens ainda estiverem alinhadas à esquerda, adicione o seguinte: */
	margin: auto; /* Isso ajuda a centralizar a imagem dentro do slide */
	display: block; /* Certifique-se de que a imagem está sendo exibida como um bloco */
  }

  .mobile-pagination-true{
	display: none;;
  }
 
  /* Estilos padrão para as bolinhas de navegação */
.swiper-pagination-bullet {
	background-color: gray; /* Cor padrão das bolinhas */
  }
  
  /* Estilos para a versão mobile */
  @media (max-width: 768px) { /* Adapte o tamanho conforme necessário */
	.swiper-pagination {
		display: block!important;
	bottom: -5px!important; /* Espaçamento do topo de 100px para as bolinhas */
	}
  
	.swiper-pagination-bullet {
	  /* background-color: #75c15b; */
	   /* Altera a cor das bolinhas para verde */
	}
  }


 
  


  .mascara-img::before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(/assets/images/destinations/home-1-slider-bg.png);
	background-position: center center;
	background-size: contain;
	z-index: 2;
	pointer-events: none;
	/* width: 300px; */
}

/* .mascara-img::after {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 72.26804%;
	height: 0;
} */

/* .mascara-img::after,
.mascara-img {
	flex-shrink: 0;
	width: 100%;
} */



  
  .slide-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 2; /* Garante que o overlay fique sobre a imagem */
  }
  

  .tour-title {
	color: #ffffff!important;
}

 .tour-title a {
    color: #fff!important;
	position: relative;
	display: block;
	color: inherit;
	will-change: transform;
	text-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
	transition: .22s;
}

a.tour-title:hover {
    color: white!important;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
	 .tour-title {
		text-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
	}
}

.tour-title {
	font-family: Baloo, cursive;
	font-size: 34px;
	line-height: .8;
	letter-spacing: -.02em;
}

* + .tour-caption {
	color: #ffffff;
	margin-top: 5px;
}



@media (min-width: 480px) {
	.tour-title {
		font-size: 50px;
	}

	* + .tour-caption {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.tour-title {
		font-size: 100px;
	}
	.tour-caption {
		font-size: 19px;
	}
}

@media (min-width: 1200px) {
	.tour-title {
		font-size: 120px;
	}
	* + .tour-caption {
		font-size: 24px;
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.tour-title {
		font-size: 150px;
	}
}



.button-to-bottom {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f6f6f6;
	font-size: 0;
	line-height: 0;
}

.button-to-bottom svg {
	fill: #75c15b;
}

.context-dark .button-to-bottom {
	background: #ffffff;
}

.context-dark .button-to-bottom::before, .context-dark .button-to-bottom::after {
	border-color: #ffffff;
}

* + .button-to-bottom {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.button-to-bottom {
		width: 60px;
		height: 60px;
	}
	.button-to-bottom::before, .button-to-bottom::after {
		content: '';
		position: absolute;
		border: 1px solid #f6f6f6;
		border-radius: inherit;
	}
	.button-to-bottom::before {
		left: -14%;
		top: -14%;
		width: 128%;
		height: 128%;
		opacity: .5;
	}
	.button-to-bottom::after {
		left: -28.66667%;
		top: -28.66667%;
		width: 157.33333%;
		height: 157.33333%;
		opacity: .3;
	}
	* + .button-to-bottom {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	 .button-to-bottom::before,  .button-to-bottom::after {
		transition: .4s;
	}
	 .button-to-bottom:hover::before,  .button-to-bottom:hover::after {
		transform: scale(0.8);
		opacity: 0;
	}
	* + .button-to-bottom {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.button-to-bottom {
		width: 76px;
		height: 76px;
	}
}