    /*
Theme Name: arteindustriale
Author: AlfaPi - Serena
Description: tema per arteindustriale
Version: 1.0
*/
    /*https://xd.adobe.com/view/169de07d-9414-4b85-9713-c53dc6df4a87-43ce/specs/*/
    /* VARIABILI */

    :root {
        --font-1: 'Montserrat', sans-serif;
        --font-2: 'Special Elite', cursive;
        --colore-1: #FF9924;
        --text-color: #000;
        --bg-menu: #1a1a1a;
        --border-radius: 25px;
        --border-radius: 0;
        --border-radius-menu: 50px;
    }

    body {
        padding: 0;
        margin: 0;
        color: var(--text-color);
        overflow-x: hidden;
        font-family: var(--font-1);
        font-weight: 400;
        font-size: 1.3rem;
        background-color: #282828;
        background-image: url('images/bg-dark_AdobeStock_443569863.jpg');
    }

    body,
    html {
        height: 100%;
        width: 100%;
        position: relative;
        /*touch-action: pan-y;*/
    }

    a {
        text-decoration: none;
        color: var(--colore-1);
    }

    a:hover {
        color: var(--colore-1);
        text-decoration: none;
    }

    .container-fluid {
        max-width: 1920px;
        margin: 0 auto;
    }

    .content-single,
    .content-tax,
    .content-archive {
        width: 90%;
        margin: 0 auto;
    }

    .content-tax img:first-of-type {
        width: 100%;
        max-width: 620px;
    }

    .content-single h3 {
        color: #fff;
        font-size: 9.7rem;
        font-size: 4.7rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
    }

    .content-single h1 {
        color: var(--colore-1);
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 70px;
        font-size: 3.6875rem;
    }

    .content-single .introduzione {
        font-size: 1.9rem;
        background-image: url(images/bg-card_light_AdobeStock_443569863.jpg);
        border-radius: var(--border-radius);
        padding: 70px;
    }

    .content-single .introduzione .sommario p {
        font-size: 2.6rem;
    }

    .content-single h2 {
        font-size: 2.625rem;
        font-weight: 700;
        text-align: left;
        color: var(--text-color);
        margin-bottom: 40px;
    }

    .content-single .introduzione img {
        max-width: 100%;
        border-radius: var(--border-radius);
        margin-bottom: 40px;
    }

    .content-single .poesia {
        font-family: var(--font-2);
        color: #fff;
        padding: 100px 0;
        text-align: center;
        position: relative;
    }

    .content-single .poesia::before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        background: linear-gradient(-45deg, transparent 33.333%, #282828 33.333%, #282828 66.667%, transparent 66.667%), linear-gradient(45deg, transparent 33.333%, #282828 33.333%, #282828 66.667%, transparent 66.667%);
        background-size: 20px 40px;
        left: -15px;
    }

    .content-single .poesia::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        width: calc(100% - 40px);
        height: 10px;
        background: linear-gradient(-45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%), linear-gradient(45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%);
        background-size: 20px 40px;
        left: 20px;
    }

    .content-single .poesia .testo {
        font-size: 2.8rem;
    }

    .content-single .poesia .autore {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    @media (max-width:767px) {
        .content-single h3 {
            font-size: 3.2rem;
        }

        /*.content-single .introduzione img {
            max-width: 100%;
        }*/
        .content-single h1 {
            font-size: 2.6rem;
        }

        .content-single h2 {
            font-size: 2rem;
            /*margin-bottom: 20px;
            margin-top: 20px;*/
        }

        .content-single .introduzione {
            font-size: 1.5rem;
            padding: 25px 15px;
        }

        .content-single .introduzione .sommario p {
            font-size: 1.6rem;
        }

        .content-single .poesia .testo {
            font-size: 1.6rem;
        }

        .content-single .poesia .autore {
            font-size: 1.3rem;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .content-single h3 {
            font-size: 6rem;
        }

        /*.content-single .introduzione img {
            max-width: 100%;
        }*/
        /*.content-single h2 {
            margin-bottom: 20px;
            margin-top: 20px;
        }*/
    }

    @media (min-width:992px) and (max-width:1199px) {
        /*.content-single .introduzione img {
            max-width: 100%;
        }
        .content-single h2 {
            margin-top: 20px;
        }*/
    }

    @media (min-width:1200px) {
        .content-single .introduzione img {
            max-width: 75%;
            margin-bottom: 0;
        }
    }

    /* RICERCA (form) */

    .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: var(--colore-1);
    }

    .overlay-content {
        position: relative;
        top: 30%;
        width: 80%;
        margin-top: 30px;
        margin: auto;
        left: 20%;
    }

    .overlay-content h2 {
        color: #fff;
        font-family: var(--font-1);
        font-weight: 300;
        font-size: 5.375rem;
        text-align: center;
        width: 40%;
        margin-bottom: 50px;
    }

    .overlay .close-search {
        position: absolute;
        top: 100px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: #fff;
    }

    .overlay input[type=text] {
        padding: 10px 15px;
        font-size: 1.5rem;
        border: none;
        float: left;
        width: 40%;
        border-radius: initial;
    }

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

    .overlay button {
        float: left;
        width: 71px;
        padding: 10px;
        background: #DFDFDF;
        font-size: 1.5rem;
        border: none;
    }

    .overlay button:hover {
        background: #bbb;
    }

    @media (max-width:1199px) {
        .overlay-content {
            top: 20%;
            width: 90%;
            left: initial;
        }

        .overlay h2 {
            width: 100%;
        }

        .overlay input[type=text] {
            width: 75%;
        }
    }

    /*MENU */

    .navbar {
        z-index: 1000;
    }

    .navbar-nav {
        position: static;
    }

    .navbar-brand {
        background-color: #000;
        border-radius: var(--border-radius-menu);
        padding: 5px 25px;
    }

    .bg-light {
        background-color: var(--bg-menu) !important;
        padding: 15px 0;
    }

    .fixed {
        top: 0 !important;
        left: 0;
        right: 0;
        position: fixed !important;
        box-shadow: rgb(0 0 0 / 10%) 1px 18px 15px -4px;
    }

    .main-menu {
        background-color: #000;
        border-radius: var(--border-radius-menu);
        padding: 10px 15px;
        margin: 0 auto;
    }

    .nav-item {
        margin: 0 10px;
    }

    .nav-item:last-of-type {
        margin-left: 20vw;
        border-radius: var(--border-radius-menu);
        border: 2px solid var(--colore-1);
        padding: 0 15px;
    }

    /*.nav-item:last-of-type a {
        font-weight: 700;
    }*/

    .nav-item:last-of-type:hover {
        background-color: var(--colore-1);
    }

    .nav-item:last-of-type:hover a {
        color: #000 !important;
        text-decoration: none;
        font-weight: 700;
        border-bottom: none;
    }

    .service-menu {
        background-color: #000;
        border-radius: var(--border-radius-menu);
        padding: 10px 15px;
        margin: 0 auto;
    }

    .service-menu>.nav-item:last-of-type {
        border-radius: initial;
        border: initial;
        padding: initial;
        margin-left: initial;
    }

    .nav-item:hover:before,
    .active::before,
    .active-portfolio:before {
        background-color: var(--colore-1);
    }

    .nav-link {
        color: #fff !important;
        font-size: .95rem;
        padding: 0 !important;
        font-weight: 400;
        text-transform: uppercase;
        display: initial;
    }

    .nav-link:hover {
        border-bottom: 1px solid var(--colore-1);
        text-decoration: none;
    }

    .dropdown-menu {
        border: none;
        transition: 0.3s;
        padding: 0;
    }

    .dropdown-toggle:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        position: relative;
        border: none;
        margin-left: 4px;
        font-weight: 900;
        font-size: .7rem;
        top: 1px;
    }

    .dropdown-toggle:hover:after {
        content: "\f077";
    }

    .dropdown-menu li {
        background-color: #151515;
        margin: 0;
    }

    .dropdown-menu li:first-of-type {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }

    .dropdown-menu li:last-of-type {
        margin-left: initial;
        padding: 0;
        border: none;
        border-radius: initial;
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }

    .dropdown-menu li:hover {
        transform: initial;
        border-left: initial;
        border-right: initial;
    }
    
    .dropdown-menu li:last-of-type:hover {
       background-color: #151515;
    }

    .dropdown-menu li:last-of-type:hover a{
        color: #fff !important;
        font-weight: 400;
     }

    .dropdown-menu li::before {
        content: initial;
    }

    .dropdown-item {
        font-size: .9rem;
        padding: 15px;
        color: #fff !important;
        text-transform: uppercase;
    }

    .dropdown-item:hover {
        background: transparent;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .dropdown-item:hover:before {
        visibility: visible;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
        width: 100%;
        background: transparent;
        width: 100%;
        padding-top: 40px;
        border-radius: initial;
    }

    .dropdown-menu {
        border-top: initial;
    }

    .current-menu-item .nav-link,
    .current-menu-parent .nav-link,
    .current-page-ancestor .nav-link {
        border-bottom: 1px solid var(--colore-1);
    }

    .dropdown-toggle.active:after {
        border-bottom: none !important;
    }

    .dropdown.active ul li.active a {
        color: var(--colore-1);
        font-weight: 700;
    }

    .dropdown .nav-item:hover:before {
        content: initial;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--colore-1) !important;
        background-color: initial;
    }


    ul .wpml-ls-menu-item a {
 
        top: 7px;
        position: relative;
    }

    @media (max-width:1199px) {
        #main-menu {
            height: 100vh;
        }

        .bg-light {
            padding: 0;
        }

        .main-menu {
            box-shadow: initial;
            border-radius: initial;
        }

        .navbar-brand {
            max-width: 50%;
            padding: 5px 5px 5px 0;
        }

        .nav-item {
            margin: 15px 0;
            text-align: center;
        }

        .nav-item:last-of-type {
            margin-left: initial;
        }

        .nav-item:hover {
            box-shadow: none;
            transform: none;
            border-left: none;
            border-right: none;
        }

        .nav-item:before,
        .dropdown-toggle:after {
            content: initial;
        }

        .main-menu .nav-link {
            font-size: 1.5rem;
        }

        .brand a {
            display: none;
        }

        .dropdown-menu {
            display: block;
            margin-top: 15px;
        }

        .dropdown-menu li {
            border-bottom: 1px solid #e1e1e124;
            border-radius: initial !important;
        }

        .dropdown-item {
            font-size: 1.125rem;
            padding-top: 15px;
        }

        .dropdown-toggle:hover:after {
            content: initial;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        /* .navbar-dark .navbar-toggler {
            color: transparent;
            margin-bottom: 0;
            position: relative;
            top: 12px;
            padding: 0;
        }*/
        .navbar-toggler {
            /* border: none;
            background: var(--colore-2);
            border-radius: initial;
            padding: 15px;*/
            height: 56px;
            overflow: hidden;
        }

        #navbar-hamburger {
            border: 3px solid var(--colore-1);
            border-radius: 50%;
            padding: 5px;
        }

        /*
           .navbar-toggler span {
            width: 35px;
        }
        
        
        .navbar-toggler span span {
            background-color: #fff;
            height: 3px;
            margin-bottom: 8px;
            display: block;
        }
        .navbar-toggler span span:nth-child(2) {
            width: 70%;
            float: right;
        }
        .navbar-toggler span span:last-of-type {
            margin-bottom: 0;
            width: 50%;
            float: right;
        }*/
        #navbar-close {
            width: 35px;
            background-color: var(--colore-2);
            border: 3px solid var(--colore-1);
            border-radius: 50%;
            padding: 2px 22px;
        }

        #navbar-close i {
            font-size: 2.2rem;
            color: #fff;
            position: relative;
            /* bottom: 0; */
            /* border: 3px solid var(--colore-1); */
            /* border-radius: 50%; */
            /* padding: 5px; */
            right: 10px;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        .nav-item:last-of-type {
            margin-left: 10vw;
        }
    }

    /* BOX COLORATO */

    .box-colorato {
        /*background-color: #efefef;*/
        background-image: url(images/bg-light_AdobeStock_443569863.jpg);
        width: 90%;
        border-radius: var(--border-radius);
        padding: 100px;
    }

    @media (max-width:767px) {
        .box-colorato {
            width: 90%;
            padding: 50px 25px;
        }
    }

    /* BOX  HOME */

    #box-intro {
        background-image: url('images/Freccia_Look-down_Custom_animato.svg');
        background-repeat: no-repeat;
        background-position: bottom center;
        margin-bottom: 50px;
        background-size: 5%;
        padding: 50px 0 150px 0;
    }

    .box-home {
        padding: 150px 0;
        background-image: url('images/A1_Tratto_Hero_animato.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    .box-home .row:first-of-type {
        margin-bottom: 150px;
    }

    .box-home .foto {
        background: var(--bg-menu);
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        height: 200px;
    }

    .box-home .foto img {
        max-width: 100%;
        height: auto;
        border-radius: var(--border-radius);
        border-radius: var(--border-radius);
        position: relative;
        right: -7.5vw;
        bottom: 52px;
    }

    /*.box-home .testo {
        position: relative;
        right: 15vw;
    }*/

    .box-home .testo h2 {
        font-size: 2.6875rem;
        color: #fff;
        font-style: italic;
        text-transform: initial;
        font-weight: 300;
        /*text-align: left;*/
        margin: 0;
    }

    .box-home h1 {
        font-size: 4.125rem;
        color: var(--colore-1);
        /*text-align: left;*/
        font-weight: 400;
        margin: 0;
    }

    /*.box-home .claim {
        position: relative;
        left: 25vw;
    }*/

    .box-home .claim p {
        font-size: 2.875rem;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        /*position: relative;
        right: 80px;*/
    }

    .box-home p strong {
        font-weight: 400;
        color: var(--colore-1);
    }

    .box-home .animazione {
        background: var(--bg-menu);
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        height: 200px;
    }

    .box-home .animazione video {
        bottom: 35px;
        max-width: 280px;
        height: auto;
        position: relative;
        right: 2vw;
    }

    @media (max-width:767px) {
        .box-home {
            padding: 12vh 0 6vh 0;
        }

        .box-home .row:first-of-type {
            margin-bottom: 20px;
        }

        .box-home .foto {
            height: 150px;
            margin-bottom: 50px;
        }

        .box-home .foto img {
            max-width: 60%;
            right: -6.5vw;
            bottom: 30px;
        }

        .box-home .testo {
            position: initial;
            text-align: center;
            padding: 15px;
        }

        .box-home .testo h1 {
            text-align: center;
            font-size: 2rem;
        }

        .box-home .testo h2 {
            text-align: center;
            font-size: 1.8rem;
        }

        .box-home .claim {
            position: initial;
        }

        .box-home .claim p {
            padding: 0 15px;
            font-size: 1.75rem;
            margin-bottom: 75px;
            position: initial;
        }

        .box-home .claim p br {
            display: none;
        }

        .box-home .animazione {
            margin-bottom: 150px;
        }

        .box-home .animazione {
            display: none;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .box-home .foto {
            height: 150px;
        }

        .box-home .testo {
            right: 10vw;
        }

        .box-home .foto img {
            right: -7.5vw;
            bottom: 40px;
            width: 60%;
        }

        .box-home .testo h1 {
            font-size: 2.3rem;
        }

        .box-home .testo h2 {
            font-size: 1.8rem;
        }

        .box-home .claim {
            left: 9vw;
        }

        .box-home .claim p {
            font-size: 1.7rem;
            right: -80px;
        }

        .box-home .claim p br {
            display: none;
        }

        .box-home .animazione {
            height: 140px;
        }

        .box-home .animazione video {
            max-width: 220px;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .box-home .testo {
            right: 9vw;
        }

        .box-home .testo h1 {
            font-size: 3rem;
        }

        .box-home .testo h2 {
            font-size: 2rem;
        }

        /* .box-home .claim {
            left: 6.5vw;
        }*/

        .box-home .claim p {
            font-size: 1.75rem;
            position: initial;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        .box-home .testo {
            right: 9vw;
        }

        .box-home .claim {
            left: 15vw;
        }

        .box-home .claim p {
            position: initial;
            font-size: 2.3rem;
        }
    }

    /* BOX HOME COME PERCHE'*/

    .box-come-perche {
        background-image: url(images/A2_Tratto_Come_animato.svg), url(images/bg-light_AdobeStock_443569863.jpg);
        width: 90%;
        border-radius: var(--border-radius);
        padding: 100px 100px 0 100px;
        background-repeat: no-repeat, repeat;
        background-position: 80% center, center center;
        background-size: 90% 95%, 100% 100%;
    }

    .box-come-perche img {
        border-radius: var(--border-radius);
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }

    .box-come-perche h2 {
        font-size: 4.875rem;
        color: var(--text-color);
        text-align: left;
        margin-bottom: 0;
        padding-left: 50px;
    }

    .box-come-perche h2 span {
        font-weight: 400;
    }

    .box-come-perche p {
        font-size: 2.625rem;
        padding: 80px 0 0 0;
    }

    .box-come-perche-chiusura {
        position: relative;
        top: 113px;
        z-index: 1;
    }

    @media (max-width:767px) {
        .box-come-perche {
            padding: 15px;
            background-position: 0 40%, center center;
            background-size: contain, 100% 100%;
        }

        .box-come-perche h2 {
            font-size: 3rem;
            text-align: center;
            margin-top: 20px;
            padding-left: 0;
            padding-top: 40px;
        }

        .box-come-perche p {
            font-size: 1.5rem;
            padding: 20px 0 0 0;
        }

        .box-come-perche-chiusura {
            top: 40px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .box-come-perche {
            background-position: -20px 90%, center center;
            background-size: contain, 100% 100%;
        }

        .box-come-perche h2 {
            font-size: 3rem;
            text-align: center;
            margin-top: 80px;
            padding-left: 0;
        }

        .box-come-perche p {
            font-size: 1.75rem;
            padding: 20px 0 0 0;
        }

        .box-come-perche-chiusura {
            top: 40px;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .box-come-perche {
            background-size: contain;
        }

        .box-come-perche h2 {
            font-size: 3.875rem;
        }

        .box-come-perche p {
            font-size: 2rem;
        }

        .box-come-perche-chiusura {
            top: 55px;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        .box-come-perche-chiusura {
            top: 72px;
        }
    }

    /* BOX HOME INTRO 1 */

    .box-home-intro-1 {
        width: 90%;
        padding: 150px 0 100px 0;
        color: #fff;
        margin-top: 150px;
    }

    .box-home-intro-1 .riga2 img {
        max-width: 100%;
        object-fit: cover;
        border-radius: var(--border-radius);
    }

    .box-home-intro-1 .riga1 {
        text-transform: uppercase;
        font-size: 4.875rem;
        font-weight: 700;
    }

    .box-home-intro-1 .riga1 img {
        max-width: 100%;
        object-fit: cover;
        border-radius: var(--border-radius);
    }

    .box-home-intro-1 .riga2 {
        font-size: 2.625rem;
    }

    @media (max-width:767px) {
        .box-home-intro-1 {
            width: 90%;
            padding: 50px 15px;
            margin-top: 0;
        }

        .box-home-intro-1 .riga1 {
            font-size: 1.9rem;
        }

        .box-home-intro-1 .riga1 div:first-of-type {
            margin-bottom: 60px;
        }

        .box-home-intro-1 .riga2 {
            font-size: 1.6rem;
        }

        .box-home-intro-1 .riga1 img,
        .box-home-intro-1 .riga2 img {
            height: 120px;
        }

    }

    @media (min-width:768px) and (max-width:1199px) {
        .box-home-intro-1 {
            margin-top: 0;
        }

        .box-home-intro-1 .riga1 {
            font-size: 3.6rem;
        }

        .box-home-intro-1 .riga1 div:first-of-type {
            margin-bottom: 60px;
        }

        .box-home-intro-1 .riga2 {
            font-size: 2.2rem;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        .box-home-intro-1 {
            margin-top: 0;
        }

        .box-home-intro-1 .riga1 {
            font-size: 4.2rem;
        }

        .box-home-intro-1 .riga1 div:first-of-type {
            margin-bottom: 60px;
        }

        .box-home-intro-1 .riga2 {
            font-size: 2.4rem;
        }
    }

    /* BOX HOME INTRO 2 */

    .box-home-intro-2 {
        margin-top: 150px;
        margin-bottom: 150px;
        width: 90%;
        background-image: url(images/bg-light_AdobeStock_443569863.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        border-radius: var(--border-radius);
    }

    .box-home-intro-2 img.infinito {
        position: absolute;
        z-index: +1;
        transform: translate(40%, -50%);
        border-radius: initial;
        width: 50%;
    }

    .box-home-intro-2 .row:first-of-type {
        padding: 0 100px 100px 100px;
        position: relative;
    }

    .box-home-intro-2 img {
        border-radius: var(--border-radius);
        object-fit: cover;
        max-width: 100%;
    }

    .box-home-intro-2 h2 {
        font-size: 4.875rem;
        padding-top: 70px;
        color: var(--text-color);
        text-align: left;
    }

    .box-home-intro-2 p {
        font-size: 2.625rem;
    }

    @media (max-width:767px) {
        .box-home-intro-2 {
            margin-top: 50px;
            background-size: 100% 80%;
            margin-bottom: 50px;
        }

        .box-home-intro-2 img.infinito {
            transform: translate(0%, -50%);
            width: 85%;
        }

        .box-home-intro-2 .row:first-of-type {
            padding: 0 20px;
        }

        .box-home-intro-2 h2 {
            font-size: 2rem;
            padding-top: 15px;
            margin-bottom: 20px;
        }

        .box-home-intro-2 p {
            font-size: 1.35rem;
            padding-bottom: 20px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .box-home-intro-2 {
            margin-top: 50px;
            background-size: 100% 80%;
            margin-bottom: 50px;
        }

        .box-home-intro-2 img.infinito {
            transform: translate(0%, -50%);
            width: 85%;
        }

        .box-home-intro-2 .row:first-of-type {
            padding: 0 5%;
        }

        .box-home-intro-2 h2 {
            font-size: 3.4rem;
            padding-bottom: 0;
            padding-top: 20px;
            margin-bottom: 20px;
        }

        .box-home-intro-2 p {
            font-size: 1.6rem;
            padding-bottom: 20px;
        }

        .box-home-intro-2 img {
            max-width: 90%;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .box-home-intro-2 {
            margin-top: 50px;
            background-size: 100% 80%;
            margin-bottom: 50px;
        }

        .box-home-intro-2 img.infinito {
            transform: translate(20%, -50%);
            width: 60%;
        }

        .box-home-intro-2 .row:first-of-type {
            padding: 0 20px;
        }

        .box-home-intro-2 h2 {
            font-size: 3rem;
            padding-bottom: 0;
            padding-top: 20px;
        }

        .box-home-intro-2 p {
            font-size: 1.8rem;
            padding-bottom: 50px;
        }

        .box-home-intro-2 img {
            max-width: 90%;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        .box-home-intro-2 {
            margin-top: 50px;
            background-size: 100% 80%;
            margin-bottom: 50px;
        }

        .box-home-intro-2 img.infinito {
            transform: translate(20%, -50%);
            width: 60%;
        }

        .box-home-intro-2 h2 {
            font-size: 3.6rem;
        }

        .box-home-intro-2 p {
            font-size: 2.4rem;
        }

        .box-home-intro-2 img {
            max-width: 90%;
        }
    }

    /* BOX CITAZIONE */

    .box-content-citazione {
        position: relative;
        text-align: center;
        color: #fff;
        min-height: 680px;
        background-attachment: fixed;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box-citazione {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(26 26 26 / 75%);
        border-radius: var(--border-radius);
        padding: 50px;
    }

    .box-citazione p:first-of-type {
        font-family: var(--font-2);
        font-size: 2.8rem;
    }

    .box-citazione p:last-of-type {
        font-family: var(--font-2);
        font-size: 1.6rem;
    }

    @media (max-width:576px) {
        .box-citazione p:first-of-type {
            font-size: 2rem;
        }

        .box-citazione p:last-of-type {
            font-size: 1.2rem;
        }
    }

    /* BREADCRUMB */

    .breadcrumb {
        background-color: transparent;
        margin-top: 15px;
        display: block;
        padding: 0 15px;
        font-size: 1.25rem;
    }

    .breadcrumb span span a {
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.1rem;
    }

    .breadcrumbs_item.current,
    .breadcrumb_last {
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

    /* CONTENUTO */

    h1 {
        font-size: 9.6875rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        margin-bottom: 50px;
    }

    h2 {
        color: var(--colore-1);
        font-size: 3.6875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 50px;
    }

    h1 a,
    h1 a:hover {
        color: #fff;
    }

    h2 a {
        color: var(--colore-1);
    }

    h2.getinspired,
    h2.getinspired a {
        letter-spacing: 15px;
    }

    h2.getinspired a:hover {
        letter-spacing: 30px;
        transition: all 0.5s ease-out;
    }

    .contenuto h2 {
        color: var(--colore-1);
        font-size: 3.6875rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    @media (max-width:767px) {
        h1 {
            font-size: 3.5rem;
        }

        h2 {
            font-size: 2rem;
        }

        h2.getinspired a {
            letter-spacing: 7px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        h1 {
            font-size: 4.6rem;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        h1 {
            font-size: 6rem;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        h1 {
            font-size: 8rem;
        }
    }

    /* BOX */

    .box-content {
        display: flex;
        margin-bottom: 60px;
    }

    /* BOX TAX PORTFOLIO */

    .tax-portfolio {
        margin-bottom: 150px;
    }

    .tax-portfolio p {
        color: #fff;
        font-size: 2.625rem;
    }

    .tax-portfolio .content-img {
        background: var(--bg-menu);
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        height: 200px;
    }

    .tax-portfolio .content-img img {
        border-radius: var(--border-radius);
        position: relative;
        right: -10vw;
        bottom: 30px;opacity: 0.5;
    }

    .box-tax-portfolio {
        padding: 0;
        position: relative;
    }

    .box-tax-portfolio img {
        width: 100%;
        object-fit: cover;
        opacity: 0.2;
    }

    .box-tax-portfolio img:hover {
        opacity: 1;
    }

    .box-tax-portfolio h3 {
        position: absolute;
        text-align: center;
        top: 100px;
        width: 100%;
    }

    .box-tax-portfolio h3 a {
        color: #fff;
        text-transform: uppercase;
        font-size: 2.2rem;
    }

    @media (max-width:767px) {
        .tax-portfolio {
            margin-bottom: 50px;
        }

        .tax-portfolio .content-img {
            height: 130px;
            margin-bottom: 50px;
            margin-top: 50px;
        }

        .tax-portfolio .content-img img {
           
            right: initial;
            
        }

        .tax-portfolio p {
            font-size: 1.8rem;
            padding: 25px 0 0 25px;
        }

        .tax-portfolio img {
          
            height: 200px;
            object-fit: cover;
        }

        .box-tax-portfolio img {
            height: 240px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .tax-portfolio .content-img {
            height: 150px;
        }

        .tax-portfolio .content-img img {
            width: 75%;
            right: -5vw;
        }

        .tax-portfolio p {
            font-size: 1.8rem;
        }

        .box-tax-portfolio-content h2 a {
            font-size: 2rem;
            letter-spacing: 6px;
        }

        .box-tax-portfolio img {
            opacity: 0.5;
        }

        .box-tax-portfolio img {
            height: 240px;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .tax-portfolio p {
            font-size: 2.2rem;
        }
        .box-tax-portfolio img {
            height: 240px;
        }
    }

    h2.correlati {
        color: #fff;
        font-size: 3.375rem;
        text-align: center;
        margin: 130px 0 40px 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    @media (max-width:767px) {
        h2.correlati {
            font-size: 2rem;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        h2.correlati {
            font-size: 3.3rem;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        h2.correlati {
            font-size: 3.6rem;
        }
    }

    /*
    @media (min-width:1400px) {
        h2.correlati {
            width: 75%;
        }
    }*/

    .box-portfolio {
        background-image: url(images/bg-card_light_AdobeStock_443569863.jpg);
        border-radius: var(--border-radius);
        margin: 0 auto;
        width: 100%;
    }

    .box-portfolio img {
        width: 100%;
        object-fit: cover;
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }

    .box-portfolio h2 {
        padding: 16px 32px;
        margin: 0;
    }

    .box-portfolio h2 a {
        color: var(--text-color);
        font-size: 1.5rem;
        display: block;
        font-weight: 700;
        text-align: left;
        text-transform: initial;
    }

    .box-portfolio h2 a:hover {
        color: var(--colore-1);
    }

    .box-portfolio h3 {
        padding: 12px 32px 0 32px;
    }

    .box-portfolio h3 a {
        font-size: 1rem;
        padding: 4px 12px;
        border: 2px solid var(--colore-1);
        font-style: italic;
        border-radius: var(--border-radius);
        text-align: center;
        color: var(--text-color);
        display: inline-block;
        margin-bottom: 10px;
    }

    .box-portfolio p {
        font-size: 1rem;
        padding: 0 25px;
    }

    .box-portfolio p.more {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .box-portfolio p.more a {
        font-size: 1rem;
        padding: 4px 24px;
        border: 2px solid var(--colore-1);
        text-transform: uppercase;
        width: 100%;
        display: block;
        border-radius: var(--border-radius);
        text-align: center;
        color: var(--text-color);
    }

    @media (max-width:991px) {
        .box-portfolio p.more a {
            padding: 4px 8px;
        }
    }

    /* SUPPORTI */

    .supporti h2 {
        font-size: 1.9375rem;
        text-align: left;
        color: initial;
        text-transform: initial;
        font-weight: initial;
    }

    .supporti img {
        max-width: 100%;
        border-radius: var(--border-radius);
        object-fit: cover;
    }

    .supporti p a {
        color: var(--text-color);
        font-size: 1.4rem;
        font-weight: 700;
    }

    @media (max-width:767px) {
        .supporti h2 {
            font-size: 1.5rem;
        }
    }

    /* AMBIENTAZIONI */

    .ambientazioni {
        margin-top: 80px;
    }

    .ambientazioni h2 {
        color: #fff;
        font-size: 4.75rem;
        margin: 0 auto 50px auto;
    }

    .ambientazioni img {
        max-width: 100%;
        object-fit: cover;
        border-radius: var(--border-radius);
    }

    .ambientazioni ul {
        margin: 0;
        list-style: none;
    }

    .ambientazioni ul li {
        font-size: 2.4375rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 50px;
        cursor: pointer;
        margin: 25px 0;
    }

    .ambientazioni ul li.active {
        color: var(--colore-1);
    }

    @media (max-width:767px) {
        .ambientazioni h2 {
            font-size: 2rem;
        }

        .ambientazioni ul li {
            font-size: 1.6rem;margin: 5px 0;
        }
        .ambientazioni ul li:first-of-type {
             margin-top: 10%;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .ambientazioni h2 {
            font-size: 3.3rem;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .ambientazioni h2 {
            font-size: 3.6rem;
        }
    }

    @media (min-width:1400px) {
        .ambientazioni h2 {
            width: 75%;
        }
    }

    /* MOSTRE */

    .box-mostre {
        background-image: url(images/bg-card_light_AdobeStock_443569863.jpg);
        border-radius: var(--border-radius);
        margin: 0 auto;
        width: 100%;
    }

    .box-mostre img {
        width: 100%;
        object-fit: cover;
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }

    .box-mostre h2 {
        padding: 16px 32px;
        margin: 25px 0 0 0;
    }

    .box-mostre h2 a {
        color: var(--text-color);
        font-size: 1.5rem;
        display: block;
        text-align: left;
        text-transform: initial;
    }

    .box-mostre h2 a:hover {
        color: var(--colore-1);
    }

    .box-mostre p {
        font-size: 1rem;
        padding: 0 32px;
    }

    .box-mostre p.more {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .box-mostre p.more a {
        font-size: 1rem;
        padding: 4px 24px;
        border: 2px solid var(--colore-1);
        text-transform: uppercase;
        width: 100%;
        display: block;
        border-radius: var(--border-radius);
        text-align: center;
        color: var(--text-color);
    }

    /* GLOSSARIO */

    .glossario ul li {
        list-style: none;
        margin: 0 0 50px 0;
        padding: 0;
    }

    .glossario ul li:last-of-type {
        margin: 0;
    }

    .glossario ul li strong {
        text-transform: uppercase;
    }

    .glossario ul li p {
        display: contents;
    }

    /* FOOTER */

    footer {
        background-image: url(images/bg-card_light_AdobeStock_443569863.jpg);
        margin-top: 80px;
    }

    footer .logo-footer img {
        margin-top: 140px;
        margin-bottom: 80px;
    }

    footer .cta a {
        border-radius: 50px;
        border: 2px solid var(--colore-1);
        color: var(--text-color);
        text-transform: uppercase;
        padding: 10px 20px;
        font-size: 1.5rem;
    }

    footer .cta a:hover {
        border: 4px solid var(--colore-1);
    }

    footer ul {
        list-style: none;
        padding: 0;
        font-size: 1.2rem;
    }

    footer ul li {
        display: flow-root;
        margin-bottom: 10px;
        margin-right: 25px;
    }

    footer ul li a {
        color: var(--text-color);
        font-weight: 700;
    }

    footer ul li a:hover,
    footer ul li:hover i,
    footer ul li a i {
        color: var(--colore-1);
    }

    footer ul.social {
        display: inline-flex;
        font-size: 3rem;
    }

    footer ul.social li {
        text-align: center;
        padding: 25px;
        margin: 0;
    }

    footer ul.social li a i {
        color: var(--text-color);
    }

    footer ul.social li a i:hover {
        color: var(--colore-1);
    }

    @media (max-width:640px) {
        footer ul {
            margin-bottom: 50px;
        }

        footer ul li {
            margin-right: 0;
            text-align: center;
        }

        footer .logo-footer img {
            margin-top: 0;
            margin-bottom: 0;
            width: 100%;
        }
    }

    /* MODULO */

    .modulo {
        background-color: #DFDFDF;
        padding: 50px;
        margin: 50px 0;
    }

    .modulo h2 {
        margin: 0 0 50px 0;
    }

    .modulo .etichetta {
        color: var(--colore-1);
        font-size: 1.25rem;
        font-weight: 700;
    }

    .modulo .etichetta span {
        color: var(--text-color);
        font-size: .9rem;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    textarea,
    select,
    input[type="date"] {
        padding: 12px 15px;
        width: 100%;
        font-family: var(--font-1);
        margin-bottom: 47px;
        border: none;
        color: var(--text-color);
        border-bottom: 4px solid var(--text-color);
        font-size: 1.25rem;
    }

    input[type="radio"] {
        margin-bottom: 47px;
    }

    .wpcf7-radio.singolo input[type="radio"] {
        margin-bottom: 0;
    }

    input.disabled {
        background-color: #979797;
        color: #fff;
    }

    textarea {
        resize: none;
    }

    :focus-visible {
        outline: none !important;
        border-bottom-color: var(--colore-1) !important;
    }

    .wpcf7-list-item {
        margin: 0;
    }

    .wpcf7-list-item-label {
        font-size: 1.25rem;
        font-weight: 300;
        margin-right: 25px;
    }

    .wpcf7-list-item-label a {
        color: var(--text-color);
        font-weight: 400;
        text-decoration: underline;
    }

    .privacy .wpcf7-list-item-label {
        font-size: .9rem;
        display: inline-block;
        position: relative;
        left: 25px;
        bottom: 25px;
    }

    .privacy input[type="checkbox"] {
        float: left;
    }

    .btn-invia {
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 0px 0px #333333;
        box-shadow: 5px 5px 0px 0px #333333;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        border: none !important;
        font-size: 1.3rem;
        font-weight: 700;
        padding: 12px 100px;
    }

    .btn-invia:hover {
        -webkit-box-shadow: 10px 10px 0px 0px #333333;
        box-shadow: 10px 10px 0px 0px #333333;
    }

    .wpcf7 .wpcf7-submit:disabled {
        opacity: .7;
    }

    .wpcf7-not-valid-tip {
        color: var(--colore-2);
        position: relative;
        bottom: 20px;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output {
        border: none;
        background: var(--colore-2);
        text-align: center;
        font-size: 1.55rem;
        color: #fff;
    }

    .wpcf7-spinner {
        display: block;
    }

    @media (max-width:640px) {
        .modulo {
            padding: 15px;
            margin: 0;
        }

        .privacy {
            margin-bottom: 50px;
        }

        .privacy .wpcf7-list-item-label {
            left: 5px;
            bottom: 7px;
        }
    }

    /* SEARCH */

    .search-result {
        padding-bottom: 1rem;
        padding-left: 2rem;
        margin: 0 15%;
    }

    .search-result .row {
        border-left: var(--border-par);
        border-bottom: var(--border-par);
        margin-bottom: 50px;
        width: 98%;
    }

    .search-result .update {
        text-align: right;
        font-style: italic;
        font-size: 1rem;
    }

    @media (max-width:640px) {
        .search-result {
            margin: 0;
        }
    }


    .lb-dataContainer {
        position: absolute;
        top: -5%;
        right: 10%;
      }

    /* BOX GUTENBERG ACF */

    .iubenda {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 300;
    }

    .iubenda:hover {
        color: var(--colore-1);
    }

    .credits {
        color: var(--colore-2);
        font-size: 1.125rem;
    }

    