
/*forca landscape  direcao */
/*

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

*/

@media screen and (min-width: 600px) { 

html {
 padding: 0;
    margin: 0;
  position: relative;
    width: 100%;
    height: 100%;
}


body {
     padding: 0;
    margin: 0;
     position: relative;
    width: 100%;
    height: 100%;

}



.studio3dprojetos-index-loading{
    width: 100%;
    height: 100%;
    background: url(/images/logo3.png) no-repeat 50% 60%;
    overflow: hidden;
    visibility: hidden;

   }



.studio3dprojetos-index-loading #loadingOverlay {
    display: block;
}




/* TELA AUTENTICA */

#webgl {
    z-index: 0;
    position: absolute;
    width:100%;
    height:100%;
    top:0%;
    object-fit: cover;
    border: 0px solid #CCC;
    outline:none;
   /* background-color: rgba(185, 187, 182, 1)*/
}


 

.camera_zoom {                /*exibe info da camera*/
  z-index: 18;
    font-family:Arial;
    font-size: 15px;
    border: 0px solid #CCC; 
    position: absolute;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255,1);
    display: inline-block;
    left:55%; 
    top:8%;
    width: 330px;
    height: 20px;
    text-align: center;
    visibility:hidden;
       
}

.camera_model {                /*exibe info da posicao do objeto*/
  z-index: 18;
    font-family:Arial;
    font-size: 15px;
    border: 0px solid #CCC; 
    position: absolute;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255,1);
    display: inline-block;
    left:25%; 
    top:8%;
    width: 250px;
    height: 20px;
    text-align: center;
    visibility:hidden;
       
}


    #loadingIndicator { 
    z-index: 6;
    display: block;
    position: absolute;
    top: 30%;
    left:53%;
    margin-top: -100px;
    margin-left: -100px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/ajax-loader.gif);
    background-size: 50%;
    visibility: hidden;
}




#telaplano {
  z-index:10;
  position: absolute;
  top:300px; 
  left:25%;
  width: 200px;
  height: 215px;
  background-size: 130%;
  background-image: url(/images/tamandua.png) ;
  visibility: hidden;
}



.imagepro {
  position: absolute;
  top: 140px;
  left:  330px;
   width: 105px;
  height: 105px;
  background-size: 110%;
  background-image: url(/images/arara.png) ;
}

.imagepro:hover {
    border-color: #aef;
    box-shadow: 0 0 10px #fff;

    animation: shake 0.5s;
    animation-iteration-count: infinite;
}


#firebaseui-auth-container {
   z-index:10;
   position: absolute;
   top:  120px;
  left:  420px;
   width: 400px;
  height: 105px;
   margin:20px 20px ;
   background-color: rgba(255, 255, 255,1)
}



#firebaseui-spa {
  border: 0px solid #CCC; 
  display: block;
  position: absolute;
  bottom:0; 
  right:100px;
  width: 300px;
  height: 338px;
  margin:0px 0px ;
  text-align: center;
  visibility:hidden;
}




.iconreview {
  visibility: hidden;
}




#version {
 z-index:10;
 font-family:Verdana,Geneva, arial;
  font-size: 8pt;
  color: white;
  position: absolute;
  top:0px; 
  left:10px;
  width: 30px;
  height: 10px;
}



.containerpublic { 
 z-index:14;
   position: absolute;
   top:123px;
   left: 5%;
    width:600px;
    height: 525px;
    /* background-color: rgba(255, 255, 255,1);*/
     visibility:hidden;
}



.clearfix {
  clear: both;
}



#loaded {
  visibility:hidden;
}



#user-info {  

    z-index: 5;
    position: absolute;
    font-size: 15px;
     color: #ffffff; 
    fill:#ffffff; 
    display: block;
    position: absolute;
    right:70px; 
    bottom:0px;
    margin: -20px -30px;
    width: 185px;
    height: 35px;
    text-align: center;

}


 #photo-container,
  #photo { 
     z-index: 3;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    left:10px; 
    bottom:80px;
    width: 40px;
    height: 40px;
/*    background-size: 100%;
    background-image: url(/images/arara.png);
*/
  }



#container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}


.hidden {
  display: none;
}

#user-info {
  border: 1px solid #CCC;
  clear: both;
  margin: 0 auto 20px;
  max-width: 400px;
  padding: 10px;
  text-align: left;
}



.logo-index {
    z-index: 2;
    position: absolute;
    background: url(/images/logo_tela.png) no-repeat 100% 100%;
    background-size: 60%;
     top:-20px;
     width:  100px;
     height: 100px;
     left:  45%;
     visibility:hidden;
}



#logo-index-texto {
 z-index:10;
 font-family:Righteous,Arial,Arial;
  font-size: 20pt;
  color: white;
  position: absolute;
  top:100%; 
  width: 200px;
  height: 48px;
  left: -55%;
  visibility:hidden;
}



.toolbar_login {
  z-index: 16;
  border: 0px solid #CCC; 
  display: inline-block;
  position: absolute;
  top:100px;
  left:100px; 
  width:200px;
  height: 200px;
  text-align: left;
  background-color: rgba(29, 48, 48,1);

}


.toolbar_login a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    height: 30px;
}

.toolbar_login a:hover {
  background: #ddd;
  color: black;
}


.toolbar_startmenu {
    z-index: 16;
    position: absolute;
    top: 20px;
    left:5px; 
    width:200px;
    height: 80px;
    background-color:rgba(19, 32, 32,1);
    visibility:visible;
}



.footer {
  z-index: 16;
  position: absolute;
  top: 40px;
  width:100%;
  height: 20px;
  text-align: center;
  visibility:hidden;
}




.userlogin {

    z-index: 6;
    position: absolute;
    border-style: none;
    border-radius: 100%;
    font-size: 0px;
    display: inline-block;
    right:180px; 
    bottom:10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 100%;
    background-image: url(/images/user_logo.png);
    

}




#user_name {

    z-index: 8;
    font-family:Arial;
    font-size: 10pt;
    position: absolute;
    color: rgb(0, 0, 0);
    display: block;
    left:10%; 
    bottom:10px;
    width: 300px;
    height: 30px;
    text-align: left;
    visibility:hidden;
}



#sign-out{
    z-index: 6;
    position: absolute;
    border-style: none;
    border-radius: 100%;
    font-size: 0px;
    display: inline-block;
    right:120px; 
    bottom:10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 100%;
    background-image: url(/images/log_out.png);
    visibility:hidden;
}


#sign-in-status {
    z-index: 18;
    font-family:Arial;
    font-size: 12px;
    border: 0px solid #CCC; 
    position: absolute;
    color: rgb(000, 222, 123);
    background: rgba(255, 255, 255, 0);
    display: inline-block;
    right:150px; 
    top:-20px;
    width:150px;
    height: 30px;
    text-align:center;
    visibility:hidden;
}




.button-delete-user{

    z-index: 3;
    font-size: 0px;
    position: absolute;
    border-style: none;
    border-radius: 100%;
    display: inline-block;
    left:3%; 
    bottom:10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 100%;
    background-image: url(/images/deluser.png);
   visibility:hidden;

}

  /*///////FIM LOGIN USER AUTENTICA//////////////////////////*/


::-webkit-scrollbar {
  width: 12px;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 220, 220, 1);
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 220, 220, 1);
}


/* nome header */
.nome_empresa{
    position: flex;
    display:flex-wrap;
    top: 10px;   /* Sua posição solicitada */
    margin-left: 120px;   /* Sua posição solicitada */
    align-items: center;
    justify-content: center;
}



/* logo header */
.modelo_logo_abertura {
    /* Mantém a prioridade de camada para não sumir atrás das pastas */
    z-index: 9999; 
    position: fixed;
    
    top: 20px;
    left: 40px;
    
    width: 100px; 
    height: 100px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.2px solid #555; 
    
    /* REMOVIDO: cursor: pointer (não é um botão) */
    pointer-events: none; /* O mouse "atravessa" o logo, não bloqueia cliques atrás */

    /* MESMO ESTILO METAL "DA VINCI" */
    background-color: #8a8a8a; 
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%), 
        url('/images/logo_catalogo.png');
    
    background-size: 100% 100%, 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;

    /* RELEVO NÍTIDO ESTÁTICO */
    box-shadow: 
        inset 1.5px 1.5px 1px rgba(255,255,255,0.8), 
        inset -1.5px -1.5px 1.5px rgba(0,0,0,0.8),    
        0 4px 8px rgba(0,0,0,0.4);

    visibility: hidden;
    overflow: hidden;
}





.titulo_3d {
    z-index: 10;
    font-family: Arial;
    font-size: 7pt;
    text-transform: uppercase;
    position: absolute;
    bottom:-3px;
    left: 0px;
    width:95px;
    height:15px;
    cursor:pointer;
    color: rgb(0, 0, 0);
   /* background: rgb(200, 220, 220);*/
    text-align: center;
}


/*FRAME BOTOES ADMIN TELA */

.frame {

    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    top:100px;
    left:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}


.framemodelo {
    z-index:1;
    position: absolute;
    top:0px;
    right:10px;
    width: 130px;
    height:100%;
    overflow: auto;
    visibility: hidden;

}

.frameadmin {

    z-index:10;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.frameadmin:hover {
    cursor: pointer;
}



.frameai {
    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    top:100px;
    right:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}

.frameaiadmin {
    z-index:1;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.frameaiadmin:hover {
    cursor: pointer;
}


.framedigitalizacao {
    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    top:100px;
    right:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}

.framedigitalizacaoadmin {
    z-index:1;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.framedigitalizacaoadmin:hover {
    cursor: pointer;
}


.frame3dcatalogo {
    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    top:100px;
    right:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}

.frame3dcatalogoadmin {
    z-index:1;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.frame3dcatalogoadmin:hover {
    cursor: pointer;
}



.frame3dprinter {
    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
     top:100px;
    right:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}

.frame3dprinteradmin {
    z-index:1;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.frame3dprinteradmin:hover {
    cursor: pointer;
}




.framelaser {
    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    top:100px;
     right:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}

.framelaseradmin {
    z-index:1;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.framelaseradmin:hover {
    cursor: pointer;
}





.framerestauracao {
    z-index:1;
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    top:100px;
    right:10px;
    width: 100px;
    height: 420px;
    border: 0px solid #ccc;
    background-color: transparent;
    overflow: auto;
    visibility: hidden;

}

.framerestauracaoadmin {
    z-index:1;
    position: absolute;
    width: 100%;
    height: 420px;
    justify-content: center;
    background-color: transparent;

}


.framerestauracaoadmin:hover {
    cursor: pointer;
}






.button_frame3dcatalogo1 {
        z-index: 6;
        display: inline-block;
        top: 40%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
}


.button_frame3dcatalogo2 {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_frame3dcatalogo3 {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
}


.button_frame3dcatalogo4 {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}





.button_frameai1 {
        z-index: 6;
        display: inline-block;
        top: 40%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
}


.button_frameai2 {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_frameai3 {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
}


.button_frameai4 {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}



.button_frame3dprinter1 {
        z-index: 6;
        display: inline-block;
        top: 40%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
}


.button_frame3dprinter2 {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_frame3dprinter3 {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
}


.button_frame3dprinter4 {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}



.button_framedigitalizacao1 {
        z-index: 6;
        display: inline-block;
        top: 40%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
}


.button_framedigitalizacao2 {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_framedigitalizacao3 {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
}


.button_framedigitalizacao4 {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_framelaser1 {
        z-index: 6;
        display: inline-block;
        top: 40%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
}


.button_framelaser2 {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_framelaser3 {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
}


.button_framelaser4 {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}



.button_framerestauracao1 {
        z-index: 16;
        display: inline-block;
        top: 40%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
}


.button_framerestauracao2 {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}




.button_framerestauracao3 {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
}


.button_framerestauracao4 {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
}





.fileLoad {
  z-index:0;
  position: relative;
   display: inline-block;
  color:black;
  width:100px;
  height:500px;
  right:0px; 
  text-align: left;
  cursor: pointer;
}




/*selecao de objetos*/
.selectBox {
    border: 1px solid #55aaff;
    background-color: rgba(75, 160, 255, 0.3);
    position: fixed;
            }



/* etiqueta  servicos*/
.measurementLabelAbertura {
     z-index:5;
  position: absolute;
    font-family:Arial;
   font-size: 20pt;
  display: inline-flex;
  justify-content: center; /* Centers the child horizontally */
   padding: 8px;
   width: auto;
    border-radius: 1px;
    border: 0px solid royalblue;
   background-color: lightslategray;
   opacity: 0.8;
   color: white;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    }




    /* etiqueta de medida no objeto */
.measurementLabelModelo {
     z-index:5;
  position: absolute;
    font-family:Arial;
   font-size: 18pt;
    text-align: left;
  display: inline-flex;
  justify-content: center; /* Centers the child horizontally */
   padding: 8px;
   width: 200px;
   height: 250px;
   top:50px;
   left:400px;
    border-radius: 1px;
    border: 0px solid royalblue;
   background-color: lightslategray;
   opacity: 0.8;
   color: white;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    }


/* label painel com medidas do modelo */

.label_base_modelo {
     z-index:5;
  position: absolute;
  font-family:Arial;
  font-size: 10pt;
  display: inline-flex;
  justify-content: center; /* Centers the child horizontally */
  width: 200px;
  height: 10px;
}  




.zoom_range{ 
   z-index:5;
   position: absolute;
  right: 60px;
  bottom:210px; 
  width: 250px;
  height: 10px;
  transform: rotate(-90deg);
  visibility: hidden;
  }

.range_label{ 
  z-index:5;
  position: absolute;
  font-family:Arial;
  right:150px;
  bottom:10%; 
  width: 50px;
   text-align: center;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255,1);
  visibility: hidden;
  }


.fov_range{ 
   z-index:5;
   position: absolute;
  right: 90px;
  bottom:210px; 
  width: 250px;
  height: 10px;
  transform: rotate(-90deg);
  visibility: hidden;
  }


.fov_label{ 
 z-index:5;
   position: absolute;
  font-family:Arial;
  right: 220px;
  bottom:10%; 
  width: 30px;
   text-align: center;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255,1);
  visibility: hidden;
  }




.texto_cena{ 
   z-index:5;
   display: flex;
  flex-wrap: wrap;
   position: absolute;
  font-family:Arial;
  font-size: 15pt;
  color: black;
  text-indent: 50px;
  right: 0px;
   bottom:10px; 
  width: 100%;
  height: 10%;
  background: rgba(200, 220, 220, .5);
  visibility: hidden;
  }




.button_foto_index { /*aciona snapshot 3d*/
  z-index:120;
  position: absolute;
  color:white;
  width:40px;
  height:35px;
  right:50%; 
  top:52px;
  cursor: pointer;
  border: 0px solid #CCC;
  background: url('/images/foto.png') no-repeat 100% 100%;
  background-size: contain ;
   visibility: hidden;
}



.button_render {
        z-index: 6;
        display: inline-block;
        top: 80px;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/render.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
        visibility: hidden;
}




.button-reload {
        z-index: 16;
        display: inline-block;
        top: 10px;
        right: 60px;
        width: 40px;
        height: 40px;
        position: absolute;
         background: url(/images/reload.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
        visibility: hidden;
}

.button-catalogo {
        z-index: 16;
        display: inline-block;
        top: 40%;
        left: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/render.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
        cursor: pointer;
        visibility: hidden;
}

.button_modelo {
        z-index: 6;
        display: inline-block;
        top: 55%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/modelo.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
        visibility: hidden;
}



.button_inicio_admin {
        z-index: 6;
        display: inline-block;
        top: 70%;
        right: 25px;
        width: 50px;
        height: 50px;
        position: absolute;
         background: url(/images/cena2.png) no-repeat 100% 100%;
         background-size:contain;
         border: 0px solid #CCC;
          cursor: pointer;
        visibility: hidden;
}

.button_inicio_user {
        z-index: 6;
        display: inline-block;
        top: 85%;
        right:25px;
        width: 50px;
        height: 50px;
        position: absolute;
        background: url(/images/cena3.png) no-repeat 100% 100%;
        background-size:contain;
        border: 0px solid #CCC;
         cursor: pointer;
        visibility: hidden;
}





.button-cena1 {
    z-index: 6;
    position: absolute;
    display: inline-block;
     background: url(/images/cena3.png) no-repeat 100% 100%;
     background-size:contain;
     border: 0px solid #CCC;
     top: 12%;
     right:3%;
     width: 60px;
     height: 60px;
    padding: 0px 0p5
    cursor: pointer;
   visibility: hidden;
}

.button-cena1 .tooltiptextmodelo {
  visibility: hidden;
  font-family: Arial;
  font-size: 10pt;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top:-20px;
  left:-25px;  
  transition-property: visibility;
  transition-delay: 0s;
}

.button-cena1:hover .tooltiptextmodelo {
  visibility: visible;
  transition-delay: 0.3s;
}





.button-cena2 {
    z-index: 4;
    position: absolute;
    display: inline-block;
     background: url(/images/cena2.png) no-repeat 100% 100%;
     background-size:contain;
     border: 0px solid #CCC;
     top: 25%;
     right:3%;
     width: 60px;
     height: 60px;
    padding: 0px 0px;
    cursor: pointer;
    visibility: hidden;
   
}


.button-cena2 .tooltiptextprinter {
  visibility: hidden;
  font-family: Arial;
  font-size: 10pt;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top:-20px;
  left:-25px;  
  transition-property: visibility;
  transition-delay: 0s;
}

.button-cena2:hover .tooltiptextprinter {
  visibility: visible;
  transition-delay: 0.3s;
}




.button-cena3 {
    z-index: 4;
    position: absolute;
    display: inline-block;
    background: url(/images/cena3.png) no-repeat 100% 100%;
    background-size:contain;
    top: 38%;
    right:3%;
    width: 60px;
    height: 60px;
    padding: 0px 0px;
    cursor: pointer;
    visibility: hidden;
}


.button-cena3 .tooltiptextscanner {
  visibility: hidden;
   font-family: Arial;
  font-size: 10pt;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top:-20px;
  left:-65px; 
  transition-property: visibility;
  transition-delay: 0s;
}

.button-cena3:hover .tooltiptextscanner {
  visibility: visible;
  transition-delay: 0.3s;
}





.button-cena4 {
    z-index: 4;
    position: absolute;
    display: inline-block;
    background: url(/images/cena4.png) no-repeat 100% 100%;
    background-size:contain;
    top: 51%;
    right:3%;
    width: 60px;
    height: 60px;
    padding: 0px 0px;
    cursor: pointer;
    visibility: hidden;
}

.button-cena4 .tooltiptextlaser {
  visibility: hidden;
   font-family: Arial;
  font-size: 10pt;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top:-20px;
  left:-65px; 
  transition-property: visibility;
  transition-delay: 0s;
}

.button-cena4:hover .tooltiptextlaser {
  visibility: visible;
  transition-delay: 0.3s;
}





.button-cena5 {
    z-index: 4;
    position: absolute;
    display: inline-block;
    background: url(/images/cena5.png) no-repeat 100% 100%;
    background-size:contain;
    top: 64%;
    right:3%;
    width: 60px;
    height: 60px;
    padding: 0px 0px;
    cursor: pointer;
    visibility: hidden;
}

.button-cena5 .tooltiptextarq {
  visibility: hidden;
   font-family: Arial;
  font-size: 10pt;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top:-20px;
  left:-65px; 
  transition-property: visibility;
  transition-delay: 0s;
}

.button-cena5:hover .tooltiptextarq {
  visibility: visible;
  transition-delay: 0.3s;
}




.button-cena6 {
    z-index: 4;
    position: absolute;
    display: inline-block;
    background: url(/images/cena6.png) no-repeat 100% 100%;
    background-size:contain;
    top: 75%;
    right:3%;
    width: 60px;
    height: 60px;
    padding: 0px 0px;
    cursor: pointer;
    visibility: hidden;
}
.button-cena6 .tooltiptextarq {
  visibility: hidden;
   font-family: Arial;
  font-size: 10pt;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top:-20px;
  left:-65px; 
  transition-property: visibility;
  transition-delay: 0s;
}

.button-cena6:hover .tooltiptextarq {
  visibility: visible;
  transition-delay: 0.3s;
}



@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}



}




/* PARA MODO PORTRAIT MOBILE */

@media screen and (min-width: 420px) {


/* logo header */
.modelo_logo_abertura {
    z-index: 9999; 
    position: fixed;
    top: 20px;   /* Sua posição solicitada */
    left:40px;
}



}




