body {
  font-family: "radikal", sans-serif;
}

.no-show {
  display: none !important;
}

.fundo {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.blur-bg-circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.3);
  backdrop-filter: blur(20px);
  -webkit-mask-image: url("/static/img/mask.svg");
  -webkit-mask-size: cover;
  transition: 1s;
}
.blur-bg-circle.completo {
  -webkit-mask-image: none;
}

.splash {
  width: 100vw;
  height: 100vh;
  background-color: #808080;
  background-image: url("../img/Splash-Screen-fundo.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
}
.splash .logo-splash {
  width: 30vw;
  margin-top: -40vh;
}
.splash.hide {
  opacity: 0;
  z-index: -10;
}

.top {
  width: 100vw;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .hora-data {
  color: white;
}
.top .hora-data .hora {
  font-size: 3.5em;
  font-weight: 800;
}
.top .hora-data .data {
  font-size: 1.8em;
  margin-top: 5px;
}
.top .meteo-uv {
  color: white;
}
.top .meteo-uv .meteo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top .meteo-uv .meteo .meteo-ico {
  margin-right: 20px;
  max-height: 60px;
}
.top .meteo-uv .meteo .temperatura {
  font-size: 3.5em;
  font-weight: 800;
}
.top .meteo-uv .uv {
  color: white;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}
.top .meteo-uv .uv .barra-uv {
  position: relative;
  width: 130px;
  height: 20px;
  border-radius: 50px;
  margin-left: 10px;
  background-color: #D00017;
  width: 129px;
  background: linear-gradient(90deg, #3eab84 0%, #ebe53e 21.18%, #edae38 45.32%, #d96c28 62.07%, #e22828 84.24%, #8b4be2 100%);
}
.top .meteo-uv .uv .barra-uv .marcador {
  position: absolute;
  top: -3px;
  left: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top .meteo-uv .uv .barra-uv .marcador .circle {
  width: 25px;
  height: 25px;
  border: 4px solid white;
  border-radius: 50%;
}
.top .meteo-uv .uv .barra-uv .marcador .valor {
  margin-top: 5px;
  font-weight: 700;
}

.bot {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100vw;
}
.bot .lang-btn, .bot .acessibilidade-btn {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 120px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.bot .lang-btn .lang-selected, .bot .acessibilidade-btn .lang-selected {
  margin-top: 10px;
  margin-left: -20px;
}
.bot .lang-btn .choose-lang, .bot .acessibilidade-btn .choose-lang {
  width: 110px;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  left: -120px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
}
.bot .lang-btn .choose-lang img, .bot .acessibilidade-btn .choose-lang img {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}
.bot .lang-btn .choose-lang img:last-child, .bot .acessibilidade-btn .choose-lang img:last-child {
  margin-bottom: 0px;
}
.bot .lang-btn .choose-lang img.selected, .bot .acessibilidade-btn .choose-lang img.selected, .bot .lang-btn .choose-lang img:hover, .bot .acessibilidade-btn .choose-lang img:hover {
  background-color: rgba(128, 128, 128, 0.2);
}
.bot .lang-btn:hover, .bot .acessibilidade-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.bot .lang-btn:hover .choose-lang, .bot .acessibilidade-btn:hover .choose-lang {
  left: 10px;
}
.bot .acessibilidade-btn {
  border-radius: 120px 0 0 0;
  transition: all 0.4s;
  cursor: pointer;
}
.bot .acessibilidade-btn img {
  margin-right: -20px;
  margin-top: 10px;
}
.bot .acessibilidade-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.bot .selfie-btn {
  width: 410px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 120px 120px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
}
.bot .selfie-btn img {
  margin-right: 10px;
}
.bot .selfie-btn span {
  font-family: radikal-bold;
  color: #D00017;
  font-size: 2em;
}
.bot .selfie-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}

.logo-menu {
  position: fixed;
  z-index: 10;
  top: 50%;
  margin-top: -66px;
  left: 40px;
}

.line-circle {
  width: 1185px;
  height: 1185px;
  border-radius: 50%;
  border: 2px solid white;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: -50%;
  transform: translate(-16%, -49%);
}

.menu-principal {
  width: 1390px;
  height: 1390px;
  border-radius: 50%;
  border: 2px solid white;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: -50%;
  transform: translate(-20%, -49%);
}
.menu-principal .elemento, .menu-principal .sub-elemento {
  position: absolute;
  margin-top: -62.5px;
  margin-left: -62.5px;
}

a.menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
a.menu-link .ico {
  width: 125px;
  height: 125px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
a.menu-link .ico.vermelho {
  background-color: #d00017;
}
a.menu-link .ico.cinza {
  /*
  background-color: rgba(85, 85, 85, 0.95);*/
  background-color: #E3900F;
}
a.menu-link .ico.laranja {
  background-color: #e3900f;
}
a.menu-link .ico.azul {
  background-color: #3A6E8C;
}
a.menu-link .ico.selected {
  background-color: #E3900F;
}
a.menu-link span {
  position: absolute;
  left: 160px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2em;
  font-weight: 700;
}
a.menu-link:hover .ico {
  transform: scale(1.1);
  transform-origin: center center;
}
a.menu-link:hover .ico.vermelho {
  background-color: #d00017;
}
a.menu-link:hover .ico.cinza {
  /*background-color: rgba($color: $corSec, $alpha: 1);*/
  background-color: #E3900F;
}
a.menu-link:hover .ico.laranja {
  background-color: #e3900f;
}

.hide {
  display: none;
}

.conteudo-grelha a.button, .conteudo-item a.button {
  background-color: #2E2A2B;
  padding: 16px;
  border-radius: 15px;
  margin-left: 6px;
  transition: all 0.4s;
  display: inline-block;
}
.conteudo-grelha a.button:hover, .conteudo-item a.button:hover {
  background-color: #2E2A2B;
}

.conteudo {
  position: fixed;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 75vh;
  background-color: #F0F0F0;
  border-radius: 50px 0 0 50px;
  padding: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.4s;
}
.conteudo .topo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conteudo .topo .info-top h1 {
  font-weight: 700;
  color: #D00017;
  font-size: 2.6em;
  max-width: 600px;
}
.conteudo .topo .info-top .breadcrums {
  display: flex;
  margin-top: 10px;
}
.conteudo .topo .info-top .breadcrums li {
  margin-right: 10px;
  color: #808080;
  font-size: 0.8em;
}
.conteudo .topo .nav-top button {
  background-color: #2E2A2B;
  padding: 16px;
  border-radius: 15px;
  margin-left: 10px;
  transition: all 0.4s;
}
.conteudo .topo .nav-top button:hover {
  background-color: #D00017;
}
.conteudo .pesquisa {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conteudo .pesquisa input {
  background-color: white;
  width: 78%;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #E6E6E6;
  height: 60px;
  color: #808080;
}
.conteudo .pesquisa button {
  width: 20%;
  background-color: #D00017;
  padding: 20px;
  height: 60px;
  color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.conteudo .pesquisa button:hover {
  background-color: #2E2A2B;
}
.conteudo .pesquisa button img {
  margin-right: 5px;
}
.conteudo .mapa-btn {
  background-color: #2E2A2B;
  padding: 10px 20px;
  border-radius: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  transition: all 0.4s;
}
.conteudo .mapa-btn img {
  margin-right: 10px;
}
.conteudo .mapa-btn:hover {
  background-color: #D00017;
}
.conteudo .grid-x3 {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.conteudo .grid-x3 .item {
  transition: all 0.4s;
  cursor: pointer;
}
.conteudo .grid-x3 .item:hover {
  transform: scale(1.05);
}
.conteudo .grid-x3 .item .img-item {
  width: 230px;
  height: 230px;
  background-color: #808080;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.conteudo .grid-x3 .item .img-item.doc {
  background-image: url("/static/img/icones/doc_icon.png");
  background-color: white;
  background-size: 70%;
  background-repeat: no-repeat;
}
.conteudo .grid-x3 .item .img-item img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.conteudo .grid-x3 .item h1 {
  font-weight: 700;
  margin-top: 15px;
  font-size: 1.2em;
  color: #2E2A2B;
}
.conteudo .grid-x4 {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.conteudo .grid-x4 .item {
  transition: all 0.4s;
  cursor: pointer;
}
.conteudo .grid-x4 .item:hover {
  transform: scale(1.05);
}
.conteudo .grid-x4 .item .img-item {
  width: 100%;
  padding-top: 100%;
  background-color: #808080;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.conteudo .grid-x4 .item .img-item.doc {
  background-image: url("/static/img/icones/doc_icon.png");
  background-color: white;
  background-size: 70%;
  background-repeat: no-repeat;
}
.conteudo .grid-x4 .item h1 {
  font-weight: 700;
  margin-top: 15px;
  font-size: 1.2em;
  color: #2E2A2B;
}
.conteudo .imagem-item {
  width: 100%;
  height: 330px;
  margin-bottom: 50px;
  background-color: #808080;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.conteudo .grid-x2 {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.conteudo .texto p {
  color: #555555;
  font-size: 0.8em;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.conteudo .grid-x1 .texto {
  line-height: 1.5em;
  margin-top: 30px;
}
.conteudo .galeria {
  margin-top: 40px;
}
.conteudo .galeria h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #555555;
  margin-bottom: 20px;
}
.conteudo .galeria .grid-x4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.conteudo .galeria .grid-x4 .item-galeria {
  width: 100%;
  height: 78px;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.4s;
  cursor: pointer;
}
.conteudo .galeria .grid-x4 .item-galeria:hover {
  transform: scale(1.04);
}
.conteudo .mapa {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-color: #808080;
  margin-bottom: 20px;
}
.conteudo .mapa.bus {
  margin-top: 40px;
  height: 410px;
}
.conteudo button.direcoes {
  width: 100%;
  background-color: #D00017;
  height: 55px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.4s;
  font-weight: 700;
  font-size: 0.9em;
}
.conteudo button.direcoes:hover {
  background-color: #D00017;
}
.conteudo .info {
  width: 100%;
  padding: 20px;
  background-color: #2E2A2B;
  margin-top: 50px;
  border-radius: 20px;
}
.conteudo .info .info-text-item {
  margin-bottom: 20px;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
}
.conteudo .info .info-text-item h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.conteudo .info .info-text-item p {
  font-size: 0.9em;
}

#KioskBoard-VirtualKeyboard {
  bottom: 40% !important;
  transform: scale(0.8);
  border-radius: 20px;
}
#KioskBoard-VirtualKeyboard .kioskboard-key {
  padding: 22px 60px 22px 22px !important;
  font-family: "Montserrat" !important;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  background-position: center;
  background-size: cover;
}

.tira-foto {
  width: 180px;
  height: 180px;
  border: 5px solid white;
  position: fixed;
  z-index: 2;
  bottom: 150px;
  left: 50%;
  margin-left: -90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.tira-foto .circle {
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 50%;
}
.tira-foto:hover {
  transform: scale(1.05);
}

.escolha-stickers {
  position: fixed;
  z-index: 4;
  bottom: 400px;
  left: 50%;
  background-color: #052233;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  transform: scale(1.2) translateX(-50%);
  transform-origin: left;
}
.escolha-stickers button {
  width: 75px;
  height: 75px;
  background-color: #3A6E8C;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.escolha-stickers button:hover {
  background-color: #D00017;
}
.escolha-stickers .sticker-escolhido {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 75px;
}
.escolha-stickers .sticker-escolhido img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.back-home {
  background-color: #2E2A2B;
  padding: 16px;
  border-radius: 15px;
  margin-left: 10px;
  transition: all 0.4s;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
.back-home:hover {
  background-color: #D00017;
}

.page-transition {
  width: 100vw;
  height: 100vw;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #D00017;
  transform: scale(0);
}

.menu-principal.vertical {
  transition: 0.4s;
}

body.modo-acessibilidade .espaco-menu {
  display: none !important;
}
body.modo-acessibilidade .acessibilidade-btn {
  background-color: #D00017 !important;
}
body.modo-acessibilidade .conteudo {
  top: 70%;
  height: 60vh;
}
body.modo-acessibilidade .menu-principal.vertical {
  top: 55%;
}

video.video-stream {
  transform: rotate(-90deg);
  width: 1940px;
  height: 1090px;
  bottom: 22%;
  left: -40%;
  position: absolute;
}

/* STICKER FRAME*/
#frame {
  position: fixed;
  top: -200px;
  left: -200px;
  z-index: 2;
  width: 200px;
  height: 200px;
  opacity: 0;
  outline: none;
}

.escolha-stickers .sticker-escolhido img {
  max-width: 60px;
}

#selfie {
  transform: rotate(-90deg);
  position: absolute;
  left: -420px;
  top: 420px;
}

.topmenu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 50px;
}
.topmenu button.mapa-btn {
  width: 135px;
  flex: 0 0 135px;
}
.topmenu .filter {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 55px;
  padding-top: 8px;
}
.topmenu .filter ul {
  list-style-type: none;
  display: flex;
}
.topmenu .filter ul li {
  padding: 0px 24px;
  background: white;
  border: 1px solid #DDD;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.topmenu .filter ul li.active {
  background-color: #67e26d;
  color: #073317;
}
.topmenu .filter ul li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.topmenu .filter ul li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.docloader {
  width: 600px;
  height: 800px;
  background: #0a68a3;
}

.contactbox {
  border: 1px solid #adbbb9;
  padding: 30px 30px 0px 30px;
  margin-bottom: 60px;
  border-radius: 20px;
}
.contactbox h1 {
  font-weight: 700;
  color: #000000;
  font-size: 2em;
  margin-bottom: 8px;
}
.contactbox .texto {
  color: #555555;
  font-size: 1.4em;
}

.horario h1 {
  font-weight: 700;
  color: #1c3330;
  font-size: 2em;
  margin-bottom: 8px;
}
.horario .texto {
  color: #555555;
  font-size: 1.4em;
  line-height: 1.8em;
  margin-bottom: 20px;
}

#bigphotos {
  width: 712px;
  height: 530px;
  position: absolute;
  top: 810px;
  left: 60px;
  z-index: 99;
  border: 14px solid white;
  display: none;
}
#bigphotos ul li {
  display: inline-block;
  float: left;
  width: 710px;
}
#bigphotos ul.js-Carousel-dots {
  display: inline-block;
  height: 1.25em;
  margin: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: auto;
}
#bigphotos ul.js-Carousel-dots li {
  width: 0.75em;
}
#bigphotos .js-Carousel-arrowPrev {
  background-image: url(/static/img/previous.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  top: 140px;
  right: 10px;
  text-indent: -9999999px;
}
#bigphotos .js-Carousel-arrowNext {
  background-image: url(/static/img/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  top: 140px;
  right: 10px;
  text-indent: -9999999px;
}
#bigphotos .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#bigphotos .close img {
  width: 50px;
  height: 50px;
}

.mapacateg {
  position: absolute;
  width: 764px;
  height: 1100px;
  border-radius: 20px;
  display: none;
  top: 290px;
  background-color: #1a4665;
}
.mapacateg.pulldown {
  top: 570px;
  height: 820px;
}

.categclose {
  position: absolute;
  top: 312px;
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 99;
  right: 70px;
  display: none;
}
.categclose.pulldown {
  top: 592px;
}
.categclose img {
  width: 50px;
  height: 50px;
}

.tts {
  position: absolute;
  bottom: 60px;
  left: 480px;
  width: 100px;
}

.selfiemailinput {
  z-index: 9999999;
  background: white;
  width: 680px;
  left: 200px;
  position: absolute;
  top: 800px;
  height: 70px !important;
  font-size: 2em !important;
  border-radius: 12px;
  text-indent: 20px;
  padding-left: 20px !important;
  display: none;
}
.selfiemailinput.error {
  border: 2px solid red;
}

#KioskBoard-VirtualKeyboard {
  top: 1186px;
  overflow: auto;
  height: 680px;
  z-index: 999;
}

#KioskBoard-VirtualKeyboard .kioskboard-row-specialcharacters span.kioskboard-specialcharacter-close {
  top: -2.5px;
}

#KioskBoard-VirtualKeyboard > div > div:nth-child(5) > span.kioskboard-key.kioskboard-key-\.com {
  font-size: 22px;
  text-indent: -10px;
}

#sendmail {
  width: 100px;
  height: 120px;
  position: absolute;
  top: 786px;
  right: 140px;
  z-index: 9999999;
  display: none;
}
#sendmail img {
  width: 100%;
}

#countdown {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
  display: none;
  transition: all 0.5s;
  left: 0;
  top: 0;
}
#countdown p {
  line-height: 100vh;
  text-align: center;
  color: white;
  font-size: 44em;
}

#back_camera {
  display: none;
}

#retake {
  width: 100px;
  height: 120px;
  position: absolute;
  top: 1630px;
  right: 490px;
  z-index: 9999999;
  display: none;
}
#retake img {
  width: 100%;
}

* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

#businfo span {
  font-weight: bolder;
  display: block;
  font-size: 1.2em;
  margin-top: 30px;
}

#sendok {
  z-index: 99999;
  background: red;
  position: absolute;
  left: 381px;
  top: 860px;
  width: 320px;
  height: 130px;
  border-radius: 20px;
  display: none;
}
#sendok h2 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-top: 20px;
  font-weight: bolder;
}

.bus .pesquisa {
  position: absolute;
  top: 540px;
  left: 50px;
  width: 764px;
}
.bus .spacer_input {
  height: 60px;
}
.bus .grid-x4.gridbus {
  grid-template-columns: 1fr 6fr 2fr 2fr;
  color: #666;
  border-top: 1px dashed #666;
  margin-top: 0;
  padding: 20px 0;
}
.bus .grid-x4.gridbus.nodot {
  border-top: none;
  color: #333;
}
.bus .grid-x4.gridbus:first-child {
  border-top: none;
}
.bus .grid-x4.gridbus .step_number {
  text-align: center;
}
.bus .grid-x4.gridbus .step_number span {
  background: #D00017;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: white;
  border-radius: 50%;
  line-height: 30px;
}
.bus .businfo {
  margin-top: 20px;
}
.bus .businfo .bustitle {
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px dashed #666;
  line-height: 30px;
}
.bus .businfo .grid-x2.gridbustwo {
  grid-template-columns: 1fr 6fr;
  color: #666;
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 18px;
}
.bus .businfo .grid-x3.gridbustwo {
  grid-template-columns: 1fr 2fr 2fr;
  color: #666;
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 18px;
}
.bus .novapesquisa {
  position: absolute;
  top: 590px;
  left: 50px;
  width: 764px;
  display: none;
}
.bus #newsearch {
  float: right;
  width: 180px;
  background-color: #D00017;
  padding: 20px;
  height: 60px;
  color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.bus .searched {
  float: left;
  width: 180px;
  background-color: #2E2A2B;
  padding: 20px;
  height: 60px;
  color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.bus #tableheaders {
  display: none;
}

#KioskBoard-VirtualKeyboard .kioskboard-row span[class^=kioskboard-key]:not(.spacebar-denied):active {
  background: #D00017;
  color: white;
}

#KioskBoard-VirtualKeyboard .kioskboard-row span[class^=kioskboard-key] {
  -webkit-transition: all 0.02s ease-in-out;
  -o-transition: all 0.02s ease-in-out;
  transition: all 0.02s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
