@media only screen and (max-width: 1099px) {

	/*app*/
	*:not(input):not(select):not(textarea):not(.trumbowyg *) {
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	  -webkit-touch-callout: none !important;
	  -webkit-user-select: none !important;
	}
	
/*	* {
		box-shadow: none !important;
	}
*/
	::-webkit-scrollbar { 
	    display: none; 
	}

	html {
	    overflow-y: hidden !important;
	    top: 0px !important;

	}

	body {
	    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
	    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
	    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	    background-color:#FFFFFF;
	    /*height:100vh;*/
	    padding: 0px;
	    margin:0px;
	    width:100%;
	    overflow-x: hidden !important;
	    overflow-y: hidden !important;
	}	

	.simplebar-scrollbar {
		opacity: 0 !important;
	}

	.dashboard-content-inner {
		overflow-x: hidden !important;
/*		overflow-y: scroll !important;*/
		min-height: 1% !important;
		-webkit-overflow-scrolling: touch;
	}
	.dashboard-content-inner:not(.no-scroll) {
		overflow-y: scroll !important;
	}

	.webapp .dashboard-content-inner {
		height: calc(100vh - 60px) !important;
	}

	.page-cadastro, .page-login, .page-completarcadastro {
		height: 100vh;
		overflow-y: scroll !important;
	}

	/*fim app*/


	.modal-contato .tingle-modal-box {
		max-width: 100% !important;
		width: 100% !important;
	}

	.modal-agendamento .tingle-modal-box {
		max-width: 100% !important;
		width: 100% !important;
	}	

	.intro-banner {
		padding: 20px !important;
	}
	.intro-banner:before, .intro-banner:after {
		background: transparent !important;
	}

	.intro-banner-search-form .intro-search-field.with-label:first-child {
		margin-top: 50px !important;
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 80px;
	}

	.section-headline h3 {
		font-size: 20px !important;
	}

	.banner-headline {
		max-width: 100%
	}
	.banner-headline h1,
	.banner-headline h2,
	.banner-headline h4 {
		font-size: 24px;
		line-height: 38px
	}
	.banner-headline h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.photo-box.small {
		height: 100px;
	}

	.swiper-slide .photo-box {
		border-radius: 0px !important;
		height: 17vh;
	}

	.swiper-slide .photo-box-dark:before {	
		border-radius: 0px !important;
	}

	#header-container {
		position: fixed;
	}	

	.photo-box:not(.photo-box-dark):before {
		/*background: #efefef !important;*/
		border: 1px solid #ddd;
	}

	.no-shadow {
		box-shadow: none !important;
	}

	.toolbar {
		z-index: 999;
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 60px;
		background: #373435;
	}

	.toolbar i {
		display: block;
		color: #fff;
		margin-top: 7px;
		font-size: 30px;
	    margin-bottom: -4px;		
	}
	.toolbar span {
		display: block;
		color: #fff;
		font-size: 12px;
	}

	.toolbar .col-3 {
		text-align: center;
		border-top: 1px solid #444;
		border-right: 1px solid #444;
	}	

	.toolbar .col-3.active {
		background: #333 !important;
		color: #efefef !important;
	}

	.dashboard-headline {
		margin-bottom: 15px;
	}

	.dashboard-headline h3 {
		font-size: 20px;
	}

	.page-title {
		font-size: 20px;
	}
	
	.page-subtitle {
		font-size: 14px;
	}

	.compact-list-layout .job-listing {
		padding: 10px;
	}

	.compact-list-layout .job-listing h3 {	
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.compact-list-layout .job-listing .job-listing-company-logo {	
		margin-right: 15px;
		max-width: 112px;
	}

	.valor {
		font-size: 18px;
		/*position: absolute;*/
		top: 42%;
	}

	.datahora {
		font-size: 12px;
		position: absolute;
		bottom: -2px;
		/*width: 100%;*/
	}

	.datahora i {
		font-size: 12px !important;
	}

	.job-listing:not(.card):not(:last-child) {
		border-bottom: 1px solid #ddd;
	}

	.job-listing:not(.card) {
		padding-top: 20px !important;
		padding-bottom: 15px !important;
		/*padding-bottom: 30px !important;*/
	}

	.job-listing-company-logo .img {
		background-size: cover;
		width: 112px;
		height: 112px;
		border: 1px solid #ddd;
		border-radius: 6px;
		margin-left: 0px !important;
	}

	.job-listing .job-listing-description {
		padding-top: 0px;
	}
	.filtro input {
		padding: 0px 10px;
		border: 1px solid #ddd !important;
	}
	.filtro select {
		text-indent: 10px !important;
		border: 1px solid #ddd !important;
	}
	.filtro .col-12 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	/*.filtro .col-6 {
		padding-left: 8px !important;
		padding-right: px !important;
	}*/
/*
	.filtro .col-6 {
		padding-left: 5px !important;
		padding-right: 8px !important;
	}	*/

	.filtro .input-icon {
		font-size: 14px;
		float: right;
		margin-right: 5px;
		/*position: absolute;*/
		/*right: 12px;*/
		/*top: 12px;*/
	}

	.filtro #autocomplete-input {
		margin-bottom: 10px;
	}

	.single-page-header.full .header-image {
		text-align: center;
		width: 100% !important;
		height: 100% !important;
	}

	/*.header-image {*/
		/*margin-top: 0px !important;*/
	/*}*/

	.header-image.full .img {
		margin: 0 auto;
		width: 100%;
		height: 35vh;
	}

	.single-page-header {
		padding: 0px;
	}

	.single-page-header .container {
		/*padding: 5px !important;*/
	}

	.dashboard-content-container {
		background: #fff;
	}

	.dashboard-box {
		border: none;
		box-shadow: none;
		margin-top: 0px;
		background: transparent !important;
	}

	.avatar-wrapper {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.dashboard-box .content.with-padding {
		padding: 5px;
	}

	.dashboard-box .headline {
		padding: 10px;
		margin-bottom: 15px;
		display: none;
	}

/*	.button.big {
		padding: 13px 60px;
	}
*/
	.section .img {
		height: 40vh;
		background-position: center;
		background-size: 100%;
		background-color: #ddd;
		width: 100%;
	}

	.detalhes h1 {
		margin: 20px;
	}

	.detalhes h4 {
		margin: 20px;
	}

	.detalhes h3 {
		margin: 20px;
	}

	.detalhes h6 {
		color: #666;
		margin: 20px;
		/*margin-top: 20px;*/
	}	

	.detalhes hr {
	    border-color: #fff;
	    opacity: 0.5;	
	    margin: 0px;	
	}

	.detalhes p {
		margin: 20px;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.detalhes table td {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}

	.job-overview .job-overview-headline {
		font-size: 16px;
		padding: 10px;
	}
	.job-overview .job-overview-inner {
		padding: 10px;
	}

	.table-options td {
		border: none !important;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		text-align: left !important;
	}
	.table-options tr {
		border-bottom: 1px solid #ddd;
	}

	.table-options thead {
		display: none;
	}

	.job-overview-inner a.button {
		float: initial !important;
	}

	.single-page-section {
		margin-bottom: 0px
	}

	.sidebar-container {
		padding: 0px;
	}

	.sidebar-widget {
		margin-bottom: 0px;
	}

	.job-overview-headline i {
		font-size: 20px;
	    margin-right: 9px;
	    top: 4px;
	    position: relative;
	}

	.tingle-modal__closeLabel {
		font-size: 16px !important;
		color: #333 !important;
	}

	.tingle-modal__closeIcon {
		color: #333;
	}
/*
	.tingle-modal__close {
		background: transparent !important;
	}*/

	.tingle-modal-box__content {
		padding: 15px !important;
	}

/*	.tingle-modal-box {
		height: 100%;
	}
*/
	.tingle-modal-box__footer {
		background: #fff !important;
	}

	#titlebar {
		padding: 10px 0px !important;
		margin-bottom: 0px !important;
	}

	#titlebar h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.tabs-carrinho li.disabled {
		/*display: none !important;*/
	}

	.tabs-carrinho .tabs-header ul {
		flex-direction: row;
	}

	.tabs-carrinho .tabs-header li {
		display: inline-block;
		/*width: 30%;*/

	}

	.tabs-carrinho .tabs-header a {
		padding: 5px 10px !important;
		/*border-bottom: 1px solid #ddd;*/
		font-size: 10px;
	}

	.boxed-widget-headline {
		padding: 5px 10px !important;
		border-bottom: 1px solid #ddd;
		/*padding: 10px;*/
	} 
	.boxed-widget-headline h3 {
		font-size: 14px;
		font-weight: bold;
	} 

	.tabs-carrinho {
		margin-bottom: 10px;
	}

	.tabs-carrinho .basic-table {
		border-collapse: collapse;
	}

	.tabs-carrinho .basic-table tr {
		border-bottom: 1px solid #ddd;
	}

	.tabs-carrinho .basic-table td {
		padding: 10px !important;
		display: block;
		width: 96vw;
		text-align: left !important;
		border-bottom: none !important;
		line-height: 20px !important;
	}

	.tabs-carrinho .basic-table td .button {
		padding: 5px;
	}
	.tabs-carrinho .basic-table td .button i {
		margin: 0px !important;
	}

	.tabs-carrinho .tabs-content .tab {
		padding: 15px;
	}

	.boxed-widget-inner {
		padding: 10px;
	}

	.payment-tab {
	    max-height: 56px;
	}

	.payment-tab{
		border-bottom: 1px solid #ddd;
	}

	.payment-tab:last-of-type{
		border-bottom: none !important;
	}	

	.order-confirmation-page p {
	    font-size: 16px;
	    line-height: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	body p {
		font-size: 14px;
		line-height: 22px;
	}	

	.login-register-page.login {
		margin-top: 15vh;
		padding: 10px;
	}

	.login-register-page.cadastro {
		margin-top: 20px;
		padding: 10px;
	}	

	.tabs-content h3 {
		font-size: 18px;
		/*font-size: 14px;*/
		font-weight: bold;
	}

	.submit-field {
		margin-bottom: 0px;
	}

	.empty:not(.include):not(.) {
		background: transparent !important;
		margin-top: 20vh;
	}

	#header {
		border-bottom: 1px solid #555;
	}

	.intro-search-field input {
		border: 1px solid #ddd !important;
	}

	.intro-search-field {
		border: none !important;
	}

	.mm-menu {
		background: #efefef;
		color: #333;
		z-index: 1000 !important;
		border-right: 1px solid #ddd;
	}

	.mm-panels li {
		border-bottom: 1px solid #ddd;
	}

	.mm-panels li:not(.title):not(.small) a {
		font-size: 16px;
	}

	.mm-panels li.small a {
		font-size: 14px;
	}	

	.mm-panels li.title {
		padding-top: 30px;
		pointer-events: none !important;
	    font-size: 12px;
	    font-weight: 600;
	    letter-spacing: 0.5px;	
	}

	.mm-panels li i {
		font-size: 18px;
    	position: relative;
    	top: 3px;
    	margin-right: 4px;
	    color: #009187;
	}

	.mm-navbar {
		display: none !important;
	}

	.mm-panels li img {
		width: 200px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.mm-panels>.mm-panel.mm-hasnavbar {
		padding-top: 0px;
	}

	#limpar-filtro {
		font-size: 14px;
		float: right;
	}
	
	#limpar-filtro i {
		font-size: 14px;
	}

	.button {
		text-align: center !important;
	}

	.blog-post-content {
		padding: 5px;
		margin-top: -10px !important;
	}

	.photo-box-dark:before {
		background: transparent !important;
	}

	#not-found {
		margin-top: 20vh !important;
	}

	#not-found p {
		font-size: 18px;
	    line-height: 32px;
	    padding-left: 20px;
	    padding-right: 20px;		
	}

	.dashboard-box-list {
		/*border-top: 2px solid #ddd;*/
	}

	ul.dashboard-box-list>li {
		padding: 0px;
	}

	.job-listing h3.job-listing-title {
	    font-size: 17px;
	    color: #555;
	    line-height: 30px;
	    font-weight: 500;
	}

	.input-with-icon-left input[type="date"] {
		/*padding-top: 11px;*/
	}

	#invoice {
		padding: 10px !important;
		margin-bottom: 0px;
	}

	.print-button-container .print-button {
		margin: 10px auto !important;
		display: block;
	}

	#invoice h2 {
		font-size: 20px;
		padding-top: 15px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	#invoice .badge {
	    right: 22px;
	    margin-top: -8px;
	}

	#invoice #footer li {
		padding: 10px 10px;
		display: block;
		border-right: 0px;
	}

	#invoice .details {
		padding-bottom: 20px;
	}

	#invoice table {
		padding: 0px !important;
		border-top: 1px solid #ddd;
		border-spacing: 0px !important;
		border-bottom: 0px !important;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#invoice table:not(.scroll) td {
		text-align: left !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}

	#invoice table.scroll {
		border-left: 0px !important;
	}

	#invoice td.title-separator {
		background: #eee;
		font-size: 14px;
		font-weight: bold;
	}
	
	#invoice td .title {
		font-size: 12px;
		font-weight: bold;
		color: #333;
	}

/*	#invoice .dashboard-status-button {
		padding: 5px;
		font-size: 12px;
		background: #efefef;
		color: #333;
		border-radius: 3px;
	}
*/
	.categorias .row {
		padding: 10px;
	}

/*	.button.comprar {
		display: block;
		width: 100%;
	}*/

	.job-overview-inner:not(.cart):not(.message-content) {
		/*background: #fff !important;*/
	}

/*	.block-mobile {
		display: block !important;
		width: 100%;
	}*/
	.table-no-padding td {
		padding: 0px !important;
	}

	.table-no-padding .button {
		margin-top: 0px !important;
		padding: 10px 5px;
	}

	.modal-image-preview {
		padding: 0px !important;
	}

	.modal-image-preview .tingle-modal-box {
		background: transparent !important;
	}

	#tab-forma-entrega label {
		padding-right: 15px;
	}

	#tab-forma-entrega .payment-tab {
		max-height: initial !important;
	}

	.destaque.dashboard-status-button {
		margin-left: 5px;
		background: red;
	}

	.usuarios .job-listing {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.dashboard-container div:not(.table-scroll) {
		/*overflow-x: hidden !important;*/
	}


	/*novos*/
	#logo {
	    position: absolute;
    	left: 0px;
    	padding-right: 0px;
    	width: 100%;
	}
	.mmenu-trigger {
		z-index: 2;
	}	

	.modal-image-preview .tingle-modal-box {
		display: flex;
	  	justify-content: center;
	  	align-items: center;   		
	}

	.modal-contato .tingle-modal-box {
		overflow-x: hidden !important;
		overflow-y: scroll !important;
		height: 100%;
	}	

	select {
/*		text-indent: 10px;*/
		/*padding: 15px 18px;*/
		/*cursor: pointer*/
	}	

	.left-button {
		position: absolute;
		z-index: 3;
	}	

	.left-button a {
		height: 50px;
		display: inline-block;
		margin-left: -3px;
	}

	.left-button i {
		margin-top: 15px;
	    font-size: 30px;
	    color: #333;
	}	

	input#data {
		font-size: 20px;
		padding-right: 0px;
		/*text-align: center;*/
	}

	select[name="petCod"] {
		font-size: 20px;
	}

	select#hora {
		/*padding-left: 10px;*/
		font-size: 20px;
		/*padding-right: 0px;*/
		/*text-align: center;*/
		/*text-indent: 41%;*/
	}

	.center select {
		/*text-align-last: center;*/
	}

	.small .job-listing-company-logo .img {
	    width: 80px !important;
	    height: 80px !important;
	    border: 1px solid #ddd;
	    border-radius: 6px;
	}
	.small .job-listing-company-logo {
		flex: none !important;
		max-width: auto !important;
	}	

	.center-mobile {
		text-align: center;
	}



	.compact-list-layout {
		border-radius: 6px;
	    /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
	}	

}

@media only screen and (max-width: 500px) { 
/*	table {
		border: 0
	}
	table th {
		display: none
	}
	table tr {
		display: block;
		margin-bottom: 0
	}
	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 14px;
		text-align: right
	}
	table td:before {
		content: attr(data-label);
		float: left;
		font-weight: 600
	}
	table td:last-child {
		border-bottom: 0
	}*/
	.submit-field .bootstrap-select.btn-group button {
        height: 39px !important;
    }		

    .submit-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    	font-size: 16px;
    }


	.table-responsive tr {
		background: transparent !important;
	}

	.table-responsive tr td:first-child {
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	}

	.table-responsive tr td:last-child {
	    border-bottom-left-radius: 6px;
	    border-bottom-right-radius: 6px;
	}

	.table-responsive thead {
		display: none !important;
	}

	.table-responsive td:before {
		content: attr(data-label);
		display: block;
		font-size: 12px;
		color: #666;
		margin-bottom: 5px;
		font-weight: 400;
		text-align: left;

	}

	.table-responsive td:first-child {
		border-top: 1px solid #ddd;
		border-left: 2px solid #ddd;
		border-width: 2px !important;
		background: #f7f7f7 !important;

	    padding-top: 0px;
	    padding-bottom: 3px;		
	}
	.table-responsive td:not(:last-child):not(:first-child) {
		border-left: 2px solid #ddd;
		border-bottom: none;
		border-width: 2px !important;
		padding-bottom: 0px;
	}

	.table-responsive td:not(:last-child):not(:first-child) {
		border-left: 2px solid #ddd;
		border-bottom: none;
		border-width: 2px !important;
		padding-bottom: 5px;
		border-bottom: 1px solid #f7f7f7;
		padding-top: 5px;
	}
	
	.table-responsive td:not(:first-child) {
		background: #fff;
	}

	.table-responsive {
		border-radius: 6px !important;
		border-left: 0px !important;
		border-top: 0px !important;
		background: transparent !important;
		margin-bottom: -15px;
	}

	.table-responsive td:last-child {
		border-left: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		border-width: 2px !important;
		margin-bottom: 15px;
		/*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .12);*/
	}

	.table-responsive tbody {
		border-radius: 6px !important;
	}

	.table-responsive td {
		display: block;
	}

	.table-responsive td a.dashboard-status-button {
	    padding: 10px 15px;
	    font-weight: 500;
	    font-size: 14px;
	}

	.table-scroll {
		/*width: 100%;*/
		overflow-x: auto !important;
		overflow-y: hidden !important;
		border-color: transparent !important;
		/*display: block !important;*/
	}
		
	.hidden-xs {
		display: none !important;
	}

	.block-mobile {
		display: block !important;
		width: 100%;
	}
	.intro-banner-search-form .intro-search-field.with-label:first-child {
		/*margin-top: 30px !important;*/
		margin-top: 40px !important;
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 50px;
	}

	.tingle-modal__close {
		background: #ddd !important;
	}

	.loading {
		top: 60px;
	}

	.uploadButton {
		overflow: hidden !important;
		display: block;
	}

	.button.comprar {
		display: block;
		width: 100%;
	}	

	.tingle-modal-box {
		height: 100%;
	}

	.submit-field h5 {
		/*margin-bottom: 0px;*/
	}
	.dashboard-content-inner {
	    padding: 20px !important;
	    padding-top: 80px !important;
	    /*padding-top: 30px !important;*/
	}
	.tingle-modal-box {
    	overflow: scroll;
    }	


	.layer {
  		height: 28vh !important;
  		/*height: 31vh !important;*/
  		background: linear-gradient(0deg, #fff 6%, rgba(255,255,255,0) 100%) !important;
	}	

	.photo-box {
		background-position: top !important;
	}

	.job-listing.card {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: rgba(0,0,0,0.02) !important;
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 1px solid #f7f7f7;
		border-radius: 6px;
		padding-left: 14px;
		padding-right: 14px;
		margin-bottom: 15px;
	}

	.job-listing.card h3 i {
		font-size: 18px !important;
	}

	.job-listing.card2 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: #FFF !important;
		/*background: #f7f7f7 !important;*/
		/*background: rgba(0,0,0,0.02) !important;*/
		/*box-shadow: 4px 4px rgba(0,0,0,0.02);*/
		border: 1px solid #ddd;
		border-radius: 0px;
		padding-left: 14px;
		padding-right: 14px;
		border-bottom: none;
		margin-bottom: 0;
	}

	.job-listing.card2 h3 i {
		font-size: 18px !important;
	}

	li:first-child .job-listing.card2 {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	li:last-child .job-listing.card2 {
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.cards li {
		border-bottom: 0px !important;
  		/*box-shadow: 2px 2px rgba(0,0,0,0.05) !important;*/
	}

	.button.small {
		padding-left: 8px;
		padding-right: 8px;
	}


	#wrapper {
		/*padding-top: 60px;*/
		padding-bottom: 0px;
	}


	.tingle-modal.modal-assinatura {
		padding: 0px !important;
	} 

	.modal-assinatura canvas {
		min-height: 250px !important;
	}	

	.height-auto-mobile {
		height: auto !important;
		min-height: auto !important;
	}		
}

/* tablets */

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (orientation : portrait) and (max-width: 1024px) {

	.agendamentos .dashboard-box-list>li {
	    width: calc(100% / 3);
	}

	.swiper-slide .photo-box {
		height: 20vh;
	}

	.banner-headline h3 {
		font-size: 26px;
	    line-height: 42px;		
	}

	.intro-banner-search-form .intro-search-field.with-label:first-child {
		/*margin-top: 50px;*/
	}

	.intro-search-field {
		padding-left: 0px;
	}

	.intro-search-button button {
		/*margin-top: 77px !important;*/
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 80px;
	}	

	#wrapper {
	    padding-bottom: 0px;
	}	

	.modal-image-preview .tingle-modal__closeIcon {
		color: #fff;
	}	

	#titlebar h2 {
		margin-top: 50px;
	}

	.header-image .img {	
		height: 150px;
		width: 150px;
	}

	.single-page-header .salary-box {
		float: initial !important;
	}

	.single-page-section {
		padding-bottom: 20px;
	}

	.header-image.full .img {
		width: 100%;
		height: 50vh;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.single-page-header {
		margin-bottom: 20px;
	}

	.job-overview .job-overview-headline {	
		padding: 20px 20px !important;
	}	

	.single-page-header .single-page-header-inner {
	    min-height: 22vh;
	    padding-bottom: 20px;
	}

	.single-page-header.full .left-side {
		display: block;
		width: 100%;
		padding: 0px;
	}

	.single-page-header.full .right-side {
		display: block;
		width: 100%;
	}

	.single-page-header.full .single-page-header-inner {				
		display: block !important;
	}

	.modal-add-cart .tingle-modal__closeIcon {
		color: #fff;
	}

	.header-image .img {
		background-size: auto 100%;
	}	

	/* ARRUMAR PRA IPAD PRO LG */
	#wrapper {
		padding-top: 60px;
	}
	
	/**/
	.modal-assinatura .tingle-modal-box {
		width: 100% !important;
		height: 100%;
		margin: 0px;
		display: flex;
	  	justify-content: center;
	  	align-items: center;  
	  	overflow-x: hidden !important;
	}
	.modal-assinatura .tingle-modal-box__content {
		width: 100% !important;
	}
	.modal-assinatura {
		padding: 0px !important;
	}

	.job-listing.card2 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: #FFF !important;
		/*background: #f7f7f7 !important;*/
		/*background: rgba(0,0,0,0.02) !important;*/
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 2px solid #ddd;
		border-radius: 0px;
		padding-left: 14px;
		padding-right: 14px;
		border-bottom: none;
		margin-bottom: 0;
	}

	li:last-child .job-listing.card2 {
    	margin-bottom: 15px;
    }
}

@media only screen and (min-width : 768px) and (orientation : landscape) and (max-width: 1024px) {

	.dashboard-content-inner {
		overflow-y: scroll !important;
		min-height: 1% !important;
		height: 100vh !important;
	}

	.intro-search-field {
		padding-left: 0px;
	}

	.swiper-slide .photo-box {
		height: 35vh;
	}

	#wrapper {
	    padding-bottom: 0px;
	}	

	.banner-headline h3 {
		font-size: 26px;
	    line-height: 42px;		
	}

	.modal-image-preview .tingle-modal__closeIcon {
		color: #fff;
	}

	#titlebar h2 {
		margin-top: 50px;
	}	

	.single-page-section {
		padding-bottom: 30px;
	}

	.single-page-header:not(.full) .single-page-header-inner {
	    min-height: 30vh;
	}		

	.job-overview .job-overview-headline {	
		padding: 20px 20px !important;
	}
	.modal-add-cart .tingle-modal__closeIcon {
		color: #fff;
	}	

	/**/
	.modal-assinatura .tingle-modal-box {
		width: 100% !important;
		height: 100%;
		margin: 0px;
		display: flex;
	  	justify-content: center;
	  	align-items: center;  
	  	overflow-x: hidden !important;
	}
	.modal-assinatura .tingle-modal-box__content {
		width: 100% !important;
	}
	.modal-assinatura {
		padding: 0px !important;
	}
	/*.modal-assinatura canvas {
		min-height: 400px !important;
	}*/
	/**/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	

}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

	#wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

	/**/
	.modal-assinatura .tingle-modal-box {
		width: 100% !important;
		height: 100%;
		margin: 0px;
		display: flex;
	  	justify-content: center;
	  	align-items: center;  
	  	overflow-x: hidden !important;
	}
	.modal-assinatura .tingle-modal-box__content {
		width: 100% !important;
	}
	.modal-assinatura {
		padding: 0px !important;
	}
	.modal-assinatura canvas {
		min-height: 400px !important;
	}
	/**/

}

/*@media (min-width: 1024px) and (max-width: 1600px){*/
@media (min-width: 1024px) and (max-width: 4000px){

	.modal-agendar .page-text {
	    font-size: 20px !important;
	    text-align: left !important;
	}

	.modal-agendar .header-image {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

/*	.modal-agendar button.green {
		padding: 30px;
		font-size: 26px;
	}

	.modal-agendar button.green i {
		font-size: 26px;
	}
*/
	.header-image-gradient {
	    background-image: url(static/images/img3.jpg);
	    margin-top: -50px !important;
	    margin-left: -50px !important;
	    margin-right: -50px !important;		
	}

	.page-profissionais .header-image {
		height: 30vh !important;
	}

	.dashboard-box-list {
		display: flex;
		flex-direction: column;
	}

	.layer-gradient {
		background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,1)) !important;
	}

	.job-listing {
	    /*padding-left: 0px !important;*/
	    /*padding-right: 0px;		*/
	}

	.tingle-modal {
		width: 100% !important;
	    padding-top: 4vh !important;
	    padding-bottom: 4vh !important;		
	}

	.tingle-modal .header-image {
		background-size: auto 100% !important;
		padding: 20px;
		background-color: #ddd;
		background-repeat: no-repeat;
	}

	.job-listing.card {
		margin-right: 5px;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: rgba(0,0,0,0.02) !important;
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 2px solid #ddd;
		border-radius: 20px;
		padding-left: 14px;
		padding-right: 14px;
		margin-bottom: 15px !important;
	}

	.job-listing.card h3 i {
		font-size: 18px !important;
	}

	.dashboard-box.cards .job-listing {
		/*height: 100%;*/
	}

	ul.dashboard-box-list>li {
		border-bottom: 0px !important;
	}

	.page-profissionais .job-listing.card {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.page-agendamentos ul.dashboard-box-list>li {
		padding: 0px;
	}

	.logo-inicio {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 200px !important;
	}


	.job-listing.card2 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: #FFF !important;
		/*background: #f7f7f7 !important;*/
		/*background: rgba(0,0,0,0.02) !important;*/
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 2px solid #ddd;
		border-radius: 0px;
		padding-left: 14px;
		padding-right: 14px;
		border-bottom: none;
		margin-bottom: 0;
	}

	.job-listing.card2 h3 i {
		font-size: 18px !important;
	}

	li:first-child .job-listing.card2 {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	li:last-child .job-listing.card2 {
		margin-bottom: 15px;
		border-bottom: 2px solid #ddd;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.cards li {
		border-bottom: 0px !important;
		padding: 0px !important;
  		/*box-shadow: 2px 2px rgba(0,0,0,0.05) !important;*/
	}

	.page-dashboard ul.dashboard-box-list>li {
		padding: 0px !important;
	}	

	.current-page-cadastro {
		background-size: cover !important;
	}


	.page-cadastro .dashboard-box {
		background: #fff !important;
		border-radius: 6px;
		border: 1px solid #ddd;
	} 

	.page-paciente h4 {
		/*font-size: 30px;*/
		font-size: 1.5em;
	}

	h5.block-title {	
		font-size: 16px !important;
		margin-top: 20px;
	}

	.menu-dropdown {
		margin-top: 15px;
	}

	.agendamentos .dashboard-box-list {
	    flex-direction: row;
	    flex-wrap: wrap;		
	}
	.agendamentos .dashboard-box-list>li .job-listing {
		height: 100% !important;
	}
	.agendamentos .dashboard-box-list>li {
		width: calc(100% / 4) !important;
	}
	.agendamentos ul li .job-listing.card2 {
		border-radius: 0px !important;
		border-right: 0px !important;
	}
	.agendamentos ul li:last-child .job-listing.card2 {
		border-bottom: 0px !important;
		border-radius: 0px !important;
	}

	.agendamentos ul.dashboard-box-list {
		border-bottom: 2px solid rgba(29, 157, 217, 0.4);
		background: #fff;
		border-right: 2px solid rgba(29, 157, 217, 0.4);
	}

	.agendamentos .dashboard-box-list>li {
	    width: calc(100% / 4);
	}

	.page-posts .dashboard-box.cards .job-listing {
	    flex-direction: column;
	    width: 39%;
	}

	.page-posts .dashboard-box-list {
	    align-content: stretch;
	    flex-direction: row;
	    width: 100%;
	    flex-wrap: wrap;	
	}	

	.page-dashboard h5.block-title {
		margin-top: 0px !important;
	}

	.chart {
		width: 100% !important;
	}
}