/*Regole immagine flottante width 100% "I Nostri Servizi"*/

.navbar-brand {
    padding-left: 20px;
}

.ed-banner {
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.ed-banner__img {
  display: block !important;
  width: 100% !important;
  height: 320px !important;
  object-fit: cover !important;
}
 .top-a {
  flex: 1;
  margin: 0 0 !important;
}
.card {
  --card-spacer-y: 0rem !important;
}
/*Container Banner*/
.container-banner {
  margin: 0 0 0rem !important;
}

/*Breadcrumb*/
.container-component > :first-child, .container-sidebar-left > :first-child, .container-sidebar-right > :first-child, .container-component > * + *, .container-sidebar-left > * + *, .container-sidebar-right > * + * {
  margin-top: 0em !important;
}

/*immagine slide flottante*/

/*.hero-parallax-wrap {
  position: relative !important;
  overflow: hidden !important;
  height: 320px !important;
}

.hero-parallax-img {
  display: block !important;
  width: 100% !important;
  height: calc(320px + 40px) !important;
  margin-top: -20px !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: translate3d(0,0,0) !important;
  will-change: transform !important;
}

@media (max-width: 991.98px) {
  .hero-parallax-wrap {
    height: 260px !important;
  }

  .hero-parallax-img {
    height: calc(260px + 30px) !important;
    margin-top: -15px !important;
  }
}*/

/* Simo =====================================================
   TITOLI E TESTI - font pulito dopo rimozione SPPB
   ===================================================== */

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #666;
  line-height: 1.25;
}

h1 {
  font-size: clamp(38px, 4vw, 60px);
  padding-bottom: 20px;
  color: #666;
}

h2 {
  font-size: 30px;
  color: #666;
  text-decoration: none;
}

h3 {
  font-size: 24px;
  color: #666;
}

.article-preview,
p {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #666;
}
/*Simo Fine nuvi fond dopo sppb*/

:root{
 --cassiopeia-font-family-body: 'Poppins', sans-serif;
}

/*menu open onmouseover*/
.container-nav li.level-1.deeper.parent:hover > ul {display:block !important;}
.container-nav li.level-2.deeper.parent:hover > ul {display:block !important;}
.container-nav li.level-3.deeper.parent:hover > ul {display:block !important;}
/*fine*/
/*sposta box menu secondo livello*/
.metismenu.mod-menu .mm-collapse>li.parent>ul {
    box-shadow: none;
    background-color: #add8e6;
    flex-basis: calc(100% + 1em);
    margin-top: 0.5em;
    margin-bottom: -0.5em;
    position: absolute;
    top:-10px;
    right: -100px;
    z-index: 1;
}
/*manda a capo il testo nel menu*/
.metismenu.mod-menu .metismenu-item>a, .metismenu.mod-menu .metismenu-item>button {text-overflow: ellipsis;white-space: unset;text-decoration: none;overflow: hidden;}
/*fine*/

/* =====================================================
   HEADER STICKY + APERTURA MODULO CONTATTI
   ===================================================== */

.container-header .container-nav {
  padding-bottom: 0 !important;
}

.container-header .grid-child {
  padding: .3em !important;
}

/* Header sempre sticky */
.container-header.sticky-top,
.sticky-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
}


/* =====================================================
   DESKTOP
   Logo e menu rimangono sempre visibili
   ===================================================== */

@media (min-width: 992px) {

  .container-header.sticky-top,
  .sticky-top {
    top: 0 !important;
  }
}


/* =====================================================
   MOBILE E TABLET
   Logo visibile all'apertura e al clic sul pulsante verde;
   durante lo scroll rimane solo il menu hamburger
   ===================================================== */

@media (max-width: 991.98px) {

  /* Header mobile sempre sticky */
  .container-header.sticky-top,
  .sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1030 !important;
  }

  /*
   * Il logo viene nascosto soltanto quando
   * JavaScript applica la modalità compatta
   * durante lo scorrimento manuale.
   *
   * L'apertura del modulo contatti, da sola,
   * non nasconde più il logo.
   */
  body.mobile-header-compact
    .container-header
    .mrc-logo-row {
    display: none !important;
  }

  /*
   * Se logo e menu sono nello stesso contenitore,
   * viene nascosto soltanto il blocco del logo.
   */
  body.mobile-header-compact
    .container-header
    .mrc-logo-block {
    display: none !important;
  }

  /* Il menu hamburger deve rimanere sempre visibile */
  .container-header .container-nav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 100% !important;
    min-height: 38px !important;

    margin: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Pulsante hamburger sempre disponibile */
  .container-header .navbar-toggler {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /*
   * Piccolo spazio tra il menu hamburger
   * e la barra superiore del modulo contatti.
   */
  .mrc-322 .mrc-details {
    margin-top: 8px !important;
  }
}


/* =====================================================
   DISATTIVA LE VECCHIE COMPENSAZIONI
   ===================================================== */

html {
  scroll-padding-top: 0 !important;
}

.mod-richiesta-contatti.mrc,
.mrc-322,
.mrc-322 .mrc-details {
  scroll-margin-top: 0 !important;
}


/* =====================================================
   IMMAGINE FLOTTANTE A DESTRA
   ===================================================== */

.img-right {
  float: right;
  margin: 0 10px;
}
/*.img-position {background-position: 50% 40%;
  height:200px;
border: 10px dashed black;
 padding: 25px;
 background-attachment: fixed;
 background-image: url("img_tree.gif");}*/

  .box1 {
    padding: 10px 20px 10px 20px;
      background-color: #eaedf0;
}
/*contatti telefono*/
:root {
    --maincolor: #6694CE!important;
}
.card245 {
    min-height: 245px!important;
}
.single-contact-card {
    background-color: #f8f8f8!important;
    padding: 40px!important;
    margin-bottom: 30px!important;
    -webkit-transition: all .3s ease-in-out!important;
    transition: all .3s ease-in-out!important;
}
.single-contact-card .top-part {
    overflow: hidden!important;
}
.single-contact-card .top-part .icon {
    width: 70px!important;
    height: 70px!important;
    font-size: 20px!important;
    line-height: 70px!important;
    border-radius: 50%!important;
    background-color: #fff!important;
    text-align: center!important;
    float: left!important;
    color: var(--secondcolor)!important;
    overflow: hidden!important;
    margin-right: 20px!important;
}
.fal .far {
    font-family: "Font Awesome 5 Pro"!important;
}
.fal {
    font-weight: 300!important;
}
.single-contact-card .top-part .icon {
    width: 70px!important;
    height: 70px!important;
    font-size: 20px!important;
    line-height: 70px!important;
    border-radius: 50%!important;
    background-color: #fff!important;
    text-align: center!important;
    float: left!important;
    color: var(--secondcolor)!important;
    overflow: hidden!important;
    margin-right: 20px!important;
}
/*Form contatti*/
.com-contact__form {
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
    align-content: space-around;
}

.control-group {
    padding: 10px 20px 10px 20px;
      background-color: #eaedf0;
}
/*immagine scroll dentro a box bg-image*/
.img-position { height:400px;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-image: url(/images/home/automazione-aziendale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
  box-shadow: 0 0 0 0 #ffffff;}


/*.carousel {
  transition: background-color 0.3s ease;
}*/

/*accordion css override*/
.accordion-button:not(.collapsed) {
    color: #fff!important; /*color: var(--bs-accordion-active-color);*/
    background-color: #6c757d!important; /*background-color: var(--bs-accordion-active-bg);*/
  
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
    background-color: #dfe3e7!important; /*background-color: var(--bs-accordion-btn-bg);*/
}

/*======================================*/
/* css Modulo richiesta | Info Responsive | a scomparsa*/
/*======================================*/
/* Barra e pannello */
/* ===== Modulo Richiesta Contatti - layout 2 colonne (non tutto in riga) ===== */
/* ===== Modulo Richiesta Contatti - BLOCCO PULITO DEFINITIVO ===== */

/* wrapper per centrare e limitare larghezza */
.mod-richiesta-contatti.mrc{
  max-width: 1600px !important;
  margin: 0 auto !important;
padding: 0 0 !important;
}

/* SOLO barra rossa (colore template) */
.mod-richiesta-contatti.mrc .mrc-bar{
  background: var(--maincolor, #C13636) !important;
  padding: 3.5px !important;
  border-radius: 6px !important;
/*  margin: 20px !important;*/
}

.mrc-322 .mrc-bar {
 
 /* min-height: 58px;*/
min-height: 38px !important;
  padding: 6px 13px 6px 13px !important;
 /* background: #114077 !important;
  background-color: #114077 !important;
  color: #ffffff;
  border: 0 solid #1f2937;
  border-radius: 12px;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s ease, box-shadow .2s ease;*/
}
/* summary details: rimuove marker */
.mod-richiesta-contatti.mrc .mrc-details > summary{
  list-style: none !important;
}
.mod-richiesta-contatti.mrc .mrc-details > summary::marker{
  content: "" !important;
}
.mod-richiesta-contatti.mrc .mrc-details > summary::-webkit-details-marker{
  display: none !important;
}

/* barra: telefono sx, bottone dx */
.mod-richiesta-contatti.mrc .mrc-bar__inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}

/* bottoni barra (reset locale per evitare “spogliamento” del template) */
.mod-richiesta-contatti.mrc .mrc-phone,
.mod-richiesta-contatti.mrc .mrc-toggle{
  all: unset;
  box-sizing: border-box;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 14px !important;
  border-radius:6px !important;
  font-weight:800 !important;
  color:#333 !important;
  cursor:pointer !important;
  user-select:none !important;
}
.mod-richiesta-contatti.mrc .mrc-phone{
  background:#cfcfcf !important;
  text-decoration:none !important;
	    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.mod-richiesta-contatti.mrc .mrc-toggle{
  background:#e1e1e1 !important;
  margin-left:auto !important;
  text-transform:uppercase !important;
		    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.mod-richiesta-contatti.mrc .mrc-ico{
  width:18px !important;
  display:inline-flex !important;
  justify-content:center !important;
}

/* pannello grigio */
.mod-richiesta-contatti.mrc .mrc-panel{
  background:#e9ecef !important;
  padding:18px 12px 22px !important;
  border-radius: 0 0 6px 6px !important;
}

/* layout: 2 colonne desktop, 1 col mobile */
.mod-richiesta-contatti.mrc .row{
  display:flex !important;
  flex-wrap:wrap !important;
  margin:0 !important;
}
.mod-richiesta-contatti.mrc .col-lg-6{
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 0 12px !important;
  box-sizing:border-box !important;
}
@media (max-width: 991px){
  .mod-richiesta-contatti.mrc .col-lg-6{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* label + campi */
.mod-richiesta-contatti.mrc .form-label{
  display:block !important;
  margin: 0 0 6px !important;
  font-weight:700 !important;
  color:#555 !important;
}
.mod-richiesta-contatti.mrc .form-control{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  box-sizing:border-box !important;
  background:#fff !important;
  border:1px solid #ddd !important;
  border-radius:4px !important;
/*  padding:10px 12px !important;*/
}
.mod-richiesta-contatti.mrc textarea.form-control{
  min-height: 180px !important;
}

/* colonna destra */
.mod-richiesta-contatti.mrc .mrc-side__title{
  text-align:center !important;
  margin: 6px 0 14px !important;
  font-weight:900 !important;
  color:#666 !important;
  font-size: 32px !important;
}

/* messaggi */
.mod-richiesta-contatti.mrc .alert-success{
  background-color:#d1e7dd !important;
  border:1px solid #badbcc !important;
  color:#0f5132 !important;
}
.mod-richiesta-contatti.mrc .alert-danger{
  background-color:#f8d7da !important;
  border:1px solid #f5c2c7 !important;
  color:#842029 !important;
}
/*Barra Contatti Spazio margine sopra*/
.mrc-322 .mrc-details {
    margin-top: 15px !important;
}

/* =====================================================
   PULSANTI LATERALI FISSI
   Senza lingue e senza WhatsApp
   ===================================================== */

body .side-button {
  position: fixed !important;
  right: 0 !important;
  z-index: 99990;

  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff !important;
  text-decoration: none !important;

  border-radius: 9px 0 0 9px;
  box-shadow: 0 4px 14px rgba(0,0,0,.28);

  cursor: pointer;
  box-sizing: border-box;
}

/* SVG generici */
body .side-button svg {
  width: 60% !important;
  height: 60% !important;
  display: block;
}

/* Colori */
body #btn-mappa {
  top: 32% !important;
  background-color: #1687f7 !important;
}

body #btn-phone {
  top: 46% !important;
  background-color: #df3347 !important;
}

body #btn-preventivo {
  top: 60% !important;
  background-color: #28a745 !important;
}

/* Hover */
body #btn-mappa:hover,
body #btn-phone:hover,
body #btn-preventivo:hover {
  filter: brightness(1.08);
  text-decoration: none !important;
}


/* =====================================================
   PANEL MAPPA
   ===================================================== */

#slide-panel-mappa.slide-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  background: rgba(0, 0, 0, 0.72);
  padding: 22px;
  box-sizing: border-box;
}

#slide-panel-mappa iframe {
  width: min(900px, 94vw);
  height: min(600px, 78vh);
  border: 0;
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

#slide-panel-mappa .map-info {
  width: min(900px, 94vw);
  background: #fff;
  color: #111;
  padding: 14px 18px;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.35;
  box-sizing: border-box;
  text-align: center;
}

.slide-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 1000000;

  width: 44px;
  height: 44px;

  border: 0;
  border-radius: 50%;

  background: #fff;
  color: #111;

  font-size: 34px;
  line-height: 40px;

  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.slide-close:hover {
  background: #c13636;
  color: #fff;
}


/* =====================================================
   MOBILE
   Ordine:
   Mappa / Telefono / Email
   ===================================================== */

@media (max-width: 767px) {

  body .side-button {
    width: 36px;
    height: 36px;
  }

  body .side-button svg {
    width: 24px !important;
    height: 24px !important;
  }

  body #btn-mappa {
    top: 30% !important;
  }

  body #btn-phone {
    top: 46% !important;
  }

  body #btn-preventivo {
    top: 62% !important;
  }

  #slide-panel-mappa.slide-panel {
    padding: 12px;
  }

  #slide-panel-mappa iframe {
    width: 96vw;
    height: 70vh;
  }

  #slide-panel-mappa .map-info {
    width: 96vw;
    font-size: 14px;
    padding: 12px 14px;
  }

  .slide-close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 32px;
    line-height: 38px;
  }
}

/* =========================================================
   FOOTER COMPLETO
   Sfondo a tutta larghezza e testi affiancati finché possibile
   ========================================================= */


/* =========================================================
   SFONDO ESTERNO A TUTTA LARGHEZZA
   ========================================================= */

.footer {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  background-color: var(--cassiopeia-color-primary) !important;
  background-image: linear-gradient(
    135deg,
    var(--cassiopeia-color-primary) 0%,
    var(--cassiopeia-color-hover) 100%
  ) !important;
}


/* =========================================================
   CONTENITORI JOOMLA TRASPARENTI
   La sfumatura rimane soltanto sul footer esterno
   ========================================================= */

.footer .grid-child,
.footer .mod-custom,
.footer .custom,
.footer .sz-footer,
.footer .sz-footer .container,
.footer .sz-footer__top,
.footer .sz-footer__top > [class*="col-"],
.footer .sz-footer__leadwrap,
.footer .sz-footer__bottom {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}


/* Contenitore Joomla del modulo */
.footer .grid-child {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* Wrapper del modulo personalizzato */
.footer .grid-child > *,
.footer .mod-custom,
.footer .custom {
  width: 100% !important;
  max-width: none !important;
}


/* =========================================================
   FOOTER PERSONALIZZATO
   ========================================================= */

.sz-footer {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 34px 0 26px !important;

  box-sizing: border-box !important;
}


/* Limita solo la posizione delle scritte */
.sz-footer .container {
  width: 100% !important;
  max-width: 1320px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 22px !important;
  padding-right: 22px !important;

  box-sizing: border-box !important;
}


/* =========================================================
   RIGA DELLE DUE SCRITTE
   Rimangono affiancate finché lo spazio è sufficiente
   ========================================================= */

.sz-footer__top {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;

  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 8px 24px !important;

  /* Elimina gli spazi Bootstrap della classe row */
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}


/* Annulla col-12 e col-lg-6 di Bootstrap */
.sz-footer__top > [class*="col-"] {
  flex: 0 0 auto !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}


/* Prima colonna a sinistra */
.sz-footer__top > [class*="col-"]:first-child {
  margin-right: 0 !important;
}


/* Seconda colonna sempre verso destra */
.sz-footer__top > [class*="col-"]:last-child {
  margin-left: auto !important;
}


/* Contenitori interni */
.sz-footer__leadwrap {
  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   TESTO SINISTRO
   ========================================================= */

.sz-footer__bottom {
  display: flex !important;
  flex-direction: row !important;

  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}


/* Dati azienda */
.sz-footer__copy {
  display: block !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;

  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}


/* Telefono */
.sz-footer__copy .mrc-phone {
  display: inline !important;

  color: #ffffff !important;

  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;

  text-decoration: none !important;
  white-space: nowrap !important;
}


.sz-footer__copy .mrc-phone:hover,
.sz-footer__copy .mrc-phone:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}


/* =========================================================
   TESTO DESTRO
   ========================================================= */

.sz-footer__top > [class*="col-"]:last-child .sz-footer__leadwrap {
  display: flex !important;

  align-items: center !important;
  justify-content: flex-end !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: right !important;
}


/* Agenzia */
.sz-footer__agency {
  display: block !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.82) !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;

  text-align: right !important;
  white-space: nowrap !important;
}


/* Link agenzia */
.sz-footer__agency a {
  display: block !important;

  color: rgba(255, 255, 255, 0.82) !important;

  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;

  text-align: right !important;
  text-decoration: none !important;
}


.sz-footer__agency a:hover,
.sz-footer__agency a:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}


/* =========================================================
   TABLET
   Non forza le colonne una sotto l'altra
   ========================================================= */

@media (max-width: 991.98px) {

  .sz-footer {
    padding: 30px 0 24px !important;
  }

  .sz-footer .container {
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .sz-footer__top {
    gap: 8px 20px !important;
  }
}


/* =========================================================
   MOBILE
   Rimangono affiancate finché entrano realmente
   ========================================================= */

@media (max-width: 767.98px) {

  .sz-footer {
    padding: 26px 0 22px !important;
  }

  .sz-footer .container {
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .sz-footer__top {
    flex-direction: row !important;
    flex-wrap: wrap !important;

    align-items: center !important;
    justify-content: flex-start !important;

    gap: 8px 16px !important;
  }

  /* Non vengono più forzate al 100% */
  .sz-footer__top > [class*="col-"] {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* Il blocco agenzia resta allineato a destra */
  .sz-footer__top > [class*="col-"]:last-child {
    margin-left: auto !important;
  }

  .sz-footer__copy {
    width: auto !important;
    max-width: 100% !important;

    font-size: 18px !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .sz-footer__agency {
    width: auto !important;
    max-width: 100% !important;

    margin: 0 !important;

    font-size: 18px !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  .sz-footer__agency a {
    text-align: right !important;
  }
}


/* =========================================================
   TELEFONI MOLTO STRETTI
   Evita qualsiasi uscita laterale del testo
   ========================================================= */

@media (max-width: 480px) {

  .sz-footer .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .sz-footer__top {
    gap: 7px 12px !important;
  }

  .sz-footer__copy,
  .sz-footer__agency {
    max-width: 100% !important;
  }
}