/* MINI */
@media only screen and (
    min-device-width: 768px) 
    and (max-device-width: 820px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 2) {

        
        .posizioni-header h4 {
            -webkit-line-clamp: inherit;
            max-height: 100%;
            font-size: 31px;
            line-height: 39px;
        }
        .faq.posizioni-card{
            height: 8.5rem;
        }
        .faq.posizioni-card.mini{
            height: 6.5rem;
        }
        .faq .posizioni-header {
            align-items: flex-start;
            gap: 2rem;
        }
        .faq .icon-dropdown-b {
            width: 1.2rem;
            height: 1.2rem;
            margin-top: 10px;
        }
        .faq .plus-red-pos {
            display: block;
            width: 1.2rem;
        }












        .staff-img {
            filter: grayscale(0%);
        }
        .footer-right{
            padding-top: 3rem;
        }
        .footer-grid {
            padding-top: 1rem;
        }
        .footer-links h6 {
            font-size: 22px;
            line-height: 24px;
        }
        .footer-social h6 {
            font-size: 22px;
            line-height: 24px;
        }
        .footer-social ul li{
            margin-bottom: 6px;
        }
        .footer-social ul li a {
            font-size: 17px;
            line-height: 23px;
        }
        .footer-links ul li a {
            font-size: 15px;
            line-height: 15px;
        }
        .input-group.grey-b .input-c {
            -moz-appearance: none !important;
            -webkit-appearance: none !important;
            appearance: none !important;
            background: url(/assets/frontend/img/svg/plus-withe.svg)!important;
            background-size: 15px !important;
            background-repeat: no-repeat !important;
            background-position: calc(100% - 10px) center !important;
            cursor: pointer !important;
            background-color: #aa1b17!important;
        }
        .input-group.grey-b .input-c option {
            color: #fff;
        }
        .input-group.grey-b input, .input-group.grey-b .input-c {
            color: #fff;
        }
        .input-group input, .input-c, .input-d {
            border-radius: 10px !important;
        }

        .sede-principale .contatti-card {
            grid-template-columns: repeat(1, 1fr);
            gap: 1rem;
        }
        .posizioni-cards-container {
            padding-bottom: 8rem;
        }
        .contatti-section {
            padding-bottom: 4rem;
        }
        .icon-tab {
            width: 1rem;
            height: 1rem;
        }
        .other-news-txt h6 {
            font-size: 24px;
            line-height: 28px !important;
        }
        .other-news-txt p {
            font-size: 16px;
            line-height: 18px;
        }
        .news {
            padding-top: 5rem;
            padding-bottom: 8rem;
        }
        .blog-tab-menu {
            margin-top: -3.65rem;
        }
        .cat-p {
            padding-bottom: 5rem;
        }
        .staff-box {
            min-height: 30vh;
        }

        .home-news-card-button {
            position: absolute;
            bottom: 1.5rem;
            right: 1.5rem;
        }

        .home-news-card-img {
            height: 17vh;
        }

        .card{
            padding: 2rem;
        }

        .home-card {
            padding: 2.5rem 4rem;
            justify-content: flex-start;
        }

        .hero-title-container {
            height: 70vh;
            left: 2rem;
            max-width: 100%;
        }

        .logo-gramma-div {
            width: 13rem;
            transition: all 0.3s;
            display: block;
        }
    
        .logo-gramma-div svg {
            width: 10rem!important;
        }
        .logo-gramma-div img {
            width: 10rem!important;
        }
        
        .intro-container {
            flex-direction: column;
        }
    
        .intro-buttons-container {
            /* flex-direction: column; */
            gap:1rem;
        }
    
        .home-news-cards {
            display: grid;
            grid-template-columns: repeat(2,1fr);
        }
    
        .home-news-card {
            max-width: 100%;
            position: relative;
            padding: 1.5rem;
            padding-bottom: 5rem;
            height: fit-content;
            display: flex;
            flex-direction: column;
        }
    
        .home-form-container {
            flex-direction: column;
        }
    
        .bgd-nav {
            padding-left: 0;
            border-radius: 0;
            box-shadow: none;
        }
    
        .bgd-nav:before {
            width: 50%;
            border-radius: 0;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            left: -4rem;
        }
        .in-home .bgd-nav:before{
            background-color: #aa1b17;
        }
        .bgd-nav:before{
            background-color: #fff;
            opacity: 1;
            visibility: visible;
        }
    
        .swiper-pagination {
            display: none;
        }
    
        .home-card-img svg {
            width: 7rem;
            height: 5rem;
        }
    
        .intro-text h2 {
            font-size: 50px;
            line-height: 55px;
        }
    
        .swiper.swiper-beta {
            height: 45vh;
        }
        .swiper-slide.beta {
            height: 45vh!important;
        }
        .swiper-nav.beta{
            bottom: 1rem;
            left: 1rem;
        }
    
        .button-c {
            /* width: 100%; */
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .home-card-text span {
            font-size: 17px;
            line-height: 19px;
        }
    
        .home-news-section {
            padding-top: 15rem;
            padding-bottom: 7rem;
        }
    
        .head {
            padding-top: 0;
            background-color: #fff;
    
        }
        .head.in-home{
            background-color: #c21b17;
        }
    
        .menu-icon .cls-999 {
            fill: #c21b17;
        }
    
        .in-home .menu-icon .cls-999 {
            fill: #fff;
        }
    
        .form-container {
            padding-top: 2rem;
        }
    
        .home-form-section {
            padding-top: 7rem;
        }
    
        .submit-but {
            width: 100%;
        }
    
        .footer-col-left {
            padding-bottom: 2rem;
        }
    
        .footer-mobile{
            display: block;
        }
    
        .title-withe h4 {
            font-size: 50px;
            line-height: 55px;
        }
    
    
        .tris-grid {
            grid-template-columns: repeat(1, 1fr);
            gap:2rem;
        }
        .tris-el {
            display: grid;
            grid-template-columns: auto auto;
            width: 100%;
            gap:2rem;
        }
        .tris-img {
            height: 5rem;
            width: 5rem;
        }
        .tris-content {
            gap: 0.5rem;
        }
        .azienda-tris {
            padding-top: 0;
        }
    
        .in-home .logo:hover .cls-111{
            fill:#fff;
        }
    
        .logo:hover .cls-111{
            fill:#c21b17;
        }
    
        .menu{
            box-shadow: 0px 6px 20px 5px rgba(0, 0, 0, 0.1);
        }
    
        .cat-box {
            padding: 1rem;
            display: grid;
            grid-template-columns: auto auto;
            align-items: start;
        }
    
        .cat-title h4 {
            font-size: 29px;
            line-height: 30px;
        }
    
        .cat-img {
            height: 4rem;
            width: 4rem;
        }
    
        .staff-container {
            grid-template-columns: repeat(2, minmax(250px, 1fr));
        }
        .staff-button {
            margin-top: 2rem;
        }
        .unisciti-container {
            justify-content: flex-start;
            align-items: center;
            gap: 0rem;
        }
        .unisciti-title h4 {
            font-size: 40px;
            line-height: 45px;
        }
        .privati-section, .staff-section {
            padding-top: 5rem;
            padding-bottom: 8rem;
        }
    
    
        .blog {
            padding-top: 2rem;
        }
    
        .news-card.blog-ban-card {
            grid-template-columns: repeat(1, 1fr);
            position: relative;
            padding: 1.5rem;
            padding-bottom: 5rem;
        }
    
        .contatti-intro {
            grid-template-columns: repeat(1, 1fr);
            gap: 2rem;
        }
        .contatti-content {
            grid-template-columns: repeat(1, 1fr);
        }
        .contatti-buttons {
        }
    
    
        .btn-c {
            padding: 12px 3rem;
            justify-content: flex-start;
            align-items: center;
            align-content: flex-start;
        }
    
        .staff-conteiner {
            flex-direction: column;
            gap: 2rem;
        }
    
        .staff-name h1 {
            font-size: 50px;
            line-height: 54px;
        }
    
        .button-a {
            /* width: 100%; */
        }
        .button-b{
            /* width: 100%; */
        }
        .unisciti-btn {
            width: 100%;
        }
        .staff-profile {
            width: 70%;
            height: 48vh;
            background-position: bottom;
        }
        .staff-page {
            padding-bottom: 7rem;
        }
    
    
    
    /*_______________________________________________________________________________________________*/
    /*HOVER DISABLED*/
    
        .home-card:hover {
            border: 2px solid #fff;
        }
        .button-a:hover {
            background-color: #c21b17;
            border: 2px solid #c21b17;
            color: #fff;
        }
        .button-b:hover {
            background-color: #fff;
            border: 2px solid #c21b17;
            color: #c21b17;
        }
        .footer-cta:hover {
            background-color: #c21b17;
            border: 2px solid #c21b17;
        }
        .beta .banner-cta:hover {
            background: #fff;
        }
        .beta .banner-cta:hover span {
            color: #c21b17;
        }
    
        .cat-box:hover {
            border: 2px solid #fff;
        }
        .staff-box:hover {
            border: 2px solid #fff;
        }
        .staff-box:hover .staff-button {
            background-color: #fff;
            color: #c21b17;
        }
        .banner-cta:hover {
            background-color: #c21b17;
        }
        .banner-cta:hover span {
            color: #fff;
        }
        .news-card.blog-ban-card:hover {
            border: 2px solid #fff;
        }
        .btn-c:hover {
            background-color: #fff;
        }
        .btn-c:hover svg {
            fill: #c21b17;
        }
        .btn-c:hover span {
            color: #c21b17;
        }
    /*_______________________________________________________________________________________________*/
































































































    .hero {
        padding-top: 10rem;
    }
    .hero-title-b h1 {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-b h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-c h1{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h1 span{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-d h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-d h1{
        font-size: 60px;
        line-height: 56px;
    }
    .breadcrumbs-container ul {
        flex-wrap: wrap;
    }
    .breadcrumbs-container li {
        font-size: 12px;
    }
    .footer-mobile {
        display: block;
        padding-top: 2rem;
    }
    .footer-container {
        flex-direction: column;
    }
    .cta-b {
        padding-top: 0rem;
    }
    .footer-right{
        padding-top: 0rem;
    }
    .footer-col-central {
        padding-top: 3rem;
    }
    .footer-social{
        padding-top: 4rem;
        padding-bottom: 4rem;
        flex-direction: column;
    }
    .footer-info {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .footer-info span{
        padding-right: 30px!important;
    }
    .logo-tipo {
        width: 7rem;
    }
    .logo-gramma {
        width: 2rem;
    }
    .hero-title {
        padding-top: 10rem;
    }
    .right-buttons-container {
        transform: translateX(110%);
        gap: 10px;
        transition: all 0.3s ease;
    }
    .scroll .right-buttons-container {
        transform: translateX(15%);
        gap: 10px
    }
    .btn-right:hover {
        transform: translateX(0%);
    }
    .btn-right {
        padding: 0.8rem 0.8rem;
    }
    .btn-right svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .btn-right span {
        display: none;
    }
    .right-buttons-container.close {
        transform: translateX(120%);
    }




    .blog-card-btn{
        display: none;
    }
    .blog-ban-card {
        padding-bottom: 2rem;
    }
    .blog-card-img {
        height: 150px;
    }








    .blog-card-text h4 {
        min-height: 30px;
    }
    .contatti-cards-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .controls {
        justify-content: center;
        position: absolute;
        bottom: 2rem;
        gap: 4rem;
    }
    .hermans-gallery-container {
        height: 18rem;
    }
    .hermans-img {
        height: 8rem;
    }
    .banner-cert-title h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner-cert-title h2 span{
        font-size: 50px;
        line-height: 54px;
    }
    .soste-container {
        flex-direction: column;
        gap: 1.52rem;
    }
    .other-news-img {
        height: 6rem;
        width: 25%;
    }
    .col-tab {
        width: 100%;
    }
    .template-image {
        height: 29vh;
    }
    .news-content {
        flex-direction: column;
        gap: 5rem;
    }
    .news-img {
        height: 43vh;
        margin-bottom: 2rem;
    }
    .blog-card-cta {
        display: none;
    }
    .blog-tab-menu li {
        padding: 20px 7px;
        font-size: 12px;
    }
    .news-container {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 8rem;
    }
    .impianti-video-container {
        height: 38vh;
        margin-top: 3rem;
        padding-right: 0;
    }
    .become-container {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        align-content: flex-start;
        gap: 1rem;
    }
    .made-img {
        height: 37vh;
        margin-top: 4rem;
    }
    .partner-img {
        height: 6rem;
    }
    .partner-wrapper {
        gap: 0;
    }
    .cert-img {
        height: 5rem;
    }

    .mob-col-reverse{
        flex-direction: column-reverse;
    }

    .numbers-container {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .numbers-col {
        padding: 0;
        padding-bottom: 2rem;
    }
    .num span {
        font-size: 50px;
        line-height: 50px;
    }
    .num-name span {
        font-size: 30px;
        line-height: 33px;
    }


    .cards-wrapper {
        flex-direction: column;
    }
    
    .banner-cards-container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        background-color: #fff;
        gap: 2rem;
    }
    .banner-cards-container.tablet-column {
        display: flex;
        flex-direction: column;
    }
    
    .find-container{
        flex-direction: column;
        gap: 1rem;
    }
    
    .blog-banner-title {
        flex-direction: column;
    }
    
    .blog-ban-wrapper {
        flex-direction: column;
    }
    
    .footer-desktop{
        display: none;
    }
    

    
    .hero-inside-container h1 {
        font-size: 75px;
        line-height: 75px;
    }

    .swiper {
        width: 100%;
        height: 80vh;
    }
    .swiper-slide {
        height: 80vh!important;
    }
    

    
    .cards-section {
        padding-bottom: 3rem;
    }

    
    .card-title {
        font-size: 40px;
        line-height: 45px;
    }
    
    .card-cta {
        /* font-size: 12px; */
    }
    
    .banner-title {
        position: relative;
        z-index: 2;
        padding-bottom: 1rem;
    }
    
    .banner-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-title h2 span {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-desc p {
        margin-bottom: 1rem;
    }
    
    .banner-ul ul {
        margin-bottom: 1rem;
        padding-left: 1rem;
    }
    
    .banner-content {
        gap: 1rem;
        padding-top: 1rem;
    }
    
    .banner-title h3 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .prod-swiper-nav {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        flex-direction: row;
        justify-content: center;
    }
    .swiper-button.prev-p {
        transform: translateX(0);
    }
    .swiper-button.next-p {
        transform: translateX(0);
    }
    
    .banner-products {
        padding-bottom: 3rem;
    }
    .reasons {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .banner-title-orange h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-title-orange h2 span {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-title-orange h3 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-card {
        gap: 1rem;
    }
    
    .find-title h4 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .find-title h4 span{
        font-size: 30px;
        line-height: 35px;
    }
    
    .find-left {
        gap: 1rem;
    }
    
    .find-cta span{
        font-size: 12px;
    }
    
    .find-cta {
        padding: 15px 26px;
    }
    
    .find-center {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .sost-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .sost-title h3 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .qual-content {
        gap: 1.5rem;
    }
    
    .qual-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*________________________________________________________________________________/*
    /*TEST*/
    .quality-banner {
        padding-bottom: 45rem;
        background-position: bottom -5rem right -5rem;
    }
    
    .product-img {
        background-size: contain;
    }
    
    .product.swiper-slide {
        padding: 30px;
        padding-top: 10px;
        border: 1px solid #56565b;
        border-radius: 30px;
    }
    
    .product-span {
        top: 2rem;
        right: 2rem;
    }
    
    .blog-ban-card {
        width: 100%;
    }
    
    .blog-banner-title {
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .blog-banner-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*________________________________________________________________________________/*
    /*MENU*/
    
    /* .menu{
        display: none;
    } */
    
    .top-head {
        display: none;
    }
    
    .navigation-bar{
        display: none;
    }
    
    .head-cta{
        display: none;
    }
    
    .navbar-cont {
        height: 5rem;
        width: 100%;

    }
    
    .logo-gramma-div svg {
        width: 13rem!important;
    }
    
    .logo-tipo-div svg {
        width: 7rem!important;
    }
    
    .menu-mobile{
        display: block;
    }
    
    
    .menu-mobile{
        display: block;
        width: 1.5rem;
        height: 4rem;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }
    
    .menu-icon{
        display: flex;
        height: 100%;
        align-items: center;
        position: relative;
        z-index: 999;
        /* color: #fff; */
    }
    
    .mobile-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        transition: right 0.5s cubic-bezier(.215, .61, .355, 1);
        z-index: 102;
    }
    
    .mobile-menu-container.open {
        right: -60%;
    }
    
    .mobile-menu {
        padding: 1rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 5rem;
    }

    .mobile-menu-container.open  .mobile-menu{
        box-shadow: -7px 0px 20px 5px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
    }
    
    .mobile-menu-list li {
        padding: 1rem 0;
        border-bottom: 1px solid #aa1b1730;
    }
    
    .mobile-menu-list a {
        color: #aa1b17;
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 400;
        display: block;
        width: 100%;
    }
    
    .menu-icon svg {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
        stroke: #56565b;
    }
    
    .menu-mobile.open .menu-icon svg {
        transform: rotate(90deg);
    }
    
    .scroll .cls-999{
        stroke: #56565b;
    }
    
    
    

























}















/* AIR */
@media only screen 
and (min-device-width: 820px) 
and (max-device-width: 1020px) 
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    .staff-img {
        filter: grayscale(0%);
    }
    .quality-banner {
        padding-bottom: 48rem;
    }
    .hero-title-container {
        left: 4rem;
    }
    .staff-profile {
        height: 44vh;
    }
    .mobile-menu-list a {
        font-size: 2.2rem;
    }
    .cat-title h4 {
        font-size: 35px;
        line-height: 40px;
    }

}



















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

    .posizioni-header h4 {
        -webkit-line-clamp: inherit;
        max-height: 100%;
        font-size: 31px;
        line-height: 39px;
    }
    .faq.posizioni-card.big{
        height: 8.5rem;
    }
    .faq.posizioni-card.medium{
        height: 8.5rem;
    }
    .faq.posizioni-card{
        height: 6.5rem;
    }
    .faq .posizioni-header {
        align-items: flex-start;
        gap: 2rem;
    }
    .faq .icon-dropdown-b {
        width: 1.2rem;
        height: 1.2rem;
        margin-top: 10px;
    }
    .faq .plus-red-pos {
        display: block;
        width: 1.2rem;
    }

    .staff-img {
        filter: grayscale(0%);
    }
    .hero {
        padding-top: 10rem;
    }
    .hero-title-b h1 {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-b h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-c h1{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-c h1 span{
        font-size: 50px;
        line-height: 50px;
    }
    .hero-title-d h1 span {
        font-size: 60px;
        line-height: 56px;
    }
    .hero-title-d h1{
        font-size: 60px;
        line-height: 56px;
    }
    .breadcrumbs-container ul {
        flex-wrap: wrap;
    }
    .breadcrumbs-container li {
        font-size: 12px;
    }
    .logo-tipo {
        width: 7rem;
    }
    .logo-gramma {
        width: 2rem;
    }
    .menu-icon svg {
        stroke: #56565b;
    }
    .hero-title {
        padding-top: 12rem;
    }
    .footer-mobile {
        display: block;
    }
    .footer-container {
        flex-direction: column;
    }
    .cta-b {
        padding-top: 0rem;
    }
    .footer-right{
        padding-top: 4rem;
    }
    .footer-col-central {
        padding-top: 4rem;
    }
    .footer-social{
        padding-top: 4rem;
        padding-bottom: 4rem;
        flex-direction: column;
    }
    .footer-info {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .footer-info span{
        padding-right: 30px!important;
    }
    .right-buttons-container {
        transform: translateX(110%);
        gap: 10px;
        transition: all 0.3s ease;
    }
    .scroll .right-buttons-container {
        transform: translateX(15%);
        gap: 10px
    }
    .btn-right:hover {
        transform: translateX(0%);
    }
    .btn-right {
        padding: 0.8rem 0.8rem;
    }
    .btn-right svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .btn-right span {
        display: none;
    }
    .right-buttons-container.close {
        transform: translateX(120%);
    }

    .contatti-cards-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .controls {
        justify-content: center;
        position: absolute;
        bottom: 2rem;
        gap: 4rem;
    }
    .hermans-gallery-container {
        height: 22rem;
    }
    .hermans-img {
        height: 10rem;
    }
    .banner-cert-title h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner-cert-title h2 span{
        font-size: 50px;
        line-height: 54px;
    }
    .soste-container {
        flex-direction: column;
        gap: 1.52rem;
    }
    .other-news-img {
        height: 7rem;
        width: 25%;
    }
    .col-tab {
        width: 100%;
    }
    .template-image {
        height: 29vh;
    }
    .news-content {
        flex-direction: column;
        gap: 1rem;
    }
    .news-img {
        height: 43vh;
        margin-bottom: 2rem;
    }
    .blog-card-cta {
        display: none;
    }
    .blog-tab-menu li {
        padding: 20px 7px;
        font-size: 11px;
    }
    .impianti-video-container {
        height: 38vh;
        margin-top: 3rem;
        padding-right: 0;
    }
    .become-container {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        align-content: flex-start;
        gap: 1rem;
    }
    .made-img {
        height: 37vh;
        margin-top: 4rem;
    }
    .partner-img {
        height: 6rem;
    }
    .partner-wrapper {
        gap: 0;
    }
    .cert-img {
        height: 5rem;
    }

    .mob-col-reverse{
        flex-direction: column-reverse;
    }

    .numbers-col {
        padding: 0;
        padding-bottom: 2rem;
    }
    .num span {
        font-size: 50px;
        line-height: 50px;
    }
    .num-name span {
        font-size: 30px;
        line-height: 33px;
    }

    .cards-wrapper {
        /* flex-direction: column; */
    }
    
    .banner-cards-container.tablet-column {
        flex-wrap: nowrap;
        background-color: #fff;
        gap: 2rem;
    }

    
    .find-container{
        flex-direction: column;
        gap: 1rem;
    }
    
    .blog-banner-title {
        flex-direction: column;
    }
    
    .blog-ban-wrapper {
        /* flex-direction: column; */
    }
    
    .footer-desktop{
        display: none;
    }
    

    
    .hero-inside-container h1 {
        font-size: 75px;
        line-height: 75px;
    }
    
    .cards-section {
        padding-bottom: 5rem;
    }
    
    .card {
        padding: 2rem;
    }
    
    .card-title {
        font-size: 34px;
        line-height: 35px;
    }
    
    .card-cta {
        /* font-size: 12px; */
    }
    
    .banner-title {
        position: relative;
        z-index: 2;
        padding-bottom: 1rem;
    }
    
    .banner-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-title h2 span {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-desc p {
        margin-bottom: 1rem;
    }
    
    .banner-ul ul {
        margin-bottom: 1rem;
        padding-left: 1rem;
    }
    
    .banner-content {
        gap: 1rem;
        padding-top: 1rem;
    }
    
    .banner-title h3 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .prod-swiper-nav {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        flex-direction: row;
        justify-content: center;
    }
    .swiper-button.prev-p {
        transform: translateX(0);
    }
    .swiper-button.next-p {
        transform: translateX(0);
    }
    
    .banner-products {
        padding-bottom: 3rem;
    }
    .reasons {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .banner-title-orange h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-title-orange h2 span {
        font-size: 40px;
        line-height: 44px;
    }
    
    .banner-title-orange h3 {
        font-size: 40px;
        line-height: 44px;
    }

    
    .banner-card {
        gap: 1rem;
        width: calc(50% - 1rem);
        flex: inherit;
    }
    
    .find-title h4 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .find-title h4 span{
        font-size: 30px;
        line-height: 35px;
    }
    
    .find-left {
        gap: 1rem;
    }
    
    .find-cta span{
        font-size: 12px;
    }
    
    .find-cta {
        padding: 15px 26px;
    }
    
    .find-center {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .sost-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .sost-title h3 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .qual-content {
        gap: 1.5rem;
    }
    
    .qual-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*________________________________________________________________________________/*
    /*TEST*/
    .quality-banner {
        padding-bottom: 60rem;
        background-position: bottom -5rem right -5rem;
    }
    
    .product-img {
        background-size: contain;
    }
    
    .product.swiper-slide {
        padding: 30px;
        padding-top: 10px;
        border: 1px solid #56565b;
        border-radius: 30px;
    }
    
    .product-span {
        top: 2rem;
        right: 2rem;
    }
    
    .blog-ban-card {
        width: 100%;
    }
    
    .blog-banner-title {
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .blog-banner-title h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*________________________________________________________________________________/*
    /*MENU*/
    
    /* .menu{
        display: none;
    } */
    
    .top-head {
        display: none;
    }
    
    .navigation-bar{
        display: none;
    }
    
    .head-cta{
        display: none;
    }
    
    .navbar-cont {
        height: 5rem;
    }
    
    .logo-gramma-div svg {
        width: 2rem!important;
    }
    
    .logo-tipo-div svg {
        width: 7rem!important;
    }
    
    .menu-mobile{
        display: block;
    }
    .navbar-cont {
        width: 100%;
    }
    
    
    .menu-mobile{
        display: block;
        width: 1.5rem;
        height: 5rem;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }
    
    .menu-icon{
        display: flex;
        height: 100%;
        align-items: center;
        position: relative;
        z-index: 999;
        color: #fff;
    }
    
    .mobile-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        transition: right 0.5s cubic-bezier(.215, .61, .355, 1);
        z-index: 103;
    }
    
    .mobile-menu-container.open {
        right: -65%;
    }
    
    .mobile-menu {
        padding: 1rem;
        height: 100%;
        overflow-y: auto;
        padding-top: 5rem;
    }
    
    .mobile-menu-container.open  .mobile-menu{
        box-shadow: -7px 0px 20px 5px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-menu-list {
        list-style-type: none;
        padding: 0;
    }
    
    .mobile-menu-list li {
        padding: 1rem 0;
        border-bottom: 1px solid #aa1b1730;
    }
    
    .mobile-menu-list a {
        color: #aa1b17;
        text-decoration: none;
        font-size: 2.2rem;
        font-weight: 400;
        display: block;
        width: 100%;
    }
    
    .menu-icon svg {
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
    }
    
    .menu-mobile.open .menu-icon svg {
        transform: rotate(90deg);
    }
    
    .scroll .cls-999{
        stroke: #56565b;
    }
    
    
    

    .blog-card-btn{
        display: none;
    }
    .blog-ban-card {
        padding-bottom: 2rem;
    }
    .banner-card-cta {
        padding: 15px 13px;
    }














































































    .staff-box {
        min-height: 30vh;
    }

    .home-news-card-button {
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .home-news-card-img {
        height: 17vh;
    }

    .card{
        padding: 2rem;
    }

    .home-card {
        padding: 2rem 2rem;
        justify-content: flex-start;
        gap: 2rem;
    }

    .hero-title-container {
        height: 50vh;
        left: 2rem;
        max-width: 100%;
    }

    .logo-gramma-div {
        width: 13rem;
        transition: all 0.3s;
        display: block;
    }

    .logo-gramma-div svg {
        width: 13rem!important;
    }
    .logo-gramma-div img {
        width: 10rem!important;
    }
    
    .intro-container {
        flex-direction: column;
    }

    .intro-buttons-container {
        /* flex-direction: column; */
        gap:1rem;
    }

    .home-news-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .home-news-card {
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
        position: relative;
        padding: 1.5rem;
        padding-bottom: 5rem;
        height: 100%
    }

    .home-form-container {
        flex-direction: column;
    }

    .bgd-nav {
        padding-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bgd-nav:before {
        width: 40%;
        border-radius: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        left: -5rem;
    }
    .in-home .bgd-nav:before{
        background-color: #aa1b17;
    }
    .bgd-nav:before{
        background-color: #fff;
        opacity: 1;
        visibility: visible;
    }

    .swiper-pagination {
        display: none;
    }

    .home-card-img svg {
        width: 6rem;
        height: 5rem;
    }

    .intro-text h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .swiper.swiper-beta {
        height: 45vh;
    }
    .swiper-slide.beta {
        height: 45vh!important;
    }
    .swiper-nav.beta{
        bottom: 1rem;
        left: 1rem;
    }

    .button-c {
        /* width: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-card-text span {
        font-size: 17px;
        line-height: 19px;
    }

    .home-news-section {
        padding-top: 15rem;
    }

    .head {
        padding-top: 0;
        background-color: #fff;

    }
    .head.in-home{
        background-color: #c21b17;
    }

    .menu-icon .cls-999 {
        fill: #c21b17;
    }

    .in-home .menu-icon .cls-999 {
        fill: #fff;
    }

    .form-container {
        padding-top: 2rem;
    }

    .home-form-section {
        padding-top: 7rem;
    }

    .submit-but {
        width: 100%;
    }

    .footer-col-left {
        padding-bottom: 4rem;
    }

    .footer-mobile{
        display: block;
    }

    .title-withe h4 {
        font-size: 50px;
        line-height: 55px;
    }


    .tris-grid {
        grid-template-columns: repeat(1, 1fr);
        gap:2rem;
    }
    .tris-el {
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        gap:2rem;
    }
    .tris-img {
        height: 5rem;
        width: 5rem;
    }
    .tris-content {
        gap: 0.5rem;
    }
    .azienda-tris {
        padding-top: 0;
    }

    .in-home .logo:hover .cls-111{
        fill:#fff;
    }

    .logo:hover .cls-111{
        fill:#c21b17;
    }

    .menu{
        box-shadow: 0px 6px 20px 5px rgba(0, 0, 0, 0.1);
    }

    .cat-box {
        padding: 1rem;
        display: grid;
        grid-template-columns: auto auto;
        align-items: start;
    }

    .cat-title h4 {
        font-size: 35px;
        line-height: 40px;
    }

    .cat-img {
        height: 4rem;
        width: 4rem;
    }

    .staff-container {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
    .staff-button {
        margin-top: 2rem;
    }
    .unisciti-container {
        justify-content: flex-start;
        align-items: center;
        gap: 0rem;
    }
    .unisciti-title h4 {
        font-size: 40px;
        line-height: 45px;
    }
    .privati-section, .staff-section {
        padding-top: 5rem;
        padding-bottom: 9rem;
    }


    .blog {
        padding-top: 2rem;
    }

    .news-card.blog-ban-card {
        grid-template-columns: repeat(1, 1fr);
        position: relative;
        padding: 1.5rem;
        padding-bottom: 5rem;
    }

    .contatti-intro {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .contatti-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .contatti-buttons {
    }


    .btn-c {
        padding: 12px 5rem;
        justify-content: flex-start;
        align-items: center;
        align-content: flex-start;
    }

    .staff-conteiner {
        flex-direction: column;
        gap: 2rem;
    }

    .staff-name h1 {
        font-size: 50px;
        line-height: 54px;
    }

    .button-a {
        /* width: 100%; */
    }
    .button-b{
        /* width: 100%; */
    }
    .unisciti-btn {
        width: 100%;
    }
    .staff-profile {
        height: 60vh;
        background-position: bottom;
    }
    .staff-page {
        padding-bottom: 7rem;
    }



/*_______________________________________________________________________________________________*/
/*HOVER DISABLED*/

    .home-card:hover {
        border: 2px solid #fff;
    }
    .button-a:hover {
        background-color: #c21b17;
        border: 2px solid #c21b17;
        color: #fff;
    }
    .button-b:hover {
        background-color: #fff;
        border: 2px solid #c21b17;
        color: #c21b17;
    }
    .footer-cta:hover {
        background-color: #c21b17;
        border: 2px solid #c21b17;
    }
    .beta .banner-cta:hover {
        background: #fff;
    }
    .beta .banner-cta:hover span {
        color: #c21b17;
    }

    .cat-box:hover {
        border: 2px solid #fff;
    }
    .staff-box:hover {
        border: 2px solid #fff;
    }
    .staff-box:hover .staff-button {
        background-color: #fff;
        color: #c21b17;
    }
    .banner-cta:hover {
        background-color: #c21b17;
    }
    .banner-cta:hover span {
        color: #fff;
    }
    .news-card.blog-ban-card:hover {
        border: 2px solid #fff;
    }
    .btn-c:hover {
        background-color: #fff;
    }
    .btn-c:hover svg {
        fill: #c21b17;
    }
    .btn-c:hover span {
        color: #c21b17;
    }
/*_______________________________________________________________________________________________*/



.swiper {
    width: 100%;
    height: 60vh;
}
.swiper-slide {
    height: 60vh!important;
}

.footer-right{
    padding-top: 3rem;
}
.footer-grid {
    padding-top: 1rem;
}
.footer-links h6 {
    font-size: 22px;
    line-height: 24px;
}
.footer-social h6 {
    font-size: 22px;
    line-height: 24px;
}
.footer-social ul li{
    margin-bottom: 6px;
}
.footer-social ul li a {
    font-size: 17px;
    line-height: 23px;
}
.footer-links ul li a {
    font-size: 15px;
    line-height: 15px;
}
    .input-group.grey-b .input-c {
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        background: url(/assets/frontend/img/svg/plus-withe.svg)!important;
        background-size: 15px !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) center !important;
        cursor: pointer !important;
        background-color: #aa1b17!important;
    }
    .input-group.grey-b .input-c option {
        color: #fff;
    }
    .input-group.grey-b input, .input-group.grey-b .input-c {
        color: #fff;
    }
    .input-group input, .input-c, .input-d {
        border-radius: 10px !important;
    }

.blog-tab-menu {
    margin-top: -3.6rem;
}
.staff-profile {
    width: 60%;
    height: 41vh;
}
.cat-p {
    padding-bottom: 5rem;
}
.sede-principale .contatti-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
































    
}