@font-face {
    font-family: "Rubik";
    src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Source Sans 3";
    src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
input[type="search"] {
    -webkit-box-sizing: inherit;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
    background-color: #fff;
}

/******************/
/*******MENU*******/
/******************/
.headerMenu {
    height: 58px;
    display: flex;
    align-items: center;
    background: #F6F6F6;
}

.bgHeader {
    background: #F6F6F6;
}

.imglogo {
    width: auto;
    height: 42px;
}

.navbar-nav {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #261D5F;
    font-size: 14px;
}

.inputSearch {
    width: 350px;
    font-size: 12px;
    height: 25.5px;
    border-radius: 100px;
    font-family: 'Rubik', sans-serif;
}

.UlIconNav {
    list-style: none;
    margin-bottom: 0;
    padding: inherit;
}

.iconNav img {
    width: auto;
    height: 20px;
    margin: 3px;
    border: 0px !important;
}

.btn.iconNav {
    border: 0px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #261D5F !important;
}

.nav-link {
    color: #261D5F !important;
}

/******************/
/******Home Slide*****/
/******************/

.carousel-caption {
    width: 51%;
    left: 2.5%;
    right: 2.5%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    bottom: 0px;
    top: 30px;
}

    .carousel-caption p {
        font-size: 26px;
        line-height: 33px;
        font-family: 'Source Sans 3',sans-serif;
    }

.btnCarousel {
    color: #fff;
    background: #FF7C47;
    background-color: #ff7c47;
    border-radius: 100px;
    height: 36px;
    padding: 10px;
    width: 152px;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    justify-content: center;
}

.btn.btnCarousel:hover, .btn.btnCarousel:active, .btn.btnCarousel:focus {
    color: #fff;
    background-color: #e36938;
    border-radius: 100px;
}

.phone {
    background: url(../image/iconphone.png);
    height: 18px;
    width: 18px;
    background-size: cover;
    background-position: center;
}

.textCat {
    color: #676767;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'Source Sans 3',sans-serif;
}

.border1 img {
    margin: auto;
    border: 4px solid #FF7C47;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
}

.border2 img {
    margin: auto;
    border: 4px solid #97E94A;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    color: #676767;
}

.border3 img {
    margin: auto;
    border: 4px solid #FF578C;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    color: #676767;
}

.border4 img {
    margin: auto;
    border: 4px solid #FDE74A;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    color: #676767;
}

.border5 img {
    margin: auto;
    border: 4px solid #64DEFF;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    color: #676767;
}

.border6 img {
    margin: auto;
    border: 4px solid #F561FF;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    color: #676767;
}

#Clientes {
    background: #EFEFEF;
    padding-top: 1%;
    padding-bottom: 1%;
}

.slider {
    width: 100vw;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 140px;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

/******************/
/******SIDEBAR*****/
/******************/
.bgSide {
    height: 80vh;
    width: 180px;
    background-color: #DFDFDF !important;
    overflow-y: auto;
}
.bgProductos {
    height: 70vh;
    width: 100%;
    overflow-y: auto;
}

.btnTitleFull {
    width: 100%;
}

.bgHeaderSide {
    background: #D62340;
    color: #fff !important;
}

main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.btn-toggle:hover,
.btn-toggle:focus {
    background-color: transparent;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: .15rem .25rem;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        background-color: #94a1ad;
        font-weight:300;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: #261D5F !important;
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    color: #261D5F !important;
    padding: .1rem 2.5rem;
    margin-top: .125rem;
    margin-left: 0px;
    /*border-bottom: 1px solid #707070;*/
    width: 100%;
    text-align: left;
    font-size: .75rem;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: transparent;
        font-weight:800;
    }

.scrollarea {
    overflow-y: auto;
}

.bgTitle {
    background: #edc1c5;
    width: 100%;
    border-radius: 0px;
    font-size:.75rem;
    padding-bottom:.1rem;
    text-align:left;
    
}

.Paper {
    background: url(../image/iconsSidebar/iconPapeles.png);
}

.School {
    background: url(../image/iconsSidebar/iconEscolares.png);
}

.Book {
    background: url(../image/iconsSidebar/iconCuadernos.png);
}

.Ofice {
    background: url(../image/iconsSidebar/iconOficina.png);
}

.Canva {
    background: url(../image/iconsSidebar/iconFormato.png);
}

.Print {
    background: url(../image/iconsSidebar/iconImpresion.png);
}

.icon {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
}

#Categorie-collapse.collapse:not(.show) {
    display: block;
}
/******************/
/******CardProductos*****/
/******************/
.Bread {
    margin-top: 20px;
}

    .Bread label {
        font-size: 1.25rem;
        color: #261D5F;
        font-weight: 500;
    }

.textCard {
    color: #261D5F;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    height: 52px;
}

.campoSesion {
    height: 40px;
    border-radius: 50px !important;
}

.cardProd {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: .5rem;
}

.btnAdd2 {
    width: 100%;
    height: 30px;
    font-size: 11px;
    background: #261D5F;
}

.btnAdd3 {
    width: 130px;
    height: 30px;
    font-size: 11px;
    background: #261D5F;
}

.btnAdd {
    height: 30px;
    font-size: 11px;
    background: #261D5F;
    width: 100%;
    /*margin: auto;*/
}


.btn-small {
    height: 30px;
    font-size: 10px;
    background: #261D5F;
}

.btn-small-whatsapp {
    height: 30px;
    font-size: 10px;
    background: #25D366;
}

.btn-small-facebook {
    height: 30px;
    font-size: 10px;
    background: #4267B2;
}


.btn-small-whatsapp:hover {
    background: #239c50 !important;
}

.btn-small-facebook:hover {
    background: #253d6d!important;
}

.TagPrice {
    color: #AE0044;
    font-weight: 500;
    font-size: 14px;
}

.card-footer {
    padding: 10px 5px;
    background: transparent;
    border: none;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.activaCursor{
    cursor:pointer;
}

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

    input[type="button"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.input-group {
    width: 115px;
    clear: both;
    margin: 0;
    position: relative;
    justify-content: space-between;
}

    .input-group input[type='button'] {
        background-color: transparent;
        min-width: 10px;
        width: auto;
        transition: all 300ms ease;
        border: none;
    }

    .input-group .button-minus,
    .input-group .button-plus {
        font-weight: bold;
        height: 35px;
        padding: 0;
        width: 40px;
    }

    .input-group .quantity-field {
        position: relative;
        height: 35px;
        left: 0px;
        text-align: center;
        width: 65px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical;
        border-radius: 15px !important;
    }

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.TextBlue {
    color: #261D5F;
}

.cards {
    padding: .5rem 1rem;
    height: auto;
    border-bottom: 1px solid #707070;
}

.footers {
    /*position: absolute;*/
    bottom: 0;
    padding: .25rem;
    width: 100%;
    height: auto;
    border-top: 1px solid #707070;
}

#MPage.form-select {
    display: block;
    width: 100%;
    padding: .2rem 2.25rem .2rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/***********************/
/******CardsPagos*****/
/***********************/
.nav-tabs .nav-link.active {
    background-color: #261D5F;
    color: #fff !important;
    border-radius: 0.375rem;
}

.nav-tabs .nav-link {
    background: #ededed;
    color: #584e9991 !important;
    border: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
}

.bgRedHeader {
    background: #D62340;
    color: #fff;
    display: flex;
    align-items: center;
}

.btnCardPage {
    padding: 2.5px;
    height: 30px;
    width: 30px;
    background-color: #FFEAE1;
    border: none;
    border-radius: 8px;
    color: #D62340;
}

.divCuentaTablaBody{
    width: 60%;
}

.inputCuenta {
    width: 100%;
}
.inicioSesionExpansiones{
    width: 50%;
}
.btnCuenta {
    background-color: #261D5F;
    color: #fff;
}

#myTabContent td {
    padding: 10px;
}

.cardH {
    height: 160px;
}

.RedHeaderTable {
    background-color: #D62340;
    color: #fff;
    text-align: center;
}

.radioLeft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px !important;
}

.radioRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px !important;
}

#Borders th, #Borders td {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
    width: auto;
}

.btnDelete {
    background: #D62340;
    padding: 4px 6px;
    width: auto;
    height: 25px;
    font-size: 11px;
    margin-top: .5rem;
}

.spaceTag {
    border-top: 1px solid #707070;
    padding-top: .25rem;
    margin-top: .25rem;
}

.input-group2 {
    width: 83px;
    clear: both;
    margin: 0;
    position: relative;
    justify-content: space-between;
}

    .input-group2 input[type='button'] {
        background-color: transparent;
        min-width: 10px;
        width: auto;
        transition: all 300ms ease;
        border: none;
    }

    .input-group2 .button-minus,
    .input-group2 .button-plus {
        font-weight: bold;
        height: 20px;
        padding: 0;
        width: 40px;
    }

    .input-group2 .quantity-field {
        position: relative;
        height: 20px;
        left: 0px;
        text-align: center;
        width: 50px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical;
        border-radius: 15px !important;
    }

.person {
    background: url(/images/image/IcoPerson.png);
}

.senBox {
    background: url(/images/image/IcoBox.png);
}

.facturation {
    background: url(/images/image/IcoPaperclip.png);
}

.Pay {
    background: url(/images/image/IcoCard.png);
}

.ico {
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

button.active .person,
button.active .senBox,
button.active .facturation,
button.active .Pay {
    filter: invert(1);
}

.c-chico {
    width: 25%;
}

.c-mediano {
    width: 50%;
}

.c-grande {
    width: 70%;
}

.f-roja {
    color: #a40543f2;
}

#Pago-tab-pane .img-fluid {
    max-width: 17%;
}
/******************/
/******Footer*****/
/******************/
.bgFooter {
    background: #AE0044;
    height: auto;
    padding: 10px;
    color: #fff;
    font-size: 11px;
}

.titleFooter {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.icons {
    height: 18px;
}



/******************/
/******Mediaqueries*****/
/******************/

@media (min-width: 260px) and (max-width: 760px) {
    .inicioSesionExpansiones {
        width: 100%;
        margin-bottom: 30px;
    }

    .imgSmall {
        height: 200px;
        width: auto;
        object-fit: cover;
    }

    .carousel-caption {
        width: 89%;
        left: 2.5%;
        right: 2.5%;
        padding-top: 0rem;
        padding-bottom: 0rem;
        bottom: 0px;
        top: 30px;
    }

        .carousel-caption p {
            font-size: 14px;
            line-height: normal;
            font-family: 'Source Sans 3', sans-serif;
        }

    #Categorie-collapse.collapse:not(.show) {
        display: none;
    }

    #Borders th, #Borders td {
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        vertical-align: middle;
        width: 100%;
    }

    .carousel-item.slick-slide {
        text-align: center;
        width: 100% !important;
        margin: auto;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 200px;
    }
}

@media (min-width: 560px) and (max-width: 769px) {
    .modal-dialog{
        width: 370px;
    }

    #divDetallePedido .modal-dialog {
        width: 730px;
    }
}

@media (min-width: 260px) and (max-width: 980px) {
    #ListFooter.d-flex {
        flex-direction: row;
        flex-wrap: wrap;
    }


    #frmUsuarioDatosPersonales td {
        padding: 5px;
    }

    .headerMenu {
        height: auto;
        display: flex;
        align-items: center;
        background: #F6F6F6;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 3px solid #e0dfdf;
    }

    .bgSide {
        height: fit-content;
        width: 100%;
        background-color: #DFDFDF !important;
        overflow-y: auto;
    }

    .btnTitleFull {
        width: 100%;
    }

    .inputSearch {
        width: 300px;
        font-size: 12px;
        height: 25.5px;
        border-radius: 100px;
        font-family: 'Rubik', sans-serif;
    }

    .card-footer {
        height: 150px;
        padding: 10px 5px;
        background: transparent;
        border: none;
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .TagPrice {
        color: #AE0044;
        font-weight: 500;
        font-size: 16px;
    }

    .btnAdd {
        height: 30px;
        font-size: 0.6rem;
        background: #261D5F;
        padding: 7px;
        width: 100%;
    }

    .btnDelete {
        height: 33px;
        font-size: 14px;
        background: #D62340;
        padding: 5px;
        width: auto;
    }

    .input-group {
        width: auto;
        clear: both;
        margin: 0;
        position: relative;
        display: flex;
        font-variant: diagonal-fractions;
        justify-items: center;
        justify-content: space-evenly;
        flex-direction: row;
        align-items: center;
    }

        .input-group input[type='button'] {
            background-color: transparent;
            width: auto;
            transition: all 300ms ease;
            border: none;
            font-size: 20px;
        }

        .input-group .quantity-field {
            position: relative;
            height: 38px;
            left: 0px;
            text-align: center;
            width: 50%;
            display: inline-block;
            font-size: 13px;
            margin: 0 0 5px;
            resize: vertical;
            border-radius: 50px !important;
        }

    .slick-track {
        top: 0;
        left: 0;
        width: auto;
    }

    .slick-slide {
        text-align: center;
        color: white;
        background: white;
    }

    .carousel-item {
    }

    .prev-slide
    .next-slide {
        vertical-align: center;
    }

    .divCuentaTablaBody {
        width: 100%;
    }

    .btnCuenta {
        background-color: #261D5F;
        color: #fff;
    }

    .c-chico {
        width: 35%;
    }

    .c-mediano {
        width: 70%;
    }

    .c-grande {
        width: 90%;
    }
}

@media (min-width: 760px) and (max-width: 980px) {

    .carousel-caption {
        width: 50%;
        left: 10.5%;
        top: 5px;
    }

        .carousel-caption h1 {
            font-size: 26px;
            line-height: normal;
            font-family: 'Source Sans 3', sans-serif;
            margin-bottom: 0px !important;
            font-weight: bolder;
        }

        .carousel-caption p {
            font-size: 16px;
            line-height: normal;
            font-family: 'Source Sans 3', sans-serif;
            margin-bottom: 0px !important;
        }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .carousel-caption {
        width: 51%;
        left: 2.5%;
        top: 20px;
    }

        .carousel-caption p {
            font-size: 20px;
            line-height: normal;
            font-family: 'Source Sans 3', sans-serif;
        }
}



/* EXTRAS */
.fondoCarrito {
    width: 21px;
    height: 22px;
    background-image: url(/images/image/iconCar.png);
    background-repeat: no-repeat;
    background-size: 15.6px 20px;
    background-position: center center;
}

.lblCantidadCarrito {
    text-align: center;
    color: white;
    font-size: 13px;
}

.validators {
    color: #2306db;
    font-size: 10px;
}

.btnModal {
    width: 80%;
    height: 30px;
    font-size: 11px;
    background: #261D5F;
    margin: auto;
}

.form-select {
    font-size: 12px;
    padding: .375rem .75rem;
}

.pagination{
    flex-wrap:wrap;
    margin-bottom: 20px;
    margin-top: 5px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #261D5F;
    border-color: #261D5F;
}

.btn-filtros {
    font-size: 14px;
    height: 40px;
    border-radius: 15px;
}

h4, h2 {
    color:#261D5F;
}
.modal-dialog{
    max-width: 1000px;
}

.Borders th, .Borders td {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
    width: auto;
}

#divReferenciaEnvio .modal-dialog{
    max-width: 400px
}

#divPago .modal-dialog {
    max-width: 400px
}

c-complete{
    width: 100%;
}

c-intermedio {
    width: 50%;
}

.btn:disabled.btn-primary {
    background-color: white;
    color: black;
    border-color: black;
}

.dropdown-item.nav-link{
    font-size: 10px; 
}

.dropdown-menu[data-bs-popper]{
    top: 80%
}

input::file-selector-button {
    background-color: #261D5F;
    color: #fff;
    border-radius: 10px;
}

input::file-selector-button:hover {
    background-color: #0b5ed7;
    color: #fff;
    border-radius: 10px;
}

.inputBusqueda {
    border-radius: 10px;
    border-color: #ced4da;
    cursor: pointer;
}

.md-datepicker-calendar-pane.md-whiteframe-z1{
    z-index: 1056; 
}

.registroPromociones tr{
    height: 60px;
}

.inputBusqueda:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.width-140{
    width: 120px;
}


.width-104 {
    width: 104px;
}

#TiendaCatalogo .modal-dialog {
    max-width: 500px;
}
.borderless{
    border:none;
}

.ui-menu{
    max-height: 200px;
    overflow-y: auto;
}

.cursor-pointer {
    cursor:pointer;
}


.tooltip-mi-color {
    --bs-tooltip-bg: #261D5F;
    --bs-tooltip-color: #fff;
    --tooltip-opacity: 1;
}