/* RISOLUZIONE PER MOBILE */
@media (max-width: 1000px) {
    .img-mobile {
        width: 80vw;
    }

    .cookie-preferences {
        bottom: 50px !important;
    }

    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        right: 20px;
    }

    iframe {
        height: 270px;
    }

    .img-decoration::before,
    .img-decoration::after {
        display: none !important;
    }

    .mt-lg-negative {
        margin-top: 0;
    }

    .form-absolute {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .mt-box-xl {
        margin-top: 0;
    }

    .decoration-shape-2 {
        position: absolute;
        bottom: -20px;
        right: -4%;
        height: auto;
        width: 31%;
        transform: rotate(90deg);
        background-image: url(../images/dots.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .slider-full .h2 {
        font-size: clamp(22px, 2vw, 47px);
        font-weight: normal;
    }

    section {
        padding: 20px 0;
    }

    .badge {
        position: relative;
        top: 15px;
        left: 15px;
        background-color: var(--second-color);
        padding: 11px 10px;
        border-radius: 13px;
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        z-index: 1000;
        transition: .15s ease-in-out;
        top: 50px;
    }

    .form-container {
        min-height: 420px;
        margin: 0;
    }

    .slider-video {
        width: 100% !important;
        /*height: 80vh !important;*/
    }

    .header_fullscreen_text_video {
        height: 80vh !important;
        margin-bottom: 60px;
    }

    #bg-green-big1 {
        height: 80vh !important;
    }

    .unique-div .splide__list {
        margin: 20px !important;
    }

    .vertical_stage-row:after {
        display: none
    }

    .row-negative {
        margin-top: 0px;
    }
}

/* RISOLUZIONE PER PORTATILE */
@media (min-width: 1001px) and (max-width: 1600px) {
    #menu-desktop .menu-item-has-children {
        padding: 10px;
    }

    #menu-desktop .menu-item {
        margin: 0 10px;
    }

    #menu-desktop .menu-item a {
        font-size: 14px;
    }

    #menu-desktop .menu-item-has-children {
        margin: 0 !important;
    }

    #menu-desktop .menu-item-has-children a:after {
        padding-left: 5px;
    }

    #bg-dots {
        width: 250px;
        position: absolute;
        right: 0;
        top: -180px;
    }

    #menu-desktop .menu-item-has-children .sub-menu {
        min-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .height-video {
        height: 80vh;
    }
}