@media (max-width: 768px) {

    body .p-dialog{
        width: 95vw !important;
        height: 100vh;
    }

    body .p-datatable.p-datatable-responsive table{
        width: 100%;
    }
    
    body .logout-dialog{
    	width: 90% !important;
    }
    
    .rl-client-logo{
    	text-align: center;
    }
    
    .cardUser {
    	width: 100% !important;
    	margin-top: 10px;
    }

  	.rl-topnav .rl-topnav-item:not(:first-child) {display: none;}
  	.rl-topnav .rl-topnav-item.icon {
	    float: right;
	    display: block;
  	}
  	
  	.rl-topnav {
  		position: fixed;
  		top: 0;
  		width: 100%;
  		box-shadow: 0px 0px 5px 1px black;
  	}
  	
  	#titulo{
  		margin-top: 60px;
  	}

  	.rl-topnav.responsive {
  		max-width: 100%;
  	}
  	
  	.rl-topnav.responsive .icon {
	    position: absolute;
	    right: 0;
	    top: 0;
  	}
  	
  	.rl-topnav.responsive .rl-topnav-item {
	    float: none;
	    display: block;
	    text-align: left;
  	}
  	
  	.rl-topnav .rl-cart-icon{
  		right: 50px;
  		position: absolute;
  	}
  	
  	.rl-topnav a:not(:first-child), .rl-dropdown .dropbtn {
	    display: none;
	}
  	
  	.rl-topnav.responsive a {
	    float: none;
	    display: block;
	    text-align: left;
	}
	.rl-topnav.responsive .rl-dropdown {float: none;}
	.rl-topnav.responsive .rl-dropdown-content {
		position: relative;
		max-height: 500px;
		overflow-y: auto;
	}
	.rl-topnav.responsive .rl-dropdown .dropbtn {
	    display: block;
	    width: 100%;
	    text-align: left;
	}
	
	.rl-product-image-container, .rl-product-info-container{
		width: 100%;
	}
	
	.rl-product-groups{
		padding: 0;
	}
	
	.rl-product-code{
		font-size: 30px;
	}
	
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden){
		text-align: left !important;
	}
	
	.cardUser .user .ui-autocomplete, .cardUser .user .ui-autocomplete-input{
		width: 100%;
	}
}