
@media only screen and (min-width: 720px) and (max-width: 1200px) {
	
	/*
	#results tbody tr{
		display: block;
		margin-bottom: 30px;
		border-bottom: 1px solid #979797 !important;
}
	}
	
	#results tbody tr th{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}
	
	#results tbody tr td{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}

	*/

	.page-body tr{
		background-color: white !important;
	}
	
	.pagination {
		justify-content: center;
	}
	
	.modal-backdrop {
		position: unset !important;
	}
	
	.info-table{
		display: flex;
	    justify-content: space-around;
	    width: 110px;
	    flex-wrap: wrap;
	}
	
	.topo {
		background-color: #0d589a;
		position: fixed;
		height: 220px;
		width: 100%;
		z-index: 1;
	}
	
	.setamenu{
		transform: rotate(-90deg);
		top: 134px;
		height: 47px;
		width: 102px;
		border-radius: 0px 0px 10px 10px !important;
		right: -20px;
		padding-top: 12px;
	}
  
	.page {
		display: block;
	}

	.logo-menu {
		width: 280px;
		object-fit: contain;
		position: unset;
		margin-top: 25px;
		margin-left: calc(50% - 140px);
	}

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

	.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;
	}

	.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: 100%;
		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: flex !important;
	    flex-wrap: wrap;
	}

	.link-exportar .buscar{
		width: 100%;
	}
	
	.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;
		margin-left: 2.5%;
		padding: 40px;
		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: 11px !important;
	}
	
	table svg{
		font-size: 13px !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;
	}

	tr{
		display: table-row;
	}

	th, td{
		
	}

	thead{
		
	}

	.mobile{
		
	}

	.coluna_cod {
	    width: auto;
	}

	.coluna_info {
	    width: auto;
	    text-align: center;
	}

	.btn_exportar_excel_mobile{
		display: flex;
		margin-top: 20px;
		margin-bottom: 20px;
		justify-content: center;
		width: 50%;
	}
	
	.btn_exportar_excel_mobile button{
		width: 180px;
		height: 40px;
		border: none;
		background-color: #2f2f2f;
		color: white;
		font-family: 'gotham-bold';
		font-size: 14px;
		border-radius: 5px;
	}
	
	.btn_exportar_excel_mobile button:hover{
		transition: 0.5s;
    	background-color: #0a5ca6 !important;
	}
	
	.btn_exportar_excel{
		display: none;
	}
	
	.btn_exportar_excel button{
		width: 180px;
		height: 40px;
	}


}


/*****************************************************************************************************/
/* MOBILE */
/*****************************************************************************************************/



@media only screen and (max-width: 719px) {
	
	/*
	#results tbody tr{
		display: block;
		margin-bottom: 30px;
		border-bottom: 1px solid #979797 !important;
}
	}
	
	#results tbody tr th{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}
	
	#results tbody tr td{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}

	*/

	.page-body tr{
		background-color: white !important;
	}
	
	.pagination {
		justify-content: center;
	}
	
	.modal-backdrop {
		position: unset !important;
	}
	
	.info-table{
		display: flex;
    	justify-content: space-around;
	}
	
	.topo {
		background-color: #0d589a;
		position: fixed;
		height: 220px;
		width: 100%;
		z-index: 1;
	}
	
	.setamenu{
		transform: rotate(-90deg);
		top: 134px;
		height: 47px;
		width: 102px;
		border-radius: 0px 0px 10px 10px !important;
		right: -20px;
		padding-top: 12px;
	}
  
	.page {
		display: block;
	}

	.logo-menu {
		width: 280px;
		object-fit: contain;
		position: unset;
		margin-top: 25px;
		margin-left: calc(50% - 140px);
	}

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

	.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;
	}

	.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: 100%;
		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;
		margin-left: 2.5%;
		padding: 40px;
		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;
	}

	tr{
		display: block;
		border: 1px solid #c9c9c9;
		margin-bottom: 20px;
		border-radius: 5px;
	}

	th, td{
		display: block;
	}

	thead{
		display: none;
	}

	.mobile{
		display: contents;
	}

	.btn_exportar_excel_mobile{
		display: flex;
		margin-top: 20px;
		margin-bottom: 20px;
		justify-content: center;
	}
	
	.btn_exportar_excel_mobile button{
		width: 180px;
		height: 40px;
		border: none;
		background-color: #2f2f2f;
		color: white;
		font-family: 'gotham-bold';
		font-size: 14px;
		border-radius: 5px;
	}
	
	.btn_exportar_excel_mobile button:hover{
		transition: 0.5s;
    	background-color: #0a5ca6 !important;
	}
	
	.btn_exportar_excel{
		display: none;
	}
	
	.btn_exportar_excel button{
		width: 180px;
		height: 40px;
	}


}

























