* {
  box-sizing: border-box;
}
body {
  background-color: #e8e8e8;
}
/*Estilo aba especialidade*/
.cont-especialidade {
  background-color: #000432;
  border-radius: 50px;
  padding: 20px;
}

.nav-especialidade {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid white;

  padding: 0 4px 6px 4px;
  scroll-behavior: smooth;

  overflow: scroll hidden;
}

.nav-especialidade::-webkit-scrollbar {
  display: none;
}

.especialidades {
  text-decoration: none;
  margin: 0 10px;
  color: #e8e8e8;
}

.opcoes {
  display: flex;
  flex-direction: column;
}

.top-info {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 2;
}
.top-info div {
  padding: 3px;
}

.info-icone {
  color: #c58927;
}
.bolinha {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: white;
  border: #000432 1px;
}

/* FIm Estilo aba especialidade*/
.cont-logo {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border: #000432 1px;
  margin: 10px;
  border-radius: 50px;
}

.cont-logo-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.infoTexto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  position: absolute;
  top: -120px;

  margin-left: auto;
  margin-right: auto;
}

.cont-servicos {
  padding: 0 40px;
}

.primary-color {
  background-color: #000432;
  scrollbar-width: thin;
}

.cont-step-active {
  display: block;
}

.cont-step-none {
  display: none;
}

.logo-geral {
  width: 90px;
  height: 90px;
/*   margin-left: 100px; */
}

/* Barra de progresso */

.progress-bar {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #000432;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.cont-rodape-agendar {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: end;
  background-color: #ffffff;

  box-sizing: border-box;
}

.cont-butao {
  margin-right: 5.8rem;
  padding: 5px;
}
.btn-prox {
  background-color: #000432;
  color: #c58927;
  padding: 6px;
  border-radius: 15px;
  box-sizing: border-box;
}

.act {
  display: none;
}

.info-box2 {
  background-color: #faa700;
  font-weight: 700;
  box-sizing: border-box;
}
.info-box1 {
  font-weight: 700;
  background-color: #06a3da;
}
.text-yellow {
  color: #faa700;
}
.text-yellow2 {
  color: #e5b81b;
}

.desable {
  
  cursor: none !important;
  background-color: #706e65 !important;
}


.select .dropdown{
  scroll-behavior: smooth;
  max-height: 200px;
  overflow-y: scroll;
}

#infos{
  position: absolute;
  top: 55%;
  z-index: 1;
}
@media (max-width: 768px) {
  #infos{
position: relative;
top: auto;
z-index: auto;
  }
}

footer{
  margin-top: 100px !important;
}