@charset "UTF-8";
/*****#2f5496*****/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/*****#2f5496*****/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html {
  scrollbar-color: #558ED5 #e0ffff; /* Cores válidas (azul claro e azul bebê como exemplo) */
  scrollbar-width: 4.8828125vw; /* Largura da barra de rolagem */
}

/* Remova ou corrija o seletor incorreto dentro de html */
::-webkit-scrollbar {
  width: 20px; /* Largura para navegadores WebKit */
}

::-webkit-scrollbar-track {
  background: #EEF3F8;
}

::-webkit-scrollbar-thumb {
  background: #558ED5; /* Cor do polegar da barra de rolagem */
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  font-family: "Rubik", sans-serif !important;
  font-weight: lighter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif !important;
  font-weight: bold;
}

/* Reset básico de CSS */
/* Remove todas as margens e preenchimentos */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove a formatação padrão de fontes */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure,
blockquote,
pre {
  font-size: 100%;
  font-family: inherit;
}

body {
  width: 100vw;
}

/* Remove a formatação padrão de listas e links */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: bolder !important;
}

/* Remove a borda padrão de inputs, selects e outros elementos de formulário */
input,
button,
textarea,
select {
  border: none;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Normaliza os estilos de tabela */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Desativa o estilo de links visitados */
a:visited {
  color: inherit;
}

/* Remover a formatação de campo de formulário (botões, campos de texto, etc) */
button {
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea {
  background-color: transparent;
}

/* Remover borda e sombras de elementos de foco */
:focus {
  outline: none;
}

/* Normaliza o comportamento de imagens */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove os espaços ao redor do iframe */
iframe {
  border: 0;
  max-width: 100%;
}

/* Garantir que todos os elementos ocupem o espaço disponível (se necessário) */
html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  max-width: 99.8vw;
  overflow-x: hidden;
}

/* Normaliza o scroll */
::-moz-selection {
  background: #558ED5;
  color: white;
}
::selection {
  background: #558ED5;
  color: white;
}

::-moz-selection {
  /* Para compatibilidade com Firefox */
  background: #558ED5;
  color: white;
}

/*****#2f5496*****/
/*****#2f5496*****/
html {
  scrollbar-color: #558ED5 #e0ffff; /* Cores válidas (azul claro e azul bebê como exemplo) */
  scrollbar-width: 4.8828125vw; /* Largura da barra de rolagem */
}

/* Remova ou corrija o seletor incorreto dentro de html */
::-webkit-scrollbar {
  width: 20px; /* Largura para navegadores WebKit */
}

::-webkit-scrollbar-track {
  background: #EEF3F8;
}

::-webkit-scrollbar-thumb {
  background: #558ED5; /* Cor do polegar da barra de rolagem */
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  font-family: "Rubik", sans-serif !important;
  font-weight: lighter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif !important;
  font-weight: bold;
}

/* Reset básico de CSS */
/* Remove todas as margens e preenchimentos */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove a formatação padrão de fontes */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure,
blockquote,
pre {
  font-size: 100%;
  font-family: inherit;
}

body {
  width: 100vw;
}

/* Remove a formatação padrão de listas e links */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: bolder !important;
}

/* Remove a borda padrão de inputs, selects e outros elementos de formulário */
input,
button,
textarea,
select {
  border: none;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Normaliza os estilos de tabela */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Desativa o estilo de links visitados */
a:visited {
  color: inherit;
}

/* Remover a formatação de campo de formulário (botões, campos de texto, etc) */
button {
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea {
  background-color: transparent;
}

/* Remover borda e sombras de elementos de foco */
:focus {
  outline: none;
}

/* Normaliza o comportamento de imagens */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove os espaços ao redor do iframe */
iframe {
  border: 0;
  max-width: 100%;
}

/* Garantir que todos os elementos ocupem o espaço disponível (se necessário) */
html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  max-width: 99.8vw;
  overflow-x: hidden;
}

/* Normaliza o scroll */
::-moz-selection {
  background: #558ED5;
  color: white;
}
::selection {
  background: #558ED5;
  color: white;
}

::-moz-selection {
  /* Para compatibilidade com Firefox */
  background: #558ED5;
  color: white;
}

/*****#2f5496*****/
@media (min-width: 769px) {
  #hamburguer {
    position: fixed;
    top: 2vw;
    left: 2vw;
    width: 7vw;
    height: auto;
    display: none;
  }
  /******************************************/
  /******************************************/
  /******************************************/
  /******************************************/
  @keyframes openMenuDesktop {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.999;
    }
  }
  /******************************************/
  /******************************************/
  /******************************************/
  /******************************************/
  /******************************************/
  #fundoMenu {
    background: #558ed5;
    height: 2.08828125vw;
    position: absolute !important;
    top: 24.7vw;
    left: 0vw;
    width: 100vw;
  }
  body {
    position: relative;
  }
  nav {
    border: 0;
    margin-bottom: 0.1563vw;
    z-index: 99999994000000000000;
    position: relative;
    width: 100%;
  }
  nav #logotipo {
    position: absolute;
    right: 2vw;
    top: -2.6vw;
    width: 11vw;
  }
  nav #aumentarFontes,
  nav #reduzirFontes {
    display: flex;
    width: 2vw;
    height: 2vw;
    max-height: 90%;
    background-color: #2c4a6f;
    padding: 0.3vw;
    border-radius: 0.3vw;
    border: 0.0521vw solid rgba(255, 141, 47, 0);
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
  }
  nav #aumentarFontes:hover,
  nav #reduzirFontes:hover {
    border: 0.0521vw solid #ff8c2f;
    transform: scale(1.3);
  }
  nav ul {
    display: flex;
    gap: 2.9326171875vw;
    padding-left: 3vw;
    background: #558ed5;
    flex-direction: row;
    height: 2.08828125vw;
    align-items: center;
  }
  nav ul li {
    color: white;
    position: relative;
    /*****************************/
    display: flex;
    gap: 0.3vw;
    align-items: center;
    /*****************************/
  }
  nav ul li a {
    color: white;
  }
  nav ul li ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: auto;
    top: 1.4965625vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.9765625vw;
    margin: 0 !important;
    padding: 1.1953125vw;
    gap: 0.7765625vw;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.61);
  }
  nav ul li ul li a:hover {
    color: #ffb272;
    border-bottom: 1px solid #ffb272;
  }
  /******************************************/
  /******************************************/
  /******************************************/
  /******************************************/
  navXXXXXXXX ul {
    align-items: center;
    height: 3.90625vw;
    margin-top: 1.02734375vw;
    margin-bottom: 1.02734375vw;
    display: flex;
    gap: 2.9326171875vw;
    padding-left: 3vw;
    background: linear-gradient(to bottom, #558ed5 0%, #2c4a6f 100%);
    color: white;
    font-size: 1.18188vw;
    border-radius: 0.390625vw;
  }
  navXXXXXXXX ul li:hover {
    animation: scale 0.2s forwards;
  }
  @keyframes scale {
    0% {
      transform: scale(1);
      color: #ffffff;
    }
    100% {
      transform: scale(1.3);
      color: #ff8c2f;
    }
  }
}
@media (max-width: 768.4px) {
  #hamburguer {
    position: fixed !important;
    z-index: 25 !important;
    top: 2vw;
    left: 2vw;
    width: 7vw;
    height: auto;
    z-index: 200000000000;
  }
  nav {
    z-index: 30000000000000000000;
    color: white;
    background-color: #558ED5;
    position: fixed;
    max-width: 40vw;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 7vw;
    opacity: 0;
  }
  nav ul li {
    margin-bottom: 1vw;
    padding: 2vw;
    background-color: rgba(255, 255, 255, 0.401);
    border-radius: 0.7vw;
    text-transform: capitalize !important;
  }
  .showMenu {
    animation: abreMenu 2s forwards;
  }
  .FechaMenu {
    animation: fechaMenu 0.5s forwards;
  }
  .menunBackground {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 74, 111, 0.3254901961);
    left: 0;
    top: 0;
    animation: fundo 5s forwards;
    z-index: 20;
  }
  @keyframes fundo {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes abreMenu {
    0% {
      opacity: 0;
      left: -50%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fechaMenu {
    0% {
      opacity: 1;
      left: 0%;
    }
    100% {
      opacity: 0;
      left: -50vw;
    }
  }
}
/*****#2f5496*****/
/*****#2f5496*****/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
@media (max-width: 768.4px) {
  footer {
    margin-top: 2.9296875vw;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background: linear-gradient(to bottom, rgb(207.6886792453, 223.5518867925, 243.3113207547) 0%, rgb(187.2405660377, 209.9599056604, 238.2594339623) 100%);
    padding: 7vw;
    display: flex;
    gap: 3.90625vw;
    flex-direction: row;
    justify-content: left;
  }
  footer ul {
    display: flex;
    flex-direction: column;
    gap: 0.9765625vw;
    width: 100%;
  }
  footer ul li {
    width: 100%;
    display: block;
    text-align: center;
    list-style: none;
    color: white;
  }
  footer ul li:hover {
    animation: zoom 0.2s forwards;
  }
  footer ul li a {
    text-transform: capitalize;
    color: #558ED5;
    text-align: left;
    color: #ffffff;
  }
}
@media (max-width: 768.4px) and (min-width: 500.4px) and (max-width: 768px) {
  footer ul li a {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (max-width: 768.4px) and (min-width: 320.4px) and (max-width: 500px) {
  footer ul li a {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (max-width: 768.4px) and (max-width: 320px) {
  footer ul li a {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (max-width: 768.4px) {
  .home {
    position: relative;
  }
  .phone {
    position: relative;
  }
  .email {
    position: relative;
  }
  .insta {
    position: relative;
  }
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
}
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
@media (min-width: 769px) {
  footer {
    margin-top: 2.9296875vw;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background-color: rgb(28.7264150943, 67.7122641509, 116.2735849057);
    padding: 1.3vw;
    display: flex;
    align-items: center;
    padding-left: 14.90625vw !important;
    padding-right: 12.90625vw !important;
  }
  footer span {
    color: #558ED5;
    text-align: left;
    color: white;
    display: inline-block;
    width: auto;
    border: 1px solid white;
    padding: 0.5vw;
    border-radius: 0.5vw;
    white-space: nowrap;
  }
  footer {
    display: flex;
    gap: 3.90625vw;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 3vw;
  }
}
@media (min-width: 769px) and (min-width: 500.4px) and (max-width: 768px) {
  footer span {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (min-width: 320.4px) and (max-width: 500px) {
  footer span {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 320px) {
  footer span {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (min-width: 769px) {
  footer span a {
    color: #558ED5;
    text-align: left;
    color: white;
    font-weight: bolder;
  }
}
@media (min-width: 769px) and (min-width: 500.4px) and (max-width: 768px) {
  footer span a {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (min-width: 320.4px) and (max-width: 500px) {
  footer span a {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 320px) {
  footer span a {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (min-width: 769px) {
  footer ul {
    display: flex;
    flex-direction: row;
    gap: 0.9765625vw;
    width: inherit;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer ul li {
    width: auto %;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-right: 2vw;
    animation: zoom 0.2s forwards;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer ul li a {
    text-transform: capitalize;
    color: #558ED5;
    text-align: left;
    color: #ffffff;
  }
}
@media (min-width: 769px) and (min-width: 500.4px) and (max-width: 768px) {
  footer ul li a {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (min-width: 320.4px) and (max-width: 500px) {
  footer ul li a {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 320px) {
  footer ul li a {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .homeNew::before {
    content: " ";
    background-image: url("https://somosoceano.eco.br/img/footer/icons/caramujo.png");
    width: 1.1296875vw;
    height: 1.1296875vw;
    display: block;
    background-size: cover;
    display: block;
    position: absolute;
    left: -1.3vw;
    top: 7%;
  }
  .contatoNew::before {
    content: " ";
    background-image: url("https://somosoceano.eco.br/img/footer/icons/golfinho.png");
    width: 1.1296875vw;
    height: 1.1296875vw;
    display: block;
    background-size: cover;
    display: block;
    position: absolute;
    left: -1.3vw;
    top: 7%;
  }
  .home {
    position: relative;
  }
  .home::before {
    content: " ";
    background-image: url("https://somosoceano.eco.br/img/footer/icons/home.svg");
    width: 1.1296875vw;
    height: 1.1296875vw;
    display: block;
    background-size: cover;
    display: block;
    position: absolute;
    left: -1.3vw;
    top: 7%;
  }
  .phone {
    position: relative;
  }
  .phone::before {
    content: " ";
    background-image: url("https://somosoceano.eco.br/img/footer/icons/phone.svg");
    width: 1.1296875vw;
    height: 1.1296875vw;
    display: block;
    background-size: cover;
    display: block;
    position: absolute;
    left: -1.3vw;
    top: 7%;
  }
  .email {
    position: relative;
  }
  .email::before {
    content: " ";
    background-image: url("https://somosoceano.eco.br/img/footer/icons/email.svg");
    width: 1.1296875vw;
    height: 1.1296875vw;
    display: block;
    background-size: cover;
    display: block;
    position: absolute;
    left: -1.3vw;
    top: 7%;
  }
  .insta {
    position: relative;
  }
  .insta::before {
    content: " ";
    background-image: url("https://somosoceano.eco.br/img/footer/icons/instagram.svg");
    width: 1.1296875vw;
    height: 1.1296875vw;
    display: block;
    background-size: cover;
    display: block;
    position: absolute;
    left: -1.3vw;
    top: 7%;
  }
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
}
/*****#2f5496*****/
/*****#2f5496*****/
/*****#2f5496*****/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
#MinasPesquisas2 {
  background-color: "#F5F9FD";
  width: 100%;
  border: 1px solid rgb(87, 87, 87);
}

.check-keyword,
.check-amostra,
.check-autor,
.check-orientador {
  -webkit-appearance: auto;
  position: relative !important;
  width: 1.0417vw;
  height: 1.0417vw;
}

@media (min-width: 769px) {
  .hide {
    display: none;
  }
  #informacaoDeDataFinal {
    display: none;
  }
  .espacador {
    height: 0.4vw;
  }
  #closeData1,
  #closeData2 {
    top: 5vw;
  }
  #closeAmostras {
    z-index: 40000;
    top: 5vw;
  }
  #resultadosDePesquisaDeAmostras {
    background-color: white;
    padding: 0.5vw;
    border: 1px solid #aad3df;
    overflow-y: hidden;
    border-radius: 0.3vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
  .btnClose {
    position: absolute;
    border: 1px solid #558ED5;
    left: 24vw;
    top: 8vw;
    z-index: 2400000000000000000000;
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 2vw;
  }
  .caixasNovoLayout {
    display: block;
    position: relative;
    padding-left: 2.1354vw;
    padding-right: 2.1354vw;
    padding-bottom: 0.5vw;
  }
  .caixasNovoLayout h2,
  .caixasNovoLayout h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 0.6771vw;
    text-transform: capitalize;
    color: rgb(38.8301886792, 91.5283018868, 157.1698113208);
    font-weight: bolder;
    text-transform: uppercase;
    transform: scale(1.5);
    left: 6vw;
    position: relative;
    top: 0.3vw;
  }
  .caixasNovoLayout .topoPesquisaMesAno,
  .caixasNovoLayout .linha {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 0.625vw;
  }
  .caixasNovoLayout .topoPesquisaMesAno .TipoDeEntrada,
  .caixasNovoLayout .linha .TipoDeEntrada {
    display: none;
  }
  .caixasNovoLayout .topoPesquisaMesAno ul,
  .caixasNovoLayout .linha ul {
    position: relative;
  }
  .caixasNovoLayout .topoPesquisaMesAno ul #DataIniciolMaisRecente,
  .caixasNovoLayout .topoPesquisaMesAno ul #DataFinalMaisRecente,
  .caixasNovoLayout .linha ul #DataIniciolMaisRecente,
  .caixasNovoLayout .linha ul #DataFinalMaisRecente {
    border-top: 1px solid blue;
    position: relative;
    bottom: 1px;
  }
  .caixasNovoLayout .campos {
    border-radius: 0.5729vw;
    border: 1px solid #cfcfcf;
    padding: 0.5vw;
    width: 100%;
    text-align: left;
    background-color: white;
    color: #7c7c7c;
    display: inline-block;
    margin-right: 0.5729vw;
    display: flex;
    flex-direction: column;
    min-height: 2.5vw;
  }
  .caixasNovoLayout #resultadosDePesquisa,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras,
  .caixasNovoLayout #resultadosDePesquisaDeAutores,
  .caixasNovoLayout #listaDeOrientadores {
    height: auto;
    overflow-y: scroll;
  }
  .caixasNovoLayout #resultadosDePesquisa li,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras li,
  .caixasNovoLayout #resultadosDePesquisaDeAutores li,
  .caixasNovoLayout #listaDeOrientadores li {
    position: relative;
    display: flex;
  }
  .caixasNovoLayout #resultadosDePesquisa li .caixainput,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras li .caixainput,
  .caixasNovoLayout #resultadosDePesquisaDeAutores li .caixainput,
  .caixasNovoLayout #listaDeOrientadores li .caixainput {
    width: 1.4583vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.4688vw;
  }
  .caixasNovoLayout #resultadosDePesquisa li span,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras li span,
  .caixasNovoLayout #resultadosDePesquisaDeAutores li span,
  .caixasNovoLayout #listaDeOrientadores li span {
    display: inline-block;
  }
  .caixasNovoLayout {
    /********************************************************/
  }
  .caixasNovoLayout #resultadosDePesquisaDeAutores,
  .caixasNovoLayout #listaDeOrientadores {
    height: auto;
    overflow-y: visible;
    position: absolute;
    z-index: 4000;
    background-color: white;
    border: 1px solid #00449f;
    top: 9.7vw;
    border-radius: 11px;
    padding: 0.4vw;
    width: 23.5vw;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .caixasNovoLayout {
    /********************************************************/
  }
  .caixasNovoLayout label {
    display: flex;
    align-items: center;
  }
  .caixasNovoLayout label span {
    display: inline;
    position: relative;
    left: 1.3vw;
  }
  .caixasNovoLayout label input[type=checkbox] {
    -webkit-appearance: auto;
    width: 1.0417vw;
    height: 1.0417vw;
  }
  .ativo {
    background-color: white !important;
  }
  /***************************/
  /***************************************************/
  /***************************************************/
  /***************************************************/
  input[type=checkbox] {
    position: absolute !important;
  }
  #filtroAmostra {
    position: relative;
    width: 100%;
    font-size: 0.7225vw !important;
    line-height: 98%;
    text-transform: capitalize;
    /************************************************/
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    position: absolute;
    top: 72px;
    /************************************************/
  }
  #filtroAmostra .checkbox-item {
    max-width: 100%;
    margin-bottom: 2px;
    /*************/
  }
  #filtroAmostra .checkbox-item label {
    border: 1px solid #558ED5;
    border-radius: 0.1563vw;
  }
  .label-ativa {
    background-color: #558ED5;
    color: white !important;
  }
  #resultadoKey {
    position: absolute;
    background-color: white;
    left: 0;
    z-index: 30000;
    top: 3vw;
    width: 18vw;
    padding: 1vw;
    left: 0.5vw;
    border: 1px solid rgb(155, 155, 155);
  }
  #resultadoKey li {
    border-bottom: 1px solid rgb(155, 155, 155);
    text-transform: capitalize;
  }
  @keyframes movimento {
    0% {
      opacity: 0;
      left: 50vw;
    }
    100% {
      opacity: 1;
      left: 20vw;
    }
  }
  .movimento {
    animation: movimento 600ms forwards;
  }
  /***************************************************/
  /***************************************************/
  /***************************************************/
  #limpezaDeFormulario {
    border: 1px solid rgb(28, 96, 115);
    z-index: 100000000000000000000000000000000000;
    font-size: 0.8vw;
    padding: 1vw;
    background-color: white;
    border-radius: 0.3vw;
    color: rgb(28, 96, 115);
  }
  #controleDeDatas {
    position: fixed;
    border: 1px solid #558ED5;
    min-height: 10vw;
    height: auto;
    width: 30vw;
    z-index: 2000000;
    background-color: white;
    padding: 1vw;
    border-radius: 0.3vw;
    display: flex;
    justify-content: space-around;
    gap: 2vw;
  }
  #controleDeDatas span {
    border: 1px solid rgb(110, 110, 110);
    width: 1vw;
    height: 1vw;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5vw;
    padding: 0.7vw;
    background-color: white;
    position: absolute;
    right: -1vw;
    top: -1vw;
    background-color: darkblue;
    color: white;
    font-weight: bolder;
  }
  #controleDeDatas form {
    display: flex;
    gap: 1vw;
  }
  #controleDeDatas form label {
    margin-bottom: 1vw;
    display: inline-block;
    width: 45%;
  }
  #controleDeDatas form label select {
    border-radius: 0.4vw;
    width: 100%;
    border: 1px solid #558ED5;
    padding: 1vw;
    font-size: 1vw;
    color: #558ED5;
  }
  /***************************/
  #filtrosMapa {
    /**************************************************/
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "data1" "data2" "autor" "programa" "orientador" "municipio" "citacao" "palavraChave" "aluno" "amostra";
  }
  #filtrosMapa label:nth-of-type(1) {
    grid-area: autor;
  }
  #filtrosMapa label:nth-of-type(2) {
    grid-area: programa;
  }
  #filtrosMapa label:nth-of-type(3) {
    grid-area: orientador;
  }
  #filtrosMapa label:nth-of-type(4) {
    grid-area: municipio;
  }
  #filtrosMapa label:nth-of-type(5) {
    grid-area: citacao;
  }
  #filtrosMapa label:nth-of-type(6) {
    grid-area: palavraChave;
  }
  #filtrosMapa label:nth-of-type(7) {
    grid-area: aluno;
  }
  #filtrosMapa label:nth-of-type(8) {
    grid-area: amostra;
  }
  #filtrosMapa label:nth-of-type(9) {
    grid-area: data1;
  }
  #filtrosMapa label:nth-of-type(10) {
    grid-area: data2;
  }
  #filtrosMapa {
    /**************************************************/
  }
  #filtrosMapa label {
    display: block;
    border: 1px solid #558ED5;
    width: 100%;
    display: flex;
    color: #558ED5;
    padding: 0.5vw;
    color: #558ED5;
    text-align: left;
    color: #558ED5;
    border-bottom: 1px solid white;
    position: relative;
    justify-content: space-around;
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
    /*******************************************/
  }
}
@media (min-width: 769px) and (min-width: 500.4px) and (max-width: 768px) {
  #filtrosMapa label {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (min-width: 320.4px) and (max-width: 500px) {
  #filtrosMapa label {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 320px) {
  #filtrosMapa label {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (min-width: 769px) {
  #filtrosMapa label #Data_Inicial,
  #filtrosMapa label #Data_Final {
    background-color: white;
    color: #558ED5;
    border: 1px solid #558ED5;
    padding: 0.6vw;
    font-size: 1vw;
    border-radius: 0.525vw;
    width: 40%;
    position: relative;
    height: 3vw;
  }
  #filtrosMapa label #Data_Inicial:after,
  #filtrosMapa label #Data_Final:after {
    content: ">";
    position: absolute;
    width: 1vw;
    height: 1vw;
    right: 1vw;
    top: 40%;
    transform: translateY(-50%);
  }
  #filtrosMapa label #DataMonthValue,
  #filtrosMapa label #DataYearValue {
    position: absolute;
    background-color: white;
    padding: 0.6vw;
    font-size: 1vw;
    left: 1.8vw;
    top: 3.9vw;
    width: 38%;
    color: #558ED5;
    border: 1px solid #558ED5;
    border-radius: 0.725vw;
  }
  #filtrosMapa label #DataMonthValue li,
  #filtrosMapa label #DataYearValue li {
    text-transform: capitalize;
    min-height: 2vw;
    display: flex;
    align-items: center;
    padding-left: 0.5vw;
  }
  #filtrosMapa label #DataMonthValue li:hover,
  #filtrosMapa label #DataYearValue li:hover {
    background-color: white;
    border-bottom: 0.0521vw;
  }
  #filtrosMapa label #DataYearValue {
    left: 15vw;
    width: 39%;
  }
  #filtrosMapa label input,
  #filtrosMapa label #filtroDataMin,
  #filtrosMapa label #filtroDataMax {
    color: #558ED5;
    padding: 0.6vw;
  }
  #filtrosMapa label select {
    flex: 1;
    margin-left: 1vw;
    color: #558ED5;
    color: #558ED5;
    text-align: left;
    color: #558ED5;
  }
}
@media (min-width: 769px) and (min-width: 500.4px) and (max-width: 768px) {
  #filtrosMapa label select {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (min-width: 320.4px) and (max-width: 500px) {
  #filtrosMapa label select {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 320px) {
  #filtrosMapa label select {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (min-width: 769px) {
  #filtrosMapa label select option {
    background-color: rgb(248.5849056604, 251.5408805031, 253.4150943396);
    text-transform: capitalize;
  }
  #filtroDeData {
    display: none;
  }
  #telaMae {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: "query query mapa mapa mapa mapa mapa";
    width: 100%;
  }
  #telaMae #MinasPesquisas hr,
  #telaMae #MinasPesquisas2 hr {
    visibility: hidden;
    opacity: 0 !important;
  }
  #telaMae #MinasPesquisas,
  #telaMae #MinasPesquisas2 {
    grid-area: query;
    display: block;
    padding: 0.2vw;
    border: 1px solid #558ED5;
    background-color: #EEF3F8;
    color: rgb(38.8301886792, 91.5283018868, 157.1698113208);
  }
  #telaMae #meu_Mapa {
    grid-area: mapa;
    display: block;
    padding: 0.2vw;
    border: 1px solid #558ED5;
    min-height: 99.5vh;
    height: auto;
  }
  #resultadosDosFiltros {
    width: 97%;
    position: relative;
    left: 50%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    transform: translateX(-50%);
  }
  #resultadosDosFiltros thead tr td {
    text-transform: capitalize;
    font-size: 13px;
    border: 0.0521vw solid #558ED5;
    padding: 0.4vw;
  }
  #resultadosDosFiltros tbody tr {
    padding-top: 1vw;
    padding-bottom: 1vw;
    border: 1px solid #558ED5;
  }
  #resultadosDosFiltros tbody tr:hover {
    background-color: #EEF3F8;
  }
  #resultadosDosFiltros tbody tr td,
  #resultadosDosFiltros tbody tr thead tr td {
    border: 1px solid rgb(38.8301886792, 91.5283018868, 157.1698113208);
    padding: 0.4vw;
    font-size: 12px;
    text-transform: capitalize;
    color: rgb(38.8301886792, 91.5283018868, 157.1698113208);
  }
}
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
@media (max-width: 768.5px) {
  #filtrosMapa label {
    display: block;
    border: 1px solid #558ED5;
    width: 100%;
    display: flex;
    color: #558ED5;
    padding: 0.5vw;
    color: #558ED5;
    text-align: left;
    color: white;
    border-bottom: 1px solid white;
    position: relative;
    justify-content: space-around;
    padding: 3vw;
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
    /*************************************************************/
  }
}
@media (max-width: 768.5px) and (min-width: 500.4px) and (max-width: 768px) {
  #filtrosMapa label {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (min-width: 320.4px) and (max-width: 500px) {
  #filtrosMapa label {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (max-width: 320px) {
  #filtrosMapa label {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) {
  #filtrosMapa label #filtroDataMin,
  #filtrosMapa label #filtroDataMax {
    position: relative;
    right: -2vw;
    top: 0.1vw;
    width: 56%;
    color: white;
  }
  #filtrosMapa label input,
  #filtrosMapa label #filtroDataMin,
  #filtrosMapa label #filtroDataMax {
    color: white;
    padding: 0.6vw;
    color: #558ED5;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (min-width: 500.4px) and (max-width: 768px) {
  #filtrosMapa label input,
  #filtrosMapa label #filtroDataMin,
  #filtrosMapa label #filtroDataMax {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (min-width: 320.4px) and (max-width: 500px) {
  #filtrosMapa label input,
  #filtrosMapa label #filtroDataMin,
  #filtrosMapa label #filtroDataMax {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (max-width: 320px) {
  #filtrosMapa label input,
  #filtrosMapa label #filtroDataMin,
  #filtrosMapa label #filtroDataMax {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) {
  #filtrosMapa label #Data_Inicial,
  #filtrosMapa label #Data_Final {
    background-color: white;
    color: #558ED5;
    border: 1px solid #558ED5;
    padding: 1vw;
    font-size: 3vw;
    border-radius: 0.525vw;
    width: 40%;
    position: relative;
  }
  #filtrosMapa label #Data_Inicial:after,
  #filtrosMapa label #Data_Final:after {
    content: ">";
    position: absolute;
    width: 1vw;
    height: 1vw;
    right: 1vw;
    top: 20%;
    transform: translateY(-50%);
  }
  #filtrosMapa label #DataMonthValue,
  #filtrosMapa label #DataYearValue {
    position: absolute;
    background-color: white;
    padding: 0.6vw;
    font-size: 3vw;
    left: 6.2vw;
    top: 11.9vw;
    width: 38%;
    color: #558ED5;
    border: 1px solid #558ED5;
    border-radius: 0.725vw;
  }
  #filtrosMapa label #DataMonthValue li,
  #filtrosMapa label #DataYearValue li {
    text-transform: capitalize;
    min-height: 2vw;
    display: flex;
    align-items: center;
    padding-left: 0.5vw;
    font-size: 3vw;
  }
  #filtrosMapa label #DataMonthValue li:hover,
  #filtrosMapa label #DataYearValue li:hover {
    background-color: white;
    border-bottom: 0.0521vw;
  }
  #filtrosMapa label #DataYearValue {
    left: 39.3vw;
    width: 39%;
  }
  #filtrosMapa label select {
    flex: 1;
    margin-left: 1vw;
    color: #558ED5;
    color: #558ED5;
    text-align: left;
    color: white;
  }
}
@media (max-width: 768.5px) and (min-width: 500.4px) and (max-width: 768px) {
  #filtrosMapa label select {
    font-size: 3.5vw;
    color: #558ED5;
    line-height: 1.8 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (min-width: 320.4px) and (max-width: 500px) {
  #filtrosMapa label select {
    font-size: 4.5vw;
    color: #558ED5;
    line-height: 1.5 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) and (max-width: 320px) {
  #filtrosMapa label select {
    font-size: 5.5vw;
    color: #558ED5;
    line-height: 1.6 !important;
    text-align: left;
  }
}
@media (max-width: 768.5px) {
  #filtrosMapa label select option {
    background-color: rgb(166.7924528302, 207.4371069182, 233.2075471698);
    text-transform: capitalize;
  }
  #filtroDeData {
    display: none;
  }
  #telaMae {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: "query query query query query query query query" "mapa mapa mapa mapa mapa mapa mapa mapa";
    width: 100%;
  }
  #telaMae #MinasPesquisas hr {
    visibility: hidden;
    opacity: 0 !important;
  }
  #telaMae #MinasPesquisas {
    grid-area: query;
    display: block;
    padding: 0.2vw;
    border: 1px solid #558ED5;
    background-color: white;
    color: white;
  }
  #telaMae #meu_Mapa {
    grid-area: mapa;
    display: block;
    padding: 0.2vw;
    border: 1px solid #558ED5;
    height: 60.5vh;
  }
  #MinasPesquisas2 hr {
    visibility: hidden;
    opacity: 0 !important;
  }
  #MinasPesquisas2 {
    grid-area: query;
    background-color: "#F5F9FD" !important;
  }
}
@media (max-width: 768.5px) {
  /***************************************************************/
  .caixasNovoLayout {
    display: block;
    position: relative;
    padding-left: 2.1354vw;
    padding-right: 2.1354vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }
  .caixasNovoLayout h2,
  .caixasNovoLayout h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 0.6771vw;
    text-transform: capitalize;
    color: rgb(38.8301886792, 91.5283018868, 157.1698113208);
    font-weight: bolder;
    text-transform: uppercase;
  }
  .caixasNovoLayout .topoPesquisaMesAno,
  .caixasNovoLayout .linha {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 0.625vw;
  }
  .caixasNovoLayout .topoPesquisaMesAno .TipoDeEntrada,
  .caixasNovoLayout .linha .TipoDeEntrada {
    display: none;
  }
  .caixasNovoLayout .topoPesquisaMesAno ul,
  .caixasNovoLayout .linha ul {
    position: relative;
  }
  .caixasNovoLayout .topoPesquisaMesAno ul #DataIniciolMaisRecente,
  .caixasNovoLayout .topoPesquisaMesAno ul #DataFinalMaisRecente,
  .caixasNovoLayout .linha ul #DataIniciolMaisRecente,
  .caixasNovoLayout .linha ul #DataFinalMaisRecente {
    border-top: 1px solid blue;
    position: relative;
    bottom: 1px;
    font-size: 3vw;
  }
  .caixasNovoLayout .campos {
    border-radius: 0.5729vw;
    border: 1px solid #cfcfcf;
    padding: 0.5vw;
    width: 100%;
    text-align: left;
    background-color: white;
    color: #7c7c7c;
    display: inline-block;
    margin-right: 0.5729vw;
    display: flex;
    flex-direction: column;
    min-height: 2.5vw;
    font-size: 3vw;
  }
  .caixasNovoLayout #resultadosDePesquisa,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras,
  .caixasNovoLayout #resultadosDePesquisaDeAutores,
  .caixasNovoLayout #listaDeOrientadores {
    height: auto;
    overflow-y: scroll;
  }
  .caixasNovoLayout #resultadosDePesquisa li,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras li,
  .caixasNovoLayout #resultadosDePesquisaDeAutores li,
  .caixasNovoLayout #listaDeOrientadores li {
    position: relative;
    display: flex;
    font-size: 3vw;
  }
  .caixasNovoLayout #resultadosDePesquisa li .caixainput,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras li .caixainput,
  .caixasNovoLayout #resultadosDePesquisaDeAutores li .caixainput,
  .caixasNovoLayout #listaDeOrientadores li .caixainput {
    width: 1.4583vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.4688vw;
  }
  .caixasNovoLayout #resultadosDePesquisa li span,
  .caixasNovoLayout #resultadosDePesquisaDeAmostras li span,
  .caixasNovoLayout #resultadosDePesquisaDeAutores li span,
  .caixasNovoLayout #listaDeOrientadores li span {
    display: inline-block;
  }
  .caixasNovoLayout {
    /********************************************************/
  }
  .caixasNovoLayout #resultadosDePesquisaDeAutores,
  .caixasNovoLayout #listaDeOrientadores {
    height: auto;
    overflow-y: visible;
    position: absolute;
    z-index: 4000;
    background-color: white;
    border: 1px solid #00449f;
    top: 7.7vw;
    border-radius: 11px;
    padding: 0.4vw;
    width: 23.5vw;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .caixasNovoLayout {
    /********************************************************/
  }
  .caixasNovoLayout label {
    display: flex;
    align-items: center;
  }
  .caixasNovoLayout label span {
    display: inline;
    position: relative;
    left: 1.3vw;
    font-size: 3vw;
  }
  .caixasNovoLayout label input[type=checkbox] {
    -webkit-appearance: auto;
    width: 3vw;
    height: 3vw;
    font-size: 3vw;
  }
  /***************************************************************/
  input::-moz-placeholder {
    font-size: 3vw !important;
  }
  input::placeholder {
    font-size: 3vw !important;
  }
}/*# sourceMappingURL=style.css.map */