
.bodymodal 
{
  height: 100vh;
  overflow-y: hidden;
  width: 100%;
}


.modal-overlay {
	z-index: 9990;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display:none;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}



@media screen and (max-width: 992px) {
  #submition{
	  
	background-color: #f2f3f5;
	position: fixed;
	top: 0px;
	right: -20rem;
	z-index: 9991;
	width: 100%;
	overflow: scroll;
	height: 100%;
	max-width: 20rem;
	display:none;
	cursor:pointer;

  }
}

#filtra_button {
	 position: fixed;
	 bottom: 150px;
	 right: 0px;
	 width: 75px;
	 border-radius:10px 0px 0px 10px;
	 text-align:center;
	 padding:10px;
	 z-index:9989;
	 cursor:pointer;
	 color:#aaaaaa;
	 
}
