@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

html {
  background-color: #fdfdfd;
}

body {
  max-width: 1920px;
  margin: 0px auto;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: 400 !important;
}

.logo {
  font-family: "Tinos", serif;
  color: #807f7d !important;
  font-weight: 400;
  text-decoration: none;
}
.logo span {
  color: #311369 !important;
}

.navbar {
  background-color: #efefef;
  margin-bottom: 15px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 992px) {
  .navbar {
    background-color: #fff;
    margin-bottom: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.navbar-nav {
  background-color: #fff;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    border: 0;
  }
}
.navbar-nav .nav-item {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 992px) {
  .navbar-nav .nav-item {
    border: 0;
  }
}
.navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #222;
}
@media screen and (min-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.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(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .logo {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  header .logo {
    font-size: 4rem;
  }
}

.container-top {
  position: relative;
  overflow: hidden;
}
.container-top .img-fluid {
  position: relative;
  z-index: 0;
}
.container-top video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .container-top .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

.container-fluid {
  background-color: #fff;
}

.container-relative {
  position: relative;
  overflow: hidden;
  background-image: url(img/sf-onda.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .container-relative {
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .container-relative .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

p {
  margin-bottom: 0;
}

.servizi .col-md-4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .servizi .col-md-4 {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.servizi .col-md-4:last-child {
  border: 0;
}
.servizi .col-md-4 .btn {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

section.container-fluid {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  section.container-fluid .container-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

footer {
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
footer svg {
  transform: scaleY(-1);
}
footer svg.onda-1 {
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
footer svg.onda-2 {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 5;
  width: 120%;
  transform: scaleY(-1);
  opacity: 0.5;
}
footer a {
  color: #311369;
  text-decoration: none;
  font-weight: 500;
}/*# sourceMappingURL=stili.css.map */