.container-small {
  max-width: 1118px; }

h2 {
  text-transform: none;
  color: #1A222E;
  margin: 88px 0 58px; }

.box-testo p {
  font-size: 13px;
  font-weight: 500;
  color: #1A222E; }

.box-testo h5 {
  margin: 8px 0 40px;
  color: #1A222E;
  text-align: left; }

.box-testo .social {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  margin: 8px 0 64px; }

.box-testo .social a:not(:last-child) {
  margin-right: 16px; }

.box-testo .social img {
  max-height: 48px; }

.box-guida {
  border-radius: 16px;
  overflow: hidden;
  float: left; }

.box-guida .hover16 {
  width: 100%;
  max-width: 260px;
  min-height: 287px; }

.box-guida .hover16::after {
  opacity: 1;
  background: -webkit-linear-gradient(to bottom, #1a222e 0%, rgba(26, 34, 46, 0) 100%);
  background: -moz-linear-gradient(to bottom, #1a222e 0%, rgba(26, 34, 46, 0) 100%);
  background: linear-gradient(to bottom, #1a222e 0%, rgba(26, 34, 46, 0) 100%); }

.box-guida .box-testo-img {
  position: relative;
  padding: 32px 24px;
  z-index: 3;
  width: 100%; }

.box-guida .box-testo-img h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 40px 0;
  line-height: 1.4; }

.box-guida .box-testo-img .btn-box-img {
  background: #178DB8;
  border-radius: 100px;
  font-size: 16px;
  padding: 14px 32px;
  height: auto;
  line-height: 1;
  border: 2px solid #178DB8;
  color: #fff;
  width: auto;
  max-width: 100%; }

.box-guida .cont-box-img figure > img {
  display: none; }

.wallbox-academy {
  float: left;
  clear: both;
  margin-top: 40px; }

.nav-tabs {
  border-bottom-color: #DEE4EF;
  margin-bottom: 30px; }

.nav-tabs > li {
  margin-bottom: 0; }

.nav-tabs > li > a {
  color: #B4C1D5;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  background: transparent;
  outline: 0;
  line-height: 1.2;
  padding: 8px;
  margin-right: 8px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #178DB8; }

.nav-tabs > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #178DB8;
  border-radius: 100px 100px 0 0;
  bottom: -5px;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.nav-tabs > li.active > a::after {
  bottom: 0; }

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background: transparent; }

.form {
  padding: 38px 40px;
  background: #F4F6F8;
  border-radius: 16px;
  display: inline-block;
  width: 100%; }

.form p {
  font-size: 18px;
  font-weight: 700;
  color: #1A222E;
  margin-bottom: 16px;
  clear: both; }

.form label {
  font-size: 13px;
  font-weight: 500;
  color: #36465D;
  margin-bottom: 8px; }

.form h4 {
  margin: 0 0 40px;
  color: #1A222E; }

.form h5 {
  margin: 0 0 16px;
  text-align: left;
  color: #1A222E; }

.form h5.richiedi-preventivo {
  display: inline-block;
  position: relative;
  padding-right: 72px; }

label.switch {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 28px;
  margin-bottom: 0; }

label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C6C6C6;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 15px; }

.slider::before {
  position: absolute;
  content: "no";
  height: 32px;
  width: 32px;
  left: -6px;
  bottom: -2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #172B4D; }

input:checked + .slider::before {
  -webkit-transform: translateX(32px);
  -moz-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  content: "si";
  color: #178DB8; }

input:checked + .slider {
  background-color: #178DB8; }

.form .form-builder-row {
  width: auto;
  margin-left: -8px;
  margin-right: -8px;
  padding: 0; }

.form .form-builder-col-50 {
  width: 50%;
  padding: 0 8px;
  margin-right: 0;
  margin-bottom: 16px; }

.form .form-builder-col-100 {
  width: 100%;
  padding: 0 8px;
  margin-right: 0;
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .pagecomposer-riga.row {
    width: auto;
    margin-left: -12px;
    margin-right: -12px; }
  .pagecomposer-riga.row .col-w-50:nth-child(1) {
    width: calc(42% - 24px); }
  .pagecomposer-riga.row .col-w-50:nth-child(2) {
    width: calc(58% - 24px); } }

@media (max-width: 767px) {
  .pagecomposer-riga.row {
    margin-left: 0;
    margin-right: 0; }
  .form {
    padding: 19px 20px; }
  .form .form-builder-col-50 {
    width: 100%; } }
