<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">linkadv{
    background-image: url(../images/linkadv.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 129px;
    height: 20px;
    position: relative;
    margin-top: 5px;
    text-align: left;
    line-height: 22px;
    padding-left: 5px;
    cursor: pointer;
    display: inline-block;
}

social{
  width: 105px;
  height: 25px;
  display: block;
  padding-left: 5px;
}

in{
    background-image: url(../images/instagram.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

fb{
    background-image: url(../images/facebook.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

lk{
    background-image: url(../images/linkedin.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

footer{
  color: white;
  background-color: grey; 
  text-align: center;
  line-height: 30px;
  font-size: 0.8em;
  text-decoration : none;
  /*! height: 30px; */
   /*bottom: 0px; */
  left: 0px;
  position: absolute;
  width: 100%;
  margin-top: 0px;

}

footer .bold{
  font-family: Ubuntu-Bold;
}

footer .info-container{
  background-color: #373A3B;
  min-height: 290px;

}

footer p{
  text-align: center;
}

.logo2{
  background-image: url(../images/logo-ecobiologica.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
width: 250px;
height: 220px;
margin: 0 auto;
}


footer .info-box{
  float: left;
  width: 16vw;
  height: 220px;
  margin: 20px 0px;
  text-align: left;
  line-height: 20px;
  padding: 0px 0px;
}


footer .info-box p{
  color: white !important;
  padding-right: 20px;
  margin-bottom: 0px;
}

footer input[type=text] {
  width: calc(25vw - 40px);
  padding-left: 10px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color:#6C777C ;
  cursor: pointer;
  margin-bottom: 0px;
  color: white;
  line-height: 5px;
  padding-top: 0px;
  height: 30px;
  box-shadow: unset;
  box-sizing: unset;
  box-decoration-break: unset;
  border: unset;
  border-radius: 20px;
  font-family: Ubuntu-Regular;
}

footer input[type=text]:focus {
  color: white;
}

footer button{
  background-color: #8C8122;
  color: white;
  width: 80px;
  height: 20px;
}

footer button:hover{
  background-color: #E4D48F;
  color: #47555B;
}


footer .contenitore_trattamento_dati{
        font-size: 10px;
        text-align: left;
        width: 24vw;
        line-height: 13px;
        margin-top: 10px;
      }

footer .check_trattamento_dati{
    float: left;
}

footer .trattamento_dati{
    float: unset;
    color: white;
    margin-left: 5px;
}

footer .contenitore_trattamento_dati{
    color:#414136;
}

footer .ico-social{
  margin: 0 auto;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background-color: white;
  background-image: url(../images/facebook.svg);
}

.logo-white{
  display: unset;
  background-image: url('../images/logo-ecobiologica.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25vw;
  height: 200px;
  z-index: 10;
  cursor: pointer;
  float: left;
  background-size: 70%;
}



.info-box a{
  color: white !important;
  cursor: pointer;
}
.info-box a:visited {
  color: white;
}

footer t2{
  color: #E4D48F;
}


footer t1{
  color: white;
}

.space2 a{
  line-height: 30px !important;
}

bold{
  cursor: pointer;
}


a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover { 
  color: white;
}

a:active { 
  color: white;
} 


.contatti a:link{
   color: white;
}

.contatti a:visited{
   color: white;
}

.contatti a:hover{
   color: white;
}

.contatti a:active{
   color: white;
}


footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
}
footer :-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: white !important;
}


@media screen and (max-width: 950px){
    footer .info-box{
    float: unset;
    width: 100%;
    height: unset;
    margin: unset;
    padding: 20px 0px !important;
    text-align: center;
  }

  social{
    margin: 0 auto;
  }

  .logo-white{
   width: 100%;
   height: 230px;
   background-size: 28%; 
  }

  .b-left{
    border-top: 1px solid white;
    border-left: unset;
  }

  footer .contenitore_trattamento_dati {
    margin: 0 auto !important;
    width: 80vw !important;
  }

  footer input[type=text] {
    width: 80vw;
  }

  footer button{
    float: left;
    margin-left: 10vw;
  }


}




</pre></body></html>