@charset "UTF-8";
.pagecomposer-top .col-w-100.banner-top {
  margin-bottom: 0;
}
.banner-top .container h3 {
  text-shadow: none;
  color: #202020;
}
.pagecomposer-contenitore {
  margin-bottom: 56px;
}
.faq-composer {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 0 24px;
  margin-bottom: 24px;
  display: inline-block;
}
.faq-composer.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.faq-composer .tit-faq {
  padding: 0 0 0 64px;
  display: inline-block;
}
.faq-composer .tit-faq h6 {
  margin: 32px 0;
  color: #202020;
}
.faq-composer .tit-faq img {
  width: 42px;
  right: auto;
  left: 0;
}
.faq-composer .content-faq {
  padding: 0 0 0 64px !important;
}
.box-testo p {
  margin-bottom: 24px;
}
.dove-siamo-title p {
  font-size: 18px;
  margin-bottom: 56px;
}
.container.first-container h1 {
  margin-bottom: 32px;
}
.container.first-container p {
  font-size: 18px;
}
.container.first-container .btn-search {
  width: 25%;
  padding: 21px 32px;
  margin-top: 56px;
}
:root {
  --row-even: #EDEDED;
  /* righe pari */
  --row-odd:  #ffffff;
  /* righe dispari */
  --border:   #e3e6eb;
  /* separatori */
  --text:     #1f2937;
}
.table-wrap {
  max-width: 760px;
  margin: 24px auto;
  overflow: hidden;
  /* angoli arrotondati visivi */
}
.table-wrap.left-custom {
  width: 90%;
  float: left;
}
.left-column h2 {
  width: 80%;
}
.table-wrap.right-custom {
  width: 70%;
  float: left;
}
table {
  width: 100%;
  border-collapse: collapse;
  /* niente bordi doppi */
}
thead th {
  text-align: left;
  font-weight: 600;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #878787;
  /* linea sotto l’header */
  border-right: 1px solid #878787;
  /* divisori tra colonne nell’header */
}
thead th:last-child {
  border-right: none;
}
/* niente bordo sul lato destro esterno */
tbody td {
  padding: 14px 16px;
  vertical-align: top;
  border-right: 1px solid #878787;
  /* divisori tra colonne nel body */
}
tbody td:last-child {
  border-right: none;
}
/* niente bordo sul lato destro esterno */
/* righe alternate */
tbody tr:nth-child(odd) {
  background: var(--row-odd);
}
tbody tr:nth-child(even) {
  background: var(--row-even);
}
.assistance-banner {
  height: 464px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assistance-banner h3 {
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}
.assistance-banner p {
  color: #FFFFFF;
  width: 31%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
@media (max-width: 520px) {
  thead th, tbody td {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .container.first-container .btn-search {
    width: 100%;
  }
  .assistance-banner p {
    width: 100%;
  }
  .assistance-banner h3 {
    width: 100%;
  }
}
