.pct{
	text-align: center;
}
.pacotes {
	padding: 15px 50px;
}
.pacotes .row {
	border: 1px solid #ccc;
	border-radius: 2px;
}
.pacoteimg {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height: 180px;
}
.pacotes:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.pacotes-b{
	margin-bottom: 20px;
}
.pacotes-mobile {
    border: 1px solid #ccc;
    border-radius: 8px;
	margin: 0;
	padding: 0;
}
.fundo-t {
	margin: 0;
	padding: 5px;
	/*background-color: #00000080;*/
	position:absolute; bottom:0%;
	left:0%;
	right:0%;
	text-align:center;
	color:#fff;
}