@import url("https://fonts.googleapis.com/css2?family=Barlow&display=swap");
#products-header {
  background: radial-gradient(circle, rgb(255, 251, 241) 20%, rgb(255, 225, 162) 100%);
  padding: 3rem;
  font-size: 1.3rem;
}
#products-header h1 {
  color: #1D5388;
  margin-bottom: 1rem;
}

.products-section {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.btn-standard {
  background-color: #1D5388;
  color: white;
  font-weight: bold;
}

.btn-standard:hover {
  color: white;
  text-decoration: none;
  background-color: #5f98d1;
}

.product-screenshot {
  padding: 0;
  border-radius: 5px;
  border: #1D5388 3px solid;
}

.product-description {
  padding-left: 2.5rem;
}

@media (max-width: 991.98px) {
  .product-heading {
    text-align: center;
  }
  .product-description {
    padding: 5%;
    margin-bottom: 3rem;
    text-align: justify;
  }
  .products-section .call-to-action {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #products-header {
    font-size: 1.05rem;
    padding: 2rem 2.5%;
  }
  #products-header h1 {
    font-size: 2rem;
  }
  .products-section {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.05em;
  }
  .desktop-break {
    display: none;
  }
}
html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 315px;
  }
}

body {
  font-family: "Barlow", sans-serif;
}
body a {
  color: #F39C33;
  font-weight: bold;
  text-decoration: none;
}
body a:hover {
  color: #F39C33;
  text-decoration: underline;
}

.slide-text {
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.row {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.dark-slide {
  background-color: #1D5388;
  color: white;
}
.dark-slide a {
  color: white;
  text-decoration: none;
}
.dark-slide a:hover {
  text-decoration: none;
}
.dark-slide a.delicate-link {
  color: #adc8e3;
}
.dark-slide a.delicate-link:hover {
  color: #d0dce7;
}

.bright-slide {
  background-color: #F7F8F9;
  color: #1D5388;
}
.bright-slide .slide-title {
  font-weight: bold;
}
.bright-slide a {
  color: #1D5388;
  text-decoration: none;
}
.bright-slide a.btn {
  color: white;
}

.white-slide {
  background-color: white;
  color: #1D5388;
}
.white-slide .slide-title {
  font-weight: bold;
}
.white-slide a {
  color: #1D5388;
  text-decoration: none;
}
.white-slide a.btn {
  color: white;
}

.navbar-custom {
  background-color: #1D5388;
  z-index: 1000;
  -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.55);
  font-size: larger;
  min-height: 60px;
}
.navbar-custom .navbar-nav .nav-link {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#hero {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 52%, rgb(255, 231, 179) 100%);
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #hero {
    min-height: 60vh;
  }
}
#hero img {
  margin-bottom: -1.4rem;
}
@media (min-width: 768px) {
  #hero img {
    max-width: 640px;
  }
}
#hero p {
  color: #1D5388;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

#about-us {
  background-color: #1D5388;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #about-us {
    min-height: 36vh;
  }
}
#about-us .about-us-item {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#product-highlights .product-item {
  padding-top: 2rem;
}
#product-highlights .product-description-left {
  padding-right: 2.5rem;
}
#product-highlights .product-description-right {
  padding-left: 2.5rem;
}
#product-highlights .product-screenshot {
  padding: 0;
  border-radius: 5px;
  border: #1D5388 3px solid;
}
@media (max-width: 992.98px) {
  #product-highlights .product-screenshot {
    max-width: 300px;
  }
}
@media (max-width: 992.98px) {
  #product-highlights .product-image {
    max-width: 300px;
  }
}
#product-highlights .product-name {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #product-highlights .product-image-col {
    padding: 0 15%;
  }
}
@media (max-width: 767.98px) {
  #product-highlights .product-image-col {
    padding: 0 5%;
  }
}
@media (max-width: 991.98px) {
  #product-highlights .product-description-left,
  #product-highlights .product-description-right {
    padding: 2.5rem 5% 0 5%;
    text-align: justify;
  }
  #product-highlights .product-item {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  #product-highlights .product-name,
  #product-highlights .call-to-action {
    text-align: center;
  }
  #product-highlights .call-to-action {
    margin-top: 2rem;
  }
}

#our-team .team-member-img {
  margin-bottom: 8px;
  max-width: 150px;
  border-radius: 10px;
}
#our-team h5 {
  color: #F39C33;
  margin-bottom: 0px;
}
#our-team .team-member-name {
  color: white;
}
@media (max-width: 767.98px) {
  #our-team .team-member {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
}

#contacts {
  background: linear-gradient(to bottom, #F7F8F9, #e3e6ea);
}
#contacts h2 {
  margin-bottom: 2rem;
}
#contacts img {
  margin-bottom: 1rem;
}
#contacts .contact-block {
  margin-bottom: 1rem;
}
#contacts .social-media {
  font-weight: bold;
}

#credentials {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#credentials .logo-spinoff-accreditata {
  width: 20rem;
  margin: 2rem auto;
}
#credentials .logo-certificazione {
  width: 20rem;
  margin: 2rem auto;
}
#credentials .logo-certificazione img {
  width: 100%;
  height: auto;
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d5388;
  color: white;
  min-height: 3rem;
}
footer a {
  color: white;
}

.transparency-page-body {
  background-color: #e8f4ff;
}

.simple-page-header {
  background-color: #aeccea;
  color: #12487d;
}

ul {
  margin-left: 1rem;
  margin: 1.5rem;
}

dl {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

/*# sourceMappingURL=styles.css.map */
