.elementor-95 .elementor-element.elementor-element-22c5d8f > .elementor-container{max-width:1300px;}.elementor-95 .elementor-element.elementor-element-22c5d8f{margin-top:60px;margin-bottom:60px;}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-95 .elementor-element.elementor-element-221c316{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-95 .elementor-element.elementor-element-221c316 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-95 .elementor-element.elementor-element-221c316:after{content:"0.66";}.elementor-95 .elementor-element.elementor-element-221c316 .elementor-post__thumbnail__link{width:100%;}.elementor-95 .elementor-element.elementor-element-221c316 .elementor-post__meta-data span + span:before{content:"///";}.elementor-95 .elementor-element.elementor-element-221c316.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-95 .elementor-element.elementor-element-221c316.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-95 .elementor-element.elementor-element-221c316.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-95 .elementor-element.elementor-element-221c316 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-95 .elementor-element.elementor-element-221c316:after{content:"0.5";}.elementor-95 .elementor-element.elementor-element-221c316 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-6f3d47f */:root{
    --azul:#1F2A3A;
    --verde:#A6CE39;
}

/* HERO */

.iwp-recursos-hero{

    position:relative;

    min-height:95vh;

    display:flex;

    align-items:center;

    background:
    linear-gradient(
        rgba(31,42,58,.55),
        rgba(31,42,58,.65)
    ),
    url("https://institutowordpress.com/wp-content/uploads/2026/01/child-5976952_1920.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* CONTENEDOR */

.iwp-recursos-container{

    width:100%;

    max-width:1300px;

    margin:auto;

    padding:0 40px;
}

/* TARJETA GLASS */

.iwp-recursos-card{

    max-width:650px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:35px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.18);
}

/* TAG */

.iwp-recursos-tag{

    display:inline-block;

    color:var(--verde);

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;
}

/* TITULO */

.iwp-recursos-card h1{

    color:#FFFFFF;

    font-size:38px;

    line-height:1.15;

    font-weight:700;

    margin-bottom:18px;
}

/* TEXTO */

.iwp-recursos-card p{

    color:#FFFFFF;

    font-size:17px;

    line-height:1.8;

    margin-bottom:25px;

    opacity:.95;
}

/* MOBILE */

@media(max-width:768px){

    .iwp-recursos-hero{

        min-height:auto;

        padding:70px 0;
    }

    .iwp-recursos-container{

        padding:0 20px;
    }

    .iwp-recursos-card{

        padding:25px;
    }

    .iwp-recursos-card h1{

        font-size:28px;
    }

    .iwp-recursos-card p{

        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-221c316 *//* =========================================
   RECURSOS WORDPRESS - TARJETAS DE ARTÍCULOS
========================================= */

/* GRID */

.iwp-recursos-posts .elementor-posts-container{
    gap:26px;
}


/* TARJETA */

.iwp-recursos-posts .elementor-post{
    position:relative !important;

    min-height:360px;

    border-radius:20px;
    overflow:hidden;

    background:#1F2A3A;

    box-shadow:
        0 12px 35px rgba(31,42,58,.15);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* HOVER */

.iwp-recursos-posts .elementor-post:hover{
    transform:translateY(-5px);

    box-shadow:
        0 20px 45px rgba(31,42,58,.22);
}


/* =========================================
   IMAGEN - OCUPA TODA LA TARJETA
========================================= */

.iwp-recursos-posts .elementor-post__thumbnail__link{
    position:absolute !important;

    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;
    height:100% !important;

    margin:0 !important;
    padding:0 !important;

    display:block !important;
}


/* CONTENEDOR DE IMAGEN */

.iwp-recursos-posts .elementor-post__thumbnail{
    position:absolute !important;

    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:100% !important;

    padding:0 !important;
    margin:0 !important;

    overflow:hidden;
}


/* IMAGEN */

.iwp-recursos-posts .elementor-post__thumbnail img{
    position:absolute !important;

    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:100% !important;

    max-width:none !important;

    object-fit:cover !important;
    object-position:center center !important;

    transform:none !important;

    transition:transform .5s ease;
}


/* ZOOM MUY SUAVE */

.iwp-recursos-posts .elementor-post:hover
.elementor-post__thumbnail img{
    transform:scale(1.035) !important;
}


/* =========================================
   CAPA OSCURA
========================================= */

.iwp-recursos-posts .elementor-post::after{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:
        linear-gradient(
            180deg,
            rgba(31,42,58,.25) 0%,
            rgba(31,42,58,.50) 45%,
            rgba(31,42,58,.95) 100%
        );

    z-index:1;

    pointer-events:none;
}


/* =========================================
   CONTENIDO
========================================= */

.iwp-recursos-posts .elementor-post__text{
    position:absolute !important;

    left:0;
    right:0;
    bottom:0;

    z-index:3;

    padding:30px !important;

    margin:0 !important;
}


/* TITULO */

.iwp-recursos-posts .elementor-post__title{
    margin:0 0 14px 0 !important;
}

.iwp-recursos-posts .elementor-post__title a{
    color:#A6CE39 !important;

    font-size:22px;
    line-height:1.3;
    font-weight:700;

    text-decoration:none !important;

    transition:color .25s ease;
}

.iwp-recursos-posts .elementor-post__title a:hover{
    color:#FFFFFF !important;
}


/* EXTRACTO */

.iwp-recursos-posts .elementor-post__excerpt{
    color:#FFFFFF !important;

    font-size:14px;
    line-height:1.65;

    margin:0 !important;

    opacity:.92;
}

.iwp-recursos-posts .elementor-post__excerpt p{
    color:#FFFFFF !important;

    margin:0 !important;

    opacity:.92;
}


/* OCULTAMOS FECHA / META */

.iwp-recursos-posts .elementor-post__meta-data{
    display:none !important;
}


/* OCULTAMOS LEER MÁS */

.iwp-recursos-posts .elementor-post__read-more{
    display:none !important;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    .iwp-recursos-posts .elementor-post{
        min-height:330px;
    }

    .iwp-recursos-posts .elementor-post__text{
        padding:24px !important;
    }

    .iwp-recursos-posts .elementor-post__title a{
        font-size:20px;
    }

    .iwp-recursos-posts .elementor-post__excerpt{
        font-size:14px;
    }

}/* End custom CSS */