@charset "utf-8";
/* CSS Document */


.home-pastorais-container{
	width:84%;
	position:relative;
	overflow-x:hidden;
	height:auto;
}

.home-pastorais-container-movel{
	width:auto;
	height:auto;
	position:relative;
}

.home-pastorais-tabela td{
	width:320px;
	height:auto;
	padding-left:2px;
	padding-right:2px;
}

.home-pastorais-segmentos{
	height:auto;
	width:320px;
	margin:5px;
	position:relative;
	display:inline-block;
}

.home-pastorais-titulo{
	font-family: 'Raleway', sans-serif;
	font-size:14pt;
	font-weight:600;
	color:#333754;
	text-align:center;
	text-transform:uppercase;
	line-height:17pt;
}

.home-pastorais-data{
	padding-top:1px;
	padding-bottom:24px;
	font-family:Poppins;
	font-weight:300;
	font-size:11pt;
	color:#777777;
	text-align:center;
}

.home-pastorais-frase{
	padding-top:24px;
	padding-bottom:24px;
	font-family:Poppins;
	font-weight:300;
	font-size:14pt;
	color:#222222;
	text-align:justify center;
}

.home-pastorais-previa{
	padding-top:24px;
	padding-bottom:24px;
	font-family:Poppins;
	font-weight:300;
	font-size:12pt;
	color:#222222;
	text-align:justify center;
}

.home-pastorais-btVeja{
	color:#FFF;
	background:#a89663;
	padding-top:8px;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:8px;
	text-decoration:none;
	border-radius: 50px;
	cursor:pointer;
}

.home-pastorais-btVeja:hover{
	color:#FFF;
	background:#036;
	padding-top:8px;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:8px;
	text-decoration:none;
	border-radius: 50px;
	cursor:pointer;
	transition: all 0.5s;
}

.home-pastorais-thumb-container{
	overflow:hidden;
	width:100%;
	padding-top:50%;
	background:#F4F4F4;
	text-align:center;
	margin-bottom:20px;
	position:relative;
}

.home-pastorais-thumb{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

.home-pastorais-thumb:hover{
	transition:width 1.5s, height 1.5s;
	width:130%;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
}

.home-pastorais-conteudo{
	height:240px;
}

.home-pastorais-blocos{
	padding-bottom:18px;
}

#home-pastorais-seta-esquerda{
	position:absolute;
	left:5px;
	top:35%;
	transform:translateY(-50%);
	cursor:pointer;
}

#home-pastorais-seta-direita{
	position:absolute;
	right:5px;
	top:35%;
	transform:translateY(-50%);
	cursor:pointer;
}
@media screen and ( min-width: 1201px ){
	.home-pastorias-conteudo{
		height:300px;
	}
	#home-pastorais-seta-esquerda{
		left:65px;
	}
	
	#home-pastorais-seta-direita{
		right:65px;
	}
}

@media screen and ( min-width: 1101px ) and (max-width:1200px) {
	.home-pastorias-conteudo{
		height:300px;
	}
	.home-pastorais-container{
		width:66%;
	}
	#home-pastorais-seta-esquerda{
		left:80px;
	}
	
	#home-pastorais-seta-direita{
		right:80px;
	}
}

@media screen and ( min-width: 1001px ) and (max-width:1100px) {
	.home-pastorias-conteudo{
		height:300px;
	}
	.home-pastorais-blocos{
		padding-bottom:30px;
	}
	.home-pastorais-container{
		width:66%;
	}
	#home-pastorais-seta-esquerda{
		left:80px;
	}
	
	#home-pastorais-seta-direita{
		right:80px;
	}
}

@media screen and ( min-width: 992px ) and (max-width:1000px) {
	.home-pastorais-blocos{
		padding-bottom:30px;
	}

	.home-pastorais-container{
		width:66%;
	}
	#home-pastorais-seta-esquerda{
		left:80px;
	}
	
	#home-pastorais-seta-direita{
		right:80px;
	}

}

@media screen and ( min-width: 768px ) and (max-width:991px) {
	.home-pastorais-blocos{
		padding-bottom:30px;
	}
	.home-pastorais-container{
		width:90%;
	}
}
@media screen and ( min-width: 750px ) and (max-width:767px) {
	.home-pastorais-blocos{
		padding-bottom:30px;
	}
	.home-pastorais-container{
		width:305px%;
	}
	#home-pastorais-seta-esquerda{
		top:38%;
	}
	
	#home-pastorais-seta-direita{
		top:38%;
	}
}
@media screen and ( min-width: 501px ) and (max-width:749px) {
	
	.home-pastorais-conteudo{
		height:auto !important;
	}

	.home-pastorais-blocos{
		padding-bottom:30px;
	}

	.home-pastorais-container{
		width:305px;
	}
	#home-pastorais-seta-esquerda{
		top:38%;
		left:50px;
	}
	
	#home-pastorais-seta-direita{
		top:38%;
		right:50px;
	}
}
@media screen and ( min-width: 421px ) and (max-width:500px) {
	.home-pastorais-conteudo{
		height:auto !important;
	}

	.home-pastorais-blocos{
		padding-bottom:30px;
	}
	
	.home-pastorais-container{
		width:300px;
	}
	.home-pastorais-titulo{
		font-size:13pt;
	}
}
@media screen and (max-width:420px) { 
	.home-pastorais-conteudo{
		height:auto !important;
	}
	
	.home-pastorais-blocos{
		padding-bottom:30px;
	}
	
	.pastorais-banner-text-container{
		width:95%;
		height:auto;
		position:absolute;
		top:50%;
		left:50%;
		transform:translateX(-50%) translateY(-50%);
		text-align:center;
	}
	.home-pastorais-container{
		width:300px;
	}
	#home-pastorais-seta-esquerda{
		top:38%;
	}
	
	#home-pastorais-seta-direita{
		top:38%;
	}
	.home-pastorais-titulo{
		font-size:13pt;
	}
}
