.estadisticas_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
}

.estadisticas_box{
    width: 125px;
    border: 1px solid #d2d2d2;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.buscadorFormBox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 18px;
}
.buscadorInputBox{
    width: 250px;
    margin-right: 15px;
    margin-bottom: 6px;
}
.buscadorInputBoxBtn{
    text-align: left;
}

@media screen and (max-width: 1630px) and (min-width: 913.01px) {
    .buscadorInputBox{
        width: 10%;
        min-width: 130px;
    }
    .buscadorInputBoxBtn{
        width: 50px !important;
        /*text-align: left;*/
    }
}
@media screen and (max-width: 913px) {
    .buscadorInputBox{
        width: 95%;
        margin: 0 auto 12px;
        flex-direction: column;
    }
    .clienteBox{
        flex-direction: column !important;
        height: auto;
    }
    .clienteDatos{
        width: 100%;
    }
    .clienteDatos_left{
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 12px;
    }
    .clienteDatos_right{
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 8px;
        font-weight: 700;
    }
    .clienteTools{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .btnGestion{
        width: 60%;
        min-width: 120px;
    }
}