/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.text-muted {
    color: #6c757d !important;
}

.help-text {
    font-weight: 400;
}

.alignment-hack {
    color: #fff;
    user-select: none;
}

@media (max-width: 770px) {
    .media-hide {
        display: none !important;
    }

    /* .jconfirm-content {
        height: 212px !important;
    } */
}

.jconfirm-content {
    /* height: 90px; */
}

.jconfirm-buttons button {
    color: #fff !important;
    background-color: #246cb1 !important;
    border-radius: 5px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
}

.jconfirm-buttons .btn-cancelar-cotizacion {
    color: #246cb1 !important;
    background-color: #fff !important;
    border: 1px solid #246cb1 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons>button {
    margin-inline: 6px !important;
}

.select-field.cotizacion {
    color: black !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: visible !important;
}

.support-integration-card {
    background-color: #fff;
    border: 1px solid rgba(36, 108, 177, .2);
    border-radius: 24px;
    padding: 28px 36px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, .04);
    width: 100%;
}

.support-integration-left {
    align-items: center !important;
}

.support-integration-icon {
    background-color: rgba(253, 221, 0, .12);
    border-radius: 12px !important;
    width: 5rem !important;
    height: 5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-integration-icon-inner {
    /* background-color: var(--gold); */
    border-radius: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-icon-svg {
    display: block;
}

.support-icon-svg-primary {
    width: 20px;
    height: 20px;
}

.support-integration-text h3 {
    margin-bottom: 6px;
}

.support-integration-text p {
    margin-bottom: 0;
}

.support-integration-right {
    display: flex;
    align-items: center;
}

.support-integration-mail {
    border: 1px solid rgba(36, 108, 177, .2);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-icon-svg-mail {
    width: 16px;
    height: 16px;
    background-color: var(--steel-blue);
    border-radius: 50%;
    padding: 2px;
}

.support-mail-text p {
    margin-bottom: 0;
}

.support-mail-text a {
    color: #334155;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .support-integration-card {
        border-radius: 16px;
        padding: 22px 18px;
        grid-row-gap: 14px;
        align-items: anchor-center;
    }

    .support-integration-icon {
        width: 64px !important;
        height: 64px !important;
        padding: 10px !important;
    }

    .support-integration-icon-inner {
        width: 30px;
        height: 30px;
    }

    .support-icon-svg-primary {
        width: 16px;
        height: 16px;
    }

    .support-integration-right {
        width: auto;
        /* margin-left: 80px; */
    }

    .support-integration-mail {
        width: fit-content;
        max-width: 100%;
        padding: 10px 12px !important;
        gap: 8px;
        margin-left: 1.1rem;
    }

    .support-integration-text h4 {
        margin-bottom: 4px;
    }

}

.contact-cards-grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-header-subtitle {
    margin: 0;
    max-width: 520px;
    text-align: center;
    color: #64748b;
}

.contact-card-item {
    background-color: #fff;
    border: 1px solid rgba(36, 108, 177, .2);
    border-radius: 14px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, .04);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-card-item-wide {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-card-top {
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-card-icon {
    width: 40px;
    height: 40px;
    flex: none;
    border-radius: 10px;
    background-color: rgba(253, 221, 0, .12);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card-title {
    margin: 0;
    color: var(--black);
    font-weight: 800;
}

.contact-card-desc {
    margin: 2px 0 0;
    color: #64748b;
}

.contact-card-mail {
    width: fit-content;
    border: 1px solid rgba(36, 108, 177, .2);
    border-radius: 8px;
    background-color: rgba(0, 50, 91, .04);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.contact-card-item:not(.contact-card-item-wide) .contact-card-mail {
    margin-left: 64px;
}

.contact-card-mail img {
    width: 12px;
    height: 12px;
}

.contact-card-mail .notes.text-blue {
    color: #334155;
}

.contact-card-mail .notes.text-blue p,
.contact-card-mail .notes.text-blue a {
    margin-bottom: 0;
    color: #334155;
    font-weight: 600;
}

.contact-note-box {
    margin-top: 14px;
    border: 1px solid rgba(36, 108, 177, .12);
    border-radius: 8px;
    background-color: rgba(36, 108, 177, .08);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-note-icon {
    color: var(--steel-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.contact-note-text,
.contact-note-text p,
.contact-note-text a {
    margin-bottom: 0;
    color: #334155;
}

.request-steps {
    position: relative;
    padding-right: 2rem;
    padding-bottom: 1rem;
}

.request-steps::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 32px;
    bottom: 30px;
    width: 2px;
    background-color: var(--medium-violet-red);
}

.request-step {
    position: relative;
    align-items: flex-start !important;
    flex-direction: row;
    column-gap: 2rem;
}

.request-step .circle-light-number {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991.98px) {
    .request-step {
        column-gap: 1rem;
    }

    .circle-light-number {
        padding: 0 5px;
    }
}

.request-step-content {
    padding-block: 8px;
    min-height: 6rem;
}

.quantity-stepper {
    border: 1px solid rgba(36, 108, 177, .2);
    border-radius: 20px;
    background-color: transparent;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.qty-btn {
    border: 0;
    border-radius: 8px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .2s ease;
}

.qty-btn:hover {
    opacity: .9;
}

.qty-btn-minus {
    background-color: transparent;
    color: #1f2937;
    padding-bottom: 8px;
}

.qty-btn-plus {
    background-color: var(--steel-blue);
    color: #fff;
}

.qty-input {
    flex: 1;
    text-align: center;
    color: #1f2937;
    font-weight: 800;
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
}

.quantity-label {
    color: #4b5563;
    margin-top: 6px;
}

label.border-opc-color.w-radio .w-form-formradioinput.opc-color.quote.w-radio-input {
    transition: box-shadow .22s ease, transform .22s ease;
}

label.border-opc-color.w-radio:hover .w-form-formradioinput.opc-color.quote.w-radio-input {
    box-shadow: 0 0 0 3px rgba(19, 127, 236, .28), 0 0 12px rgba(19, 127, 236, .55);
    transform: scale(1.03);
}

#step-1 .container-product.support {
    max-width: 1060px;
    margin-left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    column-gap: 36px;
    row-gap: 18px;
}

#step-1 .container-product.support>.img-desktop.product-support {
    grid-column: 2;
    grid-row: 1 / span 6;
    align-self: center;
    justify-self: end;
    width: 100%;
    max-width: 430px;
    margin-bottom: 0;
}

#step-1 .container-product.support>:not(.img-desktop):not(.img-mobile) {
    grid-column: 1;
}

#step-1 .container-product.support .quantity-stepper,
#step-1 .container-product.support .tech-sheet-accordion {
    width: 100%;
}

.tech-sheet-accordion {
    border: 1px solid rgba(36, 108, 177, .2);
    border-radius: 12px;
    background-color: rgba(0, 50, 91, .04);
    overflow: hidden;
}

.tech-sheet-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--steel-blue);
    font-weight: 800;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.tech-sheet-chevron {
    transition: transform .36s ease;
}

.tech-sheet-accordion.is-open .tech-sheet-chevron {
    transform: rotate(180deg);
}

.tech-sheet-content {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    padding: 0 18px;
    transition: max-height .46s ease, opacity .34s ease, padding .46s ease, border-color .46s ease;
}

.tech-sheet-accordion.is-open .tech-sheet-content {
    opacity: 1;
    padding: 0 1rem 1rem;
}

.tech-sheet-content p,
.tech-sheet-content li {
    color: #4b5563;
}

.tech-sheet-content .rich-text-block {
    color: #4b5563;
}

.tech-sheet-content .rich-text-block > :first-child {
    margin-top: 0;
}

.tech-sheet-content .rich-text-block > :last-child {
    margin-bottom: 0;
}

.tech-sheet-content p {
    margin: 10px 0 0;
}

.tech-sheet-content> :first-child {
    margin-top: 0;
}

.tech-sheet-content> :last-child {
    margin-bottom: 0;
}

.tech-sheet-content ul {
    margin: 10px 0 0;
    padding-left: 0;
    list-style: none;
}

.tech-sheet-content ul li {
    position: relative;
    padding-left: 24px;
}

.tech-sheet-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.28em;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M6.45 10.95L11.7375 5.6625L10.6875 4.6125L6.45 8.85L4.3125 6.7125L3.2625 7.7625L6.45 10.95ZM7.5 15C6.4625 15 5.4875 14.8031 4.575 14.4094C3.6625 14.0156 2.86875 13.4812 2.19375 12.8062C1.51875 12.1312 0.984375 11.3375 0.590625 10.425C0.196875 9.5125 0 8.5375 0 7.5C0 6.4625 0.196875 5.4875 0.590625 4.575C0.984375 3.6625 1.51875 2.86875 2.19375 2.19375C2.86875 1.51875 3.6625 0.984375 4.575 0.590625C5.4875 0.196875 6.4625 0 7.5 0C8.5375 0 9.5125 0.196875 10.425 0.590625C11.3375 0.984375 12.1312 1.51875 12.8062 2.19375C13.4812 2.86875 14.0156 3.6625 14.4094 4.575C14.8031 5.4875 15 6.4625 15 7.5C15 8.5375 14.8031 9.5125 14.4094 10.425C14.0156 11.3375 13.4812 12.1312 12.8062 12.8062C12.1312 13.4812 11.3375 14.0156 10.425 14.4094C9.5125 14.8031 8.5375 15 7.5 15ZM7.5 13.5C9.175 13.5 10.5938 12.9188 11.7563 11.7563C12.9188 10.5938 13.5 9.175 13.5 7.5C13.5 5.825 12.9188 4.40625 11.7563 3.24375C10.5938 2.08125 9.175 1.5 7.5 1.5C5.825 1.5 4.40625 2.08125 3.24375 3.24375C2.08125 4.40625 1.5 5.825 1.5 7.5C1.5 9.175 2.08125 10.5938 3.24375 11.7563C4.40625 12.9188 5.825 13.5 7.5 13.5Z' fill='%23137FEC'/%3E%3C/svg%3E");
}
#bio500-reqs .rich-text-block ul,
#futronic-reqs+.flex-horizontal .rich-text-block ul {
    margin: 10px 0 0;
    padding-left: 0;
    list-style: none;
}

#bio500-reqs .rich-text-block ul li,
#futronic-reqs+.flex-horizontal .rich-text-block ul li {
    position: relative;
    padding-left: 24px;
}

#bio500-reqs .rich-text-block ul li::before,
#futronic-reqs+.flex-horizontal .rich-text-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.28em;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M6.45 10.95L11.7375 5.6625L10.6875 4.6125L6.45 8.85L4.3125 6.7125L3.2625 7.7625L6.45 10.95ZM7.5 15C6.4625 15 5.4875 14.8031 4.575 14.4094C3.6625 14.0156 2.86875 13.4812 2.19375 12.8062C1.51875 12.1312 0.984375 11.3375 0.590625 10.425C0.196875 9.5125 0 8.5375 0 7.5C0 6.4625 0.196875 5.4875 0.590625 4.575C0.984375 3.6625 1.51875 2.86875 2.19375 2.19375C2.86875 1.51875 3.6625 0.984375 4.575 0.590625C5.4875 0.196875 6.4625 0 7.5 0C8.5375 0 9.5125 0.196875 10.425 0.590625C11.3375 0.984375 12.1312 1.51875 12.8062 2.19375C13.4812 2.86875 14.0156 3.6625 14.4094 4.575C14.8031 5.4875 15 6.4625 15 7.5C15 8.5375 14.8031 9.5125 14.4094 10.425C14.0156 11.3375 13.4812 12.1312 12.8062 12.8062C12.1312 13.4812 11.3375 14.0156 10.425 14.4094C9.5125 14.8031 8.5375 15 7.5 15ZM7.5 13.5C9.175 13.5 10.5938 12.9188 11.7563 11.7563C12.9188 10.5938 13.5 9.175 13.5 7.5C13.5 5.825 12.9188 4.40625 11.7563 3.24375C10.5938 2.08125 9.175 1.5 7.5 1.5C5.825 1.5 4.40625 2.08125 3.24375 3.24375C2.08125 4.40625 1.5 5.825 1.5 7.5C1.5 9.175 2.08125 10.5938 3.24375 11.7563C4.40625 12.9188 5.825 13.5 7.5 13.5Z' fill='%23137FEC'/%3E%3C/svg%3E");
}

.tech-sheet-content a.w-button,
.tech-sheet-content a.btn-primary,
.tech-sheet-content .btn-primary {
    all: unset;
}

@media (min-width: 992px) {
    #step-1 .container-product.support {
        width: 100%;
    }
}
@media  (max-width: 576px){
    .contact-card-item:not(.contact-card-item-wide) .contact-card-mail {
        margin-left: 0;
    }

    .contact-card-item-wide .contact-card-mail {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-cards-grid {
        align-self: anchor-center;
        grid-template-columns: 1fr;
    }

    .contact-card-item,
    .contact-card-item-wide {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .contact-card-top {
        gap: 16px;
    }

    .contact-card-item:not(.contact-card-item-wide) .contact-card-mail {
        margin-left: 56px;
    }

    .contact-card-item-wide .contact-card-mail {
        margin-left: 56px;
    }

    .request-steps::before {
        left: 22px;
        top: 24px;
        bottom: 24px;
    }

    .request-step-content {
        padding-top: 0;
    }

    .quantity-stepper {
        min-height: 64px;
        padding: 10px;
        border-radius: 16px;
    }

    .qty-btn {
        width: 62px;
        height: 44px;
        border-radius: 12px;
    }

    #step-1 .container-product.support {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 40rem;
        row-gap: 20px;
        padding: 28px 20px;
    }

    #step-1 .container-product.support>* {
        width: 100%;
    }

    #step-1 .container-product.support>.img-mobile.slideanim {
        display: block;
        order: -1;
        width: 100%;
        /* max-width: 420px; */
        margin: 0 auto;
    }

    #step-1 .container-product.support>.flex-vertical-gap-8 {
        order: 1;
    }

    #step-1 .container-product.support>.quantity-label {
        order: 2;
    }

    #step-1 .container-product.support>.div {
        order: 3;
    }

    #step-1 .container-product.support>.flex-vertical.gap-4.product.cotizacion {
        order: 4;
    }

    #step-1 .container-product.support>.tech-sheet-accordion {
        order: 5;
    }

    #step-1 .container-product.support .flex-vertical-gap-8,
    #step-1 .container-product.support .quantity-label,
    #step-1 .container-product.support .tittle-opc-colors.colors-form {
        text-align: center;
    }

    #step-1 .container-product.support .flex-vertical-gap-8 {
        align-items: center;
    }

    #step-1 .container-product.support #futronic-color,
    #step-1 .container-product.support #bio-color {
        justify-content: center;
    }

    .tech-sheet-toggle {
        padding: 16px;
    }

    .tech-sheet-content {
        padding: 0 16px;
    }

    .tech-sheet-accordion.is-open .tech-sheet-content {
        padding: 14px 16px 18px;
    }

}

@media (max-width: 575.98px) {
    .container-content.body.contact {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 40px;
    }

    .contact-card-item,
    .contact-card-item-wide {
        padding: 14px;
        gap: 10px;
    }

    .contact-card-top {
        gap: 12px;
        width: 100%;
    }

    .contact-card-content {
        min-width: 0;
        width: 100%;
    }

    .contact-card-item:not(.contact-card-item-wide) .contact-card-mail,
    .contact-card-item-wide .contact-card-mail {
        margin-left: 0;
    }

    .contact-card-mail {
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        gap: 6px;
    }

    .contact-card-mail .notes.text-blue,
    .contact-card-mail .notes.text-blue p,
    .contact-card-mail .notes.text-blue a {
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
        font-size: 0.9em;
    }
}

@media (max-width: 380px) {
    iframe[src*="webchat-i6.biopagobdv.com"] {
        display: none !important;
    }
}