@media only screen and (max-width: 1199px) {
  .blocco-link .cont-button .inner {
    padding: 30px 15px;
  }
  .blocco-link .cont-button .inner h3 {
    font-size: 25px;
  }
  .blocco-link .cont-button .inner p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  header.header-area .logo {
    padding-top: 35px;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  header.header-area .hamburger {
    margin-top: 30px;
  }
  header.header-area .hamburger img {
    width: 45px;
  }
  header.header-area .sfondo_interno_mobile {
    height: 180px;
  }
  header.header-area .mean-container a.meanmenu-reveal {
    visibility: hidden;
  }
  header.header-area .header-mobile-home {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
  header.header-area .header-mobile-home img.height100 {
    height: 100%;
    object-fit: cover;
  }
  header.header-area .header-mobile-home img.img-absolute {
    transform: translate(-50%, -50%);
    max-width: 90%;
  }
  header.header-area .header-mobile-home img.tablet-min-height-home {
    min-height: 700px;
  }
  header.header-area .header-mobile-home .swipe {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 38px;
  }
  header.header-area .header-mobile-home .reserved {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 70px;
  }
  header.header-area .header-mobile-home .reserved img {
    cursor: pointer;
  }
  header .mobile-menu-area-custom {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    display: none;
  }
  header .mobile-menu-area-custom.open {
    display: block !important;
  }
  header .mobile-menu-area-custom .mobile-menu-custom {
    height: 100%;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom {
    height: 100%;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow {
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    background: #000000;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li {
    border-top: 0;
    background: #0a112d;
    align-items: center;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li:nth-child(6n+1) {
    background: #aba7bc;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li:nth-child(6n+2) {
    background: #817d99;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li:nth-child(6n+2) {
    background: #5d597a;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li:nth-child(6n+3) {
    background: #3f3d61;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li:nth-child(6n+4) {
    background: #28284c;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li:nth-child(6n+5) {
    background: #141c3d;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li.hamburger-open {
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li.hamburger-open img {
    width: 30px;
  }
  header .mobile-menu-area-custom .mobile-menu-custom #mobile-menu-active-custom ul.menu-overflow li a {
    color: #FFFFFF;
    background: transparent;
    text-transform: none;
    font-size: 25px;
    line-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  footer .contacts h3 {
    font-size: 28px;
    line-height: 38px;
  }
  footer .contacts p {
    font-size: 18px;
  }
  footer .menu {
    display: none;
  }
  .blocco-link.home {
    display: none;
  }
  .blocco-link .row {
    height: 100%;
  }
  .blocco-link.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    display: block;
    background: #000000;
  }
  .blocco-link.show .cont-button {
    height: 46%;
    padding: 0;
  }
  .blocco-link.show .cont-button .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    border: 0;
  }
  .blocco-link.show .cont-button .inner img.logo {
    max-width: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .blocco-link.show .cont-button .inner h3 {
    font-size: 25px;
  }
  .blocco-link.show .cont-button .inner p {
    font-size: 18px;
  }
  .blocco-link.show .cont-button .inner .link {
    margin-top: 0;
  }
  .blocco-link.show .cont-button .inner .link a {
    display: inline-block;
  }
  .blocco-link.show .cont-button .inner .triangle {
    display: none;
  }
  .blocco-link.show .reserved-back {
    height: 8%;
    background-color: #e6e6e6;
  }
  .blocco-link.show .reserved-back img {
    cursor: pointer;
  }
  .servizi-home .text-rotate {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .servizi-home .text-rotate .inner h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .servizi-home .container-blocchi .col-inner {
    padding: 30px 20px 20px 20px;
  }
  .servizi-home .container-blocchi .col-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .servizi-home .container-blocchi .col-inner p {
    font-size: 19px;
    line-height: 25px;
  }
  .servizi-home .container-blocchi .col-inner .link {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  .testo-immagine .section-title {
    padding: 40px 15px 30px 15px;
  }
  .testo-immagine .section-title h1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .testo-immagine .section-title p {
    font-size: 18px;
  }
  .testo-immagine.background_blu .section-title p {
    font-size: 19px;
    line-height: 25px;
  }
  .testo-immagine-full {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .testo-immagine-full h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .testo-immagine-full p {
    font-size: 19px;
    line-height: 25px;
  }
  .testo-immagine-full .section-title {
    padding-bottom: 30px;
  }
  .testo-immagine-full .order-mob-1 {
    order: 1;
  }
  .blocco-contattaci {
    padding-top: 40px;
  }
  .blocco-contattaci .container {
    max-width: 100%;
  }
  .blocco-contattaci h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .blocco-contattaci .text {
    margin-bottom: 25px;
  }
  .blocco-contattaci .text p {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .blocco-contattaci .container-form {
    max-width: 100%;
    margin-left: 0;
  }
  form.wpcf7-form .privacy label {
    font-size: 18px;
  }
  form.wpcf7-form div.wpcf7-response-output {
    margin-left: 0;
  }
  form.wpcf7-form .link_privacy {
    font-size: 18px;
  }
  form.wpcf7-form input[type="text"],
  form.wpcf7-form input[type="email"],
  form.wpcf7-form textarea {
    font-size: 18px;
    line-height: 20px;
  }
  .office .order-mob-0 {
    order: 0;
  }
  .office .order-mob-1 {
    order: 1;
  }
  .office .order-mob-2 {
    order: 2;
  }
  .office .section-city div {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .office .section-city div span {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .office .section-title {
    padding: 30px 0;
  }
  .office .section-title h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .office .section-title p {
    font-size: 19px;
    line-height: 25px;
  }
  .services {
    padding-right: 0;
    padding-left: 0;
  }
  .services h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .services h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .services p {
    font-size: 19px;
    line-height: 28px;
  }
  .services ul {
    margin-top: 20px;
  }
  .services ul li {
    font-size: 18px;
    line-height: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .services .text-rotate {
    padding: 0;
    text-align: center;
  }
  .services .text-rotate .inner:after {
    display: none;
  }
  .services .text-rotate .inner span {
    font-size: 40px;
    line-height: 40px;
  }
  .services .text {
    padding: 40px 0;
  }
  .services.has-arrow:after {
    border-top: 40px solid #FFFFFF;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .downloads {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .downloads .cont-title {
    margin-bottom: 30px;
  }
  .downloads .cont-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .downloads .cont-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .downloads .cont-download .row-download {
    margin-bottom: 30px;
  }
  .downloads .cont-download .row-download .no-padding-mob {
    padding-right: 0;
  }
  .downloads .cont-download .row-download .text {
    position: relative;
    margin-left: 30px;
  }
  .downloads .cont-download .row-download .text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .downloads .cont-download .row-download .text h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .downloads .cont-download .row-download .text .description {
    padding: 15px;
  }
  .mappe {
    padding: 40px 0;
  }
  .mappe .cont-title {
    margin-bottom: 20px;
  }
  .mappe .cont-title h1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .mappe .no-padding-mob {
    padding-left: 0;
    padding-right: 0;
  }
  .mappe .cont-map {
    padding-left: 0;
    padding-right: 0;
  }
  .mappe .cont-map .inner {
    border: 0;
  }
  .mappe .cont-map .inner .bottom {
    padding: 30px 30px 70px 30px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-res-padding {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-res-padding {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.header-area .container {
    max-width: 100%;
  }
  header.header-area .pl-0-tablet {
    padding-left: 0;
  }
  header.header-area .main-menu {
    padding-top: 60px;
    padding-right: 0;
  }
  header.header-area .main-menu nav ul li {
    padding-left: 0;
    padding-right: 0;
  }
  header.header-area .main-menu nav ul li > a {
    padding: 9px 0 5px 0;
  }
  header.header-area .container-utility {
    padding-left: 0;
  }
  header.header-area .container-utility .top {
    padding: 24px 15px 10px 15px;
  }
  header.header-area .container-utility .top a {
    font-size: 18px;
  }
  .servizi-home .text-rotate .inner h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .servizi-home .container-blocchi .col-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .servizi-home .container-blocchi .col-inner p {
    font-size: 19px;
    line-height: 25px;
  }
  .testo-immagine .section-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .testo-immagine .section-title p {
    font-size: 18px;
  }
  .testo-immagine.background_blu .section-title p {
    font-size: 19px;
    line-height: 25px;
  }
  .testo-immagine-full h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .testo-immagine-full p {
    font-size: 19px;
    line-height: 25px;
  }
  .blocco-contattaci h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .blocco-contattaci .text p {
    font-size: 22px;
  }
  .office .section-city div span {
    font-size: 40px;
    line-height: 40px;
  }
  .office .section-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .office .section-title p {
    font-size: 19px;
    line-height: 25px;
  }
  .services h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .services h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .services p {
    font-size: 19px;
    line-height: 28px;
  }
  .services ul li {
    font-size: 18px;
    line-height: 25px;
  }
  .services .text-rotate .inner span {
    font-size: 40px;
    line-height: 40px;
  }
  .downloads .cont-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .downloads .cont-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .downloads .cont-download .row-download .text h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .downloads .cont-download .row-download .text h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .mappe .cont-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1499px) {
  .servizi-home .container-blocchi .col-inner {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  header.header-area .main-menu nav ul li {
    padding: 0 8px;
  }
  header.header-area .main-menu nav ul li > a {
    font-size: 18px;
  }
  header.header-area .header-right-wrap {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .servizi-home .text-rotate .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  }
  .services .text-rotate .inner {
    position: absolute;
    top: 0;
    right: -25px;
    transform: rotate(-90deg) translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .servizi-home .container-blocchi .col-inner h2 {
    min-height: 86px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
