.whats-button {
    display: none;
}

/*----- Personalização - Plugoo -----*/
:root {
	--color_texto_filtrar: #ffffff;
}
@media (max-width: 767px){
	html.travar {
		overflow: hidden;
	}
	body .coluna.span3.desocultar{
		transform: translateX(0);
	    opacity: 1;
	}
	.ordenar-listagem.topo.borda-alpha .row-fluid > .span6:not([class*=" "]) {
	    display: none;
	}
	body .coluna.span3{
		display: block !important;
	}
	body .coluna.span3 .row-fluid {
		display: none;
	}
	.botaoFiltrarAbrir{
		width: 80px;
	    height: 20px;
	    background: transparent;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    right: 20px;
	    color: var(--texto_global);
	}
	.coluna.span3 {
		position: fixed;
	    right: 0;
	    background: #fff;
	    max-width: 100%;
	    transform: translateX(100%);
	    opacity: 0;
	    transition: ease-in-out 0.3s;
	    z-index: 1020309;
	    overflow-y: scroll;
	    width: 100%;
	    top: 61px;
		height: calc(100% - 61px);
		border-right: 0 !important;
	    padding-right: 0 !important;
	}
	.pg-return-filtrar{
	    padding: 3px 5px 3px 0;
	    margin-right: 14px;
	    cursor: pointer;
	    margin-left: 20px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.pg-return-filtrar svg {
	    width: 28px;
	    height: 28px;
	}
	.header-filtrar {
	    height: 30px;
	    font-size: 1.075rem;
	    font-weight: 700;
	    padding: 20px 0;
	    background: var(--cor_primaria);
	    color: var(--color_texto_filtrar);
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	}
	.body-filtrar {
		padding: 0 20px;
	}
	.botaoFiltrarAbrir svg {
	    height: 100%;
	    margin-right: 6px;
	}
}
/*----- Fim - Plugoo -----*/