@charset "UTF-8";




        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #000;
            padding: 10px;
            text-align: center;
			font-size: 16px;
        }
        th {
            background-color: #0E163D;
			color: white;
            font-weight: bold;
        }
        caption {
            font-weight: bold;
            font-size: 1.2em;
            margin-bottom: 10px;
        }
        .note {
            margin-top: 10px;
            font-style: italic;
            font-weight: bold;
        }


strong, h2 {
	font-weight: bold !important;
}

/*
input[type=text], input[type=email], input[type=number], input[type=password] {
	position:absolute;
	left: 200px;
	width: 180px;
}
*/
.testo_input {
	display: inline-block;
	width: 200px;
}












body, html {
	padding: 0px;
	margin: 0px;
}
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	font-family: 'Open Sans'; 
	font-weight: normal; 
	font-style: normal;
	font-size: 18px;
}
a {
  white-space: nowrap;
	text-decoration: none;
	color: inherit;
}
/*
#nome-pagina {
    color: #0E163D;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
}
*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}
foglio di stile dello user agent
div {
    display: block;
    unicode-bidi: isolate;
}
#body {
    margin-top: 20px;
    width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    text-align: justify;
    line-height: 36px;
}

#img-top {
	width: 100%;
}
#body {
	margin-top: 20px;
	width: 1200px;
	margin-left: calc((100% - 1200px) / 2);
	text-align: justify;
	line-height: 36px;
}
#telefonaescrivi {
	height: 60px;
	text-align: center;
}

.telefonaescrivi {
    display: inline-flex;
    align-items: center;
    height: 40px;
    /* float: left; */
    margin: 0px 30px 0px 0px;
}

.bold {
	font-weight: bold;
}
.titolo {
    font-weight: bold;
    font-size: 24px;
    color: white;
    /* border-bottom: 3px solid #0E163D; */
    background-color: #0E163D;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
}
#pie {
	padding: 20px;
	/* border-top: 3px solid #0E163D; */
	background-color: #0E163D;
	color: white;
	text-align: center;
}
.ingabbiata_sx, .ingabbiata_dx {
    padding: 8px;
    background-color: white;
    border: 1px solid gray;
	width: 600px;
	border-radius: 10px;
}
.ingabbiata_sx {
    float: left;
    margin: 10px 20px 0px 0px;
}

.ingabbiata_dx {
    float: right;
    margin: 10px 0px 0px 20px;
}

#marchio {
	display: block;
}

#marchio-600 {
	display: none;
}


/* Disabilita la formattazione automatica dei numeri di telefono su Safari e Chrome */
a[href^="tel"], a[href^="sms"] {
  color: inherit; /* Mantiene il colore del testo */
  text-decoration: none; /* Rimuove la sottolineatura */
}

html {
  -webkit-touch-callout: none; /* Disabilita i numeri di telefono cliccabili su iOS */
}

meta[name="format-detection"] {
  content: "telephone=no"; /* Disabilita il rilevamento dei numeri di telefono su iOS */
}


#RP {
    text-decoration: none;
    font-size: 9px;
    color: #AAA;
    position: absolute;
    right: 7px;
    margin-top: 5px;
    line-height: 10px;
}

.foto {
	width: calc(30% - 4px);
	margin-right: 5%;
	padding: 8px;
    background-color: white;
    border: 1px solid gray;
	border-radius: 10px;
	margin-top: 20px;
	cursor: pointer;
}

.ultima {
	margin-right: 0px;
}
#zoom {
	width: 100px;
	height: 100px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 8px;
    background-color: white;
    border: 1px solid gray;
	border-radius: 10px;
	cursor: pointer;
	display: none;
}

#bg_zoom {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.75;
	cursor: pointer;
	display: none;
}

.voce_menu {
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #0E163D;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}


@media only screen and (max-width: 1199px) {    

	#body {
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	
}

@media only screen and (max-width: 899px) {    

	.ingabbiata_sx, .ingabbiata_dx {
		width: 100%;
		float: none;
		margin: 10px 0px 0px 0px;
	}
	
}

@media only screen and (max-width: 699px) {

	#telefonaescrivi {
		height: 115px;
	}
	.telefonaescrivi {
		height: 50px;
	}
	
}

.centradiv {
	width: 100%; 
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
	#marchio {
		display: none;
	}

	#marchio-600 {
		display: block;
		width: 100%;
	}
	
	/*
	.foto {
		width: 100%;
		margin-right: 0px;
		padding: 8px;
	}
	*/
	
	
	
/*
	.voce_menu {
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 8px;
}
*/
}

@media only screen and (max-width: 419px) {
	#telefonaescrivi div {
		font-size: 14px;
	}
}
