.elementor-934 .elementor-element.elementor-element-7851dc4{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0em;--margin-bottom:5em;--margin-left:0em;--margin-right:0em;}.elementor-934 .elementor-element.elementor-element-2482b9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-934 .elementor-element.elementor-element-7ccca7b img{width:100%;}.elementor-934 .elementor-element.elementor-element-c234565{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-title .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-934 .elementor-element.elementor-element-cd94587{text-align:start;}.elementor-934 .elementor-element.elementor-element-cd94587 .elementor-heading-title{font-family:"Teachers", Sans-serif;font-size:64px;font-weight:700;text-transform:uppercase;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-934 .elementor-element.elementor-element-19a3d2e .elementor-icon-list-icon{width:14px;}.elementor-934 .elementor-element.elementor-element-19a3d2e .elementor-icon-list-icon i{font-size:14px;}.elementor-934 .elementor-element.elementor-element-19a3d2e .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-934 .elementor-element.elementor-element-19a3d2e .elementor-icon-list-text, .elementor-934 .elementor-element.elementor-element-19a3d2e .elementor-icon-list-text a{color:#E94847;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-934 .elementor-element.elementor-element-0b17dfd{text-align:start;font-family:"Teachers", Sans-serif;font-size:32px;font-weight:400;}.elementor-934 .elementor-element.elementor-element-ebd0d10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-934 .elementor-element.elementor-element-fce6409{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}.elementor-934 .elementor-element.elementor-element-fce6409 span.post-navigation__prev--title, .elementor-934 .elementor-element.elementor-element-fce6409 span.post-navigation__next--title{color:#E94847;font-family:"Teachers", Sans-serif;font-size:24px;font-weight:300;}.elementor-934 .elementor-element.elementor-element-fce6409 .post-navigation__arrow-wrapper{color:#E94847;fill:#E94847;font-size:16px;}@media(max-width:767px){.elementor-934 .elementor-element.elementor-element-cd94587{text-align:center;}.elementor-934 .elementor-element.elementor-element-0b17dfd{text-align:center;}}@media(min-width:768px){.elementor-934 .elementor-element.elementor-element-2482b9f{--width:40%;}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-7ccca7b *//* 1. Preparar el terreno */
.elementor-widget-theme-post-featured-image {
    background-color: #FAF4A8;
}

/* 2. La Imagen (Base de sombras) */
.elementor-934 .elementor-element.elementor-element-7ccca7b img {
    filter: grayscale(100%) contrast(0.8);
    /* MULTIPLY:
       - Los blancos de la foto se vuelven transparentes y muestran el fondo AMARILLO.
       - Los negros se quedan negros.
       AHORA TENEMOS UNA FOTO AMARILLA Y NEGRA.
    */
    mix-blend-mode: multiply;
}

/* 3. El Tinte Rojo (La magia final) */
/* Creamos una capa "fantasma" roja encima de todo */
.elementor-widget-theme-post-featured-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E94847; /* TU COLOR ROJO */
    
    /* LIGHTEN (Aclarar):
       - Compara el Rojo con el Negro de la foto -> Gana el ROJO.
       - Compara el Rojo con el Amarillo de la foto -> Gana el AMARILLO.
       RESULTADO: FOTO ROJA Y AMARILLA.
    */
    mix-blend-mode: lighten;
    pointer-events: none; /* Para que puedas hacer clic en el enlace si lo hay */
}
.elementor-934 .elementor-element.elementor-element-7ccca7b img {
aspect-ratio: 2/3;
    object-fit: cover;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for post-navigation, class: .elementor-element-fce6409 *//* Estilo para ANTERIOR y SIGUIENTE a la vez */
.elementor-934 .elementor-element.elementor-element-fce6409 .post-navigation__prev--title,
.elementor-934 .elementor-element.elementor-element-fce6409 .post-navigation__next--title {
    background-image: linear-gradient(#E94847, #E94847);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: background-size 0.5s ease-in-out, color 0.5s ease-in-out;
    padding: 0 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

/* Animación al hacer hover en cualquiera de los enlaces */
.elementor-934 .elementor-element.elementor-element-fce6409 a:hover .post-navigation__prev--title,
.elementor-934 .elementor-element.elementor-element-fce6409 a:hover .post-navigation__next--title {
    background-size: 100% 100%;
    color: #FAF4A8;
}/* End custom CSS */