*{
	    margin: 0;
    padding: 0;
    Font-family: system-ui, sans-serif;
	}
	
	body{
	    background:#f7f7f7;
	}
	
a{
	    text-decoration:none;
	    color: #00bcd4;
	}
	
	li{
	    list-style:none;
	}
	
	
h1{
	    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
      color: #24292e;
    border: 1px solid #24292e;
    font-size: 14px;
    border-bottom: 3px solid #24292e;
}


header{
	text-align: right;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0px;
     box-shadow: 0px 1px 4px 1px #e9e9e9;

}


header nav{
	    max-width: 1080px;
    margin: auto;
}


	h3, h2{
	    text-align:center;
	    margin:10px 0px;
	        color: #24292e;
	    font-size:25px;
	    font-weight:500;
	}
	
	
header nav a{
	display: inline-block;
    margin: 8px;
    font-size: 14px;
       color: #24292e;
    font-weight: 500;
}

header nav a:hover{
    color: #415660;
}


header nav ul li{
	display: inline-block;
}


.h1{
	display: inline-block;
    margin: 0px auto 0px 0px;
    text-align: left;
    width: 50%;

}

.h1 span{
	font-size: 17px;
    color: #24292e;
    font-weight: 600;
    margin-left: 10px;
}


.menu{
	display: inline-block;
    width: 48%;
    margin: 0px 0px 0px auto;
    text-align: right;
}

	
	

	section{
	        width:100%;
    margin: auto;
    text-align:center;
    max-width: 1080px;
	}
	
	
	
	
	div.ultimo{
	        padding: 42px 2px;
    background: white;
    border-top: 1px solid #e9e9e9;
     box-shadow: 0px 2px 6px 4px #e9e9e9;
	}
	
 section ul li{
     display:block;
     margin:0px 0px;
         
	    
	}
	
	.limg{
	    border: 1px solid #e9e9e9;
    margin-bottom: 60px;
    background: white;
    padding: 20px 2px;
	    
	}
	    section img{
	        width:98%;
	        
	        margin: 0px 0px 10px 0px;
	        max-width:780px;
	    }
	    
	    
	    .ultimo a{
	        color: #2196f3;
	    }
	    
	     @media only screen and (max-width: 480px) {
	    section img{
	        max-width: 98%;
    height: auto;
	    }
	    

	         
	         
	         .limg{
	             margin-bottom: 90px;
	         }
	         
	         
	              
     header nav a{
	                 margin: 8px 2px;
    font-size: 11px;
    display:inline;
    
	         }
	         
	         .menu{
	             width: 63%;
	         }
	         
	         
	         .h1{
	             width: 34%;
	         }
	            .h1 span{
	             margin-left:5px;
	         }
	         
	         
	     }
	     
	 
/********************/
footer{
    color: #595f64;
    font-size: 12px;
    clear: both;
    bottom: 0;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    padding: 10px 0px 10px 10px;
    text-align:center;
  
}


footer p {
    font-size: 12px;
    max-width: 1080px;
    margin: 5px auto;
        
    }


    .footer{
    	max-width: 1080px;
    	margin: auto;
    }
    
	     
	       footer .f12{
	        font-size:12px;
	    }
	    
	    .ultimo h2{
	        font-size:15px;
	    }