.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  margin-top: 140px;
  margin-bottom: 140px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roobertenel, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roobertenel, sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roobertenel, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roobertenel, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roobertenel, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Roobertenel, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

li {
  padding-right: 0px;
  padding-left: 0px;
}

.typo_container {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.white {
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.white.padding {
  font-size: 20px;
  line-height: 27px;
}

.white.offerta_list {
  padding-left: 0px;
}

.heading {
  font-size: 58px;
  line-height: 58px;
}

.heading-2 {
  font-size: 48px;
  line-height: 48px;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase.purple {
  padding-right: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.uppercase.white.bold {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 40px;
}

.uppercase.dark_blue {
  color: #2c4c8c;
  font-size: 20px;
  line-height: 20px;
}

.blue {
  color: #0047cc;
}

.bold {
  font-weight: 700;
}

.bold.white.offerte_title {
  margin-bottom: 40px;
}

.bold.white_b {
  color: #fff;
  text-align: center;
}

.paragraph {
  line-height: 30px;
}

.purple {
  color: #461e7d;
}

.cta {
  margin-bottom: -20px;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta.purple {
  color: #461e7d;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 120px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.arrow_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  max-width: 1400px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/IMG_1305-min.jpg');
  background-position: 100% 50%;
  background-size: 160%;
  background-repeat: no-repeat;
}

.body {
  margin-top: 120px;
}

.claim_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 76, 140, 0.97)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(44, 76, 140, 0.97), hsla(0, 0%, 100%, 0));
}

.claim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.button_video_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_white {
  padding: 20px 60px;
  background-color: #fff;
  font-family: Roobertenel, sans-serif;
  color: #2c4c8c;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner_sub {
  padding: 40px 220px 20px;
}

.valori {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 220px;
  padding-left: 220px;
}

.convenienza_grid {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.enelx_header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 5px solid #0047cc;
}

.offerte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offerta_container {
  height: auto;
  max-width: 1400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.offerte_header {
  margin-bottom: 0px;
  padding: 40px 220px 20px;
}

.offerte_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.offerte_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/offerta_1c.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.offerte_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b5c1d7;
}

.offerte_content {
  width: 70%;
  height: auto;
  padding: 60px 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 76, 140, 0.39)), color-stop(60%, #2c4c8c));
  background-image: linear-gradient(90deg, rgba(44, 76, 140, 0.39), #2c4c8c 60%);
}

.offerte_content_2 {
  width: 70%;
  height: auto;
  padding: 60px 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 185, 230, 0.5)), color-stop(26%, #41b9e6));
  background-image: linear-gradient(90deg, rgba(65, 185, 230, 0.5), #41b9e6 26%);
}

.offerte_btn_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bde7f6;
}

.offerte_box_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.enelx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enelx_banner {
  width: 1430px;
  height: 70vh;
  max-width: 1400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 0, 32, 0.5)), to(rgba(1, 0, 32, 0.5))), url('../images/enelx-home.png');
  background-image: linear-gradient(180deg, rgba(1, 0, 32, 0.5), rgba(1, 0, 32, 0.5)), url('../images/enelx-home.png');
  background-position: 0px 0px, 60% 50%;
  background-size: auto, 105%;
  background-repeat: repeat, no-repeat;
}

.enelx_claim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.enelx_btn_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enelx_btn {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.enelx_body {
  padding: 40px 220px 20px;
}

.enelx_grid {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.enelx_header_x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #461e7d;
}

.servizi {
  margin-top: 0px;
  margin-bottom: 0px;
}

.servizi_header_container {
  padding-right: 220px;
  padding-left: 220px;
}

.servizi_grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servizi_box {
  height: 700px;
  background-color: #41b9e6;
}

.servizi_box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servizi_box_body {
  height: 60%;
  padding-top: 40px;
}

.image {
  width: 70px;
}

.servizi_box_2 {
  height: 700px;
  background-color: #0047cc;
}

.servizi_box_3 {
  height: 700px;
  background-color: #2c4c8c;
}

.catalogo {
  margin-top: 100px;
  margin-bottom: 100px;
}

.form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block {
  width: 50%;
}

.kam_field {
  margin-top: 30px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #2c4c8c;
  color: #2c4c8c;
  font-size: 16px;
  line-height: 30px;
}

.checkbox {
  font-size: 20px;
  line-height: 2;
}

.submit_kam {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c4c8c;
  font-size: 20px;
  text-transform: uppercase;
}

.checkbox-field {
  margin-bottom: 25px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #0047cc;
}

.footer_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.enel_link {
  font-family: Roobertenel, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
}

.phone_link {
  font-family: Roobertenel, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.menu_x {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  padding-right: 60px;
  padding-left: 60px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #fff;
}

.enelx_banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.17)), to(hsla(0, 0%, 100%, 0.17))), url('../images/enelx_banner.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.17), hsla(0, 0%, 100%, 0.17)), url('../images/enelx_banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.enelx_banner_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(80%, #fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 80%);
}

.enelx_grid_section {
  padding: 20px 220px;
}

.enelx_grid_1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.saving_section {
  position: relative;
  margin: 20px 220px;
  padding: 40px;
  background-color: #461e7d;
}

.enelx_header_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 5px solid #461e7d;
}

.energy_ico {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 40px;
  background-image: url('../images/battery.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.enelx_banner_container_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.22)), to(hsla(0, 0%, 100%, 0.22))), url('../images/enelx_banner2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.22), hsla(0, 0%, 100%, 0.22)), url('../images/enelx_banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enelx_banner_body_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(78%, #fff));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 78%);
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.enelx_header_x2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 5px none #461e7d;
}

.menu_enel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 120px;
  padding-right: 60px;
  padding-left: 60px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #fff;
}

.offerta_page_title {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 220px;
  padding-left: 220px;
}

.offerte_container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 220px;
  padding-left: 220px;
}

.offerta_box {
  position: relative;
  padding: 40px;
  background-color: #2c4c8c;
}

.bgwhite {
  padding: 20px;
  background-color: #fff;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offerta_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offerta_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offerta_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.separator {
  width: 20px;
  height: 50px;
  margin-left: 20px;
  background-color: #fff;
}

.info_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offerta {
  padding-bottom: 40px;
}

.offerta_title {
  background-color: transparent;
}

.social_link {
  margin-left: 20px;
  padding-top: 10px;
}

.footer_claim {
  margin-top: 10px;
  font-family: Roobertenel, sans-serif;
  color: #fff;
  font-weight: 400;
}

.off_list {
  padding-left: 20px;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cyan {
  color: #41b9e6;
  font-size: 23px;
  line-height: 30px;
}

.highlight {
  color: #41b9e6;
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
}

.dwn_ico {
  margin-right: 10px;
}

.dark_blue.bold {
  color: #2c4c8c;
}

.bg_cyan.offerta_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #41b9e6;
}

.wa_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mail_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  line-height: 32px;
}

.pun {
  padding-right: 220px;
  padding-left: 220px;
}

.body-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.body-6 {
  margin-top: 120px;
}

.heading-10 {
  margin-top: 0px;
}

.offerte_body2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/offerta_2c.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.offerte_body3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/offerta_3c.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.offerte_body4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/offerta_4c.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.offerte_body5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/offerta_5c.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  width: auto;
  height: 50px;
}

.idea_ico {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 40px;
  background-image: url('../images/lamp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.anchor_valori {
  position: static;
  height: 0px;
  margin-top: -140px;
  padding-top: 140px;
}

.anchor_offerte {
  position: static;
  height: 0px;
  margin-top: -140px;
  padding-top: 140px;
}

.anchor_enelx {
  position: static;
  height: 0px;
  margin-top: -140px;
  padding-top: 140px;
}

.anchor_servizi {
  position: static;
  height: 0px;
  margin-top: -140px;
  padding-top: 140px;
}

.capo {
  width: 10px;
  height: 25px;
  margin-top: 25px;
  margin-right: 10px;
  padding-top: 0px;
  background-color: #461e7d;
}

.capo_white {
  width: 10px;
  height: 25px;
  margin-top: 25px;
  margin-right: 10px;
  padding-top: 0px;
  background-color: #461e7d;
}

.offerte_header_x {
  margin-bottom: 0px;
  padding: 40px 220px 20px;
}

.anchor_comfort {
  position: absolute;
  height: 0px;
  margin-top: -140px;
}

.offerte_box_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.offerte_box_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.offerte_box_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lamp_ico {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/lamp.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.splash_body {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/splash_bg.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.splash_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(50, 81, 141, 0.9);
  -o-object-fit: fill;
  object-fit: fill;
}

.logo_big {
  width: 350px;
  height: 100px;
  margin: 40px;
  padding-left: 40px;
  background-image: url('../images/enel_logo_big.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.splash_claim {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.c_white {
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  max-width: 1000px;
}

.heading-12 {
  max-width: 1000px;
}

.heading-13 {
  max-width: 1000px;
}

.heading-14 {
  max-width: 1000px;
}

.heading-15 {
  max-width: 1000px;
}

.heading-16 {
  max-width: 1000px;
}

.heading-17 {
  max-width: 1000px;
}

.heading-18 {
  max-width: 1000px;
}

.body-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: none;
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 0px;
  }

  h1 {
    font-size: 38px;
    line-height: 45px;
  }

  h2 {
    font-size: 31px;
    line-height: 31px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }

  h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .white {
    padding-right: 20px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }

  .white.padding {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .white.offerta_list {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 18px;
  }

  .uppercase.purple {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    padding-right: 0px;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
    direction: ltr;
    font-size: 19px;
    text-transform: uppercase;
    -webkit-column-count: 0;
    column-count: 0;
  }

  .uppercase.purple.indent {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule-style: solid;
    column-rule-style: solid;
  }

  .uppercase.white {
    padding-left: 0px;
  }

  .uppercase.white.bold {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 0px;
    font-weight: 700;
  }

  .uppercase.dark_blue {
    color: #2c4c8c;
  }

  .bold.white {
    font-weight: 400;
  }

  .bold.white.offerte_title {
    margin-bottom: 20px;
    font-weight: 700;
  }

  .bold.white_b {
    color: #fff;
    text-align: center;
  }

  .cta {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .cta.purple {
    color: #461e7d;
  }

  .menu {
    z-index: 9;
    height: 100px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .arrow_container {
    width: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo_container {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .list {
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 16px;
  }

  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/IMG_1305-min.jpg');
    background-position: 100% 0%;
    background-size: 165%;
    background-attachment: fixed;
  }

  .body {
    margin-top: 100px;
  }

  .claim_container {
    display: inline-block;
    width: 45%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(44, 76, 140, 0.97)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(44, 76, 140, 0.97) 17%, hsla(0, 0%, 100%, 0));
  }

  .btn_white {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 16px;
  }

  .btn_white:hover {
    background-color: #2c4c8c;
    color: #fff;
  }

  .banner_sub {
    padding-right: 60px;
    padding-left: 60px;
  }

  .valori {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .convenienza_grid {
    grid-column-gap: 45px;
    grid-row-gap: 15px;
  }

  .enelx_header {
    border-bottom-width: 3px;
  }

  .valori_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .offerte {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .offerte_header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 60px 20px;
  }

  .offerte_box {
    min-height: 250px;
  }

  .offerte_body {
    background-image: url('../images/offerta_1c.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .offerte_content {
    width: 65%;
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 76, 140, 0.35)), color-stop(53%, #2c4c8c));
    background-image: linear-gradient(90deg, rgba(44, 76, 140, 0.35), #2c4c8c 53%);
  }

  .offerte_content_2 {
    width: 65%;
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 185, 230, 0.5)), color-stop(17%, #41b9e6));
    background-image: linear-gradient(90deg, rgba(65, 185, 230, 0.5), #41b9e6 17%);
  }

  .offerte_box_2 {
    min-height: 250px;
  }

  .enelx {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .enelx_banner {
    width: 100%;
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 0, 32, 0.5)), to(rgba(1, 0, 32, 0.5))), url('../images/enelx-home.png');
    background-image: linear-gradient(180deg, rgba(1, 0, 32, 0.5), rgba(1, 0, 32, 0.5)), url('../images/enelx-home.png');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .enelx_claim {
    width: 100%;
    height: 60%;
  }

  .enelx_btn_container {
    width: 100%;
  }

  .enelx_body {
    padding-right: 60px;
    padding-left: 60px;
  }

  .enelx_grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 45px;
    grid-row-gap: 15px;
  }

  .enelx_header_x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-style: solid;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule-style: none;
    column-rule-style: none;
    -webkit-column-rule-width: 0px;
    column-rule-width: 0px;
  }

  .servizi {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .servizi_header_container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .servizi_grid {
    margin-bottom: 40px;
  }

  .servizi_box {
    height: 500px;
  }

  .servizi_box_header {
    height: 35%;
  }

  .servizi_box_body {
    padding-top: 20px;
  }

  .image {
    width: auto;
    height: 50px;
  }

  .servizi_box_2 {
    height: 500px;
  }

  .servizi_box_3 {
    height: 500px;
  }

  .catalogo {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
  }

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

  .form-block {
    width: 60%;
    min-width: auto;
  }

  .kam_field {
    margin-bottom: 0px;
    font-family: Roobertenel, sans-serif;
    font-weight: 300;
  }

  .submit_kam {
    font-family: Roobertenel, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
  }

  .submit_kam:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #2c4c8c;
    background-color: #fff;
    color: #2c4c8c;
  }

  .checkbox-field {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkbox-label {
    font-family: Roobertenel, sans-serif;
    color: #2c4c8c;
    font-size: 15px;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #0047cc;
  }

  .footer_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .enel_link {
    font-family: Roobertenel, sans-serif;
    color: #fff;
    font-size: 18px;
  }

  .phone_link {
    margin-top: 10px;
    font-family: Roobertenel, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
  }

  .link {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .heading-4 {
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-bottom: 10px;
  }

  .heading-6 {
    margin-bottom: 10px;
  }

  .text-span {
    text-indent: 25px;
  }

  .valori_text_container {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 300;
  }

  .heading-8 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu_x {
    z-index: 9;
    height: 100px;
    border-bottom: 1px solid #b3b3b3;
    background-color: #fff;
  }

  .body-2 {
    margin-top: 100px;
  }

  .enelx_banner_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.18)), to(hsla(0, 0%, 100%, 0.18))), url('../images/enelx_banner.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.18), hsla(0, 0%, 100%, 0.18)), url('../images/enelx_banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .enelx_banner_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 65%);
  }

  .enelx_grid_section {
    padding: 20px 60px;
  }

  .enelx_grid_1 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 45px;
    grid-row-gap: 0px;
  }

  .paragraph-3 {
    color: #000;
  }

  .saving_section {
    position: relative;
    margin: 20px 60px;
    padding: 20px;
    background-color: #461e7d;
  }

  .enelx_header_white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule-style: none;
    column-rule-style: none;
    -webkit-column-rule-width: 0px;
    column-rule-width: 0px;
  }

  .energy_ico {
    position: absolute;
    left: auto;
    top: 1rem;
    right: 1rem;
    bottom: auto;
    width: 30px;
    height: 30px;
    background-image: url('../images/battery.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .enelx_banner_container_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45vh;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.24)), to(hsla(0, 0%, 100%, 0.24))), url('../images/enelx_banner2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.24), hsla(0, 0%, 100%, 0.24)), url('../images/enelx_banner2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .enelx_banner_body_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(72%, #fff));
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 72%);
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enelx_header_x2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule-style: none;
    column-rule-style: none;
    -webkit-column-rule-width: 0px;
    column-rule-width: 0px;
  }

  .menu_enel {
    z-index: 9;
    height: 100px;
    border-bottom: 1px solid #b3b3b3;
    background-color: #fff;
  }

  .offerta_page_title {
    padding: 40px 60px 20px;
  }

  .offerte_container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 60px;
  }

  .offerta_box {
    position: relative;
    padding: 20px;
    background-color: #2c4c8c;
  }

  .bgwhite {
    display: block;
    width: 30%;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }

  .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .offerta_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .offerta_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .offerta_download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offerta_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .separator {
    width: 20px;
    height: 50px;
    margin-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .info_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .offerta {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .social_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .social_link {
    margin-left: 15px;
  }

  .footer_claim {
    margin-top: 10px;
    font-family: Roobertenel, sans-serif;
    color: #fff;
  }

  .list-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .off_list {
    padding-left: 20px;
    font-family: Roobertenel, sans-serif;
    color: #fff;
  }

  .cyan {
    color: #41b9e6;
    font-size: 18px;
    line-height: 21px;
  }

  .cyan.small {
    width: 90%;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .cyan.small.inline {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .highlight {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  }

  .highlight.inline.cyan {
    color: #41b9e6;
  }

  .highlight.line {
    text-decoration: line-through;
  }

  .offerta_list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .dwn_ico {
    margin-right: 10px;
  }

  .dark_blue {
    color: #2c4c8c;
  }

  .bg_cyan {
    background-color: #41b9e6;
  }

  .bg_cyan.offerta_download {
    width: 25%;
    height: 50px;
  }

  .wa_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100%;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdfdfd;
  }

  .mail_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100%;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdfdfd;
  }

  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pun {
    margin-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .body-3 {
    margin-bottom: 100px;
  }

  .body-4 {
    margin-bottom: 100px;
  }

  .offerte_body2 {
    margin-top: 0px;
    background-image: url('../images/offerta_2c.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .offerte_body3 {
    background-image: url('../images/offerta_3c.jpg');
  }

  .offerte_body4 {
    background-image: url('../images/offerta_4.jpg');
  }

  .offerte_body5 {
    background-image: url('../images/offerta_5c.jpg');
  }

  .body-7 {
    margin-top: 100px;
  }

  .list-item {
    line-height: 16px;
  }

  .image-2 {
    height: 40px;
  }

  .image-3 {
    height: 40px;
  }

  .image-4 {
    height: 40px;
  }

  .idea_ico {
    position: absolute;
    left: auto;
    top: 1rem;
    right: 1rem;
    bottom: auto;
    width: 30px;
    height: 30px;
    background-image: url('../images/lamp.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .image-5 {
    height: 40px;
  }

  .image-6 {
    height: 40px;
  }

  .body-8 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .anchor_valori {
    position: static;
    width: 100%;
    height: 0px;
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .anchor_offerte {
    position: static;
    width: 100%;
    height: 0px;
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .anchor_enelx {
    position: static;
    width: 100%;
    height: 0px;
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .anchor_servizi {
    position: static;
    width: 100%;
    height: 0px;
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .capo {
    width: 7px;
    height: 20px;
    margin-top: 20px;
  }

  .capo_white {
    width: 7px;
    height: 20px;
    margin-top: 0px;
    margin-right: 20px;
    background-color: #fff;
  }

  .form {
    font-family: Roobertenel, sans-serif;
    font-weight: 300;
  }

  .offerte_header_x {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 60px 20px;
  }

  .anchor_comfort {
    position: absolute;
    width: 100%;
    height: 0px;
    margin-top: -100px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .offerte_box_3 {
    min-height: 250px;
  }

  .offerte_box_4 {
    min-height: 250px;
  }

  .offerte_box_5 {
    min-height: 250px;
  }

  .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .image-7 {
    cursor: pointer;
  }

  .regular {
    font-weight: 400;
  }

  .lamp_ico {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    margin-top: 20px;
    margin-right: 20px;
    background-image: url('../images/lamp.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .splash_body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('../images/splash_bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .splash_overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(50, 81, 141, 0.9);
  }

  .logo_big {
    display: inline-block;
    width: 350px;
    height: 100px;
    max-width: 90%;
    margin: 40px;
    padding: 0px;
    background-image: url('../images/enel_logo_big.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .splash_claim {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
  }

  .inline {
    display: inline-block;
  }

  .c_white {
    color: #fff;
  }

  .link-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .white.padding {
    margin-top: 0px;
    text-align: center;
  }

  .menu {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .arrow_container {
    width: 25%;
  }

  .banner_sub {
    padding-right: 39px;
    padding-left: 39px;
  }

  .valori {
    padding-right: 40px;
    padding-left: 40px;
  }

  .valori_body {
    height: auto;
  }

  .offerte_header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .offerte_body {
    background-position: 35% 50%;
  }

  .offerte_content {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 76, 140, 0.35)), color-stop(30%, #2c4c8c));
    background-image: linear-gradient(90deg, rgba(44, 76, 140, 0.35), #2c4c8c 30%);
  }

  .offerte_content_2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enelx {
    padding-top: 0px;
  }

  .enelx_body {
    padding-right: 40px;
    padding-left: 40px;
  }

  .servizi_header_container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .servizi_grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .servizi_box {
    height: auto;
    padding: 20px;
  }

  .servizi_box_header {
    height: auto;
    padding-top: 20px;
  }

  .servizi_box_body {
    height: auto;
    padding-top: 0px;
  }

  .servizi_box_2 {
    height: auto;
    padding: 20px;
  }

  .servizi_box_3 {
    height: auto;
    padding: 20px;
  }

  .form-block {
    width: 70%;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .enelx_banner_container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/enelx_banner.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/enelx_banner.jpg');
    background-position: 0px 0px, 36% 50%;
  }

  .enelx_banner_body {
    width: 60%;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
  }

  .enelx_grid_section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .saving_section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .enelx_banner_body_2 {
    padding-left: 20px;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(53%, #fff));
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 53%);
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .offerte_container {
    padding: 40px;
  }

  .bgwhite {
    padding: 10px;
  }

  .offerta_share {
    height: auto;
  }

  .offerte_body2 {
    background-position: 35% 50%;
  }

  .offerte_body3 {
    background-position: 50% 50%;
  }

  .offerte_body4 {
    background-position: 35% 50%;
  }

  .offerte_body5 {
    background-position: 35% 50%;
  }

  .offerte_header_x {
    padding: 40px;
  }

  .splash_claim {
    width: 90%;
    font-size: 34px;
    line-height: 42px;
  }

  .c_white {
    font-size: 32px;
    line-height: 42px;
  }

  .body-9 {
    margin-top: 0px;
  }

  .navbar {
    display: block;
    background-color: #fff;
  }

  .navlinkmobi {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-family: Roobertenel, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .brand {
    width: 150px;
    height: 60px;
    margin-left: 0px;
    padding-left: 0px;
    background-image: url('../images/enel-256.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .white {
    width: 100%;
  }

  .white.padding {
    width: 100%;
  }

  .white.offerta_list {
    width: 100%;
  }

  .white._65 {
    width: 65%;
  }

  .uppercase.white.bold {
    margin-bottom: 10px;
  }

  .bold.white {
    width: 100%;
  }

  .bold.white.offerte_title {
    width: 65%;
  }

  .banner {
    height: 35vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .claim_container {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 76, 140, 0)), color-stop(0%, rgba(44, 76, 140, 0.9)), color-stop(100%, rgba(44, 76, 140, 0.7)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(44, 76, 140, 0), rgba(44, 76, 140, 0.9) 0%, rgba(44, 76, 140, 0.7) 100%, hsla(0, 0%, 100%, 0));
  }

  .claim {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button_video_div {
    height: auto;
    margin-bottom: 20px;
  }

  .btn_white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner_sub {
    padding-right: 20px;
    padding-left: 20px;
  }

  .valori {
    padding-right: 20px;
    padding-left: 20px;
  }

  .convenienza_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .offerta_container {
    margin-top: 0px;
  }

  .offerte_header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .offerte_box {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offerte_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 0% 0%;
    background-size: contain;
  }

  .offerte_btn {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100px;
    height: 100%;
  }

  .offerte_content {
    width: 100%;
    margin-top: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4c8c), to(#2c4c8c));
    background-image: linear-gradient(180deg, #2c4c8c, #2c4c8c);
  }

  .offerte_content_2 {
    width: 100%;
    margin-top: 115px;
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#41b9e6), to(#41b9e6)), -webkit-gradient(linear, left top, right top, from(rgba(65, 185, 230, 0.5)), color-stop(17%, #41b9e6));
    background-image: linear-gradient(180deg, #41b9e6, #41b9e6), linear-gradient(90deg, rgba(65, 185, 230, 0.5), #41b9e6 17%);
  }

  .offerte_btn_2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100px;
    height: 100%;
  }

  .offerte_box_2 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .enelx_btn_container {
    height: 20%;
  }

  .enelx_body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enelx_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form_container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    width: 100%;
  }

  .submit_kam {
    border: 1px solid #2c4c8c;
  }

  .footer {
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_r {
    margin-top: 10px;
  }

  .enel_link {
    text-align: center;
  }

  .phone_link {
    text-align: center;
  }

  .enelx_page_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .enelx_banner_container {
    height: auto;
    padding-top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/enelx_banner.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/enelx_banner.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
  }

  .enelx_banner_body {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .enelx_grid_section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enelx_grid_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .saving_section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .enelx_banner_container_2 {
    height: auto;
    padding-top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/enelx_banner2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/enelx_banner2.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
  }

  .enelx_banner_body_2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .offerte_container {
    padding: 0px 20px;
  }

  .offerta_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bgwhite {
    padding: 20px;
  }

  .offerta_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offerta_footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offerta_share {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .qrcode {
    width: 100%;
    margin-bottom: 20px;
  }

  .separator {
    margin-left: 0px;
  }

  .cyan.small {
    width: 100%;
  }

  .bg_cyan.offerta_download {
    width: 100%;
  }

  .wa_share {
    width: 100%;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mail_share {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .offerte_body2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/minimale_240_ps.jpg');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .offerte_body3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 0% 0%;
    background-size: contain;
  }

  .offerte_body4 {
    background-position: 0% 0%;
    background-size: contain;
  }

  .offerte_body5 {
    background-position: 0% 0%;
    background-size: contain;
  }

  .offerte_header_x {
    padding-right: 20px;
    padding-left: 20px;
  }

  .offerte_box_3 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offerte_box_4 {
    position: relative;
  }

  .offerte_box_5 {
    position: relative;
  }

  .inline.white {
    width: 100%;
  }

  .c_white {
    margin-top: 0px;
  }

  .c_white.claim_mobile {
    font-size: 21px;
    line-height: 28px;
  }

  .brand {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_87ea3b1e-ccf9-c9da-ea3e-9f57a15f5103-85269e06 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-Black.woff2') format('woff2'), url('../fonts/RoobertENEL-Black.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-Black.woff') format('woff'), url('../fonts/RoobertENEL-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-BlackItalic.woff2') format('woff2'), url('../fonts/RoobertENEL-BlackItalic.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-BlackItalic.woff') format('woff'), url('../fonts/RoobertENEL-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-Bold.woff2') format('woff2'), url('../fonts/RoobertENEL-Bold.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-Bold.woff') format('woff'), url('../fonts/RoobertENEL-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-BoldItalic.woff2') format('woff2'), url('../fonts/RoobertENEL-BoldItalic.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-BoldItalic.woff') format('woff'), url('../fonts/RoobertENEL-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-Light.woff2') format('woff2'), url('../fonts/RoobertENEL-Light.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-Light.woff') format('woff'), url('../fonts/RoobertENEL-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-LightItalic.woff2') format('woff2'), url('../fonts/RoobertENEL-LightItalic.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-LightItalic.woff') format('woff'), url('../fonts/RoobertENEL-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-Regular.woff2') format('woff2'), url('../fonts/RoobertENEL-Regular.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-Regular.woff') format('woff'), url('../fonts/RoobertENEL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertenel';
  src: url('../fonts/RoobertENEL-RegularItalic.woff2') format('woff2'), url('../fonts/RoobertENEL-RegularItalic.eot') format('embedded-opentype'), url('../fonts/RoobertENEL-RegularItalic.woff') format('woff'), url('../fonts/RoobertENEL-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.offerta_body{
  width: 100%;
}

.info_body{
  display: flex;
    justify-content: space-between;
    text-align: center;
}

.offerta_box{
  display: flex;
  min-height: 300px;
}

@media screen and (max-width: 768px) {
  .offerta_box{
    min-height:200px;
  }

}

@media screen and (max-width:600px) {
  .lamp_ico{
    top: auto;
    bottom: 10%;
  }

}