@charset "UTF-8";
:root {
  ----cor-pagina: #028dcf;
}

.accordion .item .item-header h2 button.btn.btn-link {
  background-color: var(----cor-pagina);
  font-family: Source Sans Pro;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.btn.btn-link.descricao {
  background-color: #363636 !important;
  padding: 4px !important;
  font-weight: normal !important;
}

.ajustes-tabela {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

a.btn.w-100.style-btn:hover {
  font-weight: bold;
}

.t-p {
  font-size: 20px;
}

p {
  font-size: 18px;
}

.fundo {
  background: #743963;
}

span {
  color: #fff;
}

.imagem {
  width: 100%;
}

.alinhamento-botao {
  display: flex;
  justify-content: center;
}

.style-btn {
  background: grey;
  margin-inline: 43px;
}

.style-btn:hover {
  background: grey;
  color: #fff;
}

.style-linha {
  background: var(----cor-pagina);
  opacity: 1;
  border-top: none;
}

.titulo {
  color: black;
  font-size: 37px;
}

.sub-titulo {
  color: black;
  font-size: 20px;
  text-decoration: underline;
}

.link-acesso {
  text-decoration: none;
  color: black;
  font-weight: bolder;
}

.accordion .item {
  border: none;
  /* margin-bottom: 25px;*/
  background: rgba(211, 211, 211, 0.1490196078);
}

.duvidas {
  margin-bottom: 10px;
}

img.icones-agend {
  width: 40%;
}

a.link-agend {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: bolder;
}

.t-p {
  color: rgb(46, 46, 46);
  padding: 7px 30px 0px 30px;
}

.btn-execucao {
  --bs-btn-color: #fff;
  --bs-btn-bg: #028dcf;
  /*--bs-btn-border-color: #363636;*/
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00a859;
  /*--bs-btn-hover-border-color: #000000;*/
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #363636;
  --bs-btn-disabled-border-color: #363636;
  padding: 15px;
}

.accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 58px;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #fff;
  /* background-color: black; */
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

button.btn.btn-link.collapsed i {
  transform: rotate(0deg);
}

button.btn.btn-link i {
  transform: rotate(180deg);
  transition: 0.5s;
}

.imagem-mobile {
  display: none;
}

.btn-noticia {
  background: #363636;
  color: #fff;
  /* margin-bottom: 3px;*/
}
.btn-noticia:hover {
  border-color: black;
}
.btn-noticia:hover a {
  color: #000000;
}

.custom-collapse {
  transition: height 0.6s ease !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/*CSS DA TABELA*/
/*ul#duvidas-frequentes li{
        list-style: none;
    }*/
table {
  border-collapse: collapse;
  width: 100%;
}

caption,
th,
td {
  padding: 1rem;
}

caption,
th {
  text-align: left;
}

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(5) {
  border-top-right-radius: 8px;
}

#table-Cthree th:nth-of-type(1) {
  border-top-left-radius: 8px;
}

#table-Cthree th:nth-of-type(2) {
  border-top-right-radius: 8px;
}

#table-Cthree th:nth-of-type(2) {
  display: flex;
  justify-content: center;
}

@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;
  }
  #table-Cthree th:nth-of-type(2) {
    display: none;
  }
  /* Declarar uma propriedade content e definir o texto para cada uma das células */
  #table-Ctwo td:nth-of-type(1):before {
    content: "DOCUMENTO: ";
    font-weight: bolder;
  }
  #table-Ctwo td:nth-of-type(2):before {
    content: "RESOLUÇÃO MÍNIMA: ";
    font-weight: bolder;
  }
  #table-Ctwo td:nth-of-type(3):before {
    content: "COR: ";
    font-weight: bolder;
  }
  #table-Ctwo td:nth-of-type(4):before {
    content: "TIPO ORIGINAL: ";
    font-weight: bolder;
  }
  #table-Ctwo td:nth-of-type(5):before {
    content: "FORMATO DE ARQUIVO*: ";
    font-weight: bolder;
  }
  #table-Cthree td:nth-of-type(1):before {
    content: "METADADO: ";
    font-weight: bolder;
  }
  #table-Cthree td:nth-of-type(2):before {
    content: "DEFINIÇÃO: ";
    font-weight: bolder;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .imagem-mobile {
    display: block;
  }
  .imagem {
    display: none;
  }
  .alinhamento-botao {
    margin: 1%;
  }
  .accordion .item .item-header h2 button {
    padding-left: 19px;
  }
  span.px-5 {
    font-size: 18px;
  }
  .style-btn {
    margin-inline: 4px;
  }
  img.icones-agend {
    width: 80%;
  }
  .btn-execucao {
    margin-bottom: 5px;
  }
}
@media (min-width: 991px) and (max-width: 3000px) {
  .btn-noticia {
    width: 168px;
    padding: 0px;
  }
}

/*# sourceMappingURL=edocs.css.map */
