@media only screen and (min-width: 970px) and (max-width: 1169px) {

#vedi-ph
{
display:none;
}

.mobile-only {
display: none !important;
}


.content {
min-height: calc(100vh - 100px);
z-index:1;
}

img
{
max-width:100%;
}

img.claim
{
display:block;
margin:auto;
padding-top:75px;
max-width:90%;
}

img.rds
{
display:block;
margin-left:35px;
padding-top:110px;
}

img.acc
{
display:block;
margin:auto;
padding-top:25px;
padding-bottom:30px;
width:400px;
}



header
{
width: 100%;
position:relative;
z-index:999;
height:150px;
background-color: #af1685; 
}

.menu-nav {
float: right;
position: relative;
margin-right: 20px;
}

.menu-list{
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;    /* equivalente vertical-align: middle */
}

.menu-item {
display: flex;
margin-left:30px;
align-items: center;
height: 150px;           /* come .colonna-menu */
}

footer
{
width: 100%;
position:relative;
z-index:20;
padding-top:60px;
padding-bottom:140px;
}

#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:0px;
width:450px;
left:20px;
}

#pos_menu
{
display:none;
}

#home
{
width: 100%;
position:relative;
z-index:20;
height:1110px;
background-image: url('../images/img-home1.jpg');
background-position: center;
background-repeat:no-repeat;
background-size:cover;
}

#login
{
width: 100%;
position:relative;
z-index:20;
height:1110px;
background-image: url('../images/img-login1.jpg');
background-position: center;
background-repeat:no-repeat;
background-size:cover;
}

#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: 640px;
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;}
.colonna-box {display: table-cell;vertical-align: middle;padding-bottom:60px;}
.colonna-menu {display: table-cell;vertical-align: middle;height:100px;}
.colonna-bot {display: table-cell;vertical-align: middle;width:50%;}

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: 69px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;

    color: #ffffff;

    width: 826px;
    height: 242px;

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:50px;

    background-image: url('../images/bottone.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center 50%;

    text-align: center;

    padding-top: 35px;

    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: 18px;
font-weight: 700;
text-align: center;
color:#9a0e6c;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
padding-left:0px;
width:220px;
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: 18px;
font-weight: 700;
text-align: center;
color:#9a0e6c;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
padding-left:0px;
width:220px;
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: 100px;
    height: 100px;
    background-color: #e03c8a;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-left:25px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 58px;
    font-weight: 900;
    color: #ffffff;

    line-height: 1;
}


.titolo {
font-size: 31px;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1.2;
margin-bottom:15px;
font-style:italic;
}

.titolo1 {
font-size: 40px;
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:50px;
}


.corpo_menu {
font-size: 22px;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}


.corpo_home1 {
font-size: 35px;
font-weight: 300;
text-align: left;
line-height:1;
margin-left:25px;
padding-top:70px;
margin-bottom:60px;
}

.corpo_home1 br {
display:none;
}

.home1 {
font-weight: 900;
font-size: 47px;
text-transform: uppercase;
font-style:italic;
}


.corpo_box1 {
font-size: 40px;
color:#fed874;
font-weight: 900;
text-align: left;
line-height: 1.1;
margin-left:15px;
font-style:italic;
text-transform: uppercase;
}

.corpo_box2 {
font-size: 35px;
font-weight: 300;
text-align: left;
line-height: 1.1;
margin-left:15px;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}


.corpo_form {
font-size: 18px;
font-weight: 300;
text-align: left;
line-height:1;
}

.corpo_form1 {
font-size: 18px;
font-weight: 300;
text-align: center;
line-height:1;
margin-top:25px;
}

.corpo_form2 {
font-size: 18px;
font-weight: 300;
text-align: left;
line-height:1;
margin-left:15px;
margin-right:15px;
}


.corpo_reg1 {
font-size: 40px;
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:50px;
}

.corpo_reg2 {
font-size: 35px;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:40px;
}


.corpo33 {
font-size: 19px;
font-weight: 300;
}

.corpo_fine1 {
font-size: 35px;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:60px;
margin-left:215px;
margin-right:215px;
}

.corpo_sco1 {
font-size: 35px;
font-weight: 300;
text-align: center;
line-height:1;
margin-bottom:40px;
}

.corpo_sco2 {
font-family: "noto-sans-cond-thin", sans-serif;
font-size: 30px;
font-weight: 300;
text-align: left;
line-height:1.2;
margin-top:60px;
margin-left:55px;
margin-right:55px;
}

.corpo_nowin1 {
font-size: 83px;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1;
color:#fed874;
margin-bottom:15px;
font-style:italic;
padding-top:50px;
margin-bottom:50px;
}

.corpo_nowin2 {
font-size: 35px;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-top:60px;
margin-left:60px;
margin-right:60px;
margin-bottom:60px;
}


.corpo_win1 {
font-size: 83px;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1;
color:#fed874;
font-style:italic;
padding-top:50px;
margin-bottom:50px;
}


.corpo_win2 {
font-size: 50px;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height:1;
color:#fed874;
font-style:italic;
}

.corpo_win3 {
font-size: 42px;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:50px;
}


.corpo_win4 {
font-size: 35px;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-top:100px;
}

.corpo_win5 {
font-size: 35px;
font-weight: 300;
text-align: center;
line-height:1.2;
margin-bottom:80px;
}

.corpo_footer1 {
font-family: "noto-sans-cond-thin", sans-serif;
font-size: 30px;
font-weight: 300;
text-align: justify;
line-height:1.2;
margin-left:20px;
margin-right:20px;
}

.corpo_footer2 {
font-size: 14px;
font-weight: 500;
text-align: center;
line-height:1;
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-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:34px;
text-align: center;
padding-left:20px;
padding-right:20px;
width: 360px;
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;
}


}