/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.6.2
Updated: 2026-06-02 16:59:57

*/


/* ================================================== */
/* =============== MENU HEADER ====================== */
/* ================================================== */

.dl-menu-style ul.et-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
  color: white;
  font-size: 16px !important;
  transition: color 0.3s ease;
}

.et_pb_sticky .dl-menu-style ul.et-menu > li > a {
  font-size: 14px !important;
}

.dl-menu-style ul.et-menu > li > a:before {
  position: absolute;
  content: '';
  display: block;
  z-index: -1;
  background: white;
  width: 0;
  height: 5px;
  bottom: 0;
  border-radius: 5px;
  left: 50%;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0, 2.02), background 0.3s ease;
}

.dl-menu-style ul.et-menu > li > a:hover:before,
.dl-menu-style ul.et-menu > li.current-menu-item > a:before {
  width: 105%;
  left: -2.5%;
}

.et_mobile_menu li a {
  color: #ffffff !important;
}

.et_mobile_menu li {
  border-bottom: 1px solid #ddd;
}

.dl-menu-style ul.et-menu > li.menu-account > a:hover:after,
.dl-menu-style ul.et-menu > li.menu-account.current-menu-item > a:after {
  color: white;
}


/* ================================================== */
/* ======= MENU HEADER LOGIN/LOGOUT/ACCEDI ========== */
/* ================================================== */

/* Logout nascosto se NON loggato */
body:not(.logged-in) .eam-logout-menu-item{
display:none!important;
}

/* Account nascosto se NON loggato */
body:not(.logged-in) .eam-account-menu-item{
display:none!important;
}

/* Login nascosto se loggato */
body.logged-in .eam-login-menu-item{
display:none!important;
}


/* ================================================== */
/* =======   AREA UTENTI DATI AZIENDALI    ========== */
/* ================================================== */

.eam-btn,
button.eam-btn,
a.eam-btn{
display:inline-block;
border:0;
border-radius:10px;
padding:13px 28px;
font-family:'FrutigerLTStd-BlackCn', sans-serif;
font-size:20px;
line-height:1.2;
text-decoration:none!important;
cursor:pointer;
transition:all .25s ease;
}

.eam-btn-primary{
background:#e31e24;
color:#fff!important;
}

.eam-btn-primary:hover,
.eam-btn-primary:focus{
background:#f28c00;
color:#fff!important;
}

.eam-btn-secondary{
background:#e31e24;
color:#fff!important;
}

.eam-btn-secondary:hover,
.eam-btn-secondary:focus{
background:#f28c00;
color:#fff!important;
}


/* ================================================== */
/* ======= AREA UTENTI FORM DATI AZIENDALI ========== */
/* ================================================== */

.eam-profile-edit-form{
background:#ffffff;
border:1px solid #e5e5e5;
border-radius:18px;
box-shadow:0 12px 35px rgba(0,0,0,.08);
padding:36px;
width:100%;
max-width:90%;
}

.eam-profile-edit-grid{
display:grid;
grid-template-columns:49% 49%;
justify-content:space-between;
gap:24px;
}

.eam-profile-edit-field{
display:flex;
flex-direction:column;
}

.eam-profile-edit-field--full{
grid-column:1 / -1;
}

.eam-profile-edit-form label{
font-family:'FrutigerLTStd-Bold', Helvetica, Arial, sans-serif;
font-size:16px;
color:#333333;
margin-bottom:8px;
}

.eam-profile-edit-form input{
width:100%;
height:52px;
padding:0 16px;
border:1px solid #d8d8d8;
border-radius:10px;
background:#fafafa;
font-size:16px;
color:#333333;
transition:border-color .25s ease, box-shadow .25s ease;
}

.eam-profile-edit-form input:focus{
outline:none;
border-color:#e31e24;
box-shadow:0 0 0 4px rgba(227,30,36,.12);
background:#ffffff;
}

.eam-profile-edit-actions{
margin-top:28px;
display:flex;
gap:14px;
flex-wrap:wrap;
}


/* ================================================== */
/* =======   AREA UTENTI DATI CONSENSI    ========== */
/* ================================================== */

.eam-consents-edit-form{
background:#fff;
border:1px solid #e5e5e5;
border-radius:18px;
box-shadow:0 12px 35px rgba(0,0,0,.08);
padding:36px;
max-width:760px;
}

.eam-consent-item{
background:#fafafa;
border:1px solid #e1e1e1;
border-radius:14px;
padding:22px 24px;
margin-bottom:22px;
}

.eam-consent-item__title{
font-size:18px;
font-weight:700;
color:#333;
}

.eam-consent-warning,
.eam-onboarding-status,
.eam-user-onboarding-notice{
background:#fff8e8;
border:1px solid #f0c35a;
border-radius:14px;
padding:24px 28px;
color:#5f4b1e;
line-height:1.7;
}

.eam-consent-warning strong,
.eam-onboarding-status strong,
.eam-user-onboarding-notice strong{
color:#b35a00;
font-size:22px;
}


/* ================================================== */
/* ===== AREA UTENTI RESPONSIVE ===================== */
/* ================================================== */

@media (max-width: 767px) {

  .eam-profile-edit-grid{
    display:grid;
    grid-template-columns:100%;
  }

  .eam-profile-edit-form,
  .eam-consents-edit-form{
    padding:24px;
  }

  .eam-btn,
  button.eam-btn,
  a.eam-btn{
    width:100%;
    text-align:center;
    margin-bottom:10px;
  }

}


/* ================================================== */
/* =============== TABELLA GENERICA ================= */
/* ================================================== */

.conf-table-style {
  width: 100%;
}

.conf-table-style table {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  border: 1px solid black;
  font-family: 'FrutigerLTStd-Roman', Helvetica, Arial, Lucida, sans-serif;
}

.conf-table-style th,
.conf-table-style td {
  border: 1px solid black;
  padding: 10px;
}

.conf-table-style caption {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #333;
  margin-bottom: 16px;
}

.conf-table-style thead {
  background-color: #333;
  color: white;
}

.conf-table-style tbody tr:nth-child(odd) {
  background-color: #fff;
}

.conf-table-style tbody tr:nth-child(even) {
  background-color: #eee;
}

@media (max-width: 1024px) {
  .conf-table-style {
    font-size: 8px;
  }
}


/* ================================================== */
/* =============== COLONNE MOBILE =================== */
/* ================================================== */

@media all and (max-width: 767px) {
  html .et-db .two-col-mob .et_pb_column {
    width: 47.25% !important;
  }

  html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .three-col-mob .et_pb_column {
    width: 29.6667% !important;
  }

  html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .four-col-mob .et_pb_column {
    width: 20.875% !important;
  }

  html .et-db .four-col-mob .et_pb_column:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  html .et-db .four-col-mob .et_pb_column:not(:nth-child(4n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .five-col-mob .et_pb_column {
    width: 15.6% !important;
  }

  html .et-db .five-col-mob .et_pb_column:nth-last-child(-n+5) {
    margin-bottom: 0;
  }

  html .et-db .five-col-mob .et_pb_column:not(:nth-child(5n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .six-col-mob .et_pb_column {
    width: 12.083% !important;
  }

  html .et-db .six-col-mob .et_pb_column:nth-last-child(-n+6) {
    margin-bottom: 0;
  }

  html .et-db .six-col-mob .et_pb_column:not(:nth-child(6n)) {
    margin-right: 5.5% !important;
  }
}


/* ================================================== */
/* =============== COLONNE TABLET =================== */
/* ================================================== */

@media all and (min-width: 768px) and (max-width: 980px) {
  html .et-db .one-col-tab .et_pb_column {
    margin-right: 0 !important;
    width: 100% !important;
  }

  html .et-db .one-col-tab .et_pb_column:not(:last-child) {
    margin-bottom: 30px !important;
  }

  html .et-db .two-col-tab .et_pb_column {
    width: 47.25% !important;
  }

  html .et-db .two-col-tab .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .three-col-tab .et_pb_column {
    width: 29.6667% !important;
  }

  html .et-db .three-col-tab .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  html .et-db .three-col-tab .et_pb_column:not(:nth-child(3n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .four-col-tab .et_pb_column {
    width: 20.875% !important;
  }

  html .et-db .four-col-tab .et_pb_column:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  html .et-db .four-col-tab .et_pb_column:not(:nth-child(4n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .five-col-tab .et_pb_column {
    width: 15.6% !important;
  }

  html .et-db .five-col-tab .et_pb_column:nth-last-child(-n+5) {
    margin-bottom: 0;
  }

  html .et-db .five-col-tab .et_pb_column:not(:nth-child(5n)) {
    margin-right: 5.5% !important;
  }

  html .et-db .six-col-tab .et_pb_column {
    width: 12.083% !important;
  }

  html .et-db .six-col-tab .et_pb_column:nth-last-child(-n+6) {
    margin-bottom: 0;
  }

  html .et-db .six-col-tab .et_pb_column:not(:nth-child(6n)) {
    margin-right: 5.5% !important;
  }
}


/* ================================================== */
/* =============== CAMPI SELECT PERSONALIZZATI ====== */
/* ================================================== */

.select-personal .et-db .et-l .et_pb_contact_field[data-filtertype="acfselectmulitple"]:after,
.et-db .et-l .et_pb_contact_field[data-filtertype="select"]:after,
.et-db .et-l .et_pb_contact_field .divi-acf-map-inline-radius-wrapper:after,
.et-db .et-l .et_pb_contact_select:after {
  border-top-color: transparent;
}


/* ================================================== */
/* =============== TABELLA CONFEZIONI =============== */
/* ================================================== */

.etafelt-confezioni-box {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  border-radius: 0;
}

.etafelt-confezioni-table-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.conf-table-style {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
}

.conf-table-style thead th {
  background: linear-gradient(90deg, #2c2c2c 0%, #3b3b3b 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 14px 12px;
  line-height: 1.2;
  border: 1px solid #1f1f1f;
}

.conf-table-style tbody td {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.35;
  padding: 12px 10px;
  vertical-align: middle;
  border: 1px solid #7f7f7f;
  background: #f3f3f3;
  word-break: break-word;
}

.conf-table-style tbody tr:nth-child(even) td {
  background: #ffffff;
}

.conf-table-style tbody tr:nth-child(odd) td {
  background: #f3f3f3;
}

.conf-table-style th:nth-child(1),
.conf-table-style td:nth-child(1) {
  width: 26%;
}

.conf-table-style th:nth-child(2),
.conf-table-style td:nth-child(2) {
  width: 46%;
}

.conf-table-style th:nth-child(3),
.conf-table-style td:nth-child(3) {
  width: 28%;
}

.et_pb_module .etafelt-confezioni-box {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  .conf-table-style {
    min-width: 680px;
  }

  .conf-table-style thead th {
    font-size: 17px;
    padding: 13px 10px;
  }

  .conf-table-style tbody td {
    font-size: 16px;
    padding: 12px 10px;
  }
}

@media (max-width: 767px) {
  .conf-table-style {
    min-width: 640px;
  }

  .conf-table-style thead th {
    font-size: 16px;
    padding: 12px 10px;
  }

  .conf-table-style tbody td {
    font-size: 15px;
    padding: 11px 9px;
  }
}

/* ================================================== */
/* ===== GALLERY ICONE PRODOTTO - DIVI 5 ============ */
/* ================================================== */

/* Contenitore principale della gallery icone prodotto. */
/* Mantiene le icone su griglia orizzontale ordinata. */
/* Con una sola icona, l'elemento resta allineato a sinistra. */
.etafelt-icon-gallery .et_pb_gallery_items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 180px) !important;
  justify-content: flex-start !important;
  gap: 40px !important;
}

/* Singolo elemento della gallery. */
/* Blocca larghezza e impedisce comportamenti float di Divi. */
/* Serve a evitare icone enormi o sovrapposte. */
.etafelt-icon-gallery .et_pb_gallery_item {
  width: 180px !important;
  max-width: 180px !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  text-align: center !important;
}

/* Wrapper immagine della singola icona. */
/* Crea un box fisso e centrato per ogni immagine. */
/* Mantiene allineate icone con proporzioni diverse. */
.etafelt-icon-gallery .et_pb_gallery_image,
.etafelt-icon-gallery .et_pb_gallery_image a {
  width: 180px !important;
  height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Immagine icona prodotto. */
/* Forza dimensione uniforme senza tagliare l'immagine. */
/* Object-fit contain conserva interamente il disegno originale. */
.etafelt-icon-gallery .et_pb_gallery_image img {
  width: 180px !important;
  height: 180px !important;
  max-width: 180px !important;
  max-height: 180px !important;
  object-fit: contain !important;
}

/* Didascalia sotto ogni icona. */
/* Mantiene testo leggibile e centrato sotto l'immagine. */
/* Usata per descrizioni brevi delle caratteristiche prodotto. */
.etafelt-icon-gallery .et_pb_gallery_caption {
  margin-top: 14px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

/* Disattiva overlay hover standard Divi. */
/* Elimina il simbolo + sopra le icone. */
/* Le icone restano elementi informativi, non immagini da aprire. */
.etafelt-icon-gallery .et_overlay,
.etafelt-icon-gallery .et_overlay:before {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Disattiva apertura lightbox sulle icone. */
/* Rimuove il comportamento cliccabile della gallery. */
/* Evita che l'utente apra inutilmente le icone tecniche. */
.etafelt-icon-gallery .et_pb_gallery_image a {
  pointer-events: none !important;
  cursor: default !important;
}


/* ================================================== */
/* ===== CSS per CF7 ============ */
/* ================================================== */
.etafelt-cf7-form input[type="text"],
.etafelt-cf7-form input[type="email"],
.etafelt-cf7-form input[type="tel"],
.etafelt-cf7-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

.etafelt-cf7-form textarea {
  min-height: 180px;
  resize: vertical;
}

.etafelt-cf7-form input:focus,
.etafelt-cf7-form textarea:focus {
  border-color: #e1251b;
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 37, 27, 0.12);
}

.etafelt-field {
  margin-bottom: 14px;
}

.etafelt-privacy {
  margin: 16px 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.etafelt-privacy a {
  color: #e1251b;
  text-decoration: underline;
  font-weight: 700;
}

.etafelt-privacy .wpcf7-list-item {
  margin: 0;
}

.etafelt-privacy input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

.etafelt-submit input[type="submit"] {
  background: #e1251b;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.etafelt-submit input[type="submit"]:hover {
  background: #b91f17;
}

.etafelt-cf7-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #e1251b;
  font-size: 13px;
}

.etafelt-cf7-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
}

.etafelt-cf7-form .wpcf7-spinner {
  display: none !important;
}

/* ================================================== */
/* =============== complianz ====================== */
/* ================================================== */
#cmplz-document {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: inherit;
}

#cmplz-document h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

#cmplz-document h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

#cmplz-document p {
  margin-bottom: 16px;
}

#cmplz-document ul,
#cmplz-document ol {
  margin-left: 22px;
  margin-bottom: 18px;
}

#cmplz-document li {
  margin-bottom: 7px;
  line-height: 1.6;
}

#cmplz-document a {
  color: #e1251b;
  text-decoration: underline;
  font-weight: 600;
}

#cmplz-document .cmplz-categories {
  margin: 24px 0;
}

#cmplz-document .cmplz-category {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #fff;
}

#cmplz-document .cmplz-category-header {
  padding: 14px 16px;
}

#cmplz-document .cmplz-category-title {
  font-weight: 700;
  font-size: 16px;
}

#cmplz-document .cmplz-description {
  padding: 0 16px 16px;
  font-size: 15px;
  line-height: 1.6;
}

#cmplz-document .cmplz-always-active {
  font-size: 13px;
  font-weight: 600;
}

#cmplz-document .cmplz-category-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
}

#cmplz-document #cmplz-cookies-overview table,
#cmplz-document table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
}

#cmplz-document table th,
#cmplz-document table td {
  border: 1px solid #ddd;
  padding: 12px 14px;
  vertical-align: top;
}

#cmplz-document table th {
  font-weight: 700;
}


/* ================================================== */
/* ================= HERO ETAFELT =================== */
/* ================================================== */

/* Sezione hero Etafelt. */
/* Contiene immagine di sfondo reale e riquadro testo. */
/* Vale sia per hero completa sia per hero solo titolo. */
.etafelt-hero {
  position: relative !important;
  height: 620px !important;
  min-height: 620px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Riga immagine di sfondo. */
/* Viene posizionata dietro al contenuto. */
/* Occupa tutta la sezione hero. */
.etafelt-hero .etafelt-hero-bg-row {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1 !important;
}

/* Modulo immagine e contenitore immagine. */
/* Riempiono tutta la riga sfondo. */
/* Eliminano spazi generati da Divi. */
.etafelt-hero .etafelt-hero-bg-row .et_pb_image,
.etafelt-hero .etafelt-hero-bg-row .et_pb_image_wrap {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
}

/* Immagine reale della hero. */
/* Simula un background-size cover. */
/* Mantiene l'immagine dietro al testo. */
.etafelt-hero .etafelt-hero-bg-row img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Riga contenuto testo. */
/* Contiene titolo e slogan nella versione completa. */
/* Crea il riquadro scuro sopra l'immagine. */
.etafelt-hero .etafelt-hero-content-row {
  position: relative !important;
  z-index: 2 !important;
  width: 78% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 35px 45px !important;
  min-height: 220px !important;
  background: rgba(0, 0, 0, 0.35) !important;
  border-radius: 18px !important;
  display: flex !important;
  align-items: center !important;
}

/* Colonna interna della riga contenuto. */
/* Tiene i moduli testo in verticale. */
/* Evita larghezze strane generate da Divi. */
.etafelt-hero .etafelt-hero-content-row .et_pb_column {
  width: 100% !important;
  display: block !important;
}

/* Moduli testo interni alla hero. */
/* Rimuove margini e padding automatici. */
/* Evita spazi verticali non controllati. */
.etafelt-hero .etafelt-hero-content-row .et_pb_text {
  margin: 0 !important;
  padding: 0 !important;
}

/* Colore testo hero. */
/* Forza il bianco su tutte le pagine. */
/* Evita ereditarietà errata da Divi o WPML. */
.etafelt-hero .etafelt-hero-content-row .et_pb_text_inner,
.etafelt-hero .etafelt-hero-content-row .et_pb_text_inner * {
  color: #ffffff !important;
}

/* Titolo principale hero. */
/* Gestisce dimensione, grassetto e centratura. */
/* Sostituisce il CSS che prima era nel modulo titolo. */
.etafelt-hero h1 {
  min-height: 90px !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Slogan sotto al titolo. */
/* Gestisce il secondo modulo testo. */
/* Mantiene il testo centrato e leggibile. */
.etafelt-hero h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  text-align: center !important;
}

/* ================================================== */
/* ========== HERO ETAFELT - SOLO TITOLO ============ */
/* ================================================== */

/* Variante per pagine senza slogan. */
/* Sposta il riquadro verso il basso. */
/* Mantiene la stessa immagine di sfondo. */
.etafelt-hero.etafelt-hero-title-only {
  align-items: flex-end !important;
  padding-bottom: 10vh !important;
}

/* Riquadro della variante solo titolo. */
/* Riduce altezza e padding. */
/* Elimina lo spazio previsto per lo slogan. */
.etafelt-hero.etafelt-hero-title-only .etafelt-hero-content-row {
  min-height: 0 !important;
  height: auto !important;
  padding: 26px 45px !important;
}

/* Titolo della variante solo titolo. */
/* Rimuove altezza fissa e margine inferiore. */
/* Mantiene testo bianco, centrato e grassetto. */
.etafelt-hero.etafelt-hero-title-only h1 {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Secondo modulo testo nella variante solo titolo. */
/* Nasconde solo lo slogan se esiste davvero. */
/* Non tocca il primo modulo che contiene il titolo. */
.etafelt-hero.etafelt-hero-title-only .etafelt-hero-content-row .et_pb_text:nth-of-type(2) {
  display: none !important;
}

/* ================================================== */
/* ============ HERO ETAFELT - TABLET =============== */
/* ================================================== */

/* Adattamento hero per tablet. */
/* Riduce altezza generale. */
/* Mantiene proporzioni corrette del riquadro. */
@media (min-width: 768px) and (max-width: 980px) {
  .etafelt-hero {
    height: 520px !important;
    min-height: 520px !important;
  }

  .etafelt-hero .etafelt-hero-content-row {
    width: 84% !important;
    padding: 30px 35px !important;
    min-height: 200px !important;
  }

  .etafelt-hero h1 {
    min-height: 78px !important;
    font-size: 34px !important;
  }

  .etafelt-hero h4 {
    font-size: 16px !important;
  }

  .etafelt-hero.etafelt-hero-title-only {
    padding-bottom: 8vh !important;
  }

  .etafelt-hero.etafelt-hero-title-only .etafelt-hero-content-row {
    min-height: 0 !important;
    padding: 24px 35px !important;
  }

  .etafelt-hero.etafelt-hero-title-only h1 {
    min-height: 0 !important;
    font-size: 34px !important;
  }
}

/* ================================================== */
/* ========== HERO ETAFELT - SMARTPHONE ============= */
/* ================================================== */

/* Adattamento hero per smartphone. */
/* Riduce altezza e larghezza del riquadro. */
/* Mantiene leggibilità del testo. */
@media (max-width: 767px) {
  .etafelt-hero {
    height: 440px !important;
    min-height: 440px !important;
  }

  .etafelt-hero .etafelt-hero-content-row {
    width: 88% !important;
    padding: 24px 22px !important;
    min-height: 190px !important;
    border-radius: 16px !important;
  }

  .etafelt-hero h1 {
    min-height: 70px !important;
    margin-bottom: 14px !important;
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .etafelt-hero h4 {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .etafelt-hero.etafelt-hero-title-only {
    padding-bottom: 7vh !important;
  }

  .etafelt-hero.etafelt-hero-title-only .etafelt-hero-content-row {
    width: 88% !important;
    min-height: 0 !important;
    padding: 20px 22px !important;
    border-radius: 16px !important;
  }

  .etafelt-hero.etafelt-hero-title-only h1 {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.12 !important;
  }
}

/* ================================================== */
/* ===== HERO ETAFELT - SOLO TITOLO POSIZIONE ======= */
/* ================================================== */

/* Variante solo titolo. */
/* Forza il riquadro più in basso nella hero. */
/* Sovrascrive il centraggio verticale di Divi. */
.etafelt-hero.etafelt-hero-title-only .etafelt-hero-content-row {
  position: absolute !important;
  left: 50% !important;
  bottom: 10% !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
  width: 62% !important;
  max-width: 1000px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 24px 45px !important;
}

/* Titolo nella variante solo titolo. */
/* Elimina spazio verticale residuo. */
/* Mantiene testo centrato e leggibile. */
.etafelt-hero.etafelt-hero-title-only .etafelt-hero-content-row h1 {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

