html {
  scroll-behavior: auto;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  background: #f6f6f6 !important;
  color: #333;
  background-image: url("../../assets/images/fundo-geral.png") !important;
  background-repeat: no-repeat !important;
}
h1 {
  font-size: 22px !important;
}
h2 {
  font-size: 22px !important;
  color: #0B4164;
}
h3 {
  font-size: 18px !important;
}
header {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 99;
}
/*MINHAS QUESTÕES*/
.atencao {
  background-color: #ffdbbb4a;
  color: #3f3f3f;
  padding: 10px 10px 8px 10px;
  width: 500px;
  text-align: center;
  transition: background-color 0.3s;
  font-size: 12px !important;
  border: solid 1px #ffbe85;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 15px;
}
/*APARECE A BUSCA*/
.pergunta-titulo {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 10px 8px 10px;
  width: 1100px;
  text-align: center;
  outline: none;
  transition: background-color 0.3s;
  font-size: 20px !important;
  border: solid 1px #c7c7c7;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  padding-bottom: 15px;
}
.btn-sobre-dois {
  display: inline-block;
  background-color: #0B4164;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  float: right;
  font-size: 10px;
  margin-left: 4px;
  border: 1px solid #0B4164;
}
.btn-sobre-dois:hover {
  background-color: #004e00;
  color: #fff;
  text-decoration: none;
}
.btn-sobre-dois-b {
  display: inline-block;
  background-color: #0B4164;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  float: right;
  font-size: 10px;
  border: 1px solid #0B4164;
}
.btn-sobre-dois-b:hover {
  background-color: #0d65a0;
  color: #fff;
  text-decoration: none;
}
/*APARECE A BUSCA*/

/*NOVO ACORDEON ÚNICO*/

.acordeon-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.acordeon {
  border-radius: 12px;
  width: 100%;
  transition: all 0.3s ease;
  text-align: center;
}

.acordeon-header {
  padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px !important;
    background: #ffffff;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: solid 1px #bfbfbf;
    color: #000 !important;
}
.acordeon-header:hover {
  padding: 5px;
    background: #303030;
    color: #fff !important;
}
.acordeon-content {
  display: none;
  padding: 20px;
  animation: fadeIn 0.3s ease-in-out;
}

.acordeon.open .acordeon-content {
  display: block;
}

.acordeon-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.bt-verde {
  background-color: #0B4164 !important;
  color: #fff !important;
  border: none !important;
}
.bt-verde:hover {
  background-color: #0B4164 !important;
  color: #fff !important;
}
.botao-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 1px;
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  justify-content: center;
}

.botao-item:hover {
  background-color: #f0f0f0;
  color: #0B4164;
  text-decoration: none;
}
.form-interactive {
  display: inline-block !important;
  width: 320px !important;
  font-size: 13px !important;
  padding: 5px !important;
  border-radius: 5px !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
  margin-top: 5px !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .acordeon-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .atencao {
    background-color: #ffdbbb4a;
    color: #3f3f3f;
    padding: 10px 10px 8px 10px;
    width: 90%;
    text-align: left;
    transition: background-color 0.3s;
    font-size: 12px !important;
    border: solid 1px #ffbe85;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}
}

@media (max-width: 480px) {
  .acordeon-buttons {
    grid-template-columns: 1fr;
  }
  .menor {
    display: none;
  }
}

/*NOVO ACORDEON ÚNICO*/

/*NOVA ESTRUTURA NEWTON*/
.accordion-novo-section {
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.accordion-novo-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: #0B4164;
}

.accordion-novo-header svg {
  margin-right: 8px;
}

.accordion-novo-item {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}

.accordion-novo-item:hover {
  background: #eaeaea;
}
/*NOVA ESTRUTURA NEWTON*/

/*CONTEUDO INTERNO DAS DISCUPLINAS*/
.container-disciplinas {
  display: flex;
  align-items: stretch;
  padding: 5px 20px 5px 20px;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
/*CONTEUDO INTERNO DAS DISCUPLINAS*/

/*2 CAIXAS*/
.info-medica {
  padding: 50px 0px;
  background-color: #ffffff;
  text-align: center;
  border-top: solid 1px #cdcdcd;
}

.info-medica-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 40px;
  scale: 90%;
}
#cardiologia{
  scroll-margin-top: 100px; /* altura aproximada do seu menu fixo */
}
#dermatologia{
  scroll-margin-top: 100px; /* altura aproximada do seu menu fixo */
}
#endocrinologia{
  scroll-margin-top: 100px; /* altura aproximada do seu menu fixo */
}
#gastroenterologia{
  scroll-margin-top: 100px; /* altura aproximada do seu menu fixo */
}
#hematologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#hepatologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#infectologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#medicina-intensiva{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#nefrologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#neurologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#pneumologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#psiquiatria{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#reumatologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#anestesiologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#cirurgia-geral{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#cirurgia-pediatrica{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#cirurgia-vascular{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#oftalmologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#otorrinolaringologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#politraumatismo{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#traumatologia-e-ortopedia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#urologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#ginecologia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
#obstetricia{
  scroll-margin-top: 140px; /* altura aproximada do seu menu fixo */
}
.info-box {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  border: 1px solid #ccc;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.info-box2 {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 95px 35px 95px 35px;
  max-width: 500px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
.info-box h3 {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.botao-cadastro {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 7px 7px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 14px;
}

.botao-cadastro:hover {
  background-color: #0B4164;
  color: #000;
  text-decoration: none;
}

.info-imagem img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.info-medica-titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.info-medica-titulo h2 {
  font-size: 28px !important;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.info-medica-titulo .linha {
  flex: 1;
  height: 1px;
  background-color: #333;
  max-width: 100px;
}

@media (max-width: 768px) {
  .info-medica-container {
    flex-direction: column;
  }

  .info-box {
    text-align: center;
    margin: 20px;
  }
  .info-imagem img {
    max-width: 90%;
  }
}
/*2 CAIXAAS*/

/*RODAPÉ*/
.rodape {
  background-color: #f5f5f5;
  padding: 40px 20px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

.rodape-container {
  max-width: 900px;
  margin: 0 auto;
}

.logo-rodape {
  max-width: 220px;
  margin-bottom: 20px;
}

.btn-sobre {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.btn-sobre:hover {
  background-color: #0B4164;
  color: #000;
  text-decoration: none;
}

.rodape p {
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0;
}

.direitos a {
  color: #0066cc;
  text-decoration: none;
}

.direitos a:hover {
  text-decoration: underline;
}
/*RODAPÉ*/

/*TIJOLINHOS*/

.open-section {
  text-align: center;
  padding: 20px 0px;
  font-family: "Segoe UI", sans-serif;
}

.open-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.open-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.open-btn:hover {
  background-color: #f0f0f0;
}

.icon {
  display: flex;
  align-items: center;
}

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.accordion-toggle {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.accordion-toggle:hover {
  color: #0B4164;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 20px;
  margin-top: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.accordion-content ul {
  margin: 20px 0;
  padding-left: 0;
  list-style-type: none;
}

.accordion-content li {
  margin: 10px 0;
  font-size: 15px;
  text-align: left;
}

/*TIJOLINHOS*/

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.top-bar h1 {
  font-size: 22px;
  font-weight: bold;
}

.search-box {
  position: relative;
  width: 250px;
}

.search-box i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #999;
}

.search-box input {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border-radius: 25px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.question-table {
  width: 100%;
  border-collapse: collapse;
}

.question-table thead {
  border-bottom: 1px solid #ccc;
}

.question-table th {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

.question-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 14px;
}

.question-table a {
  color: #f15a29;
  text-decoration: none;
}

.question-table a:hover {
  text-decoration: underline;
}

.delete-icon {
  color: #888;
  cursor: pointer;
  text-align: right;
  float: right;
}

/*MINHAS QUESTÕES*/

/* Estilo padrão */
#sticky-title {
  transition: all 0.3s ease-in-out;
  background: white; /* ou a cor do fundo da sua página */
  z-index: 9999;
}

/* Quando fixo no topo */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/*MENU DORPDOWN*/
.dropdown {
  position: relative;
  display: inline-block;
  background: #0b4164;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.dropbtn {
  background-color: #fff;
  color: #0B4164;
  border: 2px solid #0B4164;
  padding: 8px 14px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropbtn:hover {
  background-color: #0B4164;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 50%);
  z-index: 999;
  top: 100%;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 225px;
}

.dropdown-content a {
  color: #333;
  padding: 10px 17px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s;
  margin-right: 0px;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #0B4164;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px 5px 20px;
}
.container-topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 20px;
  background: #ffffff;
  max-width: 100% !important;
}
.container-resultado {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  background: white;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: solid 1px #d3d3d3;
  margin-bottom: 25px;
  margin-top: 15px;
}
.segura {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.thumb {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
  width: 85%;
}
.thumb2 {
  overflow: hidden;
  position: relative;
  width: 85%;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.fundo-branco {
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
}

.apps {
  text-align: center;
  padding-top: 50px;
}

/* Efeito de Zoom ao passar o mouse */


h1 {
  font-size: 26px !important;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
}
.menor {
  font-size: 20px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.fina {
  font-family: "Montserrat";
  font-size: 18px !important;
}
.laranja {
  font-size: 16px !important;
  margin-top: 20px;
  background: #0B4164;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  float: left;
  margin-top: 11px !important;
}

.fixo {
  position: fixed;
  top: 525px;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #e5e5e5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0%);
  opacity: 100;
}
.logo {
  margin-top: 25px;
  text-align: center;
}

.highlight {
  color: #0B4164;
  font-family: "Montserrat";
}

nav a {
  text-decoration: none;
  color: #333;
  margin-right: 15px;
}

.btn-assinar {
  background: #ffffff;
  color: #0B4164;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: solid 2px;
}
.btn-assinar:hover {
  background: #0B4164;
  color: #fff;
}
.btn-login {
  background: #ffffff;
  color: #000000;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: solid 2px #0B4164;
}
.btn-login:hover {
  background: #0B4164;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: solid 2px #0B4164;
  text-decoration: none;
}
.search-section {
  text-align: center;
  margin: 25px 0 0px 0;
}

input {
  width: 915px;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 18px !important;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.search-btn {
  padding: 10px 15px 5px 15px;
  background: #fff;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.search-btn:hover {
  background: #0B4164;
}
.categories {
  text-align: center;
  padding: 20px;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 15px 0px;
  flex-wrap: wrap;
  max-width: 990px;
  width: 100%;
  scale: 95%;
  margin-top: -5px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
}

.download {
  text-align: center;
  padding: 40px;
}

.store-buttons button {
  margin: 10px;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.app-store {
  background: black;
  color: white;
}

.google-play {
  background: #0B4164;
  color: white;
}

footer {
  border-top: 1px solid #c3c3c3;
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 30px;
}

/* Contêiner do carrossel */
.carousel-container {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

/* Área que desliza */
.carousel-slide {
  display: flex;
  gap: 20px;
  animation: slide 10s linear infinite;
  white-space: nowrap;
}

/* Itens do carrossel */
.carousel-slide img {
  /* Ajuste conforme necessário */
  height: auto;
  background: #fff;
}

.content-list {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.titulo-categoria {
  width: 100%;
  background: #656565;
  padding: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
}
/* Estilos adicionais para melhorar a exibição */
.resultado-resposta {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}
/* 
.referencias {
	margin-top: 20px;
    font-size: 0.9em;
    font-style: italic;
    border-top: solid 1px #bdbdbd;
}
.referencias ul {
    list-style-type: none;
    padding-left: 0;
}
.referencias li {
    margin-bottom: 10px;
} */
.fechar {
  text-align: center;
  background: #19ae19;
  float: right;
  margin-bottom: 60px;
  width: 162px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  margin-left: 30px;
  color: #fff;
  cursor: pointer;
}
.fechar:hover {
  background: #000;
}

/*ACORDEON*/
.accordion {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: background-color 0.3s;
  font-size: 14px;
  border: solid 1px #c7c7c7;
  border-radius: 5px;
  margin-bottom: 5px;
}
.accordion:hover {
  background-color: #0B4164;
  color: #fff;
}
.panel {
  padding: 0 15px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.panel ul {
  list-style: none;
  padding: 10px 0;
}
.panel ul li {
  padding: 5px 10px;
  background: #fff;
  margin-bottom: 5px;
  border: solid 1px #959595;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.panel ul li:hover {
  border: solid 1px #0B4164;
}

/* Animação do slide */
@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .container {
    /*flex-direction: column;*/
    text-align: center;
  }
  #menuPrincipal {
    width: 50% !important;
}
  .content-list {
    max-width: 90%;
  }
  .panel ul li {
    width: 92%;
  }
  .acordeon-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: -16px auto;
    padding: 20px;
  }
  
  .btn-sobre-dois {
    display: inline-block;
    background-color: #0B4164;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    float: left;
    font-size: 10px;
    margin-left: 4px;
    border: 1px solid #0B4164;
  }
  .acordeon-header {
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px !important;
    background: #ffffff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: solid 1px #bfbfbf;
    color: #000 !important;
}

  .btn-sobre-dois:hover {
    background-color: #004e00;
    color: #fff !important;
    text-decoration: none;
  }
  .btn-sobre-dois-b {
    display: inline-block;
    background-color: #0B4164;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    float: left;
    font-size: 10px;
    border: 1px solid #0B4164;
  }
  .btn-sobre-dois-b:hover {
    background-color: #004e00;
    color: #fff;
    text-decoration: none;
  }

  .pergunta-titulo {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 10px 8px 10px;
    width: 100%;
    text-align: center;
    outline: none;
    transition: background-color 0.3s;
    font-size: 20px !important;
    border: solid 1px #c7c7c7;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
  }

  .container-resultado {
    width: 100%;
  }

  .img-mobile {
    width: 90%;
    margin-top: -25px;
  }
  .img-mobile-topo {
    width: 75% !important;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  nav {
    margin-top: 10px;
  }

  input {
    width: 65%;
  }

  .grid {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    max-width: 300px;
  }
  .fina {
    font-size: 22px;
  }
  .categories {
    margin-top: 0px;
  }
  .container {
    /* display: flex
; */
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px 5px 20px;
    background: #f6f6f6;
    /* max-width: 61% !important; */
  }
}

/*MENU LATERAL*/
.menu-container {
  position: sticky;
  height: 532px;
  overflow-y: auto;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 5px;
  margin: 20px;
  margin-top: 8px;
  top: 68px;
  font-size: 14px;
}
.menu-container a.ativo {
  background: #0B4164;
  color: #fff;
}
.menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-container li {
  margin: 8px 0;
}

.menu-container a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  display: block;
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: -10px;
  border-bottom: solid 1px #dee2e6;
  margin-top: 10px;
}

.menu-container a:hover {
  background: #0B4164;
  color: white;
}

.content-section {
  padding: 60px 20px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .menu-container {
    position: static;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow-x: auto;
  }

  .menu-container ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .menu-container li {
    margin: 0 8px;
  }
}

#menuPrincipal {
  width: 12%;
}

#menuPrincipal .dropdown {
  position: relative;
  display: inline-block;
  background: none;
  color: #000;
}
#menuPrincipal .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
}
#menuPrincipal .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
#menuPrincipal .dropdown-content a:hover {
  background-color: #f1f1f1;
}
#menuPrincipal .dropdown:hover .dropdown-content {
  display: block;
}

.verde_padrao {
  color: #0B4164;
}

.sessao-pergunta-com-resposta {
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 1rem;
}
.titulo-sessao-pergunta-com-resposta {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: #0B4164;
}

.pergunta-com-edicao {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  transition: background 0.3s ease;
  font-size: 14px;
}
