@media (max-width: 767px){

  p {
    font-size: 13px;
  }

  .padding_zero {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* HEADER ---------------------- */

  .header_logo {
    width: 75%;
  }

  .logo-center {
    text-align: center;
  }

  .header_txt_right {
    text-align: left;
  }

  .header_txt {
    font-size: 14px;
    border-bottom: 0px;
    margin-bottom: 17px;
    line-height: 11px;
    margin-top: 23px;
  }


  /* CENTRO ---------------------- */

  .centro_sfondo {
    width: 100%;
    padding-bottom: 25px;
    background-image: url("../img/sfondo-mobile.jpg");
    background-size: contain;
    -o-background-size: contain; /* browser opera */
    -moz-background-size: contain; /* browser mozzilla */
  }

  .centro_prezzo {
    width: 89%;
    margin-top: 40%;
    margin-right: -30px;
  }

  .h1_titolo {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 21px;
  }

  .internet_txt {
    line-height: 20px;
  }

  .centro_txt {
    line-height: 20px;
  }

  .linea_txt {
    line-height: 38px;
  }

  .form_note {
    font-size: 12px;
    color: #999;
  }

  .form_verifica {
    font-size: 17px;
  }

  .form_button {
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .margin_modem {
    margin-bottom: 10px;
  }

  /* SCHEDINE ---------------------- */

  .disdici_img {
    width: 53px;
  }

  .schedine_txt {
    margin-top: 18px;
    margin-left: 68px;
    line-height: 16px;
  }

  .schedina {
    padding: 11px 13px 11px 13px;
    margin-bottom: 9px;

  }


  /* VERIFICA ---------------------- */

  .verifica_top {
    margin-top: 8px;
  }

  .verifica_titolo {
    font-size: 18px;
    line-height: 14px;
  }

  .verifica_margin {
    margin-bottom: 25px;
    margin-top: 22px;
  }

  .verifica_txt {
    font-size: 12px;
  }

  .padding_verifica {
    margin-top: 10px;
  }

  .verifica_chiama {
    font-size: 17px;
    border-top: 10px;

  }

  .footer_logo {
    width: 33%;
  }





  /* ! FOOTER */

  .footer-global {
    margin-bottom: 110px;
  }





  /* ! CTA FOOTER */

  .form_operatore {
    margin-bottom: 0px;
  }

  .button-box {
    background-color: #fff;
    width: 100%;
    padding: 10px 20px 20px 20px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
  }

  .cta-footer,
  .cta-footer:visited,
  .cta-footer:focus {
    background-color: #43AF53;
    text-align: center;
    border-radius: 8px;
    padding: 18px 20px 18px 20px;
    filter: brightness(1);
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .cta-footer:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.2);
  }


  /* ! CTA MODAL */

  .modal-body {
    padding: 10px 30px 40px 30px;
  }

  .cta-titolo {
    color: #5e61a7;
    font-size: 24px;
    font-weight: 700;
  }

  .cta-text {
    font-size: 14px;
  }



  .modal-header {
    border-bottom: 0px solid #e5e5e5;
  }

  .modal-content {
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
    box-shadow: 0 3px 9px rgba(0,0,0,.1);
  }

  .form-control {
    border-color: #71d0f4;
    font-size: 14px;
  }

  .close-x {
    width: 20px;
  }

  .close {
    filter: alpha(opacity=20);
    opacity: 1;
  }












  /* FINE MEDIA QUERY */

}
