body.admin-bar .site-header {
  margin-top: var(--wp-admin--admin-bar--height, 32px);
}

:root {
  --color-navy: #1d3461;
}

.site-header {
  transition: background-color 0.3s ease;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-header:has(.elementor-menu-toggle[aria-expanded=true]) {
  background-color: #1d3461;
}
.site-header.site-header--solid {
  background-color: #1d3461;
}

.e--pointer-double-line .elementor-item::after, .e--pointer-underline .elementor-item::after {
  content: initial;
}

.cpel-switcher__nav {
  position: relative;
}

.cpel-switcher__nav .cpel-switcher__toggle.cpel-switcher__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #fff !important;
  border-radius: 60px !important;
  background: transparent !important;
  cursor: pointer;
}
.cpel-switcher__nav .cpel-switcher__toggle.cpel-switcher__lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: transparent !important;
  border-radius: inherit !important;
  text-decoration: none;
}
.cpel-switcher__nav .cpel-switcher__toggle.cpel-switcher__lang .cpel-switcher__code {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff !important;
  padding: 0;
}
.cpel-switcher__nav .cpel-switcher__toggle.cpel-switcher__lang .cpel-switcher__icon {
  display: none !important;
}
.cpel-switcher__nav .cpel-switcher__toggle.cpel-switcher__lang.cpel-switcher__toggle--on {
  border-bottom: none !important;
  border-radius: 26px 26px 0 0 !important;
}

.cpel-switcher__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 52px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: none;
  border-radius: 0 0 26px 26px;
  overflow: hidden;
  z-index: 1;
  margin-top: -0.5rem;
}
.cpel-switcher__toggle--on + .cpel-switcher__list {
  border: 1px solid #fff;
  border-top: none;
  padding-bottom: 0.75rem;
}
.site-header--solid .cpel-switcher__list {
  background-color: var(--color-navy);
}
.cpel-switcher__list .cpel-switcher__lang a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  background: transparent !important;
}
.cpel-switcher__list .cpel-switcher__lang a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cpel-switcher__list .cpel-switcher__lang a .cpel-switcher__code {
  padding: 0 !important;
}

.site-header--solid .prenota a.elementor-button-link {
  border-color: inherit;
}

.prenota:hover a.elementor-button-link .elementor-button-icon path {
  fill: var(--e-global-color-primary);
}

.elementor-widget-image img {
  border-radius: 1rem;
}

.card-link-wrap {
  position: relative;
}
.card-link-wrap .elementor-widget-button {
  position: static;
}
.card-link-wrap a.elementor-button {
  position: static;
}
.card-link-wrap a.elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.card-link-wrap .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.dotazioni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 10rem;
}
@media screen and (max-width: 767px) {
  .dotazioni-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.dotazioni-grid__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dotazioni-grid__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.dotazioni-grid__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dotazioni-grid__label {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.elementor-image-carousel-wrapper .swiper-slide-inner {
  aspect-ratio: 5/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-image-carousel-wrapper .swiper-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

:target {
  scroll-margin-top: 120px;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  display: flex;
}

.e-n-tabs-heading .e-n-tab-title {
  padding: 9px 32px !important;
  background: transparent !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
}
.e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: rgba(29, 52, 97, 0.8);
  text-transform: initial;
}
.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  border-color: rgba(29, 52, 97, 0.35) !important;
}
@media screen and (max-width: 767px) {
  .e-n-tabs-heading {
    flex-direction: row !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.75rem;
  }
  .e-n-tabs-heading .e-n-tab-title {
    width: auto !important;
    flex: 0 0 auto;
    padding: 9px 24px !important;
    border-color: rgba(29, 52, 97, 0.35) !important;
    height: 3rem;
    align-self: center;
    margin: 0 !important;
  }
  .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    font-size: 1rem;
  }
  .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background: #1d3461 !important;
    border-color: #1d3461 !important;
  }
  .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: #fff;
    font-weight: 700;
  }
}

#CDSWIDSSP {
  max-width: 100%;
}

.camera-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.camera-spec {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1d3461;
}

.camera-spec__icon {
  display: inline-flex;
  flex-shrink: 0;
}
.camera-spec__icon svg {
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=custom.css.map */