.buscador{
    margin: 20px 0;
    border: 2px solid #ec9422;
    border-radius: 3px;
    font-weight: 600;
    min-width: 300px;
    font-size: 18px;
    color: #212121;
    padding: 10px;
    text-align: center;
}

/* STICKY */
.sticky{
    display: none;
    position: fixed; 
    bottom: 0;
    width: 100%;
}

.boletos_azar{
    border: 2px solid #d9ad26;
    border-radius: 20px;
    padding: 10px;
}

.boletos_azar div,select{
    display: inline-block;
}

.boletos_azar select{
    padding: 5px 15px;
    color: #212121;
    font-weight: 500;
    border: 2px solid #000000;
    border-radius: 6px;
    margin: 2px 0;
    width: 55%;
    font-size: 18px;
    box-sizing: border-box;
    height: 50px;
    font-family: "POPPINS SEMI BOLD",serif;
}

.btn_boletoAzar{
    border: 2px solid #d9ad26;
    border-radius: 20px;
    padding: 10px;
    background-color: white;
    text-align: center;
    width: 100%;
    height: 250px;
    margin-top: 20px;
    font-size: 20px;
}

#all_checkbox{
    padding: 6px 9px;
    background: #212121;
    color: white;
    border-color: #212121;
    outline: none;
}

.datosCompra div{
    margin-top: 10px;
}

div#contenedor{
    margin-top: 15px;
    margin-bottom: 15px;
}


#mis_boletos{
    display:none; 
    text-align:center; 
    border: none;
    outline: none;  
    color: #000000;
    font-weight: 500;
}

.logo{
    position: absolute;
    left: 10px;
}

#generar_boletos{
    font-size: 18px;
}


/* Imagen */
.div-img{
    max-width: 700px;
    padding-bottom: 20px;
    text-align: center;
}

/* BOLETOS */
input[type="checkbox"]{
    display: none;
}

.btnNumero{
    margin: 2px 0px;
    cursor: pointer;
    width: 52px;
    height: 25px;
    display: inline-flex;

    border: solid 1.5px #000000;
    border-radius: 12%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 13px
}

.btnNumero:hover {
    outline: none;
    background: #d9ad26;
    color: #fff;
}

.oculto{
    margin: 2px 0px;
    background-color: #000000;
    color: #000000;
    width: 52px;
    height: 25px;
    display: inline-flex;

    border: solid 1.5px #000000;
    border-radius: 12%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 13px
}

/* BOTON CARGAR MÁS BOLETOS */
.show_more_main {
    margin: 15px 25px;
}

.show_more {
    background-color: #ec9422;
    background-image: -webkit-linear-gradient(top,#ffec25 0,#ec9422 100%);
    background-image: linear-gradient(top,#ffec25 0,#ec9422 100%);
    border: 1px solid;
    border-color: #ffec25;
    color: #212121;
    font-size: 18px;
    outline: 0;
}

.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight:600;
}

.loding {
    background-color: #ec9422;
    border: 1px solid;
    border-color: #ffec25;
    color: #212121;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:600;
}