﻿body {
    background-color: var(--color-light-2)
}

.footer.-type-2 .footer__main {
    padding: 50px 0 25px 0;
}

.footer.-type-2 .footer__bottom {
    height: 75px;
}

.w-100 {
    width: 100%;
}

.header__logo img {
    height: 50px;
}

.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;
}

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;
}

.table-meeting {
    width: 100%;
}

    .table-meeting tr td {
        width: 20%;
        padding: 10px 10px;
        text-align: center;
        border-bottom: 1px solid #232323;
    }

    .table-meeting .titolo {
        background-color: #cb427f;
        color: #fff;
        height: 72px;
    }

.mappa-meeting {
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

    .mappa-meeting img {
        width: 100%;
    }

    .mappa-meeting .test {
        position: absolute;
        width: 13%;
        height: 4%;
        /*background-color: red;*/
        border-radius: 100px;
    }

        .mappa-meeting .test:hover {
            background-color: rgba(220, 218, 202);
            mix-blend-mode: multiply;
        }

        .mappa-meeting .test.active {
            background-color: rgba(220, 218, 202);
            mix-blend-mode: multiply;
        }

    .mappa-meeting svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.meeting-list-table {
    width: 100%;
}

    .meeting-list-table th {
        border: 1px solid black;
        text-align: center;
        padding: 15px 5px;
    }

    .meeting-list-table td {
        border: 1px solid black;
        padding: 10px 5px;
    }

    .meeting-list-table .name {
        color: #cb427f;
        font-weight: 600;
        text-transform: capitalize;
    }

    .meeting-list-table td:not(.name) {
        text-align: center
    }

    .meeting-list-table td:first-child, .meeting-list-table th:first-child {
        border-left: 0;
    }

    .meeting-list-table td:last-child, .meeting-list-table th:last-child {
        border-right: 0;
    }

    .meeting-list-table tbody tr:nth-child(2n) {
        background-color: #ececec
    }

    .meeting-list-table tbody tr:first-child {
        vertical-align: bottom;
    }

    .meeting-list-table .icon img {
        height: 80px;
    }

.meeting-services ul {
    columns: 3;
    padding-left: 15px;
}

.meeting-services li {
    list-style: disc;
    padding: 10px 15px 15px 0;
    page-break-inside: avoid;
}

.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% - 50px);
    transform: translate(-50%, -50%);
    width: 450px;
    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-corporate {
    color: white;
    background: black;
}

    .button-corporate:hover {
        color: #fff;
    }

.js-header.is-sticky .button-corporate {
    /* 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(-50%);
    width: 80%;
    height: 120%;
    background-color: var(--color-light-1);
    z-index: -1;
}

.col-lg-6:nth-child(2n+1).offer-text-bg::after, .col-lg-6.order-lg-0.offer-text-bg::after {
    right: 25%;
}

.col-lg-6:nth-child(2n):not(.order-lg-0).offer-text-bg::after {
    left: 25%;
}

@media(min-width: 992px) {
    .menuFullScreen-links {
        width: 600px;
    }

    .menuFullScreen-links-subnav {
        padding-left: 100px;
    }
}

@media(max-width: 992px) {
    .menuFullScreen-links__item > a {
        font-size: 24px;
    }

    .hero__slider, .hero__slider img {
        height: 50vh !important;
    }

    .hero.-type-8 .hero__slide {
        min-height: 100% !important;
    }

    .hero.-type-8 .hero__nav {
        top: calc(50% + 25px);
        transform: translateY(-50%);
    }

    .menuFullScreen-links {
        gap: 15px;
    }

    .menuFullScreen__left {
        overflow-y: visible;
    }

    .menuFullScreen {
        overflow: scroll;
        height: 100%;
    }

    .logo-slider {
        width: 300px;
        /*    display: none;*/
        top: calc(70% - 50px);
    }

    .header__logo img {
        margin-top: 10px;
        height: 55px;
    }

    .about.-type-1 .about__images {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }

    .upper-header {
        display: none;
    }

    .menuFullScreen-links__item > a.is-mobile-active i:nth-child(2) {
        transform: rotate(90deg);
    }

    .offer-text-bg::after {
        width: 100%;
        top: 20%;
        left: 0 !important;
        bottom: 0;
        height: 80%;
        transform: none;
    }
}

@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.6);
}

.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: 1051;
    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');
}

    .overlay.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.overlay-content {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 0 1rem;
}

.overlay .nav-link {
    font-size: 1.5rem;
    padding: 0.75rem 0;
    color: white;
}

.nav-item.has-submenu {
    display: flex;
    flex-direction: column;
}

.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: 1.2rem;
    padding-left: 1.5rem;
}

.submenu-toggle-wrapper {
    display: flex;
    align-items: center;
}

.toggle-submenu {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem;
}

.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: 37px;
    left: 20px;
    width: 100px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    z-index: 2000;
    cursor: pointer;
}

    .hamburger-btn span {
        height: 2px;
        width: 32px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

/*FINE MENU*/


body:has(.header.is-sticky) .hamburger-btn span {
    background: #000 !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: -20px;
    margin-left: 80px;
}

    .contattiHeader a {
        color: #fff;
        font-size: 17px;
        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: #000;
    }

.logo-mobile {
    display: none;
}


@media (max-width: 460px) {

    .MenuCorporateHome {
        margin-top: -40px;
        margin-right: -40px;
    }


    .MenuLinkCorporate {
        margin-bottom: -7%;
        z-index: 10 !important;
    }



    body:has(.header.is-sticky) .hamburger-btn {
        top: 30px;
        width: 50px;
    }

    .copyright {
        font-size: 14px;
    }


    .tabs.-underline-2 .tabs__controls {
        font-size: 14px;
    }

    .table-responsive {
        font-size: 12px;
    }

    .overlay .nav-link {
        padding: 5px;
    }

    .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: 2em;
        color: #fff;
    }

    body:has(.header.is-sticky) .contattiHeaderMobile a {
        color: #000;
    }

    .contattiHeaderMobile i {
        font-size: 28px;
    }

    .contattiHeaderMobile a {
        margin-left: 20px;
    }

    .logo-mobile {
        width: 50px;
        margin-left: -115px;
    }

    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: 100px;
    }


    body:has(.header.is-sticky) .header.-h-110 {
        height: 80px;
    }

}

.only-mobile {
    display: block;
}

@media (min-width: 460px) {
    .only-mobile {
        display: none;
    }
}


.only-desktop {
    display: none;
}

@media (min-width: 768px) { /* da tablet in su */
    .only-desktop {
        display: block;
    }
}


.bottom-bar {
    display: none;
}

@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: #d50063;
        color: #FFF;
        padding: 15px 0;
        border-radius: 0;
        font-weight: 500;
    }

    .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;
    }
}


.testoRecensioni {
    font-size: 14px;
 
}

.ratio-444\:600::before {
    padding-bottom: 138.36364%;
}
