body .row:before,
body .row:after {
  display: none;
}
body b {
  font-weight: 500;
}
body .container::before,
body .container::after {
  display: none;
}
body .container .row h3 {
  color: #333;
  float: none;
}
body .container .row p {
  width: 100%;
  float: none;
}
body #wi_header_sopra #header {
  -webkit-box-shadow: 0 0 10px 0.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0.5px rgba(0, 0, 0, 0.1);
}
body #wi_header_sopra #wi_header_right .link-veloci {
  color: #333;
  text-decoration: none;
  line-height: 60px;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
}
body #wi_header_sopra #wi_header_right .link-veloci:hover {
  text-decoration: underline;
}
body footer#colophon.site-footer {
  -webkit-box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 140px;
  margin-bottom: 100px;
  background-color: #F4F4F4;
}
body footer#colophon.site-footer.fondo {
  /* margin-bottom: -25px;
      margin-top: 50px; */
  margin: 0;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
body footer#colophon.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 10px 0;
}
body footer#colophon.site-footer .container .copy {
  color: #333;
  font-size: 11px;
  font-weight: 300;
  margin: 0;
}
body footer#colophon.site-footer .container .copy a {
  color: #333;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}
body footer#colophon.site-footer .container .copy a:last-child {
  margin-bottom: 0;
}
body footer#colophon.site-footer .container .cookie-preferences h5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
body footer#colophon.site-footer .container .cookie-preferences .cookie-data-consenso-container h6 {
  display: inline-block;
  margin: 0 10px 0;
}
body footer#colophon.site-footer .container .cookie-preferences h6 {
  font-size: 11px;
  font-weight: 300;
}
body footer#colophon.site-footer .container .cookie-preferences .cookie-data-consenso-label,
body footer#colophon.site-footer .container .cookie-preferences .cookie-data-consenso {
  display: none;
}
body footer#colophon.site-footer .container .cookie-preferences .cookie-icona {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 11px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
body footer#colophon.site-footer .container .cookie-preferences .cookie-icona.tecnici {
  background-image: url(../../img/lucchetto.svg);
}
body footer#colophon.site-footer .container .cookie-preferences .cookie-icona.marketing {
  background-image: url(../../img/times.svg);
}
body footer#colophon.site-footer .container .cookie-preferences .cookie-icona.marketing.ok {
  background-image: url(../../img/check.svg);
}
body footer#colophon.site-footer .container a.cookie-edit-preferences {
  color: #333;
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
body footer#colophon.site-footer .container .pagamenti {
  width: 250px;
  height: calc(140px - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body footer#colophon.site-footer .container .pagamenti img {
  width: 100%;
}
body footer#colophon.site-footer .container .pagamenti span {
  font-size: 11px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
body h2 {
  font-size: 26px;
  font-weight: 400;
}
body #main.fondo {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  body #main.fondo {
    padding-bottom: 480px;
  }
}
body .bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: white;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0 -1px 3px 0.5px rgba(200, 200, 200, 0.5);
  box-shadow: 0 -1px 3px 0.5px rgba(200, 200, 200, 0.5);
  z-index: 20;
  border-bottom: 1px solid #ccc;
}
body .bottom-bar.fondo {
  bottom: 140px;
}
body .bottom-bar h2 {
  text-align: center;
  margin: 8px 0;
}
body .bottom-bar .button-container {
  display: flex;
  justify-content: center;
}
body .bottom-bar .button-container a {
  width: 320px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .bottom-bar .button-container a.button_acquista_sim {
  background-color: #ff4600;
  color: white;
  background-image: url(../../img/ecommerce/carrello-white.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-right: 20px;
}
body .bottom-bar .button-container a.button_acquista_sim:hover {
  background-color: #D63900;
}
body .button-acquista-sim {
  display: block;
  text-decoration: none;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  width: 250px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  /* background-color: @arancio;
    color: white;
    background-image: url(../../img/ecommerce/carrello-white.svg); */
  background-color: white;
  color: #ff4600;
  /* background-image: url(../../img/ecommerce/carrello-orange.svg); */
  border: 1px solid #ff4600;
}
body .button-acquista-sim:hover {
  /* background-color: @arancio_hover; */
  background-color: #ff4600;
  color: white;
  background-image: url(../../img/ecommerce/carrello-white.svg) !important;
}
body .button_richiedi_info {
  display: block;
  background-color: #ff4600;
  color: white;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  height: 42px;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .button_richiedi_info:hover {
  background-color: #D63900;
}
body section.slide {
  padding: 30px 0;
}
body section.slide.slide_header {
  height: calc(45000vw / 1920);
  background-size: cover;
}
body section.slide.slide-blocchi1 .container {
  display: flex;
  flex-wrap: wrap;
}
body section.slide.slide-blocchi1 .container .section-title {
  margin: 20px 0;
}
body section.slide.slide-blocchi1 .container .box-sezione1 {
  width: calc((100% - 40px) / 3);
  background-color: #f4f4f4;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body section.slide.slide-blocchi1 .container .box-sezione1:first-child,
body section.slide.slide-blocchi1 .container .box-sezione1:nth-child(4) {
  margin-left: 0;
}
body section.slide.slide-blocchi1 .container .box-sezione1.sopra {
  height: 124px;
  margin-bottom: 20px;
}
body section.slide.slide-blocchi1 .container .box-sezione1.sotto {
  height: 86px;
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona {
  width: 52px;
  height: 45px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona.wifi-call {
  background-image: url(../../img/servizi/icone/icona_servizi_wifi_call.svg );
  background-size: auto 100%;
  height: 75px;
  background-position-x: 10%;
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona.sim-manager {
  background-image: url(../../img/servizi/icone/icona_servizi_sim_manager.svg );
  background-size: auto 100%;
  height: 65px;
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona.vianova-phone {
  background-image: url(../../img/servizi/icone/icona_servizi_phone.svg );
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona.fattura {
  background-image: url(../../img/servizi/icone/icona_servizi_fattura.svg );
  background-size: auto 100%;
  height: 65px;
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona.supporto {
  background-image: url(../../img/servizi/icone/icona_servizi_145.svg );
  background-size: auto 100%;
  height: 65px;
}
body section.slide.slide-blocchi1 .container .box-sezione1 .icona.nessun-vincolo {
  background-image: url(../../img/servizi/icone/icona_nessun_vincolo.svg );
}
body section.slide.slide-blocchi1 .container .box-sezione1 .testo {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  width: calc(100% - 52px - 10px);
}
body section.slide.profili_mobile {
  margin-top: 0;
  padding: 20px 0;
}
body section.slide.profili_mobile .row {
  margin-left: -10px;
  margin-right: -10px;
}
body section.slide.profili_mobile .row .col {
  padding-right: 10px;
  padding-left: 10px;
}
body section.slide.profili_mobile .box-mobile {
  min-height: 450px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ebebeb;
  padding: 0px;
  display: grid;
  grid-template-rows: 75px 250px auto;
}
body section.slide.profili_mobile .box-mobile h3.box-title {
  float: none;
  font-weight: 400;
  font-size: 30px;
  grid-row: 1 / 2;
  padding: 20px 30px 0px 30px;
  line-height: normal;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  height: 75px;
}
body section.slide.profili_mobile .box-mobile h3.box-title .box-mobile-title-flash {
  text-transform: uppercase;
  display: block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #06c;
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #06c;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 27px;
  margin-top: 4px;
}
body section.slide.profili_mobile .box-mobile .wi-home-box-mobile-second-row {
  padding: 20px 30px 0px 30px;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  position: relative;
}
body section.slide.profili_mobile .box-mobile .wi-home-box-mobile-third-row {
  padding: 0px 30px 30px 30px;
}
body section.slide.profili_mobile .box-mobile .wi_orange {
  font-weight: 500;
}
body section.slide.profili_mobile .box-mobile .popup-info-traffico-agile,
body section.slide.profili_mobile .box-mobile .popup-info-traffico-dati {
  background-color: white;
  font-weight: 300;
  font-size: 12px;
  height: auto;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  padding: 10px;
  text-align: left;
  line-height: 1.4;
  display: none;
  z-index: 15;
  width: 250px;
  right: -100px;
  top: 150px;
}
body section.slide.profili_mobile .box-mobile .info-traffico-agile,
body section.slide.profili_mobile .box-mobile .info-traffico-dati {
  width: 20px;
  height: 20px;
  background-image: url(../../img/information-circle-outline@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
  position: absolute;
  top: 159px;
  right: 6px;
  z-index: 20;
}
body section.slide.profili_mobile .box-mobile .info-traffico-agile:hover + .popup-info-traffico-agile {
  display: block;
}
body section.slide.profili_mobile .box-mobile .info-traffico-dati {
  top: 215px;
}
body section.slide.profili_mobile .box-mobile .info-traffico-dati:hover + .popup-info-traffico-dati {
  display: block;
}
@media (max-width: 767px) {
  body section.slide.profili_mobile .box-mobile .info-traffico-agile,
  body section.slide.profili_mobile .box-mobile .info-traffico-dati {
    right: 5px;
  }
}
body section.slide.profili_mobile .box-mobile .caratteristiche_generiche {
  grid-row: 2 / 3;
}
body section.slide.profili_mobile .box-mobile ul {
  float: none;
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}
body section.slide.profili_mobile .box-mobile ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
body section.slide.profili_mobile .box-mobile ul li:last-child {
  margin-bottom: 0;
}
body section.slide.profili_mobile .box-mobile ul li strong {
  font-weight: 500;
}
body section.slide.profili_mobile .box-mobile ul li:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(../../img/home%202020/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}
body section.slide.profili_mobile .box-mobile ul li .info-copertura-rete {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/information-circle-outline@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  top: 5px;
  margin-top: -5px;
}
body section.slide.profili_mobile .box-mobile ul .fas.fa-check {
  font-size: 11px;
}
body section.slide.profili_mobile .box-mobile ul.inclusi {
  margin: 20px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 0;
}
body section.slide.profili_mobile .box-mobile ul.inclusi li {
  font-weight: 500;
  overflow: hidden;
  display: block;
}
body section.slide.profili_mobile .box-mobile ul.inclusi li h5 {
  font-size: 14px;
  margin-bottom: 0;
}
body section.slide.profili_mobile .box-mobile ul.inclusi li .servizio-nome {
  float: left;
}
body section.slide.profili_mobile .box-mobile ul.inclusi li .servizio-valore {
  float: right;
}
body section.slide.profili_mobile .box-mobile .caratteristiche {
  overflow: hidden;
  padding: 10px 0;
  grid-row: 3 / 4;
}
body section.slide.profili_mobile .box-mobile .caratteristiche .caratteristiche_etichette,
body section.slide.profili_mobile .box-mobile .caratteristiche .caratteristiche_valori {
  float: left;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  clear: left;
}
body section.slide.profili_mobile .box-mobile .caratteristiche .caratteristiche_etichette {
  text-transform: capitalize;
}
body section.slide.profili_mobile .box-mobile .caratteristiche .caratteristiche_valori {
  float: right;
  text-align: right;
  clear: none;
}
body section.slide.profili_mobile .box-mobile .price {
  margin-top: 30px;
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  line-height: 26px;
  grid-row: 4 / 5;
  align-self: end;
}
body section.slide.profili_mobile .box-mobile .price .price_suffix {
  font-size: 16px;
  font-weight: 500;
}
body section.slide.profili_mobile .box-mobile .price .prezzo_plus {
  font-size: 14px;
}
body section.slide.profili_mobile .box-mobile .price .decimali {
  font-size: 16px;
}
body section.slide.profili_mobile .box-mobile .button-offerta {
  display: block;
  text-decoration: none;
  margin-top: 17px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  grid-row: 5 / 6;
  align-self: end;
  background-color: transparent;
  color: #ff4600;
  border: 1px solid #ff4600;
}
body section.slide.profili_mobile .box-mobile .button-offerta:hover {
  background-color: #ff4600;
  color: white;
}
body section.slide.profili_mobile .box-mobile#box-enterprise .caratteristiche_generiche {
  grid-row: 2 / 3;
}
body section.slide.profili_mobile .box-mobile#box-enterprise .caratteristiche_etichette {
  text-transform: none;
}
body section.slide.profili_mobile .box-mobile#box-pay-per-use-enterprise .wi-home-box-mobile-third-row .price .decimali {
  font-size: 12px;
}
body section.slide.profili_mobile .box-mobile#box-pay-per-use-enterprise .wi-home-box-mobile-third-row .price .prezzo_plus {
  font-size: 12px;
}
body section.slide.profili_mobile .container {
  overflow-x: auto;
  padding-bottom: 2px;
}
body section.slide.profili_mobile h2.section-title {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 30px;
  font-size: 26px;
  font-weight: 400;
}
body section.slide.profili_mobile .box-mobile {
  grid-template-rows: 105px 190px auto;
  background-color: #f4f4f4;
}
body section.slide.profili_mobile .box-mobile ul {
  padding-left: 0;
}
body section.slide.profili_mobile .box-mobile h3.box-title {
  height: 105px;
  color: #333;
}
body section.slide.profili_mobile .box-mobile h3.box-title .box-mobile-title-flash {
  background-color: white;
}
body section.slide.profili_mobile .box-mobile h3.box-title .sottotitolo {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
  margin-top: 5px;
}
body section.slide.profili_mobile .box-mobile .caratteristiche_generiche ul li:first-child {
  display: none;
}
body section.slide.profili_mobile .box-mobile .caratteristiche .caratteristiche_etichette,
body section.slide.profili_mobile .box-mobile .caratteristiche .caratteristiche_valori {
  line-height: 1.4;
}
body section.slide.profili_mobile .box-mobile .button-offerta {
  /* background-color: @arancio;
          color: white;
          background-image: url(../../img/ecommerce/carrello-white.svg); */
  background-color: white;
  color: #ff4600;
  border: 1px solid #ff4600;
  background-image: url(../../img/ecommerce/carrello-orange.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  /* font-size: 15px; */
  width: 225px;
  margin-left: auto;
  margin-right: auto;
}
body section.slide.profili_mobile .box-mobile .button-offerta:hover {
  /* background-color: @arancio_hover; */
  background-color: #ff4600;
  color: white;
  background-image: url(../../img/ecommerce/carrello-white.svg);
}
body section.slide.profili_mobile .box-mobile .price .sottoprezzo {
  margin: 5px 0 30px;
}
body section.slide.profili_mobile .box-mobile .price .sottoprezzo .sottoprezzo-container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
body section.slide.profili_mobile .box-mobile .price .sottoprezzo .sottoprezzo-container .value {
  font-weight: 500;
}
body section.slide.profili_mobile .box-mobile .info-traffico-agile {
  top: 120px;
}
body section.slide.profili_mobile .box-mobile .info-traffico-dati {
  top: 159px;
}
body section.slide.profili_mobile .box-mobile .popup-info-traffico-agile {
  bottom: -45px;
  right: 0;
}
body section.slide.profili_mobile .box-mobile .popup-info-traffico-dati {
  top: 185px;
  right: 0;
}
body section.slide .button-acquista-sim {
  margin-top: 40px;
}
body section.slide .button-submit {
  margin-top: 40px;
  background-image: none;
  width: 115px;
  height: 38px;
  line-height: 38px;
}
body section.slide.sezione-esim {
  padding-bottom: 0;
}
body section.slide.sezione-esim .container .row::before,
body section.slide.sezione-esim .container .row::after {
  display: none;
}
body section.slide.sezione-esim .container .col-md-4 {
  padding-right: 10px;
}
body section.slide.sezione-esim .container .col-md-8 {
  padding-left: 10px;
}
body section.slide.sezione-esim .container .esim-intro {
  height: 380px;
  border: 5px solid rgba(0, 85, 128, 0.15);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body section.slide.sezione-esim .container .esim-intro h3 {
  font-size: 26px;
  font-weight: 500;
  float: none;
  color: #333;
}
body section.slide.sezione-esim .container .esim-intro h4 {
  font-size: 26px;
  font-weight: 400;
}
body section.slide.sezione-esim .container .esim-intro ol li {
  font-size: 16px;
}
body section.slide.sezione-esim .container .esim-intro ol li::marker {
  font-size: 22px;
}
body section.slide.sezione-esim .container .esim-intro .verde {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #00AA5D;
  margin: 20px 0;
}
body section.slide.sezione-esim .container .esim-intro h6 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
body section.slide.sezione-esim .container .esim-box {
  height: 380px;
  background-color: rgba(0, 85, 128, 0.15);
  padding: 30px 50px;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body section.slide.sezione-esim .container .esim-box h4 {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
body section.slide.sezione-esim .container .esim-box .esim-visual {
  display: flex;
  align-items: center;
}
body section.slide.sezione-esim .container .esim-box .esim-visual img {
  margin-right: 20px;
}
body section.slide.sezione-esim .container .esim-box .esim-visual .esim-costo h3 {
  font-size: 48px;
  font-weight: 500;
  float: none;
  color: #333;
  margin-bottom: 0;
}
body section.slide.sezione-esim .container .esim-box .esim-visual .esim-costo h3 small {
  font-size: 24px;
}
body section.slide.sezione-esim .container .esim-box .esim-visual .esim-costo .attivazione {
  font-size: 14px;
  font-weight: 300;
}
body section.slide.sezione-esim .container .esim-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 20px;
  width: auto;
  float: none;
}
body section.slide.sezione-wifi-call .section-title {
  margin-bottom: 20px;
}
body section.slide.sezione-wifi-call .container {
  display: flex;
}
body section.slide.sezione-wifi-call .immagine {
  width: 50%;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  /* background-image: url(../../img/landing-pages/mobile/wifi-call.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body section.slide.sezione-wifi-call .contenuto {
  width: 50%;
  padding: 20px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  background-color: #f4f4f4;
}
body section.slide.sezione-wifi-call .contenuto .head-content {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-end;
}
body section.slide.sezione-wifi-call .contenuto .head-content .icona {
  /* background-image: url(../../img/servizi/icone/icona_servizi_wifi_call.svg ); */
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body section.slide.sezione-wifi-call .contenuto .head-content .titolo {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
body section.slide.sezione-wifi-call .contenuto .testo p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
body section.slide .boxAnteprima {
  /* width: calc(50% - 20px); */
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 10px;
  width: auto;
}
body section.slide .boxAnteprima .immagine {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 230px;
  margin: -20px -20px 0;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
body section.slide .boxAnteprima .immagine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  z-index: 0;
}
body section.slide .boxAnteprima .immagine .anteprima-logo {
  max-width: 250px;
  max-height: 100px;
  z-index: 1;
}
body section.slide .boxAnteprima .immagine.immagineCase_riccoboni {
  background-size: 150%;
}
body section.slide .boxAnteprima .immagine.immagineCase_riccoboni .anteprima-logo {
  max-width: none;
}
body section.slide .boxAnteprima .immagine.immagineCase_l-arte-di-abitare .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_automax .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_compass .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_pierini-bibite .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_laminazione-sottile .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_sapore-di-mare .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_italweber .anteprima-logo {
  max-width: 90%;
}
body section.slide .boxAnteprima .immagine.immagineCase_calia-italia .anteprima-logo,
body section.slide .boxAnteprima .immagine.immagineCase_la-margherita .anteprima-logo {
  max-height: 125px;
  max-width: none;
}
body section.slide .boxAnteprima .tooltip-link {
  position: relative;
  display: block;
  /* &:hover {
          .tooltip-text {
            visibility: visible;
          }
        } */
}
body section.slide .boxAnteprima .tooltip-link .tooltip-text {
  visibility: hidden;
  background-color: white;
  color: #333;
  text-align: center;
  padding: 2px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
}
body section.slide .boxAnteprima .contenuto {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 230px + 10px);
}
body section.slide .boxAnteprima .contenuto h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #999;
}
@media (max-width: 1023px) {
  body section.slide .boxAnteprima .contenuto h6 {
    height: 40px;
  }
}
body section.slide .boxAnteprima .contenuto a {
  color: #333;
}
body section.slide .boxAnteprima .contenuto h5 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
}
body section.slide .boxAnteprima .contenuto .scopri {
  text-align: right;
  display: block;
  text-decoration: none;
  color: #06c;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}
body section.slide .boxAnteprima .contenuto .scopri:hover {
  text-decoration: underline;
}
body section.slide .boxAnteprima .contenuto .servizi-vianova {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  text-align: left;
  color: #999;
  height: 50px;
}
@media (max-width: 1023px) {
  body section.slide .boxAnteprima .contenuto .servizi-vianova {
    padding: 10px 0;
  }
}
body section.slide.sezione-simmanager h2 {
  margin-bottom: 20px;
}
body section.slide.sezione-simmanager .box-simmanager {
  display: flex;
  background-color: #f4f4f4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body section.slide.sezione-simmanager .box-simmanager .immagine {
  width: 50%;
  background-image: url(../../img/landing-pages/mobile/sim-manager.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
body section.slide.sezione-simmanager .box-simmanager .testo {
  width: 50%;
  padding: 30px 20px;
}
body section.slide.sezione-simmanager .box-simmanager .testo .head-testo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body section.slide.sezione-simmanager .box-simmanager .testo .head-testo .icona {
  background-image: url(../../img/servizi/icone/icona_servizi_sim_manager.svg);
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body section.slide.sezione-simmanager .box-simmanager .testo .head-testo h4 {
  text-align: left;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}
body section.slide.sezione-simmanager .box-simmanager .testo p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
body section.slide.sezione-simmanager .box-simmanager .testo p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body section.slide.sezione-simmanager .box-simmanager {
    flex-direction: column;
  }
  body section.slide.sezione-simmanager .box-simmanager .immagine {
    width: 100%;
    height: 250px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  body section.slide.sezione-simmanager .box-simmanager .testo {
    width: 100%;
  }
}
body section.slide.slide-storie h2 {
  margin-bottom: 30px;
}
body section.slide.slide-storie .storie-container {
  /* background-color: @grigio_chiaro;
        padding-top: 40px; */
}
body section.slide.slide-storie .storie-container .stories {
  /* display: flex;
          justify-content: space-between; */
  position: relative;
}
body section.slide.slide-storie .storie-container .stories .owl-stage-outer {
  overflow: hidden;
}
body section.slide.slide-storie .storie-container .stories .owl-stage-outer .owl-stage {
  display: flex;
}
body section.slide.slide-storie .storie-container .stories .owl-nav button {
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  outline: 0;
  top: calc(50% - 15px);
}
body section.slide.slide-storie .storie-container .stories .owl-nav button.owl-prev {
  left: -40px;
}
body section.slide.slide-storie .storie-container .stories .owl-nav button.owl-next {
  right: -40px;
}
@media (max-width: 1024px) {
  body section.slide.slide-storie .storie-container .stories .owl-nav button.owl-prev {
    left: -10px;
  }
  body section.slide.slide-storie .storie-container .stories .owl-nav button.owl-next {
    right: -10px;
  }
}
body section.slide.slide-storie .storie-container .stories .box-anteprima {
  /* width: calc(50% - 20px); */
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 10px;
  width: auto;
  /* margin-bottom: 0;
            width: calc(100% / 3 - 20px); */
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 230px;
  margin: -20px -20px 0;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  z-index: 0;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine .anteprima-logo {
  max-width: 250px;
  max-height: 100px;
  z-index: 1;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_riccoboni {
  background-size: 150%;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_riccoboni .anteprima-logo {
  max-width: none;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_l-arte-di-abitare .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_automax .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_compass .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_pierini-bibite .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_laminazione-sottile .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_sapore-di-mare .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_italweber .anteprima-logo {
  max-width: 90%;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_calia-italia .anteprima-logo,
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine.immagineCase_la-margherita .anteprima-logo {
  max-height: 125px;
  max-width: none;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .tooltip-link {
  position: relative;
  display: block;
  /* &:hover {
          .tooltip-text {
            visibility: visible;
          }
        } */
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .tooltip-link .tooltip-text {
  visibility: hidden;
  background-color: white;
  color: #333;
  text-align: center;
  padding: 2px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 230px + 10px);
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #999;
}
@media (max-width: 1023px) {
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h6 {
    height: 40px;
  }
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto a {
  color: #333;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h5 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto .scopri {
  text-align: right;
  display: block;
  text-decoration: none;
  color: #06c;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto .scopri:hover {
  text-decoration: underline;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto .servizi-vianova {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  text-align: left;
  color: #999;
  height: 50px;
}
@media (max-width: 1023px) {
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto .servizi-vianova {
    padding: 10px 0;
  }
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine {
  height: 150px;
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine .anteprima-logo {
  max-width: 200px;
  max-height: 100px;
}
@media (max-width: 1024px) {
  body section.slide.slide-storie .storie-container .stories .box-anteprima {
    padding: 20px 30px;
  }
  body section.slide.slide-storie .storie-container .stories .box-anteprima .immagine {
    margin: -20px -30px 0;
  }
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto {
  height: calc(100% - 120px - 20px);
}
@media (max-width: 1023px) {
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto {
    height: calc(100% - 100px - 20px);
  }
}
body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h5 {
  height: 140px;
}
@media (max-width: 1023px) {
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h5 {
    height: 200px;
  }
}
body section.slide.dicono-di-noi h2 {
  margin: 20px 0 30px;
}
body section.slide.dicono-di-noi .col-md:nth-child(2) {
  padding: 0 35px;
}
body section.slide.dicono-di-noi .testata {
  background-color: #f4f4f4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 333px;
  padding: 18px;
}
body section.slide.dicono-di-noi .testata .head {
  width: 100%;
  height: 73px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-blend-mode: multiply;
}
body section.slide.dicono-di-noi .testata .testo p {
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  /* b {
              font-weight: 600;
            } */
}
body section.slide.dicono-di-noi .testata .testo p .fas {
  font-size: 30%;
  position: relative;
  top: -8px;
}
body section.slide.noc {
  height: 330px;
  background-size: cover;
  background-position: center center;
  margin: 40px 0;
}
body section.slide.chi-siamo {
  padding-top: 10px;
}
body section.slide.chi-siamo .testo p {
  font-size: 18px;
  line-height: 1.4;
}
body section.slide.chi-siamo .titolo_dati {
  font-size: 26px;
  font-weight: 400;
  margin-top: 30px;
}
body section.slide.chi-siamo .dati {
  margin-top: 20px;
}
body section.slide.chi-siamo .dati .box-dati {
  background-color: #f4f4f4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
}
body section.slide.chi-siamo .dati .box-dati h3 {
  font-size: 45px;
  font-weight: 300;
}
body section.slide.chi-siamo .dati .box-dati h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
body section.slide.chi-siamo .dati .box-dati h6 {
  font-size: 18px;
  font-weight: 300;
}
body section.slide.servizi-vianova {
  margin-top: 20px;
}
body section.slide.servizi-vianova > .container {
  margin-bottom: 50px;
}
body section.slide.servizi-vianova h2 {
  text-align: center;
}
body section.slide.servizi-vianova .servizi {
  margin-top: 30px;
}
body section.slide.servizi-vianova .servizi .box-servizi img {
  display: block;
  margin: 0 auto;
}
body section.slide.servizi-vianova .servizi .box-servizi h4 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0;
}
body section.slide.servizi-vianova .servizi .box-servizi p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  width: 220px;
  margin: 0 auto 15px;
}
body section.slide.servizi-vianova .servizi .box-servizi a {
  display: block;
  width: 210px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: white;
  border: 1px solid #ff4600;
  color: #ff4600;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px auto 0;
  text-align: center;
  text-decoration: none;
}
body section.slide.servizi-vianova .servizi .box-servizi a:hover {
  background-color: #ff4600;
  color: white;
}
body section.slide.servizi-vianova .servizi .box-servizi.servizio-phone img {
  height: 60px;
  margin-top: 10px;
}
body section.slide.servizi-vianova .servizi .box-servizi.servizio-phone h4 {
  margin-top: 20px;
}
body section.slide.servizi-vianova .servizi .box-servizi.servizio-145 p {
  width: 255px;
}
body section.slide.servizi-vianova .servizi-mobile {
  background-color: #f4f4f4;
  display: none;
}
body section.slide.servizi-vianova .servizi-mobile .container {
  position: relative;
  padding: 40px 0;
}
body section.slide.servizi-vianova .servizi-mobile .container .close-servizi {
  position: absolute;
  top: 10px;
  right: 0;
  text-decoration: none;
}
body section.slide.servizi-vianova .servizi-mobile .container .col-md {
  width: calc(100% / 5);
}
body section.slide.servizi-vianova .servizi-mobile .servizio-mobile img {
  display: block;
  margin: 0 auto;
}
body section.slide.servizi-vianova .servizi-mobile .servizio-mobile h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 10px;
}
body section.slide.servizi-vianova .servizi-mobile .servizio-mobile p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  line-height: 1.25;
}
body section.slide.servizi-vianova .servizi-mobile .servizio-mobile.servizio-mobile-phone img {
  height: 60px;
  margin: 10px auto 20px;
}
body section.slide.servizi-vianova .servizi-mobile .servizio-mobile.servizio-mobile-wifi_call p {
  width: 180px;
}
body section.sezione-agile-professional .opzione-agile-international {
  display: flex;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  height: 310px;
  overflow: hidden;
}
body section.sezione-agile-professional .opzione-agile-international.agile-professional {
  height: 350px;
  margin-top: 40px;
}
body section.sezione-agile-professional .opzione-agile-international .immagine {
  width: 320px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body section.sezione-agile-professional .opzione-agile-international .testo {
  padding: 20px;
  border-right: 1px solid #ccc;
  height: 100%;
  width: 440px;
  position: relative;
  display: grid;
}
body section.sezione-agile-professional .opzione-agile-international .testo .titolo {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
body section.sezione-agile-professional .opzione-agile-international .testo p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: left;
}
body section.sezione-agile-professional .opzione-agile-international .testo ul {
  width: 80%;
  margin-bottom: 0;
  text-align: left;
}
body section.sezione-agile-professional .opzione-agile-international .testo ul li {
  font-size: 16px;
  line-height: 1.4;
}
body section.sezione-agile-professional .opzione-agile-international .testo a.scopri {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
body section.sezione-agile-professional .opzione-agile-international .testo a.scopri .fas {
  margin-left: 5px;
}
body section.sezione-agile-professional .opzione-agile-international .testo .button-acquista-sim {
  margin: 20px auto 0;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli {
  padding: 30px 25px;
  width: 220px;
  height: 100%;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .caratteristiche {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .caratteristiche .caratteristica {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}
body section.sezione-agile-professional .opzione-agile-international.agile-professional .dettagli .caratteristiche .caratteristica {
  margin-bottom: 15px;
  text-align: left;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .caratteristiche .caratteristica .punti {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .caratteristiche .caratteristica .punti::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../../img/home%202020/checkmark.svg );
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .costo {
  padding-top: 20px;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .costo h3 {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .costo h3 small {
  font-size: 16px;
  font-style: normal;
  color: #333;
  font-weight: 500;
}
body section.sezione-agile-professional .opzione-agile-international .dettagli .costo h6 {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
body section.sezione-agile-professional .opzione-agile-international.agile-professional .dettagli .costo h6 {
  text-align: left;
}
body .chiudiModal a.close-modal {
  background-image: url(../../img/landing-pages/mobile/close-modal.svg);
  width: 36px;
  height: 36px;
  top: 20px;
  right: 20px;
}
body .modal.wi_popup-gated-content .fcwi_box_trattamento_dati {
  width: 100%;
}
body .modal#acquistaSimModal {
  width: 810px;
  max-width: 100%;
  height: 340px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
body .modal#acquistaSimModal .row {
  padding: 0;
}
body .modal#acquistaSimModal .col-md-6 {
  height: 340px;
  padding: 70px 40px;
}
body .modal#acquistaSimModal .col-md-6:first-child {
  border-right: 1px solid #ccc;
}
body .modal#acquistaSimModal h5 {
  font-size: 18px;
  font-weight: 500;
}
body .modal#acquistaSimModal p {
  font-size: 16px;
  font-weight: 300;
  height: 110px;
}
body .modal#acquistaSimModal a.puls {
  display: block;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 20px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
}
body .modal#acquistaSimModal a.puls.puls-acquista {
  width: 280px;
  color: white;
  border: none;
  background-color: #ff4600;
}
body .modal#acquistaSimModal a.close-modal {
  background-image: url(../../img/ecommerce/chiudi.svg);
  background-position: center center;
}
body .modal#popupAssistenzaLegale {
  max-width: 100%;
  width: 810px;
  padding: 0;
  height: auto;
  overflow-y: auto;
}
body .modal#popupAssistenzaLegale a.close-modal {
  background-image: url(../../img/landing-pages/mobile/close-modal.svg);
  width: 36px;
  height: 36px;
  top: 20px;
  right: 20px;
}
body .modal#popupAssistenzaLegale .popupContainer {
  height: auto;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container {
  padding: 60px 80px;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container > .titolo {
  font-size: 26px;
  font-weight: 500;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container > .sottotitolo {
  font-size: 22px;
  font-weight: 400;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .testo {
  width: calc(100% - 240px - 50px);
}
body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .testo ul li {
  margin-bottom: 1.5em;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .dati-numerici {
  width: 240px;
  height: 250px;
  background-color: #f4f4f4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .dati-numerici h3 {
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .dati-numerici h5 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper {
  background-color: #f4f4f4;
  padding: 20px 80px;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper > h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form {
  width: calc(100% - 140px - 30px);
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form > h4 {
  font-size: 22px;
  font-weight: 400;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form > p {
  font-size: 16px;
  font-weight: 300;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form .form-white-paper-row .row .col:first-child {
  padding-right: 8px;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form .form-white-paper-row .row .col:last-child {
  padding-left: 8px;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form .form-white-paper-row input {
  width: 100%;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-img {
  width: 140px;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-img img {
  width: 100%;
}
body .modal#popupAssistenzaLegale .assistenza-legale-white-paper h6.privacy {
  font-size: 11px;
  font-weight: 300;
  margin: 30px 0;
}
body .modal#wi_barra_persistente {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
body .modal#wi_barra_persistente::after {
  display: none;
}
@media (max-width: 1199px) {
  body footer#colophon.site-footer .container .copy span {
    display: block;
  }
  body footer#colophon.site-footer .container .copy a {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  body #wi_header_sopra #header #wi_header_left {
    width: 40%;
  }
  body #wi_header_sopra #header #wi_header_right {
    width: 60%;
  }
  body .bottom-bar.fondo {
    bottom: 140px;
  }
  body section.slide.slide-blocchi1 .container .box-sezione1 .testo {
    font-size: 16px;
  }
  body section.slide.profili_mobile .container .colonnaBox {
    margin-bottom: 30px;
  }
  body section.slide.profili_mobile .contenitore-pallini-scroll-mobile {
    display: none;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo p {
    font-size: 16px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .dettagli {
    padding: 30px 15px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo .fumetto-paesi {
    left: 60px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international.agile-professional {
    height: 450px;
  }
  body section.slide.sezione-esim .container .esim-intro {
    height: 400px;
  }
  body section.slide.sezione-esim .container .esim-intro h4 {
    font-size: 20px;
  }
  body section.slide.sezione-esim .container .esim-intro ol li {
    font-size: 15px;
  }
  body section.slide.sezione-esim .container .esim-intro ol li::marker {
    font-size: 15px;
  }
  body section.slide.sezione-esim .container .esim-intro .verde {
    font-size: 16px;
  }
  body section.slide.sezione-esim .container .esim-box {
    height: 400px;
  }
  body section.slide.slide-storie .stories .item-case {
    justify-content: center;
  }
  body section.slide.slide-storie .stories .item-case .descrizione {
    width: calc(100% - 100px - 20px - 40px - 140px - 80px);
  }
  body section.slide.slide-storie .stories .slick-arrow.custom-slick-prev {
    left: 0;
  }
  body section.slide.slide-storie .stories .slick-arrow.custom-slick-next {
    right: 0;
  }
  body section.slide.dicono-di-noi .col-md:nth-child(2) {
    padding: 0 15px;
  }
  body section.slide.dicono-di-noi .testata {
    height: 450px;
  }
  body section.slide.chi-siamo .dati .box-dati {
    margin-bottom: 30px;
  }
  body section.slide.chi-siamo .dati .box-dati h4 {
    font-size: 22px;
  }
  body section.slide.servizi-vianova .servizi .box-servizi p {
    height: 100px;
  }
  body section.slide.servizi-vianova .servizi .box-servizi.servizio-145 p {
    width: auto;
  }
  body section.slide.servizi-vianova .servizi-mobile .container .close-servizi {
    right: 10px;
  }
  body section.slide.servizi-vianova .servizi-mobile .servizio-mobile h3 {
    font-size: 18px;
  }
  body section.slide.servizi-vianova .servizi-mobile .servizio-mobile p {
    width: 100%;
  }
  body section.slide.servizi-vianova .servizi-mobile .servizio-mobile.servizio-mobile-wifi_call p {
    width: 100%;
  }
  body .modal#wi_barra_persistente {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  body #wi_header_sopra #header #wi_header_left {
    width: 55%;
  }
  body #wi_header_sopra #header #wi_header_right {
    display: none;
  }
  body footer#colophon.site-footer {
    height: auto;
    margin-bottom: 100px;
  }
  body footer#colophon.site-footer .container {
    display: block;
  }
  body footer#colophon.site-footer .container .copy {
    top: 10px;
    margin-bottom: 20px;
  }
  body footer#colophon.site-footer .container .cookie-preferences {
    width: 110px;
    margin: 0 auto;
  }
  body footer#colophon.site-footer .container .pagamenti {
    margin: 10px auto 0;
    height: auto;
    margin-top: 20px;
  }
  body .bottom-bar.fondo {
    bottom: 406px;
  }
  body .bottom-bar .button-container a {
    width: 230px;
    height: auto;
  }
  body .bottom-bar .button-container a.button_acquista_sim {
    margin-right: 0;
  }
  body section.slide.slide_header {
    height: 75vw;
  }
  body section.slide.slide-blocchi1 .container .box-sezione1 {
    width: 100%;
    margin-left: 0;
  }
  body section.slide.slide-blocchi1 .container .box-sezione1.sotto {
    margin-bottom: 20px;
  }
  body section.slide.profili_mobile {
    margin-top: 0;
  }
  body section.slide.profili_mobile h2.section-title {
    padding: 0 15px;
  }
  body section.slide.profili_mobile h2.section-title b {
    white-space: nowrap;
  }
  body section.slide.profili_mobile .contenitore-pallini-scroll-mobile {
    margin-top: 20px;
    position: absolute;
    bottom: 40px;
  }
  body section.slide.profili_mobile .colonnaBox:nth-child(1) {
    order: 1;
  }
  body section.slide.profili_mobile .colonnaBox:nth-child(2) {
    order: 0;
  }
  body section.slide.profili_mobile .colonnaBox:nth-child(3) {
    order: 2;
  }
  body section.slide.profili_mobile .box-mobile .popup-info-traffico-dati {
    right: -5px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international {
    flex-direction: column;
    height: auto;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .immagine {
    width: 100%;
    height: 280px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo p:last-child {
    margin-bottom: 0;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .dettagli {
    width: 80%;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .dettagli .caratteristiche {
    padding-top: 0;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo .fumetto-paesi {
    left: 5%;
    width: 90%;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo .fumetto-paesi::before {
    left: 80%;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .noteAggiuntiveToggle.forDesktop {
    display: none;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .noteAggiuntiveToggle.forMobile {
    display: flex;
    text-decoration: none;
    justify-content: center;
    /* 	color: #333;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; */
    margin-top: 30px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .noteAggiuntiveToggle.forMobile h5 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #06c;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .noteAggiuntiveToggle.forMobile span {
    font-size: 10px;
    font-weight: 900;
    line-height: 18px;
    display: inline-block;
    margin-left: 6px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .noteAggiuntiveToggle.forMobile span::before {
    content: "\f067";
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .noteAggiuntiveToggle.forMobile.open span::before {
    content: "\f068";
  }
  body section.slide.sezione-agile-professional .opzione-agile-international.agile-professional {
    height: auto;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international.agile-professional .testo ul {
    width: 85%;
    text-align: left;
    margin: 0 0 10px 30px;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international.agile-professional .dettagli .costo h6 {
    text-align: left;
  }
  body section.slide.sezione-agile-professional .opzione-agile-international .testo a.scopri {
    text-align: center;
  }
  body section.slide.sezione-wifi-call .section-title {
    padding: 16px;
  }
  body section.slide.sezione-wifi-call .container {
    flex-direction: column;
  }
  body section.slide.sezione-wifi-call .container .immagine {
    width: 100%;
    height: 250px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  body section.slide.sezione-wifi-call .container .contenuto {
    width: 100%;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
  }
  body section.slide.slide-storie .storie-container .titolo {
    font-size: 28px;
  }
  body section.slide.slide-storie .storie-container .stories {
    flex-direction: column;
  }
  body section.slide.slide-storie .storie-container .stories .box-anteprima {
    width: 100%;
    margin-bottom: 20px;
  }
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h6 {
    height: auto;
  }
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto h5 {
    height: auto;
    margin-bottom: 30px;
  }
  body section.slide.slide-storie .storie-container .stories .box-anteprima .contenuto .servizi-vianova {
    padding-bottom: 0;
  }
  body section.slide.sezione-esim .container .col-md-4 {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  body section.slide.sezione-esim .container .col-md-4 .esim-intro {
    height: auto;
  }
  body section.slide.sezione-esim .container .col-md-8 {
    padding-left: 15px;
  }
  body section.slide.sezione-esim .container .col-md-8 .esim-box {
    height: auto;
    padding: 30px;
  }
  body section.slide.sezione-esim .container .col-md-8 .esim-box .button-acquista-sim {
    width: 100%;
    max-width: 250px;
    margin: 40px auto 0;
  }
  body section.slide.slide-storie .storie-container {
    padding-bottom: 0;
  }
  body section.slide.slide-storie .stories .item-case {
    flex-direction: column;
    height: auto;
  }
  body section.slide.slide-storie .stories .item-case .testimonial {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  body section.slide.slide-storie .stories .item-case .testimonial .autore-immagine {
    margin-right: 15px;
  }
  body section.slide.slide-storie .stories .item-case .testimonial h5,
  body section.slide.slide-storie .stories .item-case .testimonial h6 {
    text-align: left;
  }
  body section.slide.slide-storie .stories .item-case .descrizione {
    width: calc(100% - 50px);
    margin: 20px auto 20px 0;
    height: calc(100vh - 410px);
    overflow-y: hidden;
  }
  body section.slide.slide-storie .stories .item-case .identity {
    justify-content: flex-start;
    margin: 20px auto;
    width: 100%;
  }
  body section.slide.slide-storie .stories .item-case .identity img {
    width: auto;
    max-width: 90%;
    max-height: 100px;
    display: block;
    margin: 15px auto;
  }
  body section.slide.dicono-di-noi .col-md {
    margin-bottom: 20px;
  }
  body section.slide.dicono-di-noi .testata {
    height: auto;
  }
  body section.slide.servizi-vianova > .container {
    margin-bottom: 0;
  }
  body section.slide.servizi-vianova .servizi .col-md {
    margin-bottom: 30px;
  }
  body section.slide.servizi-vianova .servizi .box-servizi p {
    height: auto;
  }
  body section.slide.servizi-vianova .servizi-mobile .container .row {
    justify-content: center;
  }
  body section.slide.servizi-vianova .servizi-mobile .container .col-md {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
  body .modal#acquistaSimModal {
    height: auto;
  }
  body .modal#acquistaSimModal .col-md-6:first-child {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  body .modal#acquistaSimModal .col-md-6 {
    padding: 40px 0;
    height: auto;
  }
  body .modal#acquistaSimModal p {
    height: auto;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container {
    padding: 20px;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper {
    display: block;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .testo {
    width: 100%;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .testo ul li {
    margin-bottom: 10px;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .dati-numerici {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .dati-numerici h3 {
    font-size: 60px;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-container .dati-wrapper .dati-numerici h5 {
    font-size: 22px;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-white-paper {
    padding: 20px;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container {
    display: block;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-form {
    width: 100%;
    margin-bottom: 20px;
  }
  body .modal#popupAssistenzaLegale .assistenza-legale-white-paper .form-container .white-paper-img {
    margin: 0 auto;
  }
  body .modal#wi_barra_persistente {
    margin: 0;
  }
}
