@font-face {
    font-family: TelefonicaRegular;
    src: url("../assets/fonts/Telefonica_Sans_Regular.woff2");
}

#webar-add-button {
    position: relative;
    border: 3px solid #006AFF !important;
    background: #006AFF;
    padding: 10px 0px !important;
    width: 100% !important;
    font-weight: 100 !important;
    color: #FFFFFF !important;
    background-image: none;
}

#webar-bubble-message {
    visibility: hidden;
}

#overlay {
    background-color: #006AFF !important;
}

#ox-permissions-dialog-title,
#ox-permissions-dialog-message {
    text-indent: -9999px;
    line-height: 0;
}

#ox-permissions-dialog-title:after,
#ox-permissions-dialog-message:after {
    text-indent: 0;
    display: block;
    line-height: initial;
}

#ox-permissions-dialog-title:after {
    content: "Permita el acceso a la cámara y sensores de movimiento";
}

#ox-permissions-dialog-message:after {
    content: "Asegúrese de conceder los permisos requeridos por la aplicación y tener instalado Serv. de Google Play para RA";
}

#ox-permissions-dialog button {
    position: relative;
    background: #006AFF !important;
    border-radius: 26px !important;
    padding: 10px 0px !important;
    width: 50% !important;
    font-weight: 100 !important;
    color: transparent !important;
}

#ox-permissions-dialog button:after {
    content: "Aceptar";
    position: absolute;
    color: white;
    left: 0;
    right: 0;
}

#webar-powered-img {
    display: none !important;
}

/* BACK */
#webar-session-end-panel {
    background-color: #006AFF !important;
}

.powered-by {
    display: none !important;
}

#webar-session-end-panel .content {
    margin: 70px auto !important;
    
}

#webar-session-end-panel .content * {
    font-family: TelefonicaRegular;
}

#webar-session-end-panel .content p {
    text-indent: -9999px;
    line-height: 0;
}

#webar-session-end-panel .content p:after {
    text-indent: 0;
    display: block;
    line-height: initial;
    content: "Has dejado la experiencia";
}

#webar-session-end-panel ox-button button {
    position: relative;
    border: 3px solid #006AFF !important;
    background: transparent;
    padding: 10px !important;
    width: 100% !important;
    font-weight: 100 !important;
    color: transparent;
}

#webar-session-end-panel ox-button button:after {
    content: "Volver a la experiencia";
    position: absolute;
    color: #006AFF;
    font-weight: bold;
    font-size: 20px;
    padding: 35px;
    min-height: fit-content;
    min-width: calc(fit-content + 70px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 0;
    right: 0;
}


#webar-session-end-panel .content svg-icon {
    min-height: 70px;
    min-width: 70px;
    border-radius: 200px;
    background-color: #006AFF;
    content: url(https://www.onirix.com/ox-experiences/onirix/x.svg);
    display: none;
}

#webar-context-button {
    display: none !important;
}

#webar-topbar {
    display: none !important;
}


#webar-fullscreen-button {
    display: none !important;
}