* {
  font-family: "Karla", sans-serif;
  padding:0;
  margin:0;
  box-sizing: border-box;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

.contacts__icon {
  width: 1rem;
  
  transform: translate(0px, 3px);
  display: inline-block;
}

.contacts_all_container{
    position:absolute;
    width:100%;
    height:100%;
}
.contacts_all {
 position:absolute;
 width:auto;
  top: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  line-height: 1.5em;
  left:50%;
  transform: translate(-50%, 0);

}

.contacts__general {
    padding-bottom: 1rem;
}
.name{
    font-size: 1.1rem;
    font-weight: 700;
    padding:0.1rem;
}
.where{
    padding:0.1rem;
}
.vat{
    padding:0.1rem;
}

.to_not_wrap{
    white-space: nowrap;
}

.contatcs__mail {
  cursor: pointer;
  padding-bottom: 1rem;
}
.contatcs__linkedIn {
  cursor: pointer;
  padding-bottom: 1rem;
}

.b_special {
  font-size: 1rem;
  padding: 0.3rem;
  display: inline-block;
}

.contatcs__biglietto{
    width: 18rem;
    position: fixed;
    left: 50%;
    transform: translate(-50%,0);
    bottom:5rem;

}

.contacts__img{
    width: 100%;
}



@media screen and (max-width: 796px) {

  .contacts_all {
    top: 3.5rem;
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.5em;
  }
  
  .contatcs__biglietto{
    width: 66.5%;
    position: fixed;
    left: 50%;
    transform: translate(-50%,0);
    bottom:4rem;

}
}
