@charset "iso-8859-1";
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500&subset=latin,latin-ext&display=swap');*/
:root {
	--swiper-navigation-size: 35px;
	/*--swiper-theme-color: #078aa5 !important;*/
	--swiper-theme-color: #ffffff !important;
}
body{	
	background: #eee;
	color: #000;
	margin: 0;
	padding: 0;
}
.swiperSlider {
	/*cursor:grab;*/
	overflow:hidden;
	position: relative;
	width: 100%;
	height: auto;
	font-family:'Roboto', 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: #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;	
}
.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:after{
	content: '';
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.swBoxTexts{
	position: absolute;
	max-width: 1400px;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
}
.swBoxes{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: space-around;
}
.swBoxEsq, .swBoxMeio, .swBoxDir{
	display:flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
}
.swBoxEsq{
	width:auto;
	text-align: left;
	align-items: flex-start;
	max-width: 55%;
}
.swBoxMeio{
	width:10%;
}
.swBoxDir{
	width:auto;
	text-align: right;
	align-items: flex-end;
	max-width: 55%;
	margin-top: 20vh;	
}
/* ------------------------ FONTE  ------------------- */
.swBoxTitulo, .swBoxSubTitulo, .swBoxBotao{
	font-family: 'Arial', sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 2.6vw;
	margin: 10px;
}
.swBoxTitulo{
	/*background: #d71e26;*/
}
.swBoxSubTitulo{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 4px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 500;
	line-height: normal;
}
.swBoxBotao {
	width:100%;
	text-align:center;
	font-size: 13px;
	margin: 15px;
}
.swBoxBotao a{
	text-decoration: none;
	box-sizing: content-box;
	font-size: 16px;
	font-weight: 400;
	background-color: #0000006b;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	margin: 15px 10px 60px 0px;
	display: block;
}
.swBoxBotao a:hover{
	background: #333333;
	color: #ffffff;
}
.swBtnDeslocado{
	width:40%;
}
.swCentralizar{
	width:100%;
	text-align:center;
}
@media only screen and (max-width: 900px){
	.swBoxes{
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center
	}
	.swBoxEsq, .swBoxMeio, .swBoxDir{
		width:100%;
		margin-top: 0;
	}	
	.swBoxTitulo{
		font-size: 4.0vw;;
		margin: 10px;
	}
	
	.swBoxSubTitulo{
		font-size: 17px;
		margin: 10px;
	}
	.swBoxBotao{
		width:auto;
	}
	.swBoxBotao a {
		margin: 10px;
	}
}	
@media only screen and (max-width: 720px){
	.swBoxEsq, .swBoxMeio, .swBoxDir{
		max-width:none;
		align-items: center;
		text-align: center;
	}
	.swBoxTitulo{
		font-size: 30px;
		margin: 10px;
	}
	.swBoxSubTitulo{
		font-size: 20px;
		margin: 10px;
		letter-spacing: 1px;
	}
	.swBoxTexts{
		padding: 10px;
	}
	.swBoxBotao {
		width:auto;
		margin: 10px 10px;
	}
}
/* ------------------ EXCLUSIVOS DO SITE ------------ */
.imgTopMind{
	width:100%;
	max-width:170px;
	height:auto;
}
.logo-img-ibracon{
	width: 100%;
	max-width: 225px;
	height:auto;
}
.imgLealWestex{
	width:100%;
	max-width:300px;
	height:auto;
}
@media only screen and (max-width: 900px){
	.imgTopMind{
		max-width:95px	
	}
}
@media only screen and (max-width: 720px){
	.imgTopMind{
		max-width:80px	
	}
}
/* ------------------ 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;
}
.fonte-escura .swBoxEsq p{
	color:black;
}
.fonte-escura .swBoxEsq .swBoxSubTitulo{
	font-weight: 500;
}
/* ------------------------ 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: 'Roboto', sans-serif;
	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;
	}
}