

@media only screen and (max-width: 700px) {
  
	.page {
		display: block;
	}

	.logo-menu {
		width: 100px;
		object-fit: contain;
		position: fixed;
		margin-left: calc(50% - 50px);
		margin-top: 20px;
		z-index: 3;
	}

	.menu {
		width: 95%;
		height: 100px;
		padding: 10px;
		background-color: white;
		margin-left: 2.5%;
		margin-top: 100px;
		border: none;
		border-radius: 10px;
		text-align: center;
		position: fixed;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		z-index: 3;
	}

	.page-body {
		width: 95%;
		margin-left: 2.5%;
		margin-top: 220px;
		height: auto;
		background-color: white;
		border-radius: 10px;
		padding: 20px;
		color: #2f2f2f;
		min-height: calc(100vh - 210px);
		margin-bottom: 0px;
		position: absolute;
		z-index: 1;
	}

	.menu span {
		font-family: gotham-bold;
		width: auto;
		min-width: 158px;
		margin-left: 10px;
		background-color: #2f2f2f;
		display: block;
		padding: 16px;
		border: none;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.menuSair{
		padding-top: 26px !important;
	}

	.fundo-mobile{
		background-color: #3a3a3a;
		width: 100%;
		height: 210px;
		display: block;
		position: fixed;
		z-index: 2;
	}
	
	.buscar input {
		width: 245px;
		height: 50px;
	}
	
	.buscar button {
		border: none;
		background-color: #2f2f2f;
		color: white;
		font-family: 'gotham-bold';
		font-size: 14px;
		width: 100px;
		border-radius: 5px;
		margin-left: 10px;
		height: 50px;
	}
	
	.link-exportar {
		font-family: gotham-bold;
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
		display: block !important;
	}
	
	.link-exportar a {
		color: #2f2f2f !important;
		text-decoration: none !important;
		width: 100%;
		display: block;
		margin-top: 30px;
		margin-bottom: 45px;
		text-align: center;
	}
	
	.box-modal {
		width: 95%;
		background-color: white;
		z-index: 20;
		position: absolute;
		margin-left: 2.5%;
		padding: 40px;
		height: auto;
		border-radius: 20px;
		margin-top: 50px;
		display: none;
		top: 0 !important;
		color: black;
	}
	
	.div-box-planos {
		display: block;
		justify-content: center;
		margin-top: 20px;
	}
	
	.logo-box-planos {
		margin-top: 75px;
		width: 270px;
		margin-bottom: 80px;
		margin-left: calc(50% - 135px);
	}
	
	.box-modal button {
		font-family: gotham-bold;
		border: none;
		font-size: 16px;
		border-radius: 5px;
		width: 150px;
		height: 40px;
		background-color: #2f2f2f;
		margin-top: 15px;
		margin-left: calc(50% - 75px);
		color: white;
		margin-bottom: 40px;
	}
	
	.box-planos {
		transition: 0.5s;
		color: gray;
		width: 260px;
		box-shadow: 0 0 5px 1px #d4d4d4;
		margin: 0px;
		border-radius: 10px;
		padding: 5px;
		height: fit-content;
		margin-left: calc(50% - 130px);
	}
	
	table{
		font-size: 13px !important;
	}
	
	table svg{
		font-size: 15px !important;
	}
	
	td a {
		display: block;
		margin: 4px 0px 4px 0px;
	}
	
	td, th{
		height: 100%;
    	vertical-align: middle;
	}
	
	.form-perfil {
		width: 100%;
		margin-left: 0px;
		margin-top: 40px;
	}
	
	h1, h2 {
		text-align: center;
	}
	
	.inputs-editarCardapio{
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		margin-top: -25px;
	}

	.editarCardapio{
		margin-top: -5px;
		height: 50px;
	}

	.editarCardapio input{
		width: calc(100% - 110px);
		height: 30px;
		margin-right: -5px;
		font-size: 14px;
		font-family: 'gotham';
		border-radius: 5px;
		border: 1px solid grey;
		padding: 5px;
	}

	.editarCardapio button{
		border: none;
		background-color: #2f2f2f;
		color: white;
		font-family: 'gotham-bold';
		font-size: 13px;
		width: 100px;
		border-radius: 5px;
		margin-left: 10px;
		height: 30px;
	}

	.editarCardapio button:hover{
		transition: 0.5s;
		color: #89ff00;
	}

	.btn-qrcode {
		font-size: 14px !important;
		margin-left: auto !important;
		margin-top: 30px !important;
	}

	.btn-qrcodeSpin {
		font-size: 14px !important;
		margin-left: auto !important;
		margin-top: 30px !important;
	}
}















