#nova_BotonInitAr{
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
#nova_BotonInitAr .icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("./icons/001-paint-ar.svg");
    background-size: contain;
    filter: invert(100%);
}
#nova_switchCam .icon{
    width: 30px;
    height: 30px;
    background: url(./icons/switch.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(100%);
}

#nova_ar_modal{
    background: #000;
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}
#nova_ar_modal.enabled{
    display: block;
}

.hideScroll{
    overflow: hidden !important;
}

#nova_ar_modal_cerrar{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

#nova_ar_modal .ar-tools{
    position: fixed;
    bottom: 35px;
    display: flex;
    /* width: 100%; */
    justify-content: space-around;
    z-index: 9999;

    left: 50%;
    transform: translate(-50%, 0);
}
#nova_ar_video_ele{
    height: 100vh !important;
    width: 100vw !important;
    object-fit: cover;
}

#nova_ar_cuadro.sinMarco{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#avisoDistancia{
    position: fixed;
    bottom: 0px;
    padding: 3px;
    color: #fff;
    background: #000;
    width: 100%;
    text-align: center;
    font-size: 10px;
}


/* ***** MARCO ***** */
#nova_ar_cuadro .marco{
  border: solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
  max-height: 100%;
  max-width: 100%;
}

#marco{
  background-color: #ddc;
  border: solid 5vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  /* height: 80vh; */
  padding: 4vmin;
  text-align: center;

  z-index: 99;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#marco:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
#marco:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}

.draggable{
    touch-action: none;
}

#nova_drag_container{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


#nova_unavailable_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    background: #292930db;
    z-index: 99;
}
#nova_unavailable_modal.enabled{
    display: flex;
}

#nova_unavailable_modal .content{
    padding: 40px;
    background: #fff;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

#nova_unavailable_modal .row{
    display: flex;
}
#nova_unavailable_modal .sad-icon{
    width: 40px;
    height: 40px;
    background: url(./icons/anxiety.svg);
    background-size: contain;
    padding: 30px;
    margin-top: 20px;
    margin-right: 60px;
}

#nova_unavailable_modal .safari-icon{
    width: 15px;
    height: 15px;
    content: url(./icons/safari.svg);
    background-size: contain;
}


@media only screen and (min-width: 885px) {
    #nova_unavailable_modal .sad-icon{
        margin-top: 70px;
        width: 80px;
        height: 80px;
    }
}
