/* TODO: MEDIA */
/*------------------------------------------------------
Ipad pro
---------------------------*/
@media (max-width: 1024px) {

  /*-----------MENU-------------*/
  /*-----------HOME-------------*/
  .title_home h1{
    font-size: 50px;
    width: 700px
  }

  .img_center img{
    width: 55%
  }

  /*-----------CARD-------------*/
  /*-----------PRODOTTI-------------*/
  .banner_prodotti_testo h2 {
    font-size: 34px
  }

  .banner_prodotti_testo p {
    font-size: 17px;
    padding: 0 30px;
  }

  /*-----------CONTATTI-------------*/
  .cards_conatti {
    margin: 100px 0px
  }

  .card_copia_contatti {}

  .card_copia_contatti p {
    font-size: 17px;
    line-height: 25px
  }

  .card_copia_contatti h4 {
    font-size: 22px
  }
}

/*------------------------------------------------------
Ipad
---------------------------*/
@media (max-width: 768px) {

  /*-----------GENERALI-------------*/
  h2 {
    font-size: 35px
  }

  /*-----------MENU-------------*/
  .menu a {
    padding: 0px 15px;
  }

  /*-----------HOME-------------*/
  .title_home h1{
    font-size: 50px;
    width: 580px
  }

  /*-----------CARD-------------*/
  /*-----------PRODOTTI-------------*/
}

/*------------------------------------------------------
Smartphone
---------------------------*/
@media (max-width: 767px) {

  /*-----------GENERALI-------------*/
  /*titoli pagina*/
  h1, h2, h3, h4 {
    font-size: 30px;
    padding: 0px 20px;
  }

  /*-----------NAV MENU-------------*/
  .nav {
    display: none;
    overflow: hidden;
  }

  .nav_mobile{
    height: 60px;
    width: 100%;
    background-color: #212125;
    position: fixed;
    top: 0px;
    z-index: 15;
    display: block;
  }

  .nav_container_mobile svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px
  }

  .menu_toggle{
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
  }

  #menu_mobile {
    width: 0%;
    position: fixed;
    top: 59px;
    right: 0px;
    z-index: 14;
    height: calc(100vh - 55px);
    background-color: #212125;
    transition: 0.5s;
  }

  #menu_mobile a {
    line-height: 80px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0px;
  }

  /*-----------CHI SIAMO-------------*/
  .testo_chi_siamo h3 {
    font-size: 45px;
    padding: 0px
  }

  .testo_chi_siamo p {
    font-size: 15px;
  }

  /*---------------CARDS----------------*/
  .card_copia_contatti {
    width: 90%;
    margin: 2% 5%;
    padding: 30px
  }

  .card_copia_contatti p {
    font-size: 18px
  }

  /*-----------PRODOTTI-------------*/
  .banner_prodotti_testo h2 {
    font-size: 25px;
    line-height: 25px
  }

  .banner_prodotti_testo p {
    font-size: 15px;
    line-height: 18px
  }

  .img_cartelloni img, .img_timbri img {
    width: 90%;
  }

  /*---------------cards contatti----------------*/
  .cards_conatti {
    margin: 70px 0px;
  }

  .card_copia_contatti {
    padding: 20px 0px;
    height: auto;
    width: 100%;
    margin: 0
  }

  /*banner maps*/
  .banner_maps {
    height: 80%;
  }

  /*----------------FOOTER---------------*/
  .footer_copy_text {
    width: 40%;
    float: left;
    text-align: center;
    margin: 5%
  }

  .footer_copy_text p {
    font-size: 11px;
  }

  .footer_copy_text h5 {
    font-size: 15px;
  }

  .footer_logo {
    width: 70%;
    margin-left: 15%
  }

  /*----------------SLIDER-------------*/
  .text img {
    height: 25px
  }
}

@media (max-width: 600px) {
  /*----------------HOME-------------*/
.home_container_centering{
  height: 380px;
}

  .title_home h1{
    text-align: center;
    font-size: 35px;
    width: 415px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }

  .img_center img{
    left: 50%;
  transform: translate(-50%, 0%);
  }

  /*----------------CHI SIAMO-------------*/
  .testo_chi_siamo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px
  }

  .testo_chi_siamo h3{
    text-align: center;
  }

  .img_stampanti_chisiamo {
    width: 100%;
    padding-top: 20px;
    float: left;
    text-align: center;
  }

  .img_stampanti_chisiamo img {
    width: 65%
  }

  .card_titoli_scelta svg{
    height: 70px
  }

  .card_titoli_scelta h4{
    font-size: 20px
  }

  /*----------------PRODOTTI-------------*/
  .banner_prodotti_img {
    width: 100%;
    height: 250px;
    float: none;
  }

  .banner_prodotti_testo {
    width: 100%;
    height: 250px
  }

  .parallax_prodotti{
    height: auto
  }

  .img_cartelloni img, .img_timbri img{
    width: 50%
  }

  .img_magliette img{
    width: 65%;
  }
}

@media (max-width: 420px) {
  /*----------------HOME-------------*/
  .home_container_centering{
    height: 320px;
  }

    .title_home h1{
      text-align: center;
      font-size: 33px;
      line-height: 34px;
      padding: 0px;
      width: 370px;
      left: 50%;
      top: 30%;
      transform: translate(-50%, -50%);
    }

    .img_center img{
      left: 50%;
      width: 75%;
      transform: translate(-50%, 0%);
    }
    /*----------------CARDS-------------*/
    .card_titoli_scelta h4{
      padding-left: 0px;
      padding-right: 0px;
      font-size: 18px;
    }

    /*----------------CONTATTI-------------*/
    .cards_conatti h2{
      margin-bottom: 5px!important;
    }

    .chiamaci_per_info{
      font-size: 20px;
      padding: 0px 10px;
    }
  }


  @media (max-width: 370px) {
    /*----------------HOME-------------*/
    .home_container_centering{
      height: 320px;
    }

      .title_home h1{
        text-align: center;
        font-size: 29px;
        line-height: 34px;
        padding: 0px;
        width: 320px;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
      }

      .img_center img{
        left: 50%;
        width: 75%;
        transform: translate(-50%, 0%);
      }
    }
