html, body {
  width: 100%;
  height: auto;
  max-width: 100%;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 13px;
  }
}

.big-title, .big-title-home {
  font-weight: bold;
  font-size: 4em;
}
@media screen and (max-width: 610px) {
  .big-title.big-title, .big-title-home.big-title {
    font-size: 2em;
  }
}

.accordion.faq .accordion-header, .accordion.faq .accordion-header * {
  font-weight: bold;
}
.accordion.faq .accordion-body {
  background-color: #eee;
}

.main-search-form {
  font-size: 2em;
  padding: 1.875rem 3.125rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.main-search-form .btn-search {
  border-radius: 1.25rem;
  background-color: orange;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.bg-dotted {
  position: relative;
}
.bg-dotted:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/front/dotted-bg.png");
  background-size: cover;
  background-position: bottom;
  opacity: 0.4;
}
.bg-dotted * {
  z-index: 2;
}

.bg-lady-right {
  background: url("/images/register.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
@media screen and (max-width: 1000px) {
  .bg-lady-right {
    background-image: none;
  }
}

.btn-cta {
  border-radius: 50px;
  padding: 10px 50px;
}

.main-menu.bg-dark-opacity {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.main-menu .nav-item, .main-menu .nav-item * {
  color: #fff !important;
}
.main-menu .nav-item.active, .main-menu .nav-item.active *, .main-menu .nav-item:hover, .main-menu .nav-item:hover * {
  color: orange !important;
}

.br-20 {
  border-radius: 20px;
}

.faq-card.business {
  background-color: rgba(26, 187, 105, 0.1);
  background-image: url("/images/front/FAQ-ATTIVITA-LOCALI.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.faq-card.client {
  background-color: rgba(247, 143, 14, 0.1);
  background-image: url("/images/front/FAQ-CLIENTI-LOCALI.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.faq-card p {
  font-size: 1.2em;
  padding: 50px 0;
  max-width: 250px;
}

@media screen and (max-width: 610px) {
  .main-menu {
    font-size: 1.2rem;
  }
  .main-menu .btn {
    font-size: 1em;
    margin-top: 1rem;
  }
}

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