@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;
}




header
{
width: 100%;
position:relative;
z-index:999;
height:100px;
background-color: #89388a; 
}


footer
{
width: 100%;
position:relative;
z-index:20;
height:120px;
background-color: #89388a; 
}

#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:285px;
left:180px;
}

#pos_menu
{
display:none;
}

#home
{
width: 100%;
position:relative;
z-index:20;
min-height:750px;
background-image: url('../images/img-home.png');
background-position:center top;
background-repeat:no-repeat;
}


.rigamed
{
width: 750px;
border-top: 3px solid #000000;
margin: 0 auto; 
margin-top:40px;
margin-bottom:40px;
}

#box-priv
{
position:relative;
z-index:20;
width: 740px;
margin:auto;
}


.tabella {display: table;width:100%;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-menu {display: table-cell;vertical-align: middle;height:100px;}
.colonna-footer {display: table-cell;vertical-align: middle;height:120px;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}



A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Nunito", sans-serif;
background-color: #000000;
margin-left:auto;
margin-right:auto;
border:2px solid #000000;
border-radius: 0px;
font-size: 24px;
font-weight: 800;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
padding-right:0px;
padding-left:0px;
width:360px;
text-transform: uppercase;
display: block;
}


A.bottone:HOVER { 
background-color: #ffffff;
color:#000000;
cursor: pointer;
}


.bottoneform { 
font-family: "Nunito", sans-serif;
background-color: #000000;
margin-left:auto;
margin-right:auto;
border:2px solid #000000;
border-radius: 0px;
font-size: 24px;
font-weight: 800;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
padding-right:0px;
padding-left:0px;
width:360px;
text-transform: uppercase;
}


.bottoneform:hover { 
background-color: #ffffff;
color:#000000;
cursor: pointer;
}

.titolo {
font-size: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:60px;
margin-bottom:30px;
}

.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}

.corpo_login1 {
font-size: 24px;
font-weight: 800;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
margin-bottom:5px;
line-height:1;
}


.corpo_form {
font-size: 18px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:18px;
}

.corpo33 {
font-size: 18px;
}

input.forma {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:24px;
padding-left:20px;
padding-right:20px;
text-align: center;
width: 320px;
height: 58px;
border:1px solid #000000; 
background-color: #ffffff;
font-size: 14px;
border-radius: 0px;
color:#1e345f;
}


/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 60px;
padding-right: 20px;
cursor: pointer;
display: inline-block;
vertical-align: top;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border: 1px solid #000000;
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: #000000;
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;
}


}