/* MINI */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2) {
    .numbers-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.number-card h3 {
    font-size: 3rem;
}
.number-card p {
    font-size: 15px;
}
.top-head { 
    padding: 1rem ;
}
.grid-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.tabs {
    top: 5rem;
}
.item-private-area{
    gap: 0.5rem;
    flex-direction: column;
    align-items: stretch;
}
.actions-file {
    width: 100%;
    justify-content: flex-end;
}
.item-private-area svg {
    height: 3.5rem;
}
.file-private-area {
    gap: 1rem;
}
.hero-page{
            align-items: flex-end;
    padding-bottom: 2rem;
}
.ul-mobile .item-menu.has-submenu .menu-label {
    font-size: 3rem;
}
.ul-mobile .sub-menu .nav-link {
    font-size: 2rem;
}
.hero-page .hero-title {
    text-align: left;
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}
.item-accessory {
    gap: 1.5rem;
}
.title-prod-card {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.glight-img .image_title {
    opacity: 1;
}
.no-mobile-span{
    display:none;
}

.footer-bottom p {
    font-size: 13px;
}

.contact-item p {
    font-size: 14px;
}

.contact-item a {
    font-size: 14px;
}
.bg-page-404 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;        
}



/*///////////////////////////////////////////////////////////////////////////////*/
/*NEW RESPONSIVE*/
.top-head {
    padding: 1rem 2rem;
}
.logo-container.in-page{
    background: transparent;
}
.logo-container { 
    padding: 0;
}
.hero-home {
    min-height: 80vh;
    padding: 8rem 2rem 2rem 2rem;
    gap: 1rem;
}
.hero-title {
    font-size: 50px;
    line-height: 55px;
}
.hero-col-right-content {
    width: 90%;
}
.hero-menu-item {
    font-size: 11px;
}
.item-menu.in-page {
    background: transparent;
}
.ul-mobile li a > span {
    font-size: 26px;
}
.modal-block {
    padding: 0 0.5rem;
    margin-top: 4rem;
}
.modal-nav-mobile .ul-mobile {
    gap: 1.3rem;
}
.home-title-h2 {
    font-size: 28px;
    line-height: 32px;
}
.pp-section-title {
    font-size: 47px;
    line-height: 49px;
}
.servizi-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding-top: 2rem;
}
.section,
.section-with-bg,
.bg-blue,
.bg-expert {
    margin: 0;
    top: 0;
    padding: 2rem 1rem;
}
.home-section {
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.pat-list {
    grid-template-rows: repeat(14, auto);
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 1rem;
}
.text-grid {
    gap: 2rem;
}
.news-list-date{
    display: none;
}
.align-container-right{
    padding: 0;
}
.col-img {
    padding: 0;
}
.footer-content {
    grid-template-columns: 1fr 1fr !important;
    gap: 0rem !important;
}
.button-a {
    width: fit-content;
}
.staff-grid {
    grid-template-columns: repeat(3, 1fr);
}
.intro-row {    
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
}
.staff-card {
    border:0;
    padding: 0;
}
.staff-card-name {
    font-size: 1rem;
}
.staff-card-role {
    font-size: 0.7rem;
}
.staff-card:hover {
    background: #fff;
    border-color: #fff;
}
.staff-card:hover .staff-card-img {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-info {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-name, .staff-card:hover .staff-card-role {
    color: var(--primary-color);
}
.typeformscrypt {
    padding: 2.5rem;
}
.hero-page-gradient {
    background-position: center;
}
.product-detail-layout {
    grid-template-columns: 1fr 300px;
    gap: 3rem;
}
.pp-content-with-sidebar {
    padding: 0;
}
.pp-sidebar-news-title{
    font-size: 18px;
    line-height: 23px;
}
.pp-sidebar-news-desc{
    font-size: 16px;
    line-height: 18px;
}
.section-professionisti.contatti-section {
    padding: 1rem 2rem 2rem 2rem;
}
.servizi-list-card {
    gap: 2rem;
}
.servizi-list-card-icon {
    width: 8rem;
    height: 8rem;
    padding: 0.5rem;
}
.servizi-list-card-title h4 {
    font-size: 33px;
}
.section-professionisti {
    padding: 2rem 2rem 6rem 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)  {
    .numbers-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.number-card h3 {
    font-size: 3rem;
}
.number-card p {
    font-size: 15px;
}
.top-head { 
    padding: 1rem ;
}
.grid-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.tabs {
    top: 5rem;
}
.item-private-area{
    gap: 0.5rem;
    flex-direction: column;
    align-items: stretch;
}
.actions-file {
    width: 100%;
    justify-content: flex-end;
}
.item-private-area svg {
    height: 3.5rem;
}
.file-private-area {
    gap: 1rem;
}
.hero-page{
            align-items: flex-end;
    padding-bottom: 2rem;
}
.ul-mobile .item-menu.has-submenu .menu-label {
    font-size: 3rem;
}
.ul-mobile .sub-menu .nav-link {
    font-size: 2rem;
}
.hero-page .hero-title {
    text-align: left;
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}
.item-accessory {
    gap: 1.5rem;
}
.title-prod-card {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.glight-img .image_title {
    opacity: 1;
}
.no-mobile-span{
    display:none;
}

.footer-bottom p {
    font-size: 13px;
}

.contact-item p {
    font-size: 14px;
}

.contact-item a {
    font-size: 14px;
}
.bg-page-404 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;        
}



/*///////////////////////////////////////////////////////////////////////////////*/
/*NEW RESPONSIVE*/
.top-head {
    padding: 1rem 2rem;
}
.logo-container.in-page{
    background: transparent;
}
.logo-container { 
    padding: 0;
}
.hero-home {
    min-height: 80vh;
    padding: 8rem 2rem 2rem 2rem;
    gap: 1rem;
}
.hero-title {
    font-size: 55px;
    line-height: 60px;
}
.hero-col-right-content {
    width: 90%;
}
.hero-menu-item {
    font-size: 13px;
}
.item-menu.in-page {
    background: transparent;
}
.ul-mobile li a > span {
    font-size: 26px;
}
.modal-block {
    padding: 0 0.5rem;
    margin-top: 4rem;
}
.modal-nav-mobile .ul-mobile {
    gap: 1.3rem;
}
.home-title-h2 {
    font-size: 30px;
    line-height: 35px;
}
.pp-section-title {
    font-size: 50px;
    line-height: 54px;
}
.servizi-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding-top: 2rem;
}
.section,
.section-with-bg,
.bg-blue,
.bg-expert {
    margin: 0;
    top: 0;
    padding: 2rem 1rem;
}
.home-section {
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.pat-list {
    grid-template-rows: repeat(14, auto);
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem 1rem;
}
.text-grid {
    gap: 2rem;
}
.news-list-date{
    display: none;
}
.align-container-right{
    padding: 0;
}
.col-img {
    padding: 0;
}
.footer-content {
    /* grid-template-columns: 1fr 1fr !important; */
    /* gap: 0rem !important; */
}
.button-a {
    width: fit-content;
}
.staff-grid {
    grid-template-columns: repeat(3, 1fr);
}
.intro-row {    
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
}
.staff-card {
    border:0;
    padding: 0;
}
.staff-card-name {
    font-size: 1rem;
}
.staff-card-role {
    font-size: 0.8rem;
}
.staff-card:hover {
    background: #fff;
    border-color: #fff;
}
.staff-card:hover .staff-card-img {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-info {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-name, .staff-card:hover .staff-card-role {
    color: var(--primary-color);
}
.typeformscrypt {
    padding: 2.5rem;
}
.hero-page-gradient {
    background-position: center;
}
.product-detail-layout {
    grid-template-columns: 1fr 300px;
    gap: 3rem;
}
.pp-content-with-sidebar {
    padding: 0;
}
.pp-sidebar-news-title{
    font-size: 18px;
    line-height: 23px;
}
.pp-sidebar-news-desc{
    font-size: 16px;
    line-height: 18px;
}
.section-professionisti.contatti-section {
    padding: 1rem 2rem 2rem 2rem;
}
.servizi-list-card {
    gap: 2rem;
}
.servizi-list-card-icon {
    width: 8rem;
    height: 8rem;
    padding: 0.5rem;
}
.servizi-list-card-title h4 {
    font-size: 33px;
}
.section-professionisti {
    padding: 2rem 2rem 6rem 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) {
.top-head {
    padding: 1rem ;
}
.grid-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.tabs {
    top: 5rem;
}
.item-private-area{
    gap: 0.5rem;
    flex-direction: column;
    align-items: stretch;
}
.actions-file {
    width: 100%;
    justify-content: flex-end;
}
.item-private-area svg {
    height: 3.5rem;
}
.file-private-area {
    gap: 1rem;
}
.hero-page{
    align-items: flex-end;
    padding-bottom: 2rem;
}
.ul-mobile .item-menu.has-submenu .menu-label {
    font-size: 3rem;
}
.ul-mobile li a > span {
    font-size: 3rem;
}
.ul-mobile .sub-menu .nav-link {
    font-size: 2rem;
}
.hero-page .hero-title {
    text-align: left;
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
}
.item-accessory {
    gap: 1.5rem;
}
.title-prod-card {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.glight-img .image_title {
    opacity: 1;
}
.no-mobile-span{
    display:none;
}
.footer-bottom p {
    font-size: 13px;
}
.contact-item p {
    font-size: 14px;
}
.contact-item a {
    font-size: 14px;
}
.bg-page-404 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.logo-container.in-page {
    background: transparent;
}
.logo-container {
    padding: 0 1rem;
}
.hero-home {
    min-height: 70vh;
}
.hero-col-right-content {
    width: 90%;
}
.modal-block {
    padding: 0 0.5rem;
    margin-top: 4rem;
}
.item-menu.in-page {
    background: transparent;
}
.modal-nav-mobile .ul-mobile {
    gap: 1.3rem;
}
.ul-mobile li a > span {
    font-size: 26px;
}
.modal-nav-mobile.open-menu {
    height: 75vh;
}
.btn-transparent {
    min-width: fit-content;
}
.staff-card-role {
    font-size: 0.6rem;
}
.number-card h3 {
    font-size: 3rem;
}
}