@charset "UTF-8";
:root {
  --cor-pagina: #028dcf;
}

#introdutoria {
  text-align: justify;
}

#introdutoria p {
  font-size: 18px;
}

.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;
}

.destaque {
  background-color: #fff600;
}

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;
}

.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;
  height: 8px;
}

.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, .btn-introdutoria-m1 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #028dcf;
  --bs-btn-border-color: #028dcf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00a859;
  --bs-btn-hover-border-color: #00a859;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00a859;
  --bs-btn-active-border-color: #00a859;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #028dcf;
  --bs-btn-disabled-border-color: #028dcf;
  padding: 15px;
}

.btn-introdutoria-m1 {
  min-height: 80px;
  align-items: center;
}

.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;
}

/*Transição mais lenta quando a classe "show" é removida */
/*#Agendamento .collapse.show {
    transition: height 1.5s ease; 


}*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* arrows */
.custom-select {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, rgba(12, 13, 14, 0), rgba(135, 206, 235, 0));
  background-position: calc(100% - 25px) calc(1.3em + 2px), calc(100% - 15px) calc(1.3em + 2px), 100% 0;
  background-size: 10px 10px, 10px 10px, 2.5em 1.5em;
  background-repeat: no-repeat;
}

.custom-select:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, rgba(128, 128, 128, 0), rgba(128, 128, 128, 0));
  background-position: calc(100% - 12px) 1.3em, calc(100% - 22px) 1.3em, 100% 0;
  background-size: 10px 10px, 10px 10px, 2.5em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}

@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, .btn-introdutoria-m1 {
    margin-bottom: 5px;
  }
}
@media (min-width: 991px) and (max-width: 3000px) {
  .btn-noticia {
    width: 168px;
    padding: 0px;
  }
}

/*# sourceMappingURL=modeloPadraoIntrodutoria.css.map */
