	

	#Footer p {
		margin: 0;
		padding: 0;
	}

	#Footer {
		border-top: 1rem solid #cce4e5;
		display: grid;
	    grid-template-columns: 1fr;
	    grid-template-rows: 4rem 15rem 6rem;
	    width: 100%;
	}

	#Footer #Row1, #Footer #Row2, #Footer #Row3 {
		align-items: center;
		max-width: 88.222rem;
	    width: 85%;
	    margin: auto;
	    display: flex;
		justify-content: space-between;
	}

	#Footer #Row2 {
		margin-top: 3rem;
	}

	#Footer #Row1 #Newsletter {
		position: relative;
		width: 16rem;
		display: flex;
	    align-items: center;
	    flex-wrap: nowrap;
	    justify-content: space-between
	}

	#Footer #Row1 #Newsletter p {
		font-weight: 700;
	}

	#Footer #Row1 #Newsletter a {
		cursor: pointer;
		font-weight: 550;
		border: 1px solid #000;
        font-size: 0.8rem;
        font-family: "Montserrat", sans-serif;
        overflow: hidden;
        display: inline-block;
        border-radius: 2px;
        padding: 0.3rem 0rem;
        color: black !important;
        min-width: 8rem;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
	}

	#Footer #Row1 #Social {
		width: 20rem;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}

	#Footer	#Row1 #Social p {
		font-weight: 550;

	}

	#Footer	#Row1 #Social a:first-of-type {
		width: 0.6rem;
	}

	#Footer	#Row1 #Social a {
		width: 0.9rem;
	}

	#Footer	#Row1 #Social a:nth-child(3) {
		width: 1rem;
	}

	#Footer	#Row1 #Social a:nth-child(4) {
		width: 1.2rem;
	}

	#Footer #Row1 #Social a:nth-child(5) {
		width: 1.1rem;
	}

	#Footer #SfondoVerde {
	    background: #cce4e5;
	}

	#Footer #Row2 #Info, #Footer #Row2 #Sale {
		width: 20rem;
	}

	#Footer #Row2 #Sale a, #Footer #Row2 #Contatti a {
		text-decoration: none;
	}

	#Footer #Row2 #Contatti {
		width: 22rem;
	}

	#Footer #Row2 #Contatti {
		font-weight: 600;
			line-height: 2rem;
	}

	#Footer #Row2 #Contatti a {
		position: relative;
	}

	#Footer #Row2 #Contatti a img {
		position: absolute;
		left: -1.8rem;
		bottom: 0.1rem;
		width: 1.2rem;
		padding-right: 1rem;
	}

	#Footer #Row2 #Info p {
		color: #000000;
	}

	#Footer #Row2 #Info p:nth-child(3), #Footer #Row2 #Info p:nth-child(5) {
		padding-bottom: 1rem;
	}

	#Footer #Row2 #Info p:nth-child(6) {
		font-weight: 550;
	}

	#Footer #Row2 #Sale {
		font-weight: 600;
	}

	#Footer #Row2 #Sale p:first-of-type{
		padding-bottom: 1rem;
	}

	#Footer #Row3 #Sponsor {
		width: 100%;
		height: 3rem;
		display: grid;
    	grid-template-columns: 10rem 10rem 10rem 10rem 10rem;
    	justify-content: space-between
	}

	#Footer #Row3 #Sponsor img:nth-child(1) {
		width: 7rem;
	}

	#Footer #Row3 #Sponsor img:nth-child(2) {
		width: 4.5rem;
	}

	#Footer #Row3 #Sponsor img:nth-child(3) {
		width: 3.2rem;
	}

	#Footer #Row3 #Sponsor img:nth-child(4) {
		width: 7rem;
	}

	#Footer #Row3 #Sponsor img:nth-child(5) {
		width: 4.3rem;
	}

	#Policy a {
		text-decoration: none;
	}





/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
		    display: block;
		}

		#Footer #Row1 {
			margin-top: 1rem;
			flex-direction: column;
		}

		#Footer #Row2 {
			margin-top: 0;
		}

		#Footer #Row1 #Newsletter {
			flex-direction: column
		}

		#Footer #Row1 #Newsletter p {
			font-size: 1.5rem;
			margin-bottom: 1rem;
		}

		#Footer #Row1 #Social {
			margin: 2rem 0 1rem 0rem;
			width: 16rem;
		}

		#Footer #Row1 #Social p {
			display: none;
		}

		#Footer #SfondoVerde #Row2 {
			flex-direction: column
		}

		#Footer #Row2 #Sale,
		#Footer #Row2 #Info {
			margin: 1.5rem 0;
			width: 100%;
		}

		#Footer #Row2 #Contatti {
			margin-left: 0.5rem;
			width: auto;
    		font-size: 0.8rem;
		}

		#Footer #Row3 {
			height: 10rem;
			display: block;
		}

		#Footer #Row3 #Sponsor {
			margin: 2rem 0;
			height: 6rem;
    		display: flex;
    		flex-wrap: wrap;
    		row-gap: 2rem;
			justify-content: space-around;
		}

		#Footer #Row3 #Sponsor img:nth-child(1) {
			height: 2.7rem;
		}

		#Footer #Row3 #Sponsor img:nth-child(2) {
			height: 3rem;
        	width: 5rem;
		}

		#Footer #Row3 #Sponsor img:nth-child(3) {
			width: 3rem;
        	height: 3rem;
		}

		#Footer #Row3 #Sponsor img:nth-child(4) {
			height: 3rem;
		}

		#Footer #Row3 #Sponsor img:nth-child(5) {
			width: 4.7rem;
			height: 2.7rem;
		}

		
	}

	


