
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

@font-face {
font-family: 'Comprami-Regular';
src: url('Comprami-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Comprami-Bold';
src: url('Comprami-Bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Comprami-ExtraBold';
src: url('Comprami-ExtraBold.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Comprami-SemiBold';
src: url('Comprami-SemiBold.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Dosis-Bold';
src: url('Dosis-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Dosis-Regular';
src: url('Dosis-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}



body { 
background: #060e9f;
font-family: 'Comprami-Regular';
font-optical-sizing: auto;
font-size: 18px;
text-align: left;
color:#ffffff;
}

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;
}

.riga.js-faq-row { cursor: pointer; }





.info-dot {
cursor: pointer;
  }

/* Sfondo scuro dietro il popup */
  .popup-overlay {
    display: none; 
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
  }

  /* Contenitore del popup */
  .popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    padding: 15px;
    max-width: 90%;
    max-height: 90%;
  }
  
  
@media only screen and (min-width: 30px) and (max-width: 969px) {
  /* Contenitore del popup */
  .popup {
    position: fixed;
    top: 20%; left: 10%;
    transform: translate(-5%, -20%);
    background: transparent;
    padding: 15px;
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
  }
}

  .popup img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .popup button {
    display: block;
    margin: 10px auto 0;
    padding: 6px 12px;
    border: none;
    background: #000000;
    color: white;
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #000000;
    
  }
  .popup button:hover {
    background: #ffffff;
    color:#000000;
  }
  
   
  
  


.corpo_err {
font-size: 24px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:40px;
line-height:1;
text-decoration: underline;
color:#FF0000;
}


.err {
font-size: 24px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:40px;
line-height:1;
text-decoration: underline;
color:#FF0000;
}


.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: #ffffff;
text-decoration: none;
}

A:HOVER {
color: #ffffff;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE{
color: #060e9f;
text-decoration: underline;
}

A.fot:HOVER{
color: #060e9f;
text-decoration: underline;
}


A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #060e9f;
text-decoration: underline;
}






A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}