html {
  height: -webkit-fill-available;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  width: 100vw;
  overflow: hidden;
}
.ctaDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fffa;
  z-index: 99;
}
#unity-container {
  position: absolute;
}
#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}
#unity-canvas {
  background: #231f20;
}
.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}
#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#unity-footer {
  position: relative;
}
.unity-mobile #unity-footer {
  display: none;
}
#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url("webgl-logo.png") no-repeat center;
}
#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}
#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("fullscreen-button.png") no-repeat center;
}
#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}

.Saludo {
  color: var(--Bsicos-Rojo, #ee2e2e);
  text-align: center;
  font-family: Arial;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px; /* 59.259% */
  text-transform: uppercase;
}
#startARButton {
  width: 198px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 26.5px;
  background: var(--Bsicos-Negro, #231f20);

  color: var(--Bsicos-Blanco, #fff);
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}

.camaraSVG {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.textoPrincipal {
  color: var(--Bsicos-Negro, #231f20);
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}

.textoPrincipal span {
  color: var(--Bsicos-Rojo, #ee2e2e);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textoSecundario {
  width: 200px;
  color: var(--Bsicos-Negro, #231f20);
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
}

.divCentral{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Fondo general del loader */
#unity-loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: sans-serif;
  display: none;
}

/* Contenedor vacío (borde de la barra) */
#unity-progress-bar-empty {
  width: 160px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #EE2E2E;
  border-radius: 9px;
  overflow: hidden;
  margin: 10px auto;
}

/* Parte que se llena */
#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  background-color: #EE2E2E; /* verde visible */
  transition: width 0.3s ease;
}
.logoLoader{
    padding-bottom: 20px;
}
