@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
.navigation {
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  color: #999;
  font-weight: 300;
}
.navigation__logo {
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.navigation__logo img {
  width: auto;
}
.navigation__links {
  padding: 0;
  margin: 0;
  height: 66px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3em;
}

.navbar {
  padding-top: 0;
}

.nav-link {
  border-right: 1px solid #D8D5D2;
}

.navbar-nav a:hover {
  background: #fff;
}

.nav-link:nth-last-child(1) {
  border: none;
}

.banner img {
  height: 438px;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-row,
.second-row,
.third-row {
  overflow: hidden;
  align-items: center;
  margin-bottom: 10px;
}
.first-row__title,
.second-row__title,
.third-row__title {
  color: #FF142F;
  border-color: #FF142F;
}
.first-row__box1,
.second-row__box1,
.third-row__box1 {
  align-items: center;
  padding: 0;
}
.first-row__box1-back,
.second-row__box1-back,
.third-row__box1-back {
  height: 137px;
  background: url(../img/news-pump-selector.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.first-row__box1-text,
.second-row__box1-text,
.third-row__box1-text {
  display: grid;
  align-items: center;
  text-align: right;
}
.first-row__box1-text a,
.second-row__box1-text a,
.third-row__box1-text a {
  text-decoration: none;
  color: black;
}
.first-row__box1-text p,
.second-row__box1-text p,
.third-row__box1-text p {
  font-weight: bold;
}
.first-row__box3,
.second-row__box3,
.third-row__box3 {
  padding: 0;
}

.first-row img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.second-row img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.third-row img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.row-breaks {
  background: #fff;
  height: 2px;
}

.trending {
  padding: 50px 0;
  justify-content: center;
}
.trending__title {
  text-align: center;
}

.trending img {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.prostyle {
  padding: 50px 0;
  background: #fff;
}

.footer {
  padding: 30px 0 0 0;
  display: grid;
  background: #fff;
}
.footer__title {
  color: #333;
  font-size: 12px;
}
.footer__text {
  color: #999;
  font-size: 13px;
}
.footer__text span {
  color: #333;
  font-size: 13px;
}
.footer__text a {
  text-decoration: none;
  color: #999;
}
.footer__logos img {
  width: auto;
  padding: 10px 10px 0 0;
}
.footer__img img {
  width: auto;
}

.footer li {
  list-style: none;
}

.ped4people {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.linkedin img {
  width: 29px;
  vertical-align: left;
  padding-top: 10px;
  fill: "#999";
}

.social {
  padding-top: 10px;
  padding-right: 10px;
}

.about {
  display: flex;
  align-items: center;
  background: #fff;
}
.about__title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}
.about__img img {
  width: auto;
  padding: 10px 0;
}
.about__text {
  padding: 50px 0;
}

.about-hero {
  align-items: center;
  height: 438px;
  background-image: url("/img/produzione.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-hero__title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.products {
  padding: 100px 0;
  align-items: center;
}
.products__img img {
  height: 400px;
  border-radius: 100px 100px 300px 100px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.products__pretitle {
  font-size: 1.5rem;
}
.products__title {
  font-size: 2rem;
  font-weight: 700;
}

.locations-hero {
  align-items: center;
  justify-content: center;
  height: 438px;
  background: url(/img/locations.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.locations-hero__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.locations {
  display: grid;
  justify-content: center;
  padding: 50px 0 50px 0;
}
.locations__box1 {
  background: #fff;
  width: 470px;
  border-radius: 10px;
}
.locations__head {
  padding: 10px;
  background: #0E496B;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}
.locations__name {
  padding: 20px 0 0 10px;
  display: flex;
  align-items: baseline;
}
.locations__name img {
  width: 25px;
  margin-right: 5px;
}
.locations__address {
  padding: 0 0 0 10px;
  display: flex;
  align-items: baseline;
}
.locations__address img {
  width: 25px;
  margin-right: 5px;
}
.locations__phone {
  padding: 0 0 10px 10px;
  display: flex;
  align-items: baseline;
}
.locations__phone img {
  width: 25px;
  margin-right: 5px;
}

.locations-2 {
  display: grid;
  justify-content: center;
  padding: 0px 0 50px 0;
}

.connect-hero {
  align-items: center;
  justify-content: center;
  height: 438px;
  background-image: url(../img/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.connect-hero__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.connect {
  text-align: center;
  padding: 50px 0;
}
.connect__pretitle {
  font-size: 1.5rem;
}
.connect__title {
  font-size: 2rem;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.form-design {
  width: 400px;
}

.form-group {
  margin-bottom: 1.5em;
}

.form-label {
  font-size: 0.75em;
  color: #555;
  display: block;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  border-color: #ccc;
  border-style: none none solid none;
  width: 100%;
}

.form-control::-moz-placeholder {
  color: #aaa;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #555;
}

textarea {
  resize: none;
}

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

body {
  background: #f2f2f2;
  font-size: 15px;
}

img {
  width: 100%;
}

.container {
  max-width: 1200px;
}

.row {
  padding: 0 !important;
  margin: 0;
}

.col {
  padding: 0;
  margin: 0;
}

.line {
  height: 0.25px;
  border-width: 0;
  background-color: gray;
}

.btn-danger {
  background-color: #FC051A;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active,
.btn-danger:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover {
  box-shadow: none !important;
  outline: 0;
}/*# sourceMappingURL=style.css.map */