*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

body {
  font-family: Georgia;
  padding: 0;
  margin: 0;
}

:root {
  --largura: 600px;
  --largura_itens: 420px;
  --altura: 650px;
  --altura_item-2: 450px;
  --largura_accordion: 500px;
  --largAutocomplete: 280px;
  --fonteProcura: 12px;
  --fonteMenu: 14px;
}
.container {
  position: relative;
  width: var(--largura);
  height: var(--altura);
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 90px auto auto;
  background-color: rgb(8, 141, 202);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.item-1 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 40px auto;
  justify-items: center;
  align-items: center;
  /* text-align: center; */
  padding: 20px 0px;
  font-size: 26px;
  color: white;
}
.engl{
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 20px;
  align-items: center;
  justify-items: center;
  justify-self: end;
  column-gap: 3px;
  margin-right: 5px;
  font-size: 11px;
  padding: 0px 3px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

/* .item-1 {
  text-align: center;
  padding: 20px 0px;
  font-size: 26px;
  color: white;
} */

.item-1a {
  padding: 5px 0px;
  background-color: rgb(233, 232, 232);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
}

.item-1a label {
  text-align: right;
  padding-right: 5px;
  font-size: 14px;
}

#procure {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: var(--fonteProcura) !important;
  width: var(--largAutocomplete);
  padding: 4px 0px 4px 5px;
  cursor: pointer;
  background: white;
}

.letraAutocomplete {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: var(--fonteMenu) !important;
  max-height: 250px;
  max-width: var(--largAutocomplete);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

.autoDescreve {
  font-size: 11px;
  font-style: italic;
}

.itemLista {
  margin: 3px 0px !important;
  background: black !important;
  color: white !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: blue !important;
  color: #ffffff !important;
}

.item-2 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: center;
  align-content: center;
  height: var(--altura_item-2);
  background-color: rgb(233, 232, 232);
  color: black;
}

.containerAccord {
  display: flex;
  justify-content: center;
  padding: 10px 5px !important;
}

.item {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  width: var(--largura_itens);
  padding: 5px 5px;
  margin-bottom: 15px;
}

.ositens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lnk {
  justify-self: center;
  display: flex;
  justify-content: center;
  /* background-color: rgb(0, 132, 255); */
  background-color: rgb(72, 163, 238);
  border-radius: 5px;
  width: 100%;
}

.lnk a {
  font-size: 18px;
  color: white !important;
  text-decoration: none;
  width: 100% !important;
  text-align: center;
  padding: 5px 0px;
}

.explic {
  text-align: center;
  font-size: 14px;
  padding: 2px 2px;
}

.item-3 {
  height: 55px;
  background-color: rgb(8, 141, 202);
  color: white;
}

.autor,
.sub-autor {
  padding: 0px;
  font-size: 13px;
  margin: 0px;
}

.autor {
  margin: 5px 0px 5px 5px;
}

.sub-autor {
  margin-left: 10px;
  font-style: italic;
  font-size: 11px;
}

#accordion {
  width: var(--largura_accordion);
  overflow: auto;
}

h3 {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h3>span {
  float: right;
}

.fonteHeader {
  font-size: 20px !important;
}

.nocanvas {
  display: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
}

.desativado {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.desativado-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  text-align: center;
}

.modal-body {
  padding: 2px 16px;
  background-color: white;
}
.modal-body p{
  text-align: center;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  height: 50px;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}
.noMobile{
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 30px;
  top: 0px;
  left: -300px;
  background-color: black;
  color: white;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {

  :root {
    /* --largura: 390px; */
    --largura: 100%;
    --largura_itens: 300px;
    --altura: 720px;
    --altura_item-2: 520px;
    --largura_accordion: 350px;
    --largAutocomplete: 250px;
    --fonteProcura: 11px;
    --fonteMenu: 13px;
  }

  .sub-autor {
    padding: 0px 5px 0px 0px;
  }

  .item-3 {
    height: 80px;
  }

  #accordion {
    width: var(--largura_accordion);
  }

  .fonteHeader {
    font-size: 18px !important;
  }

  .lnk a {
    font-size: 15px;
  }
}

@media screen and (max-width: 393px) {

  :root {
    --largura: 370px;
    --largura_itens: 300px;
    --altura: 740px;
    --altura_item-2: 555px;
    --largura_accordion: 350px;
  }

  .item-3 {
    height: 85px;
  }

  .sub-autor {
    padding-right: 5px;
  }

  #accordion {
    width: var(--largura_accordion);
  }
}

@media screen and (max-width: 375px) {
  :root {
    --largura: 360px;
    --largura_itens: 290px;
    --altura: 710px;
    --altura_item-2: 520px;
    --largura_accordion: 320px;
  }

  .sub-autor {
    padding: 0px 5px 0px 0px;
  }

  .itens a {
    font-size: 12px;
  }

  .item-3 {
    height: 80px;
  }

  #accordion {
    width: var(--largura_accordion);
  }

  .lnk a {
    font-size: 14px;
  }

  .fonteHeader {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 360px) {
  :root {
    --largura: 345px;
    --largura_itens: 290px;
    --altura: 700px;
    --altura_item-2: 497px;
    --largura_accordion: 320px;
  }

  #accordion {
    width: var(--largura_accordion);
  }

  .lnk a {
    font-size: 13px;
  }

  .explic {
    font-size: 12px;
  }

  .item-3 {
    height: 78px;
  }

  .fonteHeader {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 320px) {
  :root {
    --largura: 305px;
    --largura_itens: 320px;
    --altura: 680px;
    --altura_item-2: 497px;
    --largura_accordion: 290px;
    --largAutocomplete: 220px;
  }

  .item-1 {
    font-size: 22px;
  }

  #accordion {
    width: var(--largura_accordion);
  }

  .item-3 {
    height: 78px;
  }

  .fonteHeader {
    font-size: 15px !important;
  }

  .autor {
    font-size: 11px;
  }

  .sub-autor {
    font-size: 10px;
  }

  .lnk a {
    font-size: 13px;
  }
}