@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

.logo > img {
    width: 100%;
}

.top-head {
    display: none;
}

.no-x-scroll-desktop{
    overflow-x:scroll;
}


.content-error {
    padding: 2.5rem 1rem;
}

.h1-404 {
    font-size: 6rem;
}

.h2-404 {
    font-size: 1.5rem;
}

.navigation-bar {
    display: none;
}

.circles {

    display: none;
}

.bgd-nav {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*background-color: var(--red-color);*/
}


.navbar-cont {
    width: fit-content;
    grid-template-columns: auto;
}


.square-star {
    display: none;
}

.hero .overlay {
    height: 50vh;
}


.logo-sinapsi-hero img {
    width: 10rem;
}

.logo-nextegy-hero img {
    width: 10rem;
}

.bg-line-points {
    top: 14vh;
    width: 60%;
    left: 18vw;
}

.logo-sinapsi-hero {
    left: 0vw;
    top: 5vh;
}

.logo-nextegy-hero {right: 5vw;bottom: 10vh;}


.footer {
    padding: 1rem;
}

section {
    padding: 6rem 1rem;
}




.hero .container {
    margin-top: 0;
}

.h1-c {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.logo{
    z-index: 1001;
    padding: 0;
    width: 160px;
    padding: 1rem;
}

.mobile-menu{
    display: flex;
    margin-right: 1rem;
}


.swiper-news {
    margin-right: 0;
    margin-top: 2vh;
}

.nav-projects {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1rem !important;
}

.detail-news {
    padding: 5rem 3rem;
}


.link-det-news {
   bottom: 1.6rem;
   width: calc(100% - 1.2rem);
   left: 1rem;
   padding: 1.2rem;
   padding-left:2.5rem;
}

.default-button-reverse {
    margin-bottom: 1rem;
    margin-top: 1rem;
}



.custom-list-horizontal {
    grid-template-columns: auto;
    margin-top: 0;
}




.cms-item-accordion {
    margin-bottom: 0;
}

.cms-header-accordion {
    font-size: 2rem;
    line-height: 2rem;
}

.change-accordion {
    width: 2rem;
    height: 2rem;
}



.sinapsi-button span {
    margin-left: 1rem;
    letter-spacing: 2px;
    font-size: 12px;
}


.bg-button-sinapsi {
    border-bottom-left-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
    left: 0.5rem;
}

.sinapsi-button svg {
    width: 3.5rem;
    height: 3rem;
    margin-left: 0;
}


.sinapsi-button:hover .bg-button-sinapsi {
    width: 0;
}





.nextegy-button span {
    margin-left: 1rem;
    letter-spacing: 2px;
    font-size: 12px;
}


.bg-button-nextegy {
    border-bottom-left-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
    left: 0.5rem;
}

.nextegy-button svg {
    width: 3.5rem;
    height: 3rem;
    margin-left: 0;
}


.nextegy-button:hover .bg-button-nextegy {
    width: 0;
}



.intermade {
    padding: 0 1rem;
}



.detail-cases {
    padding: 2.4rem 1rem 0rem 0.1rem;
}

.box-case {
    padding: 1.3rem 2rem;
}


.link-det-cases {
    
    bottom: 1.5rem;
    width: calc(100% - 1.1rem);
    left: 1rem;
    padding: 0.75rem;
    padding-left:2.5rem;
}

.detail-cases:before {
    width: calc(100% - 1.1rem);
    left: 1rem;
    height: 3.6rem;
    bottom: 1.5rem;
}

.swiper-cases {
    margin-right: 0;
}




.hero.page {
    padding: 8rem 1rem 0 1rem;
}



.grid-assistance {
    margin-left: 0;
        border: 0px solid;
}


.form-assistance {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding:1rem;
}

.send-button.assistance {
    width: 100%;
}

.contact-assistance {
    padding: 1rem;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}




.grid-customers, .grid-partners {
    grid-template-columns: auto auto;
    gap: 3rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
}

.square-partner-box {
    height: 3.9rem;
    bottom: -2.1rem;
}


.numbers-cert {
    padding: 0.5rem;
    letter-spacing: 0;
    font-size: 11px;
    margin: 0;

}

.officials-partner {
    margin-left: 1rem;
    gap: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;

}

.officials-partner:before {
    width: 1rem;
    left: -1rem;
}

.square-official {
    left: -1rem;
}


.order-mobile-1{
    order:1;
}



.item-infographic {
    flex-direction: column;
    gap: 0rem;
        align-items: flex-start;
    margin-bottom: 1rem;
}

.cert-item-infographic p {
    font-size: 12px;
}

.cert-item-infographic img {
    display: none;
}

.item-infographic:after{
    display:none;
}

.grid-articles {
    grid-template-columns: auto;
    gap: 0;
}


.grid-contact {
    grid-template-columns: auto;
}

.item-address {
    padding: 2rem;
    padding-right: 2rem;
    border-right: 1px solid;
}

.item-contact {
    border-right: 1px solid;
}

.select-locations {
    margin-left: 0;
}


.swiper-works {
    margin-right: 0;
    margin-top: 2rem;
}


.detail-works {
    padding: 3rem 3rem 5rem 3rem;
    min-height: unset;
}

.application-works {
    bottom: 5.9rem;
    width: calc(100% - 1.1rem);
    left: 1rem;
    padding: 1.2rem;
    padding-left:2.5rem;
}


.link-det-works {
    bottom: 2.3rem;
    width: calc(100% - 1.1rem);
    left: 1rem;
    padding: 1.2rem;
    padding-left:2.5rem;
}

/*.cms-body-accordion.form {*/
/*    padding: 2rem 0;*/
/*}*/

.cms-body-accordion.hide {
    padding-bottom: 0;
    padding-top: 0;
}


.arrow-next, .arrow-prev {
    width: 3rem;
}


.default-button svg {
    width: 3rem;
    height: 3rem;
}

.default-button span {
    font-size: 12px;
}


.default-button-reverse span {
    margin-right: 1rem;
    font-size: 12px;
}

.default-button-reverse svg {
    width: 3rem;
    height: 3rem;
}

.links-footer > li > p {
    line-height: 1rem;
}

.footer .container-fluid {
    padding:0;
}


.title-footer {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 20px;
}

.brand-banner {
    padding: 1rem 0;
}

.link-det-news svg {
    width: 1rem;
    height: 1rem;
}

.link-det-news span {
    font-size: 12px;
}


.img-spec {
    width: 50%;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 1rem;
}

.vertical-center {
    padding-bottom: 3rem;
}

.pre-title {
    margin-bottom: 0;
}

.img-mobile-page{
    width:35%;
    margin-bottom:2rem;
}


.articles .detail-news .link-det-news {
}

.title-li {
    margin-bottom: 0.5rem;
}


.certs img {
    width: 5rem;
}

.certs {
    margin-bottom: 2rem;
}



.official-p {
    width: 7rem;
}

.square-official {
    height: 5.9rem;
    top: -3.4rem;
}



.partner-box {
    opacity: 1;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.title-official {
    padding: 1rem;
}

.h1-tab {
    font-size: 3rem;
    line-height: 3rem;
        margin-bottom: 2rem;
}


.hero.page .container {
    gap: 2rem;
}

.map-img {
    order: -1;
}



.grid-single {
    grid-template-columns: 100%;
    gap: 3rem;
}

.list-logos li {
    display: inline-block;
}

.list-logos li img {
    width: 5rem;
    margin: 1rem;
}

.articles .detail-news {
    padding: 0;
}


.default-button:hover .bg-button-default {
    width: 0;
}

.default-button-reverse:hover .bg-button-default-reverse {
    width: 0;
}
.detail-cases.hover:before {
    background-position: right bottom;
}


.link-det-cases.nextegy:hover {
    color: #fff;
}

.link-det-news:hover {
    color: var(--default-color);
    background-position: right bottom;
}

.link-det-works:hover {
    color: var(--default-color);
    background-position: right bottom;
}

.application-works:hover {
    color: var(--default-color);
    background-position: right bottom;
}


.container-news {
    gap: 3rem !important;
    grid-template-columns: auto;
    margin-top: 3rem !important;
    margin-bottom: 3rem;
}

.social-link {
    padding: 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 3rem);
    top: 0;
}


.social-link > a, .social-link > span {
    padding: 1rem;
    margin-bottom: 0;
}

.social-link > a:hover, .social-link > span:hover {
    background-position: right top;
    color: #fff !important;
}


.img-case{
    width:40%;
    margin-top:2rem;
    display: none;
}


.grid-single {
    margin-top: 2rem;
}

.breadcrumbs > li > a {
    font-size: 10px;
    letter-spacing: 1px;
}

.grid-single .col-12:not(:first-child){
    margin-top:2rem;
}


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

.default .detail-news {
    padding: 5rem 3rem;
}


.default .detail-news .link-det-news {
    bottom: 1.6rem;
}


/*.pseudo-accordion {*/
/*    font-size: 1.5rem;*/
/*    display: grid;*/
/*    grid-template-columns: auto auto;*/
/*}*/


.grid-products {
    grid-template-columns: 50% 50%;
    gap: 1rem;
}

.content-page {
    padding: 3rem 1rem;
}

.total-search {
    text-align: left;
    margin-top: 1rem;
}

.filter-product {
    width: 100%;
    position: fixed;
    transition: 0.35s;
    z-index: 1000;
    top: 100%;
    padding: 0;
    padding-top: 0;
    right: 0;
}

.filter-product.show {
    top: 0;
}


.button-add-attachment {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

.cms-header-accordion.form {
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1.8rem;
}


.small .cms-header-accordion.form {
    font-size: 1rem;
    padding: 1rem;
    line-height: 1.3rem;
}

.application-works svg {
    width: 1rem;
    height: 1rem;
}

.link-det-works svg {
    width: 1rem;
    height: 1rem;
}

.application-works span {
    font-size: 12px;
}

.link-det-works span {
    font-size: 12px;
}


.send-button {
    padding: 1rem 0;
}


.application-works {
    bottom: 0.7rem;
    width: calc(100% - 1.3rem);
    left: 1rem;
    padding: 1rem;
    padding-left: 2.5rem;
}

.link-det-works {
    bottom: 2.3rem;
    width: calc(100% - 1.3rem);
    left: 1.1rem;
    padding: 1.2rem;
    padding-left: 2.5rem;
}

.disponabilities {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto;
    margin-bottom: 1rem;
}



.label-check {
    letter-spacing: 1px;
    font-size: 14px;
}

.button-c {
    font-size: 12px;
    line-height: 18px;
}


.label-application {
    font-size: 16px;
}

.checkbox-application[type=checkbox] {
    height: 1rem;
    width: 1rem;
}

.label-location {

    font-size: 16px;
}

.checkbox-location[type=checkbox] {
    height: 1rem;
    width: 1rem;
}

.item-select-locations:not(:last-child) {
    margin-bottom: 0.5rem;
}

form .cms-accordion {
    margin-top: 0;
}

#sendcurriculum{
    margin-bottom: 2rem;
}

.checkbox-application:checked[type=checkbox] {
    background-size: 10px 10px;
}

.checkbox-location:checked[type=checkbox] {
    background-size: 10px 10px;
}


.send-button.assistance {
    padding: 1rem 5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.contact-assistance span {;
    margin-left: 2rem;
}

.contact-assistance svg {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
}

.contact-assistance:hover {
    background-position: right bottom;
}


.brain img {
    width: 100%;
}

.item-brain {
    position:relative;
    width: 100%;
}


.item-brain:not(:last-child) {
    margin-bottom:1rem
}


.title-item-brain {
    font-size: 24px;
    padding: 0;
}


.item-brain.pos-1 {
    left: 0;
    top: 0;
    order: -1;
}
.item-brain.pos-2 {
    left: 0;
    top: 0;
    order: -1;
}

.item-brain.pos-3 {
    left: 0;
    bottom: 0;
    order: -1;
}

.item-brain.pos-4 {
    right: 0;
    top: 0;
}
.item-brain.pos-5 {
    right: 0;
    top: 0;
}

.item-brain.pos-6 {
    right: 0;
    top: 0;
}

.brain {
    flex-direction: column;
    padding-top: 2rem;
}
.rec-list {
    padding: 1rem;
    margin-left: 1rem;
    margin-top: 3rem;
}

.rec-list li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}


.rec-list li:before {
    width: 1rem;
    height: 1rem;
}

.rec-vert-ab {
    width: fit-content;
}

.title-list-rec {
    padding: 1rem;
    font-size: 14px;
    margin: 0;
}

.default-button {
    margin-top: 2rem;
}

.grid-4 {
    grid-template-columns: 50% 50%;
}

.grid-5 {
    grid-template-columns: 50% 50%;
}

.icon-text {
    padding: 0;
}

.bg-img {
    background-image: url(/media/gruppo_sfondo_aree_icone_mobile_2.png);
    background-size: 100%;
    margin-bottom: 0;
}


.img-desktop{
    display:none;
}

.img-mobile{
    display:block;
}



.detail-news:hover:before {
    background-position: right bottom;
}

.detail-news:hover .link-det-news {
    color:#fff;
}

.slide-cases:hover .link-det-cases.nextegy {
    color: #fff;
}


.slide-cases:hover .link-det-cases.sinapsi {
    color: #fff;
}

.info-certificate {
    margin-bottom: 3rem;
}

.grid-articles:not(:last-child) {
    margin-bottom: 0;
}



.open-assistance .form-assistance {
    padding: 4rem 2rem;
}

.contact-asssitance a {
    border-left: 0 solid;

}

.contact-asssitance a:last-child {
    border-left: 1px solid;

}

.contact-asssitance {

    width: 100%;
}

.folders-assistance {
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
    gap: 2rem;
}

.img-extension {
    bottom: 3rem;
    width: 2rem;
}

.name-folder {
    font-size: 8px;
    margin-top: 1rem;
    letter-spacing: 0px;
}


.download-asssitance {
    width: 100%;
}


.title-det-works {
    font-size: 20px;
}

#menu-page-product{
    display:none;
}
.gallery-product {
    margin-bottom: 3rem;
}

.product-slider {
    height: 400px;
  
}

.product-slider .swiper-wrapper{
    pointer-events: none;
}

.vertical-slider {
    height: 400px;
}

.hero-product {
    padding-bottom: 0 !important;
}


.attr-optiopns {
    grid-template-columns: auto auto;
}

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

.features-product .filter-accordion .cms-header-accordion {
    font-size: 16px;
}

.filter-accordion .cms-body-accordion span {
    font-size: 12px;
}

.desc-feature span {
    font-size: 16px;
}

.icon-p-text .p-content {
    font-size: 14px;
    overflow-wrap: anywhere;
}

.point-power {
   grid-template-columns: auto;
}

.point-power .square {
    height: 20rem;
    background-position: center center;
}

.buttons-resource {
    grid-template-columns: auto;
}

.certs-product {
    gap: 1rem;
}

.buttons-resource a {
    justify-content: flex-start;
    padding: 2rem;
}

.product-carousel .h2-c{
    padding:0 1rem;
    margin-bottom: 0;
}

.product-carousel {
    padding: 0 0 0rem 0;
}

#correlati {
    padding-top: 3rem;
}

.swiper-slide > img {
    width: 60%;
}

.slide-products {
    text-align: center;
}

.box-desc-product {
    text-align: left;
    gap: 0.5rem;
    padding: 0 1rem 1rem 1rem;
}
.slide-products:hover {
    background: transparent;
    box-shadow: 0 0 0 0 ;
}

.box-desc-product svg {
    width: 3rem;
}

.category-name {
    font-size: 10px;
    line-height: 10px;
}

.product-name {
    line-height: 14px;
    font-size: 14px;
}

.swiper-button-next {

    padding: 1rem;
}

.img-category{
    display:none;
}

.swiper-button-prev {

    padding: 1rem;
}

.slide-img-product > img{
    width:100%;
}

.links-footer > li > p > a {
    font-size: 16px;
    line-height: 20px;
}

.links-footer > li > a {
    font-size: 16px;
    line-height: 20px;
}

.copyright > p {
    font-size: 10px;
}

.product-page {
    grid-template-columns: 100%;
}

.product-page.minimize {
    grid-template-columns: 100%;
}

.minimize .grid-products {
    grid-template-columns: repeat(2, 1fr);
}

.easyzoom-flyout{
    display:none;
}

.item-products {
    padding: 0.5rem 0;
}

.icon-filter{
    display: flex;
}


.form-filter {
    height: 100%;
    padding-bottom: 10rem;
    padding: 1rem;
    margin: 0;
    padding-bottom: 5rem;
}

.close-filter{
    display: flex;
    justify-content: flex-end;
    background: #fff;
}

.title-input {
    font-size: 14px;
}


.slides:first-child{
    display:none;
}

.hero{
    padding: 0;
    grid-template-columns:100%;
    height: calc(85vh - 1.5rem);
}

.block-text-slide{
	left: 1rem;
	right: 1rem;
	top: 20vh;
	width:90vw;
}

.block-text-slide .title-slide{
	font-size: 3.5rem;
	line-height: 3.5rem;
}

.block-text-slide .sub-title{
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0px;
}


.navigation-slider {
    left: 1rem;
}

.sec-title{
	padding-bottom: 0rem;
}


.transparent-link span{
	font-size: 12px;
	letter-spacing: 1px;

}

.transparent-link svg{
	width: 2rem;
}

.swiper-top-products {
    margin-right: 0;
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
}

.swiper-button-next.top-product {
    right: 0;
}

.banner-select {
    padding: 3rem 1rem;
}

.buttons-select {
    flex-direction: column;
    gap: 1rem;
}
.buttons-select button {
    background: var(--red2-color);
    padding: 1rem 0;
    justify-content: flex-start;
    font-size: 14px;
}

.banner-left {
    display:flex;
    justify-content: flex-end;
    flex-direction: column;
}

.banner-left img {
  display:none;
}

.history-banner {
    margin:0;
    padding: 0px 1rem 3rem 1rem;
}

.block-banner {
    padding-top: 3rem;
    margin-bottom: 2rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.swiper-button-next, .swiper-button-prev {
    bottom: 0;
    top: inherit;
}

.swiper-products {
    padding-bottom: 2.5rem;
    margin: 0 1rem;
}

.slides:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
}


.link-more {
    padding: 1rem 2rem;
}


.buttons-select button:hover {
    background: var(--red2-color);
    color: var(--white-color);
}

.buttons-select button:hover svg {
    stroke: var(--white-color);
}


.buttons-select button{
   background: var(--red2-color);
   padding: 1rem;
}


.downloads-app {
    gap: 0.75rem;
    margin-bottom: 3rem;
}

section.page{
    padding:3rem 1rem;
}

.card-m {
    padding: 1rem;
}

.img-company {
    width: 100%;
    height: 30vh;
    margin-top: 2rem;
    position:relative;
}

a.download-button {
    padding: 2rem;
}
a.download-button:first-child {
    margin-bottom: 1rem;
}

.icon-list > li > img {
    width: 3rem;
}

.grid-req-product {
    overflow-x: scroll;
    display: grid;
}

.row-req-product {
    grid-template-columns: repeat(5, calc(40% - 1rem)) 3rem;
}


.row-req-product:last-child{
    margin-bottom: 1rem;
}
.grid-req-product::-webkit-scrollbar {
   -webkit-appearance: none;
   height: 10px;

}


.grid-req-product::-webkit-scrollbar-track {
    background: #f3f3f3;
}


.grid-req-product::-webkit-scrollbar-thumb {
    background: #dddcdc;
}

.input-c {
    margin-bottom: 1rem;
}

.cms-body-accordion.form {
    padding: 0 1rem 1rem 1rem;
}

.m-mobile{
    margin-bottom:1rem;
}

.checkbox-disponibility[type=checkbox] {
    width: 1rem;
    height: 1rem;
}

.label-m {margin-top: 1rem;font-size: 16px;}

.row-req-product:last-child .item-req-product {
    border-bottom: 2px solid #f3f3f3;
}

.row-req-product .item-req-product:first-child {
    border-left: 2px solid #f3f3f3;
}

.choice-sel {
    align-items: start;
}

.checkbox-disponibility:checked[type=checkbox] {
    background-size: 10px 10px;
}

.fake-input {
    flex-direction: column;
    gap: 1rem;
}


.swiper-slide {
    background: #ffffff;
}

a.download-button:hover{
    background-color: #ffffff;
}

a.download-button:hover svg{
    stroke: var(--red-color);
}

a.download-button:hover span{
    color: var(--red-color);
}

.desktop-b-filter {
display:none;
}

.desktop{
  display:none;  
}



.form-filter::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 0px;
}

.form-filter::-webkit-scrollbar-track {
    background: transparent;
}


.form-filter::-webkit-scrollbar-thumb {
    background: transparent;
}


main section {
    padding: 2rem 1rem;
}

.attr-optiopns span{
    font-size:16px !important;
}

.product-carousel .container-fluid {
    padding: 0 1rem;
}

.cms-body-accordion.hide {
    padding-bottom: 0;
    padding-top: 0;
}

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

.buttons-req-p {
    grid-template-columns: 100%;
}

.cms-body-accordion {
    font-size: 16px;
}

.mobile{
   display:block;
}

.tablet{
    display:none;
}
.primary{
    width:100%;
}

.content-p-news {
    padding: 0 0 0 0;
}

.menu-scroll .logo > img {
    transform: unset;
    transform-origin: left;
}

.bgd-nav {

    margin-top: 0;
}

.primary {
    height: auto;
}

.grid-resources {
    grid-template-columns: 100%;
}

.bgd-nav:before {
    content: '';
    position: absolute;
    width: 160px;
    height: 100%;
    background: #fff;
    z-index: 1001;
    transition: 0.2s;
}

.bgd-nav.show-menu:before {
    
    width: 100%;
    
}

.box-desc-product .img-category {
    width: 2rem;
    height: auto;
    display:none;
}

.box-img-page-grid {
    margin-bottom: 0;
}

a.download-button.v_slim {
    padding: 2rem;
}

}