::selection {
    background: #FFF; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #FFF; /* Gecko Browsers */
}
.cursor {
    position: absolute;
    background: #dadadaed;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 9;
    letter-spacing: 0;
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: scale(0.8);
    background-size: 4px;
    background-repeat: no-repeat;
    /* background-color: #ff8100; */
    background-position: center;
}

.cursor::before {
    content: attr(data-cursor);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 9px;
    padding: 30px;
    color: #333;
    text-align: center;
    transform: scale(0.12) translate(-360%,-360%);
    border-radius: 100%;
    opacity: 0;
}
.cursor[data-cursor-background]::before {
    background-image: url("attr(data-cursor-background)");
}

.cursor.active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.96);
    transform: scale(16);
}

.cursor.active::before {
    opacity: 1;
}

.cursor-follower {
    position: absolute;
    background: rgba(173, 173, 173, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: translate(4px, 4px);
}

.cursor-follower.active {
    opacity: 0.3;
    transform: scale(0);
}

.portfolio-thumb {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.portfolio-thumb img {
    max-width: 360px;
    opacity: 0.4;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    transform-origin: 90% center;
}

.portfolio-item:hover .portfolio-thumb {
    transform: translateX(-1.75rem);
}

.portfolio-item:hover .portfolio-thumb img {
    opacity: 0.8;
    transform: scale(1.2);
}

#main {
    /* min-height: 100vh; */
    /* padding-bottom: 180px; */
    position: relative;
    z-index: 2;
}
/* #main .fullscreen {
    background: #242424;
}
#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
} */
  body::-webkit-scrollbar {
    width: 10px;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
  }
.fullscreen {
    /* max-height: calc(100vh - 100px); */
    max-height: calc(100vh - 70px);
    overflow: hidden;
}
.fullscreen > div {
    display: none;
}
.showing .fullscreen > div {
    display: block;
}

.showing .fullscreen {
    max-height: unset;
    overflow: inherit;
}
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
  }

  body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

a,
a:hover {
    text-decoration: none;
}
*,
*:hover,
*:focus {
    cursor: none !important;
}
*:focus {
    outline: none;
}
a {
    color: inherit;
}
ul,
ul li {
    display: block;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
.txt-center {
    text-align: center;
}
#header ul,
#footer ul {
    padding-left: 0;
    list-style-type: none;
}
body {
    margin: 0%;
    line-height: 1.3;
    letter-spacing: 0.8px;
    background-color: #000;
    color: #FFF;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
/* #footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 8;
    transition: bottom 400ms ease-out;
}
#footer.appear{
    bottom: 0px;
} */
section {
    overflow:hidden;
}
.sans {
    font-family: 'Poppins', sans-serif !important;
}
.container {
    max-width: 100%;
    padding: 0 8%;
}
.title {
    margin: 0 0 2rem;
    line-height: .85;
}
.title,
.serif {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}


/* HHEADER */
#header {
    padding: 10px 0;
}
#header ul li a{
    padding: 5px 2px;
}
#header ul li + li {
    margin-left: 36px;
}

/* FINE HHEADER*/

.no-dot ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 21px;
}
.main-title {
    font-size: 260px;
    font-weight: 200;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.title.wide,
.main-title.wide {
    max-width: 100%;
}
.hightlight-txt {
    font-size: 39px;
    line-height: 1.36;
    font-weight: 200;
    margin-top: 0;
}
.hightlight-txt h1,
.hightlight-txt h2,
.hightlight-txt h3 {
    font-weight: 300;
}
.images-index {
    position: relative;
    padding: 100px 0 280px;
    text-align:center;
    perspective: 1000px;
}
.images-index img {
    max-width: 700px;
    width: 70%;
}
.images-index img:last-child {
    position: relative;
    z-index: 5;
}
.images-index img:not(:last-child) {
    position: absolute;
    top: 50%;
    left: 50%;
}
.images-index img:not(:last-child):nth-child(1) {
    transform: translate(-80%, -50%);
    z-index:3;

}
.images-index img:hover {
    z-index: 7 !important;
}
/* .images-index img:not(:last-child):nth-child(1):hover {
    animation: flip2 .6s forwards linear;
}
 */

.images-index img:not(:last-child):nth-child(2) {
    transform: translate(-20%, -40%);
    z-index: 2;

}
/* .images-index img:not(:last-child):nth-child(2):hover {
    animation: flip3 .6s forwards linear;
} */

@keyframes flip2 {
    0% {
        transform: translate(-80%, -40%) rotateY(0deg);
    }
    60% {
        transform: translate(-100%, -40%) rotateY(80deg);
        z-index: 6;
    }
    100% {
        transform: translate(-80%, -40%)rotatY(0deg);
        z-index: 6;

    }
}
@keyframes flip3 {
    0% {
        transform: translate(-20%, -40%) rotateY(0deg);
    }
    60% {
        transform: translate(-1%, -40%) rotateY(-80deg);
        z-index: 6;
    }
    100% {
        transform: translate(-20%, -40%)rotatY(0deg);
        z-index: 6;

    }
}

.images-index img:not(:last-child) ~ .images-index img:last-child {
    opacity: 1;
    transform: scale(1);
    transition: all 500ms ease-out;
}
.images-index img:not(:last-child):hover ~ .images-index img:last-child {
    opacity: .5;
    transform: scale(.6);
}

.heading-sans {
    font-weight: 300;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
}
.description-txt {
    font-weight: 200;
}
body {
    position: relative;
}
b,strong {
    font-weight: 500;
}
#main ul li + li {
    margin-top: 12px;
}
.lined-row {
    padding: 50px 0;
    /* position: relative; */
}
.lined-row {
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
}
.lined-row + .lined-row {
    border-top: none;
}
/* .lined-row:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #FFF;
}
.lined-row:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background-color: #FFF;
} */

canvas {
    position: relative;
    width: 100%;
    height: 100%;
  }
svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #path {
    fill: none;
    stroke: #f52e6d;
    stroke-width: 2;
  }
#Marchio {
    position: relative;
    height: auto;
}
.secondary-title {
    font-weight: 200;
    font-size: 137px;
    line-height: 1;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    max-width: 680px;
}
.secondary-title.txt-center {
    margin-left: auto;
    margin-right: auto;
}
.client-reveal {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    display: block;
    padding: 2.5rem 0;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
}
.client-reveal:after {
    content: attr(data-work);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.client-reveal {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.client-reveal + .client-reveal  {
    border-top: none;
}
.block-clients {
    padding: 0;
}


.split .word {
    padding: 35px 0 30px;
    margin-top: -50px;
    margin-bottom: -30px;

    margin-top: -4%;
    padding: 3% 0 3%;
    margin-right: 3% !important;
    /* margin-left: 3% !important; */


    display: inline-block;
    position: relative;
    overflow:hidden;
    /* line-height: 0px;
    vertical-align: middle;
    animation-name: openWord;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier( 0.85, 0.14, 1, 1 ) ;
    animation-fill-mode:forwards; */
}
.split .word.last-word {
    margin-right: 0 !important;
}

/* .split .word + .word {
    margin-left: .35rem;
} */


/* .split .word {
    margin-right: .35rem;
} */
.split .word:last-child {
    margin-right: 0rem;
}
.split br + .word {
    margin-left: 0 !important;
}

.split .word .char {
    position: relative;
    opacity: 0;
    animation-duration: .8s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
}
.entry-section .split .word .char,
.animate .split .word .char  {
    animation-name: appearTxt, DISappearTxt;
    animation-play-state: running, paused;
    /* animation-play-state: running, running; */
}
.split i.word {
    padding-left: 5%;
    margin-left: -3% !important;
}

.split .word:first-child {
    margin-left: 0 !important;
}
.contact-section {
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: #333;
    margin-top: 10%;
    position: relative;
}
.impressive.title {
    font-size: 180px;
    z-index: 2;
    position: relative;
    mix-blend-mode: difference;
    color: #fff;
}
/* .impressive.title:hover ~ img{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
.abs-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: none;
    width: 100%;
    height: 100%;
    max-width: 340px;
    max-height: 500px;
    transition: all 400ms ease-out;
}
.impressive.title:hover ~ .abs-img {
    max-width: 100%;
    max-height: 100%;
}
.entry-section .title.fit-title {
    font-size: 24vw;
}
/* .entry-section {
    padding-top: 100px !important;
} */
.post-row {
    position: relative;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 50px 0;
}
.post-row + .post-row {
    border-top: none;
    border-bottom: 1px solid #FFF;
}
.thumb-post img {
    display: block;
}
.content-preview {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    width: 550px;
    max-width: 100%;
}
.post-item .title-preview,
.content-preview .title-preview {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.content-preview .excerpt-post {
    font-size: 21px;
    line-height: 1.36;
    font-weight: 200;
}
.abslink {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
}
.fullscreen::-webkit-scrollbar{
    display: none;
}
.fullscreen {
    /* min-height: calc(100vh - 100px); */
    /* display: flex;
    flex-wrap: wrap; */
    /* align-items: center; */
    justify-content: center;
    padding: 0;
    /* position: absolute; */
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    padding: 0 !important;
    /* overflow-y: scroll; */
}
/* .content-toggle {
    position: absolute;
    top: 20%;
    left: 8%;
    right: 8%;
    padding-bottom: 160px;
    transform: translateY(-50%);
} */
/* .content-toggle .fullscreen {
    max-height: 0%;
}
.content-toggle.showing .fullscreen {
    max-height: unset;
} */

.label-form {
    font-size: 50px;
    line-height: 1.3;
    display: block;
}
.customform input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #FFF;
    background: none;
    color: #FFF;
    height: 50px;
    font-size: 20px;
}
.customform textarea {
    height: 50px;
    background: none;
    border: none;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 20px;
    width: 100%;
}
.vertical-form .slick-slide {
    opacity: .2;
    transition: opacity 400ms ease-out;
    padding: 20px 0;
}
.vertical-form .slick-slide.slick-current.slick-active {
    opacity: 1;
}
.vertical-form .slick-list {
    padding-top: 120px;
    padding-bottom: 200px;
}
.vertical-nav .slick-track {
    top: 0 !important;
}
.vertical-nav .slick-slide {
    opacity: .3 !important;
    padding: 5px 0;
    transition: opacity 400ms ease-out;
}
.vertical-nav .slick-slide.slick-current {
    opacity: 1 !important;
}
.vertical-form  {
    margin-top: -180px;
}
.content-toggle {
    opacity: 0;
    position: relative;
    max-height: 0;
    pointer-events: none;
    transition: all 1000ms ease-out 200ms;
}
.content-toggle.showing {
    opacity: 1;
    max-height: unset;
    pointer-events: initial;
    transition: all 600ms ease-out 1s;
}
.back-contact {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding-left: 50px;
}

.round {
    position: absolute;
    border: 2px solid #ffffff14;
    width: 40px;
    height: 40px;
    left: 0;
    top: -10px;
    border-radius: 100%;
    transform: rotate(180deg);
    transition: border 300ms ease-out;
}
.back-contact:hover .round {
    border: 2px solid #fff;
}
#arrow-cta{
    width:100%; cursor: pointer; position: absolute;
}

#arrow-cta .arrow{left: 30%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:12px;}
.segunda{margin-left: 8px;}
.next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round:hover .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}


@keyframes openWord {
    0% {
        overflow: hidden;
        line-height: 0;
    }
    70% {
        overflow: hidden;
        /* line-height: .4; */
    }
    100% {
        overflow: visible;
        line-height: .85;
    }
}
@keyframes appearTxt {
    0% {
        opacity: 0;
        top: 400px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
@keyframes DISappearTxt {
    0% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 0;
        top: -400px;
    }
}

.accordion .accordion-panel {
    position: relative;
    display: grid;
    font-size: 21px;
    line-height: 27px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    grid-template-columns: 30% 70%;
    grid-template-rows: 70px auto;
    grid-template-areas: 'label kind'
                         '... skills';
}
.accordion .accordion-panel + .accordion-panel {
    border-top: none;
}
.accordion-panel .label {
    grid-area: label;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.accordion-panel .kind-job {
    grid-area: kind;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 200;
}
.accordion-panel .kind-job:after {
    content: '';
    border: 1px solid #FFF;
    background: #ffffff00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
}

.accordion-panel .skills-achieved {
    grid-area: skills;
}
.accordion-panel .skills-achieved ul {
    padding-left: 20px;
}

.accordion-panel .skills-achieved ul li {
    list-style-type: initial;
    display: list-item;
}
.accordion-panel .toggle-accordion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
    height: 70px;
    z-index: 3;
    opacity: 0;
}

.accordion-panel .toggle-accordion ~ .kind-job:after  {
    content: '';
    border: 1px solid #FFF;
    background: #ffffff00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 300ms ease-out;

}
.accordion-panel .toggle-accordion:hover ~ .kind-job:after  {
    background: #ffffff86;
}
.accordion-panel .toggle-accordion:checked ~ .kind-job:after {
    background: #FFF;
}
.accordion-panel .toggle-accordion ~ .skills-achieved {
    display:none;
    overflow: hidden;
    font-weight: 200;
    font-size: 80%;
    /* transition: all 400ms ease-out; */
}
/* .accordion-panel .toggle-accordion:not():checked ~ .skills-achieved {
    max-height: 1000px;
} */
.newscroll {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.slick-slide img {
    display: block;
    width: 100%;
}
.slider-portfolio .slick-slide {
    padding: 0 1%;
}
html:not(.touch) body.noscroll {
    overflow: hidden;
}
/* body.noscroll {
     position: fixed;
     overflow-y:scroll
} */


/* html.windows body.noscroll ::-webkit-scrollbar {
    width: 1em;
}

html.windows body.noscroll ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

html.windows body.noscroll ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
} */

.wrap {
    position: relative;
}

.title.portfolio-title {
    font-size: 300px;
    white-space: nowrap;
}
.entry-section.running .title.portfolio-title {
    left: 100%;
    top: 50%;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: marquee;
    transform: translate(0%, -50%);
    position: absolute;
}

@keyframes marquee {
    0% {
        /* transform: translate(100%, -50%); */
        left: 100%;
    }
    100% {
        left: -100%;
        /* transform: translate(-100%, -50%); */
    }
}

@keyframes moveBottom {
    0% {
        /* transform: translate(100%, -50%); */
        left: 50%;
    }
    50% {
        left: 75%;
    }
    50% {
        left: 75%;
    }
}



.features-section {
    overflow:visible;
}
.oblique {
    padding-top: 20%;
    padding-bottom: 20%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10%;
    margin-left: calc(-8% - 15px);
    margin-right: calc(-8% - 15px);
    overflow: hidden;
    max-width: 100vw;
}
.oblique img {
    max-width: 48%;
    transition: all 600ms linear 1s;
}
.oblique img:not(:first-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
}

.oblique img:not(:first-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.animate .oblique img:not(:first-child) {
    transform: translate(55%,-90%);
    opacity: 1;
}
.animate .oblique img:last-child {
    transform: translate(-155%,10%);
    opacity: 1;
}
.number-group {
    padding: 3rem 0;
}
.number-row {
    padding: 1.5rem;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
}
.number-row + .number-row {
    border-top: none;
}
.number-row .marquee span {
    transition: color 600ms linear;
}
.number-row .marquee {
    height: 180px;
}
/* .number-row .marquee div {
    width: 100%;
} */
.number-row .marquee div {
    animation: marquee 5s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.number-row:hover .marquee div {
    -webkit-animation-play-state:running;
    animation-play-state:running;
}
.number-row:hover .marquee span {
    color: #FFF;
}
.article-title {
    font-size: 140px;
    font-weight: 200;
    margin-top: 5rem;
}
.content-article {
    max-width: 700px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: .5px;
}
.content-article blockquote.instagram-media {
    width: 100%;
}
.content-article blockquote {
    font-size: 50px;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
}
.content-article blockquote:not(.instagram-media):before {
    content: '';
    width: 40px;
    height: 50px;
    background: url(../fonts/quote.svg) no-repeat center bottom;
    background-size: 30px;
    position: absolute;
    left: -60px;
    border-top: 1px solid #FFF;
    padding-top: 15px;
}
.related-section .lined-wrap {
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
    padding: 3rem 0;
}
.post-template-default.single.single-post #footer .container > div{
    border-top: none !important;
}
.date {
    opacity: .4;
    font-size: 15px;
    text-transform: uppercase;
}

.entry-section .marquee {
    height: 70vh;
}
.entry-section .marquee div {
    height: calc(300px*1.15);
    animation: marquee 15s linear infinite;
}
.entry-section .marquee span {
    font-size: 260px;
    white-space: nowrap;
    font-family: 'Poppins', serif;
}

/* .word .char {
    animation-name: appearTxt, DISappearTxt !important;
    /* transition-delay: 4100ms;
} */
.reset .word .char {
    animation-name:unset !important;
    /* transition-delay: 4100ms; */
}
.border-wrap {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.copyright ul li {
    opacity: .8;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 11px;
}
.copyright ul li + li {
    margin-left: 20px;
}
.copyright ul li a {
    padding: 5px 0px 0px;
    display: block;
}
.entry-section .title.overlay {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    transform: translateY(-100%);
    width: 100%;
    font-size: 10vw;
    text-align: center;
    margin: 0px 0 0;
    line-height: 1;
}
.windowed {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
.map-section p {
    text-align: center;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.contact-adstra {
    border-top: 1px solid #FFF;
}
.third-title {
    max-width: 500px;
    font-size: 70px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.contact-adstra label {
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-item {
    margin-top: 30px;
}
.contact-item .textwidget {
    font-weight: 200;
    font-size: 21px;
}
#changeme {
    margin-top: 50px;
}
.work-item {
    margin: 20px;
    position: relative;
}
.title-project {
    font-weight: 500;
    font-size: 14px;
    margin: 8px 0px 2px;
}
.type-project {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    opacity: .5;
}
.tl {
    text-align: left;
}
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.customform .label-form {
    width: 100%;
}
.customform label {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.customform label.privacy {
    margin-top: 0px;
    border-top: 1px solid #fff3;
    padding-top: 30px;
}
.customform label + label {
    margin-left: 30px;
}
.w-100 {
    width: 100%;
}
.customform input.date-input {
    width: 100%;
}
body.home {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}
.work-item img {
    object-fit: cover;
    width: 44vh;
    height: 44vh;
}
/* body.home {
    background: url(../css/backhome.jpg);
    background-size: cover;
    background-position: 0% 0%;
} */

.info-wrap {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    color: #ffffffd4;
    margin-bottom: 20px;
}
.info-wrap label {
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    color: #FFF;
}
.info-wrap p {
    margin: 0;
}
.grid-content p:first-child {
    margin-top: 0px;
}
.archive-portfolio .work-item img {
    object-fit: cover;
    width: auto;
    height: auto;
}
.archive-portfolio .work-item {
    margin: 0px;
}
.pagination {
    margin: 3rem 0;
}
.pagination ul {
    padding-left: 0;
    display: flex;
}
.pagination ul li {
    display: flex;
    align-items: center;
}
.pagination ul li + li{
    margin-left: 5px;
}
.pagination ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: block;
    width: 42px;
    line-height: 32px;
    text-align: center;
}
.content-middle {
    min-height: calc(100vh - 168px);
    display: flex;
    align-items: center;
}
.fullview {
    min-height: calc(100vh - 70px);
    margin-top: -100px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item + span.wpcf7-list-item {
    margin-left: 24px;
}
span.wpcf7-form-control.wpcf7-checkbox.button-style span.wpcf7-list-item + span.wpcf7-list-item {
    margin-left: 16px;
}
span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    line-height: 16px;
}
span.wpcf7-form-control-wrap.data-inizio,
span.wpcf7-form-control-wrap.data-fine {
    width: 48%;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 0 40px;
    letter-spacing: 3px;
    transition: all 300ms ease-out;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #FFF;
    color: #2d2d2d;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required > span {
    width: 48%;
}
span.wpcf7-list-item {
    margin-left: 0;
}
div[data-id="fill-telefono"],
div[data-id="fill-email"] {
    padding-left: 0px;
    width: 48%;
}
div[data-id="fill-email"] {
    margin-left: auto;
}
.w-100 > span {
    width: 100%;
    display: block;
}
.w-100 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #e2a401;
    background: #e2a401;
    letter-spacing: 1px;
    line-height: 30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #159a0d;
    background: #159a0d;
    letter-spacing: 1px;
    line-height: 30px;
}
.wpcf7-not-valid-tip {
    color: #ff6d6d;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #b32d2d;
}
.button-style input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.button-style span.wpcf7-list-item {
    position: relative;
}
.button-style input[type="checkbox"] + .wpcf7-list-item-label {
    border: 1px solid #FFF;
    border-radius: 40px;
    line-height: 40px;
    padding: 10px 20px;
}
.button-style .wpcf7-list-item-label {
    transition: all 300ms ease-out;
}
.button-style span.wpcf7-list-item:hover .wpcf7-list-item-label {
    background-color: #ffffff12;
    border: 1px solid #ffffff12;
}
.button-style input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: #FFF;
    color: #2d2d2d;
}

span.wpcf7-form-control:not(.button-style) input[type="checkbox"] {
    opacity: 0;
}
span.wpcf7-form-control:not(.button-style) span.wpcf7-list-item {
    position: relative;
}

span.wpcf7-form-control:not(.button-style) input[type="checkbox"] + .wpcf7-list-item-label:before {
    content: "\2714";
    line-height: 15px;
    text-align: center;
    border: 2px solid #ffffff6e;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    color: #242424;
    font-size: 12px;
    top: 0;
    transition: all 300ms ease-out;
}
span.wpcf7-form-control:not(.button-style) input[type="checkbox"]:hover + .wpcf7-list-item-label:before {
    color: #ffffff6e;
}
span.wpcf7-form-control:not(.button-style) input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background: #FFF;
    color: #242424;
}
.copyright-col ul {
    display: flex;
    flex-wrap: wrap;
}

.logo-wrap {
    display: block;
    position: relative;
    z-index: 9;
    max-width: 156px;
}
body:not(.home) #main .entry-section:not(.no-limit) {
    height: calc(100vh - 70px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
.grid-wrap .grid {
    margin-left: -3%;
}
.element-item {
    width: 47%;
    margin-left: 3%;
    height: 44vw;
}
.beyond-content {
    grid-area: content;
    font-size: 21px;
    /* line-height: 29px; */
    line-height: 1.4;
}
.heading-block {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}
.content-block {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 200;
}
.wp-block-pullquote {
    margin: 0 0;
    padding: 0em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.wp-block-pullquote blockquote {
    margin: 0px;
    position: relative;
    top: 6px;
}
.wp-block-pullquote blockquote p {
    line-height: 1.2;
    font-weight: 400;
    opacity: .95;
    margin-top: 0;
    margin-bottom: 10px;
}

#footer .copyright-col.left ul li {
    margin-left: 0;
}
#footer .copyright-col.center ul {
    display: flex;
}
#footer .copyright-col ul li a {
    padding: 0px 6px;
}
#footer .copyright-col.center {
    display: flex;
    justify-content: center;
}
#footer .copyright-col.right {
    display: flex;
    justify-content: end;
    margin-left: 20px;
}
body:not(.home) #footer .container > div {
    border-top: 1px solid #ffffff70;
}
body.page-template-page-contacts #footer .container > div,
body:not(.home) .contact-section + #footer .container > div {
    border-top: none;
}
#main .pagination ul li.active a {
    pointer-events: none;
}
#main .pagination ul li + li {
    margin-top: 0;
}
.name-work {
    text-transform: uppercase;
    display: block;
    margin-bottom: 8rem;
    font-weight: 500;
    font-size: 18px;
}
.post-item {
    position: relative;
}
.related-section .post-item .title-preview {
    margin-top: 10px;
    margin-bottom: 2px;
}
.entry-section .subtitle {
    font-size: 21px;
    opacity: 0;
    letter-spacing: 1.5px;
    line-height: 1.36;
    animation: appearTxt 3s forwards 1s;
}
.entry-section .subtitle h1,
.entry-section .subtitle h2,
.entry-section .subtitle h3 {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.map-section .title.secondary-title.impressive.overlay {
    max-width: 100%;
}
#contact-section .secondary-title,
.fullscreen .main-title {
    font-size: 144px;
}
.content-toggle .secondary-title {
    max-width: 100%;
    text-align: center;
    margin-top: 0.5em;
}
#header {
    padding-top: 36px;
    overflow: hidden;
}
#footer {
    padding-bottom: 36px;
}
#footer .copyright-col ul  {
    margin-bottom: 0;
}
#footer .wp-block-pullquote blockquote p {
    margin-bottom: 0;
}
/* #contact-section .content-toggle .secondary-title {
    font-size: 110px;
} */

.toggle-menu .nav-item {
    position: relative;
}
.nav-item .sub-menu {
    position: absolute;
    top: 80%;
    opacity: 0;
    padding-top: 20px;
    transition: all 400ms linear;
}
.nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
}
.nav-item .sub-menu .nav-item {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.nav-item .sub-menu .nav-item + .nav-item  {
    border-top: none;
    margin-left: 0 !important;
}
.nav-item .sub-menu .nav-item a {
    opacity: .8;
    line-height: 27px;
    transition: all 400ms linear;
}
.nav-item .sub-menu .nav-item a:hover {
    opacity: 1;
}
.content-article iframe {
    width: 100% !important;
}

.content-article h2,
.content-article h3,
.content-article h4 {
    font-weight: 500;
    font-size: 30px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.contact-item label {
    margin-bottom: 0;
}
.contact-item .textwidget p {
    margin-top: 0px;
}
.contact-wrap {
    margin-bottom: 70px;
}
.custom-col img {
    width: 100%;
}
section#contact-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
@media (min-width:1300px) {
    .content-toggle .secondary-title {
        font-size: 60px;
    }
    .element-item {
        width: 47%;
        margin-left: 3%;
        height: 40vw;
        min-height: 600px;
    }
    .rmt {
        margin-top: 15rem;
    }
    .beyond-text {
        display: grid;
        grid-template-columns: 50% 25% 25%;
    }
    .center-text {
        display: grid;
        grid-template-columns: auto 25% auto;
    }
}
@media (min-width:1500px) {
    .element-item {
        height: 40vw;
        min-height: 600px;
    }
    .rmt {
        margin-top: 15rem;
    }
    .article-title {
        max-width: 65%;
    }
}
@media (min-width:992px) {
    .hamb-wrap {
        display: none;
    }
    .grid-info {
        grid-area: info;
    }
    .grid-content {
        grid-area: content;
    }
    .beyond-text {
        display: grid;
        grid-template-columns: 50% 35% 25%;
        grid-template-rows: auto;
        grid-template-areas: 'info content ...';
    }
    .center-text {
        display: grid;
        grid-template-columns: auto 35% auto;
        grid-template-rows: auto;
        grid-template-areas: '... content ...';
    }

}

@media (max-width:99999999px) {  /* MEDIA QUERY SOLO PER TOUCH DEVICE  (.touch)   */
    html.touch .number-row .marquee div {
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
}
@media (max-width:1300px) {
    /* .entry-section .title:not(.third-title) {
        font-size: 180px;
    } */
    #contact-section .secondary-title,
    .fullscreen .main-title {
        font-size: 110px;
    }
    .entry-section .article-title {
        font-size: 100px;
    }
    .entry-section .marquee {
        height: 30vh;
    }
    .entry-section .marquee span {
        font-size: 160px;
    }
    .hightlight-txt {
        font-size: 30px;
    }
    .secondary-title {
        font-size: 82px;
    }
    .oblique img {
        max-width: 35%;
    }
    /* .number-row .marquee div {
        animation: marquee 15s linear infinite;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    } */
    .number-row .marquee {
        height: 90px;
    }
    .number-row .marquee span {
        font-size: 90px;
    }
}
@media (max-width:992px) {
    .cursor,
    .cursor-follower {
        display: none;
    }
    .name-work {
        margin-bottom: 4rem;
    }
    .scene-scroll {
        overflow:hidden;
    }
    .main-title {
        font-size: 76px;
    }
    .hightlight-txt {
        font-size: 22px;
    }
    .beyond-content {
        font-size: 17px;
    }
    .images-index {
        position: relative;
        padding: 30px 0 80px;
    }
    .secondary-title {
        font-weight: 200;
        font-size: 70px;
    }

    .content-article blockquote:not(.instagram-media) {
        padding-left: 50px;
    }
    .content-article blockquote:not(.instagram-media):before {
        left: 0;
        width: 30px;
        background-size: 30px;
    }
    .entry-section .title {
        font-size: 140px;
    }
    #contact-section .secondary-title,
    .fullscreen .main-title {
        font-size: 80px;
    }
    .impressive.title {
        font-size: 130px;
    }
}
@media (min-width:768px) {
    .customform input.date-input {
        width: 48%;
    }
}
@media (max-width:767px) {
    body:not(.home) #main .entry-section:not(.no-limit) {
        height: calc(100vh - 150px);
    }    
    .content-article p {
        font-size: 16px;
        line-height: 24px;
    }
    .entry-section .title.article-title {
        font-size: 36px;
        line-height: 43px;
    }
    .number-row .marquee span:nth-child(n + 3) {
        display: none;
    }
    .number-row {
        padding: 1.5rem 0;
    }
    .entry-section {
        padding-top: 0px !important;
    }
    .work-item {
        margin: 0;
    }
    .customform span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required > span {
        width: 100%;
    }
    .customform .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 15px;
    }
    .customform .w-100 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
        display: block;
    }
    .customform div[data-id="fill-telefono"], div[data-id="fill-email"] {
        width: 100%;
    }
    .vertical-form .slick-list {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .fullview a {
        text-align: center;
    }
    .vertical-form .slick-slide {
        padding: 10px 0;
    }
    .vertical-form {
        margin-top: 0px;
    }
    .vertical-nav .slick-slide {
        padding: 0 10px;
    }
    .vertical-nav  {
        margin-bottom: 40px;
    }
    .back-contact {
        position: relative;
        left: 0;
        top: 0px;
        margin-bottom: 30px;
        display: block;
    }
    .contact-wrap {
        margin-bottom: 90px;
        margin-top: -60px;
    }
    /* .customform {
        height: 60vh;
    } */
    .main-title {
        font-size: 76px;
    }
    .entry-section .title {
        margin-bottom: 50px;
    }
    .slider.vertical-nav {
        display: none;
    }
    .slider.vertical-form > div + div {
        margin-top: 50px;
    }
    .content-toggle {
        /* position: absolute;
        top: 50%;
        left: 8%;
        right: 8%;
        transform: translateY(-50%); */
        /* height: 70vh; */
    }
    .hightlight-txt {
        font-size: 22px;
    }
    .images-index {
        position: relative;
        padding: 30px 0 80px;
    }
    .secondary-title {
        font-weight: 200;
        font-size: 50px;
    }
        .entry-section .title {
        font-size: 60px;
    }
    .entry-section .title {
        font-size: 60px;
    }
    .entry-section .third-title {
        font-size: 50px;
    }
    .content-article blockquote:not(.instagram-media) {
        font-size: 30px;
        margin-left: 0%;
        margin-right: 0%;
        position: relative;
        padding-left: 40px;
    }
    .content-article blockquote:not(.instagram-media):before {
        content: '';
        width: 26px;
        height: 40px;
        background: url(../fonts/quote.svg) no-repeat center bottom;
        background-size: 23px;
        position: absolute;
        left: 0px;
        border-top: 1px solid #FFF;
        padding-top: 5px;
    }

    .impressive.title {
        font-size: 76px;
    }
    .impressive.title ~ .abs-img {
        max-width: 100%;
        max-height: 100%;
    }
    .abs-img {
        max-width: 50%;
        max-height: 40%;
    }
    .entry-section .marquee span {
        font-size: 56px;
    }
    .entry-section .marquee {
        height: 18vh;
    }
}

.custom-layout {
    padding: 50px 0;
}

.custom-layout .custom-col{
    margin: 10px 0;
}







.marquee {
    height: 50vh;
    /* width: 100vw; */
    width: auto;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    display: flex;
}

.marquee span {
    float: left;
    width: 50%;
    /* white-space: nowrap; */
}

.number-row .marquee span {
    font-size: 130px;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
    color: #242424;
    text-align: center;
}
  /* .marquee span:after {
    content: attr(data-title);
    float: left;
    width: 50%;
    font-size: 300px;
    font-family: 'Ogg', serif;
  } */


.number-row .marquee {
    width: 150%;
}

  .marquee span {
    flex-grow: 1;
    width: auto;
    float: none;
  }

  /* .marquee span {
    flex-grow: 1;
    width: 100%;
    float: none;
    white-space: nowrap;
    position: absolute;
} */



/* MOBILE CURSOR HIDDEN */
/* .touch .cursor,
.touch .cursor-follower {
    display: none;
} */
.title-project {
    text-transform: uppercase;
}
body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    transition: all 500ms ease-out;
}
body.focus_item:before {
    pointer-events: initial;
    opacity: 1;

}
body.menu-active {
    overflow: hidden;
}
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
  }
  .hamb-wrap {
      display: none;
  }

  .filters.button-group button {
    text-transform: uppercase;
    background: none;
    color: #FFF;
    border: none;
    padding: 10px;
}
.filters.button-group button + button {
    margin-left: 20px;
}
.filters.button-group.js-radio-button-group {
    margin-bottom: 40px;
    display: flex;
}
nav .copyright-col.center {
    display: none;
}
.attachment-work-thumb.size-work-thumb.wp-post-image {
    max-width: 80%;
}

.customform span.wpcf7-form-control.wpcf7-acceptance label span {
    width: calc(100% - 30px);
}



@media (max-width:1800px) {
    .number-row .marquee span {
        font-size: 98px;
    }
    .number-row .marquee {
        height: 130px;
    }
}
@media (max-width:1440px) {
    .number-row .marquee span {
        font-size: 84px;
    }
    .number-row .marquee {
        height: 110px;
    }
}
@media (max-width:1200px) {
    .number-row .marquee span {
        font-size: 66px;
    }
    .number-row .marquee {
        height: 90px;
    }
}
@media (max-width:992px) {
    .number-row .marquee span {
        font-size: 46px;
    }
    .number-row .marquee {
        height: 64px;
    }
}
@media (max-width:750px) {
    .number-row .marquee span {
        font-size: 40px;
    }
    .number-row .marquee {
        height: 52px;
    }
    .label-form {
        font-size: 24px;
    }
    span.wpcf7-form-control-wrap.data-inizio, span.wpcf7-form-control-wrap.data-fine {
        width: 100%;
    }
    .contact-item label {
        margin-bottom: 0;
        font-size: 18px;
    }
    .contact-item .textwidget {
        font-size: 18px;
    }
    .contact-item .textwidget p {
        margin-top: 0;
    }
    .entry-section .title.overlay {
        position: static;
        font-size: 50px;
        text-align: left;
    }
    .windowed {
        max-width: 100%;
    }
    .heading-block {
        font-size: 28px;
        margin-bottom: 0;
    }
    .content-block {
        font-size: 18px;
    }    
    .content-block p{
        margin-top: 6px;
    }   
    #Marchio path.st0 {
        display: none;
    }
    .heading-sans {
        font-weight: 400;
        font-size: 18px;
    }
    .client-reveal {
        font-size: 16px;
    }
    .beyond-content {
        font-size: 17px;
    }
    .split .word .char {
        animation-name: appearTxt, DISappearTxt;
        animation-play-state: running, paused;
    }
    .post-row {
        padding: 20px 0 4px;
    }
    .content-preview {
        display: block;
        height: auto;
        padding: 0 0px;
        width: auto;
        max-width: 100%;
    }
    .content-preview .excerpt-post {
        display: none;
    }
    

    .name-work {
        margin-bottom: 3rem;
    }
    .entry-section .subtitle {
        font-size: 19px;
        margin-top: -15px;
    }


    nav {
        position: absolute;
        top: 0px;
        right: 8%;
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
        display: flex;
        align-items: flex-end;
        padding: 30px;
        /* border-radius: 50%;
        background-color: #FFF; */
        transition:all 800ms;
    }

    nav:before {
        content: '';
        position: absolute;
        top: 20px;
        right: 0px;
        transform: translate(1px,-50%);
        bottom: 0px;
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
        border-radius: 50%;
        background-color: #FFF;
        transition:all 800ms;
    }
    .toggle-menu.active nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 100vw;
        max-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-end;
    
    }
    .toggle-menu.active nav:before {
        transform: scale(100);
        transition:all 800ms;
    }
    nav ul {
        opacity: 0;
        /* display: none; */
        max-width: 0%;
        pointer-events: none;
        transition: all 10ms ease-out;
    }
    .toggle-menu.active nav ul {
        opacity: 1;
        max-width: 100%;
        display: block;
        overflow: hidden;
        pointer-events: initial;
        transition: opacity 800ms ease-out 600ms;
    }
    nav ul {
        color: #222;
        z-index: 3;

    }
    nav ul li a {
        font-family: 'Poppins', sans-serif;
        font-size: 100px;
        display: block;
    }
    .toggle-menu.active .hamb-wrap span:first-child {
        animation: moveRight 1s forwards;
    }
    .toggle-menu .hamb-wrap span:nth-child(2) {
        opacity: 1;
        transition: transform 600ms ease-out;
    }
    .toggle-menu.active .hamb-wrap span:nth-child(2) {
        transform: scale(0);
    }
    .toggle-menu.active .hamb-wrap span:last-child {
        animation: moveLeft 1s forwards;

    }
    #header .nav-list {
        display: block !important;
    }
    .hamb-wrap {
        display: block;
    }

}
@media (max-width:750px) and (orientation: landscape) {
    #footer ul {
        margin: 0;
    }
}

@media (max-width:1024px) and (orientation: portrait) {
    .toggle-menu .nav-item .sub-menu {
        position: static;
        top: 0;
        display: none;
        height: 0%;
    }
    .toggle-menu .nav-item .sub-menu .nav-item a {
        line-height: 27px;
        font-size: 32px
    }
    .hamb-wrap {
        display: block;
    }
    #footer .copyright-col ul li a {
        padding: 3px 0px 0;
        display: block;
    }
    #Marchio {
        transition: all 500ms ease-out;
    }
    .menu-active #Marchio {
        filter: invert(1);
    }
    #footer .copyright-col ul {
        display: block;
        margin-top: 0;
    } 
    #header .toggle-menu nav .copyright-col.center {
        display: block;
    }
    #header .toggle-menu nav .copyright-col.center ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        color: #000;
        align-items: center;
    }
    #header .toggle-menu nav .copyright-col.center ul li + li {
        margin-left: 12px;
    }
    #header .toggle-menu nav .copyright-col.center ul li a {
        font-size: inherit;
        padding: 0 12px;
        display: block;
    }
    #footer .copyright-col.center {
        display: none;
    }
    .element-item {
        width: 100%;
        margin-left: 0;
        height: 100vw;
    }
    #header ul li + li {
        margin-left: 0;
    }

    nav {
        position: absolute;
        top: 0px;
        right: 8%;
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
        display: flex;
        align-items: flex-end;
        padding: 30px;
        /* border-radius: 50%;
        background-color: #FFF; */
        transition:all 800ms;
    }

    nav:before {
        content: '';
        position: absolute;
        top: 20px;
        right: -30px;
        transform: translate(1px,-50%);
        bottom: 0px;
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
        border-radius: 50%;
        background-color: #FFF;
        transition:all 800ms;
    }
    .toggle-menu.active nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 100vw;
        max-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-end;
    
    }
    .toggle-menu.active nav:before {
        transform: scale(100);
        transition:all 800ms;
    }
    nav ul {
        opacity: 0;
        /* display: none; */
        max-width: 0%;
        pointer-events: none;
        transition: all 10ms ease-out;
    }
    .toggle-menu.active nav ul {
        opacity: 1;
        max-width: 100%;
        display: block;
        overflow: hidden;
        pointer-events: initial;
        transition: opacity 800ms ease-out 600ms;
    }
    nav ul {
        color: #222;
        z-index: 3;

    }
    nav ul li a {
        font-family: 'Poppins', sans-serif;
        font-size: 100px;
        display: block;
    }
    .toggle-menu.active .hamb-wrap span:first-child {
        animation: moveRight 1s forwards;
    }
    .toggle-menu .hamb-wrap span:nth-child(2) {
        opacity: 1;
        transition: transform 600ms ease-out;
    }
    .toggle-menu.active .hamb-wrap span:nth-child(2) {
        transform: scale(0);
    }
    .toggle-menu.active .hamb-wrap span:last-child {
        animation: moveLeft 1s forwards;

    }
    #header .nav-list {
        display: block !important;
    }
}
@media (max-width:750px) and (orientation: portrait) {
    .toggle-menu.active nav:before {
        transform: scale(50);
    }
    #footer .copyright-col.center {
        display: none;
    }
    nav:before {
        content: '';
        right: -2px;
    }
    nav ul li a {
        font-family: 'Poppins', sans-serif;
        font-size: 60px;
        line-height: 1;
    }
    .filters.button-group.js-radio-button-group {
        overflow: scroll;
    }

    .accordion .accordion-panel {
        display: block;
        padding: 20px 0;
    }
    .accordion-panel .toggle-accordion ~ .kind-job:after {
        top: 0;
    }
    span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item + span.wpcf7-list-item {
        margin-left: 10px;
    }
    .button-style input[type="checkbox"] + .wpcf7-list-item-label {
        padding: 10px 16px;
    }
}
@keyframes moveLeft {
    0% {
        transform:translate(0%, 0%);
    }
    15% {
        transform:translate(-150%, 0%);
    }
    30% {
        transform:translate(-150%, 30px);
    }
    50% {
        transform:translate(-150%, 20px) rotate(-45deg);
        opacity: 0;
    }
    55% {
        transform:translate(-150%, 20px) rotate(-45deg);
        opacity: 0;
        background: #FFF;
    }
    60% {
        transform:translate(-150%, 20px) rotate(-45deg);
        opacity: 1;
        background: #FFF;
    }
    100% {
        transform:translate(0%, -6px) rotate(-45deg);
        opacity: 1;
        background: #FFF;
    }
}
@keyframes moveRight {
    0% {
        transform:translate(0%, 0%);
    }
    15% {
        transform:translate(150%, 0%);
    }
    30% {
        transform:translate(-150%, -30px);
    }
    50% {
        transform:translate(-150%, -20px) rotate(45deg);
        opacity: 0;

    }
    55% {
        transform:translate(-150%, -20px) rotate(45deg);
        opacity: 0;
        background: #FFF;
    }
    60% {
        transform:translate(-150%, -20px) rotate(45deg);
        opacity: 1;
        background: #FFF;
    }

    100% {
        transform:translate(0%, 6px) rotate(45deg);
        opacity: 1;
        background: #FFF;
    }
}



/* #header {
    position: relative;
    z-index: 99;
} */
/*
#header .logo {
    grid-template: logo;
}

 */


 .toggle-menu {
     position: relative;
     min-width: 40px;
     z-index: 4;
     /* overflow: hidden; */
    }


.hamb-wrap {
    /* position: fixed;
    top: 15px;
    right: 15px; */
    width: 40px;
    min-height: 40px;
    padding: 12px;
    z-index: 5;
    transform: rotate(0);
    overflow:hidden;
    border-radius: 10%;
    left: 1px;
    position: relative;
    transition: all 300ms ease-out;
}
.active .hamb-wrap {
    background-color: #000;
    transform: rotate(360deg);
    border-radius: 50%;
    padding: 12px;
    transition: all 600ms ease-out 400ms;
}
.hamb-wrap span {
    background: #222;
    height: 1px;
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 1px;
}

.hamb-wrap  span + span {
    margin-top: 5px;
}