html, body {
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px;
}

/* div {border: 1px solid blue;} */

p {
  font-size: 14px;
  color: #5e61a7;
}

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

.header_top {
  margin-top: 18px;
}


.header_logo {
  width: 80%;
}

.header_txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  border-bottom: 2px solid #5e61a7;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 26px;
}

.header_txt_right {
  text-align: right;
}


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

.centro_sfondo {
  width: 100%;
  background: #000;
  background-image: url("../img/sfondo-desktop.jpg");
  background-size: cover;
  -o-background-size: cover; /* browser opera */
  -moz-background-size: cover; /* browser mozzilla */
  background-position: left top; /* verticale orizzontale */
  background-repeat: no-repeat;

}

.h1_titolo {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 45px;
  margin-bottom: 25px;
}

.pallino_bianco {
  color: #fff;
  padding: 0;
  margin-left: 15px;
}

.internet_txt {
  color: #fbb642;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 18px;
}

.centro_txt {
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 30px;
}

.margin_modem {
  margin-top: 5px;
  margin-bottom: 0px;
}

.margin_telefono {
  margin-bottom: 5px;
}

.linea_txt {
  padding: 2px 5px 2px 5px;
  background-color: #fbb642;
}

.form-control {
  height: 54px;
  margin-bottom: 15px;
  margin-top: 30px;
  border: 4px solid #fff;
  border-radius: 8px;
  color: #58595b;
  transition: 0.3s;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

.form-control:focus {
  border: 4px solid #5e61a7;
  color: #58595b;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);

}


.form_note {
  font-size: 10px;
  color: #a7a9ac;
}

.form_button {
  background-color: #43AF53;
  text-align: center;
  border-radius: 8px;
  padding: 20px 0px 13px 0px;
  margin-bottom: 120px;
  filter: brightness(1);
  transition: 0.3s;
  cursor: pointer;
}

.form_button:visited {
  text-decoration: none;
}

.form_button:hover {
  filter: brightness(1.2);
}

.form_verifica {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
  cursor: pointer;
}

.form_operatore {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.5px;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.centro_prezzo {
  width: 347px;
  margin-top: 45px;
}


.box-ookla {
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
}

.box-ookla p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
}

.centro_ookla {
  width: 73px;
}

.box-ookla-didascalia {
  width: 300px;
  float: right;
}

.box-ookla-didascalia p {
  font-size: 10px;
  color: #fff;
  margin-top: 15px;
}


@media (max-width: 992px) {

  .box-ookla {
      justify-content: flex-end;
      align-items: self-end;
      flex-direction: row-reverse;
      margin-top: 30px;
  }

  .box-ookla-didascalia {
    width: 300px;
    float: left;
    margin-bottom: 30px;
  }


  .box-ookla p {
    padding-right: 0px;
    padding-left: 15px;
  }


}


@media (max-width: 768px) {
  .box-ookla-didascalia {
    width: 100%;
    margin-bottom: 0px;
  }

}



.img_sx {
  text-align: right;
}

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

.container_schede {
  z-index: 10;
  position: relative;
  top: -60px;
}

.schedina {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 1px 18px -1px #a9a9a9;
}

.disdici_img {
  width: 76px;
  float: left;
}

.schedine_txt {
  font-weight: 700;
  margin-top: 33px;
  margin-left: 95px;
}

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

.verifica_top {
  margin-top: 0px;
  margin-bottom: 20px;
}

.verifica_titolo {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

.verifica_txt {
  font-size: 14px;
  font-weight: 400;
}

.verifica_chiama {
  text-align: center;
  padding: 20px 20px;
  background-color: #43AF53;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  margin-top: -7px;
  filter: brightness(1);
  transition: 0.3s;
}

.verifica_chiama:hover {
  filter: brightness(1.1);
  color: #fff;
  text-decoration: none;
}

.verifica_chiama:focus {
  filter: brightness(1.1);
  color: #fff;
  text-decoration: none;
}

.verifica_margin {
  margin-top: 12px;
}

/* RIEPILOGO ---------------------- */

.riepilogo_position {
  padding: 0px 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.riepilogo_container {
  background-color: #e6e7e8;
  padding: 30px;
  border-radius: 8px;
}

.riepilogo_titolo {
  color: #5e61a7;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.pallino_blu {
  color: #a2a1cc;
  padding: 0;
  margin-left: 15px;
}

.riepilogo_txt {
  color: #58595b;
  font-size: 14px;
  line-height: 15px;
}

.riepilogo_linea_txt {
  padding: 2px 5px 2px 5px;
  background-color: #fbb642;
  color: #fff;
}

.costo_footer {
  width: 70%;
  margin-right: -50px;
}

.costo_centro {
  text-align: center;
}

.costo_disdici {
  border-bottom: 2px solid #5e61a7;
  padding-bottom: 3px;
  display: inline-block;
  margin-top: 17px;
  margin-left: 63px;

}

/* FOOTER ---------------------- */

.footer_logo {
  width: 15%;
  margin-bottom: 50px;
}














/* clearfix */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* padding */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
