/* === Limpar formatações padrão === */
* {
margin: 0;
padding: 0;
}
 html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Trebuchet MS', Georgia, serif;
  font-size: clamp(16px, 2vw,20px); /* tam min (cel.), valor fluido % da tela, tam max telas grandes */
  background-color: #85ed75 !important;
  color: #333;
}
h2, h4 {
  color: #288a2e !important;
}
p {
  text-align: justify;
  text-indent: 1em;
  font-size: 1.3em;
  text-wrap: wrap;
  hyphens: auto;
}

.botao-hamburger {
  position: relative !important;
  /*padding-right: 5px;*/
  left: 90% !important;
  font-weight: bold;
  z-index: 100;
}
nav a {             /* formatação dos links do menu horizontal e vertical */
  text-decoration: none;
  color: #2e7d32;
  font-weight: bold;
  /*border: 1px solid blue;*/
}
  /* Barra fixa */
.navbar {
  position: sticky !important;
  display: flex !important;
  flex-direction: row !important;
  /*justify-content: space-between !important;*/
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto; 
  padding-top: 4px !important;
  background-color: #f0f0f0;
  border-bottom: 2px solid #ccc;
  z-index: 1000;
  /*border: 3px solid rgb(44, 0, 222);*/
}
.navbar-logo {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  display: flex;
  height: 80px;
  /*border: 1px solid rgb(255, 0, 0);*/
}
.navbar-logo img {
  height: 100%;
}
.navbar-center {    /* formatação do título */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navbar-menu {   /* área que contem todos os itens do menu */
  display: flex;
  gap: 10px;
  margin: 0px;
  /*border: 1px solid red;*/
}
.navbar-menu a {      /* formatação dos links do menu horizontal e vertical */
  margin: 0 0.2em;
  text-decoration: none;
  color: #2e7d32;
  font-weight: bold;
  /*border: 1px solid blue;*/
}

section {
  scroll-margin-top: 4em;
  padding: 3em 2em;
  max-width: 90%;
  margin: 0 auto;
  border: 1px solid rgb(3, 107, 14);
  background-color: white;
} 

/* ===== Botão hambúrguer — escondido no desktop ===== */
.navbar-menu-toggle {
  display: none;      /* Só aparece em telas pequenas */
  background: none;
  border: none;
  color: rgb(3, 107, 14);
  font-size: 2rem;
  cursor: pointer;
  /*border: 2px solid red;*/
}
.video-text-container {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  gap: 20px;
  margin: 40px auto;
}
video {
  border-radius: 5%;
  max-width: 100%;
  height: auto;
  /*border: 2px solid red;*/
}

.text-wrapper {  /* formatação do texto abaixo (telas peq.) ou ao lado (telas grandes) do vídeo inicial */
  text-align: center;
  padding: 0 10px;
}

.container-foto img {
  width: 10em;
  height: 100%;
  margin-top: 10px;
  border-radius: 15%;
}
.container-foto::after {  /* para o texto fluir à direita e em baixo da foto (tela peq) */
  content: "";
  display: block;
  clear: both;
}
.foto-ki {
  float: left;
  margin: 1em 8px 2px 0px;
  /*width: 15em;*/
  height: auto;
}
.foto-quiron {
  border-top-left-radius: 15% !important;
  border-bottom-right-radius: 15% !important;
}
.container-sobre { /* div que envolve o texto "Sobre Isabel Cristina Giese" */
  /*flex: 1;*/
  min-width: 100px;
  hyphens: auto;
  /*border: 2px solid red;*/
}

.btn {                 /* botão "Agende um primeiro contato" */
  display: inline-block;
  font-size: 1.3em !important;
  margin-top: 1em;
  margin-left: 0vh;
  align-content: center;
  padding: 0.4em 0.8em 0.4em 0.8em;
  background-color: #81c784 !important;
  border-radius: 12px !important;
  text-decoration: none;
}
.btn-custom {
  background-color: #81c784 !important;
  color: white !important;
  border: none !important;
}
.btn-custom:hover {
  background-color: #5bba60 !important;
  color: white !important;
  text-decoration: none;
}
.profissao {           /* formatação dos parágrafos descritivos da profissão */
  text-indent: 2.7em;
  font-style: italic;
}
.poetico {
  font-style: italic;
  text-align: center;
}
.link-marcia {  /* link do instagram da Marcia Ismério */
  text-decoration: none;
  color: #288a2e !important;
  font-size: 1.1em;
  font-weight: bold;
  float: right;
  /*border: 1px solid red;*/
}

.container-logo-whatsapp img {
  /*position:sticky;*/
  float: left;
  width: 2em;
  height: 100%;
  padding-top: 1em;
  padding-right: 0.1em;
  margin-left: 1.5em;
  margin-right: 0;
}

.card-header {
  /* background-color: rgb(182, 255, 182) !important; */
  background: linear-gradient(to right, #85ed75, #ffffff) !important;
  color: #737373 !important;
  border-radius: 10px 0px !important;
}
.card-text {
  font-size: 1.3em;
  text-align: justify-left;
  text-indent: 1em !important;
  text-wrap: wrap;
  hyphens: auto;
}
.card-body {
  background-color: #ffffff;
}
.card-body img {
  border-radius: 2%;
}      
/* ================= Formatação da Tabela da seção Estudos ================== */
table {
  border-collapse: collapse !important;
  width: 95% !important;
  margin: 10px;
}
th {
  border: 1px solid #ddd !important;
  padding: 6px;
  border-radius: 5px;
  background-color: #85ed75 !important;
  color: white;
  font-size: 1em;
  text-wrap: wrap;
  hyphens: auto;
  text-align: center !important;
}
tr {
  border: 2px solid #ddd !important;
  font-size: 0.9em;
  text-wrap: wrap;
  hyphens: auto;
  text-align: left !important;
}

/* ======================= RODAPÉ ======================== */
  footer {
    font-size: 0.8em;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #e8f5e9;
    color: #2e7d32;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  footer-container {
    width: 90%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
.caixa_final {
  width: 100%;
  height: 100px;
  margin-top: 0px;
  background-color: #85ed75;
  border: none;
  padding: 0cm;
  color: white;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/* ########### APAGAR APÓS O NATAL ############ */

.container_feliz_natal img {
  width: 30em;
  height: 100%;
  margin-top: 10px;
  border-radius: 15%;
}

.feliz_natal {
  float: left;
  margin: 1em 8px 2px 0px;
  width: 35em;
  height: auto;
  /*border: 1px solid red;*/
}

/* ############################################ */

/* ============================ 11111111111111111 =================================*/
/* ============ comandos responsivos para telas MENORES do que 767.98px ==============*/
@media (max-width: 767.98px) { /* ========== 1111111111 até 767.98 px ========== */

/* ########### APAGAR APÓS O NATAL ############ */
.container_feliz_natal img {
  width: 20em;
  height: 100%;
  margin-top: 10px;
  border-radius: 15%;
}
/* ############################################ */

  .navbar-center {
    padding-right: 0px;
    margin-left: 45px;
    height: 40px;
    font-weight: bold;
    font-size: clamp(10px, 4vw, 30px); /* tam min (cel.), valor fluido % da tela, tam max telas grandes*/
    background-color: none;
    /*margin-top: 5px;*/
    color: #1b5e20;
    /*border: 1px solid rgb(17, 0, 255);*/
  }

  .navbar-menu {
    display: none;  /* com js, exibe ou oculta ao clique no botão hamburger */
    margin-top: .1vw;
    flex-direction: column;
    background: #e8f5e9;
    position: absolute;
    top: calc(10vw + 40px);
    font-weight: bold;
    text-align: right;
    right: 26px;   /* afasta o menu dropdown(em telas pequenas) para a esquerda */
    width: 135px;   /* largura do retangulo onde estão os links */
    padding: 8px;
    border-radius: 12px;
    /*border: 2px solid blue;*/
  }

 .navbar-menu.aberto {
    display: flex;
    line-height: 1.6;
    text-decoration: none;
    /*border: 2px solid red;*/
  }

  .menu-icon {   /* só aparece qdo a tela for menor do que o definido em max-width acima */
    /*float: right !important;*/
    font-size: 35px;
    margin-right: 20px;
    padding: 0px;
    color: rgb(3, 107, 14);
    cursor: pointer;
    /*border: 2px solid red;*/
  }
 
  .container-inicial {
    display: flex;   /* ativa o flexbox */
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    gap: 10px;  /* espaço entre as divs */
    scroll-margin-top: 5em;
    padding: 2rem;
    /* border: 2px solid red; */
  }
 
  /* #################### LOADER GIRANTE #################### */
  .video-text-container {
    position: relative;
    display: flex;
    align-items: top;
    /* justify-content: center; */
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    z-index: 0;
    /*border: 5px solid blue;*/
  }
  .video-frame .loader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    /* transition: opacity 0.3s ease; */
    z-index: 1500;
    opacity: 1;
  }
  .video-frame .loader::before {
    content: "";
    display: block;
    width: min(12vmin, 120px);
    height: min(12vmin, 120px);
    border-radius: 50%;
    border: calc(min(1.2vmin, 6px)) solid rgba(255,255,255,0.12);
    box-sizing: border-box;
  }

  #video1 {
    display: flex;
    position: relative;
    align-self: center;
    top: 0;
    z-index: 2000;
    /* width: auto; */
    /* max-width: 100%; */
    /* height: 520px; */
    display: block;
    margin: 0;
    object-fit: cover;
    animation: fadeIn 2s ease-in forwards; /* faz o video aparecer suavemente */
    /* border: 2px solid blueviolet; */
  }
  .video-error {
    position: relative;
    z-index: 3000;
    align-items: top;
    text-align: center;
    color: rgb(0, 0, 0);
    background: #e2e2e2;
    padding: .6rem 1rem;
    border-radius: 8px;
    font-weight: bold;
    margin-top: .6rem;
    display: inline-block;
  }
  .text-wrapper { /* texto centralizado abaixo do video */
    position: relative;
    flex: 1;
    padding-left: 0;
    text-align: center;
    z-index: 3000;
    text-align: bottom;
    width: 80vw;
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 2s ease-out forwards;
    /* border: 2px solid green; */
  }
 
  @keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .loader {
    position: absolute;
    display: flex;
    justify-content: top;
    margin-bottom: 230px;
    z-index: 1000;
    /* margin-left: 20px; */
    /* ######## APAGAR APÓS O NATAL ######## */
    margin-top: -200px;
    /* ######## APAGAR APÓS O NATAL ######## */
    width: 50px;
    height: 50px;
    display: grid;
    border-radius: 50%;
    /* -webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%); */
    background:
      linear-gradient(0deg ,#6df48880 50%,rgb(109, 244, 123) 0) center/4px 100%,
      linear-gradient(90deg,#6df47f40 50%,#6df48dbf 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3 1.5s infinite steps(12);
    /* border: 2px solid red; */
  }
  .loader::before,
  .loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
  }
  .loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
  }
  .video-loaded .loader {
    display: none;
  }

  @keyframes s3 {
    100% {transform: rotate(1turn)}
  }
 /* #################### FIM LOADER GIRANTE #################### */


  .btn {                 /* botão "Agende um primeiro contato" */
    display: inline-block;
    font-size: .8em !important;
    font-weight: bold !important;
    margin-top: 1em;
    margin-left: 1vh;
    align-content: center;
    padding: 0.4em 0.8em 0.4em 0.8em;
    background-color: #81c784 !important;
    border-radius: 12px !important;
    text-decoration: none;
  }
  .btn-custom {
    background-color: #81c784 !important;
    color: white !important;
    border: none !important;
  }
  .btn-custom:hover {
    background-color: #5bba60 !important;
    color: white !important;
    text-decoration: none;
  }
  
  .w_reich {
    font-size: 20px;
    width: 100%;
    font-style: italic;
    padding-left: 0px;
    text-align: left;
    justify-content: left;
    /*text-align: left;*/
    margin: 10px 0px 3px -18px;
    /*border: 1px solid rgb(98, 0, 255);*/
  }
  .psi h3 { /* classe para centralizar o texto do bloco psi em telas pequenas */
    text-align: center;
  }

.card-text-quiron {
  font-size: 1.7em;
  color: #288a2e;
  font-weight: bolder;
  margin-left: 0px;
  text-align: left;
  text-indent: 0em !important;
  text-wrap: wrap;
  hyphens: auto;
}

  .card-columns {
    justify-content: center !important;
    align-items: center;
    /*border: 1px solid red;*/
  }
  .qr-code-taggo {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    /*padding: 1em 0em 0em 2em;*/
    align-items: center;
    align-content: center;
    font-family: 'Trebuchet MS', Georgia, serif;
    font-weight: 900;
    color: #1b5e20;
    /*width: 10em;*/
    /*height: 100%;*/
    /*margin-right: 2vh;*/
    /*border: 2px solid red;*/
   }

}
/* ============================ 22222222222222222 =================================*/
/* ============ comandos responsivos para telas MAIORES do que 768px ==============*/
@media (min-width: 768px) { /* ========== 2222222222 maior do que 768px ========== */

  .menu-icon {
    display: none;
  }
  .navbar-center {    /* formatação do título */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }  
  .navbar {
    align-content: center;
    flex-direction: column !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0 auto; 
    padding-top: 0px !important;
    background-color: #f0f0f0;
    border-bottom: 2px solid #ccc;
    z-index: 1000;
    /*border: 3px solid rgb(44, 0, 222);*/
  }
  .navbar-logo {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    height: 82px;
    /*border: 1px solid rgb(255, 0, 0);*/
  }
  .navbar-logo img {
    height: 100%;
  }
  .navbar-center {
    margin-right: 0px;
    width: 450px;
    height: 10px;
    font-weight: bold;
    font-size: clamp(10px, 4vw, 30px); /* tam min (cel.), valor fluido % da tela, tam max telas grandes*/
    background-color: none;
    /*margin-top: 5px;*/
    color: #1b5e20;
    /*border: 1px solid rgb(2, 172, 73);*/
  }

  .container-inicial {   /* semelhante a section, ocupa toda a largura da tela */
    display: flex;   /* ativa o flexbox */
    justify-content: center;  /* centraliza horizontalmente */
    align-items: top;  /* alinha ao topo verticalmente */
    max-width: 90%;
    /*margin: 0 auto;*/
    gap: 10px;  /* espaço entre as divs */
    scroll-margin-top: 5em;
    padding-top: 0px;
    border: 1px solid rgb(3, 107, 14);
    background-color: white;
   /*  border: 5px solid rgb(255, 0, 0); */
  } 

  video {
    border-radius: 5%;
    max-width: 100%;
    height: auto;
    /* border: 2px solid red; */
  }

  .text-wrapper {  /* texto ao lado direito do video */
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
    text-wrap: wrap;
    hyphens: auto;
    width: 80vw;
    height: 300px;
    text-align: left;

    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 2s ease-out forwards;
   /* border: 5px solid blueviolet; */
  }

  @keyframes slideUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* #################### LOADER GIRANTE #################### */

  .video-text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    align-items: top;
    width: 80%;
    max-width: 100%;
    margin-top: 0;
    z-index: 0;
    /* gap: 20px; */
    margin: 40px auto;
  }

  .video-frame .loader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    /* transition: opacity 0.3s ease; */
    z-index: 1500;
    opacity: 1;
  }
  .video-frame .loader::before {
    content: "";
    display: block;
    width: min(12vmin, 120px);
    height: min(12vmin, 120px);
    border-radius: 50%;
    border: calc(min(1.2vmin, 6px)) solid rgba(255,255,255,0.12);
    box-sizing: border-box;
  }

  #video1 {
    display: flex;
    position: relative;
    align-self: center;
    top: 0;
    z-index: 2000;
    width: auto;
    height: 520px;
    display: block;
    margin: 0;
    object-fit: cover;
    animation: fadeIn 2s ease-in forwards; /* faz o video aparecer suavemente */
   /*  border: 5px solid rgb(243, 4, 4); */
  }

  .video-error {
    position: relative;
    z-index: 3000;
    align-items: top;
    text-align: center;
    color: rgb(0, 0, 0);
    background: #e2e2e2;
    padding: .6rem 1rem;
    border-radius: 8px;
    font-weight: bold;
    margin-top: .6rem;
    display: inline-block;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .loader {
    position: absolute;
    display: flex;
    justify-content: top;
    margin-bottom: 230px;
    z-index: 1000;
    /* margin-left: 20px; */
    width: 50px;
    height: 50px;
    display: grid;
    border-radius: 50%;
    /* -webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%); */
    background:
      linear-gradient(0deg ,#6df48880 50%,rgb(109, 244, 123) 0) center/4px 100%,
      linear-gradient(90deg,#6df47f40 50%,#6df48dbf 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3 1.5s infinite steps(12);
    /* border: 2px solid red; */
  }
  .loader::before,
  .loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
  }
  .loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
  }
  .video-loaded .loader {
    display: none;
  }

  @keyframes s3 {
    100% {transform: rotate(1turn)}
  }

 /* #################### FIM LOADER GIRANTE #################### */

.card-text-quiron {
  font-size: 2em !important;
  color: #288a2e;
  font-weight: bolder;
  margin-left: 0px !important;
  text-align: left;
  text-indent: 0em !important;
  text-wrap: wrap;
  hyphens: auto;
}

  .w_reich {
    font-size: 19px;
    width: 100%;
    font-style: italic;
    padding-left: 0px;
    text-align: left;
    justify-content: left;
    /*text-align: left;*/
    margin: 10px 0px 3px -18px;
    /*border: 1px solid rgb(255, 0, 0);*/
  }

  .qr-code-taggo {
    float: left;
    margin-left: 1.4em;
    padding: 2em 0em 0em 2em;
    align-items: center;
    align-content: center;
    font-family: 'Trebuchet MS', Georgia, serif;
    font-weight: 900;
    color: #1b5e20;
  }

/* ================= Formatação da Tabela ================== */
  table {
    border-collapse: collapse !important;
    width: 95% !important;
    margin: 10px;
  }
  th {
    border: 1px solid #ddd !important;
    padding: 6px;
    border-radius: 5px;
    background-color: #85ed75 !important;
    color: rgb(117, 117, 117) !important;
    font-size: 1.2em;
    text-wrap: wrap;
    hyphens: auto;
    text-align: center !important;
  }
  tr {
    border: 2px solid #ddd !important;
    font-size: 1.2em;
    text-wrap: wrap;
    hyphens: auto;
  }
}


/* ============================ 33333333333333333 =================================*/
/* ============ comandos responsivos para telas MAIORES do que 999px ==============*/
@media (min-width: 992px) { /* ========== 3333333333 maior do que 992px ========== */

  .menu-icon {
    display: none;
  }
  section {  /* só altera a max-width, os outros parametros permanecem como lá em cima */
    max-width: 95%;
  } 
 
  .container-inicial {   /* semelhante a section, ocupa toda a largura da tela */
    max-width: 95%;
    padding-left: 0rem;
    scroll-margin-top: 10rem;
    border: 1px solid rgb(3, 107, 14);
    background-color: white;
    /* border: 2px solid blueviolet; */
  } 
  
  .video-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 6rem;
    width: 100%;
    gap: 80px;
    /* border: 5px solid rgb(255, 0, 0); */
  }
  video {
    border-radius: 5%;
    height: auto;
    width: 100px;
    /* border: 2px solid red; */
  }

  #video1 {
    display: flex;
    position: relative;
    align-self: center;
    top: 20px;
    z-index: 2000;
    width: auto;
    height: 520px;
    display: block;
    margin: 0;
    object-fit: cover;
  }
  .video-error {
    position: absolute;
    width: 300px;
    margin-top: 23rem;
    margin-right: 45vw;
    z-index: 3000;
    /* align-items: top; */
    text-align: center;
    color: rgb(0, 0, 0);
    background: #e2e2e2;
    padding: .6rem 1rem;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    /* border: 2px solid red; */
  }

  .card-text-quiron {
    font-size: 1.3em;
    margin-left: 200px;
    text-align: left;
    text-indent: 0em !important;
    text-wrap: wrap;
    hyphens: auto;
  }
  .text-wrapper {  /* texto ao lado direito do video */
    display: flex;
    text-wrap: wrap;
    hyphens: auto;
    font-size: 21px;
    width: 90%;
    height: 300px;
    text-align: left;

    opacity: 0;
    transform: translateX(30px);
    animation: slideLeft 2s ease-out forwards;
    /* border: 5px solid blueviolet; */
  }
  @keyframes slideLeft {  /* desliza o texto suavemente da direita para a esquerda ao carregar a página */
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

 .loader {
    position: absolute;
    display: flex;
    z-index: 1000;
    margin-top: 250px;    /* para centralizar o loader com o video e por tras */ 
    margin-right: 45vw;   /* para centralizar o loader com o video e por tras */ 
    width: 50px;
    height: 50px;
    display: grid;
    border-radius: 50%;
    /* -webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%); */
    background:
      linear-gradient(0deg ,#6df48880 50%,rgb(109, 244, 123) 0) center/4px 100%,
      linear-gradient(90deg,#6df47f40 50%,#6df48dbf 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3 1.5s infinite steps(12);
    /* border: 2px solid red; */
  }

  .w_reich {
    font-size: 19px;
    width: 100%;
    font-style: italic;
    padding-left: 0px;
    text-align: left;
    justify-content: left;
    /*text-align: left;*/
    margin: 10px 0px 3px -18px;
    /*border: 1px solid rgb(255, 0, 0);*/
  }

  .psi { /* classe para centralizar o texto só em telas grandes */
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.8em;
  }
  .container-sobre p { /* parágrafos dentro do container-sobre ("Sobre Isabel Cristina Giese") */
    text-indent: 0px;
    min-width: 100px;
    hyphens: auto;
    /*border: 2px solid red;*/
  }
  .qr-code-taggo {
    float: left;
    margin-left: 1.4em;
    padding: 2em 0em 0em 2em;
    align-items: center;
    align-content: center;
    font-family: 'Trebuchet MS', Georgia, serif;
    font-weight: 900;
    color: #1b5e20;
  }

/* ================= Formatação da Tabela ================== */
  table {
    border-collapse: collapse !important;
    width: 95% !important;
    margin: 10px;
  }
  th {
    border: 1px solid #ddd !important;
    padding: 6px;
    border-radius: 5px;
    background-color: #85ed75 !important;
    /*color: white;  --- permanece a cor definida acima em 2222222222 */
    font-size: 1.5em;
    text-wrap: wrap;
    hyphens: auto;
    text-align: center !important;
  }
  tr {
    border: 2px solid #ddd !important;
    font-size: 1.4em;
    text-wrap: wrap;
    hyphens: auto;
  }
}
/* ========================= fim comandos responsivos ===================== */


 