/* Mobile First */

/*
 @media screen and (orientation:portrait) { … }
 @media screen and (orientation:landscape) { … }
 @media screen and (max-width: 600px) { … }
 @media screen and (min-width: 800px) { … }
 
Sfondo (più scuro):  #f7f3ed
Sfondo (più chiaro): #e8ddd0
Color oro:           #d4af37
Testo:               #1a1410
Testo sfumato:       #5a5d62
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	background-color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-size: 1em;
	margin: 0;
}

main {
	margin-top: 150px;
	padding: 0 2em;
	line-height: 1.4;
}

.testo_sezione {
	font-size: 1.1em;
	color: #505050;
}

.testo_sezione_piccolo {
	font-size: 0.9em;
}

.testo_chiaro {
	color: white;
}

.testo_oro {
	color: #c49f30;
}

.testo_grigio {
	color: #505050;
}

h4.header_of_list {
	margin-bottom: 0;
}

div.flexwrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

section#s01, section#s03, section#s05 {
	background-color: #e8ddd0;
	padding: 1em;
}

section#s06 {
	background-color: #f7f3ed;
	padding: 2em;
	border-top: 1px solid #c49f30;
}

section#s05 {
	padding-bottom:2em;
}

section#s06 {
	padding-bottom:4em;
}

section#s02, section#s03, section#s04 {
	margin: 2em auto 3em auto;
	
}

#inner01 {
	justify-content: center;
	padding: 1em 0;
	gap: 2em;
	margin: 1em 1em 0 1em;
}
	
section#s03 > div.flexwrapper {
	flex-direction: column-reverse;
	gap: 2em;
	padding-bottom: 1em;
}

section#s04 > div.flexwrapper {
	gap: 2em;
	padding: 1em 0 2em 0;
}

section#s05 > div.flexwrapper {
	gap: 2em;
}

#s01 img, #s03 img {
	max-width: 350px;
	width: 96%
}

#s03 img {
	border-radius: 10px;
}

section#s02 div.wrapper {
	width: 100%;
}

section#s04 > div.flexwrapper {
	align-items: stretch;
}

section#s04 div.wrapper,
section#s05 div.wrapper,
section#s06 div.wrapper {
	width: 100%;
	text-align: center;
}

section#s06 hr {
	color: #eeeeee;
	margin: 2em 0;
}

div.box2 {
	width: 100%;
	
}


/**********************

 **********************/
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	
	div.flexwrapper {
		flex-direction: row;
		align-content: center;
		margin: 0 auto;
	}
	
	section#s01, section#s03 {		
		border-bottom: 1px solid #d8cdc0;
	}
	
	section#s01 > div.flexwrapper,
	section#s03 > div.flexwrapper {
		max-width: 66%;
		justify-content: space-around;
		
	}
	
	#inner01 { 
		justify-content: space-between;
		gap: 1.5em;
		padding-top: 1.5em;
		margin: 0;
	}
	
	section#s02 {
		width: 100%;
	}
	
	section#s02 div.wrapper,
	section#s04 div.wrapper,
	section#s06 div.wrapper {
		width: 80%;
		max-width: 800px;
		margin: auto;
	}
	
	section#s06 div.wrapper {
		text-align: center;
	}
	
	section#s06 div.wrapper > div.innerwrapper {
		text-align: left;
		width: 80%;
		margin: auto;
	}
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
