@media only screen and (min-width: 1300px) {

#vedi-ph
{
display:none;
}

.mobile-only {
display: none !important;
}


.content {
min-height: calc(100vh - 100px);
z-index:1;
}


img.logo
{
display:block;
margin:auto;
max-width:100%;
}

img.olimpia
{
display:block;
margin:auto;
width:582px;
}

img.acc
{
display:block;
margin:auto;
width:350px;
padding-top:40px;
}


img.olimpiaph
{
display:none;
}

img.imgwin
{
display:block;
width:485px;
padding-left:35px;
}


header
{
width: 100%;
position:relative;
z-index:999;
height:153px;
background-color: #ffffff; 
}


footer
{
width: 100%;
position:relative;
z-index:20;
height:610px;
background-color: #000000; 
display: flex;
align-items: center;
justify-content: center;
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}


#pagina
{
position:relative;
z-index:20;
width: 1300px;
margin:auto;
}




#box-sco1 {
display:none;
}


#box-sco2 {
display:none;
}




#pos_logo
{
position:absolute;
z-index:50;
top:36px;
width:253px;
left:68px;
}

#pos_menu
{
display:none;
}

#sfondo-top
{
width: 100%;
position:relative;
z-index:20;
height:31vw;
background-image: url('../images/sfondo-top.jpg');
background-position:center bottom;
}

#home
{
width: 100%;
position:relative;
z-index:20;
height:31vw;
background-image: url('../images/img-home.png');
background-position:center bottom;
background-repeat:no-repeat;
background-size:100%;
}

#sfondo
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo.jpg');
background-position:center top;
background-color:#5A8F00;
}

#sfondo-reg
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-reg.jpg');
background-position:center top;
background-color:#00c075;
}


#sfondo-sco
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-sco.jpg');
background-position:center top;
background-color:#ff7f01;
}

#sfondo-nowin
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-nowin.jpg');
background-position:center top;
background-color:#ff4743;
}

#sfondo-win
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-win.jpg');
background-position:center top;
background-color:#febc12;
}



#box1
{
width: 264px;
position:relative;
z-index:20;
height:188px;
background-image: url('../images/box1.png');
background-position:center top;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
}

#box2
{
width: 283px;
position:relative;
z-index:20;
height:188px;
background-image: url('../images/box2.png');
background-position:center top;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
}

#box3
{
width: 428px;
position:relative;
z-index:20;
height:188px;
background-image: url('../images/box3.png');
background-position:center top;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
}

#box4
{
width: 281px;
position:relative;
z-index:20;
height:188px;
background-image: url('../images/box4.png');
background-position:center top;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
}





.rigamed
{
width: 1000px;
border-top: 5px solid #009100;
margin: 0 auto; 
margin-top:80px;
margin-bottom:80px;
}

#box-priv
{
position:relative;
z-index:20;
width:980px;
margin:auto;
padding-bottom:70px;
padding-top:20px;
}

#box-text
{
position:relative;
z-index:20;
width:1000px;
margin:auto;
}

#box-sco-ph
{
position:relative;
z-index:20;
width:90%;
margin:auto;
}


/* wrapper storto: sfondo + bordo */
.box-partecipa-wrap{
width: 1254px;
margin: auto;
background: #fff;
border: 4px solid #0a8f12;
border-radius: 18px;
transform: skewY(-1deg) rotate(-1deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-partecipa{
transform: skewY(1deg) rotate(1deg);    /* annulla la rotazione */
padding-bottom: 40px;
}



/* wrapper storto: sfondo + bordo */
.box-registrati-wrap{
width: 1254px;
margin: auto;
background: #fff;
border: 4px solid #00784d;
border-radius: 18px;
transform: skewY(2deg) rotate(1deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-registrati {
transform: skewY(-2deg) rotate(-1deg);    /* annulla la rotazione */
padding-bottom: 40px;
}


/* wrapper storto: sfondo + bordo */
.box-fine-wrap{
width: 1254px;
margin: auto;
background: #fff;
border: 4px solid #00784d;
border-radius: 18px;
transform: skewY(-2deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-fine{
transform: skewY(2deg);    /* annulla la rotazione */
padding-bottom: 40px;
}


/* wrapper storto: sfondo + bordo */
.box-ok-wrap{
width: 1254px;
margin: auto;
background: #fff;
border: 4px solid #00784d;
border-radius: 18px;
transform: skewY(-2deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-ok{
transform: skewY(2deg);    /* annulla la rotazione */
padding-bottom: 40px;
}


/* wrapper storto: sfondo + bordo */
.box-scontrino-wrap{
width: 1254px;
margin: auto;
background: #fff;
border: 4px solid #c85800;
border-radius: 18px;
transform: skewY(-1.5deg) rotate(-1deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-scontrino{
transform: skewY(1.5deg) rotate(1deg);    /* annulla la rotazione */
padding-bottom: 40px;
}



.ticket-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* allinea tutto in basso */
  width: 1300px; /* opzionale: regolalo come vuoi */
  padding: 35px;

}

.text {
  margin: 0;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 90%; /* evita che vada sotto al logo */
}

.logo-olimpia {
  width: 109px;  /* regola la dimensione */
  height: auto;
}



.tabella {display: table;width:100%;position:relative;}
.tabella00 {display: table;margin:auto;position:relative;}

.tabella0 {
display: block;
width: 100%;
max-width: 1000px; /* limita la larghezza */
margin: 0 auto;
padding: 0em;
border: none; /* rimuove il bordo del fieldset */
box-sizing: border-box;
}


.tabella-menu {float:right;position:relative;margin-right:70px;}
.tabella-box {display: table;width:1256px;position:relative;margin:auto;}





.riga { display:table-row;}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;}
.colonna-menu {display: table-cell;vertical-align: middle;height:153px;}
.colonna-footer {display: table-cell;vertical-align: middle;height:120px;}

.colonna50 {display: table-cell;vertical-align: bottom;width:50%;}

.colonna-win1 {display: table-cell;vertical-align: middle;width:590px;}
.colonna-win2 {display: table-cell;vertical-align: middle;width:710px;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}


A.bottonehome1:LINK, A.bottonehome1:VISITED, A.bottonehome1:ACTIVE { 
font-family: hwt-artz, sans-serif;
background-color: #edd8ef;
margin-left:auto;
margin-right:auto;
margin-top:70px;
margin-bottom:80px;
border:4px solid #8a3cad;
border-radius: 10px;
font-size: 44px;
font-weight: 700;
text-align: center;
color:#8a3cad;
padding-top: 15px;
padding-bottom: 15px;
width:360px;
text-transform: uppercase;
display: block;
}


A.bottonehome1:HOVER { 
background-color: #ffffff;
color:#c85800;
border:4px solid #c85800;
cursor: pointer;
}


A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "lato", sans-serif;
background-color: #009100;
margin-left:auto;
margin-right:auto;
border:5px solid #009100;
border-radius: 10px;
font-size: 40px;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 18px;
padding-bottom: 18px;
padding-right:0px;
padding-left:0px;
width:1000px;
display: block;
}


A.bottone:HOVER { 
background-color: #ffffff;
color:#009100;
cursor: pointer;
}


A.bottone1:LINK, A.bottone1:VISITED, A.bottone1:ACTIVE { 
font-family: "lato", sans-serif;
background-color: #00784d;
margin-left:auto;
margin-right:auto;
border:5px solid #00784d;
border-radius: 10px;
font-size: 40px;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 18px;
padding-bottom: 18px;
padding-right:0px;
padding-left:0px;
width:1000px;
display: block;
}


A.bottone1:HOVER { 
background-color: #ffffff;
color:#00784d;
cursor: pointer;
}


A.bottone2:LINK, A.bottone2:VISITED, A.bottone2:ACTIVE { 
font-family: hwt-artz, sans-serif;
background-color: #ffc8c7;
margin-left:auto;
margin-right:auto;
border:5px solid #b43131;
border-radius: 10px;
font-size: 40px;
font-weight: 700;
text-align: center;
color:#b43131;
padding-top: 18px;
padding-bottom: 18px;
padding-right:0px;
padding-left:0px;
width:415px;
display: block;
margin-left:20px;
margin-right:20px;
margin-top:40px;
}


A.bottone2:HOVER { 
background-color: #ffffff;
cursor: pointer;
}


.bottoneform { 
font-family: "lato", sans-serif;
background-color: #009100;
margin-left:auto;
margin-right:auto;
border:5px solid #009100;
border-radius: 10px;
font-size: 40px;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 18px;
padding-bottom: 18px;
padding-right:0px;
padding-left:0px;
width:1000px;
}


.bottoneform:hover { 
background-color: #ffffff;
color:#009100;
cursor: pointer;
}


.bottoneform1 { 
font-family: "lato", sans-serif;
background-color: #00784d;
margin-left:auto;
margin-right:auto;
border:5px solid #00784d;
border-radius: 10px;
font-size: 40px;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 18px;
padding-bottom: 18px;
padding-right:0px;
padding-left:0px;
width:1000px;
}


.bottoneform1:hover { 
background-color: #ffffff;
color:#00784d;
cursor: pointer;
}


.bottoneform2 { 
font-family: "lato", sans-serif;
background-color: #c85800;
margin-left:auto;
margin-right:auto;
border:5px solid #c85800;
border-radius: 10px;
font-size: 40px;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 18px;
padding-bottom: 18px;
padding-right:0px;
padding-left:0px;
width:1000px;
}


.bottoneform2:hover { 
background-color: #ffffff;
color:#c85800;
cursor: pointer;
}


.boldo {
font-weight: 700;
}

.boldo1 {
font-weight: 800;
}


.titolo {
font-family: hwt-artz, sans-serif;
font-size: 120px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:105px;
margin-bottom:50px;
}

.titolo1 {
font-family: hwt-artz, sans-serif;
font-size: 120px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:105px;
margin-bottom:50px;
}

.titolo2 {
font-family: hwt-artz, sans-serif;
font-size: 120px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:260px;
margin-bottom:50px;
}

.titolo3 {
font-family: hwt-artz, sans-serif;
font-size: 60px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:40px;
margin-bottom:50px;
}


.menu-nav{
  float: right;
  position: relative;
  margin-right: 70px;
}

.menu-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;       /* equivalente vertical-align: middle */
}

.menu-item{
  display: flex;
  align-items: center;
  height: 153px;             /* come .colonna-menu */
}

.men{
  text-decoration: none;
}

.corpo_menu{
  font-family: hwt-artz, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 50px;
  display: block;
}



.corpo_box {
font-family: hwt-artz, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 40px;
text-align: center;
text-transform: uppercase;
color:#ffffff;
}


.corpo_premi1 {
font-family: hwt-artz, sans-serif;
font-size: 120px;
font-weight: 700;
text-align: left;
text-transform: uppercase;
line-height:.9;
margin-left:35px;
}


.corpo_home1 {
font-size: 32px;
font-weight: 400;
text-align: left;
color:#ffffff;
line-height:1;
margin-left:125px;
padding-top:195px;
}


.corpo_ico1 {
font-size: 30px;
color:#ed6c31;
font-weight: 400;
text-align: center;
line-height: 1.1;
margin-top:30px;
margin-bottom:5px;
}

.corpo_ico2 {
font-size: 18px;
color:#501365;
font-weight: 400;
text-align: center;
line-height: 1;
margin-left:55px;
margin-right:55px;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}

.corpo_login1 {
font-size: 45px;
font-weight: 700;
text-align: center;
margin-left:35px;
margin-right:35px;
padding-top:110px;
margin-bottom:30px;
line-height:1;
}

.corpo_login10 {
font-size: 25px;
font-weight: 700;
text-align: center;
margin-left:35px;
margin-right:35px;
padding-top:40px;
margin-bottom:30px;
line-height:1;
}


.corpo_login2 {
font-family: hwt-artz, sans-serif;
font-size: 71px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:0px;
margin-bottom:30px;
line-height:1;
color:#5A8F00;
}

.corpo_login3 {
font-size: 45px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:0px;
margin-bottom:70px;
line-height:1;
}

.corpo_fine1 {
font-size: 45px;
font-weight: 700;
text-align: left;
padding-top:140px;
margin-bottom:40px;
line-height:1.1;
}

.corpo_form {
font-size: 40px;
font-weight: 400;
text-align: left;
margin-left:15px;
margin-right:15px;
line-height:1;
color:#929292;
}

.corpo_form1 {
font-size: 40px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
line-height:1;
}

.corpo_form10 {
font-size: 30px;
font-weight: 400;
text-align: center;
margin-left:105px;
margin-right:105px;
margin-top:30px;
line-height:1;
}

.corpo_form11 {
font-size: 30px;
font-weight: 400;
text-align: left;
margin-left:25px;
margin-right:25px;
margin-top:-30px;
line-height:1;
}

A.link-password {
color: #009100;
font-weight: bold;
text-decoration: underline;
}


.corpo33 {
font-size: 40px;
}

.corpo333 {
font-size: 32px;
font-weight: 700;
}

.corpo_privo {
font-size: 18px;
font-weight: 400;
text-align: left;
margin-top:30px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
line-height:1.1;
}


.corpo_sco1 {
font-size: 32px;
font-weight: 400;
text-align: left;
padding-top:30px;
margin-bottom:60px;
line-height:1.1;
margin-left:120px;
margin-right:120px;
}

.corpo_sco10 {
font-size: 32px;
font-weight: 400;
text-align: left;
padding-top:30px;
margin-bottom:0px;
line-height:1.1;
margin-left:120px;
margin-right:120px;
}

.corpo_sco2 {
font-size: 40px;
font-weight: 700;
text-align: center;
padding-top:40px;
margin-bottom:40px;
line-height:1.1;
margin-left:15px;
margin-right:15px;
}


.corpo_nowin1 {
font-family: hwt-artz, sans-serif;
font-size: 88px;
font-weight: 700;
text-align: center;
margin-left:25px;
margin-right:25px;
padding-top:0px;
margin-bottom:30px;
line-height:1;
}

.corpo_nowin2 {
font-size: 45px;
font-weight: 400;
text-align: center;
padding-top:40px;
margin-bottom:40px;
line-height:1.1;
margin-left:100px;
margin-right:100px;
}


.corpo_win1 {
font-family: hwt-artz, sans-serif;
font-size: 88px;
font-weight: 700;
text-align: center;
margin-left:65px;
margin-right:65px;
padding-top:0px;
margin-bottom:40px;
line-height:1;
}

.corpo_win2 {
font-size: 45px;
font-weight: 400;
text-align: left;
padding-top:10px;
margin-bottom:10px;
line-height:1.1;
margin-left:0px;
margin-right:65px;
}

.corpo_win3 {
font-size: 45px;
font-weight: 400;
text-align: left;
padding-top:10px;
margin-bottom:10px;
line-height:1.1;
margin-left:35px;
margin-right:180px;
}

.corpo_win4 {
font-size: 45px;
font-weight: 700;
text-align: center;
padding-top:40px;
margin-bottom:20px;
line-height:1.1;
margin-left:15px;
margin-right:15px;
}

.corpo_win5 {
font-size: 32px;
font-weight: 400;
text-align: center;
padding-top:20px;
margin-bottom:20px;
line-height:1.1;
margin-left:15px;
margin-right:15px;
}

.corpo_footer1 {
font-size: 38px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1.1;
color:#ffffff;
}

.corpo_footer2 {
font-size: 35px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
margin-bottom:50px;
line-height:1;
color:#ffffff;
}

.corpo_footer2 br {
display:none;
}

.divi {
padding: 0 25px;
}


input.forma {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:40px;
padding-left:60px;
padding-right:60px;
text-align: center;
width: 880px;
height: 90px;
border:5px solid #009100; 
background-color: #ffffff;
font-size: 30px;
border-radius: 10px;
}


.password-wrapper{
  position: relative;
  display: inline-block;
}

/* input password */
.password-wrapper .forma{
  padding-right: 48px;     /* spazio per l’icona */
}

/* bottone occhio */
.toggle-password{
  position: absolute;
  right: 30px;             /* dentro il campo */
  top: 50%;
  transform: translateY(-50%) translateY(-12px); /* ?? 12px più in su */
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2em;        /* ?? icona più grande */
  line-height: 1;
}

/* focus accessibile */
.toggle-password:focus{
outline: 2px solid #5A8F00;
outline-offset: 2px;
}




input.formb {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:40px;
padding-left:60px;
padding-right:60px;
text-align: center;
width: 350px;
height: 90px;
border:5px solid #00784d; 
background-color: #ffffff;
font-size: 30px;
border-radius: 10px;
}

input.formc {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:40px;
padding-left:60px;
padding-right:60px;
text-align: left;
width: 860px;
height: 90px;
border:5px solid #00784d; 
background-color: #ffffff;
font-size: 30px;
border-radius: 10px;
}

input.formd {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:40px;
padding-left:60px;
padding-right:60px;
text-align: center;
width: 350px;
height: 90px;
border:5px solid #c85800; 
background-color: #ffffff;
font-size: 30px;
border-radius: 10px;
}

input.forme {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:40px;
padding-left:60px;
padding-right:60px;
text-align: center;
width: 860px;
height: 90px;
border:5px solid #c85800; 
background-color: #ffffff;
font-size: 30px;
border-radius: 10px;
}




.password-wrapper1 {
position: relative;
display: flex;
align-items: center;
width: 510px; /* stessa larghezza dell'input per allineamento */
margin: 0 auto; /* se vuoi centrare il blocco nella pagina */
}
.toggle-password1 {
position: absolute;
right: 30px; /* lo spostiamo dentro il campo */
top: 40%;
transform: translateY(-50%);
cursor: pointer;
font-size: 36px; /* un po' più grande per il tuo input alto */
opacity: 0.6;
transition: 0.2s;
}
.toggle-password1:hover {
opacity: 1;
}



/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 60px;
padding-right: 0px;
cursor: pointer;
display: inline-block;
vertical-align: top;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border: 2px solid #000000;
background: #fff
}

[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 12px;
  border-left: 4px solid #000;     /* nero */
  border-bottom: 4px solid #000;   /* nero */
  transition: all 0.2s ease;
  opacity: 0;
  transform: rotate(-45deg) scale(0)
}

[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

/* FOCUS VISIBILE PER CHECKBOX ACCESSIBILE */
[type="checkbox"]:focus-visible + label::before {
  outline: 3px solid #005FCC;   /* blu accessibile */
  outline-offset: 4px;
  background-color: #E6F0FF;    /* sfondo chiaro, contrasto > 3:1 */
}




/* RADIO */
[type="radio"] {
position: absolute;
left: -9999px;
}

[type="radio"] + label {
position: relative;
padding-left: 60px;
padding-right: 0px;
cursor: pointer;
display: inline-block;
vertical-align: top;
}

[type="radio"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border: 2px solid #000000;
background: #fff
}

[type="radio"] + label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 12px;
  border-left: 4px solid #000;     /* nero */
  border-bottom: 4px solid #000;   /* nero */
  transition: all 0.2s ease;
  opacity: 0;
  transform: rotate(-45deg) scale(0)
}

[type="radio"]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}




/* Stile del testo */

label span.corpo33 {
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding-left:0px;
}

label span.corpo333 {
line-height: 1.3;
display: inline-block;
vertical-align: top;
padding-left:0px;
}



}