@font-face {
    font-family: 'Montserrat-Black';
    src: url('Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('Montserrat-Regular.ttf') format('truetype');
}

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: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #fffa; */
    z-index: 99;
    gap: 20px;
    background-image: url("./Fondo2.png");
    background-size: cover;
    background-position: center;
}

#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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#unity-logo {
    width: 60vw;
    height: 20vh;
    background: url('./logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#unity-progress-bar-empty {
    width: 141px;
    height: 10px;
    margin-top: 10px;
    margin-left: 6.5px;
    background: #e5e7eb;
    border-radius: 9px;
    overflow: hidden;
}

#unity-progress-bar-full {
    width: 10%;
    height: 100%;
    background: #DB1C00;
}

#unity-footer {
    position: relative
}

.unity-mobile #unity-footer {
    display: none
}

#unity-webgl-logo {
    float: left;
    width: 204px;
    height: auto;
    /* background: url('./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
}

#startARButton {
    background-color: #00A859;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Montserrat-Black', sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 6px rgba(255, 255, 255, 0.651), inset 0px -4px 6px rgba(255, 255, 255, 0.651);
}

#parrafo {
    font-size: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
}

#chooseCamSel {
    font-size: 16px;
    width: 60vw;
    height: 4vh;
    font-family: 'Montserrat-Regular', sans-serif;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 6px rgba(255, 255, 255, 0.651), inset 0px -4px 6px rgba(255, 255, 255, 0.651);

}

#fondo {
    position: absolute;
    width: 90vw;
    max-height: 98vh;
    bottom: 0;
    z-index: -10;
    left: 50%;
    transform: translate(-50%, 0%);
    object-fit: contain;
}
