* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
#barraSuperiore {
  width: 100%;
  height: 90px;
  background-color: #002840;
}
#logoAcquistoTutto {
  width: 155px;
  margin: auto;
  display: block;
  position: relative;
}
.font {
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
}
.normal {
  font-weight: normal;
}
.f1 {
  line-height: 1.3;
  font-size: 26pt;
}
.f2 {
  font-size: 21pt;
}
.f3 {
  font-size: 21pt;
}
.f4 {
  font-size: 16pt;
}
.blu {
  color: #002840;
}
.arancione {
  color: #f58120;
}
.verde {
  color: #6eb33c;
}
.bottom_0 {
  margin-bottom: 0px;
}
.bottom_10 {
  margin-bottom: 10px;
}
.bottom_15 {
  margin-bottom: 15px;
}
.top_0 {
  margin-top: 0px;
}
.AT_chiamaci,
#inviaFormBTN {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6eb33c;
  color: white;
  letter-spacing: 1px;
  font-size: 22px;
  border-style: none;
  width: 270px;
  padding: 10px;
  cursor: pointer;
  border-radius: 7px;
  box-shadow: 0px 0px 18px 2px rgba(0, 40, 64, 0.55);
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  margin: 10px auto 45px auto;
}
.AT_chiamaci:hover,
#inviaFormBTN:hover {
  background-color: #578d2f;
}
.boxAT {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 65px;
  background-color: #e6e6e6;
  padding: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 18pt;
  text-align: center;
  color: #37374e;
  border-top: solid 1.5px #6eb33c;
  border-bottom: solid 1.5px #6eb33c;
}
@media screen and(min-width:520px) {
  #header1 {
    line-height: 1.1;
    font-size: 40pt;
    margin-bottom: 40px;
  }
  #header2 {
    font-size: 29pt;
    line-height: 1.2;
  }
}
.bottoniInfo {
  display: block;
  width: 270px;
  padding: 14px;
  cursor: pointer;
  background-color: rgb(238 238 238);
  border-radius: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  color: #37374e;
  box-shadow: 2px 5px 16px 0px #0b325e87, 5px 5px 10px -3px rgba(0, 0, 0, 0);
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
