.elementor-84 .elementor-element.elementor-element-ab82290 > .elementor-container{max-width:1300px;}/* Start custom CSS for html, class: .elementor-element-734a902 *//* =====================================
   CONTACTO - CTA FINAL
===================================== */

.iwp-contacto-cta{

    margin-top:40px;
}

.iwp-contacto-cta-content{

    background:#1F2A3A;

    border-radius:30px;

    padding:70px 50px;

    text-align:center;

    position:relative;

    overflow:hidden;
}

/* DETALLE DECORATIVO */

.iwp-contacto-cta-content::before{

    content:"";

    position:absolute;

    width:300px;
    height:300px;

    border-radius:50%;

    background:rgba(166,206,57,.08);

    top:-150px;
    right:-100px;
}

/* TITULO */

.iwp-contacto-cta-content h2{

    color:#ffffff;

    font-size:40px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:20px;

    position:relative;
    z-index:2;
}

/* TEXTO */

.iwp-contacto-cta-content p{

    color:rgba(255,255,255,.85);

    font-size:18px;

    line-height:1.8;

    max-width:700px;

    margin:0 auto 30px auto;

    position:relative;
    z-index:2;
}

/* BOTON */

.iwp-contacto-cta-content a{

    display:inline-block;

    background:#A6CE39;

    color:#1F2A3A;

    font-weight:700;

    font-size:15px;

    text-decoration:none;

    padding:16px 28px;

    border-radius:12px;

    transition:.25s;

    position:relative;
    z-index:2;
}

.iwp-contacto-cta-content a:hover{

    background:#B7E247;

    transform:translateY(-2px);

    text-decoration:none;
}

/* TABLET */

@media(max-width:1024px){

    .iwp-contacto-cta-content h2{

        font-size:34px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .iwp-contacto-cta{

        margin-top:20px;
    }

    .iwp-contacto-cta-content{

        padding:50px 25px;
    }

    .iwp-contacto-cta-content h2{

        font-size:28px;
    }

    .iwp-contacto-cta-content p{

        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17ade1f *//* =====================================
   CONTACTO - HERO
===================================== */

:root{

    --azul:#1F2A3A;
    --verde:#A6CE39;
    --gris:#64748B;
}

/* CONTENEDOR */

.iwp-contacto{

    max-width:1200px;

    margin:0 auto;

    padding:80px 20px;
}

/* HERO */

.iwp-contacto-hero{

    text-align:center;

    max-width:800px;

    margin:0 auto 60px auto;
}

/* ETIQUETA */

.iwp-contacto-tag{

    display:inline-block;

    color:var(--verde);

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:15px;
}

/* TITULO */

.iwp-contacto-hero h1{

    color:var(--azul);

    font-size:46px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:20px;
}

/* TEXTO */

.iwp-contacto-hero p{

    color:var(--gris);

    font-size:20px;

    line-height:1.7;

    margin:0;
}

/* TARJETAS */

.iwp-contacto-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

/* TARJETA */

.iwp-contacto-card{

    background:#ffffff;

    padding:35px;

    border-radius:24px;

    box-shadow:0 10px 30px rgba(15,23,42,.06);

    transition:.25s;
}

.iwp-contacto-card:hover{

    transform:translateY(-4px);
}

/* TITULO TARJETA */

.iwp-contacto-card h3{

    color:var(--azul);

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;
}

/* TEXTO TARJETA */

.iwp-contacto-card p{

    color:var(--gris);

    font-size:16px;

    line-height:1.7;

    margin-bottom:20px;
}

/* ENLACES */

.iwp-contacto-card a{

    display:inline-block;

    background:var(--verde);

    color:var(--azul);

    font-weight:700;

    text-decoration:none;

    padding:12px 20px;

    border-radius:12px;

    transition:.25s;
}

.iwp-contacto-card a:hover{

    transform:translateY(-2px);

    opacity:.9;
}

/* TABLET */

@media(max-width:1024px){

    .iwp-contacto-cards{

        grid-template-columns:1fr;
    }

    .iwp-contacto-hero h1{

        font-size:38px;
    }

    .iwp-contacto-hero p{

        font-size:18px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .iwp-contacto{

        padding:20px 20px;
    }

    .iwp-contacto-hero{

        margin-bottom:40px;
    }

    .iwp-contacto-hero h1{

        font-size:26px;
    }

    .iwp-contacto-hero p{

        font-size:16px;
    }

    .iwp-contacto-card{

        padding:20px;
    }

    .iwp-contacto-card h3{

        font-size:18x;
 
    }
    
    .iwp-contacto-card a{

    padding:10px 10px;

    border-radius:10px;

   }

.iwp-contacto-card p{


    font-size:14px;
 
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-119e10e *//* =====================================
   FAQ - INSTITUTO WORDPRESS
===================================== */

:root{

    --azul:#1F2A3A;
    --verde:#A6CE39;
    --gris:#64748B;
}

/* CONTENEDOR */

.iwp-faq{

    max-width:1200px;

    margin:80px auto;

    padding:0 20px;
}

/* CABECERA */

.iwp-faq-header{

    text-align:center;

    margin-bottom:50px;
}

.iwp-faq-tag{

    display:inline-block;

    color:var(--verde);

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;
}

.iwp-faq-header h2{

    color:var(--azul);

    font-size:38px;

    font-weight:800;

    line-height:1.2;

    margin:0;
}

/* GRID */

.iwp-faq-layout{

    display:grid;

    grid-template-columns:380px 1fr;

    gap:30px;

    align-items:stretch;
}

/* PREGUNTAS */

.iwp-faq-questions{

    display:flex;

    flex-direction:column;

    gap:10px;
}

/* BOTON PREGUNTA */

.iwp-faq-question{

    background:#ffffff;

    border:none;

    border-radius:14px;

    padding:18px 20px;

    text-align:left;

    color:var(--azul);

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    box-shadow:0 4px 15px rgba(15,23,42,.05);

    transition:.25s;
}

.iwp-faq-question:hover{

    transform:translateX(4px);
}

/* ACTIVO */

.iwp-faq-question.active{

    background:var(--verde);

    color:var(--azul);

    font-weight:700;
}

/* RESPUESTA */

.iwp-faq-answer-box{

    background:var(--azul);

    border-radius:24px;

    padding:40px;

    min-height:500px;

    display:flex;

    align-items:center;

    box-shadow:0 20px 40px rgba(15,23,42,.12);
}

/* OCULTAR RESPUESTAS */

.iwp-faq-answer{

    display:none;

    width:100%;
}

/* MOSTRAR ACTIVA */

.iwp-faq-answer.active{

    display:block;
}

/* TITULO RESPUESTA */

.iwp-faq-answer h3{

    color:#ffffff;

    font-size:28px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:20px;
}

/* TEXTO RESPUESTA */

.iwp-faq-answer p{

    color:rgba(255,255,255,.88);

    font-size:18px;

    line-height:1.8;

    margin:0;
}

/* TABLET */

@media(max-width:1024px){

    .iwp-faq-layout{

        grid-template-columns:1fr;
    }

    .iwp-faq-answer-box{

        min-height:320px;
    }

    .iwp-faq-header h2{

        font-size:32px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .iwp-faq{

        margin:60px auto;
    }

    .iwp-faq-header h2{

        font-size:28px;
    }

    .iwp-faq-answer-box{

        padding:30px 25px;

        min-height:auto;
    }

    .iwp-faq-answer h3{

        font-size:22px;
    }

    .iwp-faq-answer p{

        font-size:16px;
    }
}/* End custom CSS */