/* MINI */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {
   
.files-private-area {
    grid-template-columns: repeat(4, 1fr);
}

.file {
    width: 18vw;
}
    
  .menu{
        display:none;
    }
    .navbar-brand {
    width: 7.5rem;
}

    .shape-swiper .swiper-slide img{
            filter: grayscale(0);
    }

p {
    font-size: 14px;
}
    .nav-flex-distance
 {
    margin: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
}

.hero {
    gap: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

h1 {
    
    font-size: 6rem;
    line-height: 6rem;
}

h2 {
    
    font-size: 2rem;
    line-height: 2.5rem;
}

.item-logo svg {
    height: 3rem;
}

.hero p {
    font-size: 16px;
}

.col-text {
    padding-left: 10rem;
    padding-right: 2rem;
}


.page .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    
}

.svg-section {
    width: 8rem;
    
}

.grid-section h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem !important;
    line-height: 2.7rem;
}

.text-grid {
   
    gap: 0 2rem;
}
.v-left {
    padding-left: 2rem;
    padding-right: 10rem;
}


footer {
    padding: 5rem 2rem 0rem 2rem;
}


.banner-text {
    font-size: 6rem;
    margin-left: -0.5rem;
}

.footer-links li a {

    font-size: 14px;
    color: #fff
}

 .footer-links li a:after{
     content:'';
     background-image:url('../img/freccia-su.svg');
     background-size: 100%;
     position: absolute;
     right: 0;
     width: 0.5rem;
     height: 0.5rem;
     transform: translateY(3rem);
     transition: 0.2s ease-in;
}
.footer-links li a:after {
    transform: translateY(0.75rem);
}


.page h1 {
   font-size: 3.5rem;
   line-height: 3.5rem;
}
.hero .text-block p {
    font-size: 14px;
}
.accordion-header {
    
    font-size: 12px;
    line-height: 16px;
}
.accordion-text {
  
    font-size: 14px;
   
}
.arrow {
    width: 0.7rem;
    height: 0.7rem;
}

.bg-airtender_2 {
    top: 30rem;
}


h3 {
    font-size: 3.3rem;
}
.link-prod svg {
    width: 0.7rem;
    height: 0.7rem;
}

.title-prod {
        padding: 0.2rem 1rem 0.5rem 1rem;
    font-size: 1.55rem;
}


.open .modal-content {
    height: 80vh;
    width: 80vw;
}
.item-grid-prod:hover .cover-prod{
    opacity:0;
}




.hero.page .title-block{
    padding-left: 2rem;
}

.hero.page .text-block {
    padding-right: 2rem;
}


.col-page {
    padding-left: 2rem;
    padding-top: 3rem;
}

.grid-page {
    padding-top: 4rem;
}

.grid-section {
    padding: 3rem 0 0 0;
}

.grid-page .title-block {
    padding-left: 2rem;
    padding-right: 20vw;
}
.grid-page .text-block {
    padding-right: 2rem;
}
.bg-primary-no-rows {
    padding: 5rem 2rem;
}

.cont-abs {
    width: 30vw;
}

.shape-button {
        gap: 1rem;
        padding: 1rem;
    }

.hero.page {
   
    padding-top: 8rem;
}
    .mobile{
        display:block;
    }
    
    .desktop{
        display:none;
    }

    .bg-section-home{
    padding:0;
}

.bg-section-home-v2{
    padding:0;
}

.separator.p-bottom-separator {
    padding-bottom: 5rem;
}

.scroll-img {
    min-height: 100vh;
}

.shape-img-left {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 75px);
}

.shape-img-right {
    clip-path: polygon(0 0, calc(100% - 75px) 0, 100% 0, 100% 100%, 75px 100%, 0 calc(100% - 75px));
}

.mt-mobile-button{
    margin-top:1rem;
}

.tablet{
    display:none;
}

     .item-menu svg{
     transform: rotate(0deg);
     opacity: 1;
}


.content-menu-mobile .item-menu {
   
    padding: 1rem 2rem;
    
}

.content-menu-mobile .nav-link.cms {
    padding: 1rem 2rem;
}

.content-menu-mobile .item-menu.has-submenu .menu-label {
    padding: 0 2rem;
}

.cls-navigation{
    opacity: 0.5;
    fill:currentColor;
}


.active .cls-navigation{
    opacity: 1;
}

.error-title{
   
}
.error-code{
        font-size: 9rem;
}

.error-height-c {
    height: 80vh;
}

.content-single-post {
    padding: 3rem 2rem 0 2rem;
}

.bred-down {
    padding: 0 2rem;
}

.filter-media {
    padding-left: 2rem;

}

}




/* AIR */
@media only screen 
and (min-device-width: 1100px) 
and (max-device-width: 1200px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {


.files-private-area {
    grid-template-columns: repeat(4, 1fr);
}

.file {
    width: 18.9vw;
}

.menu{
        display:none;
    }
    
    
    .shape-swiper .swiper-slide img{
            filter: grayscale(0);
    }
    .navbar-brand {
    width: 8rem;
}
    .nav-flex-distance
 {
    margin: 0.5rem 3rem;
    display: flex;
    justify-content: space-between;
}

p {
    font-size: 14px;
}

.hero {
    
    gap: 8rem;
}

.item-logo svg {
    height: 3rem;
}

.hero p {
    font-size: 16px;
}

.col-text {
    
    padding-left: 13rem;
}

.svg-section {
    width: 8rem;
    
}

.grid-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem !important;
    line-height: 3rem;
}

.text-grid {
   
    gap: 0 2rem;
}
.v-left {
    padding-left: 3rem;
    padding-right: 13rem;
}


footer {
    padding: 5rem 3rem 0rem 3rem;
    
}


.banner-text {
    margin-left: -0.5rem;
}

.footer-links li a {

    font-size: 14px;
    color: #fff
}
 .footer-links li a:after{
     content:'';
     background-image:url('../img/freccia-su.svg');
     background-size: 100%;
     position: absolute;
     right: 0;
     width: 0.5rem;
     height: 0.5rem;
     transform: translateY(3rem);
     transition: 0.2s ease-in;
}
.footer-links li a:after {
    transform: translateY(0.75rem);
}









.page h1 {
   
    font-size: 4rem;
    line-height: 4rem;
    
}
.hero .text-block p {
    font-size: 14px;
}
.accordion-header {
    
    font-size: 12px;
    line-height: 16px;
}
.accordion-text {
  
    font-size: 14px;
   
}
.arrow {
    width: 0.7rem;
    height: 0.7rem;
}

.bg-airtender_2 {
    top: 30rem;
}

h3 {
    font-size: 3.3rem;
}

.link-prod svg {
    width: 0.7rem;
    height: 0.7rem;
}

.title-prod {
        padding: 0.2rem 1rem 0.5rem 1rem;
    font-size: 1.55rem;
}


.open .modal-content {
    height: 80vh;
    width: 80vw;
}
.item-grid-prod:hover .cover-prod{
    opacity:0;
}



.col-page {
    padding-top: 3rem;
}

.page .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    
}

.grid-page {
    padding-top: 4rem;
}

.grid-section {
    padding: 3rem 0 0 0;
}
    .mobile{
        display:block;
    }
    
    .desktop{
        display:none;
    }





    .bg-section-home{
    padding:0;
}

.bg-section-home-v2{
    padding:0;
}
.separator.p-bottom-separator {
    padding-bottom: 5rem;
}

.scroll-img {
    min-height: 100vh;
}

.shape-img-left {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 75px);
}

.shape-img-right {
    clip-path: polygon(0 0, calc(100% - 75px) 0, 100% 0, 100% 100%, 75px 100%, 0 calc(100% - 75px));
        
}

.mt-mobile-button{
    margin-top:1rem;
}

.shape-button {
        gap: 1rem;
        padding: 1rem;
    }


.swiper-item-prod {
    width: 393px !important;
}

.tablet{
    display:none;
}

     .item-menu svg{
     transform: rotate(0deg);
     opacity: 1;
}


.content-menu-mobile .item-menu {
   
    padding: 1rem 2rem;
    
}

.content-menu-mobile .nav-link.cms {
    padding: 1rem 2rem;
}

.content-menu-mobile .item-menu.has-submenu .menu-label {
    padding: 0 2rem;
}
.cls-navigation{
    opacity: 0.5;
    fill:currentColor;
}


.active .cls-navigation{
    opacity: 1;
}


.error-title{
   
}
.error-code{
        font-size: 9rem;
}

.error-height-c {
    height: 80vh;
}

.content-single-post {
    padding: 3rem 2rem 0 2rem;
}

.bred-down {
    padding: 0 2rem;
}

.filter-media {
    padding-left: 2rem;

}

}


























































































/* PRO */
@media only screen 
and (min-device-width: 1366px) 
and (max-device-width: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {


.files-private-area {
    grid-template-columns: repeat(4, 1fr);
}

.file {
    width: 19.7vw;
}
    
 .menu{
        display:none;
    }
    
    
    .shape-swiper .swiper-slide img{
            filter: grayscale(0);
    }    
    .navbar-brand {
    width: 8rem;
}
    .nav-flex-distance
 {
    margin: 0.5rem 3rem;
    display: flex;
    justify-content: space-between;
}

.hero {
    
    gap: 8rem;
}

.item-logo svg {
    height: 3rem;
}

.hero p {
    font-size: 16px;
}

.col-text {
    
    padding-left: 13rem;
}

.svg-section {
    width: 8rem;
    
}

.grid-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem !important;
    line-height: 3rem;
}

.text-grid {
   
    gap: 0 2rem;
}
.v-left {
    padding-left: 3rem;
    padding-right: 13rem;
}


footer {
    padding: 5rem 3rem 0rem 3rem;
    
}


.banner-text {
    margin-left: -0.5rem;
}

.footer-links li a {

    font-size: 14px;
    color: #fff
}
 .footer-links li a:after{
     content:'';
     background-image:url('../img/freccia-su.svg');
     background-size: 100%;
     position: absolute;
     right: 0;
     width: 0.5rem;
     height: 0.5rem;
     transform: translateY(3rem);
     transition: 0.2s ease-in;
}
.footer-links li a:after {
    transform: translateY(0.75rem);
}

.item-grid-prod:hover .cover-prod{
    opacity:0;
}

.grid-page .title-block {
    padding-right: 20vw;
}

    .mobile{
        display:block;
    }
    
    .desktop{
        display:none;
    }
    
    .bg-section-home{
    padding:0;
}

.bg-section-home-v2{
    padding:0;
}

.separator.p-bottom-separator {
    padding-bottom: 5rem;
}

.scroll-img {
    min-height: 100vh;
}

.shape-img-left {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 75px);
}

.shape-img-right {
    clip-path: polygon(0 0, calc(100% - 75px) 0, 100% 0, 100% 100%, 75px 100%, 0 calc(100% - 75px));
    height: 100vh;
}

.mt-mobile-button{
    margin-top:1rem;
}

.shape-button {
        gap: 1rem;
        padding: 1rem;
    }
    
.swiper-item-prod {
    width: 455.5px !important;
}

.tablet{
    display:none;
}

     .item-menu svg{
     transform: rotate(0deg);
     opacity: 1;
}


.content-menu-mobile .item-menu {
   
    padding: 1rem 2rem;
    
}

.content-menu-mobile .nav-link.cms {
    padding: 1rem 2rem;
}

.content-menu-mobile .item-menu.has-submenu .menu-label {
    padding: 0 2rem;
}

.cls-navigation{
    opacity: 0.5;
    fill:currentColor;
}


.active .cls-navigation{
    opacity: 1;
}

.error-title{
   
}
.error-code{
        font-size: 9rem;
}

.error-height-c {
    height: 80vh;
}

.content-single-post {
    padding: 3rem 2rem 0 2rem;
}

.bred-down {
    padding: 0 2rem;
}

.filter-media {
    padding-left: 2rem;

}

}
