.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-e806b1e *//* ===========================
   HERO
=========================== */

.kb-hero-servicio{
    max-width:1200px;
    margin:70px auto;
    padding:0 25px;
    text-align:center;
}

.kb-hero-servicio h1{
    font-size:48px;
    color:#15365d;
    margin-bottom:20px;
    font-weight:700;
    line-height:1.2;
}

.kb-bajada{
    max-width:850px;
    margin:auto;
    font-size:20px;
    color:#5c6f82;
    line-height:1.8;
}

.kb-hero-botones{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.kb-btn-primary{
    background:linear-gradient(135deg,#28b7ff,#1f6cff);
    color:#fff;
    padding:16px 34px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
    box-shadow:0 12px 30px rgba(31,108,255,.25);
}

.kb-btn-primary:hover{
    transform:translateY(-4px);
}

.kb-btn-secondary{
    background:#fff;
    border:2px solid #1f6cff;
    color:#1f6cff;
    padding:16px 34px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.kb-btn-secondary:hover{
    background:#1f6cff;
    color:#fff;
}

/* ===========================
   INTRODUCCIÓN
=========================== */

.kb-intro{
    max-width:1100px;
    margin:90px auto;
    padding:0 25px;
}

.kb-intro h2{
    font-size:36px;
    color:#15365d;
    margin-bottom:30px;
    text-align:center;
}

.kb-intro p{
    font-size:18px;
    line-height:1.9;
    color:#55697b;
    margin-bottom:22px;
}

/* ===========================
   BENEFICIOS
=========================== */

.kb-beneficios{
    background:#f7fbff;
    padding:90px 25px;
}

.kb-beneficios h2{
    text-align:center;
    color:#15365d;
    font-size:36px;
    margin-bottom:25px;
}

.kb-beneficios>p{
    text-align:center;
    max-width:850px;
    margin:0 auto 55px;
    color:#66798a;
    font-size:18px;
}

.kb-grid-beneficios{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.kb-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
}

.kb-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(31,108,255,.15);
}

.kb-card h3{
    color:#15365d;
    font-size:24px;
    margin-bottom:18px;
}

.kb-card p{
    color:#5e7182;
    line-height:1.8;
    font-size:17px;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:768px){

.kb-hero-servicio{
    margin:40px auto;
}

.kb-hero-servicio h1{
    font-size:34px;
}

.kb-bajada{
    font-size:18px;
}

.kb-intro h2,
.kb-beneficios h2{
    font-size:30px;
}

.kb-hero-botones{
    flex-direction:column;
}

.kb-btn-primary,
.kb-btn-secondary{
    width:100%;
    text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b786daf *//*=========================================
  PARTE 2 - AURICULOTERAPIA
=========================================*/

.kb-proceso,
.kb-pacientes,
.kb-evaluacion{
    max-width:1200px;
    margin:30px auto;
    padding:0 25px;
}

.kb-proceso h2,
.kb-pacientes h2,
.kb-evaluacion h2{
    text-align:center;
    font-size:38px;
    color:#15365d;
    margin-bottom:30px;
    font-weight:700;
}

.kb-proceso>p,
.kb-pacientes>p,
.kb-evaluacion p{
    max-width:900px;
    margin:0 auto 25px;
    text-align:center;
    color:#5c6f82;
    font-size:18px;
    line-height:1.9;
}

/*==============================
PASOS
==============================*/

.kb-pasos{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.kb-paso{
    background:#ffffff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.kb-paso:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(31,108,255,.15);
}

.kb-paso span{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#28b7ff,#1f6cff);
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.kb-paso h3{
    color:#15365d;
    font-size:23px;
    margin-bottom:15px;
}

.kb-paso p{
    color:#66798a;
    line-height:1.8;
    font-size:16px;
}

/*==============================
PACIENTES
==============================*/

.kb-grid-pacientes{
    margin-top:55px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

.kb-item{
    background:#f7fbff;
    border-left:5px solid #1f6cff;
    border-radius:16px;
    padding:28px;
    transition:.3s;
}

.kb-item:hover{
    background:#ffffff;
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(31,108,255,.10);
}

.kb-item h3{
    color:#15365d;
    margin-bottom:15px;
    font-size:22px;
}

.kb-item p{
    color:#5f7385;
    line-height:1.8;
    font-size:16px;
}

/*==============================
CTA FINAL
==============================*/

.kb-evaluacion{
    background:linear-gradient(180deg,#f7fbff,#ffffff);
    border-radius:25px;
    padding:70px 40px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.kb-center{
    text-align:center;
    margin-top:40px;
}

.kb-center .kb-btn-primary{
    display:inline-block;
}

/*==============================
RESPONSIVE
==============================*/

@media (max-width:768px){

.kb-proceso,
.kb-pacientes,
.kb-evaluacion{
    margin:60px auto;
}

.kb-proceso h2,
.kb-pacientes h2,
.kb-evaluacion h2{
    font-size:30px;
}

.kb-proceso>p,
.kb-pacientes>p,
.kb-evaluacion p{
    font-size:17px;
}

.kb-paso,
.kb-item{
    padding:25px;
}

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-61fddfd *//*=========================================
 PARTE 3
 BENEFICIOS + FAQ + CTA
=========================================*/

.kb-beneficios-avanzados,
.kb-faq,
.kb-diferencia{
    max-width:1200px;
    margin:30px auto;
    padding:0 25px;
}

/*==========================
 TITULOS
==========================*/

.kb-beneficios-avanzados h2,
.kb-faq h2,
.kb-diferencia h2{
    text-align:center;
    font-size:38px;
    color:#15365d;
    margin-bottom:30px;
    font-weight:700;
}

.kb-beneficios-avanzados>p,
.kb-diferencia>p{
    max-width:900px;
    margin:0 auto 25px;
    text-align:center;
    color:#5f7385;
    line-height:1.9;
    font-size:18px;
}

/*==========================
 BENEFICIOS
==========================*/

.kb-beneficios-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

.kb-beneficio{
    background:#ffffff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.kb-beneficio:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(31,108,255,.15);
}

.kb-beneficio h3{
    color:#15365d;
    font-size:24px;
    margin-bottom:18px;
}

.kb-beneficio p{
    color:#66798a;
    line-height:1.8;
    font-size:16px;
}

/*==========================
 FAQ
==========================*/

.kb-faq-item{
    background:#fff;
    border-left:5px solid #1f6cff;
    border-radius:15px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.kb-faq-item:hover{
    transform:translateX(6px);
    box-shadow:0 18px 40px rgba(31,108,255,.12);
}

.kb-faq-item h3{
    color:#15365d;
    font-size:24px;
    margin-bottom:15px;
}

.kb-faq-item p{
    color:#5f7385;
    line-height:1.8;
    font-size:17px;
    margin:0;
}

/*==========================
 KBODY
==========================*/

.kb-destacado{
    margin-top:55px;
    padding:45px;
    border-radius:22px;
    background:linear-gradient(135deg,#28b7ff,#1f6cff);
    color:#fff;
    text-align:center;
    box-shadow:0 20px 50px rgba(31,108,255,.25);
}

.kb-destacado h3{
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
}

.kb-destacado p{
    max-width:750px;
    margin:0 auto 30px;
    color:#fff;
    line-height:1.9;
    font-size:18px;
}

/*==========================
 BOTÓN
==========================*/

.kb-destacado .kb-btn-primary{
    display:inline-block;
    background:#fff;
    color:#1f6cff;
    padding:16px 38px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.kb-destacado .kb-btn-primary:hover{
    background:#15365d;
    color:#fff;
    transform:translateY(-4px);
}

/*==========================
 RESPONSIVE
==========================*/

@media (max-width:768px){

.kb-beneficios-avanzados,
.kb-faq,
.kb-diferencia{
    margin:60px auto;
}

.kb-beneficios-avanzados h2,
.kb-faq h2,
.kb-diferencia h2{
    font-size:30px;
}

.kb-beneficios-avanzados>p,
.kb-diferencia>p{
    font-size:17px;
}

.kb-beneficio,
.kb-faq-item,
.kb-destacado{
    padding:25px;
}

.kb-destacado h3{
    font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4ac3bb3 *//*=========================================
PARTE 4 - CIERRE
=========================================*/

.kb-cierre,
.kb-porque,
.kb-cta-final,
.kb-servicios{
    max-width:1200px;
    margin:30px auto;
    padding:0 25px;
}

/*=========================================
TÍTULOS
=========================================*/

.kb-cierre h2,
.kb-porque h2,
.kb-cta-final h2,
.kb-servicios h2{
    text-align:center;
    font-size:38px;
    color:#15365d;
    margin-bottom:30px;
    font-weight:700;
}

.kb-cierre p,
.kb-cta-final p{
    max-width:900px;
    margin:0 auto 25px;
    text-align:center;
    color:#5f7385;
    font-size:18px;
    line-height:1.9;
}

/*=========================================
POR QUÉ ELEGIRNOS
=========================================*/

.kb-porque-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-top:50px;
}

.kb-porque-card{
    background:#ffffff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.kb-porque-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(31,108,255,.15);
}

.kb-icono{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#28b7ff,#1f6cff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    font-weight:bold;
}

.kb-porque-card h3{
    color:#15365d;
    font-size:24px;
    margin-bottom:15px;
}

.kb-porque-card p{
    color:#66798a;
    line-height:1.8;
    font-size:16px;
}

/*=========================================
CTA FINAL
=========================================*/

.kb-cta-final{
    background:linear-gradient(135deg,#28b7ff,#1f6cff);
    padding:70px 40px;
    border-radius:25px;
    text-align:center;
    color:#fff;
    box-shadow:0 20px 55px rgba(31,108,255,.25);
}

.kb-cta-final h2{
    color:#fff;
}

.kb-cta-final p{
    color:#fff;
    margin-bottom:40px;
}

.kb-botones-final{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.kb-botones-final .kb-btn-primary{
    background:#fff;
    color:#1f6cff;
    padding:16px 36px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.kb-botones-final .kb-btn-primary:hover{
    background:#15365d;
    color:#fff;
}

.kb-botones-final .kb-btn-secondary{
    background:transparent;
    border:2px solid #fff;
    color:#fff;
    padding:16px 36px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.kb-botones-final .kb-btn-secondary:hover{
    background:#fff;
    color:#1f6cff;
}

/*=========================================
OTROS SERVICIOS
=========================================*/

.kb-servicios-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-top:50px;
}

.kb-servicio-item{
    display:block;
    background:#f7fbff;
    border:2px solid #dcecff;
    border-radius:18px;
    padding:22px;
    text-align:center;
    text-decoration:none;
    color:#15365d;
    font-weight:600;
    transition:.3s;
}

.kb-servicio-item:hover{
    background:linear-gradient(135deg,#28b7ff,#1f6cff);
    color:#fff;
    border-color:#1f6cff;
    transform:translateY(-5px);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:768px){

.kb-cierre,
.kb-porque,
.kb-cta-final,
.kb-servicios{
    margin:60px auto;
}

.kb-cierre h2,
.kb-porque h2,
.kb-cta-final h2,
.kb-servicios h2{
    font-size:30px;
}

.kb-cierre p,
.kb-cta-final p{
    font-size:17px;
}

.kb-porque-card{
    padding:25px;
}

.kb-cta-final{
    padding:50px 25px;
}

.kb-botones-final{
    flex-direction:column;
}

.kb-botones-final .kb-btn-primary,
.kb-botones-final .kb-btn-secondary{
    width:100%;
}

}/* End custom CSS */