* {
  font-family: 'Lato', sans-serif;
}
#carousel .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
#carousel .carousel-item {
  min-height: 400px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousel .carousel-item .box-info {
  bottom: 0;
  width: 100%;
  position: absolute;
  padding-bottom: 10px;
}
#carousel .carousel-item .box-info img {
  margin-bottom: 40px;
}
#carousel .carousel-item h5 {
  font-size: 26px;
  color: #fff;
  width: 100%;
  margin-bottom: 42px;
}
.navbar-nav {
  margin: auto;
}
.navbar-nav li:last-child {
  content: "";
}
.navbar {
  background: #49499b;
  border-radius: 10px;
  margin-top: -20px;
}
.navbar a {
  color: #fff;
}
.navbar a:hover {
  color: #F7F7F7;
}
.nav-link {
  margin: 0 10px;
}
.nav-link:last-child {
  content: "";
}
.navbar-nav li:last-child {
  content: "" !important;
}
.vertical-menu a {
  background: #49499b;
  border-top: 1px solid #000;
  padding: 20px;
  display: block;
  width: 100%;
  color: #fff;
}
.card {
  border: 6px solid rgba(255,255,255);
}
.vertical-menu a:hover {
  text-decoration: none;
  background: #F7F7F7;
  color: #000;
}
iframe {
  width: 100% !important;
}
.line-product {
  padding: 20px;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.line-product > div {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 20px;
}
.line-product > div .card-text {
  font-size: 14px;
}
.categorie-riga {
  margin-top: 120px;
}
.social-top i {
  font-size: 40px;
  color: #fff;
  margin: 10px 12px;
}
footer {
  margin-top: 40px;
}
footer .nav-bottom {
  padding-top: 14px;
  background: #F7F7F7;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .footer-text {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #49499b;
  font-weight: 500;
  color:#fff;
}
footer p {
  margin-bottom: 0;
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #49499b;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}
#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}
.navbar-toggler {
  border: 1px solid #fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.card {
  border-radius: 0;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 959px) {
  .box-info {
    padding-top: 60px;
  }
  #carousel .carousel-item {
    min-height: 510px;
  }
  #carousel .carousel-item h3 {
    font-size: 12px;
  }
  .carousel-caption {
    padding: 10px 0 !important;
  }
  .carousel-caption h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=generale.css.map */