/* style.css */

body {
	font-family: 'Poppins', sans-serif;
	position: relative;
  	min-height: 100vh;
}

.box {
	max-width: 1200px;
	margin: auto;
}


/* PRIMA COLONNA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.img-sfondo-titolo {
	height: 250px;
    position: absolute;
    left: -100px;
}

.img-titolo {
	height:130px;
	position: absolute;
	top: 30px;
}

.position-img-text {
	max-width: 500px;
    margin: auto;
    padding-top: 40px;
}

.maintenance {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1.9px;
	margin-bottom: 15px;
	margin-top: 290px;
}

.title {
	color: #ff6529;
	font-size: 60px; 
	line-height: 70px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

.text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1.6px;
	margin-bottom: 40px;
}

.text-list {
	font-size: 14px;
	line-height: 20px;
}

/* PRIMA COLONNA <<< */


/* SECONDA COLONNA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.img {
	margin-top: 50px;
	background-image: url(/img/terme-sfondo-bambina.png);
    background-size: contain;
    background-repeat: no-repeat;
	height: 550px;
	margin-bottom: 80px;
}

.box-info {
	max-width: 400px;
    margin: auto;
	font-size: 16px;
	line-height: 22px;
}

.box-info span {
	font-size: 26px;
	line-height: 30px;
}

.color-terme {
	color: #ff6529;
}

.margin-bottom-footer {
	margin-bottom:100px;
}

/* SECONDA COLONNA <<< */



/* FOOTER >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#footer {
	margin-top: 20px;
 	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	position: absolute;
  	bottom: 0;
}

#footer .text-footer {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}
/* FOOTER <<< */


/* BIG SCREEN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

@media (min-width: 769px) { 
	#footer {
		/*position: absolute;*/
    	
	}	
}


/* BIG SCREEN <<< */


/* SMALL SCREEN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

@media (max-width: 1025px) { 
	.box {
		max-width: none;
		padding-left: 20px;
		padding-right: 20px;
	}	
}

@media (max-width: 769px) { 
	.img {
		margin-top: 100px;
	}	
}

@media (max-width: 500px) { 
	.img {
		margin-top: 30px;
		margin-bottom: 50px;
		height:300px;
	}	
	.maintenance {
		font-size: 16px;
		line-height: 22px;
	}
	.title {
		font-size: 40px;
		line-height: 60px;
		letter-spacing: 3px;
	}
	.text {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.text-list,
	.box-info {
    	font-size: 14px;
    	line-height: 18px;
	}
	.text-list {
    	font-size: 12px;
    	line-height: 18px;
	}
	.margin-bottom-footer {
		margin-bottom: 0;
	}
	#footer .text-footer {
		font-size: 10px;
		line-height: 14px;
	}
}

/* SMALL SCREEN <<< */


