@charset "iso-8859-1";

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

:root {
	--swiper-navigation-size: 35px;
	/*--swiper-theme-color: #078aa5 !important;*/
	--swiper-theme-color: #ffffffb8 !important;
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('font/Poppins/Poppins-Regular.ttf') format('opentype');
	font-weight:normal;
	font-style: normal;
	font-display: swap;
}
/*body{	
	background: #eee;
	color: #000;
	margin: 0;
	padding: 0;
}*/
.swiperSlider {
	/*cursor:grab;*/
	overflow:hidden;
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.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: center;
	font-size: 18px;
	background: #002951;
	height:100%;
}
.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: rgba(0, 0, 0, 0.5); /* Cor preta com 50% de opacidade */
  z-index: 1; /* Opcional, ajuste conforme necessário */
}
.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: 1600px;
	padding: 10px 30px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
}
.swBoxEsq, .swBoxMeio, .swBoxDir{
	display:flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	margin: 0 auto;
	z-index: 5;
}
.swBoxEsq{
	width:auto;
	text-align: left;
	align-items: flex-start;
	max-width: 60%;
}
.swBoxMeio{
	width:auto;
	max-width: 60%;
}
.swBoxDir{
	width:auto;
	text-align: right;
	align-items: flex-end;
	max-width: 54%;
}
/* ------------------------ FONTE  ------------------- */
.swBoxTitulo, .swBoxSubTitulo, .swBoxBotao{
	font-family: "Poppins", sans-serif;
	font-size:32px;
	color:#fff;
	margin:5px;
	padding: 5px 18px;
	width: auto;
}
.swBoxTitulo{
	/*background: #d71e26;*/
	font-weight: 800;
	font-size: 38px;
	line-height: normal;
	color: #d4aa00;	
}
.swBoxSubTitulo{
	font-size:22px;
}
.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: #ffffff;
	font-size:13px;
	text-decoration:none;
	background:#d4aa00;	
	padding: 7px 15px;
	font-weight: 600;
	transition: 1s all;
	border-radius:20px;
}
.swBoxBotao a:hover{
	background: #ffffff;	
	color: #1757a1;
}
.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: column;
		justify-content: center
	}
	.swBoxEsq, .swBoxMeio, .swBoxDir{
		width:100%;
		max-width: 85%;
	}		
}	
@media only screen and (max-width: 900px){
	.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;
	}
	.swBoxBotao{
		text-align:center !important;
	}	
}	
@media only screen and (max-width: 720px){
	.swBoxEsq, .swBoxMeio, .swBoxDir{
		max-width:none;
		align-items: center;
		text-align: center;
	}
	.swBoxTitulo{
		font-size: 26px;
	}
	.swBoxSubTitulo{
		font-size: 20px;
		line-height: 1.5;
	}
	.swBoxBotao {
		margin:10px 10px 25px 10px;
	}
}
@media only screen and (max-width: 600px){
	.swBoxSubTitulo{
		font-size: 19px;
		line-height: 1.5;
	}
}
/* ------------------ 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 #fff;
	width: 15px;
	height: 15px;
}
/* ------------------------ FIM  ------------------- */




/*-------------------------------------- PUBLICAÇÕES -----------------------------------------*/
.mySwiper .swiper-wrapper{
	cursor: grab;
}
.mySwiper .swiper-container {
  width: 100%;
  height: auto;
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.mySwiper .swiper-slide p {
  padding:10px 25px;
}
.mySwiper .swiper-container .mySwiper .swiper-slide {
  height: 300px;
  line-height: normal;
  min-height:150px;
  width: 1200px; 
  margin-right: 20px;
}
.mySwiper .swiper-container .mySwiper .swiper-slide:nth-child(2n) {
  height: auto;
  line-height: normal;
}
.mySwiper .swiper-depoimento{
	width:90%;
	margin:0 auto;
}
.mySwiper .swiper{
	width: 100%;
	height: auto;
}
.mySwiper .swiper-slide{
	display: flex;
	justify-content: center;
	min-height: 200px;
    /*height: 300px;
    line-height: 300px;*/
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.mySwiper .swiper-slide:nth-child(2n){
	/*height: 500px;
	line-height: 500px;*/
}
.mySwiper .swiper-imagem{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px 10px 50px;
	margin: 0 auto;
}
.mySwiper .swiper-imagem img{
	float:left;
	max-width:300px;
	border-radius: 5px;
}
.mySwiper .swiper-textos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: grab;
	text-align: left;	
	padding:10px 0px 10px 0px;
	text-align: justify;
}
.mySwiper .swiper-textos a{
	color: #078aa5;
	line-height: 25px;
}
.mySwiper .swiper-textos h3, .mySwiper .swiper-textos p{
	margin:0 20px 15px 20px;
	line-height: 16px;
	padding-right: 50px;
}
.mySwiper .swiper-textos p{
	margin-bottom:20px;
	line-height: 24px;
}	
.mySwiper .swiper-infos{
	margin-bottom:5px !important;
	line-height: 16px !important;
}
.mySwiper .swiper-textos .icon{
 	color: #fff;
 	margin-right:7px;
 	font-size: 12px;
 }
.mySwiper .swiper-info{
	font-family: verdana !important;
	font-size: 12px;
	padding: 3px 7px;
	border-radius: 3px;
	margin: 5px 2px;
	background-color: #0674bb;
	border: solid 0px #0674bb;
	cursor: help;
	height: 15px;
	display: inline-block;
	color: #fff;	
}
@media only screen and (max-width: 720px){
	.mySwiper .swiper-slide{
		display: flex;
		flex-direction: column;
	}
	.mySwiper .swiper-imagem{
		align-items: center;
		padding: 0 50px 0 50px;
	}
	.mySwiper .swiper-imagem img{
		float:none;
		width: 100%;
		max-width:none;
		margin-top: 20px;
	}
	.mySwiper .swiper-textos{
		padding: 13px 30px;
	}
	.mySwiper .swiper-textos h3, .mySwiper .swiper-textos p{
		padding-right: 0px;
	}
}