@charset "iso-8859-1";
:root {
	--swiper-navigation-size: 35px;
	/*--swiper-theme-color: #078aa5 !important;*/
	--swiper-theme-color: #9c3234 !important;
	--font-base-family: "Source Sans Pro", "Bahnschrift", "Asap", "Amsi Pro", Arial, Helvetica, sans-serif;
}
/*   
@font-face {
	font-family: "Source Sans 3", sans-serif;
	src: url('font/Poppins/Poppins-Regular.ttf') format('opentype');
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Semibold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Bahnschrift";
	src: url("../fonts/bahnschrift-light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Bahnschrift";
	src: url("../fonts/bahnschrift-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Bahnschrift";
	src: url("../fonts/bahnschrift-semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Bahnschrift";
	src: url("../fonts/bahnschrift-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AmsiPro-Narw";
	src: url("../fonts/AmsiProNarw-Black.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Amsi Pro";
	src: url("../fonts/AmsiPro-BlackItalic.otf") format("opentype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Amsi Pro";
	src: url("../fonts/AmsiPro-BlackItalic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Amsi';
	src: url('../fonts/AmsiProNarw-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Asap";
	src: url("../fonts/AsapCondensed-Bold.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
*/

.swiperSlider {
	/*cursor:grab;*/
	overflow:hidden;
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;	
	
}
	overflow:hidden;
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;	
	
}
.swiperSlider *{
	box-sizing: border-box;	
}
.swiperSlider .swiper-wrapper{
}
.swiperSlider .swiper-slide{
	min-height: 300px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;	
	justify-content: center;
	text-align: left;
	font-size: 18px;
	background: #fff;
	height:auto;
}
.swiperSlider .swiper-slide .swiper-img{
	min-height:300px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;	
}
.swiper-img-left{
	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-content: center;
	justify-content: space-around;	
}
/*, .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: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
}
.swBoxEsq, .swBoxMeio, .swBoxDir{
	gap: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	margin: 0 auto;
	z-index: 5;
	align-items: flex-start;
}
.swBoxEsq{
	display:none;
	/*width:50%;
	max-width: 50%;*/
}
.swBoxMeio{
	width:100%;
	max-width: 100%;
}
.swBoxDir{
	display:none;
	/*width:50%;
	max-width: 50%;*/
}
.swContainer{
	display:flex;
	width:100%;
}
.swGroupBanner-1{
	display:flex;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
@media(max-width:900px){
	.swGroupBanner-1{
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 13px;
		width: 50%;
		margin: 20px auto;
		padding: 8px;
		background-color: #ebe7e78a;
 	}
}
@media(max-width:600px){
	.swGroupBanner-1{
		width: 80%;
	}
}
.swGroupBanner-2{
	display: flex;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	flex-direction: column;
}
@media(max-width:1520px){
	.swGroupBanner-2{
		left: 46px;
		width: 90%;
 	}
}
@media(max-width:1250px){
	.swGroupBanner-2{
		left: 70px;
		top:30px;
 	}
}
/*@media(max-width:1100px){
	.swGroupBanner-2{
		padding: 16px;
		border-radius: 16px;
		background-color: #837e7e80;
		position: absolute;
		left: 60px;
		top: 60px;
		width: 50%;
     	}
}*/
@media(max-width:900px){
	.swGroupBanner-2{
		position: static;
		align-items: center;
		border-radius: 16px;
		width: 50%;
		margin: 20px auto;
		padding: 6px;
		background-color: #7d7a7a73;
 	}
}
@media(max-width:600px){
	.swGroupBanner-2{
		width: 80%;
	}
}
.swGroupBanner-3{
	display: flex;
	margin: 0 auto;
	position: absolute;
	top: 220px;
	left:40px;
	width: 100%;
	justify-content: center;
}
@media(max-width:900px){
	.swGroupBanner-3{
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 13px;
		width: 50%;
		margin: 20px auto;
		padding: 8px;
		background-color: #ebe7e78a;
 	}
}
@media(max-width:720px){

	.swGroupBanner-3{
		width: 70%;
	}
}
@media(max-width:500px){

	.swGroupBanner-3{
		width: 90%;
	}
}
.swGroupBanner-4{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 100%;
	top: -80px;
	left: 90px;
}
@media(max-width:900px){
	.swGroupBanner-4{
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 13px;
		width: 80%;
		margin: 20px auto;
		padding: 8px;
		/*background-color: #2d2c2c8c;*/
 	}
}
@media(max-width:460px){
	.swGroupBanner-4{
		width: 90%;
 	}
}
@media(max-width:900px){
	.swiper-linhaBanner-4{
		display:none;
	}
}
.swBoxMeio{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 0 auto;
	z-index: 5;
}
.swLinhaTexto {
    width: 100%;
    position: relative;
    flex-direction: row;
    align-items: flex-end;
}
p .swGrupoTexto {
	text-align:left;
}
.swTitulo{
	position:relative;
}
.swTexto{
	position:relative;
	left: 12px;
}
.swtextoBanner-4 {
    /* left: 17px; */
    display: flex;
    width:50%;
    position: relative;
}
@media(max-width:900px){
	.swtextoBanner-4 {	   
 	        padding: 20px;
        background-color: #2d2c2c8c;
        display: flex;
        width: 50%;
        position: relative;
        flex-direction: column;
        gap: 6px;
     }
}
@media(max-width:800px){
	.swtextoBanner-4 {	   
        width: 80%;
     }
}
/* ------------------------ FONTE  ------------------- */
.swBoxTitulo, .swBoxSubTitulo, .swBoxBotao{
	font-family: "Source Sans Pro", sans-serif;
	font-size:36px;
	color:#fff;
	margin:5px;
	padding: 5px 10px;
	width: auto;
}
.swBoxTitulo{
	/*background: #d71e26;*/
	padding-top: 24px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;	
}
.swBoxTituloBanner-1 {
    font-family: "Asap Condensed";
    font-weight: 800;
    position: absolute;
    top: -208px;
    left: 420px;
    text-transform: uppercase;
    line-height: 1;
    color: #9c3234;
    font-size: 50px;
    padding: 15px;
    margin: 0px;
}
@media( max-width:1660px){
	.swBoxTituloBanner-1{ 
   		top: -220px;
    		left: 460px;
    	}
}
@media( max-width:1400px){
	.swBoxTituloBanner-1{ 
		top: -220px;
		left: 500px;
    	}
}
@media( max-width:1300px){
	.swBoxTituloBanner-1{ 
	  top: -180px;
        left: 450px;
        font-size: 40px;
    	}
}
@media( max-width:1100px){
	.swBoxTituloBanner-1{ 
	     top: -190px;
      	left: 340px;
    	}
}
@media (max-width: 900px) {
    .swBoxTituloBanner-1 {
		text-align: center;
		position: static;
		font-size: 24px;
    }
}
@media (max-width: 360px) {
    .swBoxTituloBanner-1 {
		font-size: 22px;
    }
}

@media( max-width:2500px){
	.swBoxTituloDesde{
		position: absolute;
		top: -300px;
     		left: 70px;
      	font-size: 28px;
		text-align: left;
		color: #576456;
		padding: 0px;
		margin: 0;
	}
}
@media( max-width:1900px){
	.swBoxTituloDesde{
		top: -270px;
      	left: 130px;
	}
}
@media( max-width:1660px){
	.swBoxTituloDesde{
		top: -250px;
      	left: 160px;
     	}
}
@media( max-width:1600px){
	.swBoxTituloDesde{
        top: -250px;
        left: 220px;
    	}
}
@media( max-width:1400px){
	.swBoxTituloDesde{
		top: -200px;
      	left: 220px;	
	}
}
@media( max-width:1300px){
	.swBoxTituloDesde{
		top: -190px;
     		left: 190px;
     	}
}
@media (max-width: 1100px) {
    .swBoxTituloDesde {
         top: -160px;
	    left: 100px;
    }
}
@media (max-width: 900px) {
    .swBoxTituloDesde {
    		position:static;
    }
}
.swBoxTituloBanner-2{
	font-family: "Asap Condensed";
	font-weight: 800;
	position: absolute;
	top: -340px;
	text-transform: uppercase;
	line-height: 1;
	color: #ffffff;
	font-size: 60px;
	margin: 0px;
}
@media (max-width: 1600px) {
	.swBoxTituloBanner-2{
		top: -300px;
		font-size:50px;
	}
}
@media (max-width: 1400px) {
	.swBoxTituloBanner-2{
	      left: 30px;
     		top: -250px;
   	}
}
@media (max-width: 1250px) {
	.swBoxTituloBanner-2{
		font-size:40px;
		text-align: left;
		left: -40px;
        top: -10px;
	}
}
@media (max-width: 900px) {
	.swBoxTituloBanner-2{
		font-size:30px;
		position:static;
		text-align: center;
	}
}
.swBoxTituloBanner-3 {
    font-weight: 600;
    font-family: 'Asap Condensed';
    color: rgb(87, 100, 86);
    text-transform: uppercase;
    padding: 5px 0px;
    margin: 0px;
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 1400px) {
	.swBoxTituloBanner-3{
		position:absolute;
		top: -30px;
      	left:520px;
    	}
}
@media (max-width: 900px) {
	.swBoxTituloBanner-3{
		position:static;
		font-size:28px;
		text-align: center;
	}
}
@media (max-width: 720px) {
	.swBoxTituloBanner-3{
		font-size:24px;
	}
}
@media (max-width: 500px) {
	.swBoxTituloBanner-3{
		font-size:22px;
	}
}
.swBoxTituloBanner-4{
	font-family: "Asap Condensed";
	font-weight: 800;
	position: absolute;
	top: -20px;
	text-transform: uppercase;
	line-height: 1;
	color: #ffffff;
	font-size: 42px;
	padding: 0px;
	margin: 0px;
}
@media (max-width:1400px) {
	.swBoxTituloBanner-4{
		left: 100px;
	}
}
@media (max-width: 900px) {
	.swBoxTituloBanner-4{
		FONT-WEIGHT: 700;
      	position: static;
      	font-size: 24px;
	}
}
@media (max-width: 600px) {
	.swBoxTituloBanner-4{
      	font-size: 26px;
	}
}
@media (max-width: 500px) {
	.swBoxTituloBanner-4{
		font-size: 24px;
	}
}
@media (max-width: 360px) {
	.swBoxTituloBanner-4{
		font-size: 20px;
	}
}
@media( max-width:2500px){
	.swBoxSubTituloBanner-1 {
    		font-family: 'Asap Condensed';
    		font-weight: 700;
    		text-transform: uppercase;
    		position: absolute;
    		top: 120px;
    		left: 420px;
    		font-size: 24px;
    		text-align: left;
   		 line-height: 1.1;
    		color: #576456;
   		 padding: 0px;
	}
}
@media( max-width:1880px){
	.swBoxSubTituloBanner-1{
	     top: 100px;
     }
}
@media( max-width:1660px){
	.swBoxSubTituloBanner-1{
	      top: 90px;
	      left: 460px;
     }
}
@media( max-width:1600px){
	.swBoxSubTituloBanner-1{
	     top: 80px;
     		left: 455px;
     }
}
@media( max-width:1400px){
	.swBoxSubTituloBanner-1{
    		top: 70px;
    		left: 500px;
    	}
}
@media( max-width:1300px){
	.swBoxSubTituloBanner-1{
    	     top: 70px;
 	     left: 440px;
     	}
}
@media( max-width:1100px){
	.swBoxSubTituloBanner-1{
    		top: 60px;
      	left: 340px;
    	}
}
@media (max-width: 900px) {
    .swBoxSubTituloBanner-1 {
		text-align: center;
		position: static;
		font-size: 22px;
    }
}
@media (max-width: 900px) {
    .swBoxSubTituloBanner-1 {
		font-size: 18px;
    }
}
.swBoxSubTituloBanner-2{
	/*font-family: 'Barlow';*/
	font-weight: 400;
	font-size: 30px;
    	position:absolute;
	top: 6px;
	left: 16px;
 	line-height: 1.2;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding: 5px 0px;	
}
@media(max-width:1460px){
	.swBoxSubTituloBanner-2{
		font-size: 24px;
		top: 60px;
      	left: 50px;
	}
}
@media(max-width:1250px){
	.swBoxSubTituloBanner-2{
		margin: 0;
	     font-size: 18px;
      	top: 260px;
      	left: -7px;   	
      }
}
@media(max-width:1100px){
	.swBoxSubTituloBanner-2{
		text-align:left;
	}
}
@media(max-width:900px){
	.swBoxSubTituloBanner-2{
		position: static;
		margin: 0;
		font-size: 20px;
		text-align:center;
	}
}
@media(max-width:900px){
	.swiper-linhaBanner-2{
		display:none;
	}
}
.swiper-linhaBanner-2{
	position: absolute;
	z-index: -1;
	top: -100px;
	left: 0px;
}
@media(max-width:1460px){
	.swiper-linhaBanner-2{
		top: -50px;
      	left: 30px;
	}
}
@media(max-width:1250px){
	.swiper-linhaBanner-2{
		top: 150px;
      	left: -40px;
    	}
}
@media(max-width:1400px){
	.swiper-linhaBanner-3{
		position: absolute;
		z-index: -1;
		top: -100px;
		left: 480px;
	}
}
@media(max-width:900px){
	.swiper-linhaBanner-3{
		display:none;
	}
}
.swBoxSubTituloBanner-3{
	/*font-family: "Barlow";*/
	font-weight: 400;
	font-size: 40px;
	color: #576456;
	text-transform: uppercase;
	line-height: 1;
	padding: 0px;
	margin: 0px;
}
@media(max-width:1400px){
	.swBoxSubTituloBanner-3{
		position:absolute;
	     top: -110px;
      	left: 520px;
   	}		
}
@media(max-width:900px){
	.swBoxSubTituloBanner-3{
		position:static;
		font-size: 28px;
		text-align: center;
	}		
}
@media(max-width:720px){
	.swBoxSubTituloBanner-3{
		font-size: 24px;
	}
			
}

@media(max-width:500px){
	.swBoxSubTituloBanner-3{
		font-size: 22px;
	}
		
}
.swBoxSubTituloBanner-4{
	left: 15px;
	top: 150px;
	position: absolute;
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	padding: 0px;
	margin: 0px;
}
@media(max-width:1400px){
	.swBoxSubTituloBanner-4{
		left: 120px;
    		top: 150px;
	}
}
@media(max-width:900px){
	.swBoxSubTituloBanner-4{
		position: static;
		font-size: 20px;
	}
}
@media(max-width:360px){
	.swBoxSubTituloBanner-4{
		font-size: 18px;
	}
}
.swiper-linhaBanner-4{
	position: absolute;
	z-index: -1;
	left: 320px;
}
@media(max-width:1400px){
	.swiper-linhaBanner-4{	
		left: 400px;
	}
}
@media(max-width:1250px){
	.swiper-linhaBanner-4{	
		left: 330px;
	}
}
.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: #ffcb05;	
	padding: 7px 15px;
	font-weight: 600;
	transition: 1s all;
	/*border-radius:20px;*/
	border: 1px solid #ffcb05;
	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: 1100px){
	.swBoxes{
		padding:20px 40px;
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: row;
		justify-content: 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: column;
		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:#ffffff;
	/*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:90%;
}
.swiperSlider .swiper-pagination-bullet{
	border: 1px solid #ffffff;
	width: 15px;
	height: 15px;
}
@media only screen and (max-width: 600px){
	.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		top:80%;
	}	
}
	
/*-------------------------------------- PUBLICAÇÕES -----------------------------------------*/
#sw-publicacoes{
	background-color:#ececec;
}
.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-item a{
	color:#3f3f3f;
}
.sw-publicacao-item a:hover{
	color:#ffca00;
}
.sw-publicacao-item img{
	border-radius:10px;	
}
.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;
}
.swiper-linha{
	
}
.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: #ffcb05;
}
#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: 320px;
	padding:15px 5px;
	cursor: grab;
}
.swiper-wrapper{
	cursor: grab;
	/*justify-content: center;*/
}
@media (max-width: 900px){
	.swiper-wrapper{
		/*justify-content: flex-start;*/
	}
}
.swiper-produtos-container-wrapper{
	position: relative;
	padding: 0 30px; /* Espaço lateral para as setas */
	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%;
	/* REMOVA qualquer margin aqui */
	box-sizing: border-box;
	margin-right: 0 10px !important;
}
.swiper-produtos .swiper-slide p {
	margin:0 !important
}	
/*
.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: #9c3234;
}
.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: #f7f7f700;
	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: 0px;
}
.swiper-button-prev.swiper-produtos-prev:after, .swiper-button-next.swiper-produtos-next:after{
	color: #980100;
	padding: 0;
	font-size: 45px;
}
.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 {
	display: flex;
	align-items: center;
	border: 0px solid #000000;
	background-color: #f9f9f98a;
	text-align: center;
	min-height: 300px;
	margin: 10px;
	margin-bottom: 20px;
	border-radius:30px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
.swiper-box-produto-titulo{	
	font-size: 16px;
	margin: 0;
	line-height: 17px;
	color: #9c3234;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-end;
	height: 30px;
}
.swiper-box-produto img {
	width: 100%;
	max-width: 750px;
	height: auto;
	margin-top: 0px;
	border-radius: 18px;
}
.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: 0;
	}
}	
.swiper-box-produto .fa, .swiper-box-produto .icon {
	color: #fff;
	font-size: 20px;
	max-width: 250px;
	background-color: #9c3234;
	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: 750px;
	height: auto;
	margin-top: 0px;
	width: 100%;
	margin-left: 20px;
}
.icone-produto{
	margin-top: -20px !important;
	width: 40px !important;
	height:40px !important;
}
/* ------------------ CARROSSEL SWIPER FANCYBOX ----------------------------------*/
#carrossel-swfb{
	margin: 10px auto;
	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 #9c3234;
}
.swiper-button-next, .swiper-button-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color:#ffffff54;
	color: #ffffff59;
	border: 0px 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: #9c3234;
	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 #9c3234;
}


