@media only screen and (min-width: 30px) and (max-width: 969px) {


input {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}


#vedi-ds
{
display:none;
}

.desktop-only {
display: none !important;
}

.menu-toggle{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;

  appearance: none;
  -webkit-appearance: none;

  outline: none;              /* toglie il bordo “strano” */
}

/* Focus accessibile (da tastiera) */
.menu-toggle:focus-visible{
  outline: 3px solid #5A8F00; /* colore accessibile */
  outline-offset: 3px;
}

/* Fix extra per Firefox (bordo interno) */
.menu-toggle::-moz-focus-inner{
  border: 0px none;
}

img
{
max-width:100%;
}

img.claim
{
display:block;
margin:auto;
padding-top:5vw;
max-width:70%;
}

img.rds
{
display:block;
margin-left:3vw;
padding-top:7vw;
width:35vw;
}


img.acc
{
display:block;
margin:auto;
padding-top:25px;
padding-bottom:30px;
width:60vw;
}


header
{
width: 100%;
position:relative;
z-index:999;
height:25vw;
background-color: #af1685; 
}

#fumetto_pos
{
position:absolute;
z-index:40;
right:0px;
top: 25vw;
width: 100%;
background-color: #af1685;
height:100vh;
display: none;
z-index:888;
}

.menu-nav {
position: relative;
margin:auto;
width:100%
}

.menu-list{
    flex-direction: column;
    padding-top: 30px;
    align-items: center;      /* centra i "bottoni" */
  }

  .menu-item{
    width: 100%;
    display: flex;
    padding-bottom:20px;
    justify-content: center;  /* centra il contenuto del li */
  }

  .men{
    display: block;
    width: 100%;              /* area clic full width */
    text-align: center;       /* testo centrato */
  }


footer
{
width: 100%;
position:relative;
z-index:20;
padding-top:40px;
padding-bottom:40px;
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}


#pos_logo
{
position:absolute;
z-index:50;
top:1vw;
width:76vw;
left:4%;
}

#pos_menu
{
position:absolute;
z-index:50;
top:0vw;
width:20vw;
right:0vw;
}

#home
{
width: 100%;
position:relative;
z-index:20;
height:84.6vw;
background-image: url('../images/img-home-ph.jpg');
background-position: center;
background-repeat:no-repeat;
background-size:100%;
}

#login
{
width: 100%;
position:relative;
z-index:20;
height:84.6vw;
background-image: url('../images/img-login-ph.jpg');
background-position: center;
background-repeat:no-repeat;
background-size:100%;
}

#sco
{
width: 100%;
position:relative;
z-index:20;
height:1281px;
background-image: url('../images/img-sco.jpg');
background-position: center;
background-repeat:no-repeat;
background-size:cover
}


.rigamed
{
width: 750px;
border-top: 1px solid #ffed00;
margin: 0 auto; 
margin-top:40px;
margin-bottom:40px;
}

#box-priv
{
position:relative;
z-index:20;
width: 90%;
margin:auto;
}

#box-login
{
position:relative;
z-index:20;
width: 90%;
margin:auto;
padding-top:50px;
padding-bottom:40px;
border:2px solid #ffffff;
border-radius: 25px;
margin-top:70px;
background-color:#a8137d;
}

#box-form
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
}

#box-form-ph
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
}


.tabella {display: table;width:100%;position:relative;}
.tabella-bot {display: table;width:80%;position:relative;margin:auto;}
.tabella00 {display: table;position:relative;}

.tabella0 {
display: block;
width: 100%;
max-width: 600px; /* 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:175px;}



.riga { display:table-row;}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-box {display: table-cell;vertical-align: middle;padding-bottom:40px;}
.colonna-menu {display: table-cell;vertical-align: middle;height:100px;}
.colonna-bot {display: table-cell;vertical-align: middle;width:100%;float:left;padding-bottom:25px;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}

A.bottonehome1:LINK,
A.bottonehome1:VISITED,
A.bottonehome1:ACTIVE {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 7vw;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;

    color: #ffffff;

    width: 80vw;
    height: 30vw;

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:5vw;

    background-image: url('../images/bottone.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:  center 50%;

    text-align: center;

    padding-top: 7vw;

    box-sizing: border-box;
    
    
    
   
}

A.bottonehome1:HOVER {
    color: #a7137c;
    cursor: pointer;
}



A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Noto Sans", sans-serif;
background-color: #fed874;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 20px;
font-size: 4vw;
font-weight: 700;
text-align: center;
color:#9a0e6c;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
padding-left:0px;
width:60%;
text-transform: uppercase;
display: block;
}


A.bottone:HOVER { 
background-color: #ffffff;
cursor: pointer;
}


.bottoneform { 
font-family: "Noto Sans", sans-serif;
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 20px;
font-size: 4vw;
font-weight: 700;
text-align: center;
color:#9a0e6c;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
padding-left:0px;
width:60%;
text-transform: uppercase;
}


.bottoneform:hover { 
background-color: #fed874;
cursor: pointer;
}

.boldo {
font-weight: 700;
}

.boldo1 {
font-weight: 800;
}

.boldo2 {
font-weight: 400;
}

.minus {
text-transform: lowercase;
}

.numero-cerchio {
    width: 10vw;
    height: 10vw;
    background-color: #e03c8a;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-left:4vw;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 7vw;
    font-weight: 900;
    color: #ffffff;

    line-height: 1;
}


.titolo {
font-size: 5.5vw;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1.2;
margin-bottom:15px;
font-style:italic;
margin-left:7%;
margin-right:7%;
}

.titolo1 {
font-size: 6vw;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1.2;
color:#fed874;
font-style:italic;
padding-top:50px;
margin-bottom:50px;
margin-left:7%;
margin-right:7%;
}


.corpo_menu {
font-size: 6vw;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}


.corpo_home1 {
font-size: 5.5vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-left:7%;
margin-right:7%;
padding-top:40px;
margin-bottom:30px;
}


.home1 {
font-weight: 900;
font-size: 8vw;
text-transform: uppercase;
font-style:italic;
}


.corpo_box1 {
font-size: 6vw;
color:#fed874;
font-weight: 900;
text-align: left;
line-height: 1.1;
margin-left:7%;
margin-right:4vw;
font-style:italic;
text-transform: uppercase;
}

.corpo_box2 {
font-size: 4vw;
font-weight: 300;
text-align: left;
line-height: 1.1;
margin-left:7%;
margin-right:4vw;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}


.corpo_form {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1;
}

.corpo_form1 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1;
margin-top:25px;
}

.corpo_form2 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1;
margin-left:7%;
margin-right:7%;
}


.corpo_reg1 {
font-size: 6vw;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1.2;
color:#fed874;
margin-bottom:15px;
font-style:italic;
padding-top:50px;
margin-bottom:20px;
}

.corpo_reg2 {
font-size: 4.5vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:20px;
margin-left:7%;
margin-right:7%;
}


.corpo33 {
font-size: 3.2vw;
font-weight: 300;
}

.corpo_fine1 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:60px;
margin-left:7%;
margin-right:7%;
}

.corpo_sco1 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1;
margin-bottom:20px;
margin-left:7%;
margin-right:7%;
}

.corpo_sco2 {
font-family: "noto-sans-cond-thin", sans-serif;
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1;
margin-bottom:25px;
margin-left:7%;
margin-right:7%;
}

.corpo_nowin1 {
font-size: 9vw;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1.1;
color:#fed874;
font-style:italic;
padding-top:50px;
margin-bottom:50px;
margin-left:7%;
margin-right:7%;
}

.corpo_nowin2 {
font-size: 4.5vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-top:60px;
margin-left:7%;
margin-right:7%;
margin-bottom:60px;
}


.corpo_win1 {
font-size: 8vw;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1.1;
color:#fed874;
font-style:italic;
padding-top:50px;
margin-bottom:50px;
margin-left:7%;
margin-right:7%;
}

.corpo_win1 br{
display:none;
}


.corpo_win2 {
font-size: 5vw;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1;
color:#fed874;
font-style:italic;
margin-left:7%;
margin-right:7%;
}

.corpo_win3 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:50px;
margin-left:7%;
margin-right:7%;
}


.corpo_win4 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-top:60px;
margin-left:7%;
margin-right:7%;
}

.corpo_win4 br{
display:none;
}

.corpo_win5 {
font-size: 4vw;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:80px;
margin-left:7%;
margin-right:7%;
}

.corpo_win5 br{
display:none;
}

.corpo_footer1 {
font-family: "noto-sans-cond-thin", sans-serif;
font-size: 3.2vw;
font-weight: 300;
text-align: justify;
line-height:1.2;
margin-left:7%;
margin-right:7%;
}

.corpo_footer2 {
font-size: 3.2vw;
font-weight: 500;
text-align: center;
line-height:1.7;
color:#fed874;
margin-top:80px;
text-transform: uppercase;
}

.corpo_footer2 br {
display:none;
}

.divi {
padding: 0 6px;
}


input.forma {
margin-top:8px;
margin-bottom:44px;
text-align: center;
width: 100%;
height: 40px;
border:0px solid #006a50; 
background-color: #ffffff;
font-size: 14px;
border-radius: 50px;
color:#1e345f;
}

input.formb {
margin-top:8px;
margin-bottom:44px;
text-align: center;
width: 100%;
height: 40px;
border:0px solid #006a50; 
background-color: #ffffff;
font-size: 14px;
border-radius: 50px;
color:#1e345f;
}


/* 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;
margin-bottom:20px;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border: 0px solid #666;
border-radius: 50%; /* rettangolo con angoli arrotondati */
background: #fff
}

[type="checkbox"] + label::after {
content: '';
position: absolute;
top: 10px;
left: 10px;
width: 21px;
height: 21px;
background: #af1685;
border-radius: 50%; /* quadratino per checkbox */
transition: all 0.2s ease;
opacity: 0;
transform: scale(0)
}

[type="checkbox"]:checked + label::after {
opacity: 1;
transform: scale(1);
}


/* Stile del testo */

label span.corpo33 {
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding-left:0px;
}

label span.corpo333 {
display: inline-block;
vertical-align: middle;
line-height: 2;
padding-right:50px;
padding-left:0px;
}


}