/** PAGINA MENU squeeze page inizio ====== **/
section.hero-menu ul li {
    list-style: none;
    position: relative;
}

section.hero-menu ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffd91e;
    left: -20px;
    top: 0;
    transform: translate(-50%, 100%);
    border-radius: 100%;
}

section.hero-menu {
    padding: 4em 0;
}

section.hero-menu h2 {
    font-size: 35px;
    font-weight: 600 !important;
}

section.hero-menu h4 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
}

section.hero-menu ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.hero-menu .columns.medium-7.nopad {
    padding-right: 70px !important;
}

section.hero-menu .row {
    display: flex;
    align-items: center;
}

.baccolor_columns {
    background-color: #f1e9e6;
}

.baccolor_columns img.imgmenu {
    margin-bottom: -80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


button.cmplz-blocked-content-notice.cmplz-accept-category.cmplz-accept-marketing {
    background: #fed83b !important;
    color: #000;
    width: 100%;
    max-width: none;
    top: 0;
    transform: none;
    left: 0;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 20px;
}

.flex-video.widescreen.cmplz-placeholder-1.cmplz-blocked-content-container {
    position: relative;
}

.flex-video.widescreen.cmplz-placeholder-1.cmplz-blocked-content-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}


/** Popup menu **/

.sp-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 9999995;
}

.sp-popup .popup_content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.sp-popup .contenuto-popup {
    position: relative;
    z-index: 200;
    max-width: 800px;
    margin: 2em auto;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 3em 3em;
}

.sp-popup p.img-popup img {
    width: 300px;
    margin: 0 auto;
    float: none;
    display: block;
}

.sp-popup h2 {
    color: #000;
    font-size: 34px;
    letter-spacing: -1px;
    font-weight: 600 !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sp-popup a.sp-btn {
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
}


.sp-wrap-form,
.sp-popup .back {
    display: none;
}

.sp-popup .back {
    font-size: 28px;
    color: #000;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 1;
}

.sp-popup .menu-tit {
    display: none;
}

.sp-popup .contenuto-popup label.choice a {
    font-size: 14px;
    text-decoration: underline;
}

.sp-popup .contenuto-popup label.choice {
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
}

.sp-popup .contenuto-popup input {
    height: 50px;
}

.sp-popup .contenuto-popup input.checkbox {
    float: left;
    width: 15px;
    height: 35px;
    margin-top: 0;
    margin-right: 6px;
}

.sp-popup .contenuto-popup input[type="submit"] {
    background-color: #ffd91e;
    color: #000;
    font-weight: bold !important;
    text-align: center;
    padding: 20px 40px;
    border-radius: 0;
    height: auto !important;
    font-size: 1.4em !important;
    text-shadow: none;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.sp-popup .contenuto-popup input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
}

.sp-popup a.close-popup {
    position: relative;
    display: block;
    color: #fff;
    padding: 0 0.4em;
    font-size: 1.2em;
    z-index: 99999999;
}

.sp-popup a.close-popup:hover {
    color: #fff;
}


/** responsive **/
@media only screen and (max-width: 1250px) {

    section.hero-menu h2 {
        font-size: 30px;
    }

    section.hero-menu h4 {
        font-size: 22px;
    }

    section.hero-menu .row {
        flex-flow: wrap;
    }

    section.hero-menu .columns {
        width: 100%;
    }

}

@media only screen and (max-width: 900px) {
    section.hero-menu .row {
        flex-flow: wrap;
    }

    section.hero-menu .columns {
        width: 100%;
    }

    .baccolor_columns img.imgmenu {
        margin-bottom: 0;
    }

    .baccolor_columns {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    section.hero-menu h4 {
        font-size: 18px;
    }

    .hero-menu .columns.medium-6.nopad {
        padding: 0 1em !important;
    }

    section.hero-menu .row .columns:last-child {
        padding: 20px 0 0;
    }

    section.hero-menu .row .columns:last-child {
        padding: 0;
    }

    .sp-popup .contenuto-popup {
        padding: 40px 0;
        overflow: scroll;
        margin: 50px 0 0 0;
        height: 500px;
    }

    .sp-popup .contenuto-popup img {
        display: none;
    }

    .sp-popup p.img-popup img {
        display: none;
    }

    .sp-popup h2 {
        margin-top: 0;
        font-size: 27px;
    }

    .columns.medium-6.nopadleft.wrap-img-popup {
        display: none;
    }

    h2.menu-tit.text-center {
        margin-top: 60px;
    }

    .contenuto-popup {
        padding: 0;
    }
}

/** PAGINA MENU squeeze page fine ====== **/

/** FIX RESPONSIVE DICEMBRE 2024 **/
@media only screen and (max-width: 1700px) {
    .hero-menu .columns.medium-7.nopad {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    section.autrice .row {
        flex-flow: wrap;
    }

    section.autrice .columns {
        width: 100%;
    }

    section.autrice .columns img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 425px) {
    section.hero-menu {
        padding: 2em 0;
    }

    .sp-popup .contenuto-popup {
        padding: 20px 10px;
        overflow: scroll;
        margin: 50px 0 0 0;
        height: 500px;
        display: flex;
        align-items: center;
    }

    .content-riquadrotestimonianze-nuovo {
        padding: 1.2em;
    }

}

/* fine responsive fix */

/** GRAZIE MENU **/
.hero-grazie-menu h1 {}

.grazie-menu {
    background: #fff;
}

.grazie-menu .wrap-menu-content,
.grazie-menu .wrap-program {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.grazie-menu .menu-content,
.grazie-menu .program-content {
    padding: 30px 30px;
}


.grazie-menu h4 {
    font-size: 25px;
    font-weight: 600;
}

@media (max-width: 640px) {

    .grazie-menu .wrap-menu-content,
    .grazie-menu .wrap-program {
        flex-direction: column;
    }

    .grazie-menu .program-content {
        order: 1;
    }

    .grazie-menu .program-img {
        order: 2;
    }

    .grazie-menu .menu-content, .grazie-menu .program-content {
        padding: 10px 0;
    }
}