:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 800;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(236,97,36);
	--wd-alternative-color: rgb(23,167,224);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(236,97,36);
	--btn-accented-bgcolor-hover: rgb(23,167,224);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(221,51,51);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(30,115,190);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* ==========================================================================
   WOODMART TABS: ESTILO FONDOS Y PESTAÑAS (TIPO TARJETA)
   ========================================================================= */

/* 1. SECCIÓN CONTENEDORA DE PESTAÑAS (Alineadas y pegadas) */
body .categorias-generadores .wd-tabs,
body .woodmart-tabs .option-element-tab,
body .wd-nav-tabs {
    border-bottom: none !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 0 !important;
}

/* Contenedor del contenido interno (Caja clara de abajo) */
body .categorias-generadores .wd-tab-content,
body .categorias-generadores .tabs-content-wrapper {
    background-color: #f8f9fa !important;
    border-radius: 0 16px 16px 16px !important;
    padding: 30px !important;
    border: none !important;
}

/* 2. BOTONES INACTIVOS (Azul Cyan brillante) */
body .categorias-generadores .wd-nav-tabs > li > a,
body .categorias-generadores .woodmart-tab-title,
body .categorias-generadores .tabs-navigation li a {
    background-color: #00A5E3 !important; /* Azul cyan de la muestra */
    border-radius: 12px 12px 0 0 !important; /* Solo bordes superiores */
    border: none !important;
    transition: all 0.2s ease-in-out !important;
    text-decoration: none !important;

    /* Tamaños */
    width: 160px !important;
    height: 52px !important;
    
    /* Centrado */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;

    /* Estilo Texto */
    color: #ffffff !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    text-align: center !important;
}

/* Quitar fondos/márgenes de la lista li */
body .categorias-generadores .wd-nav-tabs > li,
body .categorias-generadores .tabs-navigation li {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* HOVER (Al pasar el cursor) */
body .categorias-generadores .wd-nav-tabs > li > a:hover,
body .categorias-generadores .tabs-navigation li a:hover {
    background-color: #0093CB !important;
    color: #ffffff !important;
}

/* 3. BOTÓN ACTIVO / SELECCIONADO (Claro, fusionado con el fondo) */
body .categorias-generadores .wd-nav-tabs > li.active > a,
body .categorias-generadores .wd-nav-tabs > li.wd-active > a,
body .categorias-generadores .tabs-navigation li.active a,
body .categorias-generadores .tabs-navigation li.wd-active a {
    background-color: #f8f9fa !important; /* Mismo color claro del panel */
    color: #111827 !important;            /* Texto oscuro */
    font-weight: 600 !important;
    border: none !important;
}

/* Limpieza de bordes, sombras o indicadores por defecto de WoodMart */
body .categorias-generadores .wd-nav-tabs > li > a::after,
body .categorias-generadores .wd-nav-tabs > li > a::before {
    display: none !important;
    content: none !important;
}
.contadores{
	display:block;
	margin:auto;
	max-width:800px !important;
  background: rgba(255, 255, 255, 0.15) !important;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 30px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            transform-style: preserve-3d;
            transition: transform 0.3s ease;
      }
h1{
	font-size:clamp(2rem, 3vw, 3rem) !important;
}
h2{
	font-size: clamp(1.8rem, 2.5vw, 2rem)!important;
}
h3{
	font-size: 1.5rem !important;
}
h4 {
    font-size: 22px;
font-weight:bold;
}}

.info-box-title {
	color: black !important;
}
.wd-info-box {
	min-height:470px !important;}
.wd-page-content {
	background-image:
                radial-gradient(circle at 10% 10%, rgba(236, 97, 36, 0.35) 0%, transparent 35%),
                radial-gradient(circle at 85% 30%, rgba(26, 167, 224, 0.25) 0%, transparent 30%) !important;
           		 	background-attachment: fixed;
}
.info-box-carousel-wrapper .wd-wpb { 
						background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 30px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            transform-style: preserve-3d;
						transition: transform 0.3s ease;
}

.logo-footer{
  filter: invert(100%);
}
.reset-last-child>*:last-child {
	margin-top: -15px;}
.banner-inner {
						background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 10px;

}

.promo-banner-wrapper{
	filter:grayscale(100%);}
.promo-banner-wrapper:hover{
	filter:none;}
.wd-info-box .info-btn-wrapper {
    position: absolute !important;
    bottom: 35px !important;
}
.texto-azul{
color:rgb(23,167,224);	
}
.wd-accordion-item {
	background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 25px !important;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            transform-style: preserve-3d;
						transition: transform 0.3s ease;
	}


        /* CARDS*/

.services-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            padding: 60px 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-card {
            position: relative;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 24px;
            padding: 40px 35px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.1) 0%,
                rgba(255, 255, 255, 0.05) 100%
            );
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .service-card:hover::before {
            opacity: 1;
        }

        /* Icono del servicio */
        .card-icon {
            width: 70px;
            height: 70px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
            transition: transform 0.3s ease;
        }

        .service-card:hover .card-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .card-icon.orange {
            background: linear-gradient(135deg, #EC6124 0%, #F4845F 100%);
            box-shadow: 0 10px 25px rgba(236, 97, 36, 0.3);
        }

        .card-icon.blue {
            background: linear-gradient(135deg, #1AA7E0 0%, #7BC8E8 100%);
            box-shadow: 0 10px 25px rgba(26, 167, 224, 0.3);
        }

        .card-icon svg {
            width: 36px;
            height: 36px;
            fill: white;
        }

        /* Contenido de la card */
        .card-content h3 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .card-content p {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.7;
            margin: 0;
        }

        /* Borde decorativo inferior */
        .card-accent {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            border-radius: 0 0 24px 24px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .service-card:hover .card-accent {
            opacity: 1;
        }

        .card-accent.orange {
            background: linear-gradient(90deg, #EC6124 0%, #F4845F 100%);
        }

        .card-accent.blue {
            background: linear-gradient(90deg, #1AA7E0 0%, #7BC8E8 100%);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .services-cards {
                grid-template-columns: 1fr;
                padding: 40px 20px;
                gap: 25px;
            }

            .service-card {
                padding: 35px 30px;
            }

            .card-content h3 {
                font-size: 1.4rem;
            }

            .card-content p {
                font-size: 1rem;
            }
        }
/* ═══════════════════════════════════════════════════════════════
   FORMULARIO LIQUID GLASS - CONTACT FORM 7
   Colores: #EC6124 (naranja) | #1AA7E0 (azul)
   ═══════════════════════════════════════════════════════════════ */

/* Contenedor principal del formulario */
.wpcf7 {
    position: relative;
    max-width: 700px;
    margin: 60px auto;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    overflow: hidden;
    animation: formFadeIn 0.8s ease-out;
}

/* Efecto de brillo superior (glass reflection) */
.wpcf7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 100%
    );
    pointer-events: none;
}

/* Resplandor decorativo en las esquinas */
.wpcf7::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(
        circle,
        rgba(236, 97, 36, 0.15) 0%,
        transparent 70%
    );
    pointer-events: none;
    animation: glowPulse 6s ease-in-out infinite;
}

@keyframes formFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Párrafos contenedores de cada campo */
.wpcf7 p {
    position: relative;
    margin-bottom: 25px;
    animation: fieldSlideIn 0.6s ease-out backwards;
}

.wpcf7 p:nth-child(1) { animation-delay: 0.1s; }
.wpcf7 p:nth-child(2) { animation-delay: 0.2s; }
.wpcf7 p:nth-child(3) { animation-delay: 0.3s; }
.wpcf7 p:nth-child(4) { animation-delay: 0.4s; }
.wpcf7 p:nth-child(5) { animation-delay: 0.5s; }

@keyframes fieldSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Labels */
.wpcf7 label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.wpcf7 label:focus-within {
    color: #EC6124;
}

/* Contenedor de los controles */
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

/* Inputs y textarea base */
.wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    padding: ;
    font-family: inherit;
    font-size: 1rem;
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    outline: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.wpcf7-form-control:not([type="submit"])::placeholder {
    color: rgba(26, 26, 26, 0.5);
    transition: color 0.3s ease;
}

/* Hover en inputs */
.wpcf7-form-control:not([type="submit"]):hover {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(236, 97, 36, 0.3);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(236, 97, 36, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Focus en inputs - efecto glass con glow naranja */
.wpcf7-form-control:not([type="submit"]):focus {
    background: rgba(255, 255, 255, 0.7);
    border-color: #EC6124;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 30px rgba(236, 97, 36, 0.25),
        0 0 0 4px rgba(236, 97, 36, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.wpcf7-form-control:not([type="submit"]):focus::placeholder {
    color: rgba(26, 26, 26, 0.3);
}

/* Textarea específica */
.wpcf7-textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════
   BOTÓN SUBMIT - Efecto líquido con gradiente
   ═══════════════════════════════════════════════════════════════ */

.wpcf7-submit {
    position: relative;
    width: 100%;
    padding: 18px 40px;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(135deg, #EC6124 0%, #F4845F 50%, #1AA7E0 100%);
    background-size: 200% 200%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 10px 30px rgba(236, 97, 36, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Brillo líquido en el botón */
.wpcf7-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    transition: left 0.6s ease;
}

.wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 40px rgba(236, 97, 36, 0.5),
        0 0 0 4px rgba(26, 167, 224, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.wpcf7-submit:hover::before {
    left: 100%;
}

.wpcf7-submit:active {
    transform: translateY(-1px);
    box-shadow: 
        0 8px 25px rgba(236, 97, 36, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* ═══════════════════════════════════════════════════════════════
   ESTADOS DE VALIDACIÓN
   ═══════════════════════════════════════════════════════════════ */

/* Campo inválido */
.wpcf7-not-valid {
    border-color: #e74c3c !important;
    background: rgba(231, 76, 60, 0.05) !important;
    box-shadow: 
        0 4px 15px rgba(231, 76, 60, 0.15),
        0 0 0 3px rgba(231, 76, 60, 0.1) !important;
    animation: shake 0.4s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Mensaje de error del campo */
.wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #e74c3c;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
}

/* Mensaje de respuesta del formulario (enviado / error general) */
.wpcf7-response-output {
    margin-top: 25px !important;
    padding: 18px 25px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 14px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease;
}

/* Mensaje de éxito */
.wpcf7-mail-sent-ok {
    background: rgba(46, 204, 113, 0.15) !important;
    color: #1e8449 !important;
    border-left: 4px solid #2ecc71 !important;
    box-shadow: 0 8px 25px rgba(46, 204, 113, 0.2) !important;
}

/* Mensaje de error general */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: rgba(231, 76, 60, 0.15) !important;
    color: #c0392b !important;
    border-left: 4px solid #e74c3c !important;
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.2) !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════════
   SPINNER DE CARGA
   ═══════════════════════════════════════════════════════════════ */

.wpcf7 .ajax-loader {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ═══════════════════════════════════════════════════════════════
   CHECKBOX Y RADIO (si los usas)
   ═══════════════════════════════════════════════════════════════ */

.wpcf7-checkbox label,
.wpcf7-radio label {
    display: inline-flex;
    align-items: center;
    text-transform: none;
    font-weight: 500;
    cursor: pointer;
    margin-right: 20px;
}

.wpcf7-checkbox input,
.wpcf7-radio input {
    margin-right: 8px;
    accent-color: #EC6124;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    .wpcf7 {
        margin: 30px 20px;
        padding: 40px 25px;
        border-radius: 24px;
    }

    .wpcf7-form-control:not([type="submit"]) {
        padding: ;
        font-size: 0.95rem;
    }

    .wpcf7-submit {
        padding: 16px 30px;
        font-size: 0.95rem;
    }

    .wpcf7 label {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .wpcf7 {
        padding: 35px 20px;
    }

    .wpcf7 p {
        margin-bottom: 20px;
    }
}

.wd-fontsize-xs {line-height:normal;}


/* hover clientes */

.page-id-12081 .wd-gallery-item img {
    filter: grayscale(1);
}
.page-id-12081 .wd-gallery-item img:hover {
    filter: grayscale(0);
}
.equipo{
	background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}
.wave{
	background: white;
      border-bottom-left-radius: 50% 25%;
      border-bottom-right-radius: 50% 25%
}



/**css para el blog**/
.wd-page-content {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(236, 97, 36, 0.35) 0%, transparent 35%),
        radial-gradient(circle at 85% 30%, rgba(26, 167, 224, 0.25) 0%, transparent 30%) !important;
    background-attachment: fixed !important;
}
.wd-blog-element article.post,
.blog-post-loop,
article.post {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 470px !important;
    overflow: hidden;
}
article.post,
article.post .article-inner,
article.post .article-body-container,
article.post .post-content,
article.post div {
    background: transparent !important;
    background-color: transparent !important;
}
article.post .post-date {
    background: rgba(255, 255, 255, 0.85) !important;
}
/* 3. Título del blog en color negro */
article.post .entry-title,
article.post .entry-title a {
    color: #000000 !important;
}
/* 4. Efecto hover **/
article.post:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2) !important;
}





