.elementor-4723 .elementor-element.elementor-element-ff508e5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4723 .elementor-element.elementor-element-cce5db5{width:100%;max-width:100%;text-align:center;}.elementor-4723 .elementor-element.elementor-element-cce5db5 .elementor-heading-title{color:#FFFFFF;}.elementor-4723 .elementor-element.elementor-element-b6db17a{--display:flex;}.elementor-4723 .elementor-element.elementor-element-7952ef7{--display:flex;}body.elementor-page-4723:not(.elementor-motion-effects-element-type-background), body.elementor-page-4723 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS *//* Estilo base para asegurar posicionamiento */
.es_category-vendida .slick-slide {
    position: relative; /* Necesario para posicionar correctamente el ::after */
}

/* Español (es-MX) */
html[lang="es-MX"] .es_category-vendida .slick-slide::after {
    background-image: url('https://cozumelbr.com/wp-content/uploads/2025/05/vendida-letrero.png');
}

/* Inglés (en-US) */
html[lang="en-US"] .es_category-vendida .slick-slide::after {
    background-image: url('https://cozumelbr.com/wp-content/uploads/2025/05/sold-banner.png');
}

/* Estilo común del pseudo-elemento */
.es_category-vendida .slick-slide::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    pointer-events: none;
    z-index: 10;
}/* End custom CSS */