	@media screen and (min-width:320px) and (max-width:500px){
			.scrittaCookies{
				color: #2e7da5;
    			font-weight: bold;
    			font-size:20px;
			}
		}
		
		
		
		@media screen and (min-width: 300px) and (max-width:450px) {
			.divCookie{
				background-color: rgb(255, 255, 255);
			    color: rgb(99, 99, 99);
			    font-family: inherit;
			    bottom: 0px;
			    position: fixed !important;
			    display: block !important;
			    font-size: 12pt;
			    margin: 0 auto;
			    padding: 13px 10px;
			    text-align: center;
			    width: 100% !important;
		        right: 0;
			    font-weight: 300;	
			}
		 }
		
		@media screen and (min-width: 451px) and (max-width: 767px) {
			.divCookie{
				background-color: rgb(255, 255, 255);
			    color: rgb(99, 99, 99);
			    font-family: inherit;
			    bottom: 0px;
			    position: fixed !important;
			    display: block !important;
			    font-size: 12pt;
			    margin: 0 auto;
			    padding: 13px 10px;
			    text-align: center;
			    width: 65% !important;
		        right: 0;
			    font-weight: 300;	
			}
		 }

		
		@media screen and (min-width: 768px) and (max-width:991px) { 
			.divCookie{
				background-color: rgb(255, 255, 255);
			    color: rgb(99, 99, 99);
			    font-family: inherit;
			    bottom: 0px;
			    position: fixed !important;
			    display: block !important;
			    font-size: 12pt;
			    margin: 0 auto;
			    padding: 13px 10px;
			    text-align: center;
			    width: 45% !important;
		        right: 0;
			    font-weight: 300;	
			}
		}

		
		@media screen and (min-width: 992px) {
			.divCookie{
				background-color: rgb(255, 255, 255);
			    color: rgb(99, 99, 99);
			    font-family: inherit;
			    bottom: 0px;
			    position: fixed !important;
			    display: block !important;
			    font-size: 12pt;
			    margin: 0 auto;
			    padding: 13px 10px;
			    text-align: center;
			    width: 30% !important;
		        right: 0;
			    font-weight: 300;	
			}
		}

		
		
		
		

		

		.divCookie{
			background-color: rgb(255, 255, 255);
		    color: rgb(99, 99, 99);
		    font-family: inherit;
		    bottom: 0px;
		    position: fixed !important;
		    display: block !important;
		    font-size: 12pt;
		    margin: 0 auto;
		    padding: 13px 10px;
		    text-align: center;
		    width: 30%;
	        right: 0;
		    font-weight: 300;	
		    z-index: 2;
		}
		
				
		.posizionamentoImg{
	  	    position: relative;
		 	left: 10px;
		}
		
		
		.linkLeggi:hover{
			color: rgb(255, 255, 255);
		}
		.accetta:hover{
			color: rgb(255, 255, 255);
		}
		
		.linkLeggi{
			display: inline-block;
		    text-decoration: underline;
		    border-radius: 4px;
		    margin: 2px;
		    font-weight: 500;
		}
		
		.accetta{
			display: inline-block;
		    border-radius: 4px;
		    margin: 2px;
		    font-weight: 500;
		    cursor: pointer;
		}
		
		.scrittaCookies{
			color: #2e7da5;
    		font-weight: bold;
    		margin:0;
    		font-size:10px;
		}
		
		
		.scrittaProspettoCookies{
			color: #2e7da5;
    		font-weight: bold;
    		margin:0;
		}
		
		.scrittaInfoCookie{
			font-weight: bold;
			font-size:13px;
		}

		.rowRigaBlu{
			height:2px;
			background-color:rgb(47, 175, 241);
			margin:0!important;
		}

