.elementor-139 .elementor-element.elementor-element-150680d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-139 .elementor-element.elementor-element-8773286{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-188afd2 *//* =========================================
   HERO PINTURAS KREMA - PROPINtex
========================================= */

.pk-hero {
    --pk-primary: #ffb818;
    --pk-primary-dark: #e79e00;
    --pk-dark: #172332;
    --pk-text: #536171;
    --pk-white: #ffffff;

    position: relative;
    min-height: 740px;
    display: flex;
    align-items: center;
    padding: 110px 20px 80px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 184, 24, 0.12), transparent 28%),
        linear-gradient(110deg, #ffffff 0%, #ffffff 53%, #f5f7f9 53%, #eef2f4 100%);
    font-family: inherit;
}

.pk-hero *,
.pk-hero *::before,
.pk-hero *::after {
    box-sizing: border-box;
}

.pk-hero__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

/* Contenido */

.pk-hero__content {
    max-width: 670px;
}

.pk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #9b6800;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.pk-hero__eyebrow > span {
    width: 34px;
    height: 3px;
    border-radius: 10px;
    background: var(--pk-primary);
}

.pk-hero__title {
    margin: 0 0 25px;
    color: var(--pk-dark);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -2.5px;
    font-weight: 800;
}

.pk-hero__title strong {
    position: relative;
    display: inline;
    color: var(--pk-primary-dark);
    font-weight: 800;
}

.pk-hero__title strong::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 12px;
    border-radius: 20px;
    background: rgba(255, 184, 24, 0.2);
}

.pk-hero__description {
    max-width: 610px;
    margin: 0 0 34px;
    color: var(--pk-text);
    font-size: 18px;
    line-height: 1.75;
}

/* Botones */

.pk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pk-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 23px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.pk-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.pk-button:hover {
    transform: translateY(-3px);
}

.pk-button--primary {
    color: #172332 !important;
    background: var(--pk-primary);
    box-shadow: 0 12px 30px rgba(255, 184, 24, 0.3);
}

.pk-button--primary:hover {
    color: #172332 !important;
    background: #ffc33b;
    box-shadow: 0 16px 35px rgba(255, 184, 24, 0.4);
}

.pk-button--secondary {
    color: var(--pk-dark) !important;
    border: 1px solid #d9e0e5;
    background: var(--pk-white);
}

.pk-button--secondary:hover {
    color: var(--pk-dark) !important;
    border-color: var(--pk-primary);
    background: #fffaf0;
}

/* Características */

.pk-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #e3e8eb;
}

.pk-hero__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #44515f;
    font-size: 13px;
    font-weight: 700;
}

.pk-feature-check {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #172332;
    background: var(--pk-primary);
    font-size: 12px;
    font-weight: 900;
}

/* Imagen */

.pk-hero__visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pk-hero__image {
    position: relative;
    width: min(100%, 510px);
    height: 560px;
    border-radius: 120px 18px 120px 18px;
    overflow: hidden;
    background: #dfe5e8;
    box-shadow: 0 30px 70px rgba(23, 35, 50, 0.18);
}

.pk-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 50%,
        rgba(15, 25, 36, 0.2) 100%
    );
    pointer-events: none;
}

.pk-hero__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Insignia */

.pk-hero__badge {
    position: absolute;
    z-index: 3;
    left: 26px;
    bottom: 27px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.pk-hero__badge-icon {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #172332;
    background: var(--pk-primary);
}

.pk-hero__badge strong,
.pk-hero__badge small {
    display: block;
}

.pk-hero__badge strong {
    color: var(--pk-dark);
    font-size: 13px;
}

.pk-hero__badge small {
    margin-top: 3px;
    color: #6b7782;
    font-size: 11px;
}

/* Tarjeta de colores */

.pk-color-card {
    position: absolute;
    z-index: 4;
    top: 43px;
    right: -30px;
    width: 190px;
    padding: 19px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(23, 35, 50, 0.18);
}

.pk-color-card > span,
.pk-color-card > strong {
    display: block;
}

.pk-color-card > span {
    color: #73808b;
    font-size: 12px;
}

.pk-color-card > strong {
    margin-top: 2px;
    color: var(--pk-dark);
    font-size: 16px;
}

.pk-color-card__circles {
    display: flex;
    margin-top: 14px;
}

.pk-color-card__circles i {
    width: 27px;
    height: 27px;
    margin-left: -5px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.pk-color-card__circles i:first-child {
    margin-left: 0;
}

/* Elementos decorativos */

.pk-hero__decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.pk-hero__decor--one {
    width: 260px;
    height: 260px;
    right: -120px;
    bottom: -100px;
    border: 55px solid rgba(255, 184, 24, 0.13);
}

.pk-hero__decor--two {
    width: 90px;
    height: 90px;
    left: 48%;
    top: 45px;
    background: rgba(255, 184, 24, 0.1);
}

/* Tablet */

@media (max-width: 1024px) {
    .pk-hero {
        padding-top: 90px;
        background:
            radial-gradient(circle at 10% 20%, rgba(255, 184, 24, 0.12), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #f2f5f6 55%);
    }

    .pk-hero__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .pk-hero__content {
        max-width: 760px;
    }

    .pk-hero__visual {
        width: 100%;
    }

    .pk-hero__image {
        width: min(100%, 700px);
    }

    .pk-color-card {
        right: 5%;
    }
}

/* Móvil */

@media (max-width: 767px) {
    .pk-hero {
        min-height: auto;
        padding: 70px 18px 55px;
    }

    .pk-hero__container {
        gap: 42px;
    }

    .pk-hero__eyebrow {
        margin-bottom: 17px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .pk-hero__title {
        margin-bottom: 20px;
        font-size: 41px;
        line-height: 1.06;
        letter-spacing: -1.7px;
    }

    .pk-hero__description {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.65;
    }

    .pk-hero__actions {
        flex-direction: column;
    }

    .pk-button {
        width: 100%;
    }

    .pk-hero__features {
        gap: 13px;
        margin-top: 28px;
        padding-top: 22px;
    }

    .pk-hero__feature {
        width: 100%;
    }

    .pk-hero__visual {
        min-height: 430px;
    }

    .pk-hero__image {
        height: 430px;
        border-radius: 70px 14px 70px 14px;
    }

    .pk-color-card {
        top: -22px;
        right: -7px;
        width: 165px;
        padding: 15px;
    }

    .pk-hero__badge {
        right: 15px;
        left: 15px;
        bottom: 18px;
    }

    .pk-hero__decor--two {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f43117 *//* =========================================
   CATÁLOGO KREMA - PROPINtex
========================================= */

.pk-products {
    --pk-yellow: #ffb818;
    --pk-yellow-dark: #e79e00;
    --pk-dark: #172332;
    --pk-text: #66727f;
    --pk-border: #e5e9ec;
    --pk-light: #f6f7f8;

    padding: 100px 20px;
    background: #ffffff;
    font-family: inherit;
}

.pk-products *,
.pk-products *::before,
.pk-products *::after {
    box-sizing: border-box;
}

.pk-products__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* Encabezado */

.pk-products__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.pk-products__header > div {
    max-width: 730px;
}

.pk-products__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #9b6800;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.pk-products__eyebrow span {
    width: 32px;
    height: 3px;
    border-radius: 10px;
    background: var(--pk-yellow);
}

.pk-products__header h2 {
    margin: 0 0 18px;
    color: var(--pk-dark);
    font-size: clamp(36px, 4.5vw, 54px);
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.pk-products__header p {
    max-width: 680px;
    margin: 0;
    color: var(--pk-text);
    font-size: 17px;
    line-height: 1.7;
}

.pk-products__general-button {
    min-width: 194px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border: 1px solid var(--pk-dark);
    border-radius: 8px;
    color: var(--pk-dark) !important;
    background: transparent;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.pk-products__general-button svg {
    width: 19px;
    fill: currentColor;
}

.pk-products__general-button:hover {
    color: var(--pk-dark) !important;
    border-color: var(--pk-yellow);
    background: var(--pk-yellow);
    transform: translateY(-2px);
}

/* Filtros */

.pk-products__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--pk-border);
}

.pk-filter {
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid var(--pk-border);
    border-radius: 50px;
    color: #586572;
    background: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.pk-filter:hover,
.pk-filter.is-active {
    color: var(--pk-dark);
    border-color: var(--pk-yellow);
    background: var(--pk-yellow);
}

/* Cuadrícula */

.pk-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

/* Tarjeta */

.pk-product-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pk-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(23, 35, 50, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    animation: pkCardVisible 0.4s ease;
}

.pk-product-card:hover {
    border-color: rgba(255, 184, 24, 0.75);
    box-shadow: 0 20px 45px rgba(23, 35, 50, 0.12);
    transform: translateY(-7px);
}

.pk-product-card.is-hidden {
    display: none;
}

@keyframes pkCardVisible {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Imagen */

.pk-product-card__image {
    position: relative;
    height: 265px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, #ffffff 0%, #f4f5f5 70%);
}

.pk-product-card__image::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: 10px;
    left: 20%;
    height: 18px;
    border-radius: 50%;
    background: rgba(23, 35, 50, 0.12);
    filter: blur(10px);
}

.pk-product-card__image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.pk-product-card:hover .pk-product-card__image img {
    transform: scale(1.06);
}

.pk-product-card__tag {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 15px;
    padding: 7px 10px;
    border-radius: 5px;
    color: var(--pk-dark);
    background: var(--pk-yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pk-product-card__tag--dark {
    color: #ffffff;
    background: var(--pk-dark);
}

.pk-product-card__tag--blue {
    color: #ffffff;
    background: #2876a6;
}

/* Contenido */

.pk-product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 22px;
}

.pk-product-card__category {
    display: block;
    margin-bottom: 9px;
    color: #a66f00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.pk-product-card h3 {
    margin: 0 0 12px;
    color: var(--pk-dark);
    font-size: 22px;
    line-height: 1.2;
}

.pk-product-card p {
    margin: 0 0 17px;
    color: var(--pk-text);
    font-size: 13px;
    line-height: 1.65;
}

.pk-product-card ul {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.pk-product-card li {
    position: relative;
    padding-left: 21px;
    color: #4f5b66;
    font-size: 12px;
    font-weight: 600;
}

.pk-product-card li::before {
    content: "✓";
    position: absolute;
    top: -1px;
    left: 0;
    color: var(--pk-yellow-dark);
    font-weight: 900;
}

/* Botón individual */

.pk-product-card__button {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 11px 16px;
    border-radius: 7px;
    color: var(--pk-dark) !important;
    background: var(--pk-yellow);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 900;
    transition: 0.25s ease;
}

.pk-product-card__button span {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.pk-product-card__button:hover {
    color: #ffffff !important;
    background: var(--pk-dark);
}

.pk-product-card__button:hover span {
    transform: translateX(4px);
}

/* Asesoría inferior */

.pk-products__footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    margin-top: 55px;
    padding: 25px 30px;
    border-left: 5px solid var(--pk-yellow);
    border-radius: 10px;
    background: var(--pk-light);
}

.pk-products__footer-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--pk-dark);
    background: var(--pk-yellow);
    font-size: 21px;
    font-weight: 900;
}

.pk-products__footer strong,
.pk-products__footer span {
    display: block;
}

.pk-products__footer strong {
    margin-bottom: 4px;
    color: var(--pk-dark);
    font-size: 16px;
}

.pk-products__footer span {
    color: var(--pk-text);
    font-size: 13px;
}

.pk-products__footer a {
    padding: 12px 18px;
    border-radius: 7px;
    color: #ffffff !important;
    background: var(--pk-dark);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.25s ease;
}

.pk-products__footer a:hover {
    color: var(--pk-dark) !important;
    background: var(--pk-yellow);
}

/* Tablet */

@media (max-width: 1100px) {
    .pk-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pk-product-card__image {
        height: 300px;
    }
}

/* Móvil */

@media (max-width: 767px) {
    .pk-products {
        padding: 70px 17px;
    }

    .pk-products__header {
        display: block;
        margin-bottom: 32px;
    }

    .pk-products__header h2 {
        font-size: 38px;
    }

    .pk-products__header p {
        font-size: 15px;
    }

    .pk-products__general-button {
        width: 100%;
        margin-top: 24px;
    }

    .pk-products__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 17px;
        scrollbar-width: none;
    }

    .pk-products__filters::-webkit-scrollbar {
        display: none;
    }

    .pk-filter {
        flex: 0 0 auto;
    }

    .pk-products__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pk-product-card__image {
        height: 285px;
    }

    .pk-products__footer {
        grid-template-columns: auto 1fr;
        padding: 22px 19px;
    }

    .pk-products__footer a {
        grid-column: 1 / -1;
        text-align: center;
    }
}/* End custom CSS */