@media only screen and (min-width: 1616px) {

#vedi-ph
{
display:none;
}

.mobile-only {
display: none !important;
}


.content {
min-height: calc(100vh - 100px);
z-index:1;
}

img.logo
{
display:block;
margin:auto;
width: 300px;
}

img.coppa
{
display:block;
margin:auto;
width: 70px;
}


#pagina
{
position:relative;
z-index:20;
width: 1616px;
margin:auto;
}


.hero {
width: 100%;
aspect-ratio: 2880 / 834;
background-image: url('../images/img-home.jpg');
background-size: cover;
background-position: center;
display: flex;
align-items: center;      /* centra verticalmente */
justify-content: center;  /* centra orizzontalmente */
}

.fascia {
width: 100%;
height:225px;
background-color: #E9E1D2;
display: flex;
align-items: center;      /* centra verticalmente */
justify-content: center;  /* centra orizzontalmente */
}


.box33
{
position:relative;
z-index:20;
width: calc(100% - 16px);
margin:auto;
height:150px;
border: 1px solid #cccccc;
border-radius: 10px;
}

.box {
  width: 40px;
  height: 40px;
  background-color: #a08250;
  border-radius: 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-weight: bold;
  font-size: 23px;
  margin-left:30px;
  margin-top:30px;
}


.box100
{
position:relative;
z-index:20;
width: calc(100% - 16px);
margin:auto;
border: 1px solid #a08250;
border-radius: 10px;
padding-top:60px;
padding-bottom:50px;
margin-top:80px;
}


.tabella {display: table;width:100%;position:relative;}
.riga { display:table-row;}

.colonna33 {display: table-cell;vertical-align: top;width:33%;}


.boldo {
font-weight: 700;
}

A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Inter", sans-serif;
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
border:1px solid #1d1d1d;
border-radius: 10px;
font-size: 16px;
font-weight: 400;
text-align: center;
color:#1d1d1d;
padding-top: 12px;
padding-bottom: 12px;
width:280px;
display: block;
}

A.bottone:HOVER { 
background-color: #a08250;
border:1px solid #a08250;
color:#ffffff;
cursor: pointer;
}


.corpo_home1 {
font-size: 30px;
font-weight: 300;
text-align: center;
line-height:1.1;
}


.corpo1 {
font-size: 24px;
font-weight: 700;
text-align: left;
line-height: 1.1;
padding-top:100px;
margin-left:8px;
margin-right:8px;
}

.corpo2 {
font-family: "Inter", sans-serif;
font-size: 16px;
font-weight: 400;
text-align: left;
line-height: 1.1;
margin-top:8px;
margin-left:8px;
margin-right:8px;
}

.corpo3 {
font-size: 24px;
font-weight: 700;
text-align: left;
line-height: 1.1;
padding-top:70px;
margin-left:8px;
margin-right:8px;
}

.corpo4 {
font-family: "Inter", sans-serif;
font-size: 16px;
font-weight: 400;
text-align: left;
line-height: 1.1;
margin-top:8px;
margin-left:8px;
margin-right:8px;
color:#a08250;
}

.corpo5 {
font-family: "Inter", sans-serif;
font-size: 16px;
font-weight: 400;
text-align: left;
line-height: 1.1;
margin-top:8px;
margin-bottom:40px;
margin-left:8px;
margin-right:8px;
}


.corpo_box {
font-family: "Inter", sans-serif;
font-size: 15px;
font-weight: 400;
text-align: left;
line-height: 1.1;
margin-top:30px;
margin-left:30px;
margin-right:30px;
color:#605e5e;
}


.corpo_win1 {
font-size: 27px;
font-weight: 700;
text-align: center;
line-height: 1.1;
margin-top:30px;
margin-bottom:35px;
color:#a08250;
}

.corpo_win2 {
font-family: "Inter", sans-serif;
font-size: 16px;
font-weight: 400;
text-align: center;
line-height: 1.2;
}

.corpo_shop1 {
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 1.1;
margin-top:70px;
}

.corpo_shop2 {
font-size: 32px;
font-weight: 500;
text-align: center;
line-height: 1.1;
margin-top:10px;
margin-bottom:35px;
color:#a08250;
}



.corpo_footer1 {
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1.2;
color:#605e5e;
margin-top:50px;
margin-bottom:8px;
}

.corpo_footer2 {
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1.2;
color:#605e5e;
padding-bottom:100px;
}

.corpo_footer20 {
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:5px;
line-height:1.2;
color:#605e5e;
}

.corpo_footer2 br{
display:none;
}

.corpo_footer20 br{
display:none;
}

.divi {
padding: 0 5px;
}


}