@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.bg-theme-1 {
  background-color: #00a896;
}

.bg-theme-2 {
  background-color: #005a4b;
}

.bg-theme-dark {
  background-color: #232323;
}

.bg-theme-light {
  background-color: #fffff0;
}

.bg-theme-mountain {
  background-color: #ffffff;
}

.color-light {
  color: #fffff0;
}

.color-dark {
  color: #232323;
}

.color-theme-1 {
  color: #00a896;
}

.color-theme-2 {
  color: #005a4b;
}

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fffff0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Cormorant", serif;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 58px;
  }
}
h1, .h1 {
  font-family: "Cormorant Upright", serif;
  font-weight: 400;
}

p {
  margin-bottom: 0px !important;
  font-size: 18px;
  line-height: 30px;
}
p.lead {
  font-family: "Cormorant Upright", serif;
  line-height: 40px;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar {
  background-color: #232323;
}
@media screen and (min-width: 1200px) {
  .navbar {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    /*
    &::before {
        position: absolute;
        left: 0;
        top: -200px;
        width: 100%;
        height: 100%;
        background-color: rgba(#005a4b,0);
        content: "";
        z-index: 999;
        transition: all 1.5 ease;
    }
    &.scroll {
        position: fixed;
        &::before {
            top: 0;
            background-color: rgba(#005a4b,1);
        }
        .container-fluid {
            padding-top: 0;
            padding-bottom: 0;
        }
    }
    */
  }
}
.navbar .container-fluid {
  z-index: 1000;
  transition: all 1 ease;
}
.navbar .container-fluid .collapse .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-family: "Cormorant Upright", serif;
  font-weight: 800;
  color: #fffff0;
  letter-spacing: 1px;
}
.navbar .container-fluid .collapse .navbar-nav .nav-item.active .nav-link {
  opacity: 0.5;
}
.navbar .container-fluid .collapse .navbar-nav .nav-item.active {
  overflow: hidden;
  position: relative;
}
.navbar .container-fluid .nav.social .nav-item .nav-link {
  color: #fffff0;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #005a4b;
}
.navbar .container-fluid .nav.social .nav-item .nav-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar .container-fluid .nav.social .nav-item .nav-link .flag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: grayscale(0.5);
}

header {
  background-color: #005a4b;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  header {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
header {
  color: #fffff0;
  position: relative;
  overflow: hidden;
}
header .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: grayscale(100%);
  opacity: 0.2;
}
@media screen and (min-width: 1200px) {
  header .img-fluid {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .relative {
    position: relative;
    overflow: hidden;
  }
  .relative .ratio {
    position: relative;
    z-index: 0;
    opacity: 0.5;
  }
  .relative .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 2;
  }
  .relative .profilo {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
}

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

.container-sf {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.container-sf.vigna {
  background-image: url("img/sf-vigna.jpg");
  background-position: top center;
}
.container-sf.sutrio {
  background-image: url("img/sf-sutrio.jpg");
  background-position: bottom center;
}
@media screen and (min-width: 1200px) {
  .container-sf.sutrio {
    background-size: contain;
  }
}
.container-sf.vigna-page {
  background-image: url("img/sf-vigna-page.jpg");
  background-position: bottom center;
}
@media screen and (min-width: 1200px) {
  .container-sf.vigna-page {
    background-size: contain;
  }
}

.btn {
  border-radius: 0;
  font-family: "Cormorant Upright", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #232323;
}

footer {
  background-image: url(img/sf-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
footer .nav .nav-item .nav-link {
  color: #fffff0;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #005a4b;
}
footer .nav .nav-item .nav-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer p a {
  text-decoration: none;
  color: #232323;
  font-weight: 600;
}

.ratio-3x4 {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.news-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.news-header h1 {
  font-weight: 700;
}
.news-header p {
  font-size: 1.1rem;
  color: #6c757d;
}

.news-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.news-image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-body {
  padding: 25px;
}

.news-date {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #0d6efd;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.news-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.news-text {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 20px;
}/*# sourceMappingURL=stili.css.map */