@charset "iso-8859-1";
:root {
    --swiper-navigation-size: 25px;
}
/*html, body{
	position: relative;
	height: 100%;
}
body{
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}*/
.swiper{
	width: 100%;
	height: auto;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	min-height: 200px;
    /*height: 300px;
    line-height: 300px;*/
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.swiper-slide:nth-child(2n){
	/*height: 500px;
	line-height: 500px;*/
}
.swiper-imagem{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 20px 10px 50px;
}
.swiper-imagem img{
	float:left;
	max-width:300px;
	border-radius: 5px;
}
.swiper-textos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    cursor: grab;
	text-align: left;	
	padding:10px 0px 10px 0px;
	text-align: justify;
}
.swiper-textos h3, .swiper-textos p{
	margin:0 20px 15px 20px;
	line-height: 16px;
	padding-right: 50px;
}
.swiper-textos p{
	margin-bottom:20px;
	line-height: 24px;
}	
.swiper-infos{
	margin-bottom:5px !important;
	line-height: 16px !important;
}
.swiper-textos .icon{
 	color: #fff;
 	margin-right:7px;
 	font-size: 12px;
 }
.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){
	.swiper-slide{
		display: flex;
		flex-direction: column;
	}
	.swiper-imagem{
		align-items: center;
		padding: 0 50px 0 50px;
	}
	.swiper-imagem img{
		float:none;
		width: 100%;
		max-width:none;
		margin-top: 20px;
	}
	.swiper-textos{
		padding: 13px 30px;
	}
	.swiper-textos h3, .swiper-textos p{
		padding-right: 0px;
	}
}
