.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.abierto{
    background-color: white;
    border-radius: 6px;
    border-style: none;
    padding: 8px;
}
.align-center {
    align-items: center !important;
}
a:focus, a:hover {
    color: white;
    text-decoration: none;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-center {
    background-position: center;
}
.bg-contain {
    background-size: contain;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#BAA242\] {
    --tw-bg-opacity: 1;
    background-color: #659200;
}
body {
    margin: 0;
    line-height: inherit;
}
.border {
    border-width: 1px;
}
.border-gray-300 {
    border-color: rgb(101 146 0);
    border-style: solid;
    border-width: 1px 0px;
}
.border-t {
    border-top-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.overflow-x-auto {
    overflow-x: auto;
}
.bg-\[rgba\(28\2c 30\2c 33\2c 0\.04\)\] {
    background-color: rgba(28, 30, 33, 0.04);
}
.bg-\[\#17263414\] {
    background-color: #17263414;
}
.btnpresentacion{
    color: #659200!important;
    font-weight: 600;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    padding: 1px;
    font-size: smaller;
}
.divcontenido{
    padding: 0px;
    height: 300px;
    overflow-y: auto;
}
.duration-300 {
    transition-duration: 300ms;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
.font-sans {
    font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    /*gap: 1.5rem;*/
    gap: 16px;
    padding: 0 40px;
}
.h-12 {
    height: 3rem;
}
.hover:hover {
    transition-duration: 500ms;
}
.hover:hover {
    opacity: 0.9;
}
.hover:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.items-center {
    align-items: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.justify-space-between {
    justify-content: space-between !important;
}
.list-none {
    list-style-type: none;
    list-style: none!important;
}
.list-none .font-medium{
    margin: 0px;
}
.d-flex {
    display: flex !important;
}
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #659200!important;
    background-color: #f5f8fa!important;
    border: none!important;
    margin: 1px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f5f8fa;
}
.nav>li>a, .nav>li>a {
    color: #636b6f;
    text-decoration: none;
}
.mg0{
    margin: 0px;
}
.max-w-md {
    max-width: 28rem;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-40 {
    min-height: 16rem!important;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mt-auto {
    margin-top: auto;
}
.mt-16 {
    margin-top: 4rem;
}
.pad0{
    padding: 0px!important;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.pad20{
    padding-bottom: 25px;
    padding-top: 25px;
}
.product-view-handler {
    height: auto;
    min-height: 129px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #0000001F;
}
.product-card__body .button-add-product {
    min-width: auto !important;
    border-radius: 6px;
    height: 32px;
    width: 48px;
    background-color: #659200;
    border-color: #659200;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: normal;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: normal;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}
.p-0 {
    padding: 0px;
}
.product-card {
    position: relative;
    display: flex;
    height: 100%;
    cursor: pointer;
}
.product-card__head {
    position: relative;
    cursor: pointer;
    flex: 0 0 100px;
    height: 100px;
    margin-right: 16px;
    border-radius: 8px;
}
.product-card__image {
    width: 100px;
    height: 100px;
}
.product-card__image img {
    border-radius: 8px;
    width: 100%;
}
@media (min-width: 960px) {
    .product-card__body {
        grid-gap: 16px;
        gap: 16px;
    }
}
.product-card__body {
    width: 100%;
    position: relative;
    grid-gap: 8px;
    gap: 8px;
}
.product-card__body .product-top-group {
    display: flex;
    flex-direction: column;
}
.product-card__title-tag {
    display: block;
    width: 100%;
    grid-gap: 8px;
    gap: 8px;
    height: auto;
    position: relative;
}
.product-card__description{
    line-break: anywhere;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #00000080;
}
.product-card__footer-price{
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.shadow-md {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.text-\[\#AD9C4D\] {
    --tw-text-opacity: 1;
    color: #659200;
}
.text-lg {
    font-size: 2.125rem;
    line-height: 2.75rem;
}
.text-3xl {
    font-size: 2.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-sm {
    font-size: 14px;
    line-height: 18px;
}
.text-base {
    font-size: 14px;
    line-height: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#172634\] {
    --tw-text-opacity: 1;
    color: rgb(23 38 52 / var(--tw-text-opacity));
}
.text-\[\#BAA242\] {
    --tw-text-opacity: 1;
    color: #659200;
}
.contenidocomplementos > .v-input:hover{
    background-color: #65920040 !important;
}
.w-20 {
    width: 12rem;
    height: 12rem;
}
.w-full {
    width: 100%;
}
.w-px {
    width: 1px;
}
@media (min-width: 1100px) {
    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }
}
@media (max-width: 700px) {
    .gap-6 {
        padding: 0px;
        gap: 21px;
    }
}
@media (min-width: 1100px) {
    .lg\:gap-6 {
        gap: 1.5rem;
    }
}
@media (min-width: 1100px) {
    .lg\:flex {
        display: flex;
    }
}
@media (min-width: 1100px) {
    .lg\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 1100px) {
    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }
}
@media (min-width: 1100px) {
    .lg\:justify-end {
        justify-content: flex-end;
    }
}
@media (min-width: 1100px) {
    .lg\:max-w-full {
        max-width: 100%;
    }
}
@media (min-width: 1100px) {
    .lg\:mx-6 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }
}
@media (min-width: 1100px) {
    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }
}
@media (min-width: 960px) {
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
        font-size:15px
    }
}
@media (min-width: 960px) {
    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
}
@media (min-width: 960px) {
    .md\:border-0 {
        border-width: 0px;
    }
}
@media (min-width: 960px) {
    .md\:items-center {
        align-items: center;
    }
}
@media (min-width: 960px) {
    .md\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 960px) {
    .md\:flex-1 {
        flex: 1 1 0%;
    }
}
@media (min-width: 960px) {
    .md\:items-start {
        align-items: flex-start;
    }
}
@media (min-width: 960px) {
    .product-card {
        transition: transform .3s;
    }
}
@media (min-width: 800px) {
    .sm\:w-32 {
        width: 8rem;
    }
}
@media (min-width: 800px) {
    .sm\:h-32 {
        height: 8rem;
    }
}
@media (min-width: 800px) {
    .sm\:text-5xl {
        font-size: 48px;
        line-height: 1;
    }
}
@media (min-width: 500px) {
    .xs\:justify-center {
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .p_productimage {
        width: 35%!important;
    }
}
.product-add-to-cart {
    display: flex;
    width: 100%;
    grid-gap: 16px;
    gap: 16px;
}
.product-add-to-cart__incrementable {
    width: calc(40% - 8px);
}
.incrementable-buttons--boxed[data-v-2c54b7de] {
    height: 40px;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .12157);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
    display: grid;
    grid-auto-flow: column;
    justify-content: stretch;
}
.incrementable-buttons[data-v-2c54b7de] {
    display: flex;
    align-items: center;
}
.v-application .rounded {
    border-radius: 4px !important;
}
@media (min-width: 480px) {
    .incrementable-buttons--boxed .incrementable-buttons__btn[data-v-2c54b7de] {
        padding-left: 16px;
        padding-right: 16px;
        flex: 1 1 auto;
    }
}
.incrementable-buttons--boxed .incrementable-buttons__btn[data-v-2c54b7de] {
    height: 40px;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
}
.v-btn:not(.v-btn--round).v-size--default {
    height: 32px;
    min-width: 57px;
    padding: 0 14.2222222222px;
}
@media (min-width: 480px) {
    .incrementable-buttons--boxed .incrementable-buttons__quantity[data-v-2c54b7de] {
        flex: 1 1 0%;
        padding: 0 16px;
    }
}
.incrementable-buttons--boxed .incrementable-buttons__quantity[data-v-2c54b7de] {
    color: var(--font-color);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    width: auto;
    line-height: 20px;
}
.incrementable-buttons__quantity[data-v-2c54b7de] {
    color: var(--font-color);
    display: flex;
    width: auto;
    padding: 0 4px;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.v-btn:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}
.v-btn.v-size--default {
    font-size: 14px;
}
.v-btn>.v-btn__content .v-icon {
    color: inherit;
}
.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1), visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.v-icon__svg {
    fill: currentColor;
}
.v-icon__component, .v-icon__svg {
    height: 24px;
    width: 24px;
}
.incrementable-buttons > button{
    background-color: transparent;
    border-style: none !important;
    outline: none !important;
}
.incrementable-buttons > button:focus{
    border-style: none;
}
.theme--light.v-btn:focus:before {
    opacity: .24;
}
#importeProductos{
    font-size: large;
    font-weight: bolder;
    margin: 0px;
}
.product {
    font-size: 14px;
    position: relative;
    display: flex;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
@media (min-width: 480px) {
    .product__image {
        flex: 0 0 60px;
        height: 60px;
    }
}
.product__image {
    width: 100%;
    cursor: pointer;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 4px !important;
    margin-right: 12px !important;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: flex;
}
.product__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s;
}
.product__bounce {
    margin-bottom: 4px;
}
.product__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4px;
}
.product__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 460px) {
    .product__price-discount {
        grid-gap: 8px;
        gap: 8px;
        align-items: center;
        flex-direction: row;
    }
}
.product__price-discount {
    display: flex;
    flex-direction: column;
}
@media (min-width: 960px) {
    .product__price-reduced {
        font-size: 14px;
        line-height: 18px;
    }
}
.product__price-reduced {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.product__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
}
.cont-action-buttons {
    display: flex;
    align-items: center;
}
.incrementable-buttons {
    display: flex;
    align-items: center;
}
.v-divider {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0;
    transition: inherit;
    border-color: rgba(0, 0, 0, .12);
}
.summary-cart__price {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .16px;
}
.cont-action-buttons > div > span{
    font-size: 17px;
    padding: 0px 5px;
}
.btndel:hover, .btndecrement:hover, .btnincrement:hover{
    background-color: #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
}
.btnincrement{
    color: #659200!important;
    cursor:pointer;
}
.product__bounce{
    color:#00000080
}
.product__title p{
    margin: 0px;
}
.divopcionesndv{
    display: flex;
    justify-content: center;
    gap: 51px;
    margin-top: 22px;
    margin-bottom: 70px;
    text-align: center;
}
@media (max-width: 600px) {
    .divopcionesndv {
        gap: 4px!important;
    }
}
.divopcionesndv a{
    border-style: solid;
    padding: 10px;
    border-radius: 10px;
    border-width: 2px;
    border-color: #659200;
    font-size: 15px;
}
.modal-backdrop.fade {
    opacity: 0.3 !important;
    transition: opacity 5s ease-in-out;
}

.modal-backdrop.show {
    opacity: 0.1 !important;
}
.form-control{
    font-size: 1.7rem!important;
}
.btn-success{
    background-color: #659200!important;
    color: white;
    border-radius: 6px;
    font-size: 16px;
}
.swal2-content{
    font-size: medium;
}
.swal2-footer{
    font-size: large!important;
}