:root {

    --main-blanco: #fff;
    --main-gris: #f3f3f3;
    --main-azul: #006db1;
}


html,
body,
main {
    height: 100%;
}

body {
    overflow-x: hidden;

}

.full_oject {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.full_oject img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fondo_login {
    background: var(--main-gris);
}

.form-login img {
    width: 30%;
}

#form_login label span {
    font-size: 18px;
    font-weight: 500;
}

#form_login label input {
    border: 1px solid;
    border-radius: 5px;
}

.btn_general {
    background: var(--main-azul);
    color: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
    transition-duration: 0.5s;
}

.btn_general:hover {
    border: 2px solid #fff;
    transition-duration: 0.5s;
    cursor: pointer;
}

.text-danger {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}


.cabecera_aside {
    height: 150px;
    padding: 10px;
}

.cabecera_aside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item_menu {
    width: 100%;
    height: 100%;
    display: block;
}

.card-title {
    font-weight: 700;
}

.clave_cambio {
    position: relative;
}

.clave_cambio i {
    position: absolute;
    top: 3px;
    right: 16px;
    font-size: 20px;
    cursor: pointer;
}

.perfil_usuario {
    display: flex;
    align-items: center;
    gap: 10px;
}

.perfil_usuario span {
    font-size: 15px;
    font-weight: 700;
}

.aside_admin {
    background: #101010;
    position: relative;
    transition-duration: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conte_figure_movil {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    right: -15px;
    top: 10px;
    transform: rotate(180deg);
    cursor: pointer;
}

.conte_figure_movil img {
    padding: 8px;
    width: 100%;
    display: block;
}

.cuerpo-aside .list-group .list-group-item {
    background: #101010;
}


.cuerpo-aside .list-group .list-group-item a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-top: 1px dashed #fff;
}

.cuerpo-aside .list-group .list-group-item:last-child a {
    border-bottom: 1px dashed #fff;
}

.cuerpo-aside {
    height: calc(100% - 150px);
}

.pagination li {
    padding: 0px !important;
}

.page-item.active .page-link {
    background-color: #067880;
}

.active_sidebar {
    background: #067880 !important;
}

.ocultar_aside_menu {
    transform: translateX(-100%);
    transition-duration: 0.5s;
    position: absolute;
    z-index: 3;
}

.girar_flechas {
    transition-duration: 0.5s;
    transform: rotate(0deg);
}

.ancho_100_agregar,
#myTable {
    width: 100% !important;
    transition-duration: 0.5s;
}

.footer_aside a {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;

    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-top: 1px dashed #fff;
}

.btn_cerrar_cabecera {
    font-size: 15px;
    font-weight: 700;
    color: #067880;
    text-decoration: none;
}

.imagen_edit {
    position: relative;
}

.btn_eliminar_imagen {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.contenedor_imagen_producto {
    position: relative;
}

.contenedor_imagen_producto .dropzone {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.contenedor_productos_listar {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    width: 100%;
}

.contenedor_productos_listar article {
    width: 23.4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #101010;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px -1px 11px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 11px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 11px 0px rgba(0, 0, 0, 0.4);
    position: relative;
}

.contenedor_productos_listar article figure {
    background: #fff;
    margin: 0;
    width: 100%;
    height: 200px;
}

.contenedor_productos_listar article figure img {
    width: 100% !important;
    display: block;
    padding: 15px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.detalles_pro {
    padding: 15px;
}


.detalles_pro a {
    display: flex;
    background: #067880;
    color: #fff;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 15px;
    opacity: 1;
    transition-duration: 0.5s;
}

.detalles_pro a:hover {
    opacity: 0.9;
    transition-duration: 0.5s;
}

.conten_pag {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.paginacion {
    margin-top: 20px;
    display: flex;
    gap: 5px;
}

.paginacion a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #067880;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

.jp-previous,
.jp-next {
    display: none !important;
}

.jp-current {
    background: #101010 !important;
}

.item_pro_row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.item_pro_row span {
    color: #fff;
    font-size: 15px;
}

.detalles_pro h2,
.detalles_pro h3 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}

.contenedor_buscar {
    padding: 20px 0px;
    max-width: 450px;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.contenedor_buscar i {
    cursor: pointer;
}

.casilla_lupa {
    display: flex;
    background: #067880;
    width: 40px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
}

.cabecera_monto_monimo {
    width: 100%;
    background: red;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.blanco_s {
    background: #fff;
}

.contenedor_filtros_s {
    width: 100%;
    max-width: 450px;
}

.contenedor_select .select2-container {
    width: 100% !important;
}


.fondo_modal_venta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 79%);
    z-index: 2;
    display: none;
}

.contenedor_modulo {
    width: 100%;
    max-width: 350px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
    border-radius: 15px;
}

.row-contenedor_modulo {
    padding: 20px 40px 40px 40px;
}

.alerta_mensaje p {
    font-size: 15px;
    color: red;
    font-weight: 700;
}

.row-contenedor_modulo form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.row-contenedor_modulo form label span {
    display: table;
    margin: auto;
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 20px;
    color: #067880;
    ;
}

#btn_vender_producto {
    width: 100%;
    display: flex;
    background: #067880;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.btn_cancelar_form {
    width: 100%;
    display: flex;
    background: red;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}


.contenedor_modulo_table {
    width: 100%;
    max-width: 550px;
    position: fixed;
    z-index: 3;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 10px;
    display: none;
}

.contenedor_tabla_detalle {
    padding: 20px 40px 40px 40px;
}

.cabecera_cerrar {
    display: flex;
    justify-content: flex-end;
}

.cabecera_cerrar i {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.contenedor_flotante_table table tbody td {
    font-size: 14px;
    text-align: center;
}

.contenedor_tabla_detalle table {
    margin: 0;

}

.contenedor_formulario_cotizacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row_contenedor_formulario_cotizacion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agregar_producto {
    width: 100%;
    color: #fff;
    background: #067880;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.agregar_producto:hover {
    text-decoration: none;
    color: #fff;
}

.list_botones_cotizaciones {
    display: flex;
    gap: 15px;
}

@media(max-width: 1520px) {
    .contenedor_productos_listar article {
        width: 23%;
    }

    .detalles_pro h2,
    .detalles_pro h3 {
        font-size: 15px;
    }
}

@media(max-width: 1320px) {
    .contenedor_productos_listar article {
        width: 31.5%;
    }
}

@media(max-width: 1220px) {
    .contenedor_productos_listar article {
        width: 31%;
    }
}

@media(max-width: 991px) {
    .contenedor_productos_listar {
        gap: 20px;
    }

    .contenedor_productos_listar article {
        width: 48%;
    }
}