.sticky{
    display: none;
    position: fixed; 
    bottom: 0;
    width: 100%;
}

.logo{
    position: absolute;
    right: 45%;
}

.boletos_azar{
    border: 2px solid rgb(55, 126, 63);
    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 #919191;
    border-radius: 2px;
    margin: 5px 0;
    width: 55%;
    font-size: 18px;
    box-sizing: border-box;
    height: 50px;
    font-family: "POPPINS SEMI BOLD",serif;
}

.btn_boletoAzar{
    border: 2px solid rgb(55, 126, 63);
    border-radius: 20px;
    padding: 10px;
    background-color: white;
    text-align: center;
    width: 100%;
    height: 250px;
    margin-top: 20px;
    font-size: 20px;
}

section{
    margin-top: 95px;
}

.info{
    background-color: #212121;
    color: white;
    text-align: center;
    padding: 5px;
}

.titulo-img img,h4{
    display: inline-block;
}

.div-img{
    max-width: 600px;
    padding-bottom: 20px;
    text-align: center;
}

.resume{
    padding: 20px;
}

.resume p{
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.buscador{
    margin: 5px 0;
    border: 2px solid #ec9422;
    border-radius: 3px;
    font-weight: 600;
    min-width: 300px;
    font-size: 16px;
    color: #212121;
    padding: 10px;
    text-align: center;
}

#btnNumAzar{
    margin: 10px 0;
    padding: 12px;
    text-align: center;      
}

#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;
}

input[type="checkbox"]{
    display: none;
}

#mis_boletos{
    display:none; 
    text-align:center; 
    border: none;
    outline: none;  
    color: green;
}

.btnNumero{
    margin: 1px;
    padding: 6px 9px;
    background: white;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #28a745;
    color: black;
    cursor: pointer;
}

.btnNumero:hover {
    outline: none;
    background: #28a745;
    color: white;
}

.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;
}