@charset "UTF-8";
/*CSS DA TABELA*/
/*ul#duvidas-frequentes li{
        list-style: none;
    }*/
table {
  border-collapse: collapse;
  width: 100%;
}

.ajustes-tabela {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

caption,
th,
td {
  padding: 1rem;
}

caption,
th, td {
  text-align: center;
}

th {
  background-color: rgba(54, 54, 54, 0.8509803922);
  color: #ffffff;
}

tr:nth-of-type(2n) {
  background: hsla(0, 0%, 0%, 0.1);
}

#table-Ctwo th:nth-of-type(1) {
  border-top-left-radius: 8px;
}

#table-Ctwo th:nth-of-type(2) {
  border-top-right-radius: 8px;
}

@media (max-width: 640px) {
  th {
    display: none;
  }
  td {
    padding: 0.5rem 1rem;
    display: block;
  }
  td:first-child {
    padding-top: 2rem;
  }
  td:last-child {
    padding-bottom: 2rem;
  }
  /* Declarar uma propriedade content e definir o texto para cada uma das células */
  #table-Ctwo td:nth-of-type(1):before {
    content: "MÊS: ";
    font-weight: bolder;
  }
  #table-Ctwo td:nth-of-type(2):before {
    content: "PERÍODO: ";
    font-weight: bolder;
  }
}
@media (min-width: 991px) and (max-width: 3000px) {
  .container.paddin-x {
    padding-inline: 31%;
  }
}
/*FIM DA TABELA CSS*/

/*# sourceMappingURL=casdastro-habitacional.css.map */
