@import url("https://fonts.googleapis.com/css2?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");
body {
  font-family: "Lato", sans-serif;
}
body .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 999;
}
body .loader .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
body .loader .content .linea {
  width: 50px;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: spin 1.5s linear infinite;
}
body.loaded .loader {
  display: none;
}
@keyframes spin {
  0% {
    left: 0px;
  }
  100% {
    left: 100%;
  }
}
.container-fluid {
  max-width: 1920px;
  margin: 0px auto;
}

header {
  background-color: #fff;
  border-bottom: 1px solid rgba(191, 153, 47, 0.5);
}
@media screen and (min-width: 992px) {
  header.header-home {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
  }
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .container .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  header .navbar .container .collapse .navbar-nav .nav-item {
    margin-right: 10px;
    position: relative;
    transition: all 0.5s;
  }
  header .navbar .container .collapse .navbar-nav .nav-item:before {
    width: 0%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
  }
  header .navbar .container .collapse .navbar-nav .nav-item:hover:before {
    width: 100%;
  }
  header .navbar .container .collapse .navbar-nav .nav-item.nav-item-animate {
    position: relative;
  }
  header .navbar .container .collapse .navbar-nav .nav-item.nav-item-animate::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: "";
    background-color: #198754;
    z-index: 0;
    animation: scale 2s infinite;
    opacity: 0.5;
    border-radius: 0.25rem;
  }
}
header .navbar .container .collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  z-index: 10;
  position: relative;
}

@keyframes scale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  50% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0.5;
  }
  100% {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    opacity: 0;
  }
}
.brevo-conversations--pos-top.brevo-conversations--style-round:not(.brevo-conversations--expanded) {
  top: 307px !important;
}
@media screen and (min-width: 1600px) {
  .brevo-conversations--pos-top.brevo-conversations--style-round:not(.brevo-conversations--expanded) {
    top: 32px !important;
  }
}

.call-to-action {
  background-color: #fff;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.call-to-action.scroll {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.home {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .home {
    padding-top: 50%;
    background-color: #000;
  }
  .home .img-fluid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: #fff;
    opacity: 0.9;
  }
}
.home .container {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 140px;
  }
}
.home svg {
  position: absolute;
  bottom: -1px;
  z-index: 99;
  display: none;
}
@media screen and (min-width: 768px) {
  .home svg {
    display: block;
  }
}
.home h1 {
  font-weight: 300;
}
.home h1 b {
  font-weight: 700;
}

.cerca {
  margin-top: 15px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .cerca {
    margin-top: -88px;
  }
}
.cerca .container {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .cerca .container {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}

.container-cerca {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  .container-cerca {
    border-right: 0px solid #eeeeee;
  }
}
.container-cerca .row.avanzata {
  display: none;
}
.container-cerca .row .form-group {
  padding: 12px 28px;
  margin-bottom: 0px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 992px) {
  .container-cerca .row .form-group {
    border-left: 1px solid #eeeeee;
  }
}
.container-cerca .row .form-group:first-child {
  border-left: none;
}
.container-cerca .row .form-group label {
  font-style: normal;
  font-size: 14px;
  color: #969696;
  text-transform: uppercase;
}
.container-cerca .row .form-group .form-control {
  background: transparent;
  color: #001935;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 1px;
  background-clip: inherit !important;
  margin-top: 4px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.container-cerca .row .col-slider label {
  display: block;
}
.container-cerca .row .col-slider .slider-text {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 10px;
}
.container-cerca .row .col-slider span {
  color: #999;
}
.container-cerca .row .col-slider .slider {
  height: 5px;
}
.container-cerca .row .col-slider .slider .noUi-connect {
  background: #c0392b;
}
.container-cerca .row .col-slider .slider .noUi-handle {
  height: 12px;
  width: 12px;
  top: -5px;
  right: -6px;
  overflow: hidden;
}

.container-filtro {
  border-top: 0px solid #dee2e6;
  border-left: 0px solid #dee2e6;
  border-right: 0px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .container-filtro {
    border-right: 0px solid #dee2e6;
  }
}
.container-filtro .row.avanzata {
  display: none;
}
.container-filtro .row .form-group {
  padding: 12px 28px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dee2e6;
}
@media screen and (min-width: 992px) {
  .container-filtro .row .form-group {
    border-bottom: 0px solid #dee2e6;
    border-left: 1px solid #dee2e6;
  }
}
.container-filtro .row .form-group:first-child {
  border-left: none;
}
.container-filtro .row .form-group:last-child {
  border-bottom: 0;
}
.container-filtro .row .form-group label {
  font-style: normal;
  font-size: 14px;
  color: #969696;
  text-transform: uppercase;
}
.container-filtro .row .form-group .form-control {
  background: transparent;
  color: #001935;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 1px;
  background-clip: inherit !important;
  margin-top: 4px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.container-filtro .row .col-slider label {
  display: block;
}
.container-filtro .row .col-slider .slider-text {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 10px;
}
.container-filtro .row .col-slider span {
  color: #999;
}
.container-filtro .row .col-slider .slider {
  height: 5px;
}
.container-filtro .row .col-slider .slider .noUi-connect {
  background: #c0392b;
}
.container-filtro .row .col-slider .slider .noUi-handle {
  height: 12px;
  width: 12px;
  top: -5px;
  right: -6px;
  overflow: hidden;
}

.card {
  transition: all 0.5s;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.card a {
  display: block;
  text-decoration: none;
  color: #222;
}
.card figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #efefef;
}
.card figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.card figure img.card-logo {
  width: 90%;
  height: auto;
}
.card h3 {
  font-size: 20px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.card p {
  margin-bottom: 0px;
}
.card .row {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card .prezzo {
  color: darkred;
}
.card .icons {
  opacity: 0.6;
  font-size: 12px;
}
.card:hover {
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.luxury .card {
  background-color: #000000;
  box-shadow: 0 0rem 0rem rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(218, 165, 32, 0.5) !important;
}
.luxury .card a {
  color: #fff;
}
.luxury .card figure {
  background-color: goldenrod;
}
.luxury .card h3 {
  color: goldenrod;
}
.luxury .card .row {
  border-top: 1px solid rgba(218, 165, 32, 0.5);
}
.luxury .card .prezzo {
  color: goldenrod;
}
.luxury .card .icons {
  color: gold;
  opacity: 1;
}
.luxury .card:hover {
  box-shadow: 0 1rem 1.5rem rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(218, 165, 32, 0.5) !important;
}

.luxury-home {
  padding: 0;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}
.luxury-home .img-sfondo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: 0;
  filter: sepia(0.9);
  height: 100%;
  width: auto;
}
.luxury-home .container {
  z-index: 5;
  position: relative;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
}

.bg-dark-5 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-dark-8 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-light-gray {
  background-color: #ededed;
}

.container-relative {
  position: relative;
}
.container-relative > .row {
  position: relative;
}
.container-relative .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container-svg {
  position: relative;
  overflow: hidden;
}
.container-svg svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.container-svg svg.svg-top {
  top: 0px;
  transform: translateX(-50%) scaleX(-1) scaleY(-1);
}
.container-svg svg.svg-bottom {
  bottom: -5px;
}

.swiper-annuncio {
  background-color: transparent;
  width: 100% !important;
  height: 300px !important;
}
.swiper-annuncio .swiper-pagination {
  bottom: 30px;
}
.swiper-annuncio .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #000;
  border-radius: 5px;
  width: 20px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.125);
  opacity: 1;
}
.swiper-annuncio .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  border: 1px solid #f00;
}
@media screen and (min-width: 768px) {
  .swiper-annuncio {
    width: 100% !important;
    height: 400px !important;
  }
}
@media screen and (min-width: 992px) {
  .swiper-annuncio .swiper-slide {
    width: auto !important;
    height: 400px !important;
  }
  .swiper-annuncio .swiper-slide img {
    width: auto !important;
    height: 400px !important;
  }
}

.breadcrumb a {
  text-decoration: none;
  color: #222;
}

#map {
  height: 480px;
}

.pagination .page-item .page-link {
  color: #222;
}
.pagination .page-item.active .page-link {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

a.badge {
  text-decoration: none;
  font-weight: 300;
}
a.badge span {
  font-weight: 600;
}

.oro {
  color: gold;
  text-decoration: none;
}

a.oro {
  text-decoration: none;
}
a.oro:hover {
  color: white;
}

.qxCTlb {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 12px 16px !important;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #000;
  color: #efefef;
}
footer .nav .nav-item {
  margin: 10px;
}
footer .nav .nav-item .nav-link {
  color: #fff;
  border-radius: 12px;
  background-color: #f00;
}
footer p {
  margin-bottom: 0px;
}
footer p a {
  color: #bbb;
  text-decoration: none;
}

.bg-newsletter {
  background-image: url(img/sf-newsletter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a.link-wa {
  color: #198754;
}

.h3-annuncio {
  position: relative;
  overflow: hidden;
}

.text-shadow {
  text-shadow: 2px 2px #000000;
}

.chiamaci {
  display: block;
  color: #ededed;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.chiamaci .fas {
  color: #bf992f;
  transform: scaleX(-1);
}
.chiamaci:hover {
  color: #ededed;
}

.contact-icons .nav-item .nav-link {
  font-size: 1.2rem;
  color: #000;
}
.contact-icons .nav-item .nav-link.wa {
  color: #198754;
}/*# sourceMappingURL=stili.css.map */