.content-full-boletos{
    width: 100% !important;
    text-align: center;

}
input[type=button]{
    border: none !important;
}
.boleto-libre{
    background-color: #00ff98;
    color: #2a343c;
    font-size: 25px;
    font-weight: bold;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 20px 20px -15px rgba(42,51,59,0.7), inset 0 -5px rgba(42,51,59,0.4);
    transition: all 0.3s cubic-bezier(0, 0.35, 0.5, 1);
    float: left !important;
    position: relative !important;
}
.boleto-ocupado{
    background-color: #000000;
    color: #2a343c;
    font-size: 25px;
    font-weight: bold;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 20px 20px -15px rgba(42,51,59,0.7), inset 0 -5px rgba(42,51,59,0.4);
    transition: all 0.3s cubic-bezier(0, 0.35, 0.5, 1);
    float: left !important;
    position: relative !important;
}
.boleto-libre:hover {
    color: #000;
    transform: scale(1.03);
    box-shadow: 0 22px 22px -15px rgba(42,51,59,0.7), inset 0 -5px rgba(42,51,59,0.4);
}
.boleto-preventa:hover {
    color: #000;
    transform: scale(1.03);
    box-shadow: 0 22px 22px -15px rgba(42,51,59,0.7), inset 0 -5px rgba(42,51,59,0.4);
}
.boleto-libre:focus,
.boleto-libre:active {
    transform: scale(1);
    box-shadow: 0 17px 17px -15px rgba(42,51,59,0.7), inset 0 -3px rgba(42,51,59,0.4);
}
.boleto-preventa:focus,
.boleto-preventa:active {
    transform: scale(1);
    box-shadow: 0 17px 17px -15px rgba(42,51,59,0.7), inset 0 -3px rgba(42,51,59,0.4);
}
.circle {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin: 50px auto;

}
.boleto-preventa{
    background-color: #5cdc32 !important;
    color: #2a343c;
    font-size: 25px;
    font-weight: bold;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 20px 20px -15px rgba(42,51,59,0.7), inset 0 -5px rgba(42,51,59,0.4);
    transition: all 0.3s cubic-bezier(0, 0.35, 0.5, 1);
    float: left !important;
    position: relative !important;
}
.pre-compra{
    background: #6c8ee2 !important;
}
#search_boleto, #search_boleto:focus{
    color: black !important;
}
