@charset "utf-8";
:root {
	--swiper-navigation-size: 35px;
	--swiper-theme-color: #ffffffb8 !important;
}
/* ------------------------ BASE E ANIMAÇÕES ------------------------ */
.swiper-slide img {
	max-width: 100%;
	height: auto;
}
.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 SLIDER (BANNER HERO) ------------------------ */
.swiperSlider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	font-family: var(--fonte-principal);
	font-size: 14px;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	aspect-ratio: 1900 / 800;
	min-height: 500px;
	max-height: 800px;
}
.swiperSlider * {
	box-sizing: border-box;
}
.swiperSlider .swiper-slide {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 100%;
	aspect-ratio: 1900 / 800;
	min-height: 500px;
	max-height: 800px;
}
.swiperSlider .swiper-slide .swiper-img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1900 / 800;
	min-height: 500px;
	max-height: 800px;
}
.swiper-img-left {
	object-position: left;
}
.swiper-img-center {
	object-position: center;
}
.swiper-img-right {
	object-position: right;
}
.swiperSlider .swiper-button-next, .swiperSlider .swiper-button-prev {
	color: #eee;
	top: 50%;
}
.swiperSlider .swiper-horizontal>.swiper-pagination-bullets, .swiperSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperSlider .swiper-pagination-custom, .swiperSlider .swiper-pagination-fraction {
	top: 90%;
}
.swiperSlider .swiper-pagination-bullet {
	border: 2px solid var(--cor-branca);
	width: 15px;
	height: 15px;
}
/* ------------------------ CONTEÚDO E EFEITOS DO BANNER ------------------------ */
.swBoxFull {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
}
.swBoxImagem {
	margin: 0;
	width: 100%;
	height: auto;
}
.swBoxImagem::before {
	background-image: url('../imagens/efeitos/hero-grain.svg');
}
.swBoxFull::before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(170deg, rgb(20 63 57 / 64%) 27% 27%, rgb(20 63 57 / 61%) 48% 38%, rgb(20 93 104 / 18%) 68%, rgb(21 32 40 / 3%) 100%), linear-gradient(90deg, rgb(8 47 51 / 48%) 0%);
}
#swSlide2 .swBoxFull::before, #swSlide4 .swBoxFull::before {
	background: linear-gradient(237deg, rgb(20 63 57 / 64%) 27% 27%, rgb(20 63 57 / 63%) 48% 41%, rgb(20 93 104 / 18%) 68%, rgb(21 32 40 / -22%) 100%), linear-gradient(90deg, rgb(8 47 51 / 48%) 0%);
}
.swEscuro::before {
	background-color: rgb(0 0 0 / 40%);
}
.swBoxes {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}
.swBoxEsq, .swBoxMeio, .swBoxDir {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	margin: 0 auto;
	z-index: 5;
}
.swBoxEsq {
	width: 50%;
	max-width: 50%;
	text-align: left;
	align-items: flex-start;
}
.swBoxMeio {
	width: auto;
	max-width: 50%;
}
.swBoxDir {
	width: 50%;
	max-width: 50%;
	text-align: right;
	align-items: flex-end;
}
#swSlide1 .swBoxEsq {
	width: 60%;
	max-width: 60%;
}
/* ------------------------ TAGS E TIPOGRAFIA ------------------------ */
.tag {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(8px);
	border-radius: 999px;
	padding: 9px 15px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 0 15px 10px;
	color: #fff;
}
.tag-azul {
	display: inline-flex;
	align-items: center;
	gap: .8rem;
	border: 0px solid rgba(255, 255, 255, .35);
	backdrop-filter: blur(8px);
	border-radius: 999px;
	padding: 9px 15px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 0 15px 10px 0;
	color: var(--cor-azul-claro);
	animation: fadeUp .8s ease both .15s;
}
.tag-azul::before {
	font-size: .65rem;
	content: '';
	width: 1.8rem;
	height: 2px;
	background: var(--cor-azul-claro);
	border-radius: 2px;
	flex-shrink: 0;
}
.swBoxTitulo, .swBoxSubTitulo, .swBoxBotao {
	font-family: var(--fonte-principal);
	font-size: clamp(44px,6vw,78px);
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
	width: auto;
}
.swBoxTitulo {
	font-family: var(--fonte-titulo);
	font-weight: normal;
	font-size: clamp(24px,4vw,42px);
	line-height: 1.2;
	text-shadow: 0 16px 42px rgba(0, 0, 0, .25);
	letter-spacing: normal;
}
.swBoxSubTitulo {
	font-family: var(--fonte-subtitulo);
	font-size: 15px;
	margin-top: 0px;
	line-height: 1.9;
	font-weight: 100;
}
.swBoxBotao {
	font-size: 13px;
	text-align: center;
	margin: 15px 5px;
}
.swBoxDir .swBoxBotao {
	text-align: right;
}
.swBoxEsq .swBoxBotao {
	text-align: left;
}
.swBoxBotao a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	background: var(--cor-azul-claro);
	transition: 1s all;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 13px 22px;
	font-weight: 800;
}
.swBoxBotao a:hover {
	background: #fff;
	color: var(--cor-azul-claro);
}
.botao--claro {
	background: #00000026 !important;
	color: var(--cor-branca) !important;
	border-color: #fff !important;
	box-shadow: none !important;
}
.botao--claro:hover {
	transform: translateY(-2px) !important;
	background: var(--cor-azul-escuro) !important;
	color: var(--cor-azul-escuro) !important;
}
.swBtnDeslocado {
	width: 40%;
}
.swCentralizar {
	width: 100%;
	text-align: center;
}
/* ------------------------ 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);
}
/* ------------------------ PUBLICAÇÕES ------------------------ */
#sw-publicacoes {
	background-color: #ececec;
}
.sw-publicacoes-box {
	padding: 10px 20px;
}
.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-item a {
	color: var(--cor-azul-escuro);
	font-family: var(--font-base-family);
}
.sw-publicacao-item a:hover {
	color: var(--cor-cinza);
}
.sw-publicacao-item img {
	border-radius: 10px;
}
.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 {
	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: var(--cor-azul-escuro);
	margin: 0;
}
#sw-publicacoes a:hover h3 {
	color: #000000;
}
#sw-publicacoes p {
	font-size: 16px;
	color: #474747;
	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: var(--cor-azul-escuro);
}
#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: var(--cor-branca);
}
#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;
}
#sw-publicacoes .swiper-button-next:hover, #sw-publicacoes .swiper-button-prev:hover {
	color: var(--cor-azul-escuro);
}
/* ------------------------ SWIPER PRODUTOS ------------------------ */
#swiper-produtos {
	width: 100%;
	min-height: 460px;
	padding: 15px 5px;
	cursor: grab;
}
.swiper-wrapper {
	cursor: grab;
}
.swiper-produtos-container-wrapper {
	position: relative;
	padding: 0 50px;
	max-width: 1400px;
	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;
	max-width: 100%;
	box-sizing: border-box;
}
.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: var(--cor-azul-claro);
}
.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%;
}
.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;
	border-radius: 30px;
	margin: 10px 10px 50px 10px;
	min-width: 230px;
}
.swiper-box-produto-titulo {
	font-size: 16px;
	margin: 0;
	line-height: 17px;
	color: var(--cor-azul-claro);
	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;
}
.swiper-box-produto .fa, .swiper-box-produto .icon {
	color: #fff;
	font-size: 20px;
	max-width: 250px;
	background-color: var(--cor-azul-claro);
	padding: 10px;
	border-radius: 20px;
	top: -10px;
	position: relative;
}
.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 (GALERIA RESIST) ------------------------ */
#carrossel-swfb {
	position: relative !important;
	overflow: hidden !important;
	background: #ffffff;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
	padding: 12px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
}
#carrossel-swfb, .swfb-galeria-50-d, .swfb-galeria-50-e {
	height: auto !important;
	max-height: fit-content !important;
	align-self: flex-start !important;
	flex-grow: 0 !important;
	float: none !important;
}
.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;
}
#carrossel-swfb .swiper {
	background: #f8fafc;
	border-radius: 8px;
	overflow: hidden !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}
#carrossel-swfb .swiper-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	box-sizing: border-box !important;
}
#carrossel-swfb .swiper-slide {
	background: transparent !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: initial !important;
	max-height: 480px !important;
	aspect-ratio: auto !important;
	box-sizing: border-box !important;
	visibility: visible !important;
	opacity: 1 !important;
	flex-shrink: 0 !important;
}
#carrossel-swfb .swiper-slide a {
	position: relative !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 460px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
#carrossel-swfb .swiper-slide img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 450px !important;
	object-fit: contain !important;
	display: block !important;
	margin: 0 auto !important;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.03));
}
/* Ícone de ampliar / lightbox */
#carrossel-swfb .swiper-slide a::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: 50%;
	z-index: 5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
	opacity: 0.85;
	pointer-events: none;
}
#carrossel-swfb .swiper-slide a:hover::after {
	opacity: 1;
	background-color: var(--cor-azul-escuro, #0284c7);
	border-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
	transform: scale(1.1);
}
/* Barra de progresso do slider */
.swfb-timer-bar {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 0%;
	height: 4px !important;
	background: var(--cor-azul-claro, #0284c7) !important;
	z-index: 10 !important;
	transition: width 0s;
}
/* Setas de navegação da galeria */
#carrossel-swfb .swiper-button-next, #carrossel-swfb .swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	background: rgba(255, 255, 255, 0.85) !important;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(226, 232, 240, 0.8) !important;
	color: #334155 !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
	border-radius: 50%;
}
#carrossel-swfb .swiper-button-next:after, #carrossel-swfb .swiper-button-prev:after {
	font-size: 18px !important;
	font-weight: bold;
}
#carrossel-swfb .swiper-button-next:hover, #carrossel-swfb .swiper-button-prev:hover {
	background: var(--cor-azul-escuro, #0284c7) !important;
	color: #ffffff !important;
	border-color: transparent !important;
	transform: scale(1.05);
}
/* Thumbnails da galeria */
#carrossel-swfb .swiper-thumbs {
	height: auto !important;
	margin-top: 10px !important;
	padding: 10px 0 2px 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
	display: block !important;
}
#carrossel-swfb .swiper-thumbs .swiper-slide {
	width: 100px;
	height: 68px;
	border-radius: 6px !important;
	overflow: hidden;
	border: 2px solid #e2e8f0;
	background: #f8fafc;
	opacity: 0.6;
	transition: all 0.2s ease;
	cursor: pointer;
	margin: 0 5px 0 0 !important;
	box-sizing: border-box;
	display: inline-block !important;
}
#carrossel-swfb .swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1 !important;
	border-color: var(--cor-azul-claro, #0284c7) !important;
	box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.2);
}
#carrossel-swfb .swiper-thumbs .swiper-slide img {
	object-fit: contain !important;
	padding: 2px;
	margin: 0 auto !important;
}
/* Legenda da imagem */
.swfb-legenda {
	background: rgba(15, 23, 42, 0.65) !important;
	backdrop-filter: blur(4px);
	color: #ffffff !important;
	font-size: 11px !important;
	padding: 4px 10px !important;
	border-radius: 4px;
	width: auto !important;
	position: absolute;
	bottom: 12px !important;
	right: 12px !important;
	z-index: 3;
	letter-spacing: 0.03em;
}
.fancybox-imagem-link {
	width: calc(100% - 10px);
	max-width: 900px;
	height: auto;
}
.fancybox-thumbs__list a:before {
	border: 4px solid var(--cor-azul-claro);
}
/* ------------------------ MEDIA QUERIES (ORGANIZADAS POR BREAKPOINT) ------------------------ */
@media only screen and (max-width: 1400px) {
	#swSlide1 .swBoxEsq, #swSlide3 .swBoxEsq, #swSlide5 .swBoxEsq, #swSlide2 .swBoxDir, #swSlide4 .swBoxDir, #swSlide6 .swBoxEsq {
		width: 100%;
		max-width: 100%;
	}
	#swSlide1 .swBoxDir, #swSlide1 .swBoxMeio, #swSlide3 .swBoxDir, #swSlide3 .swBoxMeio, #swSlide5 .swBoxDir, #swSlide5 .swBoxMeio, #swSlide2 .swBoxEsq, #swSlide2 .swBoxMeio, #swSlide4 .swBoxDir, #swSlide4 .swBoxMeio, #swSlide6 .swBoxDir, #swSlide6 .swBoxMeio {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.swBoxTitulo {
		font-weight: 600;
		font-size: clamp(18px,3vw,28px);
	}
}
@media only screen and (max-width: 1100px) {
	.swBoxes {
		padding: 20px 40px 0 40px;
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		padding-top: 10%;
	}
	.swBoxEsq, .swBoxMeio, .swBoxDir {
		width: 100%;
		max-width: 85%;
	}
	.swBoxTitulo {
		font-weight: 600;
		font-size: clamp(24px,4vw,30px);
		line-height: 1.2;
	}
	.tag {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	.tag-azul {
		display: none;
	}
	.swBoxes {
		padding: 10px;
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.swBoxEsq, .swBoxMeio, .swBoxDir {
		width: 100%;
		max-width: 100%;
		text-align: center;
		align-items: center;
	}
	.swBoxTitulo {
		font-size: 24px;
	}
	.swBoxSubTitulo {
		font-size: 16px;
		line-height: 1.5;
	}
	.swBoxBotao {
		text-align: center !important;
	}
	#swSlide1 .swBoxEsq {
		width: 100%;
		max-width: 100%;
	}
	#swSlide2 .swBoxEsq, #swSlide2 .swBoxMeio, #swSlide4 .swBoxEsq, #swSlide4 .swBoxMeio {
		display: none;
	}
	#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-box-produto {
		text-align: center;
		margin: 10px 20px;
	}
	.infoBlock a.saibamais {
		margin: 5px !important;
	}
	/* ---------- ISOLAMENTO RESPONSIVO DA GALERIA RESIST ---------- */
	.swfb-galeria-50-d, .swfb-galeria-50-e {
		float: none !important;
		margin: 15px auto !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		display: block !important;
	}
	#carrossel-swfb {
		padding: 8px !important;
		margin: 0 auto !important;
		width: 100% !important;
		box-sizing: border-box !important;
		display: block !important;
	}
	#carrossel-swfb .swiper-slide {
		max-height: 380px !important;
	}
	#carrossel-swfb .swiper-slide a {
		max-height: 360px !important;
	}
	#carrossel-swfb .swiper-slide img {
		max-height: 350px !important;
	}
	#carrossel-swfb .swiper-button-next, #carrossel-swfb .swiper-button-prev {
		width: 32px !important;
		height: 32px !important;
	}
	#carrossel-swfb .swiper-button-next:after, #carrossel-swfb .swiper-button-prev:after {
		font-size: 14px !important;
	}
	#carrossel-swfb .swiper-thumbs .swiper-slide {
		width: 75px !important;
		height: 52px !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: 24px;
	}
	.swBoxSubTitulo {
		font-size: 15px;
		line-height: 1.5;
	}
	.swBoxBotao {
		margin: 5px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.swBoxBotao a {
		padding: 5px 10px;
	}
}
@media only screen and (max-width: 600px) {
	.swBoxSubTitulo {
		font-size: 15px;
		line-height: 1.2;
	}
}