html, body {
  width: 100%;
  height: 100%;
}

body {
  background-image: url(img/sfondo.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", Times, serif;
}

.bg-dark {
  background-color: #313c4c !important;
}

p {
  margin-bottom: 0;
}
p.blue {
  color: #2a394a;
}

.text-light a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.container-fluid {
  min-height: 100%;
}

.col-top {
  height: 50vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .col-top {
    height: 750px;
  }
}
@media screen and (min-width: 992px) {
  .col-top {
    height: 75vh;
    min-height: 750px;
  }
}
@media screen and (min-width: 992px) {
  .col-top {
    max-height: 1080px;
  }
}
.col-top .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-height: 600px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .col-top .logo {
    height: 100%;
    width: auto;
  }
}
.col-top .sfondo-top {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .col-top .sfondo-top {
    /*
    width: 100%;
    height: auto;
    */
  }
}

.container {
  max-width: 900px !important;
}

.col-bott {
  position: relative;
}
.col-bott .row {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .col-bott .row .col-md-2 {
    padding-top: 10px;
  }
  .col-bott .row .col-md-2 img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.8));
  }
  .col-bott .row .col-md-2:nth-child(even) {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .col-bott:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
    background-color: #2a394a;
    content: "";
    height: 40px;
    width: 100%;
    z-index: 0;
    border-radius: 20px;
  }
}/*# sourceMappingURL=stili.css.map */