@media screen and (max-width: 1199px) {
  .img-break-left.active, .img-break-right.active {
    width: 100%;
  }
  .noPUnderxl {
    padding-bottom: 0 !important;
  }
  .px-custom-news {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .px-custom-news {
    padding-left: 0px;
    padding-right: 0px;
  }
  #tree {
    height: 70vh;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.py-custom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #loStudio {
    position: relative;
  }
  #loStudio .oscuramento {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #loStudio .inside-studio {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #loStudio .content-studio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    height: fit-content;
  }
  #loStudio .content-studio h2 {
    font-size: clamp(20px, 4.2vw, 58px);
  }
  .banner .inside-banner .center-inside-banner .container-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 470px) {
  .banner .inside-banner .center-inside-banner {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
  }
  .banner .inside-banner .center-inside-banner h1 {
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  .banner .inside-banner .center-inside-banner p {
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  .banner .inside-banner .center-inside-banner .container-btn {
    width: fit-content;
    margin: 30px auto 0 auto;
  }
  .logo-orizzontale-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logo-orizzontale-footer .border-right-logo-footer {
    border-right: none;
  }
  .logo-orizzontale-footer .logo-text-1 {
    padding-right: 0;
    text-align: center;
  }
  .logo-orizzontale-footer .logo-text-2 {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .filtroReferenze {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: fit-content;
    margin: auto;
  }
  .filtroReferenze .gruppoFiltro {
    display: flex;
    flex-direction: column;
  }
  .filtroReferenze .gruppoFiltro .filtro {
    width: 100%;
    text-align: center;
  }
  header .logo-header {
    width: 100%;
  }
}
/* mobile orizzontale */
@media screen and (max-width: 580px) {
  .filtroReferenze {
    display: none;
  }
  .filtroReferenzeMobile {
    display: block;
  }
}/*# sourceMappingURL=responsive.css.map */