﻿body {
    background-color: #e6e7e2;
    text-rendering: optimizeSpeed;
}


/* larghezza della barra di scorrimento */
::-webkit-scrollbar {
    width: 10px;
}

/* sfondo del "binario" */
::-webkit-scrollbar-track {
    background: #000; /* colore di fondo */
}

/* "thumb" (il blocchetto che si muove) */
::-webkit-scrollbar-thumb {
    background-color: #cea36e; /* colore del sito */
    border: 2px solid #cea36e; /* bordo per effetto "pillola" */
}

    /* hover sul thumb */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #cea36e;
    }


.footer.-type-2 .footer__main {
    padding: 50px 0 25px 0;
}

.footer.-type-2 .footer__bottom {
    height: 75px;
}

.w-100 {
    width: 100%;
}


.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.header__logo img {
    height: 70px;
}

.searchForm.-type-1.-blur-2, .searchForm.-type-1.-blur-1 {
    background: rgba(213, 0, 99, 0.9);
}

.menuFullScreen__right__logo img {
    max-width: 400px;
}

.menuFullScreen__bg {
    background: rgb(0, 0, 0);
}

    .menuFullScreen__bg img {
        filter: opacity(40%)
    }

h1, h2, h3, h4, h5, h6, p, body {
    color: var(--color-black);
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    text-align: center;
}

a:hover {
    color: var(--color-accent-1);
}

.menuFullScreen-links__item > a, .menuFullScreen-links-subnav__item a {
    text-transform: capitalize
}

.sidebar.-blog {
    width: 100%;
}

    .sidebar.-blog .sidebar-tags > * a {
        background-color: var(--color-light-2);
    }

.contactForm input[type="checkbox"] {
    line-height: unset;
    height: unset;
    width: unset;
}

.text-wrap-pretty {
    text-wrap: pretty;
}

.text-wrap-no-wrap {
    text-wrap: nowrap;
}

.sidebar.-blog .sidebar-tags > * a {
    background-color: var(--color-accent-1);
    color: white;
}

.menuFullScreen__right {
    background-color: var(--color-light-2);
}

.hero.-type-8:not(.slider-home) .hero__slide {
    min-height: 80vh;
}

.js-header.is-sticky .logo-sticky {
    display: block;
}

.js-header .logo-sticky {
    display: none;
}

.js-header .logo, .js-header .menu-button {
    display: block;
}

.js-header.is-sticky .logo, .js-header.is-sticky .menu-button {
    display: none;
}

.hero.-type-8:not(.slider-home) .hero__slide {
    min-height: 90vh;
}

.contactForm input[type="checkbox"] {
    line-height: unset;
    height: unset;
    width: unset;
}

.border-0 {
    border: 0 !important;
}

.searchForm.-type-1 .searchFormItemDropdown.-counter .searchFormItemDropdown__item + * {
    flex-wrap: wrap;
}

.size-30 {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.menuFullScreen-links__item > a {
    font-size: 35px;
}

.header.-h-90 {
    height: 100px;
}

.menuFullScreen__mobile__bg {
    height: 100%;
}

.footer-bottom-mobile {
    position: fixed;
    bottom: 0px;
    padding: 0px;
}

    .footer-bottom-mobile .footer-bottom-mobile-inner {
        background-color: #000;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        color: white;
    }

        .footer-bottom-mobile .footer-bottom-mobile-inner .footer-mobile-item i {
            font-size: 20px;
        }

        .footer-bottom-mobile .footer-bottom-mobile-inner .footer-mobile-item:nth-child(1) {
            border-right: 1px solid white
        }

        .footer-bottom-mobile .footer-bottom-mobile-inner .footer-mobile-item:nth-child(3) {
            border-left: 1px solid white
        }

/*.contactForm .form-input textarea:focus + label, .contactForm .form-input input:focus + label {
    transform: none
}*/

.roomCard__title {
    text-transform: capitalize;
}

.roomCard__content .roomCard__title img {
    max-height: 41px;
}

.titoletto {
    text-transform: uppercase;
    font-size: 20px;
    /*font-family: 'Lato';*/
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    margin: 9px 0 7px 0;
    display: none;
}


.max-capacity-label {
    padding: 15px;
    background-color: #cb427f;
    color: white;
}

.widget-prenota-dx {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-accent-1);
    color: white;
    border: 2px solid white;
    border-right: 0;
    border-radius: 16px 0 0 16px;
    z-index: 1;
}

    .widget-prenota-dx a {
        font-size: 30px;
        line-height: 0px;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .widget-prenota-dx hr {
        margin: 0;
        background-color: white;
        color: white;
        opacity: 1;
        border: 0;
        height: 2px;
    }

    .widget-prenota-dx img {
        width: 30px;
        height: 30px;
    }

.inputSingle a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.button {
    border-radius: 4px;
    width: fit-content;
}

.img-icon-table {
    height: 50px;
}

.img-icon-table-header {
    height: 22px;
    margin-top: -5px;
}

.logo-slider {
    position: absolute;
    left: 50%;
    top: calc(40% - 60px);
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 10;
}

strong, b {
    font-weight: 600;
}

.menu-icon, .menu-icon-sticky {
    display: none;
    height: 22px;
}

body:has(.slider-top) .js-header:not(.is-sticky) .menu-icon {
    display: block
}

.js-header.is-sticky .menu-icon-sticky, body:not(:has(.slider-top)) .menu-icon-sticky {
    display: block
}

.js-header.is-sticky .upper-header {
    display: none;
}

.menuFullScreen-links {
    gap: 25px;
}

.iconaHome {
    float: left;
    margin: -2px 20px 0px 0px;
}

.upper-header {
    font-size: 15px;
}

.button.-type-2::before {
    content: none;
}

.text-64, .text-40 {
    font-size: 34px !important;
}

.lh-065 {
    line-height: unset !important;
}

.text-15 {
    font-weight: 500;
    font-size: 24px !important;
}

.button-beige {
    color: white;
    background: rgba(206, 163, 110, 1);
}

    .button-beige:hover {
        color: #fff;
    }

.js-header.is-sticky .button-beige {
    /* display: none;*/
}

.menuFullScreen-links__item > a {
    font-family: var(--font-primary);
}

    .menuFullScreen-links__item > a:hover {
        color: white;
    }

.js-menuFullScreen-has-children i {
    cursor: pointer;
}

.offer-text-bg::after {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    content: "";
    display: block;
    position: absolute;
    /*top: 50%; */
    transform: translateY(-68%);
    width: 65%;
    height: 75%;
    background-color: var(--color-light-1);
    z-index: -1;
}

.col-lg-5:nth-child(2n+1).offer-text-bg::after, .col-lg-5.order-lg-0.offer-text-bg::after {
    right: 30%;
}

.col-lg-5:nth-child(2n):not(.order-lg-0).offer-text-bg::after {
    left: 30%;
}

.offertaTestoDX {
    padding: 0 0 0 80px;
}

.offertaTestoSX {
    padding: 0 80px 0 0px;
}

.H3TitoloSezioneHome {
    color: #fff;
    font-size: 40px;
}



.BoxCamereHome {
    position: absolute !important;
    bottom: 35% !important;
}

.BoxOfferteHome {
    position: absolute;
    bottom: 10%;
    text-align: left;
    left: 9%;
}

.TitoloNewsletter {
    font-size: 33px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.LabelNewsletter {
    font-size: 17px;
}

.iconaNewsletter {
    border-bottom: 1px solid #000;
    width: 60%;
    margin-top: 10px;
}



/* -------- MEDIA max-width: 992px (unificata) -------- */
@media (max-width: 992px) {
    .logo-slider {
        width: 300px;
        /*    display: none;*/
        top: calc(70% - 50px);
    }

    .header__logo img {
        /*  margin-top: 10px;*/
        height: 50px;
    }

    .about.-type-1 .about__images {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }

    .upper-header {
        display: none;
    }



    /* masonry colonne */
    .masonry {
        column-count: 2;
    }
}

/* -------- MEDIA max-width: 767px -------- */
@media (max-width: 767px) {
    .md\:text-40 {
        font-size: 28px !important;
    }

    div.text-15 {
        font-size: 20px !important;
    }
}

.descrizioneOfferta ul, li {
    list-style: disc;
    margin-left: 15px;
}

#myOverlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding-top: 80px;
    z-index: 990;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    /*    background-image: url('/img/menu/fotoMenu.jpg');*/
    height: 500px;
    background-color: #7f866e;
}

    .overlay.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.overlay-content {
    position: relative;
    width: 100%;
    /*  max-width: 500px;*/
    padding: 30px 40px;
    border-top: 1px solid #fff;
}

.overlay .nav-link {
    font-size: 24px;
    color: white;
    font-weight: normal;
    max-width: 460px;
}

.nav > li, .submenu > li {
    list-style: none;
    font-weight: normal;
}

.nav-item {
    text-transform: uppercase;
}

    .nav-item.has-submenu {
        display: flex;
        flex-direction: column;
        margin-right: 5%;
    }

.submenu {
    /*  max-height: 0;*/
    /*    overflow: hidden;
    opacity: 0;*/
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.has-submenu.open > .submenu {
    max-height: 500px; /* deve coprire l'altezza max del contenuto */
    opacity: 1;
}

.submenu .nav-link {
    font-size: 16px;
    text-transform: none !important;
    padding: 3px 0px;
}

    .submenu .nav-link:hover {
        text-decoration: underline !important;
    }

.submenu-toggle-wrapper {
    display: flex;
    align-items: center;
}

.toggle-submenu {
    background: none;
    /*  background-color: #000;*/
    border: none;
    color: white;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem;
    position: absolute;
    right: 20px;
}

.btn-menu, .btn-close-menu {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2000;
}

.btn-close-menu {
    display: none;
}

    .btn-close-menu.show {
        display: block;
        color: #fff;
    }

.btn-menu.hide {
    display: none;
}

.hamburger-btn {
    position: fixed;
    top: 25px;
    left: 30px;
    width: 100px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    z-index: 2000;
    cursor: pointer;
}

    .hamburger-btn span {
        height: 2px;
        width: 45px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

.btn-close-menu {
    top: 22px;
    left: 40px;
    height: 35px;
    border: none;
    z-index: 2000;
    cursor: pointer;
}

    .btn-close-menu div {
        height: 2px;
        width: 40px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

        .btn-close-menu div:first-child {
            position: absolute;
            left: 0;
            top: calc(50% - 1px);
            transform: rotate(45deg);
        }

        .btn-close-menu div:last-child {
            position: absolute;
            left: 0;
            bottom: calc(50% - 1px);
            transform: rotate(-45deg);
        }

body:has(.overlay.active) .prenotazioneButton {
    background-color: #FFF !important;
    color: #7f866e !important;
}

.toggle-submenu i {
    display: none;
}

/* -------- MEDIA max-width:1260px -------- */
@media (max-width: 1260px) {

    .toggle-submenu i {
        display: block;
        cursor: pointer;
    }

    .submenu {
        display: none;
    }

    .has-submenu.open > .submenu {
        display: block;
    }

    .overlay-content {
        position: relative;
        width: 100%;
        padding: 30px 10px;
        border-top: 1px solid #fff;
    }

    .overlay .nav-link {
        font-size: 19px;
        padding: 10px 0px;
    }

    .overlay .nav-item {
        width: 100%;
        text-transform: none;
        border-bottom: 1px solid #fff;
    }

    .linkSottomenu {
        font-size: 16px !important;
        padding: 5px 0px !important;
    }
}

/*FINE MENU*/

body:has(.header.is-sticky) .hamburger-btn span {
    background: #FFF !important;
}

.button.-md {
    height: 45px;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
}

.DivProposte h4 {
    height: 40px;
}

.DivProposte .text-40 {
    font-size: 24px !important;
}

.DivProposte .text-21 {
    font-size: 15px !important;
}

.error {
    border: 1px solid #ff0000 !important;
}

.div-error {
    color: #ff0000 !important;
}

.form-group {
    position: relative;
    margin: 40px 0;
    width: 300px;
}

input {
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
}

label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #333;
    transition: 0.2s ease all;
    pointer-events: none;
    padding: 0 4px;
}

input:focus + label,
input:not(:placeholder-shown) + label {
    top: 10px;
    font-size: 10px;
    color: #333;
    background-color: transparent;
}

textarea + label {
    top: 10%;
}

textarea:focus + label {
    display: none;
}

.MenuLinkCorporate {
    float: right;
    display: flex;
    margin-right: 100px;
    margin-bottom: -1%;
}

.MenuCorporateHome {
    float: right;
    display: flex;
    margin-bottom: 0px;
    margin-top: -25px;
}

.MenuCorporateRight {
    margin-right: 80px;
}

body:has(.header.is-sticky) .MenuLinkCorporate, body:has(.header.is-sticky) .MenuCorporateHome {
    display: none;
}

.y-gap-50 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.paginationBullet {
    z-index: 50;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

    .paginationBullet .pagination__item {
        background-color: #fff !important;
        margin: 5px !important;
        width: 12px !important;
        height: 12px !important;
    }

        .paginationBullet .pagination__item::before {
            border: none !important;
        }

.navigazioneHome {
    display: none;
}

.contattiHeader {
    display: flex;
    gap: 4em;
    margin-top: -15px;
    margin-left: 120px;
}

    .contattiHeader a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    .contattiHeader i {
        margin-right: 10px;
        font-size: 22px;
    }

body:has(.header.is-sticky) .contattiHeader {
    margin-top: -20px;
}

    body:has(.header.is-sticky) .contattiHeader a {
        color: #FFF;
    }

.logo-mobile {
    display: none;
}



.only-mobile {
    display: block;
}

/* -------- MEDIA min-width: 460px -------- */
@media (min-width: 460px) {
    .only-mobile {
        display: none;
    }
}

.only-desktop {
    display: none;
}

/* -------- MEDIA min-width: 768px -------- */
@media (min-width: 768px) { /* da tablet in su */
    .only-desktop {
        display: block;
    }
}

.bottom-bar {
    display: none;
}

/* -------- MEDIA max-width: 768px -------- */
@media (max-width: 768px) {
    /* Spazio sotto al contenuto per non essere coperto dalla barra */
    body {
        padding-bottom: calc(var(--bottom-bar-h) + env(safe-area-inset-bottom, 0px));
    }

    .bottom-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: var(--bottom-bar-h);
        padding-bottom: env(safe-area-inset-bottom, 0px); /* safe area iOS */
        background: #FFF; /* colore sotto ai pulsanti/safe area */
    }

        .bottom-bar .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: var(--bottom-bar-h);
            text-decoration: none;
            /*font: 600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;*/
        }

    .btn-rosa {
        background: #7f866e;
        color: #FFF;
        padding: 15px 0;
        border-radius: 0;
        font-weight: 500;
    }

    .bottom-bar .btn-black {
        background: #cea36e;
    }

    .btn-black {
        background: #000;
        color: #fff;
        padding: 15px 0;
        border-radius: 0;
        font-weight: 500;
    }

        .btn-black:hover {
            color: #fff;
        }

    /* Feedback al tap */
    .btn-rosa:active {
        opacity: .9;
    }

    .btn-black:active {
        opacity: .9;
    }

    .max-capacity-label {
        padding: 6px;
        font-size: 12px;
    }
}

.BoxRecensioni {
    border-top: 2px solid #7f866e;
    border-bottom: 2px solid #7f866e;
    padding: 30px 130px;
    text-align: center;
    width: 820px;
    margin: 0 auto;
}

.testoRecensioni {
    font-size: 25px;
    text-align: center;
}

    .testoRecensioni div {
        font-size: 15px;
        margin-top: 15px;
    }

.ImgHeart {
    color: #7f866e;
    position: absolute;
    left: 50%;
    /*   top: 0;*/
    transform: translate(-50%, -50%);
    padding: 0 1em;
    background-color: #e6e7e2;
}

    .ImgHeart i {
        font-size: 38px;
    }

.ratio-444\:600::before {
    padding-bottom: 138.36364%;
}

.hero.-type-8 .hero__slide {
    background-color: rgba(0,0,0,0.2) !important;
}

    .hero.-type-8 .hero__slide.slideSmall {
        background-color: rgba(0,0,0,0) !important;
    }

.sottoTitolo {
    color: rgba(206, 163, 110, 1);
    padding-top: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.card {
    position: relative;
    flex: 1;
    /*   min-height: 220px;*/
    border-radius: 8px;
    overflow: hidden;
}

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(70%);
        display: block;
        opacity: .35;
    }

.overlayImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 100%;
}

    .overlayImg h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
    }

    .overlayImg p {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
    }

        .overlayImg p::before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 3.2em;
            transform: translateX(-50%);
            width: 5em;
            border-top: 2px solid;
        }

.pulsanteHeader {
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    transition: box-shadow .5s, transform .5s;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em 2em;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

    .pulsanteHeader:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-2px);
    }

.header.is-sticky .prenotazioneButton {
    background-color: #FFF !important;
    color: #7f866e !important;
}

.classImmagine {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    display: block;
    transition: box-shadow .5s, transform .5s;
}

    .classImmagine:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-2px);
    }

.DivCamera {
    display: flex;
    border: 3px solid #000;
    border-radius: 5px;
    margin-bottom: 50px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

    .DivCamera img {
        border-radius: 0px 5px 5px 0px;
    }

.BoxInfoCamera {
    padding: 80px;
}

.NomeCamera {
    font-size: 24px;
    font-weight: 600;
}

    .NomeCamera h1 {
        text-align: left;
        padding: 0px;
        font-size: 33px;
        font-weight: 600;
    }

.PrezzoCamera {
    font-size: 21px;
    font-weight: 600;
    color: #7f866e;
}

.CaratteristicaCamera {
    display: flex;
    margin-top: 2em;
}

    .CaratteristicaCamera span {
        font-size: 14px;
        font-weight: 600;
    }

    .CaratteristicaCamera > div {
        text-align: center;
        position: relative;
        min-width: 140px;
        padding: 1em 1.5em;
    }

        .CaratteristicaCamera > div:first-child::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            width: 2px;
            height: 100%;
            background-image: linear-gradient(0deg, #000 33%, hsla(0, 0%, 100%, 0) 0);
            background-position: 100%;
            background-size: 2px 6px;
            background-repeat: repeat-y;
        }

        .CaratteristicaCamera > div:first-child::before {
            left: 0;
        }

        .CaratteristicaCamera > div::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            width: 2px;
            height: 100%;
            background-image: linear-gradient(0deg, #000 33%, hsla(0, 0%, 100%, 0) 0);
            background-position: 100%;
            background-size: 2px 6px;
            background-repeat: repeat-y;
        }

        .CaratteristicaCamera > div:after {
            right: 0;
        }

.LinkCamera {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 25px;
}

    .LinkCamera:hover {
        color: #7f866e;
    }

.LinkCameraVerde {
    color: #7f866e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

    .LinkCameraVerde:hover {
        opacity: .7;
    }

.LinkCameraGiallo {
    color: #cea36e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 25px;
}

    .LinkCameraGiallo:hover {
        opacity: .7;
    }

.BoxDettaglioCamera {
    padding: 50px 60px;
}

.BoxCaratteristicaCamera {
    background-color: #7f866e;
    color: #e6e7e2;
    text-align: center;
    padding: 1.3em 6em;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.BoxCaratteristicaCameraLinea {
    width: 8.5em;
    height: 2px;
    background-color: #e6e7e2;
    margin: 2.5em 0;
}

/* SWIPER*/

.swiper {
    position: relative;
    width: 100%;
    /*   max-width: 1000px;*/
    height: 100%;
    margin: 0 auto;
}

.swiper-slide img {
    /*   width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;*/
}

.swiper-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(2px);
}

.swiper .swiper-pagination {
    bottom: 12px !important;
}

.swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .6;
    background: #fff;
}

.swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
    top: 95% !important;
}

/* FINE SWIPER*/

/* PAGINA CAMERA*/
.paginaCamera .swiper-slide img {
    border-radius: 5px;
}

#swiperAltreCamere .swiper-slide img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transition: box-shadow .5s, transform .5s;
    border-radius: 5px;
}

#swiperAltreCamere .swiper-slide {
    /* flex-shrink: inherit;*/
    transition: box-shadow .5s, transform .5s;
}

    #swiperAltreCamere .swiper-slide:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-2px);
    }

.overlayCamera {
    background-color: rgba(0,0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0.7;
}

.DivAltraCamera {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

    .DivAltraCamera .titolo {
        font-size: 28px;
        font-weight: 600;
        top: 25px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
    }

    .DivAltraCamera .prezzo {
        font-size: 16px;
        font-weight: 600;
        top: 65px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
    }

    .DivAltraCamera .bottom {
        bottom: 15px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
    }

/* FINE PAGINA CAMERA*/
.filters {
    text-align: center;
    margin-bottom: 50px;
}

    .filters button {
        text-transform: uppercase;
        color: #fff;
        background-color: #cea36e;
        border-radius: 8px;
        margin: 10px;
        padding: 5px 13px;
        white-space: nowrap;
        cursor: pointer;
    }

        .filters button.active {
            background-color: #cea36e;
        }

        .filters button:not(.active) {
            opacity: .5;
        }

.TitoloH1 {
    font-size: 35px;
    font-weight: 600;
}

.BoxTitoloTesto {
    padding: 50px 120px;
}

    .BoxTitoloTesto p {
        margin-top: 25px;
        padding: 0 70px;
    }

.DivSpazioSlider {
    margin-bottom: 120px;
}

/*OFFERTE*/

.DivOfferta img {
    border-radius: 5px;
}

.DivOfferta h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #fff;
}

.LinkOfferta {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 25px;
}

    .LinkOfferta:hover {
        color: #dcdada;
    }

.DivPrezzoOfferta {
    color: #eac08b;
    font-size: 22px;
    font-weight: 600;
}

    .DivPrezzoOfferta span {
        font-size: 18px;
        font-weight: normal;
    }

.OffertaPrezzo {
    color: #7f866e;
}

    .OffertaPrezzo span {
        font-size: 21px;
        font-weight: 600;
    }

.BoxCaratteristicaOfferta {
    background-color: #7f866e;
    color: #e6e7e2;
    text-align: center;
    padding: 2.3em 2em;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.descrizioneOfferta h1 {
    font-weight: 600;
    font-size: 34px
}

.DurataOfferta {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    text-wrap: auto;
}

.DateOfferta {
    font-size: 16px;
    text-wrap: auto;
}

.overlayOfferta {
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0.7;
}

.swipperOfferta {
    width: 450px !important;
    margin-right: 15px;
}

    .swipperOfferta:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-3px);
        transition: box-shadow .5s, transform .5s;
    }

    .swipperOfferta.swiper-slide img {
        border-radius: 5px;
    }

.DivAltraOfferta {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

    .DivAltraOfferta .titolo {
        font-size: 20px;
        font-weight: 600;
        top: 36px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }

    .DivAltraOfferta .prezzo {
        font-size: 14px;
        top: 110px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
    }

        .DivAltraOfferta .prezzo span {
            font-size: 16px;
            font-weight: 600;
        }

    .DivAltraOfferta .bottom {
        font-size: 14px;
        bottom: 15px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
    }

/* FOOER NEWSLETTER*/

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.4);
    display: none; /* nascosto di default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: opacity .5s;
}

    /* Modal visibile */
    .modal-overlay.active {
        display: flex;
    }

/* Contenuto modal */
.modal-box {
    background: #fff;
    max-width: 640px;
    width: 90%;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Pulsante chiusura (X) */
.modal-close {
    position: absolute;
    font-size: 60px;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    position: absolute;
    right: -28px;
    top: -28px;
    cursor: pointer;
    padding: 30px;
    width: 25px;
    height: 25px;
    background-color: #7f866e;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover {
        transform: scale(1.05);
    }

.btn-newsletter {
    background-color: #000;
    width: 100%;
    border-radius: 0;
    color: #fff;
    padding: 10px 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

#newsletterModal input {
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

    #newsletterModal input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

#newsletterModal .informativa {
    font-size: 12px;
    align-items: center;
    display: flex;
}

/* Stile form base */
.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        display: block;
        margin-bottom: 4px;
    }

    .form-group input[type="email"] {
        width: 100%;
        padding: 6px 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.btn-primary {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}

/* Box loghi */
.logos-box {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
}

.logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    align-items: center;
    justify-content: flex-end;
}

    .logos-row div {
        max-width: 150px;
        padding: 15px;
    }

    .logos-row img {
        display: block;
        height: auto;
        width: 100%;
    }

/* utility */
.hidden {
    display: none;
}

.pulsanteScopri {
    color: #cea36e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

    .pulsanteScopri::before {
        content: "\f138";
        font-family: "bootstrap-icons";
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
        position: relative;
        top: 3px;
        margin-right: 2px;
    }

.RigaBoxVerde {
    padding: 60px;
}

.BoxBordoVerde {
    border: 2px solid #7f866e;
    border-radius: 5px;
    padding: 60px 70px;
}

    .BoxBordoVerde h3 {
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 35px;
    }

.DivSimboloLogo {
    position: absolute;
    left: 33%;
    width: 110px;
    padding: 0 1em;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: #e6e7e2;
}

    .DivSimboloLogo img {
        display: block;
        height: auto;
        width: 100%;
    }

.footer {
    background-color: #7f866e;
}

    .footer .titolo {
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .footer .fa-brands {
        color: #fff;
        font-size: 25px;
    }

    .footer p {
        font-size: 15px;
        color: #fff;
    }

.social {
    margin-top: 2.5em;
    display: flex;
    gap: 1em;
}

    .social a {
        background-color: hsla(0,0%,100%,0.1);
        color: #fff;
        transition: opacity .25s ease-in-out;
        border-radius: 50%;
        width: 50px;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .social a:hover {
            opacity: 0.7;
        }

.footerBoxLinks {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap:0.5em;
}

    .footerBoxLinks a {
        width: 48%
    }

.footerBoxIcon {
    transition: box-shadow .5s, transform .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
    text-align: center;
    height: 100%;
    /* width: 45%;*/
    cursor: pointer;
}

    .footerBoxIcon:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-2px);
    }

    .footerBoxIcon p {
        color: #fff;
        font-size: 12px;
    }

    .footerBoxIcon a:hover {
        color: #fff;
        font-size: 12px;
    }

.footerBoxIcon {
    font-size: 25px;
}


.LinkFooterBottom a {
    color: #fff;
    margin-right: 5px;
}
.LinkFooterBottom a:hover {
color:#fff;
}

.BoxImageLink a {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    /* stato base esplicito */
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* transizione morbida in entrambe le direzioni */
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    will-change: transform, box-shadow;
}

    .BoxImageLink a:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-5px) scale(1.01);
        transition: box-shadow .5s, transform .5s;
    }

/* immagine */
.BoxImageLink img {
    display: block;
    width: 100%;
    height: auto;
}

/* overlay */
.BoxImageLink a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* opzionale, ereda il border-radius dal link */
    border-radius: inherit;
    transition: box-shadow .5s, transform .5s;
}

/* testo sopra */
.BoxImageLinkTitle {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    text-align: center;
}

    .BoxImageLinkTitle span {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 85px;
        font-weight: 600;
        line-height: 20px;
    }

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* FILTRI */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}

    .gallery-filters button {
        transition: background 0.2s, transform 0.1s;
        text-transform: uppercase;
        color: #fff;
        background-color: #cea36e;
        border-radius: 8px;
        margin: 15px;
        padding: 3px 15px;
        white-space: nowrap;
        cursor: pointer;
        opacity: 0.5;
    }

        .gallery-filters button.active {
            background-color: #cea36e;
            opacity: 1;
        }

        .gallery-filters button:hover {
            /*transform: translateY(-1px);*/
            opacity: 1;
        }

/* MASONRY */
.masonry {
    column-count: 3;
    column-gap: 16px;
}

.modal-box {
    padding: 6.5em;
}

.containerTestoSmall {
    /* max-width: 90em;*/
    padding: 2.5em 2.5em;
    margin-left: auto;
    margin-right: auto;
}


/*FAQ*/

.faq-accordion {
    max-width: 800px;
    margin: 20px auto;
}

.faq-item {
    border-bottom: 2px solid #7f866e;
}

.faq-question {
    padding: 12px 15px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faq-question:hover {
        opacity: .7;
    }

.faq-icon {
    font-size: 22px;
    transition: transform 0.2s;
    color: #7f866e;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding: 0 15px;
    text-align: left;
}

    .faq-answer p {
        margin: 10px 0 15px 0;
    }

.faq-item.active .faq-answer {
    max-height: 1000px; /* aumenta se hai risposte molto lunghe */
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}


.contattiHeaderMobile {
    opacity: 0;
}

.lingueMobile {
opacity:0;
}
/* -------- MEDIA max-width: 576px -------- */
@media (max-width: 576px) {
    .lingueMobile {
        color: #fff;
        margin-left: 10px;
        margin-bottom: 25px;
        opacity: 1;
    }

    .lingueMobile a{
        margin-right:10px;
        margin-left:5px;
        padding:0 3px;
    }

        .hero.-type-8 .hero__title {
            font-size:18px;
        }

    .hero.-type-8 .hero__nav {
        padding: 0 60px;
    }

    .hero.-type-8 .hero__title {
 
        bottom: 25% !important;
        position: absolute;
        left: 20%;
    }


    .BoxDettaglioCamera {
        padding: 20px 5px;
    }

    .faq-item.active .faq-answer {
        max-height: 1500px; /* aumenta se hai risposte molto lunghe */
    }


    .TestoTitoloH1 {
        padding: 0 0em !important;
    }

    .containerTesto {
        padding: 0 0em !important;
    }

    .containerDescrizione {
        padding: 1em 1em !important;
    }

    .MenuCorporateHome {
        margin-top: -40px;
        margin-right: -40px;
    }

    .MenuLinkCorporate {
        margin-bottom: -7%;
        z-index: 10 !important;
    }

    .hamburger-btn {
        top: 17px;
        width: 50px;
        left: 10px;
    }

    .btn-close-menu {
        top: 22px;
        left: 25px;
    }

    body:has(.header.is-sticky) .hamburger-btn {
        top: 17px;
        width: 50px;
        left: 10px;
    }

    .hamburger-btn span {
        width: 35px;
    }

    .copyright {
        font-size: 14px;
    }

    .tabs.-underline-2 .tabs__controls {
        font-size: 14px;
    }

    .table-responsive {
        font-size: 12px;
    }

    .ServiziCamere {
        flex-wrap: wrap;
    }

    .footer .logo img {
        width: 250px;
    }

    .footer {
        padding-bottom: 10px;
    }

    .navigazioneHome {
        display: none;
    }

    #Header_HyperLink_Contattaci {
        display: none;
    }

    .widget-prenota-dx {
        display: none;
    }

    .paginationBullet {
        margin-left: 5px;
    }

    .contattiHeaderMobile {
        gap: 0em;
        color: #fff;
        display: flex;
    }

    body:has(.header.is-sticky) .contattiHeaderMobile a {
        color: #FFF;
    }

    .contattiHeaderMobile i {
        font-size: 28px;
    }

    .contattiHeaderMobile a {
        margin-left: 20px;
    }

    .logo-mobile {
        width: 80px;
        display: block;
    }

    .header__center {
        left: 28%;
    }

    body:has(.header.is-sticky) .logo-mobile {
        display: block;
    }

    .header.is-sticky .header__container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header.-h-110 {
        height: 75px;
    }

    body:has(.header.is-sticky) .header.-h-110 {
        height: 80px;
    }

    .contattiHeaderMobile {
        opacity: 1;
    }

    .booking-widget-fixed {
        display: none;
    }

    .BoxTitoloTesto {
        padding: 15px 0px;
    }

        .BoxTitoloTesto p {
            margin-top: 25px;
            padding: 0 20px;
            font-size: 14px;
        }

    .TitoloH1 {
        font-size: 25px;
        font-weight: 600;
    }

    .offertaTestoDX {
        padding: 10px 20px;
    }

    .offertaTestoSX {
        padding: 10px 20px;
    }

    .offer-text-bg::after {
        width: 100%;
        height: 60%;
        transform: translateY(-95%);
    }

    .col-lg-5:nth-child(2n):not(.order-lg-0).offer-text-bg::after {
        left: 0;
    }

    .col-lg-5:nth-child(2n+1).offer-text-bg::after, .col-lg-5.order-lg-0.offer-text-bg::after {
        right: 0%;
    }

    .DivOfferta h3 {
        font-size: 20px;
    }

    .briciole {
        margin-top: 0;
    }

    /*CAMERE*/



    .BoxInfoCamera {
        padding: 15px;
    }

    .CaratteristicaCamera > div {
        min-width: 120px;
        padding: 0em 0.5em;
    }

    .NomeCamera {
        font-size: 21px;
    }

    .PrezzoCamera {
        font-size: 18px;
    }

    .swiper .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .swiper .swiper-pagination {
        bottom: 8px !important;
    }

    .filters {
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .filters button {
            margin: 6px;
            padding: 2px 8px;
            font-size: 11px;
        }

    .gallery-filters {
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .gallery-filters button {
            margin: 6px;
            padding: 2px 8px;
            font-size: 11px;
        }

    .BoxInfoCamera {
        padding: 15px;
    }

    .filters button {
        margin: 2px;
        padding: 5px 10px;
    }

    .BoxTitoloTesto {
        padding: 15px 0px;
    }

    .modal-box {
        width: 82%;
        padding: 1.5em;
    }

    #newsletterModal .informativa {
        display: block;
    }

    .footerBoxLinks {
        margin-top: 20px;
    }

    .hero.-type-8 .hero__slide {
        min-height: 620px;
    }

        .hero.-type-8 .hero__slide.slideSmall {
            min-height: 370px;
        }

    .TitoloNewsletter {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .LabelNewsletter {
        font-size: 13px;
    }

    .overlayImg p {
        font-size: 13px;
    }

        .overlayImg p::before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 4em;
            transform: translateX(-50%);
            width: 5em;
            border-top: 2px solid;
        }


    .BoxOfferteHome {
        position: absolute !important;
        bottom: 3% !important;
    }

    .SlideBoxOfferteHome .LinkCamera {
        font-size: 12px !important;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .SlideBoxOfferteHome .OfferteInfoHome {
        padding: 10px 10px !important;
    }

    .SlideBoxOfferteHome .NomOfferta {
        font-size: 15px !important;
    }

    .SlideBoxOfferteHome .OfferteSottotitoloHome {
        font-size: 14px !important;
    }

    .DivPrezzoOffertaHome {
        font-size: 14px !important;
    }

    .BoxCamereHome {
        position: absolute !important;
        bottom: 3% !important;
    }

    .H3TitoloSezioneHome {
        font-size: 28px;
    }

    .page-info {
        left: 80% !important;
        top: 90% !important;
    }

    .DivCamera {
        margin-bottom: 35px;
    }

        .DivCamera img {
            border-radius: 5px 5px 0 0 !important;
        }

    .NomeCamera {
        font-size: 21px;
        font-weight: 600;
    }

    .SlideBoxHome {
        padding: 2em 2em !important;
        border-radius: 0 0 5px 5px !important;
    }


    .BoxRecensioni {
        width: 100%;
        padding: 20px 20px;
    }

    .testoRecensioni {
        font-size: 18px;
    }

    .BoxBordoVerde {
        padding: 35px 20px;
    }

    .RigaBoxVerde {
        padding: 5px;
    }


    .masonry {
        column-count: 1;
    }
}

.masonry-item {
    margin-bottom: 16px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #ddd;
}

    .masonry-item img {
        width: 100%;
        display: block;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .masonry-item:hover img {
        transform: scale(1.03);
        opacity: 0.9;
    }

    /* Nascondo elementi filtrati o non ancora caricati */
    .masonry-item.filter-hidden,
    .masonry-item.load-hidden {
        display: none;
    }

/* LIGHTBOX */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 9999;
}

    .lightbox.active {
        opacity: 1;
        visibility: visible;
    }

.lightbox-img-wrapper {
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

    .lightbox-img-wrapper img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        border-radius: 6px;
    }

.lightbox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    user-select: none;
}

    .lightbox-close:hover {
        background: #ff4444;
        color: #fff;
    }

/* CARICA ALTRE */
.gallery-load-more {
    text-align: center;
    margin-top: 24px;
}

    .gallery-load-more button {
        transition: background 0.2s, transform 0.1s;
        text-transform: uppercase;
        color: #fff;
        background-color: #cea36e;
        border-radius: 8px;
        margin: 15px;
        padding: 3px 15px;
        white-space: nowrap;
        cursor: pointer;
    }

        .gallery-load-more button:hover {
            background: #000;
            transform: translateY(-1px);
        }

.linkScopri {
    color: #7f866e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

.linkScopriGiallo {
    color: #cea36e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

.containerTesto {
    /* max-width: 90em;*/
    padding: 0 7em;
    margin-left: auto;
    margin-right: auto;
}

    .containerTesto h3 {
        font-size: 24px;
        font-weight: 600
    }

.containerTestoSmall {
    /* max-width: 90em;*/
    padding: 1.5em 1em;
    margin-left: auto;
    margin-right: auto;
}

.containerDescrizioneSmall {
    padding: 2em 0em;
    margin-left: auto;
    margin-right: auto;
}

.containerTestoSmall h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}


.containerDescrizione {
    padding: 2em 15em;
    margin-left: auto;
    margin-right: auto;
}

.TestoTitoloH1 {
    padding: 0 3.2em;
    font-weight: 600;
}

.BoxDownload {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px
}

    .BoxDownload .icona {
        background-color: #000;
        height: 45px;
        border-radius: 50%;
        width: 45px;
        text-align: center;
        margin-top: -20px;
        margin-left: 10%;
        position: absolute;
    }

        .BoxDownload .icona i {
            color: #fff;
            font-size: 25px;
            margin-top: 8px;
        }

.divBoxDownload {
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    background-color: #7f866e;
    color: #fff;
    height: 130px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    overflow: visible !important;
    padding: 30px 25px;
    width: 280px;
}

    .divBoxDownload a {
        color: #fff;
        font-weight: 600;
        text-decoration: underline;
        text-transform: uppercase;
        text-align: left;
        font-size: 16px;
    }

        .divBoxDownload a:hover {
            opacity: 0.7;
        }

    .divBoxDownload span {
        color: #fff;
        font-weight: 600;
        text-align: left;
        margin-bottom: 15px;
    }

.sottoTitoloGiallo {
    color: #cea36e;
    font-weight: 600;
    font-size: 24px;
}

.map-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9, puoi cambiare es. 60% */
}

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Box a SX con Pagina + numeri verticali + frecce verticali */
.page-info {
    position: absolute;
    left: 9%;
    top: 30%;
}

.page-info-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #FFF;
    margin-bottom: 10px;
}

.page-info-main {
    display: flex;
    align-items: center;
    gap: 18px;
}

.page-info-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.page-num-current {
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
}

.page-num-separator {
    color: #FFF;
    border: 1px solid #fff;
    height: 1px;
    width: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-num-total {
    font-size: 15px;
    /*font-weight: 600;*/
    color: #FFF;
}

.page-info-arrows {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Personalizziamo le frecce Swiper ma teniamone le classi */
.swiper-button-next-home,
.swiper-button-prev-home {
    position: static;
    width: 32px;
    height: 20px;
    margin-top: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

    .swiper-button-next-home::after,
    .swiper-button-prev-home::after {
        font-size: 25px;
    }

    .swiper-button-next-home.swiper-button-disabled,
    .swiper-button-prev-home.swiper-button-disabled {
        opacity: 0.35;
        cursor: default;
    }

    .swiper-button-next-home i {
        font-size: 30px;
        display: block;
        transition: transform .3s;
    }

    .swiper-button-prev-home i {
        font-size: 30px;
        display: block;
        transition: transform .3s;
    }

        .swiper-button-next-home i:hover, .swiper-button-prev-home i:hover {
            transform: scale(1.2);
        }



.swiper-button-next-offerte,
.swiper-button-prev-offerte {
    position: static;
    width: 32px;
    height: 20px;
    margin-top: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

    .swiper-button-next-offerte::after,
    .swiper-button-prev-offerte::after {
        font-size: 25px;
    }

    .swiper-button-next-offerte.swiper-button-disabled,
    .swiper-button-prev-offerte.swiper-button-disabled {
        opacity: 0.35;
        cursor: default;
    }

    .swiper-button-next-offerte i {
        font-size: 30px;
        display: block;
        transition: transform .3s;
    }

    .swiper-button-prev-offerte i {
        font-size: 30px;
        display: block;
        transition: transform .3s;
    }

        .swiper-button-next-offerte i:hover, .swiper-button-prev-offerte i:hover {
            transform: scale(1.2);
        }



.SlideBoxHome {
    background-color: #e6e7e2;
    text-align: left;
    padding: 5em 3em;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 5px 0 0 5px;
}

/* sfocatura leggera sulla prossima slide (quella che si intravede) */
#swiperHomePage .swiper-slide-next::after {
    /*    filter: blur(1px);
    transform: scale(0.98);
    transition: filter 0.3s ease, transform 0.3s ease;*/
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* altezza della sfumatura: regola a gusto (es. 80–150px) */
    height: 100%;
    pointer-events: none;
    /* gradient che parte trasparente e diventa #7f866e verso il basso */
    /*    background: linear-gradient( to bottom, rgba(127, 134, 110, 0) 0%, #7f866e 100% );*/
    background: linear-gradient(90deg,rgba(127, 134, 110, 0.25) 10%, rgba(127, 134, 110, 0.65) 16%, rgba(127, 134, 110, 1) 100%);
}

/*OFFERTE IN HOME*/

.SlideBoxOfferteHome {
    background-color: #e6e7e2;
    border-radius: 5px;
    text-align: left;
    height: 100%;
}

    .SlideBoxOfferteHome img {
        border-radius: 5px 5px 0 0;
    }

    .SlideBoxOfferteHome .NomOfferta {
        font-size: 22px;
        font-weight: 600;
        display: block;
        line-height: normal;
    }

    .SlideBoxOfferteHome .OfferteInfoHome {
        padding: 20px 30px;
        display: block;
    }

    .SlideBoxOfferteHome .OfferteSottotitoloHome {
        font-size: 15px;
        display: block;
    }

    .SlideBoxOfferteHome .OfferteDescHome {
        font-size: 13px;
        font-weight: 600;
        display: block;
        margin-top: 20px;
    }

.DivPrezzoOffertaHome {
    color: #cea36e;
    font-size: 22px;
    font-weight: 600;
}

#swiperHomePageOfferte .swiper-slide-next + .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* altezza della sfumatura: regola a gusto (es. 80–150px) */
    height: 100%;
    pointer-events: none;
    /* gradient che parte trasparente e diventa #7f866e verso il basso */
    background: linear-gradient( to bottom, rgba(127, 134, 110, 0) 0%, #7f866e 100% );
}

#swiperHomePageOfferte.swiper-slide {
    max-width: 515px;
}

/* Box interno con rapporto fisso (es. 4:3) */
.slide-inner {
    position: relative;
    width: 100%;
    max-width: 530px; /* facoltativo */
    aspect-ratio: 4 / 3; /* tutti i box uguali */
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

    .slide-inner:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
        transform: translateY(-2px);
    }

    /* L'immagine riempie il box, può essere tagliata */
    .slide-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Overlay e + */
    .slide-inner .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.35), rgba(0,0,0,0.05));
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .slide-inner .zoom-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: rgba(0,0,0,0.75);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none;
    }

    .slide-inner:hover .overlay {
        opacity: 1;
    }

    .slide-inner:hover .zoom-icon {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }

/* Box a SX con Pagina + numeri verticali + frecce verticali */
.page-info-gallery {
    position: absolute;
    margin-top: 12px;
}

.page-info-label-gallery {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7f866e;
    margin-bottom: 10px;
}

.page-info-main-gallery {
    display: flex;
    align-items: center;
    gap: 18px;
}

.page-info-counter-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.page-num-current-gallery {
    font-size: 17px;
    font-weight: 600;
    color: #7f866e;
}

.page-num-separator-gallery {
    color: #7f866e;
    border: 1px solid #7f866e;
    height: 1px;
    width: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-num-total-gallery {
    font-size: 17px;
    font-weight: 600;
    color: #7f866e;
}

.page-info-arrows-gallery {
    display: flex;
    /* flex-direction: column;*/
    gap: 25px;
}

.swiper-button-next-offer,
.swiper-button-prev-offer {
    position: static;
    width: 32px;
    height: 20px;
    margin-top: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f866e;
    cursor: pointer;
}

    .swiper-button-next-offer::after,
    .swiper-button-prev-offer::after {
        font-size: 25px;
    }

    .swiper-button-next-offer.swiper-button-disabled,
    .swiper-button-prev-offer.swiper-button-disabled {
        opacity: 0.35;
        cursor: default;
    }

    .swiper-button-next-offer i {
        font-size: 30px;
        display: block;
        transition: transform .3s;
    }

    .swiper-button-prev-offer i {
        font-size: 30px;
        display: block;
        transition: transform .3s;
    }

        .swiper-button-next-offer i:hover, .swiper-button-prev-offer i:hover {
            transform: scale(1.2);
        }

.icon-i-circle-white {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

    /* Se vuoi forzare la "i" da CSS senza metterla in HTML */
    .icon-i-circle-white::before {
        content: "i";
    }

.briciole {
    margin-top: 30px;
}

.linkWhite {
    font-size: 14px;
    color: #fff;
}

    .linkWhite:hover {
        color: #cea36e !important;
    }

.DivCamereVerde {
    background-color: #7f866e;
    overflow: hidden;
    position: relative;
}

.DivOfferteVerde {
    background-color: #7f866e;
    overflow: hidden;
    position: relative;
    min-height: 600px;
}



/* -------- MEDIA min-width: 992px AND max-width: 1370px -------- */
@media (min-width: 992px) and (max-width: 1370px) {

    .containerTesto {
        padding: 0 4em;
    }

    .sottoTitolo {
        margin-bottom: 20px;
    }

    .SlideBoxHome {
        padding: 2em 2em;
    }

    .DivCamera img {
        height: 100%;
    }

    .NomeCamera {
        font-size: 20px;
    }

    .H3TitoloSezioneHome {
        font-size: 30px;
    }

    .pulsantiCamereHome a {
        font-size: 12px;
    }

    .pulsantiCamereHome .button.-md {
        padding: 0 8px;
    }

    .overlay .nav-link {
        max-width: 335px;
    }

    .SlideBoxOfferteHome .OfferteInfoHome {
        padding: 20px 10px;
    }

    .SlideBoxOfferteHome .OfferteSottotitoloHome {
        font-size: 12px;
        margin-top: 5px;
    }

    .SlideBoxOfferteHome .NomOfferta {
        font-size: 18px !important;
    }

    .DivPrezzoOffertaHome {
        font-size: 18px;
    }

    .SlideBoxOfferteHome .OfferteDescHome {
        font-size: 12px;
    }

    .OfferteInfoHome .LinkCamera {
        font-size: 12px;
    }

    .ElencoCamere .BoxInfoCamera {
        padding: 65px;
    }

    .footer .titolo {
        font-size: 20px;
    }

    .footerBoxIcon {
        padding: 10px;
    }

        .footerBoxIcon p {
            font-size: 10px;
        }

    .contattiHeader {
        gap: 2em
    }

        .contattiHeader a {
            font-size: 14px;
        }
}
