
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #ffffff;
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#000000;
}

select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:focus{
outline: none;
}

img.centro
{
display:block;
margin:auto;
}

#viola { 
background-color: #de007e;
width:100%;
position:relative;
z-index:20;
}

#azzurro { 
background-color: #a6e9e5;
width:100%;
position:relative;
z-index:20;
}




.corpo_err {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
}


.err {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0px none;
}


#capatcha {
margin:auto;
display: block
}

.g-recaptcha{
margin: 15px auto !important;
width: auto !important;
height: auto !important;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -o-center;
text-align: -ms-center;
}

label {
display: block;
margin-bottom: 4px;
font-weight: 400;
}

select {
width: 100%; /* o una larghezza fissa se preferisci */
max-width: 360px;
padding: 5px;
}




A:LINK, A:VISITED, A:ACTIVE {
color: #000000;
text-decoration: none;
}

A:HOVER {
color: #000000;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE, A.fot:HOVER {
color: #000000;
text-decoration: none;
}

A.fot1:LINK, A.fot1:VISITED, A.fot1:ACTIVE, A.fot1:HOVER {
color: #000000;
text-decoration: underline;
}


A.men:link,
A.men:visited,
A.men:active {
    color: #000000;
    text-decoration: none;
    position: relative;
}

A.men:hover {
    color: #000000;
}

/* linea custom */
A.men::after {
    content: "";
    position: absolute;
    left: -15px;               /* 20px in pił a sinistra */
    right: -15px;              /* 20px in pił a destra */
    bottom: -10px;             /* distanza dal testo */
    height: 4px;               /* spessore linea */
    background-color: #000000;
    border-radius: 3px;        /* leggermente arrotondato */
    
    opacity: 0;
    transition: opacity 0.2s ease
}

A.men:hover::after {
    opacity: 1;
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #000000;
text-decoration: underline;
}






A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}