
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #ffffff;
font-family: "Geologica", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
"slnt" 0,
"CRSV" 0,
"SHRP" 0;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#1d1d1d;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

.language-selector {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: Arial, sans-serif;
    z-index: 9999;
}

.selected-language {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    min-width: 70px;
}

.selected-language img,
.language-dropdown img {
    width: 20px;
    height: 13px;
    object-fit: cover;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    min-width: 100px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.language-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.language-dropdown a:hover {
    background: #f2f2f2;
}

.language-dropdown.show {
    display: block;
}



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;
}

.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: #1d1d1d;
text-decoration: none;
}

A:HOVER {
color: #1d1d1d;
text-decoration : none;
}

a.fot:link, a.fot:visited, a.fot:active, a.fot:hover{
color: #605e5e;
text-decoration: underline;
}


A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE{
color: #605e5e;
text-decoration: none;
}

A.privlink:HOVER{
color: #a08250;
text-decoration: none;
}





A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}