@font-face {
    font-family: 'Avenir Regular';
    src: url('./static/avenir-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

html,body{
    background: linear-gradient(180deg, #094172, #060A27) !important;
}

.preloader {
    background: linear-gradient(180deg, #094172, #060A27) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.preloader .preloader-header span {
    font-family: 'Avenir Regular', sans-serif;
    color: white !important;
}

.preloader-bg {
    display: none !important;
}

.preloader .loading-indicator {
    border-color: white !important;
}

.preloader .loading-indicator-inner {
    background-color: white !important;
    border-color: white !important;
}

.preloader .footer_visible span {
    display: none;
}

.preloader .footer_visible .logo {
    background-image: url(./static/camon-footer.svg);
    width: 85px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.preloader .footer_visible .logo img {
    /* filter: invert(100%) sepia(1%) saturate(1031%) hue-rotate(278deg) brightness(121%) contrast(100%); */
    display: none;
}

.preloader-center .loading-content span {
    display: none;
}

.preloader-center .loading-content {
    width: 383px !important;
    height: 150px !important;
    background-image: url('./static/yamaha-logo.svg') !important;
    background-size: cover !important;
}

.preloader-header img {
    filter: invert(17%) sepia(85%) saturate(3387%) hue-rotate(346deg) brightness(103%) contrast(99%);
}



/* MODAL DE PERMISOS */

.a-dialog {
    box-sizing: border-box;
    background-color: white !important;
    height: 152px !important;
    width: 295px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 21px !important;
}

.a-dialog .a-dialog-text {
    text-indent: -9999px;
    line-height: 0;
    color: transparent!important;
}

.a-dialog .a-dialog-text::before {
    display: block;
    line-height: initial;
    text-indent: 0;
    content: "La experiencia require acceso a sensores de movimiento";
    color: #094172!important;
    font-weight: bold!important;
    text-wrap: balance;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 17px !important;
}

button.a-dialog-allow-button,
button.a-dialog-deny-button,
button.a-dialog-ok-button {
    width: 118px;
    height: 38px !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight: bold;
    margin-left: 10px;
}

button.a-dialog-allow-button {
    background-color: #094172!important;
    color: white !important;
    border: 1px solid #094172!important;
}

button.a-dialog-deny-button {
    background-color: transparent!important;
    color: #094172!important;
    border: 1px solid #094172!important;
}

.bp-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.qr-container_{
    width: 320px;
    height: 320px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin: 60px auto;
}

.bg-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 641px;
}

.bp-image::before {
    display: block;
    margin: auto;
    content: "";
    width: 383px;
    height: 150px;
    background-image: url('./static/yamaha-logo.svg') !important;
    background-size: cover !important;
}

.bg-image{
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    width: 400px!important;
    height: 400px!important;
}


.bp-backlink {
    display: none;
}

#bp-btn{
    height: 0!important;
    width: 0!important;
    position: absolute;
    left: -1000px;
    top: -1000px;      
}

.bp-text {
    text-indent: -9999px;
    line-height: 0;
    color: transparent!important;
    text-wrap: balance;
    margin: auto;
    font-size: 28px;
}

.bp-text::before {
    color: white;
    text-align: center;
    font-weight: 700!important;
    content: "Escanea el código QR con tu teléfono o tablet y descubre la experiencia inmersiva.";
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    line-height: initial;
    text-indent: 0;
    width: 600px;
    margin: auto;
}
