@font-face {
    font-family: 'Univers LT Std';
    src: url('../fonts/UniversLTStd/UniversLTStd.woff2') format('woff2'),
        url('../fonts/UniversLTStd/UniversLTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('../fonts/UniversLTStd/UniversLTStd-Bold.woff2') format('woff2'),
        url('../fonts/UniversLTStd/UniversLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* RESET CSS DE main.css */
header,
footer,
.fer-chat,
.menu_mobile {
    display: none !important;
}

.wrapper li,
.wrapper div {
    position: initial;
}

.wrapper {
    font-size: 16px;
}

body {
    background-color: #ffffff;
    font-family: 'Univers LT Std', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
select,
button,
input,
a {
    font-family: 'Univers LT Std', sans-serif;
    font-weight: 400;
}

body .swiper-pagination {
    position: absolute;
}

body .swiper {
    position: relative;
}

.wrapper {
    padding-top: 0;
}

.swiper-pagination-bullet {
    background: #d7aa00;
    opacity: .2;
}

.bg__white {
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffcd11;
}

.swiper-pagination-bullet {
    transform: scale(1.5);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
}

.d-none {
    display: none;
}

*:focus {
    outline: none;
}

.tourAgain_02,
.tourAgain {
    cursor: pointer;
}

/* process bar */
.content__progress--loading {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    background: #ffffffd9;
    padding-top: 5rem;
}

.progress__loading {
    width: 172.8px;
    height: 31.7px;
    border-radius: 28.8px;
    color: #ffcd11;
    border: 2.9px solid;
    position: relative !important;
}

.progress__loading::before {
    content: "";
    position: absolute !important;
    margin: 2.9px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: progress-pf82op 2.8s infinite;
}

@keyframes progress-pf82op {
    100% {
        inset: 0;
    }
}

/* CSS GENERAL PARA LP PCC */
.container__lp--pcc {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* SLIDER PRINCIPAL TOP */
.img__mobile--slider {
    display: none;
}

.btn__lp--pcc {
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    color: #000;
    background-color: #ffcd11;
    border-radius: 10px;
    padding: 14px 10px;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    max-width: 270px;
    text-align: center;
}

.btn__lp--pcc span {
    font-weight: 700;
}

.btn__lp--pcc:hover {
    color: #000;
    text-decoration: none;
}

/* SECTION Box de bienvenida */
.bg__amarillo {
    background-color: #ffcd11;
}

.box__bienvenido {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.2;
    background-color: #ffcd11;
    padding: 40px 45px;
    padding-bottom: 70px;
}

.box__bienvenido h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.box__bienvenido p {
    color: #272727;
    font-size: 16px;
    text-align: center;
}

.box__bienvenido span {
    font-family: inherit;
    font-weight: 700;
}

.box__bienvenido p a {
    text-decoration: underline;
}

/* BUSCADOR FORMULARIO */
.stefp__tourFrom {
    position: relative !important;
}

.shape__parasection--guscador {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background-color: #ffcd11;
}

.content__form--buscador {
    margin: 0 auto;
    width: 100%;
    max-width: 890px;
}

.content__form--buscador form label {
    display: block;
}

.content__form--buscador form .cont__lupa__input {
    width: 100%;
    max-width: 683px;
    position: relative !important;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.content__form--buscador form label input {
    display: block;
    width: 100%;
    max-width: 615px;
    font-size: 16px;
    line-height: 1em;
    color: #272727;
    /* background-color: #fbfbfb; */
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    padding: 20px;
    /* box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25); */
}

.lupa__submit {
    background-color: #fff;
    border: none;
    position: absolute !important;
    top: 2px;
    bottom: 2px;
    right: 7px;
    width: 70px;
}

.invalidarSearch {
    outline: 1px solid #ff0000;
}

/* GRID filters productos */
.grid__filter-results {
    display: grid;
    grid-template-columns: 310px 1fr;
}

.grid__filter-results--items {
    padding: 30px;
}

.grid__filter-results--items:first-child {
    border-right: 1px solid #D9D9D9;
    position: relative !important;
}

.grid__filter-results--items:first-child::before {
    content: '';
    position: absolute !important;
    background-color: #D9D9D9;
    width: 1px;
    height: 50px;
    top: -50px;
    right: -1px;
    z-index: -1;
}

.items__tag-select {
    margin-top: 35px;
    position: relative !important;
}

.items__tag-select:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1MDEgMC43NDk5ODJMMS4yNTAwNiAwLjc0OTk4M0MxLjExMzM4IDAuNzUwNDExIDAuOTc5NDAzIDAuNzg4MTA4IDAuODYyNTUyIDAuODU5MDE3QzAuNzQ1NzAyIDAuOTI5OTI0IDAuNjUwNDAzIDEuMDMxMzYgMC41ODY5MTIgMS4xNTI0QzAuNTIzNDIyIDEuMjczNDQgMC40OTQxNDQgMS40MDk1IDAuNTAyMjMyIDEuNTQ1OTVDMC41MTAzMiAxLjY4MjM5IDAuNTU1NDY1IDEuODE0MDQgMC42MzI4MDkgMS45MjY3M0w3LjM4MjgxIDExLjY3NjdDNy42NjI1NiAxMi4wODEgOC4zMzYwNiAxMi4wODEgOC42MTY1NiAxMS42NzY3TDE1LjM2NjYgMS45MjY3M0MxNS40NDQ3IDEuODE0MjcgMTUuNDkwNSAxLjY4MjU1IDE1LjQ5OSAxLjU0NTg5QzE1LjUwNzYgMS40MDkyMiAxNS40Nzg1IDEuMjcyODIgMTUuNDE0OSAxLjE1MTUzQzE1LjM1MTQgMS4wMzAyMyAxNS4yNTU4IDAuOTI4NjY2IDE1LjEzODYgMC44NTc4NzRDMTUuMDIxNCAwLjc4NzA4MSAxNC44ODcgMC43NDk3NjUgMTQuNzUwMSAwLjc0OTk4MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    position: absolute;
    right: 7px;
    top: 7px;
    pointer-events: none;
}

.items__tag-select:before {
    content: '';
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
    width: 30px;
    pointer-events: none;
}

.parentLlaveMaestra.items__tag-select:before {
    background-color: #ffcd11;
}

.items__tag-select select {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px 0;
    -webkit-appearance: none;
    width: 100%;
    background-color: #fff;
    color: #747474;
}


.title__empieza_busq {
    font-size: 18px;
}

.grid__filter-results--items .btn__lp--pcc {
    width: 100%;
    border: none;
    font-weight: 700;
}

.grid__filter-results--items button.btn__lp--pcc {
    max-width: 165px;
    display: block;
    margin: auto;
    padding: 19px 10px;
}

.handdle__slidetoggle--show-hidden {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.handdle__slidetoggle--show-hidden span {
    font-weight: 700;
}

.items--chips {
    margin: 5px;
    font-size: 14px;
    line-height: 1em;
    color: #727272;
    background-color: #ffffff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    padding: 10px 15px;
    gap: 5px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

.items--chips i {
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
}

.items--chips svg {
    display: inline-block;
    margin-left: 15px;
    pointer-events: none;
}

.items--chips:first-child {
    margin-left: 0;
}

.content__chips--filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.handdle__reset--filters {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    color: #293042;
    background-color: #E0E0E0;
    font-size: 14px;
    font-weight: 100;
    width: 110px;
    text-align: center;
    border-radius: 5px;
    flex-shrink: 0;
}

.content__cards--products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative !important;
    padding-top: 22px;
}

.items__cards--productos {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.cards__body--product {
    padding: 30px 20px;
    padding-top: 0;
}

.cards__img--cont {
    display: block;
    width: 100%;
}

.cards__img--cont img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: contain;
}

.name_prodcuto--cards {
    min-height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.inner__precios {
    padding-top: 15px;
}

.btn__ver-mas {
    display: block;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #3A3A3D;
    text-align: center;
}

.cards__body--product .btn__lp--pcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards__body--product .btn__lp--pcc span {
    display: block;
    margin-left: 10px;
    font-weight: 700;
}

.inner__precios p:first-child {
    font-size: 14px;
    color: #888787;
    display: inline-block;
    position: relative;
}

.inner__precios p:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #888787;
    top: 50%;
}

.inner__precios p:last-child {
    font-size: 24px;
    color: #454545;
    font-weight: 700;
}

.inner__precios span {
    display: inline-block;
    padding-left: 5px;
}

#n_family {
    margin-top: 0;
    position: initial !important;
}

.div__form--select {
    display: flex;
}

.select__form--buscador {
    background-color: black;
    color: white;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
}

/* FOOTER */
.footer__lp--pcc {
    background-color: #000;
    padding: 50px 0;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
}

.footer__lp--pcc p,
.footer__lp--pcc a {
    color: #fff;
}


.footer__lp--pcc img {
    max-width: 200px;
    margin: 0 auto;
    display: inline-block;
    padding-left: 10px;
}

.parra__footer_01 {
    margin: 20px;
    margin-bottom: 5px;
}

.parra__footer_02 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu__foter--var {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.rr__ss--footer-pcc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
    width: 200px;
    margin: 0 auto;
}

.rr__ss--footer-pcc img {
    width: 32px;
}

/* MODAL */
.modal__vermas--product {
    width: 100%;
    max-width: 770px;
    background-color: #f4f4f4;
    padding: 0;
    border-radius: 40px 0 40px 0;
    display: none;
}

.padd__inner--modal {
    margin-top: 40px;
    padding: 30px 40px;
    padding-top: 0;
}

.modal__vermas--product table {
    width: 100%;
}

.modal__vermas--product th,
.modal__vermas--product td {
    padding: 5px 20px 5px 20px;
    border: 1px solid;
    background-color: #ffffff;
    border-color: #6a6a6a;
}

.modal__vermas--product td {
    font-size: 14px;
}

.title__image--head-modal {
    display: flex;
    justify-content: space-between;
}

.items--head-modal:first-child {
    box-shadow: -6px 16px 38px 8px rgba(1.0000000000000016, 47, 45.000000000000036, 0.13);
    padding: 45px 60px 35px 30px;
}

.items--head-modal p {
    font-size: 22px;
}

.items--head-modal img {
    max-width: 190px;
}

.table__ifo--modal {
    position: relative !important;
}

.table__ifo--modal .content__progress--loading {
    padding-top: 0;
    background: rgba(255, 255, 255, .95);
    align-items: center;
}

.precio__btn--modal {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    align-items: center;
    margin-left: auto;
    margin-top: 20px;
    gap: 20px;
}

.items--precio__btn--modal {
    text-align: center;
    width: 100%;
}

.items--precio__btn--modal a {
    max-width: 220px;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}

.items--precio__btn--modal p {
    font-size: 16px;
}

.items--precio__btn--modal p:first-child {
    color: #000;
    font-weight: 700;
}

.items--precio__btn--modal p:last-child {
    color: #959595;
    text-decoration: line-through;
    font-size: 14px;
}

/* Custom Tourjs  */
.customTooltip-pcc-step-cero,
.customTooltip-pcc {
    background-color: #ffcd11;
    border-radius: 40px 0px 40px 0px;
    border: 1px solid #000000;
    padding: 35px 40px;
    max-width: 400px;
    width: 100vh;
}

.customTooltip-pcc-step-cero .introjs-arrow,
.customTooltip-pcc .introjs-arrow {
    display: none !important;
}

.customTooltip-pcc-step-cero .introjs-tooltip-title {
    font-size: 23px;
    line-height: 1.3;
}

.customTooltip-pcc-step-cero {
    text-align: center;
}

.introjs-skipbutton {
    top: -30px;
    right: -30px;
}

.customTooltip-pcc-step-cero .introjs-tooltipbuttons {
    text-align: center;
}

.customTooltip-pcc-step-cero .introjs-nextbutton {
    float: initial;
}

.customTooltip-pcc .introjs-tooltip-header .introjs-tooltip-title {
    font-size: 20px;
    line-height: 1.3;
}

.customTooltip-pcc .introjs-tooltiptext {
    display: none !important;
}

.btn__custom--tourjs:first-child {
    display: none;
}

.introjs-tooltipbuttons {
    border-top: none;
}

.introjs-tooltip .btn__lp--pcc {
    padding: 15px 20px 8px 20px;
    box-shadow: -1px 12px 21px 8px rgba(1.0000000000000016, 47, 45.000000000000036, 0.13);
}

.introjs-tooltiptext {
    font-size: 18px;
}

/* Validar Formulario Bucador N partes */
.validar_npartes {
    /* display: none; */
    color: #ff0000;
    font-size: 12px;
    font-weight: 100;
    font-family: Arial, Sans-serif;
    position: absolute;
    bottom: -24px;
    left: 10px;
}

.validar_npartes-block {
    display: block;
}

.validar_npartes-none {
    display: none;
}

.content__textresultados-paginacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 60px;
}

.paginacion__kits {
    display: flex;
    align-items: center;
    gap: 8px;
}

.paginacion__kits a {
    line-height: 0;
}

.paginacion__kits svg {
    vertical-align: baseline;
}

.paginacion__kits .page-numbers {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5B5B5B;
    border-radius: 10px;
    font-size: 12px;
}

.paginacion__kits .dots {
    border: none;
    display: none;
    width: 2px;
}

.paginacion__kits .current {
    background-color: #333333;
    color: #fff;
}

.paginacion__kits .prev,
.paginacion__kits .next {
    border-color: #9A9A9A;
}

.color__text-contresults {
    color: #5B5B5B;
}

/* STYLE'S para mostrar y ocultar opciones en FILTRO AVANZADO del formulario */
.hiden__option {
    display: none;
}

.show__option {
    display: block;
}

.mostrar__mas--custom {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.flex-star {
    align-items: flex-start;
}

.filtro__multiple--watch {
    position: relative;
}

/* SPINNER NEW BEGEND */
.container__lds-spinner {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .4);
}

.lds-spinner {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #ffcd11;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

/* SPINNER NEW END */
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@media (max-width: 950px) {
    .paginacion__kits {
        gap: 4px;
    }

    .paginacion__kits .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 9px;
    }

    .customTooltip-pcc-step-cero .introjs-tooltip-title {
        font-size: 20px;
    }

    .introjs-tooltiptext {
        font-size: 16px;
    }

    .introjs-tooltip .btn__lp--pcc {
        margin-top: 0;
    }

    .grid__filter-results--items .btn__lp--pcc {
        margin: 0 auto;
    }

    .grid__filter-results--items:first-child::before {
        display: none;
    }

    .cards__body--product {
        padding: 15px 20px;
        text-align: center;
    }

    .inner__precios p:last-child {
        font-size: 20px;
    }

    .inner__precios {
        padding-top: 0;
    }

    .cards__body--product .btn__lp--pcc {
        font-size: 14px;
    }

    .cards__img--cont img {
        max-height: 150px;
    }

    .grid__filter-results--items {
        padding: 10px;
    }

    .customTooltip-pcc-step-cero,
    .customTooltip-pcc {
        padding: 15px;
        max-width: 300px;
    }

    .introjs-skipbutton {
        top: 0;
        right: 0;
    }

    .customTooltip-pcc .introjs-tooltip-header .introjs-tooltip-title {
        font-size: 16px;
    }

    .customTooltip-pcc .introjs-tooltipbuttons {
        text-align: center;
    }

    .customTooltip-pcc .introjs-nextbutton {
        float: initial;
    }

    .grid__filter-results {
        grid-template-columns: 1fr;
    }

    .grid__filter-results--items:first-child {
        border-right: none
    }

    .items__tag-select {
        grid-template-columns: .4fr 1fr;
    }

    .content__cards--products {
        grid-template-columns: 1fr;
    }

    .content__form--buscador form label {
        display: block;
        text-align: center;
    }

}

@media (max-width: 850px) {
    .content__textresultados-paginacion {
        flex-direction: column;
        gap: 15px;
    }

    .menu__foter--var {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px;
    }

    .items--head-modal p {
        font-size: 18px;
    }

    .img__desktop--slider {
        display: none;
    }

    .img__mobile--slider {
        display: block;
    }

    .content__chips--filters {
        display: block;
    }

    .handdle__reset--filters {
        margin-top: 15px;
    }

    .select__form--buscador {
        font-size: 8px;
    }

    .content__form--buscador form label input {
        font-size: 15px;
    }

}

@media (max-width: 480px) {

    .modal__vermas--product th,
    .modal__vermas--product td {
        padding: 5px 10px 5px 10px;
    }

    .precio__btn--modal {
        flex-direction: column;
    }

    .items--head-modal:first-child {
        padding: 20px;
    }

    .padd__inner--modal {
        padding: 10px;
    }

    .select__form--buscador {
        font-size: 8px;
    }

    .content__form--buscador form label input {
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .items--head-modal:first-child {
        padding: 10px;
    }

    .precio__btn--cont {
        flex-direction: column
    }

    .btn__ver-mas,
    .name_prodcuto--cards {
        text-align: center;
    }

    .select__form--buscador {
        font-size: 8px;
    }

    .content__form--buscador form label input {
        font-size: 15px;
    }
}