.pacotes {
	/*box-shadow: 1px 2px 3px #606060 !important;*/
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 0;
	padding: 0;
}
.pacotes:hover {
	box-shadow: 0 1px 15px #ccc !important;
    -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;
}