/* ##################################################################################################  
            CSS PRINCIPAL
################################################################################################## */


@font-face {
    
    font-family: century_gothic;
    src: url(../fonts/century-gothic.TTF);
    
}
body, html {
  width: 100%;
  height: 100%;
}

body{
  overflow-y:auto;
  overflow-x:hidden; 
}

.row{
  margin-left: 0;
  margin-right: 0;
}

h1{
  font-size: 25px;
  color: #fff;
  font-family: century_gothic;
}
h2{
  font-size: 20px;
  color: #fff;
  font-family: century_gothic;
}

h3{
  font-size: 17px;
  color: #fff;
  font-family: century_gothic;
}

.left{
  text-align: left;
}
.right{
  text-align: right;
}



#formulario-registro label{
  font-size: 17px;
  color: #fff;
  font-family: century_gothic;

}


/*----------INDEX----------*/

#head{
  padding-top: 15px;
  padding-bottom: 15px;
}
#su-index{
  min-height: 100%;
  width: 100%;
  position: relative;
}

#index{
  background: url('../images/bk_index_quiui.jpg') no-repeat center;
  background-size: cover;
  min-height: 100%;
  height: auto;
  width: 100%;
  position:absolute;
  z-index: 9;
}

#img-index{
  width:70%;
  margin-left: 15%;
  margin-top: 35%;
  cursor:pointer;
}

#img-index{
  -webkit-animation:4s aparece_logo 1;
}

@-webkit-keyframes aparece_logo{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


.container-fluid{
  padding: 0;
  margin: 0;
}

/*CONECTAR*/

#head{
  height: 15%;
  min-height: 100px;
}


#img-menu{
  height: 26px;
  margin-top:12px;
  cursor: pointer;
}



#img-logotipo{
  height: 60px;
  cursor: pointer;
}

#img-compartir{
  margin-top: 5px;
  height: 50px;
  cursor: pointer;
}


#conectar{
  display: none;
  min-height: 100%;
  height: auto;
  width: 100%;
  left: 100%;
  background: url('../images/background_quiui.png') no-repeat center;
  background-size: cover;
  position: relative;
}

#row-conectar{
  min-height: 77%;
}

.center{
  text-align: center;
}

.btns-conectar{
  height: 60px;
  width: 420px;
  cursor: pointer;
  margin:0 auto;
}


#btn-conectar{
  background: url("../images/quiui_app_conectar.png") no-repeat center;
  background-size: 90% 100%; 
}

#btn-conectar:hover{
  background: url("../images/quiui_app_conectar_over.png") no-repeat center;
  background-size: 90% 100%; 
}

#btn-facebook{
  background: url("../images/quiui_app_ingreso_1fb.png") no-repeat center;
  background-size: 90% 100%; 
}

#btn-facebook:hover{
  background: url("../images/quiui_app_ingreso_1fb_over.png") no-repeat center;
  background-size: 90% 100%; 
}

#btn-twitter{
  background: url("../images/quiui_app_ingreso_2tw.png") no-repeat center;
  background-size: 90% 100%; 
}
#btn-twitter:hover{
  background: url("../images/quiui_app_ingreso_2tw_over.png") no-repeat center;
  background-size: 90% 100%; 
}

#btn-registrar{
  background: url("../images/quiui_app_ingreso_3rg.png") no-repeat center;
  background-size: 90% 100%; 
}

#btn-registrar:hover{
  background: url("../images/quiui_app_ingreso_3rg_over.png") no-repeat center;
  background-size: 90% 100%; 
}

#row-cnorm{
  margin-top: 45px;
}

#row-cface{
  margin-top: 20px;
}

#row-ctwitter{
  margin-top: 20px;
}
#row-cregistar{
  margin-top: 20px;
}

#logo-quiui{
  margin-top: 30px;
  width: 100px;
}

/*--------------------REGISTRO--------------------------------*/
.input-group{
  width: 100%;
}

#formulario-registro input{
  font-size: 17px ;
  font-family: century_gothic;
}

#registro-listo{
  margin-top: 20px;
}

#formulario-registro{
  display: none;
  min-height: 77%;
}


/*----------Iniciar sesion--------------------*/
#iniciar-sesion a:hover{
 color: #ABE057;
}

#iniciar-sesion a span{
 font-weight: bold;
}

#iniciar-sesion{
  display: none;
  min-height: 77%;
}

#iniciar-sesion input{
  font-size: 17px ;
  font-family: century_gothic;
}


/*----------------------BOTONES----------------------*/
.btn{
  height: 50px;
  width: 100%;
  border: 2px solid #fff;
  background: none;
  font-size: 17px ;
  font-family: century_gothic;
  color: #fff;
  text-align: center;

}

.btn:hover{
  border: 2px solid #ABE057;
  background: #ABE057;
  color: black;
}

/*--------------------------------------------------*/


/*-------------------------------------------PRINCIPAL----------------------------------------------------*/

/*---------------MENU------------------*/
#menu{
  padding-left: 0;
  padding-right: 20px;
  display: none;
  height: 500px;
  
}

#img-num-cred{
  height: 40px;
}
#navmenu ul{
  background:url("../images/background_menu_quiui.png") no-repeat center;
  list-style: none;
  text-decoration: none;
  background-size: 100% 100%;
}

#navmenu li{
  text-align: right;
  text-decoration: none;
  padding: 15px;
}
#navmenu li,a{
  color: #FFF;
  font-family: century_gothic;
  font-size: 15px;
}
a:link{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #860200;
  cursor: pointer;

}


/*-------------------------------*/

#principal{
  min-height: 100%;
  height: auto;
  width: 100%;
  background: url('../images/background_quiui.png') no-repeat center;
  background-size: cover;
  position: relative;
}

#contenido{
  height: 77%;
  min-height: 510px;
}

#logo-establecimiento{
  padding-top: 81px;
  height: 180px;
  width: 100%;
  background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
  background-size: cover;

}

#logo-establecimiento p{
  color: #fff;
  font-family: century_gothic;
  font-size: 18px; 

}



#buscador{
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
    background-size: cover;
    border: none;
    color: white;
    font-family: century_gothic;
    font-size: 18px;
    height: 70px;
    text-align: center;
    width: 100%;
}

#solicitar-cancion {
  display: none;
}
  
}
#solicitar-cancion form{
  position: relative;
  
}
#boton-buscar{ 
  padding: 0;
    background: transparent url('../images/lupa_buscador.png') no-repeat center;
    border: none;
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 14%;
}

.lista-canciones-disponibles {
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
    background-size: cover;
    margin-bottom: 1%;
    min-height: 30px;
    padding: 20px 0;
}

.acciones{
  overflow-y: auto;
  overflow-x: hidden;
  height: 90%;
  min-height: 500px;
}



/*-------------------SOLICITAR CREDITOS-------------------*/

#solicitar-cred{
  height: 200px;
  width: 100%;
  background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
  background-size: cover;

}

#solicitar-cred p{
  color: #fff;
  font-family: century_gothic;
  font-size: 18px; 

}

#solicitar-cred form{
  position: relative;
}

#form-solicitar-tickets p {
  margin-top: 12px;
}

#form-solicitar-tickets input {
    background: none;
    border: none;
    color: white;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 2%;
    text-align: center;
    padding: 20px 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 50px;
}

#boton-mas-cantidad {
    
    background: url('../images/arrow_after_st.png') no-repeat center !important;
    background-size: 100% 100% !important;
    cursor: pointer;
    width: 15% !important;
    
}

#boton-menos-cantidad {
    
    background: url('../images/arrow_before_st.png') no-repeat center !important;
    background-size: 100% 100% !important;
    cursor: pointer;
    width: 15% !important;
}

#casilla-cantidad {
    
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center !important;
    background-size: cover !important;
    width: 50px !important;
    
}
#btn-cst{
  margin-top: 20px;
}
/*------------------------------REPRODUCIENDO ----------------------------*/


#reproduciendo{
  display: none;
}

#canc-reprod{
  width: 100%;
  background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
  background-size: cover;

}

#canc-reprod p{
  color: #fff;
  font-family: century_gothic;
  font-size: 18px; 

}



#can-ahora{
  background: #ABE057;
  padding-bottom: 10px;
  
}

#bt{
  padding-left: 15px;
  padding-right: 15px;

}

#barra{
  height: 14px;
  background: #4D4D4D;
  border: 2px solid #4D4D4D;
  border-radius:25px;
  padding: 0px;
  position: relative;
  margin-top: 20px;

}

#progreso{
  height: 10px;
  width: 60%;
  border-radius:20px;
  background:#FBFD8E;
  position: absolute;
}

#can-ahora p{
  font-size: 15px;
  color: black;
  font-family: century_gothic;
  margin: 0;
}


#can-next2{
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#can-ahora2{
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#can-next3{
padding-bottom: 5px;  

}

#can-next .p1{
  font-size: 15px;
  color: #fff;
  font-family: century_gothic;
  margin: 0px;
}

#can-next:hover{
  background:#ABE057;
}


#can-next:hover .p1{
  color:black;
}

#can-next .p2{
  font-size: 14px;
  color: #ABE057;
  font-family: century_gothic;

}
.sp{
  padding: 0;
}

#solic-cancio-btn{
    width: 100%;
    height: 50px;
    cursor: pointer;
    margin-top: 20px;

}

#adquirir-credits-btn{
    width: 100%;
    height: 50px;
    cursor: pointer;
    margin-top: 20px;

}




/*--------------------------ESTABLECIMIENTOS------------------------------------*/

#establecimientos{
  display: none;
}


#buscador-establecimientos{
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
    background-size: cover;
    border: none;
    color: white;
    font-family: century_gothic;
    font-size: 14px;
    height: 70px;
    text-align: center;
    width: 100%;
}

#boton-buscar-establecimientos{ 
  padding: 0;
    background: transparent url('../images/lupa_buscador.png') no-repeat center;
    border: none;
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 14%;
}


.lista-establecimientos {
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
    background-size: cover;
    margin-bottom: 1%;
    min-height: 30px;
    padding: 10px 0;
}

.lista-establecimientos:hover{
  background: #ABE057;
}


.img-logo-est{
  width: 100%;
}

.logo-waze{
  width: 100%;
}

.info-est{
  font-size: 13px;
  font-family: century_gothic;
  color: #fff;
  text-align: center;

}

/*----------------------------MIS SOLICITUDES-------------------------------------*/

#solicitudes{
  display: none;
}


/*FOOTER*/
#foot{
  background: black;
  min-height: 8%;
}





#adquirir-creditos{
  display: none;
}


/*--------------------------------------Configuraciones------------------------*/

#configuracion{
  display: none;
  
}

.lista-configuracion {
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
    background-size: cover;
    margin-bottom: 1%;
    min-height: 30px;
    padding: 10px 0;
}

#form-configuracion p{
  font-family: century_gothic;
  font-size: 14px;
  color: #fff;

}
#ic{
 margin-top: 18px;
}
#form-configuracion label{
  font-family: century_gothic;
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
  font-weight: normal;

}

#form-configuracion input[type="checkbox"] {        
    
    background: url('../images/checkbox_config.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;    
    height: 30px;
    vertical-align: middle;    
    width: 30px;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    
}

#form-configuracion input[type="checkbox"]:checked {
    
    background: url('../images/checkbox_config_over.png') no-repeat center;
    background-size: 100% 100%;
    
}

#off {
    
    background: url('../images/bk_btn_off.png') no-repeat center;
    background-size: 100% 100%;
    
}

#off:checked {
    
    background: url('../images/bk_btn_off_over.png') no-repeat center;
    background-size: 100% 100%;
    
}

#off:focus,
#on:focus {
    
    outline-color: transparent !important;
    
}

#off,
#on {    
    
    cursor: pointer;
    padding: 25px;
    display: inline-block;
    vertical-align: middle;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    
}

#on{
    background: url('../images/bk_btn_on.png') no-repeat center;
    background-size: 100% 100%;
    margin-left: -10px;
    
}

#on:checked {
    
    background: url('../images/bk_btn_on_over.png') no-repeat center;
    background-size: 100% 100%;
    
}


#btn_listo_configuracion {
    
    background: url('../images/boton_listo.png') no-repeat center;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    display: block !important;
      
    height: 50px;
    width: 100% !important;
    
}

#btn_listo_configuracion:hover {
    
    background: url('../images/boton_listo_hover.png') no-repeat center;
    background-size: 100% 100%;
    
}


/*----------------------------INFORMACION------------------------*/

#informacion{
  display: none;
}

.info-oculta{
  display: none;
}

.lista-informacion {
    background: url('../images/espacio_logo_establecimiento.png') no-repeat center;
    background-size: cover;
    margin-bottom: 1%;
    min-height: 30px;
    padding: 10px 0;
}

#informacion label{
   font-family: century_gothic;
  font-size: 22px;
  color: #999;
  font-weight: normal;
  width: 100%;
  cursor: pointer;
}
#informacion span{
  text-align: right;
}

#informacion p{
  font-family: century_gothic;
  font-size: 15px;
  color: #FFF;
  text-align: justify;
  font-weight: normal;
}

.img-mas{
  width:20px;
  height: 20px;
  margin-top: 8px;
  cursor: pointer;
}



/*----------------Disco------------*/


#animacion{
  padding-top: 100px;
}
#disco{
  width: 200px;
  height: 200px;
}

#lec-disco{
  width: 200px;
}


#discototal{
  width: 200px;
}




