

@media only screen and (max-width: 991px){
	.container-fluid {
		width: 100% !important;
	}

	.card .card-body {
		padding: 1.25rem 2rem !important;
	}

	.grid-wrapper {
		/*display: grid;*/
		/*grid-gap: 20px;*/
		/*grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));*/
		/*grid-auto-rows: 300px;*/
		/*grid-auto-flow: dense;*/

		display: grid !important;
		grid-gap: 4px 0 !important;
		grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2px), calc(33% - 2px))) !important;
		grid-auto-rows: 200px !important;
		grid-auto-rows: 18vh !important;
		grid-auto-flow: dense !important;
		justify-content: space-between !important;
	}

	.grid-wrapperDetalhe {
		/*display: flex;*/
		/*grid-gap: 20px;*/
		/*grid-template-columns: repeat(auto-fit, minmax(calc(100% - 0px), 1fr));*/
		/*grid-auto-rows: 360px;*/
		/*grid-auto-flow: dense;*/
		/*flex-direction: column;*/

		display: grid !important;
		grid-gap: 4px 0 !important;
		grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2px), calc(33% - 2px))) !important;
		grid-auto-rows: 200px !important;
		grid-auto-rows: 18vh !important;
		grid-auto-flow: dense !important;
		justify-content: space-between !important;
	}
	.grid-wrapperDetalhe .wide,
	.grid-wrapperDetalhe .landscape{
		grid-column: span 1;
		grid-column: span 2 !important;
	}

	.btn-whatsapp .title {
		font-size: 1.0rem !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
	}

	.iconWhats{
		width: 32px !important;	
	}

}

