.elementor-82 .elementor-element.elementor-element-705f4a4 > .elementor-container{max-width:1300px;}.elementor-82 .elementor-element.elementor-element-e265e17 > .elementor-container{max-width:1300px;}.elementor-82 .elementor-element.elementor-element-c8b4a76 > .elementor-container{max-width:1300px;}/* Start custom CSS for html, class: .elementor-element-4aecb0b */:root{
    --azul:#1F2A3A;
    --verde:#A6CE39;
    --blanco:#FFFFFF;
}

/* HERO */

.iwp-hero{

    position:relative;

    width:100%;

    min-height:95vh;

    display:flex;

    align-items:center;

    background:
    linear-gradient(
        rgba(31,42,58,.45),
        rgba(31,42,58,.55)
    ),
    url("https://institutowordpress.com/wp-content/uploads/2026/06/instituto-wordpress.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* CONTENEDOR */

.iwp-container{

    width:100%;

    max-width:1300px;

    margin:auto;

    padding:0 40px;
}

/* TARJETA GLASS */

.iwp-hero-card{

    max-width:800px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:40px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);
}

/* ETIQUETA */

.iwp-tag{

    display:inline-block;

    color:var(--verde);

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;
}

/* TITULO */

.iwp-hero h1{

    color:#FFFFFF;

    font-size:34px;

    line-height:1.2;

    font-weight:700;

    margin-bottom:18px;
}

/* DESCRIPCION */

.iwp-hero p{

    color:#FFFFFF;

    font-size:16px;

    line-height:1.6;

    margin-bottom:25px;

    opacity:.95;

    max-width:700px;
}

/* BENEFICIOS */

.iwp-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px 30px;

    margin-bottom:30px;
}

.iwp-features div{

    color:#FFFFFF;

    font-size:15px;

    position:relative;

    padding-left:18px;
}

.iwp-features div:before{

    content:"";

    width:7px;

    height:7px;

    border-radius:50%;

    background:var(--verde);

    position:absolute;

    left:0;

    top:8px;
}

/* BOTONES */

.iwp-actions{

    display:flex;

    gap:15px;

    flex-wrap:wrap;
}

.iwp-btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:180px;

    background:var(--verde);

    color:var(--azul);

    text-decoration:none;

    padding:14px 28px;

    border-radius:12px;

    font-weight:700;

    transition:.3s ease;
}

.iwp-btn-primary:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 30px rgba(166,206,57,.35);
}

.iwp-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:180px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.25);

    color:#FFFFFF;

    text-decoration:none;

    padding:14px 28px;

    border-radius:12px;

    font-weight:700;

    transition:.3s ease;
}

.iwp-btn-secondary:hover{

    background:rgba(255,255,255,.18);
}

/* MOBILE */

@media(max-width:991px){

    .iwp-hero{

        min-height:auto;

        padding:80px 0;
    }

    .iwp-hero-card{

        max-width:100%;
    }

}

@media(max-width:768px){

    .iwp-container{

        padding:0 20px;
    }

    .iwp-hero-card{

        padding:30px;
    }

    .iwp-hero h1{

        font-size:28px;
    }

    .iwp-features{

        grid-template-columns:1fr;
    }

    .iwp-actions{

        flex-direction:column;
    }

    .iwp-btn-primary,
    .iwp-btn-secondary{

        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dea6be0 *//* EXPERIENCIA */

.iwp-stats{

    background:#ffffff;

    padding:100px 0;
}

.iwp-section-header{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;
}

.iwp-section-tag{

    display:inline-block;

    color:#A6CE39;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:15px;
}

.iwp-section-header h2{

    font-size:38px;

    color:#1F2A3A;

    margin-bottom:20px;
}

.iwp-section-header p{

    color:#5f6b7a;

    font-size:17px;

    line-height:1.8;
}

.iwp-stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;
}

.iwp-stat-card{

    background:#ffffff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    border:1px solid #eef2f7;

    box-shadow:0 15px 40px rgba(31,42,58,.05);

    transition:.3s;
}

.iwp-stat-card:hover{

    transform:translateY(-5px);
}

.iwp-counter{

    font-size:48px;

    font-weight:800;

    color:#A6CE39;

    line-height:1;

    margin-bottom:15px;
}

.iwp-stat-card span{

    display:block;

    color:#1F2A3A;

    font-size:16px;

    font-weight:500;
}

/* RESPONSIVE */

@media(max-width:991px){

    .iwp-stats-grid{

        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .iwp-stats{

        padding:70px 0;
    }

    .iwp-section-header h2{

        font-size:30px;
    }

    .iwp-stats-grid{

        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6097136 *//* PROYECTOS */

.iwp-projects{

    padding:100px 0;

    background:#f8fafc;
}

.iwp-projects-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

.iwp-project-card{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    box-shadow:0 15px 40px rgba(31,42,58,.08);

    cursor:pointer;
}

.iwp-project-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    display:block;

    transition:.6s;
}

.iwp-project-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(31,42,58,.92),
        rgba(31,42,58,.15)
    );

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:25px;

    color:#fff;
}

.iwp-project-overlay h3{

    color:#fff;

    margin-bottom:10px;

    font-size:22px;
}

.iwp-project-overlay p{

    color:rgba(255,255,255,.85);

    font-size:15px;

    line-height:1.6;

    margin:0;
}

.iwp-project-card:hover img{

    transform:scale(1.08);
}

/* RESPONSIVE */

@media(max-width:991px){

    .iwp-projects-grid{

        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .iwp-projects{

        padding:70px 0;
    }

    .iwp-projects-grid{

        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4978543 *//* CURSOS */

.iwp-courses{

    padding:100px 0;

    background:#f8fafc;
}

.iwp-courses-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-top:50px;
}

/* TARJETA */

.iwp-course-card{

    position:relative;

    overflow:hidden;

    background:#ffffff;

    border-radius:24px;

    padding:40px;

    border:1px solid rgba(31,42,58,.06);

    box-shadow:
    0 20px 60px rgba(31,42,58,.06);

    transition:.35s ease;
}

.iwp-course-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 30px 70px rgba(31,42,58,.12);
}

/* FRANJA SUPERIOR */

.iwp-course-card:before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;

    height:5px;

    background:#A6CE39;
}

/* FECHA */

.iwp-course-badge{

    display:inline-block;

    background:rgba(166,206,57,.12);

    color:#6f8f18;

    padding:10px 16px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;
}

/* TITULO */

.iwp-course-card h3{

    color:#1F2A3A;

    font-size:30px;

    line-height:1.2;

    margin-bottom:15px;
}

/* DESCRIPCION */

.iwp-course-card p{

    color:#64748b;

    font-size:16px;

    line-height:1.7;

    margin-bottom:25px;
}

/* LISTA */

.iwp-course-card ul{

    list-style:none;

    padding:0;

    margin:0 0 30px;
}

.iwp-course-card li{

    color:#1F2A3A;

    margin-bottom:12px;

    padding-left:18px;

    position:relative;
}

.iwp-course-card li:before{

    content:"";

    width:7px;

    height:7px;

    border-radius:50%;

    background:#A6CE39;

    position:absolute;

    left:0;

    top:9px;
}

/* BOTON */

.iwp-course-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    background:#A6CE39;

    color:#1F2A3A;

    text-decoration:none;

    padding:14px 24px;

    border-radius:12px;

    font-weight:700;

    transition:.3s;
}

.iwp-course-btn:hover{

    transform:translateY(-2px);

    box-shadow:
    0 10px 25px rgba(166,206,57,.25);
}

/* RESPONSIVE */

@media(max-width:991px){

    .iwp-courses-grid{

        grid-template-columns:1fr;
    }

    .iwp-course-card h3{

        font-size:26px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2419f56 *//* TESTIMONIOS */

.iwp-testimonials{

    padding:100px 0;

    background:#1F2A3A;

    overflow:hidden;
}

/* HEADER */

.iwp-testimonials-header{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;
}

.iwp-testimonials-header .iwp-section-tag{

    color:#A6CE39;
}

.iwp-testimonials-header h2{

    color:#FFFFFF;

    font-size:38px;

    margin-bottom:15px;
}

.iwp-testimonials-header p{

    color:rgba(255,255,255,.80);

    font-size:16px;

    line-height:1.8;
}

/* SLIDER */

.iwp-testimonials-slider{

    overflow:hidden;

    width:100%;
}

.iwp-testimonials-track{

    display:flex;

    gap:25px;

    width:max-content;

    animation:iwpScroll 80s linear infinite;
}

/* TARJETAS */

.iwp-testimonial-card{

    width:360px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    -webkit-backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:20px;

    padding:30px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.15);
}

.iwp-testimonial-card p{

    color:rgba(255,255,255,.90);

    line-height:1.8;

    margin-bottom:20px;

    font-size:15px;
}

.iwp-testimonial-card h4{

    color:#FFFFFF;

    font-size:17px;

    margin-bottom:5px;
}

.iwp-testimonial-card span{

    color:#A6CE39;

    font-size:14px;

    font-weight:600;
}

/* ANIMACION */

@keyframes iwpScroll{

    from{

        transform:translateX(0);
    }

    to{

        transform:translateX(-50%);
    }

}

/* RESPONSIVE */

@media(max-width:768px){

    .iwp-testimonials{

        padding:70px 0;
    }

    .iwp-testimonials-header h2{

        font-size:30px;
    }

    .iwp-testimonial-card{

        width:300px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fb45a2 *//* ==========================
   METODOLOGÍA
========================== */

.iwp-methodology{

    background:#FFFFFF;

    padding:60px 0;
}

.iwp-methodology-grid{

    max-width:1300px;

    margin:0 auto;

    padding:0 40px;

    display:grid;

    grid-template-columns:55% 45%;

    gap:30px;

    align-items:center;
}

/* CONTENIDO */

.iwp-methodology-content{

    max-width:560px;
}

.iwp-methodology-content h2{

    font-size:40px;

    line-height:1.2;

    color:#1F2A3A;

    margin-bottom:15px;

    font-weight:700;
}

.iwp-methodology-content p{

    font-size:18px;

    line-height:1.7;

    color:#64748b;

    margin-bottom:20px;
}

/* ETIQUETA */

.iwp-methodology .iwp-section-tag{

    display:inline-block;

    color:#A6CE39;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;
}

/* BENEFICIOS */

.iwp-methodology-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:10px 20px;

    margin-bottom:25px;
}

.iwp-methodology-features div{

    color:#1F2A3A;

    font-size:14px;

    line-height:1.5;

    position:relative;

    padding-left:16px;
}

.iwp-methodology-features div:before{

    content:"";

    width:6px;

    height:6px;

    border-radius:50%;

    background:#A6CE39;

    position:absolute;

    left:0;

    top:8px;
}

/* IMAGEN */

.iwp-methodology-image{

    display:flex;

    align-items:center;

    justify-content:center;
}

.iwp-methodology-image img{

    width:100%;

    height:450px;

    object-fit:cover;

    border-radius:24px;

    display:block;

    box-shadow:
    0 15px 40px rgba(31,42,58,.08);
}

/* BOTÓN */

.iwp-methodology-actions{

    margin-top:5px;
}

.iwp-methodology-actions .iwp-btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#A6CE39;

    color:#1F2A3A;

    text-decoration:none;

    padding:12px 24px;

    border-radius:12px;

    font-size:15px;

    font-weight:700;

    transition:.3s ease;
}

.iwp-methodology-actions .iwp-btn-primary:hover{

    transform:translateY(-2px);

    box-shadow:
    0 10px 25px rgba(166,206,57,.25);
}

/* RESPONSIVE */

@media(max-width:991px){

    .iwp-methodology-grid{

        grid-template-columns:1fr;

        gap:30px;
    }

    .iwp-methodology-content{

        max-width:100%;
    }

    .iwp-methodology-image img{

        height:auto;
    }

}

@media(max-width:768px){

    .iwp-methodology{

        padding:50px 0;
    }

    .iwp-methodology-grid{

        padding:0 20px;
    }

    .iwp-methodology-content h2{

        font-size:22px;
    }

    .iwp-methodology-features{

        grid-template-columns:1fr;
    }

}/* End custom CSS */