
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


@font-face {
font-family: 'Hello-Headline';
src: url('font/FontsFree-Net-Hello-Headline-W00-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'MinionPro';
src: url('font/MinionPro-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}


body { 
background: #ffffff;
font-family: "din-1451-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#000000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

#black
{
background-color: rgba(0, 0, 0, 0.70);
height: 100%;
width: 100%;
position: fixed;
z-index: 9998;
} 

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display:none;
}

       .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            white-space: nowrap;
            border: 0px 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;
color:#ffffff;
}


.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;
color:#ffffff;
}


.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: 488px;
}




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, A.fot:HOVER{
color: #ffffff;
text-decoration: underline;
}

A.fot1:LINK, A.fot1:VISITED, A.fot1:ACTIVE, A.fot1:HOVER{
color: #000000;
text-decoration: underline;
}





A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #ffffff;
text-decoration: underline;
}


/* Decorazioni */
.hero-home__decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* TRIANGOLO ALTO SINISTRA
   immagine reale: 730 x 303 */
.hero-home__decor--top-left {
  top: 60px;
  left: 0;
  width: 640px;
  height: 265px;
  background-image: url('../images/triangolo-top-left.png');
}

/* TRIANGOLO BASSO DESTRA
   immagine reale: 1052 x 821 */
.hero-home__decor--bottom-right {
  right: 0;
  bottom: 0;
  width: 899px;
  height: 702px;
  background-image: url('../images/triangolo-bottom-right.png');
}

/* Desktop medi */
@media (max-width: 1500px) {
  .hero-home__decor--top-left {
    width: 520px;
    height: auto;
    aspect-ratio: 730 / 303;
    left: max(-100px, calc((100vw - 1200px) / 2 - 120px));
  }

  .hero-home__decor--bottom-right {
    width: 820px;
    height: auto;
    aspect-ratio: 1052 / 821;
    right: max(-180px, calc((100vw - 1200px) / 2 - 180px));
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-home__container {
    padding: 20px 16px 60px;
  }

  .hero-home__content {
    padding-top: 90px;
  }

  .hero-home__content h1 {
    font-size: 36px;
  }

  .hero-home__content p {
    font-size: 44px;
  }

  .hero-home__decor--top-left {
    width: 420px;
    height: auto;
    aspect-ratio: 730 / 303;
    left: -90px;
  }

  .hero-home__decor--bottom-right {
    width: 520px;
    height: auto;
    aspect-ratio: 1052 / 821;
    right: -140px;
    bottom: -40px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-home__content {
    padding-top: 40px;
  }

  .hero-home__content h1 {
    font-size: 28px;
  }

  .hero-home__content p {
    font-size: 34px;
  }

  .hero-home__decor--top-left {
    width: 260px;
    height: auto;
    aspect-ratio: 730 / 303;
    left: -70px;
    top: 15vw;
    opacity: 0.9;
  }

  .hero-home__decor--bottom-right {
    width: 300px;
    height: auto;
    aspect-ratio: 1052 / 821;
    right: -100px;
    bottom: -20px;
    opacity: 0.9;
  }
}



A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}