/* --------------------------------------
   Reset e Estilos Globais
-------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'Inter', sans-serif;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

button, input, textarea, select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* --------------------------------------
   Estilos Comuns (Inputs, Footer, Disclaimer)
-------------------------------------- */
.disclaimer {
  background-color: #E8ECF7;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #364D63;
  font-size: 14px;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #203243;
  color: white;
}

.footer-coluna {
  flex: 1;
  margin: 0 10px;
  text-align: right;
  font-size: 14px;
  padding: 20px 50px;
}

.footer-end {
  text-align: left;
}

.p-bold {
  font-weight: bolder;
}

input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #439BD6;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}

input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #439BD6;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

/* --------------------------------------
   Estilos Lúpus
-------------------------------------- */
.secao-intro-lupus {
  background-image: url('img/background-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
}

.conteudo-direita-lupus {
  max-width: 500px;
  color: white;
  text-align: left;
}

.conteudo-direita-lupus h1 {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.conteudo-direita-lupus h2 {
  font-size: 30px;
  font-weight: 400;
  color: #b0d5f7;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.conteudo-direita-lupus p {
  font-size: 20px;
  line-height: 1.6;
  color: #dceeff;
  margin-bottom: 30px;
}

.botoes-lupus {
  display: flex;
  gap: 20px;
}

.botoes-lupus a {
  background-color: #ea5c4d;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  font-size: 25px;
}

.botoes-lupus a:hover {
  background-color: #d24a3d;
}

/* --------------------------------------
   Estilos SLEDAI
-------------------------------------- */

/* Seção Intro SLEDAI */
.secao-intro-sledai {
   background-image: url('img/bc-2.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   height: 550px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding: 0 5%;
   position: relative;
 }

 .botao-home {
  position: absolute; /* Fixo apenas dentro da seção */
  top: 20px;
  left: -15px;
  z-index: 10;
  border-radius: 8px;
  padding: 8px;
  transition: all 0.3s ease;
}

.botao-home img {
  width: 70px; /* Tamanho controlado */
  height: 40px;
  display: block;
}

/* Efeito de interação sutil */
.botao-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
 
 .conteudo-direita-sledai {
   max-width: 500px;
   color: #364D63;
   text-align: left;
 }
 
 .conteudo-direita-sledai h1 {
   font-size: 90px;
   font-weight: 700;
   color: #364D63;
   margin-bottom: 10px;
 }
 
 .conteudo-direita-sledai p {
   font-size: 20px;
   line-height: 1.6;
   color: #364D63;
   margin-bottom: 30px;
 }
 
 /* Bloco com linha */
 .bloco-com-linha {
   border-left: 4px solid #E95949;
   padding-left: 16px;
 }
 
 /* CTA bloco */
 .cta-bloco {
   background-color: #DA5A44;
   color: white;
   font-weight: 500;
   font-size: 35px;
   letter-spacing: 4px;
   text-align: center;
   padding: 15px 40px;
   border-radius: 0 0 20px 20px;
   width: fit-content;
   margin: 0 auto;
   margin-top: -83px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   position: relative;
   z-index: 5;
 }
 
 /* Seção Mulher */
 .secao-mulher {
   padding: 60px 20px;
   position: relative;
   z-index: 1;
   margin-top: 50px;
 }
 
 .conteudo-mulher {
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
   z-index: 2;
   display: flex;
   flex-direction: column;
 }
 
 .mancha-bg {
   position: absolute;
   top: 0;
   left: 0;
   max-width: 1100px;
   height: auto;
   z-index: 0;
 }
 
 .grupo-mulher-e-caixas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
 .espaco {
    height: 40px; 
  }
 
 .caixa-esquerda,
 .caixa-direita {
   display: flex;
   flex-direction: column;
 }

 .caixa-direita {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; 
  }

 .grupo-caixas {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .item-caixa {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .item-caixa .caixa.azul.unica {
    flex: 1;
    font-size: 16px;
    width: auto;
  }
 
 .caixa-esquerda {
   align-items: flex-end;
   flex: 1 1 0;
 }
 
 .caixa-direita {
   align-items: flex-start;
   flex: 1 1 0;
 }
 
 .mulher {
   max-width: 250px;
   width: 80%;
   height: auto;
   z-index: 1;
   flex: 0 0 auto;
   margin-right: 80px;
 }
 
 .caixa.azul {
   background-color: #439BD6;
   color: white;
   border-radius: 10px;
   padding: 12px 16px;
   font-size: 14px;
   line-height: 1.4;
   max-width: 350px;
   width: 100%;
   box-shadow: 0 4px 10px rgba(0,0,0,0.15);
   display: flex;
   flex-direction: column;
 }
 
 .caixa.unica {
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 20px;
   width: 200px;
   align-self: flex-start;
 }
 
 .wrapper-caixa-check {
   display: flex;
   align-items: center;
   gap: 8px;
   margin-top: -180px;
   margin-right: -100px;
   z-index: 5;
 }
 
 .caixa.multipla {
   width: auto;
   height: auto;
   background-color: #439BD6;
   padding: 16px;
   border-radius: 12px;
   color: white;
   box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-left: -80px;
 }
 
 /* Itens dentro da caixa multipla */
 .caixa.multipla .item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 8px;
   font-size: 16px;
 }
 
 .caixa.multipla .item span {
   border: solid 1px white;
   border-radius: 10px;
   padding: 5px 20px;
 }
 
 .caixa.multipla .item:last-child {
   margin-bottom: 0;
 }
 
 /* Bloco com linha azul */
 .bloco-com-linha-azul {
   border-left: 4px solid #439BD6;
   padding-left: 16px;
   max-width: 80%;
   color: #364D63;
 }
 
 /* Resultado */
 .resultado {
   background-color: #364D63;
   width: 250px;
   font-size: 20px;
   text-align: center;
   padding: 10px;
   color: #fff;
   border-radius: 15px;
   font-weight: bolder;
   margin-bottom: 20px;
 }
 
 .resultado span {
   background-color: #fff;
   color: #364D63;
   padding: 3px 10px;
   border-radius: 10px;
   margin-left: 10px;
 }

 /* Tabela Resultados Sledai */

 .tabela-resultados-sledai {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 }

 .tabela-resultados-sledai h2{
  text-align: center;
  color: #606060;
  border-bottom: 1px solid #999; 
  padding-bottom: 4px; 
  display: inline-block;
  margin: 30px;
 }

 .tabela-interpretacao {
  display: block;
  margin: 30px auto 30px auto; 
  max-width: 800px; 
 }

 .container-sledai-pontuacao {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
 }

 .tabela-sledai-atividade,
 .tabela-sledai-interpretacao {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
 }

 .tabela-sledai {
  background-color: #439BD6; /* azul de fundo */
  padding: 20px;
  border-radius: 16px;
  width: 350px;
  font-family: sans-serif;
}

.item-sledai {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #439BD6;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 10px;
  color: white;
}

.titulo {
  font-weight: bold;
  flex: 1;
}

.pontos {
  flex: 0 0 auto;
  margin: 0 20px;
}

.pontos::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: white;
  margin: 0 12px;
  vertical-align: middle;
}

.pontos::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: white;
  margin: 0 12px;
  vertical-align: middle;
}

.tabela-resultados-sledai {
  margin-bottom: 40px; /* Ajusta o espaço entre as seções */
}

.tabela-resultados-sledai + .tabela-resultados-sledai {
  margin-top: 40px; /* Espaçamento entre as duas seções */
}

.container-sledai-pontuacao {
  flex-direction: row; /* As tabelas continuam lado a lado */
  display: flex;
  gap: 20px;
}


.resultado-sledai-2k {
  background-color: #364D63;
  width: 350px;
  font-size: 24px;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.resultado-sledai-2k .numero {
  background-color: #fff;
  color: #364D63;
  padding: 10px 30px;
  border-radius: 14px;
  font-weight: bold;
  font-size: 36px;
  margin-left: 20px;
}

/* Estilizando os checkboxes */

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

input[type="checkbox"]:checked {
  background-color: white;
}

/* Botões */

.container-sledai-botoes {
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.div-sledai-atividade,
.div-sledai-interpretacao {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.div-sledai-atividade a, .div-sledai-interpretacao a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  gap: 10px;
  background-color: #E95949;
  width: 250px;
  color: #ffff;
  padding: 10px 20px;
  border-radius: 25px;
}

.div-sledai-interpretacao {
  display: flex;
  justify-content: flex-end;
}

.div-sledai-atividade img, .div-sledai-interpretacao img {
  width: 30px;
  height: auto;
}

/* CLASI */

.table-container {
  max-width: 700px;
  margin: auto;
  border: 2px solid #2274b6;
  border-radius: 12px;
  overflow: hidden;
  background: white;
}

.tab-1 {
  max-width: 700px;
  margin: auto;
  border: 2px solid #2274b6;
  border-radius: 12px;
  overflow: hidden;
  background: #439BD6;
  color: #ffff;
}

.tab-2 {
  max-width: 700px;
  margin: auto;
  border: 2px solid #2274b6;
  border-radius: 12px;
  overflow: hidden;
  background: #30BAE0;
  color: #ffff;
}



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

thead {
  background-color: #E8ECF7;
  color: white;
}

.tab-1 thead {
  background-color: #E8ECF7;
  color: #439BD6;
}

.tab-2 thead {
  background-color: #E8ECF7;
  color: #30BAE0;
}

th, td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ffff;
}

th:first-child, td:first-child {
  text-align: left;
}

select {
  padding: 6px;
  border-radius: 5px;
  color: #ffff;
}

tr:last-child td {
  border-bottom: none;
}

.grupo-mulher-e-tabelas {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: nowrap;
  padding-left: 180px;
  padding-right: 350px;/*aqui manter é o tamanho da mulher */
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

.tabela-esquerda,
.tabela-direita {
  flex: 1 1 auto;
  max-width: 1px;/*aqui n muda nada*/
  min-width: 250px;/*aqui é a centralização dos blocos */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabela-esquerda {
  align-items: flex-end;
}

.tabela-direita {
  align-items: flex-start;
}

.tabela-anatomica table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tabela-anatomica th,
.tabela-anatomica td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.tabela-anatomica select {
  width: 100%;
}

.mulher-tabela {
  max-width: 250px;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 100px 50px;
}

.seta {
  margin: 15px 30px;
}

.titulo-tabela {
  background-color: #e8edf7;
  color: #4a79b8;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
  width: 90%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.activity {
  color: #439BD6;
}

.damage {
  color: #30BAE0;
}

th.ery {
  width: 220px;
  text-align: center;
}

.box-container {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.info-box {
  width: 400px;
  background-color: #4a9dc4;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  color: white;
  font-family: Arial, sans-serif;
}

.box-title {
  background-color: #e8edf7;
  color: #4a79b8;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 16px;
  border-radius: 12px 12px 0 0;
  text-transform: uppercase;
}

.box-content {
  padding: 16px;
  background-color: #4a9dc4;
  font-size: 16px;
}

.box-content strong {
  font-weight: bold;
}

.box-content small {
  font-size: 14px;
  opacity: 0.9;
}

.tabelas-centrais {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.tabela-wrapper {
  width: 520px !important;
  width: 100%;
  text-align: left;
  margin-top: 50px;
}

.tabela-custom {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #439bd6;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  border: solid 1px #ffff;
}

.tabela-custom.despigmentacao {
  background-color: #30BAE0 !important;
}


.tabela-custom thead th {
  background-color: #e8edf7;
  color: #4a79b8;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
}

.tabela-custom tbody td {
  padding: 16px;
  vertical-align: top;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tabela-custom thead th:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}


.tabela-custom label {
  display: block;
  margin-bottom: 10px;
}

.tabela-custom input[type="checkbox"] {
  margin-right: 8px;
}

.tabela-custom small {
  display: block;
  font-size: 13px;
  opacity: 0.9;
}

.tabela-custom tbody td + td {
  border-left: 1px solid #ffff;
}

.tabela-custom tbody td:last-child {
  min-width: 80px; 
}

.tabela-custom thead th {
  text-transform: uppercase;
}

.tab-w-1 td {
  height: 180px;
  text-align: center;
  vertical-align: middle;
}

.tab-w-1 td p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 6px;
}

.aba {
  background: #dfe8f5;
  color: #439BD6;
  font-weight: bold;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: fit-content;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 0 !important;
  margin-left: 25px;
}

.bloco-info {
  background: #e8f0fc;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 10px;
  font-size: 12px;
  color: #439BD6;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloco-info-drop {
  background: #ffff;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 10px;
  font-size: 12px;
  color: #439BD6;
  font-weight: bold;
  width: 100%;
}

.div-mae-alop {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 40px; 
  flex-wrap: wrap; 
}

.div-filha-alop {
  flex: 1; 
  min-width: 300px; 
}

.alopecia-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 25px; 
  flex-wrap: wrap; 
  margin: 0 auto; 
  max-width: 100%; 
  margin-bottom: 50px;
}


.alopecia-container {
  box-sizing: border-box;
  max-width: 700px;
}

.alopecia-content {
  width: 80%;
}

.alopecia-divider {
  display: flex;
  align-items: center; 
}

.alopecia-divider img {
  max-height: 300px; 
  width: auto;
  margin: 150px 75px 75px 75px;
}

.alopecia-divider.pontuacao img {
  max-height: 360px; 
  width: auto;
  margin-top: -100px;
}

.alopecia-divider.pontuacao1 img {
  max-height: 360px; 
  width: auto;
  margin-top: 120px;
}

.aba {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tabela-alop {
  width: 100%;
  margin-top: 10px;
  border: solid 1px #ffff;
  border-radius: 16px;
  border-collapse: separate; 
  border-spacing: 0; 
  overflow: hidden; 
}

.tabela-alop th,
.tabela-alop td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.tabela-alop th {
  background-color: #e6f0fa;
  text-align: left;
}

.tabela-alop th {
  background: #2677c1;
  color: white;
  padding: 8px;
  font-size: 14px;
  text-align: left;
}

.tabela-alop td {
  background: #439BD6;
  color: white;
  vertical-align: top;
  padding: 12px;
  font-size: 14px;
  border-right: 1px solid #fff;
}

.linha-info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 10px;
}

.linha-info .bloco-info {
  flex: 1;
}

.tab-header {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  overflow: hidden; 
  width: 520px;
}

.tab-header.atividade {
  background-color: #439BD6;
}

.tab-header.dano {
  background-color: #30BAE0;;
}

.tab-header .linha-info {
  display: flex;
  gap: 30px;
  width: 99%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.tab-header .bloco-info {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  flex: 1;
}

.container-score {
  max-width: 80%;
  margin: 0 auto;       
  display: flex;
}

/* .esquerda-score {
  margin-left: 8%;
} */

.coluna-score {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.score-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: 'Segoe UI', sans-serif;
  margin: 20px 0;
  border-left: 4px solid #439BD6;
}

.bloco-score {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.direita-score h2 {
  color: #30BAE0 !important;
}

/* .direita-score {
  margin-left: 10%;
} */

.direita-score .score-container {
  border-left: 4px solid #30BAE0;
}

.caixa-resultado {
  background-color: #EAEFF8;
  width: 90px;
  height: 60px;
  border-radius: 10px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texto-resultado h2 {
  margin: 0;
  font-size: 18px;
  color: #4A9AD3;
  font-weight: 700;
  letter-spacing: 2px;
}

.texto-resultado p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #444;
  max-width: 450px;
}

.bloco-botoes-sledai {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  column-gap: 24px;
  margin-top: 20px;
}

.bloco-botoes-sledai > .container-sledai-botoes {
  grid-column: 1;
  justify-self: center; /* traz um pouco mais ao centro */
  width: auto;
  margin: 0;
}

.bloco-botoes-sledai > .div-sledai-interpretacao:nth-child(2) {
  grid-column: 2;
  justify-content: center;
  margin-top: 0 !important; /* sobrescreve inline do HTML para alinhar verticalmente */
}

.bloco-botoes-sledai > .div-sledai-interpretacao:nth-child(3) {
  grid-column: 3;
  justify-content: center; /* afasta da borda direita, mais ao centro */
}

/* Centraliza conteúdo (ícone + texto) do botão IMPRIMIR TEXTO */
.div-sledai-interpretacao a#btn-exportar-texto-clasi {
  justify-content: center;
  text-align: center;
}

/* Neutraliza margens inline específicas para manter alinhamento perfeito */
.bloco-botoes-sledai #btn-exportar-texto-clasi {
  margin-left: 0 !important;
}

.botao-home-end img {
  width: 70px; /* ajuste conforme necessário */
  height: 40px;
  display: block;
}

/* dropdown */

.dropdown-cell {
  text-align: center;  /* Centraliza o conteúdo da célula */
  position: relative;  /* Garante que o dropdown fique no contexto da célula */
}

.dropdown {
  width: 80%;  /* Ajuste a largura conforme necessário */
  text-align: center;
  padding: 5px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdown option {
  text-align: center;
}

/* Para evitar o comportamento de abrir para cima */
.dropdown:focus {
  position: relative;
  z-index: 1;
}

.dp-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown {
  appearance: none;       
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 24px;    
}

.seta-baixo {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;   
  font-size: 10px;
  color: #ffff;
}

.dropdown.alop {
  color: #439BD6 !important;
}

.bloco-info.seta-baixo {
  color: #439BD6 !important;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: white;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 1L4 4L7 1" stroke="white" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.alop {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  /* Seta azul */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 1L4 4L7 1" stroke="%23439BD6" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}

.white-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: white;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /* Seta branca */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 1L4 4L7 1" stroke="white" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}

/* Estiliza o fundo do select */
select.dropdown.white-arrow {
  background-color: #439BD6 ; /* azul escuro */
  color: #fff;
  border: none;
}

/* Estiliza o fundo das opções do dropdown */
select.dropdown.white-arrow option {
  background-color: #30BAE0; /* azul escuro */
  color: #fff;
}

/* Para garantir contraste ao passar o mouse nas opções (em alguns navegadores) */
select.dropdown.white-arrow option:checked,
select.dropdown.white-arrow option:hover {
  background-color: #439BD6; /* azul claro */
  color: #fff;
}

/* Dropdowns de ATIVIDADE - SOMENTE dentro do bloco de ATIVIDADE */
.tabela-esquerda select[data-clasi-id^="activity-"].dropdown.white-arrow,
.tabela-esquerda select[data-clasi-id="activity-Mucous"].dropdown.white-arrow {
  background-color: #439BD6;
  color: #fff;
}
.tabela-esquerda select[data-clasi-id^="activity-"].dropdown.white-arrow option,
.tabela-esquerda select[data-clasi-id="activity-Mucous"].dropdown.white-arrow option {
  background-color: #439BD6;
  color: #fff;
}

/* Dropdowns de DANO - SOMENTE dentro do bloco de DANO */
.tabela-direita select[data-clasi-id^="damage-"].dropdown.white-arrow,
.tabela-direita select[data-clasi-id="damage-Mucous"].dropdown.white-arrow {
  background-color: #30BAE0;
  color: #fff;
}
.tabela-direita select[data-clasi-id^="damage-"].dropdown.white-arrow option,
.tabela-direita select[data-clasi-id="damage-Mucous"].dropdown.white-arrow option {
  background-color: #30BAE0;
  color: #fff;
}

/* Mucous Membrane */
select[data-clasi-id="activity-Mucous"].dropdown.white-arrow,
select[data-clasi-id="damage-Mucous"].dropdown.white-arrow {
  background-color: #4a9dc4;
  color: #fff;
}
select[data-clasi-id="activity-Mucous"].dropdown.white-arrow option,
select[data-clasi-id="damage-Mucous"].dropdown.white-arrow option {
  background-color: #4a9dc4;
  color: #fff;
}

/* Alopecia */
select[data-clasi-id="activity-alop"].dropdown.white-arrow,
select[data-clasi-id="damage-alop"].dropdown.white-arrow {
  background-color: #4a97c9;
  color: #fff;
}
select[data-clasi-id="activity-alop"].dropdown.white-arrow option,
select[data-clasi-id="damage-alop"].dropdown.white-arrow option {
  background-color: #4a97c9;
  color: #fff;
}

/* Responsivo */
  
@media (max-width: 768px) {
  .wrapper-caixa-check {
      margin-top: 5px;
      margin-right: 0;
      margin-bottom: -50px;
  }

  .conteudo-direita h1 {
    font-size: 40px;
  }

  .conteudo-direita p {
    font-size: 16px;
  }

  .conteudo-direita-sledai h1 {
   font-size: 40px;
 }

  .bloco-com-linha {
    border-left: 3px solid #DA5A44;
    padding-left: 12px;
  }

  .cta-bloco {
      font-size: 16px;
      padding: 12px 30px;
      letter-spacing: 2px;
  }

  .conteudo-mulher {
      flex-direction: column;
      gap: 24px;
  }
  
  .caixa-esquerda, .caixa-direita {
      align-items: center;
      margin: 0;
  }
  
  .mulher {
    margin-left: 3600px;
    margin-right: 1200px;
  }
  
  .bloco-laranja {
      font-size: 18px;
      padding: 16px 30px;
  }
  
    .caixa.azul {
      max-width: 90%;
  }

  .mancha-bg {
      display: none;
  }

  .grupo-mulher-e-caixas {
      background-color: #E8ECF7;
      border-radius: 10px;
  }

  .caixa.azul.multipla {
      margin-bottom: 30px;
      margin-left: 0;
  }

  .caixa.azul.caixa.unica {
      margin-top: 5px;
  }

  .bloco-com-linha-azul {
      margin-top: 30px;
  }

  .disclaimer {
      height: 80px;
  }

  .footer {
      flex-direction: column;
      align-items: center;
      padding: 30px 20px;
    }
  
    .footer-coluna {
      width: 100%;
      padding: 20px 10px;
      text-align: justify; 
    }
  
    .footer-end {
      text-align: justify; 
    }

    .container-sledai-pontuacao {
     flex-direction: column;
     align-items: center; 
     font-size: 12px;
   }

  .tabela-sledai {
    width: 100%;
    width: 320px;
  }

  .container-sledai-botoes {
    flex-direction: column;
    align-items: center;
  }

  .div-sledai-atividade,
  .div-sledai-interpretacao {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .table-container {
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  .secao-intro {
    padding: 30px 20px;
  }

  .conteudo-direita h1 {
    font-size: 32px;
  }

  .conteudo-direita p {
    font-size: 14px;
  }

  .bloco-com-linha {
    padding-left: 10px;
  }

  .cta-bloco {
      font-size: 14px;
      padding: 10px 24px;
    }
}

@media (min-width: 2000px) {
  .secao-intro {
    height: 880px;
  }
  .cta-bloco {
    margin-top: -135px;  
  }
}

@media (min-width: 768px) {
  .caixa.unica {
      margin-top: 0;
      align-self: flex-start;
  }
}



@media (min-width: 768px) and (max-width: 1100px) {
  .mancha-bg {
      display: none;
  }

  .grupo-mulher-e-caixas {
      background-color: #E8ECF7;
      border-radius: 10px;
  }

  .caixa.azul.multipla {
      margin-bottom: 30px;
  }

  .bloco-com-linha-azul {
      margin-top: 30px;
  }
}

.tab-1 td:nth-child(2) {
  min-width: 220px;
}

.tab-2 th:nth-child(2),
.tab-2 td:nth-child(2) {
  min-width: 220px;
  width: 220px;
  text-align: center;
}

.tab-2 th:nth-child(3),
.tab-2 td:nth-child(3) {
  min-width: 180px; /* ajuste conforme necessário */
  text-align: center;
}

@media (max-width: 1200px) {
  .grupo-mulher-e-tabelas {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mulher-tabela {
    max-width: 200px;
  }
}

@media (max-width: 900px) {
  .grupo-mulher-e-tabelas {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabela-esquerda,
  .tabela-direita {
    max-width: 100%;
    min-width: 0;
    width: 100%;         /* Garante que cada bloco ocupe uma linha inteira */
    align-items: center;
    margin-bottom: 20px; /* Espaço entre os blocos */
  }
  .mulher-tabela {
    max-width: 150px;
    width: 100%;
    margin: 20px auto;
    display: block;
    order: 3;
    flex-basis: 100%;
  }
  .tabela-esquerda {
    order: 1;
  }
  .tabela-direita {
    order: 2;
  }
  .tabela-anatomica {
    width: 100%;
    overflow-x: auto;
  }
  .tabela-anatomica table {
    min-width: 400px; /* ou ajuste para o mínimo necessário */
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mulher-tabela {
    max-width: 120px;
  }
  .grupo-mulher-e-tabelas {
    padding-left: 0;
    padding-right: 0;
  }
}
 
.texto-menor {
  font-size: 16px !important;
  line-height: 0.01;
}

.texto-resultado {
  font-size: 14px !important;
  line-height: 1.5;
  width: 400px;
}

#area-pdf-sledai {
  min-height: 400px;
  min-width: 400px;
  background: #fff;
  color: #000;
}

.img-tabela-interpretacao {
  max-width: 700px;   /* ajuste o valor conforme desejar */
  width: 100%;
  height: auto;
  display: block;
  /*margin: 20px auto;  /* centraliza e dá espaçamento */
}

html, body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#container-zoom {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: relative;
}

/* PRINCIPAL CORREÇÃO: limitar altura do wrapper pelo mesmo “fator de zoom”:
   Isso impede que a área “expandida” pelo scale calcule altura extra desnecessária */
#zoom-wrapper {
  display: inline-block;
  transform: scale(0.8);
  transform-origin: top left;
  width: calc(100vw / 0.8);
  max-width: none;
  height: calc(100vh / 0.8); /* ajuste aqui: usa 100vh ou um valor maior para sites bem longos */
  vertical-align: top;
}

#area-pdf-clasi, #area-pdf-clasi * {
  page-break-inside: avoid !important;
  break-inside: avoid !important;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    /*color-adjust: exact !important; */
  }
}

@media print {
  .table-container, .tabela-anatomica, .tabela-direita {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: visible !important;
  }
  .tab-2 {
    width: 100% !important;
    table-layout: auto !important;
    overflow: visible !important;
  }
  .tab-2 th, .tab-2 td {
    white-space: normal !important;
    overflow: visible !important;
  }
}

.referencia-sledai {
  width: 100%;
  display: block;
  text-align: center;
  color: #888;
  font-size: 0.85em;  /* aumentei um pouco para melhor leitura, ajuste se quiser */
  margin: 18px auto 0 auto;   /* espaço maior em cima, centraliza embaixo */
  clear: both;    /* impede subir ao lado de floats */
  /* Empurra para linha nova mesmo em flex layouts */
  flex-basis: 100%;
  align-self: center;
}

.oculto-pdf {
  display: none !important;
}

#texto-somente-pdf.pdf-centrado {
  display: block;
  text-align: left !important;
  width: 100% !important;
  margin: 28px 0 12px 0 !important;
  padding: 0 28px !important; /* padding lateral */
  box-sizing: border-box !important;
}
#texto-somente-pdf.pdf-centrado h1 {
  color: #ff7272;
  font-size: 2.1em;
  font-weight: 800;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left !important;
}
#texto-somente-pdf.pdf-centrado p {
  color: #454545;
  font-size: 1.19em;
  font-weight: 400;
  margin: 0;
  max-width: 92vw;         /* aproveita quase toda a largura visível */
  width: 100%;
  line-height: 1.22;
  text-align: left !important;
  white-space: normal;
  hyphens: auto;
  word-break: break-word;
}


#texto-somente-pdf-clasi.pdf-centrado {
  display: block;
  text-align: left !important;
  width: 100% !important;
  margin: 28px 0 12px 0 !important;
  padding: 0 28px !important; /* padding lateral */
  box-sizing: border-box !important;
}
#texto-somente-pdf-clasi.pdf-centrado h1 {
  color: #ff7272;
  font-size: 2.1em;
  font-weight: 800;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left !important;
}
#texto-somente-pdf-clasi.pdf-centrado p {
  color: #454545;
  font-size: 1.19em;
  font-weight: 400;
  margin: 0;
  max-width: 92vw;         /* aproveita quase toda a largura visível */
  width: 100%;
  line-height: 1.22;
  text-align: left !important;
  white-space: normal;
  hyphens: auto;
  word-break: break-word;
}

#texto-somente-pdf-clasi {
  letter-spacing: 0.05em; /* Ou aumente: 0.1em, 1px, 2px etc. */
}

.bloco-botoes-sledai .div-sledai-atividade {
  flex: 0 0 auto;
  padding: 0;
}

.bloco-botoes-sledai .div-sledai-interpretacao {
  padding: 0;
}

.tabela-clasi {
  flex-direction: column;
}

.tabela-clasi p{
  text-align: center;
  color: #606060;
  display: inline-block;
  margin: 5px;
  font-size: 24px;
}

.tabela-clasi img{
  max-width: 800px;
}

.img-cabeca-separador {
  width: 750px;     /* ou 300px, 350px, etc. Ajuste até o desejado */
  max-width: 100%;  /* não ultrapassa o container */
  height: auto;     /* mantém proporção */
  display: block;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  flex-wrap: wrap;
}
.footer-coluna {
  text-align: center;
}
