@charset "iso-8859-1";
:root {
	--swiper-navigation-size: 35px;
	/*--swiper-theme-color: #078aa5 !important;*/
	--swiper-theme-color: #a85f7a  !important;
}
@font-face {
	font-family: 'Poppins-Regular';
	/*src: url('font/Poppins/Poppins-Regular.ttf') format('opentype');*/
}
.swiperSlider {
	/*cursor:grab;*/
	overflow:hidden;
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;	
	aspect-ratio: 19 / 5;
	min-height: 300px;
	max-height: 500px;	
}
.swiperSlider *{
	box-sizing: border-box;	
}
.swiperSlider .swiper-wrapper{
}
.swiperSlider .swiper-slide{
	display: flex;
	align-content: center;
	flex-wrap: wrap;	
	justify-content: center;
	text-align: center;
	font-size: 18px;
	background: #fff;
	height:auto;
}
.swiperSlider .swiper-slide .swiper-img{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 300px;
	object-fit: cover;	
}
.swiper-img-left{
	/*position:absolute;
	object-position: left;*/
}
.swiper-img-center{
	object-position: center;
}
.swiper-img-right{
	object-position: right;
}
.swBoxFull{
	position:relative;
	display:flex;
	width:100%;
	height: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	aspect-ratio:1900/500;
}
/*, .swBoxFullDir::before, .swBoxFullMeio::before, .swBoxFullEsq::before*/
.swBoxFull::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgb(0 0 0 / 40%); *//* Cor preta com 50% de opacidade */
	z-index: 1; /* Opcional, ajuste conforme necessário */
}
.swEscuro::before {
	background-color: rgb(0 0 0 / 40%);
}
.swBoxImagem{
	margin:0;
	width: 100%;
	height: auto;
}
/*.swBoxImagem:after{
	content: '';
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: rgb(1 88 142 / 42%);
	pointer-events: none;
}*/
.swBoxes{
	display: flex;
	position: absolute;
	box-sizing: border-box;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	height: auto;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	z-index: 20;
}
.swBoxesEsq{
	position: absolute;
	display: flex;
	box-sizing: border-box;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.swBoxEsq, .swBoxMeio, .swBoxDir{
	position: absolute;
	display:flex;
	flex-direction: column;
	height: auto;
	margin: 0 auto;
}
.swBoxEsq{
	left:10px;
	position: absolute;
 	width: 100%;
	text-align: left;
	align-items: flex-start;
}
@media only screen and (max-width: 900px){
	.swBoxEsq{
		left:42px;
	}
}
@media only screen and (max-width: 520px){
	.swBoxEsq{
		left:20px;
	}
}
.slide-1 {
    left: 30px;
}
img.swImg-E {
    width: 80%;
}
@media only screen and (max-width: 720px){
	img.swImg-E {
    		width: 90%;
	}
}
@media only screen and (max-width: 620px){
	img.swImg-E {
    		width: 100%;
	}
}
img.swImg-E-2{
	width: 40%;
} 
@media only screen and (max-width: 720px){
	img.swImg-E-2 {
   	 width: 55%;
	}
}
@media only screen and (max-width: 500px){
	img.swImg-E-2 {
   	 width: 66%;
	}
}
@media only screen and (max-width: 460px){
	img.swImg-E-2 {
   	 width: 80%;
	}
}
@media only screen and (max-width: 360px){
	img.swImg-E-2 {
   	 width: 100%;
	}
}
img.swImg-E-3 {
    width: 54%;
}
@media only screen and (max-width: 900px){
	img.swImg-E-3 {
   	 width: 60%;
	}
}
@media only screen and (max-width: 760px){
	img.swImg-E-3 {
   	 width: 80%;
	}
}
@media only screen and (max-width: 460px){
	img.swImg-E-3 {
   	 width: 100%;
	}
}
@media only screen and (max-width: 1200px){
	.imgCelular{
	 display:none;
	}
}
.swImg-D {
    width: 70%;
}
.swBoxMeio{
	/*width:10%;
	max-width: 10%;*/
}
.swBoxDir{
	right: 10px;
	width: 50%;
	text-align: right;
	align-items: flex-end;
}
@media only screen and (max-width: 900px){
	.swBoxDir{
		right:30px;
	}
}
@media only screen and (max-width: 720px){
	.swBoxDir{
		width:50%;
	}
}
@media only screen and (max-width: 560px){
	.swBoxDir{
		right: 70px;
      	width: 70%;
   	}
}
.swText{
	border-radius: 16px;
	padding: 10px;
	background-color: #ffffff7d;
}
.swText-E{
	border-radius: 16px;
	padding: 10px;
	background-color: #ffffff7d;
	width: 57%
}
@media only screen and (max-width: 1200px){
	.swText-E{
		width:90%;
	}
}
@media only screen and (max-width: 900px){
	.swText-E{
		width:90%;
	}
}
/* ------------------------ FONTE  ------------------- */
.swBoxTitulo, .swBoxSubTitulo, .swBoxBotao{
	font-family: "Poppins", sans-serif;
	font-size:32px;
	color:#fff;
	margin:5px;
	padding: 5px 10px;
	width: auto;
}
.swBoxTitulo{
	/*background: #d71e26;*/
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	color: #a85f7a;	
}
.swBoxSubTitulo{
	font-size:18px;
	margin-top: -5px;
}
.swBoxBotao {
	width:100%;
	font-size:13px;
	text-align:center;
	margin: 15px 5px;
}
.swBoxDir .swBoxBotao {
	text-align:right;
}
.swBoxEsq .swBoxBotao {
	text-align:left;
}
.swBoxBotao a{
	color: #454545;
	font-size: 15px;
	text-decoration: none;
	background: #a85f7a;
	padding: 7px 15px;
	font-weight: 600;
	transition: 1s all;
	color: #fff;
	border-radius: 30px;
}
.swBoxBotao a:hover{
	background: #454545;	
	color: #ffffff;
}
.swBtnDeslocado{
	width:40%;
}
.swCentralizar{
	width:100%;
	text-align:center;
}
@media only screen and (max-width: 900px){
	/*.swBoxFull::before {
		background-color: rgb(255 255 255 / 80%); 
	}*/
	.swBoxes{
		padding:10px;
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: row;
		justify-content: center;
	}
	/*.swBoxEsq, .swBoxMeio, .swBoxDir{
		width:100%;
		max-width: 100%;
		text-align: center;
		align-items: center;
	}*/
	.swBoxTitulo{
		font-size: 20px;
	}
	.swBoxSubTitulo{
		font-size: 16px;
		line-height: 1.5;
	}
	
	.swBoxBotao{
		text-align:center !important;
	}	
}	
@media only screen and (max-width: 720px){
	.swBoxEsq, .swBoxMeio, .swBoxDir{
		max-width:none;
		/*align-items: center;*/
		text-align: center;
		/*gap: 5px;
		height: 100%;*/
	}
	.swBoxTitulo{
		font-size: 18px;
	}
	.swBoxSubTitulo{
		font-size: 15px;
		line-height: 1.5;
	}
	.swBoxBotao {
		margin:10px 10px 25px 10px;
	}
}
@media only screen and (max-width: 600px){
	.swBoxSubTitulo{
		font-size: 14px;
		line-height: 1.2;
	}
}
/* ------------------ AUTOPLAY PROGRESS ------------ */
.autoplay-progress {
	position: absolute;	
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--swiper-theme-color) !important;
	opacity:0.3;
}
.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 1px;
	stroke: var(--swiper-theme-color) !important;
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}
/* --------- AUTOPLAY PROGRESS ---- */
.swiperSlider .swiper-button-next, #SwiperSlider .swiper-button-prev{
	color:#eee;
	/*top: var(--swiper-navigation-top-offset, 60%);*/
	top:50%;
}
.swiperSlider .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	top:93%;
}
.swiperSlider .swiper-pagination-bullet{
	border:2px solid #a85f7a;
	width: 15px;
	height: 15px;
}
/*-------------------------------------- PUBLICAÇÕES -----------------------------------------*/
#sw-publicacoes{
	background-color:#dfdfdf;
}
.sw-publicacoes-box{
	padding: 10px;
}
.swiper-publicacoes {
	width: 100%;
	padding:0px;
	position: relative;
}
.sw-publicacao-item {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: stretch;
	background: #fff;
	padding: 20px 60px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	flex-wrap: nowrap;
	cursor: grab
}
.sw-publicacao-img{} /*div da imagem*/
.sw-publicacao-img img {
	width: 100%;
	height: auto;	
	max-width: 400px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
	aspect-ratio: 16/9;
}
.sw-publicacao-conteudo { /* div dos textos - título e descrição */
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sw-publicacoes h2{
	font-size: 25px;
	padding: 20px 10px 5px 0;
	color: #474747;
	margin:0;
}
#sw-publicacoes h3 {
	font-size: 18px;
	color:#5d5d5d;
	margin:0;
}
#sw-publicacoes a:hover h3 {
	color: #000000;
}
#sw-publicacoes p {
	font-size: 16px;
	color: #474747;
	margin-bottom: auto;
	font-weight: 400;
	padding: 5px 10px 20px 0;
	margin:0;
}
#sw-publicacoes a:hover p {
	color:#000000;
}
#sw-publicacoes h3, 
#sw-publicacoes p, 
#sw-publicacoes .sw-publicacao-info span {
	transition: color 0.3s ease, background 0.3s ease;
}
#sw-publicacoes .sw-publicacao-info {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px
}
#sw-publicacoes .sw-publicacao-info .fa {
	color: #fff;
	margin-right: 5px
}
#sw-publicacoes .sw-publicacao-info span {
	background: #6d6e71;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px
}
#sw-publicacoes .sw-publicacao-info span:hover {
	background:#ffcb05;
}
#sw-publicacoes .swiper-pagination {
	position: relative;
	margin-top: 30px;
	text-align: center
}
#sw-publicacoes .swiper-pagination-bullet {
	background: #888;
	opacity: 1;
	margin: 0 4px
}
#sw-publicacoes .swiper-pagination-bullet-active {
	background: #353535;
}
#sw-publicacoes .swiper-button-next, 
#sw-publicacoes .swiper-button-prev {
	color: #888;
	top:var(--swiper-navigation-top-offset, 40%);
}
#sw-publicacoes .swiper-button-next::after, 
#sw-publicacoes .swiper-button-prev::after {
	font-size: 30px;
}
@media (max-width: 900px) {
	#sw-publicacoes .swiper-slide-active .swiper-img, 
	#sw-publicacoes .swiperSlider .swiper-slide .swiper-img {
		contain-intrinsic-size:240px auto
	}
	#sw-publicacoes .sw-publicacao-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
	}
	#sw-publicacoes .sw-publicacao-item img {
		width: 100%;
		max-width: 400px
	}
	#sw-publicacoes .sw-publicacao-conteudo {
		width: 100%
	}
	#sw-publicacoes .sw-publicacao-info {
		justify-content: center
	}
}
/* ------------------------------------*/
.swiper-slide:first-child img {
  animation: fadeZoom 1s ease-in-out;
}

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* ---------------------------- SWIPER PRODUTOS -------------------- */
#swiper-produtos {
	width: 100%;
	min-height: 460px;
	padding:15px 5px;
	cursor: grab;
}
.swiper-wrapper{
	cursor: grab;
	justify-content: flex-start;
}
.swiper-produtos-container-wrapper{
	position: relative;
	padding: 0 50px; /* Espaço lateral para as setas */
	max-width: 1300px;
	margin: auto;
	width:100%;
}
.swiper-produtos .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: auto; /* OU defina largura exata para ajustar melhor */
	max-width: 100%;
	margin: 0 5px;
	margin-right: 14px !important;
}
.swiper-produtos .swiper-slide {
	width: auto; /* deixamos o controle com JS */
}
/*
.swiper-produtos .swiper-slide:nth-child(2n) {
	width: 20%;
}
.swiper-produtos .swiper-slide:nth-child(3n) {
	width: 20%;
}
*/
.swiper-produtos .swiper-pagination{
	height:40px;
}
.swiper-produtos .swiper-pagination-bullet {
	background-color: #888;
	opacity: 1;
	padding:8px;
}
.swiper-produtos .swiper-pagination-bullet-active {
	background-color: #e6ae03;
}
.swiper-produtos .swiper-button-next, .swiper-produtos .swiper-button-prev {
	color: #333333;
	width: 40px;
	height: 40px;
}
.swiper-buttons{
	position:relative;
}
.swiper-button-prev.swiper-produtos-prev, .swiper-button-next.swiper-produtos-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 45px;
	height: 45px;
	background: #f7f7f7;
	border-radius: 50%;
	/*x-shadow: 0 0 5px rgba(0,0,0,0.2);*/
}
.swiper-button-prev.swiper-produtos-prev {
	left: 10px;
}
.swiper-button-next.swiper-produtos-next {
	right: 10px;
}
.swiper-button-prev.swiper-produtos-prev:after, .swiper-button-next.swiper-produtos-next:after{
	color: #7b7b7b;
	padding: 0;
	font-size: 30px;
}
.swiper-button-prev.swiper-produtos-prev:after{
	padding: 0 3px 0 0;	
}
.swiper-button-next.swiper-produtos-next:after{
	padding: 0 0 0 3px;
}
.swiper-box-produto {
	border: 1px solid #000000;
	display: block;
	background-color: #f9f9f98a;
	text-align: center;
	min-height: 300px;
	margin-bottom: 50px;
	border-radius:30px;
	margin: 10px;
	min-width: 230px;
}
.swiper-box-produto-titulo{	
	font-size: 16px;
	margin: 0;
	line-height: 17px;
	color: #e6ae03;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-end;
	height: 30px;
}
.swiper-box-produto-img{
	margin:10px;
	
}
.swiper-box-produto-texto{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-end;
	height: 50px;
	margin: 20px 10px;
	line-height:20px;
}
@media (max-width: 900px){
	.swiper-box-produto {
		margin: 0px auto;
		text-align: center;	
		margin: 10px 20px;
	}
}	
.swiper-box-produto .fa, .swiper-box-produto .icon {
	color: #fff;
	font-size: 20px;
	max-width: 250px;
	background-color: #e6ae03;
	padding: 10px;
	border-radius: 20px;
	top:-10px;
	position:relative;
}
@media (max-width: 900px){
	.infoBlock a.saibamais {
		margin: 5px !important;
	}
}
.swiper-box-produto img {
	max-width: 250px;
	height: auto;
	margin-top: 0px;
	width: 100%;
}
.icone-produto{
	margin-top: -20px !important;
	width: 40px !important;
	height:40px !important;
}
/* ------------------ CARROSSEL SWIPER FANCYBOX ----------------------------------*/
#carrossel-swfb{
	/*margin: 10px 20px;*/
	box-shadow: 2px 2px 4px #dbdbdb;
	border: 1px solid #dbdbdb;
}
.swfb-galeria {
	max-width: 900px;
	margin: 10px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.swfb-galeria-50-d{
	float:right;
	width:50%;
	max-width: 640px;
	margin: 10px 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.swfb-galeria-50-e{
	float:left;
	width:50%;
	max-width: 640px;
	margin: 10px 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
@media only screen and (max-width: 900px){
	.swfb-galeria-50-d, .swfb-galeria-50-e{
		float:none;
		margin: 10px auto;
		width:calc(100% - 40px);
	}
}
#carrossel-swfb .swiper { width: 100%; }
#carrossel-swfb .swiper-slide img { width: 100%; height: auto; display: block; }
#carrossel-swfb .swiper-thumbs .swiper-slide {
	width: 100px;
	height: 68px;
	opacity: 0.5;
	transition: 0.1s;
	cursor: pointer;
	margin: 5px 0 5px 5px !important;
	box-sizing: border-box;
}
.swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1 !important;
	border: 2px solid #e6ae03;
}
.swiper-button-next, .swiper-button-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #00000014;
	color: #ffffff59;
	border: 1px solid #ffffff59;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	color:#fff;
	border: 1px solid #ffffff;
}
.swfb-timer-bar {
	height: 4px;
	width: 0%;
	background: #e6ae03;
	transition: width 0s;
}
.swfb-legenda {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ededed8a;
	margin: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	right: 15px;
	text-align: right;	
}
.fancybox-imagem-link{
	width: calc(100% - 10px);
	max-width: 900px;
	height:auto;
}
.fancybox-thumbs__list a:before{
	border:	4px solid #e6ae03;
}


