.contenedor___tabla{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
thead{
    background-color: #0f6b39;
}
thead th{
    color: white;
}
.contenedor___tabla___productos{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.table-responsive{
    width: 90%;
}
.page-item.active .page-link{
    background-color: #0f6b39;
    border-color: #0f6b39;
}

a.page-link{
    color: #0f6b39;
}
input#AutorizarRequis.form-check-input{
    background-color: #0f6b39;
    border-color: #0f6b39;
}
main{
    margin-left: 200px;
}
.encabezado__tabla__productos{
    display: flex;
    justify-content: space-between;
    margin-right: 65px;
    margin-left: 65px;
}

@media(min-width: 280px) and (max-width: 768px){
    main{
        margin-left: 0;
    }
    .contenedor___tabla___productos{
        margin-left: 0;
    }
}
@media(max-width: 1920px){
    .encabezado__tabla__productos{
        display: flex;
        justify-content: space-between;
        margin-right: 125px;
        margin-left: 135px;
    }
    
}