.font-base {
  font-family: 'Arial', sans-serif;
}
.font-bold {
  font-weight: bold;
}
.font-no-bold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.icon {
  vertical-align: middle;
}
.icon-semi-small {
  height: 8px;
  width: 8px;
}
.icon-small {
  height: 12px;
  width: 12px;
}
.icon-extra-small {
  height: 16px;
  width: 16px;
}
.icon-semi-medium {
  height: 20px;
  width: 20px;
}
.icon-medium {
  height: 24px;
  width: 24px;
}
.icon-extra-medium {
  height: 28px;
  width: 28px;
}
.icon-semi-big {
  height: 32px;
  width: 32px;
}
.icon-big {
  height: 36px;
  width: 36px;
}
.icon-extra-big {
  height: 48px;
  width: 48px;
}
.icon-semi-giant {
  height: 56px;
  width: 56px;
}
.icon-giant {
  height: 60px;
  width: 60px;
}
.icon-extra-giant {
  height: 64px;
  width: 64px;
}
.icon-gray {
  fill: #999999;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1008px;
  }
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
html {
  line-height: 1.42857143;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 1.8em;
  line-height: 1.07;
  margin: 0;
}
h2 {
  margin: 0.5em 0 0.8em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 0 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
input {
  font-size: 100%;
  line-height: 1.42857143;
  margin: 0;
  overflow: visible;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
ol,
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #FBFBFB;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
}
a {
  color: #204369;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #3268a4;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-pic {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.hide {
  display: none;
}
.footer {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
  border: none;
  background: #EBEBEB;
  color: #666666;
  margin: 0;
  padding: 20px 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer {
    max-width: calc(100vw - 15px);
    height: 79px;
  }
  .footer:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #666666;
    height: 79px;
    width: 15px;
    top: 0;
  }
}
.footer .footer-ul.top {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer .footer-ul.top {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.footer .footer-ul.top li {
  width: auto;
  margin: 0 10px 0 13px;
  white-space: nowrap;
  min-height: 17px;
}
.footer .footer-ul.top li.first {
  list-style-type: none;
}
.footer .footer-ul.top a {
  color: #666;
}
.footer .footer-copyright {
  margin: 10px 0 0px 0;
}
.font-base {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
}
.font-bold {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}
.font-blasting-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-blasting-regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-blasting-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-blasting-extra-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.fake-shadow {
  border: 1px solid #d3d5db;
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
/* .createSprite(@urlImages, @x, @y)
 * .createSpritePlayer(@urlImagesPlayer, @x, @y)
 * .createSpriteIcon(@urlImagesIcon, @x, @y)
 * .createPadding(@top, @right, @bottom, @left)
 * .createMargin(@top, @right, @bottom, @left)
 * .createFont(@size, @font-face)
 * .createFontColor(@color)
 * .createFontStyle(@val) [@val=italic,bold,normal]
 * .createBackgroundColor(@color)
 * .createDimension(@width, @height)
 * .createMinDimension(@width, @height)
 * .createBorderRadius(@topLeft, @topRight, @bottomLeft, @bottomRight)
 * .createBorder(@size, @side, @color, @type) | [@side="top","bottom","left","right","all"] | [@type=solid,dotted,dashed,dobler ... ] */
.blasting-light {
  font-family: 'Open Sans', sans-serif;
  font-weigth: 300;
}
.blasting-regular {
  font-family: 'Open Sans', sans-serif;
  font-weigth: 400;
}
.blasting-extra-bold {
  font-family: 'Open Sans', sans-serif;
  font-weigth: 800;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30-mag-2025, 11.40.51
    Author     : mik
*/
@media screen and (min-width: 1024px) {
  html,
  body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
  }
}
.landing-agente-unico-energia {
  background: #FAFAFA;
  color: #333;
  font-family: Inter;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia {
    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;
  }
}
.landing-agente-unico-energia .container {
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia .container {
    padding: 0 0;
  }
}
.landing-agente-unico-energia .header {
  background: #000;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.landing-agente-unico-energia .header .logo {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-agente-unico-energia .header .logo.logo-agente-unico {
  width: 161px;
}
.landing-agente-unico-energia .hero {
  background-image: url(https://srs.blastingnews.com/images/adv/agente_unico/sfondo_agente_unico_energia_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  padding: 63px 0 56px;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia .hero {
    height: 400px;
    padding: 100px 0;
  }
}
.landing-agente-unico-energia .hero .slogan {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.landing-agente-unico-energia .hero .text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.landing-agente-unico-energia .box-btn {
  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;
  text-align: center;
}
.landing-agente-unico-energia .box-btn .btn-parla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 284px;
  height: 59px;
  padding: 20px 50px;
  -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;
  gap: 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #27C77D;
  text-decoration: none;
  white-space: nowrap;
}
.landing-agente-unico-energia .box-btn .btn-parla:hover {
  text-decoration: none !important;
}
.landing-agente-unico-energia .box-body {
  padding: 30px 20px;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia .box-body {
    padding: 50px 0;
  }
}
.landing-agente-unico-energia .box-body .body-text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.landing-agente-unico-energia .box-body .body-text.margin-bottom-30 {
  margin-bottom: 30px;
}
.landing-agente-unico-energia .box-body .title-h2 {
  color: #333;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0 5px 0;
  padding-top: 15px;
}
.landing-agente-unico-energia .box-body .box-btn {
  padding: 15px 0;
}
.landing-agente-unico-energia .box-body .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #B9B9B9;
  background: #fff;
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 30px;
}
.landing-agente-unico-energia .box-body .table .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B9B9B9;
}
.landing-agente-unico-energia .box-body .table .table-row:last-child {
  border-bottom: none;
}
.landing-agente-unico-energia .box-body .table .table-row .table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  border-right: 1px solid #B9B9B9;
  padding: 7px 8px;
}
.landing-agente-unico-energia .box-body .table .table-row .table-cell:last-child {
  border-right: none;
}
.landing-agente-unico-energia .box-body .box-offerte {
  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;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia .box-body .box-offerte .box-offerte-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta {
  background: #fff;
  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;
  padding: 30px;
  width: 100%;
  max-width: 539px;
  color: #333;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta .name-company {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta .name-offerta {
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta .price {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 25px;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta ul li {
  margin-bottom: 19px;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta ul li:last-child {
  margin-bottom: 0;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 0 0;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta .box-btn .btn-offerta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 298px;
  height: 59px;
  padding: 20px 50px;
  -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;
  gap: 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #27C77D;
  text-decoration: none;
  white-space: nowrap;
}
.landing-agente-unico-energia .box-body .box-offerte .box-offerte-row .box-offerta .box-btn .btn-offerta:hover {
  text-decoration: none !important;
}
.landing-agente-unico-energia .box-body .box-white {
  background: #fff;
  padding: 50px 25px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia .box-body .box-white {
    padding: 50px 50px;
  }
}
.landing-agente-unico-energia .box-body .box-white .title-h3 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.landing-agente-unico-energia .box-body .box-white .text {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.landing-agente-unico-energia .box-body .agente-unico {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-agente-unico-energia .box-body .agente-unico .link {
  color: #333;
  text-decoration: underline;
}
.landing-agente-unico-energia .footer-massima {
  color: rgba(255, 255, 255, 0.87);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 35px;
}
.landing-agente-unico-energia .footer-massima a {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .landing-agente-unico-energia .footer-massima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100px;
    min-height: 100px;
    width: 100%;
    z-index: 1;
    margin-top: -100px;
    padding: 50px 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.02)), color-stop(65%, #000000), color-stop(99%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, #000000 65%, #000000 99%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, #000000 65%, #000000 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, #000000 65%, #000000 99%);
  }
}
.landing-agente-unico-energia .footer {
  width: 100%;
}
.landing-agente-unico-energia .footer::after {
  display: none;
}
