/*  per POP UP!  */

	#advice_divo {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		text-align: center;
		background-color: rgba(0,0,0,.5);
	}
	#first_divo, #second_divo, #third_divo{
		display: block;
		position: fixed;
		margin-right: -50%;
		background-color: #ffffff;
		/*border: 2px dotted #ff0000;*/
		border: 10px solid #c03;
		z-index: 1150;
		text-align: left;
		padding: 20px;
	}
	#second_divo, #third_divo {
		display: none;
	}
	input.bottone {
		/*position: absolute;
		right: 0px;
		top: 0px;
		border: 0px;
		background-color: #ff0000;
		margin-right: 0px;*/
		color: #c03;
		width: 200px;
		height: 18px;
		font-weight: bold;
		padding: 0;
		cursor: pointer;
		clear: both;
		border: none;
		background-color: transparent;
		text-align: center;
		width: 100%;
	}

/*  optimizer for mobile 375 x 667 (from iphone SE/X and and newer)  */
	@media (min-width: 375px) {
	  #first_divo, #second_divo, #third_divo  { 
		width: 100%;
		left: 0;
		top: 0;
		transform: none;
		overflow:scroll;
		height: 670px;}
	  #first_divo p, #second_divo p, #third_divo p  { 
		  line-height: 1.0rem;
		  font-size: 0.6rem }
	}

/*  optimizer for screen 800 x 600 px  */
	@media (min-width: 800px) { 
	  #first_divo, #second_divo, #third_divo { height: 580px;}
	}
	
/*  optimizer for screen 1920 px con visualizzazione al 150%  */
	@media (min-width: 1152px) {
	  #advice_divo p { 
		font-size: 0.6rem;
        line-height: 1.1rem;
        margin-bottom: 0.5rem;}
	  #first_divo, #second_divo, #third_divo{ 
		width: 1100px;
		height: 410px;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
		overflow: hidden;}
	}
/*  optimizer for screen 1920 px con visualizzazione al 125%  */
	@media (min-width: 1520px) {
	  #advice_divo p { 
		  font-size: 0.8rem; 
		  line-height: 1.3rem; 
		  margin-bottom: 0.7rem;}
	  #first_divo, #second_divo, #third_divo{ 
		width: 1300px;
		height: 545px;}
	}
/*  optimizer for screen 1920 px con visualizzazione al 100%  */
	@media (min-width: 1700px) {
	  #advice_divo p {
		  font-size: 1.0rem; 
		  margin-bottom: 1.5rem; }
	  #first_divo, #second_divo, #third_divo{ 
		  width: 1700px; 
		  height: 680px;}
	}









