@charset "UTF-8";
:root {
  --color-green: #25533F;
  --color-cards: #d31359;
  --color-pink: #d31359;
}

body {
  position: relative;
}

#hml-header h4, body, html {
  margin: 0;
  padding: 0;
}

body, button {
  font-family: RoobertENEL, serif;
}

@font-face {
  font-family: RoobertENEL;
  src: url("./assets/fonts/RoobertENEL-Light.eot");
  src: url("./assets/fonts/RoobertENEL-Light.eot?#iefix") format("embedded-opentype"), url(./assets/fonts/RoobertENEL-Light.woff2) format("woff2"), url(./assets/fonts/RoobertENEL-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url("./assets/fonts/RoobertENEL-Regular.eot");
  src: url("./assets/fonts/RoobertENEL-Regular.eot?#iefix") format("embedded-opentype"), url(./assets/fonts/RoobertENEL-Regular.woff2) format("woff2"), url(./assets/fonts/RoobertENEL-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url("./assets/fonts/RoobertENEL-Bold.eot");
  src: url("./assets/fonts/RoobertENEL-Bold.eot?#iefix") format("embedded-opentype"), url(./assets/fonts/RoobertENEL-Bold.woff2) format("woff2"), url(./assets/fonts/RoobertENEL-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url("./assets/fonts/RoobertENEL-Black.eot");
  src: url("./assets/fonts/RoobertENEL-Black.eot?#iefix") format("embedded-opentype"), url(./assets/fonts/RoobertENEL-Black.woff2) format("woff2"), url(./assets/fonts/RoobertENEL-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body, html {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  text-rendering: optimizeLegibility;
  /* font-smoothing: antialiased; */
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body h1, body h2, body h3, body h4, html h1, html h2, html h3, html h4 {
  cursor: default;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.1;
  font-family: inherit;
}

body {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #2E2E2E;
  text-align: left;
}

body .htm-container {
  width: 90%;
  max-width: 1110px;
  margin: auto;
  z-index: 9999;
  position: relative;
}

p {
  font-weight: 300;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

ol, ul {
  list-style: none;
  padding-left: 0;
}

.lightbox-overlay :focus, a, a:active, a:focus, a:hover {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

#htm-call-to-action span, #htm-content .htm-content-sconto h3 strong, .bold-text {
  font-weight: 700;
}

.htm-btn {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#htm-content, #htm-tabs-container {
  transition: background-color 0.3s ease-in-out;
}

.htm-btn span {
  vertical-align: middle;
}

.htm-btn img {
  margin-left: 20px;
  vertical-align: middle;
}

.cmlead .error, .cmlead .hide, .cmleadResultKo, .cmleadResultOk, .cmlead_col .error.hidden, .htm-btn .arrow_hover, .htm-btn-submit .arrow_hover, .htm-btn-submit:hover .arrow, .htm-btn:hover .arrow, .htm-none, .notMatch.hidden {
  display: none;
}

.htm-btn-submit:hover .arrow_hover, .htm-btn:hover .arrow_hover {
  display: inline-block;
}

#htm-visual {
  position: relative;
  overflow: hidden;
  background-color: var(--color-pink);
  z-index: 1;
  color: #fff;
}

#htm-visual .htm-container .header {
  position: relative;
  z-index: 999;
  margin: 20px auto;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}
#htm-visual .htm-container .header .htm-visual-content {
  height: 35px;
}
#htm-visual .htm-container .header .htm-visual-content img {
  width: auto;
}
@media screen and (min-width: 768px) {
  #htm-visual .htm-container .header .htm-visual-content {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #htm-visual .htm-container .header .htm-visual-content {
    height: 55px;
  }
}

#htm-tabs-container .htm-container, #htm-visual .htm-container .col {
  width: 100%;
}

#header-campain-logo {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0px;
}
#header-campain-logo img {
  width: 100%;
  margin-inline: auto;
}

#htm-visual .htm-container .col img {
  /* max-width: 100%; */
  height: 100%;
}

#htm-visual .logo-enel {
  position: relative;
  width: 13%;
  max-width: 150px;
  min-width: 100px;
  height: auto;
  z-index: 999;
}

#htm-visual .logo-richiamo {
  position: absolute;
  top: 25px;
  width: 321px;
  height: 86px;
  right: 0;
}

#htm-visual h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.04rem;
  margin-bottom: 10px;
  margin-top: 58px;
}

#htm-visual h1 {
  font-weight: 900;
  width: 94%;
  margin: 0 auto 2rem 0;
  color: #fff;
  font-size: 48px;
}

@media (min-width: 576px) {
  html {
    font-size: 9px;
  }
  .htm-sm-none {
    display: none;
  }
  .htm-sm-block {
    display: block;
  }
  #htm-visual h1 {
    font-size: 32px;
  }
  #htm-visual h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .htm-md-none {
    display: none;
  }
  .htm-md-block {
    display: block;
  }
  #htm-visual .htm-container .col.htm-visual-content {
    padding-right: 10px;
  }
  #htm-visual .htm-container .col {
    width: 50%;
  }
  #htm-visual h1 {
    font-size: 44px;
  }
  #htm-visual h3 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .htm-lg-block {
    display: block;
  }
  .htm-lg-none {
    display: none;
  }
  #hml-header {
    height: 74px;
  }
  #hml-header .htm-page-logo {
    font-size: 38px;
  }
  #htm-visual .logo-enel {
    position: absolute;
    top: 0;
  }
  #htm-visual h1 {
    font-size: 60px;
  }
  #htm-visual h3 {
    margin-top: 0px;
    font-size: 25px;
    text-align: left;
  }
}
#htm-visual .htm-btn-richiesta {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 2.2rem;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  color: var(--color-pink);
  border: 1px solid #fff;
  background-color: #fff;
  max-width: 157px;
  margin-top: 15px;
  margin-bottom: 30px;
}

#htm-visual .htm-btn-richiesta:hover {
  color: #fff;
  border: 1px solid #fff;
  background: var(--color-pink);
}

#htm-content section .htm-box .htm-btn-richiesta span, #htm-content section .htm-box .htm-btn-richiesta2 span, #htm-visual .htm-btn-richiesta span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  #htm-visual .htm-btn-richiesta {
    font-size: 1.9rem;
    max-width: 180px;
    padding: 1.45rem 2.2rem;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #htm-visual .htm-btn-richiesta {
    font-size: 2.2rem;
    max-width: 205px;
  }
}
#htm-visual .htm-visual-bg {
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  #htm-visual .logo {
    top: 55px;
  }
  #htm-visual .logo, * ::-ms-backdrop {
    top: 55px;
  }
}
#htm-content {
  padding-bottom: 0;
  position: relative;
}

#htm-content .viewmaggiortutela {
  display: none;
  margin-top: auto;
}

#htm-content .viewmercatolibero {
  margin-top: auto;
}

#htm-content .htm-container {
  padding-top: 55px;
  max-width: 1140px;
}

#htm-content .htm-content-sconto {
  min-height: 90px;
  padding-top: 40px;
  color: #fff;
}

.disclaimer.t12 {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 16px;
}

#htm-content .htm-content-sconto h3, #htm-content .htm-content-sconto p {
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#htm-content .htm-content-sconto p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 300;
  width: 85%;
}

#htm-content .htm-carosuel-info p strong, #htm-content .htm-content-sconto p strong {
  font-weight: 500;
}

#htm-content .htm-content-sconto h3 {
  margin-top: 5px;
  font-size: 36px;
}

#htm-content .htm-carosuel-info {
  padding-top: 17px;
  margin-bottom: 27px;
  color: #fff;
}

#htm-content .htm-carosuel-info p {
  font-weight: 300;
  text-align: center;
  margin: 5px auto;
  font-size: 1.5rem;
  width: 85%;
}

@media (min-width: 576px) {
  #htm-content .htm-content-sconto {
    min-height: 114px;
  }
  #htm-content .htm-content-sconto p {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 1.8rem;
  }
  #htm-content .htm-carosuel-info p strong, #htm-content .htm-content-sconto p strong {
    font-weight: 500;
  }
  #htm-content .htm-content-sconto h3 {
    margin-top: 0;
    font-size: 49px;
  }
  #htm-content .htm-content-sconto h3 strong {
    font-weight: 700;
  }
  #htm-content .htm-carosuel-info p {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 1.85rem;
  }
}
.htm-xl-none {
  display: none;
}

.htm-xl-block {
  display: block;
}

#htm-content #anchor-content {
  position: absolute;
  top: 0;
}

#htm-claim {
  background-color: #fff;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

.htm-claim-txt {
  font-size: 1.65rem;
}

.htm-claim-carousel {
  font-size: 1.5rem;
}

#htm-claim .htm-container {
  max-width: 1116px;
}

#htm-claim strong {
  color: var(--color-pink);
  font-weight: 700;
}

#htm-claim span, .htm-claim-txt span {
  color: var(--color-pink);
  font-weight: 700;
}

.htm-claim-carousel.htm-claim-txt span {
  font-weight: 400;
  color: #222;
}

@media (min-width: 576px) {
  #htm-claim {
    font-size: 32px;
  }
}
#lightbox-pod {
  position: fixed !important;
  z-index: 1000;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  transition: opacity 0.1s ease-in;
  opacity: 0;
  display: none;
}

#lightbox-pod.show {
  display: inline-block;
  z-index: 1010;
  transition: opacity 0.1s ease-in;
  opacity: 1;
  visibility: visible;
}

.lightbox-overlay-wrapper {
  display: block;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  margin: auto;
}

.lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.lightbox-overlay .lightbox-content {
  background-color: #fff;
  position: absolute;
  width: 74%;
  margin: auto;
  padding: 40px 7% 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  max-height: 588px;
  max-width: 954px;
  min-height: 420px;
  text-align: center;
}

.lightbox-overlay .lightbox-content .btn-close {
  position: absolute;
  top: 20px;
  right: 7%;
  border: none;
  background: 0 0;
  cursor: pointer;
}

.lightbox-overlay .lightbox-content h4 {
  text-align: center;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
}

.lightbox-overlay .lightbox-content li, .lightbox-overlay .lightbox-content p, .lightbox-overlay .lightbox-content ul {
  font-size: 21px;
}

@media (max-width: 320px) {
  .lightbox-overlay .lightbox-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .lightbox-overlay .lightbox-content p {
    font-size: 18px;
  }
  .lightbox-overlay .lightbox-content img {
    max-width: 95px;
    max-height: 125px;
  }
}
@media (max-width: 576px) {
  .lightbox-overlay .lightbox-content img {
    max-width: 135px;
    max-height: 180px;
  }
  htm-claim-1 {
    font-size: 1.4rem;
  }
  .re-desk {
    display: none !important;
  }
  .re-mob {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #htm-content #anchor-content {
    top: -150px;
  }
  #htm-claim {
    font-size: 32px;
  }
  .htm-claim-txt {
    font-size: 2.6rem;
  }
  .htm-claim-carousel {
    font-size: 2.1rem;
  }
  #htm-claim p {
    margin: 0;
  }
  #htm-claim p.htm-claim-1 {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .lightbox-overlay .lightbox-content {
    width: 85%;
    padding: 40px 50px 60px;
  }
  .lightbox-overlay .lightbox-content .btn-close {
    top: 25px;
    right: 25px;
  }
  .lightbox-overlay .lightbox-content img {
    max-width: unset;
    max-height: unset;
  }
  .lightbox-overlay .lightbox-content h4 {
    font-size: 35px;
  }
  .lightbox-overlay .lightbox-content p {
    font-size: 29px;
  }
  #htm-tabs-container .htm-container {
    width: 90%;
  }
}
@media (max-height: 790px) and (min-width: 576px) {
  .lightbox-overlay .lightbox-content img {
    max-width: 165px;
    max-height: 220px;
  }
}
#htm-tabs-container {
  padding-top: 2rem;
  padding-bottom: 0;
  background-color: var(--color-pink);
}

#htm-tabs-container .htm-container .infoLink {
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}

#htm-tabs-container .htm-container .infoLink h3 {
  font-weight: 400;
  font-size: 28px;
}

#htm-tabs-container .htm-container .infoLink h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

#htm-tabs-container .htm-container .infoLink h4 a {
  font-size: inherit;
  font-weight: inherit;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  text-decoration: underline;
  cursor: pointer;
}

#htm-tabs-container .htm-tabs {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

#htm-tabs-container .htm-tabs .htm-tabs-toggle {
  display: block;
  height: 60px;
  width: 90%;
  max-width: 348px;
  padding: 3px;
  border: 2px solid #666;
  border-radius: 80px;
  position: relative;
  background-color: #fff;
}

#htm-tabs-container .htm-tabs .htm-tabs-toggle .htm-tabs-toggle-switch {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 80px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  background-color: var(--color-pink);
  top: 3px;
  left: 3px;
  transition: 0.3s ease-in-out;
}

#htm-bg-overlay {
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s;
}

#htm-bg-overlay button {
  opacity: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#htm-bg-overlay.open {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 1;
}

#htm-box-form {
  position: relative;
  width: 100%;
  background-color: #fff;
}

#htm-box-form .htm-form {
  padding: 0 5%;
  width: 90%;
  position: relative;
  margin: auto;
  box-sizing: initial;
}

#htm-box-form .htm-form .htm-btn-close {
  margin-left: -10%;
  margin-top: 10px;
  border: none;
  background-color: #fff;
  padding: 10px 5%;
}

#htm-box-form .htm-form h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 5px;
}

#htm-box-form .htm-form input, #htm-box-form .htm-form select {
  border: 1px solid #696969;
  padding: 0 10px 0 20px;
  width: calc(94% - 2px);
  min-height: 48px;
  font-size: 14px;
}

#htm-box-form .htm-form select {
  min-height: 50px;
  background-image: url("assets/img/ico/select.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: auto 20%;
  min-width: calc(100% - 0px);
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  #htm-box-form .htm-form input, #htm-box-form .htm-form select {
    padding: 0 10px;
  }
  #htm-box-form .htm-form select {
    background-position: center right 5px;
  }
}
.max200 {
  max-width: 200px !important;
}

#htm-box-form .htm-form .htm-btn-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color-green);
  color: #fff;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  #htm-box-form .htm-form .htm-btn-submit {
    justify-content: center;
  }
}
#htm-box-form .htm-form .htm-btn-submit a, #htm-box-form .htm-form .htm-btn-submit span {
  display: inline-block;
  font-family: RoobertENEL, serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-decoration: none;
  vertical-align: middle;
}

#htm-box-form .htm-form .htm-btn-submit a {
  color: #fff;
  display: block;
  text-align: center;
}

#htm-box-form .htm-form .htm-btn-submit img {
  vertical-align: middle;
  margin-left: 20px;
}

@media (max-width: 768px) {
  #htm-box-form .htm-form .htm-btn-submit img {
    vertical-align: middle;
    margin-left: 5px;
  }
}
#htm-box-form .htm-form .htm-btn-submit:hover {
  color: #0b563d;
  border: 1px solid var(--color-green);
  background-color: #fff;
}

#htm-box-form .htm-form .htm-btn-submit:hover a {
  color: #0b563d;
  display: block;
}

#htm-box-form .htm-form .htm-btn-submit:disabled {
  opacity: 0.4;
  pointer-events: none;
}

#htm-box-form .htm-form #ctaLead {
  color: #222;
  font-size: 1.5rem;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
}

#htm-box-form .htm-form #ctaLead:hover {
  color: var(--color-green);
}

#htm-box-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
}

#htm-box-form fieldset .selection-field {
  display: flex;
  align-items: center;
  min-width: 135px;
  flex-wrap: wrap;
  margin-right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#htm-box-form fieldset .selection-field input {
  padding: 0;
  margin: 0;
  height: 25px;
  width: 25px;
  border: 0;
}

#htm-box-form fieldset .selection-field input:checked ~ .checkmark, #htm-btn-form-mobile:hover {
  background-color: var(--color-green);
}

#htm-box-form fieldset .selection-field label {
  margin-left: 14px;
  line-height: 1.2;
  font-size: 16px;
  outline: 0;
  text-align: left;
}

#htm-box-form fieldset .selection-field input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  display: flex;
  border: 3px solid #696969;
  cursor: pointer;
  font: inherit;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  min-height: 30px;
  margin: 10px 0;
}

#htm-box-form fieldset .selection-field input[type=radio]:before {
  content: "";
  display: block;
  border-radius: 50%;
  box-shadow: inset 20px 20px var(--color-green);
  width: 10px;
  height: 10px;
  margin: auto;
  transform: scale(0);
  transition: 150ms ease-in-out;
}

#htm-box-form fieldset .selection-field input[type=radio]:checked:before {
  transform: scale(1);
}

#validator_row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  #validator_row {
    flex-direction: column;
  }
  #validator_row > .form-group, #validator_row > .form-radio-selector {
    width: 100% !important;
  }
}
#validator_row .form-group {
  width: 100%;
  text-align: center;
}

#validator_row .form-group #validator_container {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
}

#validator_row .form-group #validator_container label {
  font-size: 16px;
  padding-bottom: 10px;
}

#validator_row .form-group #rcaptcha_form_lead_a_caldo {
  display: inline-flex;
  justify-content: center;
}

#validator_row .form-radio-selector {
  width: 50%;
  justify-content: center;
}

#validator_row .form-radio-selector .selection-field {
  flex-wrap: nowrap !important;
  margin-top: 38.8px;
}

#validator_row .form-radio-selector .selection-field:last-of-type {
  margin-right: 0 !important;
}

#htm-footer .htm-disclaimer h4, #htm-footer .htm-disclaimer p strong {
  font-weight: 500;
  text-transform: uppercase;
}

#htm-btn-form-mobile {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: var(--color-pink);
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 100;
  top: 2rem;
  right: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.radio-selector {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 37px;
}

.radio-selector [option] {
  display: flex;
  align-items: center;
  outline: 0;
  font-size: 16px;
  line-height: 24px;
  margin-right: 14px;
}

.radio-selector [option]:before {
  transition: background 0.25s ease-in-out;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: var(--space-1);
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid grey;
  margin-right: 8px;
}

.radio-selector [option][selected] {
  cursor: auto;
  outline: 0;
}

.radio-selector [option][selected]:before {
  text-align: center;
  content: " •";
  color: #0b563d;
  background-color: #fff;
  border: 2px solid grey;
  font-size: 40px;
  line-height: 18px;
}

#htm-footer {
  background: #fff;
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  #htm-footer {
    margin-bottom: 0;
  }
}

#htm-footer .content-client {
  opacity: 0;
  height: 0;
  transition: 0.5s;
  overflow: hidden;
}

#htm-footer.new-client .content-client.content-new-client {
  opacity: 1;
  height: auto;
}

#htm-footer .htm-disclaimer {
  font-weight: 500;
  font-size: 9px;
  color: #010101;
  padding: 15px 0;
  text-align: justify;
}

#htm-footer .htm-disclaimer h4 {
  margin-bottom: 1.5rem;
  font-size: 9px;
}

#htm-footer .htm-disclaimer h5 {
  font-size: 11px;
  color: #222222;
}

#htm-footer .htm-disclaimer p {
  font-size: 8px;
}

#htm-footer .htm-disclaimer a {
  color: #010101;
  font-weight: 400;
}

#htm-footer .htm-disclaimer .no_uppercase {
  text-transform: none;
}

.blocco-privacy {
  height: 65px;
  overflow-y: scroll;
  line-height: 15px;
  border: 1px solid #696969;
  padding: 15px 22px;
}

.blocco-privacy h4 {
  margin-top: 0;
  font-size: 15px;
  color: #222;
}

.blocco-privacy span {
  font-size: 12px;
  line-height: 14px;
  color: #666;
}

.cmlead_row {
  padding: 5px 0;
  display: flex;
  width: 100%;
}

.cmlead_form .ui-widget {
  display: flex;
  /* justify-content: flex-end; */
}

.cmlead_col label, .cmlead_col p {
  margin: 10px 0;
  font-size: 15px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  font-weight: 400;
  line-height: 18px;
  min-height: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 4px 0 10px;
}

.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: 400;
  background: #eee;
  cursor: pointer;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 7px;
}

.ui-autocomplete::-webkit-scrollbar-track {
  background: #fff;
}

.notMatch {
  margin: 0;
  background: #f7f6f6;
  padding: 0 3%;
  box-shadow: 2px 2px 10px silver;
  position: absolute;
  width: 94%;
  z-index: 99;
  height: 50px;
  line-height: 42px;
}

.cmlead_col .notMatch p {
  font-size: 13px;
  line-height: 17px;
  padding: 8px 0;
  margin: 0;
  display: inline-block;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .cmlead_outro > div .blocco-loghetto {
    margin-right: 21px;
  }
  .cmlead_outro {
    padding: 10px;
  }
  .cmlead_outro > div {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmlead_outro > div .blocco-testo {
    padding-right: 90px;
    font-size: 18px;
  }
  .blocco-privacy {
    width: 100%;
  }
}
.cmlead_col label {
  -webkit-font-smoothing: auto;
}

input::-moz-placeholder {
  color: #696969;
  font-family: inherit;
  font-size: 14px !important;
}

input::placeholder {
  color: #696969;
  font-family: inherit;
  font-size: 14px !important;
}

.cmlead_col.col-6 {
  width: 35%;
  position: relative;
}

.cmlead_col.col-4 {
  width: 23%;
  position: relative;
}

.cmlead_col.col-2 {
  width: 12%;
  position: relative;
}

.cmlead_col input.inputError {
  border: 2px solid #ff0f64;
}

.cmlead_col .error {
  color: #ff0f64;
  font-size: 12px;
}

.cmlead .form-control {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #000;
  background: #fff;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: 0.1s linear;
}

.cmlead .screen-reader-text {
  font-size: 0;
}

.cmlead .autocomplete-list {
  background: #eee;
  box-shadow: 0 0 10px #c4c4c4;
  z-index: 1;
  max-height: 100px;
  overflow: auto;
  position: absolute;
  width: 100%;
}

.cmlead .autocomplete-list li {
  margin-bottom: 5px;
  padding: 10px;
  cursor: pointer;
}

.cmlead .autocomplete-list li:hover {
  background: #ddd;
}

.cmlead .autocomplete-list li.disabled:hover {
  background: 0 0;
  cursor: auto;
}

@media screen and (min-width: 813px) and (max-width: 1024px) {
  .cmlead_row {
    padding: 10px 0 5px;
    display: flex;
    width: 100%;
  }
  .cmlead_col {
    max-width: 613px;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {
  .cmlead_row {
    padding: 10px 0 0;
  }
  .cmlead_col {
    max-width: 391px;
  }
}
@media screen and (max-width: 767px) {
  .cmlead, .cmlead_col {
    margin-bottom: 10px;
  }
  .cmlead_inner {
    padding-bottom: 10px;
    text-align: center;
  }
  .cmlead_row {
    padding: 10px 0 5px;
    display: block;
    width: 100%;
  }
  .cmleadResult_row p, .cmlead_col .notMatch p {
    font-size: 15px;
  }
  .cmlead .form-control {
    height: 49px;
    font-size: 15px;
  }
  .cmlead_col p {
    font-size: 13px;
  }
  .cmlead_col label {
    font-size: 13px;
    -webkit-font-smoothing: auto;
  }
  .cmleadResult {
    font-size: 28px;
  }
  .cmleadResult_row h3 {
    font-size: 22px;
  }
  input::-moz-placeholder {
    font-size: 15px !important;
  }
  input::placeholder {
    font-size: 15px !important;
  }
  .cmlead_col {
    margin-left: 0;
  }
  .cmlead_col.col-1, .cmlead_col.col-2, .cmlead_col.col-4, .cmlead_col.col-6 {
    width: 100%;
  }
}
.cmleadResult_row {
  padding: 0;
  display: block;
  width: 100%;
}

.cmleadResult {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
  margin-left: 0;
}

.cmleadResult_row h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.cmleadResult_row p {
  font-size: 18px;
}

.inline {
  display: inline-block;
  width: 100%;
}

.cmleadResult_row.twocta {
  padding: 25px 25px 0 0;
  float: left;
  display: contents;
}

.twocta a:hover {
  text-decoration: none;
}

#ctaLead span.link {
  text-transform: unset;
  text-decoration: underline;
}

.wa {
  position: absolute;
  z-index: 999999;
  top: 10px;
  right: -2px;
  cursor: pointer;
}

#htm-call-to-action {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: var(--color-pink);
  color: #fff;
  width: 100%;
  padding: 18px 0;
  font-size: 20px;
  -webkit-text-decoration: noneopacity 0.4s ease-in-out;
          text-decoration: noneopacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.hideme {
  opacity: 0;
}

.htm-box .action-link {
  margin-top: auto;
  margin-bottom: 2rem;
}

.htm-cont-prezzo {
  border-top: 1px solid #cdcdcd;
  margin: 0 auto 25px;
  width: 92%;
  max-width: 275px;
}

.htm-cont-prezzo h4 {
  margin: 0;
  color: #666;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}

.htm-cont-prezzo h5 {
  margin: 0;
  color: #666;
  font-weight: 600;
  font-family: inherit;
  font-size: 1.1rem;
}

.htm-box-content ul {
  padding: 0 0 0 20px;
  text-align: left;
  list-style: outside;
}

.htm-box-content ul li {
  white-space: normal;
  font-size: 1.6rem;
  font-weight: 300;
  width: 90%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: #666;
  letter-spacing: -0.04em;
  list-style-position: outside;
}

.htm-box-content .infoLink {
  max-width: 90%;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.infoLink a {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: auto;
  color: #222;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  text-decoration: underline;
  cursor: pointer;
}

.infoLink a:hover {
  color: var(--color-pink);
}

@media (min-width: 1110px) {
  #carousel-container {
    padding-bottom: 0;
  }
}
.cmlead_outro > div {
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem auto;
}

@media (min-width: 768px) {
  .cmlead_outro p {
    width: 75%;
    font-size: 32px;
    margin: 3rem auto 3rem 0;
    font-weight: 500;
    text-align: left;
  }
}
.cmlead_outro p {
  width: 95%;
  font-size: 32px;
  margin: 3rem auto 3rem;
  font-weight: 500;
  text-align: center;
}

.cmlead_outro a {
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  color: var(--color-pink);
  background: #fff;
  border: 1px solid transparent;
  width: 80%;
  height: 40px;
  line-height: 40px;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  font-size: 1.6rem;
}

.cmlead_outro a span {
  font-size: inherit;
  font-weight: 900;
}

.cmlead_outro a:hover {
  color: #fff;
  background-color: var(--color-pink);
  border: 1px solid #fff;
}

#blackoverlay {
  background: bottom right/cover #000;
  position: absolute !important;
  opacity: 0.5;
  width: 100vw;
  height: 20px !important;
  z-index: 9;
}

.htm-form select:focus, .logo-richiamo:focus, :focus, a span:focus, a#htm-call-to-action:focus, a.htm-btn-contact.htm-btn:focus, a.htm-btn-richiesta.htm-btn.re-desk:focus, a:focus, button:focus, input#acconsento:focus, input#cognome:focus, input#nome:focus, input#nonacconsento:focus, input#telefonoCellulare:focus, input:focus {
  outline: #cccccc solid 3px !important;
}

#openpower {
  font-size: 14px;
  font-weight: 700;
  color: #c6c6c6;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

.htm-social-icons {
  font-size: 21px;
  --theme-gutter-x: 10px;
  --theme-gutter-y: 0;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--theme-gutter-x));
  align-items: center */
}

@media (min-width: 768px) {
  #htm-box-form fieldset .selection-field label {
    margin-left: 15px;
    font-size: 18px;
  }
  #htm-box-form {
    top: 100%;
    overflow: visible;
    max-width: 100%;
    min-height: 160px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  #htm-box-form .htm-form {
    margin: auto;
    width: 80%;
    max-width: 1110px;
    padding: 0 5% 20px;
    box-sizing: initial;
  }
  #htm-box-form .htm-form h2 {
    font-weight: 300;
    font-size: 2.1rem;
  }
  #htm-box-form .htm-form .htm-btn-submit {
    padding: 0 5px;
  }
  #htm-box-form .htm-form .htm-btn-submit span {
    font-size: 1.5rem;
  }
  #htm-box-form .htm-form .htm-btn-submit img {
    margin-left: 10px;
  }
  #htm-box-form, .observer-box-form {
    position: relative;
  }
  .radio-selector [option] {
    margin-right: 42px;
    font-size: 18px;
  }
  .radio-selector [option]:before {
    margin-right: 24px;
  }
  .htm-cont-prezzo h4 {
    font-size: 2.5rem;
  }
  .htm-cont-prezzo h5 {
    font-size: 1.55rem;
  }
  .cmlead_outro a {
    font-size: 2.4rem;
    height: 45px;
    line-height: 45px;
    max-width: 265px;
  }
  #openpower {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #validator_row .form-group {
    width: auto;
    text-align: left;
  }
  #htm-box-form .htm-form .htm-btn-submit {
    padding: 0 5px;
  }
  #htm-box-form .htm-form .htm-btn-submit span {
    font-size: 2rem;
  }
  #htm-box-form .htm-form .htm-btn-submit img {
    margin-left: 20px;
  }
  .htm-box .action-link {
    margin-bottom: 0;
  }
  .cmlead_outro > div {
    display: flex;
    align-items: center;
  }
  .cmlead_outro p {
    width: 75%;
    font-size: 33px;
    margin: 3rem auto 3rem 0;
    font-weight: 500;
    text-align: left;
  }
  .cmlead_outro a {
    margin: 0 0 0 auto;
  }
  .htm-btn-richiesta {
    font-size: 2.2rem;
  }
  #htm-claim {
    font-size: 32px;
    line-height: 1.2;
    max-width: 1050px;
    margin-inline: auto;
  }
  #htm-claim .htm-steps {
    padding-bottom: 64px;
  }
  #htm-claim .htm-steps .htm-step-col {
    width: 33%;
  }
  #htm-box-form .htm-form h2 {
    font-size: 2.2rem;
  }
  #openpower {
    font-size: 19px;
  }
  .htm-social-icons {
    font-size: 25px;
    --theme-gutter-x: 22px ;
  }
  .cmlead_outro__text br {
    display: block;
  }
}
.htm-social-icons .htm-social-icon {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  /* padding-left: calc(var(--theme-gutter-x) * 0.5); */
  margin-top: var(--theme-gutter-y);
}

.svg-w-facebook {
  width: 1em;
  color: #1877f2;
}

.svg-w-instagram {
  width: 1em;
}

.svg-w-linkedin {
  width: 0.875em;
  color: #006fb0;
}

.svg-w-twitter {
  width: 1em;
  color: #55acee;
}

.svg-w-youtube {
  width: 1.125em;
  color: red;
}

.htm-loghi-social {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  #htm-tabs-container .htm-container .infoLink h3 {
    font-size: 48px;
  }
  #htm-tabs-container .htm-container .infoLink h4 {
    font-size: 26px;
  }
  .re-desk {
    display: block !important;
  }
  .re-mob {
    display: none !important;
  }
  #htm-call-to-action {
    position: relative;
  }
  #htm-footer {
    padding-bottom: 2.8rem;
  }
  .htm-loghi-social {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
#htm-footer .htm-loghi {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 764px) {
  .cards {
    display: flex;
    justify-items: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cards_item {
    width: 50%;
  }
}
@media (min-width: 764) {
  .cards_item {
    width: 33.3333%;
  }
}
.card {
  text-align: center;
}

.card_content {
  text-align: center;
  padding: 1rem;
}
.card_content h5 {
  font-size: 14px;
  margin: 0;
  color: #0b563d;
}

.card_title {
  color: #0b563d;
  font-size: 27.17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
  padding-top: 20px;
}

.card_text {
  color: #2e2e2e;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.card_text span {
  font-weight: 700;
}

.icon-gratis {
  position: absolute;
  right: 0;
  top: -18px;
}

@media (min-width: 764px) {
  .cards_item {
    width: 33.3333%;
  }
}
.giro-15 {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0px 0px 19px 7px rgba(194, 194, 194, 0.75);
  -webkit-box-shadow: 0px 0px 19px 7px rgba(194, 194, 194, 0.75);
  -moz-box-shadow: 0px 0px 19px 7px rgba(194, 194, 194, 0.75);
}

.text-color {
  color: var(--color-pink);
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .text-color {
    font-size: 30px;
  }
}
.text-color span {
  font-weight: 300;
}

.bloc-energy-component {
  flex: 1 0 100%;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .bloc-energy-component {
    flex: 1 0 65%;
    text-align: left;
    padding: 30px 45px;
  }
}

.bloc-energy-component h1 {
  padding: 10px 0 50px;
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .bloc-energy-component h1 {
    font-size: 38px;
  }
}
.bloc-energy-component-price {
  flex: 1 0 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background: #f5f5f5;
}
@media (min-width: 1024px) {
  .bloc-energy-component-price {
    flex: 1 0 35%;
    padding: 20px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .bloc-energy-component-price p {
    font-size: 14px;
  }
}
.bloc-energy-component-price p {
  font-size: 16px;
  margin: 5px 0;
  color: #2e2e2e;
}

.bloc-energy-component-price h1 {
  font-size: 34px;
}

@media (min-width: 768px) {
  .bloc-energy-component-price h1 {
    font-size: 36px;
  }
}
.bloc-energy-component-price span {
  font-size: 15px;
  color: #2e2e2e;
  font-weight: 300;
}

.free-energy-component {
  align-items: center;
  margin-bottom: 30px;
}
.free-energy-component img {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .free-energy-component {
    display: flex;
  }
  .free-energy-component img {
    margin-bottom: 0;
  }
}

.free-energy-component img {
  padding-right: 19px;
}

.free-energy-component2 img {
  padding-right: 27px;
}

.w-80 {
  width: 80%;
}

@media (max-width: 768px) {
  .w-80 {
    width: 100%;
  }
  ::-moz-placeholder {
    text-align: center;
  }
  ::placeholder {
    text-align: center;
  }
}
.w-20 {
  width: 20%;
}

@media (max-width: 768px) {
  .w-20 {
    width: 100%;
  }
}
.social-media-wrapper {
  display: flex;
}

.htm-loghi aside {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

@media (min-width: 880px) {
  .htm-loghi aside {
    padding-left: 40px;
  }
}
.hide-mob {
  display: block;
}

.show-mob {
  display: none;
}

@media (max-width: 768px) {
  .show-mob {
    display: block;
    width: 115%;
  }
  .hide-mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .icon-gratis {
    max-width: 95px !important;
    right: -15px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .htm-visual-image {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #form-lead-a-caldo .col-1, #form-lead-a-caldo .col-2, #form-lead-a-caldo .col-4, #form-lead-a-caldo .col-6 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .htm-social-icon .youtube {
    max-width: 27px;
  }
}
.notina {
  position: absolute !important;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .notina {
    display: none;
  }
}
.arrownavigation {
  position: absolute;
  top: 50%;
  width: 98%;
  left: 1%;
  z-index: 9999;
  right: 1%;
}

.arrownavigation .arrownav {
  position: absolute;
  top: 50%;
  background-color: #a4a4a4;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#leftarrow {
  left: 0;
}

#leftarrow:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#rightarrow:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 0;
}

#rightarrow {
  right: 0;
}

.arrownav:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

#htm-content .arrownavigation {
  display: block;
  opacity: 1;
  animation: 1.5s fadein;
}

#htm-content:hover .arrownavigation {
  display: block;
  opacity: 1;
}

@media (min-width: 1140px) {
  #htm-content .arrownavigation, #htm-content:hover .arrownavigation {
    display: none;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.d_desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .d_desktop {
    display: block;
  }
}
h1.big-overline {
  font-size: 44px;
  text-decoration: line-through;
}

h1.multiline {
  text-align: center;
}

@media screen and (min-width: 768px) {
  h1.multiline {
    text-align: left;
  }
}
.spacer {
  display: block;
  width: 100%;
  height: 70px;
}

.card_image {
  height: 70px;
}

aside {
  height: 34px;
  overflow: hidden;
  margin-top: 0;
}
aside img {
  height: 100% !important;
  width: auto !important;
  margin-left: 1rem;
  max-width: auto !important;
}
aside img:first-child {
  margin-left: 0 !important;
}
@media screen and (min-width: 880px) {
  aside {
    margin-top: 0;
    height: 60px;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.text-pink {
  color: #d31359;
}

.text-green {
  color: #25533F;
}

.bg-pink {
  background-color: #d31359;
}

.bg-green {
  background-color: #25533F;
}

.cta-htm-new {
  text-align: center;
  text-decoration: none;
  border-radius: 50rem;
  background-color: #d31359;
  color: #fff;
  width: 100%;
  padding: 10px 26px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.cta-htm-new.btn-green {
  background-color: #25533F;
}
.cta-htm-new.mob-fixed {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.cta-htm-new.outlined {
  border: 2px solid #fff;
}
.cta-htm-new.w-normal {
  width: auto;
  padding: 5px 20px;
}
.cta-htm-new.inverse {
  color: #d31359;
  background-color: #fff;
}
.cta-htm-new.inverse.outlined {
  border: 2px solid #d31359;
}
@media screen and (min-width: 1024px) {
  .cta-htm-new {
    font-size: 20px;
    display: block;
  }
  .cta-htm-new.mob-fixed {
    display: none;
  }
}
.cta-htm-new span {
  position: relative;
  margin: 0 auto;
}

#comp-hero {
  background-color: #d31359;
}
#comp-hero .htm-container {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
#comp-hero .htm-container .text-content {
  width: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  padding: 30px 0;
}
#comp-hero .htm-container .text-content .hero-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 80px;
  font-weight: 400;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  #comp-hero .htm-container .text-content .hero-title {
    font-size: clamp(50px, 7vw, 90px);
    line-height: 90%;
  }
  #comp-hero .htm-container .text-content .hero-title br {
    display: none;
  }
}
#comp-hero .htm-container .img-content {
  width: 500px;
  transform: translateY(-50px);
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  #comp-hero .htm-container .img-content {
    min-width: 50% !important;
  }
}
#comp-hero .htm-container .img-content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #comp-hero .htm-container {
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #comp-hero .htm-container .img-content {
    justify-content: center;
    align-items: center;
    text-align: center;
    order: 1;
    width: 100%;
    transform: translateY(0px);
    margin-top: 30px;
  }
  #comp-hero .htm-container .img-content img {
    max-width: 420px;
  }
  #comp-hero .htm-container .text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: unset;
    order: 2;
    margin-bottom: 10px;
  }
  #comp-hero .htm-container .text-content .hero-title {
    font-size: 50px;
    line-height: unset;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

#htm-claim p {
  font-size: 48px;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #htm-claim p {
    font-size: 38px;
    line-height: 1em;
  }
}
#htm-claim p strong {
  font-weight: 400;
  color: #2E2E2E;
}
#htm-claim p strong.text-pink {
  color: #d31359;
}
#htm-claim p img.ftth {
  transform: translateY(5px);
}
#htm-claim.luce p {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  #htm-claim.luce p {
    font-size: 33px;
  }
}
#htm-claim.fibra p {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #htm-claim.fibra p {
    font-size: 27px;
  }
  #htm-claim.fibra p img.ftth {
    width: 20px;
    height: 20px;
    transform: translateY(2px);
  }
}

#htm-offerta {
  display: block;
}
@media screen and (min-width: 1024px) {
  #htm-offerta {
    display: flex;
    gap: 0 20px;
    justify-content: space-around;
  }
}
#htm-offerta .offerta-wrapper {
  width: 100%;
  box-sizing: border-box;
  max-width: 520px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 19px 7px rgba(194, 194, 194, 0.75);
  -webkit-box-shadow: 0 0 19px 7px rgba(194, 194, 194, 0.75);
  -moz-box-shadow: 0 0 19px 7px rgba(194, 194, 194, 0.75);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
#htm-offerta .content-card-wrapper {
  padding: 0 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#htm-offerta .content-card-wrapper *:last-child {
  margin-top: auto;
}
#htm-offerta .offerta-card {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #htm-offerta .offerta-card {
    margin-bottom: 0;
  }
}
#htm-offerta .offerta-card .offerta-head {
  padding: 0 20px;
}
#htm-offerta .offerta-card .offerta-header {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}
#htm-offerta .offerta-card .offerta-header .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #htm-offerta .offerta-card .offerta-header .title {
    font-size: 30px;
  }
}
#htm-offerta .disclaimer .cornice {
  padding: 8px;
  border-radius: 15px;
  border: 3px solid var(--color-orange);
  color: var(--color-cards);
  font-weight: 600;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 450px) {
  #htm-offerta .disclaimer .cornice {
    font-size: 17px;
  }
}
#htm-offerta .detail {
  color: #000;
}
#htm-offerta .detail .description {
  font-weight: light;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #htm-offerta .detail .description {
    text-align: center;
  }
}
#htm-offerta .detail .description.mt-10 {
  margin-top: 10px !important;
}
#htm-offerta .detail .description.first {
  font-size: 17px;
}
#htm-offerta .detail .description.second {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
#htm-offerta .detail .description.third {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
#htm-offerta .detail h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 450px) {
  #htm-offerta .detail h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  #htm-offerta .detail h2 {
    text-align: center;
  }
}
#htm-offerta .detail h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 450px) {
  #htm-offerta .detail h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #htm-offerta .detail h1 {
    text-align: center;
  }
}
#htm-offerta .detail h1 span {
  font-size: 24px;
}
#htm-offerta .badge {
  border-radius: 50rem;
  border: 2px solid #d31359;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #d31359;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
#htm-offerta .badge .top {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
#htm-offerta .badge .top .price {
  font-size: 45px;
}
#htm-offerta .badge .top .desc {
  font-size: 16px;
  max-width: 112px;
  margin-top: 0;
}
#htm-offerta .badge .bottom {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
  max-width: 270px;
  padding: 0 20px;
  box-sizing: border-box;
}
#htm-offerta .wrapper {
  width: calc(100% - 20px);
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
#htm-offerta .cta-htm-new {
  margin-top: 15px;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .first {
  margin-bottom: 15px;
  font-size: 18px;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .first img {
  width: 15px;
  height: 15px;
  transform: translateY(2px);
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .second {
  font-size: 33px;
  line-height: calc(1em + 4px);
  font-weight: 700;
  color: #d31359;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .no-price {
  color: #878080;
  position: relative;
  font-size: 27px;
  font-weight: 700;
  display: inline-flex;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .no-price::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -10px;
  right: -10px;
  height: 2px;
  background-color: #d31359;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #d31359;
  gap: 0 10px;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price .price-main h1 {
  font-size: 104px;
  font-weight: 700;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price .price-caret {
  display: flex;
  flex-direction: column;
  text-align: start;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price .price-caret .digit {
  font-size: 52px;
  font-weight: 700;
  transform: translate(-8px, 10px);
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price .price-caret .specs {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price .price-caret .specs :first-child {
  font-size: 29px;
  font-weight: 300;
  font-weight: 700;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price .price-caret .specs :last-child {
  font-size: 15px;
  margin-top: -5px;
}
#htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .third {
  font-size: 23px;
  font-weight: 400;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  #htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .second {
    font-size: 27px;
  }
  #htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .no-price {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  #htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .price {
    margin-top: -10px;
  }
  #htm-offerta.fibra .offerta-wrapper .offerta-card .content-card-wrapper .detail .third {
    font-size: 18px;
  }
}

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

#htm-box-form {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 20px;
}
#htm-box-form .cmlead_intro {
  margin-bottom: 45px;
}
#htm-box-form .cmlead_intro h3 {
  margin-top: 0;
  font-size: 38px;
  font-weight: normal;
}
#htm-box-form .cmlead_intro h4 {
  margin-top: 15px;
  color: #222;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
#htm-box-form .cmlead_intro h4 a {
  color: #222;
  font-weight: bold;
}
#htm-box-form #form-lead-a-caldo .cmlead_row {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  #htm-box-form #form-lead-a-caldo .cmlead_row {
    gap: 10px;
  }
}
#htm-box-form #form-lead-a-caldo .cmlead_form {
  display: flex;
}
#htm-box-form #form-lead-a-caldo .cmlead_form .ui-widget {
  width: 100%;
}
#htm-box-form #form-lead-a-caldo .blocco-privacy {
  text-align: left;
}
#htm-box-form #form-lead-a-caldo .blocco-privacy h4 {
  font-weight: normal;
}
#htm-box-form #form-lead-a-caldo .blocco-privacy a {
  color: inherit;
}
#htm-box-form .htm-form .cmlead .htm-btn-submit img {
  width: 36px;
  height: 36px;
  margin-top: 2px;
}

#floating-badge {
  position: fixed;
  top: 20px;
  left: 20px;
  transition: transform 0.2s ease-out;
  transform: translateX(-120%);
  z-index: 9999;
}
#floating-badge.floating-badge-enabled {
  transform: translateX(0);
}
#floating-badge a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#floating-badge a img {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  #floating-badge {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: translate(0, 100%);
  }
  #floating-badge.floating-badge-enabled {
    transform: translate(0, 0);
  }
  #floating-badge a {
    background-color: #d31359;
    color: #fff;
    border-radius: 0;
  }
  #floating-badge a img {
    height: 20px;
    width: 20px;
    filter: invert(1);
    mix-blend-mode: color-dodge;
  }
  #floating-badge a span {
    margin: 0;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 9999;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 76px 32px 98px;
  border-radius: 30px;
  width: 75vw;
  max-width: 1064px;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  display: flex;
  flex-direction: column;
}
.modal .modal-content .close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50em;
}
.modal .modal-content .close div {
  width: 20px;
  height: 2px;
  background-color: #d31359;
  position: relative;
  transform: rotate(45deg);
  transform-origin: center;
}
.modal .modal-content .close div::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #d31359;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transform-origin: center;
  position: absolute;
}
.modal .modal-content .modal-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 50px;
}
.modal .modal-content .modal-body h3 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 590px;
  margin-top: 0 !important;
}
.modal .modal-content .modal-body .price {
  font-size: 130px;
  font-weight: 900;
  margin-bottom: -30px;
}
.modal .modal-content .modal-body .bonus-text {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
}
.modal .modal-content .modal-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-cta {
    flex-direction: column;
    gap: 20px;
  }
  .modal .modal-content .modal-cta a {
    width: 100%;
  }
}
.modal .modal-content .modal-cta a {
  padding: 20px 60px;
  width: auto;
  border-radius: 37px;
}
.modal .modal-content .modal-cta a span {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .modal .modal-content {
    padding: 50px 32px;
  }
  .modal .modal-content .close {
    width: 16px;
    height: 16px;
  }
  .modal .modal-content .close div {
    width: 16px;
    height: 16px;
    background-color: #d31359;
  }
  .modal .modal-content .modal-body {
    padding-bottom: 30px;
  }
  .modal .modal-content .modal-body h3 {
    font-size: 32px;
  }
  .modal .modal-content .modal-body .price {
    font-size: 90px;
    margin-bottom: -20px;
  }
  .modal .modal-content .modal-body .bonus-text {
    font-size: 32px;
  }
  .modal .modal-content .modal-cta a {
    padding: 10px 30px;
    width: 100%;
    border-radius: 37px;
  }
  .modal .modal-content .modal-cta a span {
    font-size: 20px;
    font-weight: 900;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */