@charset "UTF-8";

/*!
Totem.css 
*/

*{cur sor: none;}
.noseleccionable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {    overflow:hidden;}

@font-face {font-family: NeoSansStd; font-weight: bold; src: url('../font/NeoSansStd-Bold.otf');  }
@font-face {font-family: NeoSansStd; font-weight: lighter; src: url('../font/NeoSansStd-Light.otf');  }
@font-face {font-family: NeoSansStd; font-weight: medium; src: url('../font/NeoSansStd-Medium.otf');  }
@font-face {font-family: NeoSansStd; font-weight: normal; src: url('../font/NeoSansStd-Regular.otf'); }
@font-face {font-family: Play; font-weight: bold; src: url('../font/Play-Bold.ttf');  }
@font-face {font-family: Play; font-weight: normal; src: url('../font/Play-Regular.ttf'); }


.Estilo1 {
  font-family: Play,sans-serif; 
  font-size: 20;
}
.texto_menu{
  font-family: NeoSansStd,sans-serif;
    font-size: 60px;        
    background: transparent;    
    padding: 0 0; 
}

.titulo_menu{
  font-family: NeoSansStd,sans-serif;
    font-size: 80px;        
    background: transparent;    
    padding: 0 0; 
}

.toma_rut{
  font-family: NeoSansStd,sans-serif;
    font-size: 130px;        
    background: #ECECED;
    padding: 0 0; 
}


.toma_rut_boton{
  font-family: NeoSansStd,sans-serif;
    font-size: 60px;        
    color: #949599;
    padding: 0 0; 
}

.morado{
  color: #652D8A;   
}

.verde{
  color: #00665E;   
}

.naranjo
{
  color: #F04D22;   
}

.rojo
{
  color: #FF181A;
}

.bg_rojo{
  background-color:#FF181A;
}

.bg_morado{
  background-color:#652D8A;
}

.bg_verde{
  background-color:#00665E;
}

.bg_naranjo{
  background-color:#F04D22;
}

hr{ 
   height:5px;    
   width:900px;
   border:none; 
 }

.objeto_qr{
  position: absolute;
  top:  -100px; 
  left: -100px;
}

#myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

#myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #4CAF50;
}

#MediaPlayer1
{   
   width:1060px;
}

.geko-logo{ 
  position: absolute;
  color: #000;
  width: 99vw;
  height: 98vh;
  
  border-radius: 25px;
  
  vertical-align: middle;

  background: radial-gradient(#648880, #2F3740);
}
.geko-logo-img{
  max-width: 400px;
  margin-left: 30px;
  margin-top: 100px;

  float: left;
}
.geko-logo-img img{
  max-width: 100%;
  display: block;
}
.geko-logo-img2{
  margin-top: 200px;
  margin-right: 180px;
  max-width: 600px;
  float: right;
}

.geko-logo-img2 img{
  max-width: 100%;
  display: block;
}
.texto-ip{
  font-family: Play,sans-serif;
  color: #fff;
  font-size: 30px;
  text-align:   center;
}

.texto-apertura{
  font-family: Play,sans-serif;  
  color: #fff;
  font-size: 40px;
  text-align:   center;
}
.texto-seleccionado{
  font-family: Play,sans-serif;  
  color: #E72751;
  font-size: 40px;
  text-align:   center;
}

.texto-cmb_apertura{
  font-family: Play,sans-serif;  
  font-size: 30px;
  text-align:   center;
}

.full-circle {
  height: 100px;
  width: 100px;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
  justify-content: space-around;

  text-align: center;
  font-family: NeoSansStd,sans-serif;
  font-size: 90px;  
  color: #fff;  
  font-weight: normal;  
  vertical-align: center;
}
.circulo{
  text-align: center;
}
