@charset "iso-8859-1";
:root {
	--swiper-navigation-size: 35px;
	--swiper-theme-color: #078aa5!important;
}
#SwiperSlider {
	overflow:hidden;
	position: relative;
}
#SwiperSlider .swiper{
	width: 100%;
	height: auto;
}
#SwiperSlider .swiper-slide{
	display: flex;
	justify-content: center;
	min-height: 200px;
    /*height: 300px;
    line-height: 300px;*/
	text-align: center;
	font-size: 18px;
	background: #fff;
}
#SwiperSlider .swiper-button-next, #SwiperSlider .swiper-button-prev{
	color:#ffffff;
	/*top: var(--swiper-navigation-top-offset, 60%);*/
	top:50%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	top:90%;
}
.swiper-pagination-bullet{
	border: 2px solid #fff;
}
#SwiperSlider .swImg{
	min-height:200px;
	width:100%;
}
#SwiperSlider .swiper-slide:nth-child(2n){
	/*height: 500px;
	line-height: 500px;*/
}
#SwiperSlider .swiper-imagem{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px 10px 50px;
}
#SwiperSlider .swiper-imagem img{
	float:left;
	max-width:300px;
	border-radius: 5px;
}
#SwiperSlider .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;
}
#SwiperSlider .swiper-textos h3, #SwiperSlider .swiper-textos p{
	margin:0 20px 15px 20px;
	line-height: 16px;
	padding-right: 50px;
}
#SwiperSlider .swiper-textos p{
	margin-bottom:20px;
	line-height: 24px;
}	
#SwiperSlider .swiper-infos{
	margin-bottom:5px !important;
	line-height: 16px !important;
}
#SwiperSlider .swiper-textos .icon{
 	color: #fff;
 	margin-right:7px;
 	font-size: 12px;
 }
#SwiperSlider .swiper-info{
	font-family: verdana !important;
	font-size: 12px;
	padding: 3px 7px;
	border-radius: 3px;
	margin: 5px 2px;
	background-color: #078aa5;
	border: solid 0px #078aa5;
	cursor: help;
	height: 15px;
	display: inline-block;
	color: #fff;	
}
@media only screen and (max-width: 720px){
	#SwiperSlider .swiper-slide{
		display: flex;
		flex-direction: column;
	}
	#SwiperSlider .swiper-imagem{
		align-items: center;
		padding: 0 50px 0 50px;
	}
	#SwiperSlider .swiper-imagem img{
		float:none;
		width: 100%;
		max-width:none;
		margin-top: 20px;
	}
	#SwiperSlider .swiper-textos{
		padding: 13px 30px;
	}
	#SwiperSlider .swiper-textos p{
		margin: 0 15px 15px 0px;
	}
	#SwiperSlider .swiper-textos h3, #SwiperSlider .swiper-textos p{
		padding-right: 0px;
	}
}
/* -------------------------------------  revisar --------------------------- */
.swTranspEsq{
	display: flex;
	margin: 0px;
	width: 46%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;	
 }
.swTranspEsq h2 {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: 700;
	position: relative;
	display: block;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: left;
}
.swTranspEsq h3 {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 500;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: left;
}
.swTranspEsq h4, .swTranspDir h4{
	padding: 0px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: left;
}
.swTranspMeio{
	display: flex;
	width: 18%;
	justify-content: center;
	align-items: center;
}
.swTranspMeio .fa{
	color: #ffffff; 
	font-size: 50px;
}
.swTranspDir{
	display: flex;
	margin:10px 10px 45px 10px;
	text-align: center;
	padding: 10px;	
	width: 33%;
	/*justify-content: flex-end;*/
	align-items: flex-end;
}
.swTranspDir a, .swTranspEsq a {
	color: #078aa5;
	text-decoration: none;
	padding: 10px 20px;
	margin: 15px;
	box-sizing: content-box;
	background-color: #ffffff;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 600;
	width: 80%;
	display: block;
}
.swTranspDir a:hover, .swTranspEsq a:hover{
	background-color: #333333;
}	
.swTranspDir H2{
	background-color: #0000006b;
	border-radius: 10px;
	padding: 10px;
	color: #fff;	
}	
.swTranspDir p, .swTranspEsq p {
	font-size: 14px;
	margin: 10px 20px;
}
@media screen and (max-width: 900px){
	.swFlexFull{
		flex-direction: column;	
	}
	.swTranspEsq, .swTranspMeio, .swTranspDir{
		width: 100%;
	}
	.swTranspEsq{
		/*justify-content: flex-start;*/
		align-items: stretch;
		padding-top: 20px;
		height: 50%;
	}
	.swTranspEsq h2 {  
		font-size: 1.5em;
		text-align: center;
	}  
	.swTranspEsq h3 {
		letter-spacing: 3px;
		font-size: 1.2em;
		margin-top: 10px;
		text-align: center;
	}
	.swTranspEsq h4{
		font-size: 1.1em;
		letter-spacing: 1px;
		text-align: center;
	}
	.swTranspMeio {
		z-index: -1;
	}
	.swTranspDir{
		justify-content: center;
		margin: 0 10px;
	}
	.swTranspDir a{
		font-size:15px;
	}
	.swTranspDir h2{
		margin-top:-220px;
	}
	.swTranspDir p, .swTranspEsq p{
		/*margin: 30px 10px 10px 20px;*/
	}
}
/*GUTO*/
#SwiperSlider .swiper-slide{
	overflow: hidden;
    display: flex;
    justify-content: center;
}
#SwiperSlider .swiper-slide .slider-img{
	width: 1900px;
}
.swFlexFull {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 900px){
	.swFlexFull {
		flex-direction: column;
	}
}
/*-------------------------------------- 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;
	}
}
@media only screen and (max-width: 600px){
    .swTranspEsq h4 {
        font-size: 1em;
    }
    .swTranspEsq h3 {
        letter-spacing: 2px;
        font-size: 1em;
    }
    .swTranspEsq h2 {
        font-size: 1.3em;
    }
    #SwiperSlider .swImg {
	    min-height: 300px;
	    width: 100%;
}
}





