@import url("style/header.css");
@import url("style/cosa_facciamo.css");
@import url("style/tecnologie.css");
@import url("style/partner.css");
@import url("style/preventivo.css");
@import url("style/footer.css");
@import url("style/gallery.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --polimeri: #FF2E63;
    --colore-primario: #2f3640;
    --colore-secondario: #f5f6fa;
    --colore-terziario: #7f8fa6;
    --colore-bianco-1: #fafafa;
    --colore-bianco-2: #dcdde1;
}


html {
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0;
    line-height: 1.6;
    background: var(--colore-bianco-1);
    color: var(--colore-primario);
}

section {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
}


.section-container {
    max-width: 1200px;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px #999;
  z-index: 1000;
}
.whatsapp-float img {
  margin-top: 7px;
  width: 45px;
  height: 45px;
}
