/* tariffe.css - Stili specifici della pagina tariffe */

/* Tabella prezzi */
table {
  margin: 0 auto;
  width: 75%;
  text-align: center;
  line-height: 4rem;
  font-size: 1.4rem;
}

table th {
  border: 1px solid white;
  background-color: #336633;
  color: white;
  line-height: normal;
}

table tr:nth-child(even) { background-color: #dddddd; }
table tr:nth-child(odd) { background-color: #ffffff; }

/* Sezione supplementi / condizioni */
.supplementioffertecondizioni {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 25px;
  margin-top: 75px;
  min-width: 100%;
}

.separatore {
  display: block;
  margin: 75px auto 20px;
}

#sottotitolo { font-size: 1.4rem; }

/* Tariffe mobile/desktop responsive */
.col-12 p {
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 576px) {
  #tabelladesktop { display: none; }
}

@media screen and (min-width: 576px) {
  #tariffe_smartphone { display: none; }
}
