/*CUSTOM LANDING SVILUPPO SOFTWARE*/ :root {
  --primary: #f4a609;
  --secondary: #f4a609;
  --tertiary: #5c7c83;
  --dark: #03303d;
  --intempra-dark: #03303d;
  --intempra-light: #5c7c83;
  --default: #b8b8b8;
}
.bg-color-quaternary, .bg-quaternary, .bg-color-dark, .bg-dark, .custom-hero-bg:after {
  background-color: var(--intempra-dark) !important;
}
.modal-body p, .modal-body li {
  color: #333;
  line-height: 26px;
  margin: 0 0 20px;
}
.modal-body h2 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 10px 0;
}
.modal-body h3 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: none;
}
h3 {
  text-transform: none;
}
.title-primary {
  color: #f4a609;
  position: relative;
  top: -36px;
  font-size: 38px;
  text-align: center;
  line-height: 52px;
}
.custom-stop-color-1, #Gradient1 {
  background-color: red !important;
}
.custom-hero-font-1 {
  line-height: 0.8;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}
.card-body p {
  color: #333;
}
canvas.particles-js-canvas-el {
    background-color: var(--primary);
}

@media (max-width:875px) {
  div#googlemaps {
    margin-bottom: 20px !important;
  }
  .header-logo img {
    height: 50px;
  }
  .container {
    padding: 0px 20px;
  }
}