@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 - 150px);
z-index:1;
}

img.logo
{
display:block;
margin-left:70px;
margin-top:20px;
width:280px;
}

img.logof
{
display:block;
margin-left:70px;
width:120px;
}


.campo-numero{
    position:relative;
    width:350px;
}

.campo-numero .forma{
    width:100%;
    padding-right:20px;   /* spazio per l'icona */
    box-sizing:border-box;
}

.info-numero{
    position:absolute;
    top:50%;
    right:5px;
    transform:translateY(-50%);
    color:#d4537e;
    font-size:20px;
    cursor:pointer;
    z-index:20;
}

.info-numero:hover{
    color:#b83d66;
}

.tooltip-info{
    display:none;
    position:absolute;
    top:50%;
    right:35px;
    transform:translateY(-50%);
    width:280px;

    padding:12px;

    background:#333;
    color:#fff;

    border-radius:8px;

    font-size:13px;
    line-height:1.45;
    text-align:left;

    box-shadow:0 4px 14px rgba(0,0,0,.25);
}

.tooltip-info:after{
    content:"";
    position:absolute;
    top:50%;
    right:-6px;
    transform:translateY(-50%);

    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #333
}

.info-numero:hover .tooltip-info,
.info-numero:focus .tooltip-info{
    display:block;
}


header
{
width: 100%;
position:relative;
z-index:999;
padding-top:20px;
padding-bottom:20px;
background-color:#3b6d11;
}

img.menu
{
display:block;
margin:auto;
width:120px;
}


footer
{
width: 100%;
position:relative;
z-index:20;
height:150px;
background-color: #3b6d11; 
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}


#home
{
width: 510px;
position:relative;
z-index:20;
min-height:644px;
background-image: url('../images/img-home.jpg');
background-position: center;
background-repeat:no-repeat;
background-size:cover
}

#box-home1
{
position:relative;
z-index:20;
width: 100%;
height:292px;
background-color:#3b6d11;
display: flex;
flex-direction: column;
justify-content: center;
}

#box-home2 {
position: relative;
z-index: 20;
width: 100%;
height: 352px;
background-color: #d4537e;
display: flex;
flex-direction: column;
justify-content: center;
}


#box-fine1
{
position:relative;
z-index:20;
width: 100%;
background-color:#3b6d11;
padding-top:70px;
padding-bottom:80px;
}

#box-fine2 {
position: relative;
z-index: 20;
width: 100%;
background-color: #d4537e;
padding-top:50px;
padding-bottom:20px;
}



.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-home {margin:auto;position:relative;width:970px;margin-bottom:60px;}


.riga { display:table-row;}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;}

.colonna-home1 {display: table-cell;vertical-align: top;width:513px;}
.colonna-home2 {display: table-cell;vertical-align: top;width:457px;}


.colonna-footer1 {display: table-cell;vertical-align: middle;height:150px;width:30%;}
.colonna-footer2 {display: table-cell;vertical-align: middle;height:150px;width:70%;}



A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Liter", sans-serif;
background-color: #d4537e;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 10px;
font-size: 20px;
font-weight: 400;
text-align: center;
color:#ffffff;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
padding-left:0px;
width:350px;
text-transform: uppercase;
display: block;
}


A.bottone:HOVER { 
background-color: #3b6d11;
cursor: pointer;
}


.bottoneform { 
font-family: "Liter", sans-serif;
background-color: #d4537e;
margin-left:auto;
margin-right:auto;
border:0px solid #ffed00;
border-radius: 10px;
font-size: 20px;
font-weight: 400;
text-align: center;
color:#ffffff;
padding-top: 5px;
padding-bottom: 5px;
padding-right:0px;
padding-left:0px;
width:350px;
text-transform: uppercase;
}


.bottoneform:hover { 
background-color: #3b6d11;
cursor: pointer;
}

.boldo {
font-weight: 700;
}

.titolo {
font-size: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
color:#3b6d11;
line-height:1.2;
padding-top:50px;
margin-bottom:30px;
}

.corpo_pre {
font-size: 25px;
font-weight: 700;
text-align: center;
line-height:1;
margin-left:15px;
margin-right:15px;
color:#3b6d11;
}



.corpo_home1 {
font-size: 25px;
font-weight: 400;
text-align: left;
color:#ffffff;
line-height:1;
margin-left:70px;
text-transform: uppercase;
}

.corpo_home2 {
font-size: 29px;
font-weight: 400;
text-align: left;
color:#ffffff;
line-height:1.2;
margin-left:70px;
margin-right:60px;
}

.corpo_home3 {
font-size: 46px;
font-weight: 400;
text-align: left;
color:#ffffff;
line-height:1.2;
margin-left:70px;
margin-right:60px;
text-transform: uppercase;
}

.corpo_home4 {
font-size: 29px;
font-weight: 400;
text-align: left;
color:#ffffff;
line-height:1.2;
margin-left:70px;
margin-right:60px;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}

.corpo_form {
font-size: 18px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:18px;
}

.corpo_form1 {
font-size: 15px;
font-weight: 400;
text-align: left;
margin-left:15px;
margin-right:75px;
line-height:1.1;
}



.corpo33 {
font-size: 15px;
}


.corpo_fine1 {
font-size: 62px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
color:#ffffff;
line-height:1;
}


.corpo_fine2 {
font-size: 29px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:40px;
color:#ffffff;
line-height:1.1;
}


.corpo_fine3 {
font-size: 25px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:30px;
margin-top:50px;
line-height:1.1;
}


.corpo_footer1 {
font-size: 12px;
font-weight: 400;
text-align: left;
margin-left:70px;
margin-right:15px;
line-height:1;
color:#ffffff;
margin-top:12px;
}

.corpo_footer2 {
font-size: 14px;
font-weight: 400;
text-align: right;
margin-left:15px;
margin-right:70px;
line-height:1.3;
color:#ffffff;
}

.corpo_footer2 br {
display:none;
}

.divi {
padding: 0 3px;
color:#ffffff;
}



input.forma {
margin-left:8px;
margin-right:8px;
margin-top:6px;
margin-bottom:6px;
padding-left:20px;
padding-right:20px;
text-align: left;
width: 310px;
height: 40px;
border:1px solid #9f9f9f; 
background-color: #ffffff;
font-size: 18px;
border-radius: 10px;
color:#000000;
}

.forma::placeholder {
font-family: "Liter", sans-serif;
font-size: 18px;
color: #000000;
}




/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 35px;
padding-right: 0px;
cursor: pointer;
display: inline-block;
vertical-align: middle;
margin-left:30px;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 21px;
height: 21px;
border: 1px solid #9f9f9f;
border-radius: 3px; /* rettangolo con angoli arrotondati */
background: #fff
}

[type="checkbox"] + label::after {
content: '';
position: absolute;
top: 4px;
left: 4px;
width: 15px;
height: 15px;
background: #9f9f9f;
border-radius: 3px; /* 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;
}


}