/* CARROSEL #################################################################################### */

.laco-default-carousel{display: none;}
@media (min-width: 1324px) {
	.laco-default-carousel {
		display: block;
		position: relative;
		width: 84%;
		padding: 20px 8%;
		justify-content: center;
		float: left;
	}
}
.swiper { width: 100%; height: auto; }
.swiper-slide { height: auto; }
.mySwiper {
  --swiper-pagination-color: #ffffff;                    /* ativa */
  --swiper-pagination-bullet-inactive-color: #9aa0a6;    /* cinza “marca d’água” */
  --swiper-pagination-bullet-inactive-opacity: 0.35;     /* mais translúcida */
  --swiper-pagination-bullet-size: 15px;                 /* tamanho */
  --swiper-pagination-bullet-horizontal-gap: 10px;       /* espaçamento lateral */
}
.carousel-bloco-index{
	position: relative;
	width: 88%;
	padding: 15px;
	margin: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 0px;
	text-align: center;
	transition: all 1s;
	cursor: pointer;
	background-color: #FFFFFF;
	float: left;
}

@media (min-width: 700px) {
	.carousel-bloco-index {width: 90%;}
}
/* CARROSSEL – imagens responsivas */
.carousel-bloco-index picture {
  display: block;
  width: 100%;
}

.carousel-bloco-index img {
  display: block;
  width: 100%;     /* faz a imagem acompanhar o tamanho do card */
  height: auto;    /* mantém proporção */
}
.carousel-bloco-index:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.carousel-bloco:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.carousel-title h4 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	padding:0px;
	margin-top:5px;
	margin-bottom:0px;
	color: #222222;
	font-size: 13pt;
}
.carousel-text p {
	font-size: 10pt;
	font-weight: 400;
	color: #444444;
	padding:0px;
	margin-top:5px;
	margin-bottom:0px;
}

.saibamaiscarroussel P {
	font-size: 10pt;
	font-weight: 600;
	color: #ffffff;
	background-color:#000000;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:0px;
	border-radius:5px;
}

.mySwiper .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: #9aa0a6 !important;   /* inativas */
  opacity: 0.35 !important;
  margin: 0 10px !important;
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;   /* ativa branca */
  opacity: 1 !important;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  color: #db9600 !important;  /* cor da seta */
  font-size: 28px !important; /* tamanho da seta */
}

/* Estilos para os botões de navegação */
.swiper-button-next, .swiper-button-prev {
	width: 44px; /* Aumenta o tamanho da largura das setas para áreas de toque maiores */
	height: 44px; /* Aumenta o tamanho da altura das setas para áreas de toque maiores */
	background-size: 100%; /* Ajusta a imagem da seta ao novo tamanho */
	color: #db9600;
	padding: 10px; /* Adiciona espaçamento interno */
}

.swiper-button-prev {
	margin-left: -10px; /* Move a seta para a esquerda */
}

.swiper-button-next {
	margin-right: -20px; /* Move a seta para a direita */
}
.swiper-pagination {
	position: absolute;
	bottom: -30px; /* Move a posição das bolinhas para baixo */
	width: 100%;
	text-align: center;
}