.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-5fa9a10 */.kb-hero{
padding:15px 30px 70px;
background:#fff;
position:relative;
overflow:hidden;
}

.kb-hero-bg{
position:absolute;
right:-250px;
top:-180px;
width:700px;
height:700px;
background:radial-gradient(circle,#dff4ff 0%,rgba(223,244,255,0) 70%);
pointer-events:none;
}

.kb-hero-container{
max-width:1350px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
align-items:center;
gap:80px;
position:relative;
z-index:2;
}

.kb-badge{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:#eaf8ff;
color:#1693ff;
font-weight:700;
font-size:14px;
margin-bottom:25px;
}

.kb-left h1{
font-size:64px;
line-height:1.05;
font-weight:800;
color:#17385b;
margin-bottom:30px;
}

.kb-left p{
font-size:20px;
line-height:1.8;
color:#5c7087;
max-width:700px;
margin-bottom:40px;
}

.kb-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.kb-btn-primary{
padding:18px 34px;
border-radius:60px;
background:#2d8eff;
color:#fff;
text-decoration:none;
font-weight:700;
transition:.3s;
box-shadow:0 18px 35px rgba(45,142,255,.25);
}

.kb-btn-primary:hover{
transform:translateY(-3px);
}

.kb-btn-secondary{
padding:18px 34px;
border-radius:60px;
background:#25d366;
color:#fff;
text-decoration:none;
font-weight:700;
transition:.3s;
box-shadow:0 18px 35px rgba(37,211,102,.22);
}

.kb-btn-secondary:hover{
transform:translateY(-3px);
}

.kb-right{
display:flex;
justify-content:center;
}

.kb-right img{
width:100%;
max-width:520px;
}

.kb-benefits{
max-width:1350px;
margin:80px auto 0;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.kb-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 15px 40px rgba(0,0,0,.07);
transition:.3s;
}

.kb-card:hover{
transform:translateY(-6px);
}

.kb-icon{
width:55px;
height:55px;
border-radius:50%;
background:#2d8eff;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
margin-bottom:22px;
}

.kb-card h3{
font-size:22px;
margin-bottom:15px;
color:#17385b;
}

.kb-card p{
color:#657b92;
line-height:1.7;
}

.kb-stats{
max-width:1350px;
margin:60px auto 0;
display:grid;
grid-template-columns:repeat(4,1fr);
background:#f5fbff;
border-radius:24px;
padding:45px;
gap:25px;
text-align:center;
}

.kb-stats strong{
display:block;
font-size:40px;
color:#2d8eff;
margin-bottom:10px;
}

.kb-stats span{
color:#5c7087;
}

@media(max-width:1000px){

.kb-hero-container{
grid-template-columns:1fr;
text-align:center;
}

.kb-left h1{
font-size:48px;
}

.kb-left p{
margin:auto auto 35px;
}

.kb-buttons{
justify-content:center;
}

.kb-benefits{
grid-template-columns:1fr 1fr;
}

.kb-stats{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:640px){

.kb-hero{
padding:90px 20px 50px;
}

.kb-left h1{
font-size:36px;
}

.kb-left p{
font-size:18px;
}

.kb-benefits,
.kb-stats{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b786daf *//* ==========================================================
   KBODY SPORT - KINESIOLOGÍA DEPORTIVA
   PARTE 1 + PARTE 2
==========================================================*/

/* ---------- HERO ---------- */

.kb-hero-servicio{
    max-width:1200px;
    margin:70px auto;
    padding:0 25px;
    text-align:center;
}

.kb-hero-servicio h1{
    font-size:48px;
    color:#163B63;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}

.kb-bajada{
    max-width:900px;
    margin:0 auto;
    font-size:20px;
    color:#5f7385;
    line-height:1.8;
}

.kb-hero-botones{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
    flex-wrap:wrap;
}

.kb-btn-primary{
    display:inline-block;
    background:linear-gradient(135deg,#29b8ff,#1f6cff);
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    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{
    display:inline-block;
    background:#fff;
    border:2px solid #1f6cff;
    color:#1f6cff;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.kb-btn-secondary:hover{
    background:#1f6cff;
    color:#fff;
}

/* ---------- INTRO ---------- */

.kb-intro{
    max-width:1100px;
    margin:90px auto;
    padding:0 25px;
}

.kb-intro h2{
    text-align:center;
    color:#163B63;
    font-size:38px;
    margin-bottom:35px;
}

.kb-intro p{
    color:#5f7385;
    font-size:18px;
    line-height:1.9;
    margin-bottom:22px;
}

/* ---------- BENEFICIOS ---------- */

.kb-beneficios{
    background:#f7fbff;
    padding:90px 25px;
}

.kb-beneficios h2{
    text-align:center;
    color:#163B63;
    font-size:38px;
    margin-bottom:25px;
}

.kb-beneficios>p{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
    color:#5f7385;
    line-height:1.8;
    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;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.07);
    transition:.35s;
}

.kb-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(31,108,255,.15);
}

.kb-card h3{
    color:#163B63;
    margin-bottom:18px;
    font-size:24px;
}

.kb-card p{
    color:#66798a;
    line-height:1.8;
}

/* ==========================================================
PARTE 2
==========================================================*/

.kb-proceso,
.kb-pacientes,
.kb-evaluacion{
    max-width:1200px;
    margin:90px auto;
    padding:0 25px;
}

.kb-proceso h2,
.kb-pacientes h2,
.kb-evaluacion h2{
    text-align:center;
    color:#163B63;
    font-size:38px;
    margin-bottom:30px;
}

.kb-proceso>p,
.kb-pacientes>p,
.kb-evaluacion p{
    max-width:900px;
    margin:0 auto 25px;
    text-align:center;
    color:#5f7385;
    line-height:1.9;
    font-size:18px;
}

/* ---------- PASOS ---------- */

.kb-pasos{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    margin-top:60px;
}

.kb-paso{
    background:#fff;
    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);
}

.kb-paso span{
    width:65px;
    height:65px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#29b8ff,#1f6cff);
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.kb-paso h3{
    color:#163B63;
    margin-bottom:15px;
    font-size:22px;
}

.kb-paso p{
    color:#66798a;
    line-height:1.8;
}

/* ---------- BENEFICIOS ---------- */

.kb-grid-pacientes{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
    margin-top:55px;
}

.kb-item{
    background:#f7fbff;
    border-left:5px solid #1f6cff;
    border-radius:16px;
    padding:28px;
    transition:.3s;
}

.kb-item:hover{
    transform:translateY(-6px);
    background:#fff;
    box-shadow:0 15px 35px rgba(31,108,255,.12);
}

.kb-item h3{
    color:#163B63;
    margin-bottom:15px;
    font-size:22px;
}

.kb-item p{
    color:#5f7385;
    line-height:1.8;
}

/* ---------- CTA ---------- */

.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;
}

/* ---------- RESPONSIVE ---------- */

@media(max-width:768px){

.kb-hero-servicio h1{
    font-size:34px;
}

.kb-bajada{
    font-size:18px;
}

.kb-intro h2,
.kb-beneficios h2,
.kb-proceso h2,
.kb-pacientes h2,
.kb-evaluacion h2{
    font-size:30px;
}

.kb-hero-botones{
    flex-direction:column;
}

.kb-btn-primary,
.kb-btn-secondary{
    width:100%;
    text-align:center;
}

.kb-pasos,
.kb-grid-beneficios,
.kb-grid-pacientes{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-61fddfd *//* ==========================================================
   KBODY SPORT
   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:#163B63;
    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{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-top:60px;
}

.kb-beneficio{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.kb-beneficio:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(31,108,255,.15);
}

.kb-beneficio h3{
    color:#163B63;
    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:16px;
    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:#163B63;
    font-size:23px;
    margin-bottom:15px;
}

.kb-faq-item p{
    color:#5f7385;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

/*==========================================================
 DESTACADO FINAL
==========================================================*/

.kb-destacado{
    margin-top:60px;
    padding:45px;
    border-radius:24px;
    background:linear-gradient(135deg,#29b8ff,#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{
    color:#fff;
    max-width:750px;
    margin:0 auto 30px;
    line-height:1.9;
    font-size:18px;
}

.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:#163B63;
    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 KBODY SPORT
====================================================*/

.kb4-container{
    max-width:1200px;
    margin:auto;
    padding:0 25px;
}

/*-----------------------------*/

.kb4-final{

    padding:90px 0;

}

.kb4-final h2{

    text-align:center;
    color:#17395d;
    font-size:42px;
    margin-bottom:25px;

}

.kb4-texto{

    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
    color:#617688;
    line-height:1.9;
    font-size:18px;

}

.kb4-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;

}

.kb4-card{

    background:#fff;
    padding:35px;
    border-radius:22px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.07);
    transition:.35s;

}

.kb4-card:hover{

    transform:translateY(-8px);

}

.kb4-icono{

    width:70px;
    height:70px;
    margin:auto auto 20px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#33b5ff,#1f6cff);

    color:#fff;

    font-size:30px;

    font-weight:bold;

}

.kb4-card h3{

    color:#17395d;
    margin-bottom:15px;

}

.kb4-card p{

    color:#617688;
    line-height:1.8;

}

/*-----------------------------*/

.kb4-cta{

    margin:90px auto;

}

.kb4-cta .kb4-container{

    background:linear-gradient(135deg,#2ab5ff,#2167ff);

    border-radius:30px;

    padding:70px 40px;

    text-align:center;

    color:#fff;

}

.kb4-cta h2{

    color:#fff;

    font-size:40px;

    margin-bottom:20px;

}

.kb4-cta p{

    max-width:800px;

    margin:0 auto 45px;

    font-size:19px;

    line-height:1.8;

}

.kb4-botones{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.kb4-btn-whatsapp{

    background:#fff;

    color:#2167ff;

    text-decoration:none;

    padding:18px 38px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.kb4-btn-whatsapp:hover{

    background:#17395d;

    color:#fff;

}

.kb4-btn-telefono{

    border:2px solid #fff;

    color:#fff;

    text-decoration:none;

    padding:18px 38px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.kb4-btn-telefono:hover{

    background:#fff;

    color:#2167ff;

}

/*-----------------------------*/

.kb4-servicios{

    padding:90px 0;

}

.kb4-servicios h2{

    text-align:center;

    color:#17395d;

    margin-bottom:40px;

    font-size:38px;

}

.kb4-links{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:20px;

}

.kb4-links a{

    display:block;

    text-align:center;

    text-decoration:none;

    background:#f5f9ff;

    color:#17395d;

    padding:22px;

    border-radius:18px;

    font-weight:600;

    transition:.3s;

    border:1px solid #dce8f8;

}

.kb4-links a:hover{

    background:#2167ff;

    color:#fff;

}

/*-----------------------------*/

@media(max-width:768px){

.kb4-final h2,
.kb4-cta h2,
.kb4-servicios h2{

    font-size:30px;

}

.kb4-cta .kb4-container{

    padding:50px 25px;

}

.kb4-botones{

    flex-direction:column;

}

.kb4-btn-whatsapp,
.kb4-btn-telefono{

    width:100%;

    text-align:center;

}

}/* End custom CSS */