
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Helvetica", sans-serif;
   
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

img {
    margin: 0;
    max-width: 100%;
}
:focus{outline:none;}

.btn-yellow, .btn--yellow,
.btn-lille, .btn--lille,
.btn-transparent, .btn--transparent {
    border-radius: 36px;
    font-family: 'Helvetica';
    padding: 16px 36px;
    font-size: 1.142rem;
}
.btn-yellow, .btn--yellow {
    background:#D3FE1E;
    color:#000;
    border:2px solid #D3FE1E;
}
.btn-lille, .btn--lille {
    background: #A7A4D1;
    color:#000;
    border:2px solid #D3FE1E;
}
.btn-transparent, .btn--transparent {
    background:transparent;
    color:#000;
    border:2px solid #000;
}
.btn-yellow:hover, .btn--yellow:hover {
    background:transparent;
    border-color:#000;
}
.btn-transparent:hover, .btn--transparent:hover {
    background:#D3FE1E;
    color:#000;
    border-color:#D3FE1E;
}


/*================================= content ==================================*/

/*======================= Header =========================*/

.navbar-brand img{
    width: 65px;
    height: auto;
}
.navbar{
    --bs-navbar-padding-y: 0rem!important;
    padding:29px 0 40px;
}
.nav-item{
    padding:0 21px;
}
#jg-header button {
    background: #d4fe1e;
    color: #000;
    font-family: 'Helvetica-Bold';
    line-height: 130%;
    
}
.cabecera{
    background: url('../img/img-cabecera-home.jpg') no-repeat center center;
    background-size: cover;
    height: 690px;
    margin-top:30px;
}
.cabecera h1{
   font-family: 'Helvetica-Bold';
    line-height: 85%;
    font-size: 4.813rem;
    text-transform: uppercase;
    letter-spacing: -7%;

}
.franja{
    padding: 20px;
    color: #000;
    font-size: 2.5rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
     
}

.franja span{
    font-size: 1.168rem;
        line-height: 1.2rem;
        padding:0 28px;
}
.franja-amarilla{
    background: #d4fe1e;
    transform: rotate(3.48deg);
      top: -60px;
    position: relative;
}
.franja-morada{
    background: #A7A4D1;
    transform: rotate(-2.22deg);
        top: -10px;
    position: relative;
    
}
.franjas{
    position: relative;
    top: -60px;
}

/*======================= End Header =========================*/

/*======================= centros-home =========================*/

.jg-box-v{
    background:#a7a4d1d4;
    border-radius: 36px;
    padding: 78px 109px 69px 74px;
    }
.jg-box-v h2 {
    font-family: 'Helvetica-Bold';
    letter-spacing: -0.09em;
    line-height: 85%;
    text-align: left;
    font-size: 4.881rem;
} 
.jg-box-v p {
    font-family: 'Helvetica';
    letter-spacing: -0.04em;
    line-height:120%;
    text-align: left;
    font-size: 1.313rem;
}      

/*======================= centros-home-end =========================*/

/*======================= jg-porque =========================*/


#jg-porque{
    background:#F1F2ED;
}
.jg-porque-titulo h2{
    font-size:3.5rem;
    letter-spacing: -1.02px;
    line-height:4.206rem;
    font-weight: 400;
    font-family: 'Helvetica';
    }

/* Carrusel en forma de abanico */
.fan-carousel{
    width:420px;
    margin:auto;
}

.fan-track{
    position:relative;
    width:100%;
    height:320px;
}

.fan-item{
    position:absolute;
    top:0;
    left:50%;
    width:260px;
    transition:all .6s ease;
}

.fan-item img{
    width:100%;
    display:block;
    border-radius:24px;
}
.carrusel-abanico-jg{

       top: 80px;
    position: relative; 
}

/* fondo */
.pos-2{
    transform:translateX(-280px) translateY(22px) rotate(0deg) scale(.95);
    z-index:1;
}

/* medio */
.pos-1{
    transform:translateX(-170px) translateY(0) rotate(5deg) scale(1.3);
    z-index: 2;

}

/* activa */
.pos-0{
    transform:translateX(-40px) translateY(0) rotate(12deg) scale(1.6);

    z-index:3;
}
.fan-controls{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:120px;
}

.fan-control{
      width: auto;
    height: 42px;
    border-radius: 32px;
    border: 1px solid #222;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    line-height: 100%;
}

.fan-next{
    background:#d7ff2f;
}
.jg-porque-lista{
    background: #fff;
    padding:32px 38px;
    border-radius: 25px;
    border: 1px solid #000;

}
.jg-porque-titulo{
    font-family: 'Helvetica-Bold';
    letter-spacing: -0.04em;
    line-height: 100%;
    text-align: left;
    font-size:1.25rem;
}
.jg-porque-titulo span{
    width: 20px;
}
.jg-porque-lista-texto p{
    font-size:1rem;
    letter-spacing: -0.04em;
}
/*======================= jg-porque end =========================*/

/*======================= jg-servicios =========================*/

.locofy_stat-backgrounds-icon {
    align-self: stretch;
    position: relative;
    border-radius:13px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    z-index: 1;
    flex-shrink: 0;
}
.jg-servicios-box{
   padding:9px 12px;
   border-radius: 25px;
    border: 1px solid #000; 
}
.jg-servicios-pret {
    position: relative;
    text-decoration: underline;
    letter-spacing: 1.56px;
    line-height:1.325rem;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Helvetica';
    font-size: 1.25rem;
}
.jg-servicios-titulo {
    margin: 0;
    position: relative;
    font-size: 3.5rem;
    letter-spacing: -1.02px;
    line-height: 4.206rem;
    font-weight: 400;
    font-family: inherit;
    
}
.jg-box-servicios-titulo{
    font-family: 'Helvetica-Bold';
    line-height: 100%;
    font-size:20px;
    letter-spacing: -0.04em;
   
}
.jg_frame-div p{
    font-family: 'Helvetica';
    line-height: 120%;
    font-size: 1.156rem;
    letter-spacing: -0.07em;
    font-weight: 300;
}
.jg_frame-div {
    padding: 20px 10px;
}
.locofy_div {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
}
.locofy_el-sitio-ideal {
    letter-spacing: -0.06em;
    font-size: 1rem;
    line-height: 100%;
    font-style: italic;
    
}
.jg-resena {
    position: relative;
    font-size: 1rem;
    letter-spacing: -0.06em;
    line-height: 120%;
    font-weight: 300;
    color: #303030;

   
}
.jg-button {
    cursor: pointer;
    border: 0;  
    padding:5px 20px;
    background-color: #d3fe1e;
    border-radius: 25px;
    justify-content: center;
    box-sizing: border-box;
    font-size:0.8rem;
}
.locofy_span img{
    width: 10px;
}

    
/*======================= jg-servicios-end =========================*/

/*======================= jg-centros =========================*/

#jg-centros .container{
    background:#d3fe1ee8;
    padding:95px 0; 
    border-radius: 25px;
}
.jg-centros-box{
    border-radius: 16.9px;
    background-color: #fff;
    border: 1.4px solid #000;
    box-sizing: border-box;
    overflow: hidden;
}
.jg-centros-city{
    padding: 17px;
}
.jg-centros-city h3{
    font-size:1.375rem;
    letter-spacing:-3%; 
    line-height: 130%;
    font-weight: 600;
    font-family: 'Helvetica';
}
.jg_ver-centros{
  padding:0 15px 0 10px;
    font-family: 'Helvetica';
    line-height: 120%;
    font-size: 0.625rem;
    font-weight: 300;
    color:#000;
}

/*======================= jg-centros-end =========================*/

/*======================= jg-faq =========================*/

.faq-accordion .accordion-item {
    border: 1px solid #cfcfcf;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 15px;
    background: #f5f5f5;
}

.faq-accordion .accordion-button {
    background: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 22px 25px;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #f5f5f5;
    color: #000;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 0 25px 25px;
    font-size: .95rem;
    line-height: 1.7;
    color: #555;
}

/* Cerrado */
.faq-accordion .accordion-button.collapsed::after {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-image: url('../img/flecha-down.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;

    margin-left: auto;
}

/* Abierto */
.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../img/flecha-up.svg');
    transform: none;
     background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
     flex-shrink: 0;
    width: 32px;
    height: 32px;
}
/*.faq-accordion .accordion-button {
    background:transparent!important;
 
}*/

@media (min-width: 992px) {

    .faq-accordion {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .faq-accordion .accordion-item {
        margin-bottom: 0;
    }
}

/*======================= jg-faq-end =========================*/

/*======================= jg-articulos =========================*/
.article-card,
.custom-card {
            border: 1px solid #e0e0e0;
            border-radius: 24px !important;
            overflow: hidden;
            background-color: #ffffff;
            height: 100%;
        }

        /* Contenedor de la imagen para posicionar la fecha encima */
        .article-card__media,
        .card-img-container {
            position: relative;
        }

        .article-card__media img,
        .card-img-container img {
            border-top-left-radius: 23px;
            border-top-right-radius: 23px;
            object-fit: cover;
            height: 220px; /* Ajusta la altura según tus necesidades */
            width: 100%;
        }

        /* Etiqueta de fecha flotante */
        .article-card__date,
        .badge-date {
            position: absolute;
            bottom: -15px;
            right: 15px;
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 8px 16px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .article-card__date i,
        .badge-date i {
            color: #a3e635; /* Color verde lima para el icono */
            font-size: 0.85rem;
        }

        /* Cuerpo de la tarjeta */
        .article-card__body,
        .card-body-custom {
            padding: 30px 24px 24px 24px;
            min-height: 225px;
        }

        /* Hashtags */
        .article-card__tag,
        .card-tag {
            color: #666666;
            font-size: 0.8rem;
            font-weight: 500;
            margin-bottom: 8px;
        }

        /* Títulos */
        .article-card__title,
        .card-title-custom {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111111;
            line-height: 1.3;
            margin-bottom: 24px;
        }

        /* Botón Leer Más */
        .article-card__read-more,
        .btn-read-more {
            border: 1px solid #e0e0e0;
            background: transparent;
            color: #111111;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
        }

        .article-card__read-more:hover,
        .btn-read-more:hover {
            background-color: #111111;
            color: #ffffff;
            border-color: #111111;
        }
.grados{
  
    transform: rotate(0deg)!important;
    top: 0px;

}


/*======================= jg-articulos-end =========================*/

/*======================= jg-rrss =========================*/


#jg-rrss{
            background-image: url('../img/img-fondo-rrss.jpg');
            background-size: cover;
                background-position: center center;
                padding: 60px 0;    
           
        }

        .profile-container {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
        }

.jg_logo-shape{
        width: 200px;
    border-radius: 50%;
    background: #d4ff00;
    height: 200px;

}
.jg_inner-elements{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.jg_inner-elements-item{
      width: 190px;
    height: 190px; 
}



        /* --- CABECERA DEL PERFIL --- */
        .username-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            font-weight: 700;
            font-size: 2.25rem;
            color: #d4ff00; /* Color verde/amarillo lima */
            font-family: 'Helvetica-Bold';
        }

        .menu-icon {
            font-size: 1.5rem;
            color: #d4ff00;
            cursor: pointer;
        }

        /* Foto de perfil circular con borde llamativo */
        .profile-pic-container {
            position: relative;
            display: inline-block;
        }

        .profile-pic {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            border: 4px solid #d4ff00;
            object-fit: cover;
            background-color: #000;
            padding: 10px; /* Espacio interno para que el logo respire */
        }

        /* Estadísticas (Publicaciones, Seguidores, Seguidos) */
        .stat-box span {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            line-height: 110%;
        
        }

        .stat-number {
            font-size: 2.25rem;
            font-weight: 700;
            color: #d4ff00;
        }

        .stat-label {
            font-size: 1.625rem;
            color: #d4ff00;
            display: block;
        }

        /* --- CUADRÍCULA DE PUBLICACIONES (GRID) --- */
        .post-grid {
            /* Mantenemos un espacio pequeño entre las fotos tipo Instagram */
            --bs-gutter-x: 6px;
            --bs-gutter-y: 6px;
        }

        .post-item {
            position: relative;
            aspect-ratio: 1 / 1; /* Fuerza a que las celdas sean perfectamente cuadradas */
            overflow: hidden;
            border-radius: 4px; /* Un toque leve de redondeado */
        }

        .post-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.2s ease;
        }

        .post-item:hover img {
            transform: scale(1.03);
            cursor: pointer;
        }

        /* Icono sutil en la esquina superior derecha de las fotos de Instagram (opcional) */
        .post-icon {
            position: absolute;
            top: 8px;
            right: 8px;
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.8rem;
            text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
        }

/*======================= jg-rrss-end =========================*/

/*======================= footer =========================*/


/* Estilos personalizados para el footer de image_4e485e.png */
        .custom-footer,
        .site-footer {
            background-color: #111111; /* Fondo negro al 100% */
            color: #ffffff;
            padding-top: 60px;
            padding-bottom: 30px;
            font-family: system-ui, -apple-system, sans-serif;
        }

        /* Estilo del logotipo y descripción corta */
        .footer-logo,
        .site-footer__logo {
            max-width: 140px;
            height: auto;
            margin-bottom: 20px;
        }

        .footer-description,
        .site-footer__description {
            color: #aaaaaa;
            font-size: 0.75rem;
            line-height: 1.5;
            max-width: 280px;
        }

        /* Títulos de las columnas */
        .footer-title,
        .site-footer__title {
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 24px;
            color: #ffffff;
        }

        /* Listas de enlaces */
        .footer-links,
        .site-footer__links {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .footer-links li,
        .site-footer__links li {
            margin-bottom:5px;
        }

        .footer-links a,
        .site-footer__links a {
            color: #aaaaaa;
            text-decoration: none;
            font-size:0.813rem;
            transition: color 0.2s ease;
        }

        .footer-links a:hover,
        .site-footer__links a:hover {
            color: #ffffff;
        }

        /* Enlace especial con flecha (Ver todos los centros) */
        .footer-links a.link-highlight,
        .site-footer__links a.link-highlight {
            color: #ffffff;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        /* Línea divisoria inferior sutil (Opcional, para separar el copyright) */
        .footer-bottom-divider,
        .site-footer__divider {
            margin-bottom: 250px;
        }

        /* Textos del Copyright y Enlaces Legales */
        .footer-copyright,
        .site-footer__copyright {
            color: #888888;
            font-size: 0.8rem;
            margin-bottom: 0;
        }

        .footer-legal-links,
        .site-footer__legal-links {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: flex-start;
        }

        @media (min-width: 768px) {
            .footer-legal-links,
            .site-footer__legal-links {
                justify-content: flex-end; /* Alinea a la derecha en pantallas grandes */
            }
        }

        .footer-legal-links a,
        .site-footer__legal-links a {
            color: #888888;
            text-decoration: none;
            font-size: 0.8rem;
            transition: color 0.2s ease;
        }

        .footer-legal-links a:hover,
        .site-footer__legal-links a:hover {
            color: #ffffff;
        }

    /*======================= footer-end =========================*/
    
/*================ SEVICIOS ====================*/

#jg-sevicios-header{
    height: 850px;
}
.texto-cabecera{
    padding-top: 119px;
}
#jg-sevicios-header button {
    background: #d4fe1e;
    color: #fff;
    font-family: 'Helvetica-Bold';
    line-height: 130%;
    
}
#jg-sevicios-header .navbar-nav .nav-link.active{
    color:#fff;
}
#jg-sevicios-header .navbar-nav .nav-link{
    color:#ffffffd6;
}
.cabecera-servicios{
   background: url(../img/fondo-servicios-header.jpg) no-repeat center center;
    background-size: cover;
    height:100%;
    position: relative;
    top: -119px; 
}
.cabecera-servicios h1{
    font-family: 'Helvetica-Bold';
     line-height: 85%;
     font-size: 4.875rem;
     letter-spacing: -7%;
     margin-bottom: 2rem;
     
}
.cabecera-servicios p{
    font-family: 'Helvetica';
    font-weight:300;
     line-height: 100%;
     font-size: 1.3rem;
     letter-spacing: -4%;
     
}
#jg-sevicios-header .btn-lille{
    background: #A7A4D1;
    border-radius: 36px;
    color:#000;
    font-family: 'Helvetica';
    padding: 16px 36px;
    font-size: 1.142rem;
    border:2px solid #000;
}
/*======================= jg-servicios el metodo =========================*/

#jg-metodo{
    background:#d8d1ee;
    padding:120px 0 10px;
    overflow:hidden;
    position:relative;
}

#jg-metodo .container{
    min-height:700px;
}

.metodo-subtitulo{
    display:block;
    font-size:1.2rem;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
    text-decoration:underline;
}

.metodo-titulo{
    font-size:clamp(3rem, 6vw, 6rem);
    line-height:.9;
    font-weight:400;
    margin-bottom:40px;
    letter-spacing:-0.04em;
}

.metodo-titulo strong{
    font-weight:800;
}

.metodo-texto{
    max-width:520px;
    margin:0 auto 25px;
    font-size:1.1rem;
    line-height:1.5;
}

/* IMÁGENES */

.metodo-img{
    position:absolute;
    z-index:2;
}

.metodo-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Superior izquierda */
.metodo-img-01{
    width: 205px;
    height:205px;
    top:40px;
    left:80px;
}

/* Superior derecha */
.metodo-img-02{
    width:174px;
    height:174px;
    top:90px;
    right:100px;
}

/* Inferior izquierda */
.metodo-img-03{
    width:156px;
    height:156px;
    bottom:80px;
    left:90px;
}

/* Inferior derecha */
.metodo-img-04{
    width:229px;
    height:229px;
    bottom:120px;
    right:40px;
}


/*======================= jg-servicios el metodo end =========================*/

/*======================= jg-servicios formulario =========================*/
#jg-formulario{
    padding:50px 0 100px;
    overflow:hidden;
}

.jg-formulario-wrapper{
    position:relative;
    min-height:650px;
}

/* Imagen */

.jg-formulario-img{
    width:55%;
    margin-left:auto;
}

.jg-formulario-img img{
    width:100%;
    border-radius:20px;
    display:block;
    object-fit:cover;
    height:700px;
}

/* Caja verde */

.jg-formulario-box{
    position:absolute;
    left:0;
    top:40px;
    width:65%;
    background:#d2ff08;
    border-radius:18px;
    padding:60px 40px 80px;
    z-index:2;
}

.jg-formulario-box h2{
    font-size:3.4rem;
    font-weight:400;
    margin-bottom:40px;
    line-height:1.1;
}

/* Selects */

.jg-formulario-box .form-label{
    font-size:0.95rem;
    margin-bottom:8px;
}

.jg-select .form-select{
    height:52px;
    border-radius:40px;
    background:transparent;
    border:1px solid rgba(0,0,0,.25);
    padding-left:16px;
    box-shadow:none;
}

/* Tags */

.jg-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

#jg-formulario .jg-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 20px;
    border-radius:40px;
    background:#1c1c1c;
    color:#fff;
    text-decoration:none;
    font-size:.95rem;
    font-weight:500;
    transition:.3s;
}

.jg-tag:hover{
    background:#000;
    color:#fff;
}

.jg-tag span{
    font-size:1.1rem;
}

/*======================= jg-servicios formulario end =========================*/

/*======================= jg-entrenmiento personal =========================*/

.cabecera-entrenmiento-personal {
    background: url(../img/cabecera-jg-entrenmiento-personal02.png) no-repeat center center;
    background-size: cover;
    height: 34vh;
    border-radius: 35px;
    margin: 20px 3% 45px;
}
#jg-entrenamiento-personal-header button {
    background: #d4fe1e;
    color: #000;
    font-family: 'Helvetica-Bold';
    line-height: 130%;
}
.cabecera-entrenmiento-personal h1{
    font-family: 'Helvetica-Bold';
     line-height: 85%;
     font-size: 4.4rem;
     letter-spacing: -7%;
     margin-bottom:2rem;
     
}

/* slick slider*/
#jg-comentarios{
    overflow:hidden;
}

/* Caja morada */

#jg-comentarios .jg-comentarios-wrapper{
    background:#b3acd8;
    border-radius:36px;
    padding:60px 0px;
}

/* Slider */

#jg-comentarios .jg-comentario-item{
    padding:0 15px;
    text-align:center;
}

/* Bocadillo */

#jg-comentarios .jg-bocadillo{
      position: relative;
    background: #f8f8ed;
    border-radius: 18px;
    padding: 25px;
    min-height: 145px;
    margin-bottom: 30px;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

/* Triángulo */

#jg-comentarios .jg-bocadillo::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-14px;

    width:0;
    height:0;

    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:14px solid #f8f8ed;
}

/* Estrellas */

#jg-comentarios .jg-estrellas{
    display:flex;
    justify-content:center;
    gap:4px;
    margin-bottom:12px;
}

#jg-comentarios .jg-estrellas img{
    width:14px;
    height:auto;
}

/* Autor */

#jg-comentarios .jg-autor{
        font-size: 16px;
    color: #222;
    text-align: left;
    padding-left: 35px;

}

#jg-comentarios .jg-autor strong{
    color:#d9b300;
    font-weight:600;
}

/* Slick */

#jg-comentarios .slick-track{
    display:flex;
    align-items:flex-start;
}

#jg-comentarios .slick-slide{
    opacity:.55;
    transition:.35s;
    transform:scale(.92);
}

#jg-comentarios .slick-center{
    opacity:1;
    transform:scale(1);
}

/* Ocultamos flechas originales */

#jg-comentarios .slick-prev,
#jg-comentarios .slick-next{
    display:none !important;
}

/* Navegación */

#jg-comentarios .jg-slider-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:22px;
    margin-top:75px;
}

/* Flechas */


#jg-comentarios .jg-prev{
        position: relative;
    right: 60px;
}
#jg-comentarios .jg-next{
    left: 60px;
    position: relative;
}

#jg-comentarios .jg-prev,
#jg-comentarios .jg-next{
    background:none;
    border:none;
    padding:0;
    cursor:pointer;
}

#jg-comentarios .jg-prev img,
#jg-comentarios .jg-next img{
    width:20px;
    height:auto;
}

/* Dots */

#jg-comentarios .slick-dots{
    position:static;
    display:flex !important;
    justify-content:center;
    align-items:center;
    margin:0;
        top: 90px;
    position: relative;
}

#jg-comentarios .slick-dots li{
    width:8px;
    height:8px;
    margin:0 3px;
}

#jg-comentarios .slick-dots li button{
    width:8px;
    height:8px;
    padding:0;
}

#jg-comentarios .slick-dots li button:before{
    content:"";
    width:8px;
    height:8px;
    background:#000;
    opacity:1;
    display:block;
    border-radius:0;
}

#jg-comentarios .slick-dots li.slick-active button:before{
    background:#d9e021;
}

/* Estilos específicos de la sección */
#jg-preguntas {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Tarjetas con el borde personalizado */
#jg-preguntas .jg-card {
  border: 1.5px solid #2d4236; /* Verde oscuro */
  border-radius: 30px;
  background-color: #ffffff;
}

/* Títulos de las tarjetas */
#jg-preguntas .jg-card h2 {
  color: #111111;
  font-size: calc(1.5rem + 0.5vw); /* Tamaño fluido */
  letter-spacing: -0.04em;
}

/* Botón personalizado "Leer más" */
#jg-preguntas .jg-btn {
  background-color: #a3a1d1; /* Lavanda */
  color: #111111;
  border: 1px solid #111111;
  font-weight: 500;
  transition: all 0.3s ease;
}

#jg-preguntas .jg-btn:hover {
  background-color: #9290c4;
  color: #111111;
}

/* Imagen con bordes redondeados pronunciados */
#jg-preguntas .jg-rounded-image {
  border-radius: 40px;
  min-height: 400px; /* Asegura buena presencia visual en pantallas grandes */
}

.jg-card a {
 border-radius: 25px;
}
/* Estilos generales de la sección */
#jg-funciona {
  background-color: #f4f4f0; /* Fondo crema muy claro de la imagen */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Icono del título (Círculo negro con flecha inclinada) */
#jg-funciona .jg-icon-circle {
  width: 45px;
  height: 45px;
  background-color: #111111;
  border-radius: 50%;
}

#jg-funciona .jg-icon-arrow {
  color: #d4e157; /* Tono verde lima/amarillo del icono original */
  font-size: 1.5rem;
  font-weight: bold;
  /*transform: rotate(-45deg);  Inclina la flecha hacia arriba a la derecha */
  display: inline-block;
  line-height: 1;
}

/* Título de la sección */
#jg-funciona .jg-section-title {
  color: #0b1528; /* Azul oscuro/negro del título */
  font-size: calc(1.8rem + 0.6vw);
}

/* Tarjetas de pasos */
#jg-funciona .jg-step-card {
  background-color: #ffffff;
  border: 1px solid #7a7a7a; /* Borde fino gris oscuro */
  border-radius: 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* Números y títulos de los pasos */
#jg-funciona .jg-step-num {
  color: #a3a1d1; /* El mismo tono lavanda/morado suave */
  font-size: 1.25rem;
  font-weight: 600;
}

/* Texto de descripción */
#jg-funciona .jg-step-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333 !important;
}

/* Asegura que todas las tarjetas mantengan la misma altura por fila */
.match-height {
  display: flex;
  flex-wrap: wrap;
}

#carouselComentarios{
background-color: #a3a1d1; /* El color lavanda corporativo */
  border-radius: 50px; /* Bordes muy redondeados para toda la sección */
  overflow: hidden;
}

/* Estilo del Globo de Texto / Bocadillo */
#jg-comentarios .jg-bocadillo {
  border-radius: 35px;
  border: 2px solid #d4e157; /* Borde verde lima/amarillo sutil */
}

/* El pico inferior del bocadillo */
#jg-comentarios .jg-bocadillo::after {
  content: '';
  position: absolute;
  bottom: -14px; /* Lo posiciona justo debajo del borde inferior */
  left: 40px;    /* Alineado hacia la izquierda como en la imagen */
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff; /* Triángulo blanco */
  z-index: 2;
}

/* El borde del pico del bocadillo */
#jg-comentarios .jg-bocadillo::before {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #d4e157; /* Triángulo del color del borde */
  z-index: 1;
}

/* Textos informativos debajo del bocadillo */
#jg-comentarios .jg-cliente-info h4 {
  color: #111111;
  font-size: 1.15rem;
}

#jg-comentarios .jg-cliente-info p {
  color: #666666 !important;
  font-size: 0.95rem;
}

#jg-comentarios .jg-stars {
  font-size: 0.9rem;
  letter-spacing: -1px;
}

/* Estilos de los controles personalizados (Flechas) */
#jg-comentarios .jg-control-btn {
  background: none;
  border: none;
  font-size: 1.75rem;
  font-weight: bold;
  color: #111111;
  transition: transform 0.2s ease;
  cursor: pointer;
  padding: 0 10px;
}

#jg-comentarios .jg-control-btn:hover {
  transform: scale(1.2);
}

/* Reset y personalización de los indicadores de Bootstrap (Cuadrados inferiores) */
#jg-comentarios .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #111111; /* Color de los puntos inactivos */
  border: none;
  opacity: 1;
  border-radius: 0%; /* Cuadrados exactos */
  transition: background-color 0.3s ease;
}

/* Punto activo en color verde lima */
#jg-comentarios .carousel-indicators .active {
  background-color: #d4e157 !important; 
}
/* Estilos generales de la sección de reservas */
#jg-reservas {
  background-color: #f4f4f4; /* Fondo gris claro de la imagen */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Título principal con tipografía compacta y fuerte */
#jg-reservas .jg-title {
  color: #111111;
  font-size: calc(2.2rem + 1.2vw); /* Tamaño fluido y destacado */
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: 'Helvetica-Bold';
}

/* Envoltura e imagen con bordes redondeados pronunciados */
#jg-reservas .jg-img-wrapper {
  max-width: 500px;
  width: 100%;
}

#jg-reservas .jg-rounded-img {
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  object-fit: cover;
}

/* Botón Principal (Negro/Antracita) */
#jg-reservas .jg-btn-dark {
  background-color: #1c1b1b;
  color: #ffffff;
  border: none;
  font-size: 1rem;
  min-width: 260px;
  transition: background-color 0.3s ease;
}

#jg-reservas .jg-btn-dark:hover {
  background-color: #333333;
  color: #ffffff;
}

/* Botón Secundario (Transparente con borde fino) */
#jg-reservas .jg-btn-outline {
  background-color: transparent;
  color: #333333;
  border: 1px solid #707070;
  font-size: 1rem;
  min-width: 260px;
  transition: all 0.3s ease;
}

#jg-reservas .jg-btn-outline:hover {
  background-color: #1c1b1b;
  color: #ffffff;
  border-color: #1c1b1b;
}


/*======================= jg-entrenmiento personal end =========================*/

/*======================= jg-centros =========================*/

.cabecera-centros {
    background: url(../img/cabecera-centros.png) no-repeat center center;
    background-size: cover;
    height: 931px;
    border-radius: 35px;
    margin: 20px 3% 45px;
}

.cabecera-centros h1{
    font-family: 'Helvetica-Bold';
     line-height: 85%;
     font-size: 4.8rem;
     letter-spacing: -4%;
     margin-bottom:2.2rem;
     
}

.cabecera-centros p{
    font-family: 'Helvetica';
    font-weight:300;
     line-height: 100%;
     font-size: 1.3rem;
     letter-spacing: -4%;
     
}
.cabecera-centros .btn-lille{
    border-color: #000;
}
#jg-lista-centros{
    background:#f2f2f2;
}
#jg-lista-centros .jg-heading p {
    position: relative;
    text-decoration: underline;
    letter-spacing: 1.56px;
    line-height: 21.2px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Helvetica';
    font-size: 1.25rem;
}

#jg-lista-centros .jg-heading span{
    display:block;
    font-size:.75rem;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#666;
    margin-bottom:10px;
}

#jg-lista-centros .jg-heading h2{
    margin: 0;
    position: relative;
    font-size: 56px;
    letter-spacing: -1.02px;
    line-height: 67.3px;
    font-weight: 400;
    font-family: inherit;
    margin-bottom: 5rem;
}


#jg-lista-centros .jg-centro-card,
#jg-lista-centros .center-card {
    background:#b3add9;
    padding:20px 20px 30px;
    height:100%;
    transition:.3s;
}

#jg-lista-centros .jg-centro-card:hover,
#jg-lista-centros .center-card:hover{
    transform:translateY(-5px);
}

#jg-lista-centros .jg-centro-card img,
#jg-lista-centros .center-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:8px;
}

#jg-lista-centros .jg-centro-info,
#jg-lista-centros .center-card__info{
    padding-top:15px;
}

#jg-lista-centros .jg-centro-info h3{
    font-size:1rem;
    color:#fff;
    margin-bottom:4px;
    font-weight:600;
}

#jg-lista-centros .jg-centro-info p{
    margin-bottom:0;
    color:#f5f5f5;
    font-size:.85rem;
}

#jg-lista-centros .jg-centro-info small{
    display:block;
    color:#ececec;
    margin-bottom:15px;
}

#jg-lista-centros .jg-tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-bottom:18px;
}

#jg-lista-centros .jg-tags span{
    background:#fff;
    color:#444;
    font-size:.7rem;
    padding:4px 8px;
    border-radius:2px;
}

#jg-lista-centros .btn-jg-centro{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#fff;
    color:#444;
    text-decoration:none;
    font-size:.75rem;
    padding:8px 14px;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

#jg-lista-centros .btn-jg-centro:hover{
    background:#f5f5f5;
    color:#000;
}
#jg-centro-collapse{
    padding:80px 0;
    background:#f2f2f2;
}

#jg-centro-collapse .container{
    max-width:1100px;
}

#jg-centro-collapse .jg-collapse-item{
    background:#e9e9e9;
    border-radius:15px;
    margin-bottom:14px;
    overflow:hidden;
}

#jg-centro-collapse .jg-collapse-item:has(.collapse.show){
    background:#d4ff00;
}

#jg-centro-collapse .jg-collapse-header{
    width:100%;
    border:0;
    background:none;
    padding:22px 35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    cursor:pointer;
}

#jg-centro-collapse .jg-collapse-header span:first-child{
    font-size:18px;
    font-weight:700;
    color:#111;
}

#jg-centro-collapse .jg-icon{
    width: 54px;
    height:54px;
    border:1px solid #666;
    border-radius:50%;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

#jg-centro-collapse .jg-plus,
#jg-centro-collapse .jg-minus{
    position:absolute;
    font-size:28px;
    font-weight:700;
    line-height:1;
    color:#222;
}
#jg-centro-collapse .jg-minus{
    top:10px;
}

#jg-centro-collapse .jg-minus{
    display:none;
}

#jg-centro-collapse .jg-collapse-header:not(.collapsed) .jg-plus{
    display:none;
}

#jg-centro-collapse .jg-collapse-header:not(.collapsed) .jg-minus{
    display:block;
}

#jg-centro-collapse .jg-collapse-body{
    padding:0 40px 30px;
}

#jg-centro-collapse .jg-centro{
    margin-bottom:22px;
}

#jg-centro-collapse .jg-centro:last-child{
    margin-bottom:0;
}

#jg-centro-collapse .jg-centro h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:4px;
    color:#111;
}

#jg-centro-collapse .jg-centro p{
    margin:0;
    font-size:15px;
    line-height:1.5;
    color:#111;
}

.cabecera-centros.madrid{
   background: url(../img/cabecera-madrid.png) no-repeat center center;
    padding-top:10%;
}
.cabecera-centros.madrid p{
    padding-right: 35%;
}
/* Sección General */
#jg-centros-region {
  background-color: #f7f7f9;
}

#jg-centros-region .section-subtitle {
  letter-spacing: 0.15em;
}

/* Tarjetas de los Centros */
#jg-centros-region .json-centro-card {
  background-color: #a39fdb;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Efecto hover opcional para mejorar la UX */
#jg-centros-region .json-centro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(163, 159, 219, 0.25);
}

/* Miniaturas de las imágenes de los gimnasios */
#jg-centros-region .centro-thumb {
  height: 200px;
  object-fit: cover;
}

/* Contenedor del Mapa y comportamiento de su imagen */
#jg-centros-region .map-container {
  min-height: 450px;
}

#jg-centros-region .map-img {
  object-fit: cover;
}

.jg-button.morado {
    background-color: #A7A4D1;
 
}



/*======================= jg-centros single end =========================*/


/*======================= jg-centros single single =========================*/

.cabecera-centros.alcala-henares{
   background: url(../img/cabecera-alcala.png) no-repeat center center;
    background-size: contain;
    height: 771px;
    padding-top:10%;

}
/* ==========================================================================
   ESTILOS PERSONALIZADOS: jg-porqe-centros (Bootstrap 5.3)
   ========================================================================== */

/* Ajustes de tipografía y tamaño para el título central */
.jg-porqe-section .jg-title {
    font-size: 3.5rem; /* Tamaño fluido que escala según la pantalla */
    line-height: 1;
        font-family: 'Helvetica';
        letter-spacing: -0.04em;

}

/* Texto de los párrafos */
.jg-porqe-section .jg-text-block p {
    font-size: 1rem;
    line-height: 1.1;
        font-family: 'Helvetica';

}

/* Botón personalizado estilo Lima/Flúor */
.jg-porqe-section .jg-btn-primary {
    background-color: #d4ff00; /* Verde lima característico */
    color: #000000;
    font-size: 0.9rem;
    border: 1px solid #c2ea00;
    box-shadow: 0 4px 10px rgba(212, 255, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.jg-porqe-section .jg-btn-primary:hover {
    background-color: #c2ea00;
    color: #000000;
    transform: scale(1.03);
}


/* ==========================================================================
   ESTILOS PERSONALIZADOS: EFECTO RECORTE (CANVAS FIJO)
   ========================================================================== */

/* Forzar el comportamiento de lienzo fijo centrado en pantallas de escritorio */
@media (min-width: 768px) {
    #jg-porqe-centros {
        width: 100%;
        overflow: hidden; /* Corta todo lo que sobresalga del viewport */
    }

    #jg-porqe-centros .jg-fixed-row {
        width: 2000px;
        position: relative;
        left: 50%;
        transform: translateX(-50%); /* Centrado matemático perfecto respecto a la pantalla */
        flex-wrap: nowrap; /* Evita que las columnas salten de línea */
    }

    #jg-porqe-centros .jg-fixed-row .col-4 {
        flex: 0 0 666.66px; /* Divide los 2000px exactamente en 3 partes fijas */
        width: 666.66px;
    }
}

/* --- Ajustes del Contenido Central --- */
.jg-porqe-section .jg-title {
    font-size: 3.5rem;
    line-height: 1;
    font-family: 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.04em;
}

.jg-porqe-section .jg-text-block p {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'Helvetica', Arial, sans-serif;
}

/* Botón Flúor */
.jg-porqe-section .jg-btn-primary {
    background-color: #d4ff00; 
    color: #000000;
    font-size: 0.9rem;
    border: 1px solid #000;
    box-shadow: 0 4px 10px rgba(212, 255, 0, 0.2);
    transition: transform 0.2s ease;
    padding:15px 60px;
}
.jg-porqe-section .jg-btn-primary:hover {
    background-color: #c2ea00;
    color: #000000;
    transform: scale(1.03);
}

/* --- Tratamiento de Imágenes y Perspectiva --- */
.jg-porqe-section .jg-perspective {
    perspective: 1200px;
}

.jg-porqe-section .jg-skewed-img {
    width: 100%;
    max-width: 650px; /* Tamaño máximo original de tu diseño */
    border-radius: 14px;
    transition: transform 0.4s ease;
}

/* Ángulos tridimensionales aplicados en escritorio */


/* ==========================================================================
   ADAPTABILIDAD PARA MÓVILES (Menor de 768px)
   ========================================================================== */
@media (max-width: 767.98px) {
    #jg-porqe-centros .jg-fixed-row {
        width: 100% !important;
        transform: none !important;
        left: 0 !important;
        display: flex;
        flex-direction: column;
    }
    
    #jg-porqe-centros .jg-fixed-row .col-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .jg-porqe-section .jg-skewed-img {
        max-width: 85%;
        transform: none !important;
        margin-top: 30px;
    }

    .jg-porqe-section .jg-title {
        font-size: 2.2rem;
    }
    
    /* Reordenación en móvil para dejar el texto arriba */
    #jg-porqe-centros .jg-fixed-row .col-4:nth-child(1) { order: 2; }
    #jg-porqe-centros .jg-fixed-row .col-4:nth-child(2) { order: 1; }
    #jg-porqe-centros .jg-fixed-row .col-4:nth-child(3) { order: 3; }
}
.single-centro .json-centro-card p{
    font-size:1.188rem;
}

.single-centro .json-centro-card p:last-of-type{
    margin-bottom:120px!important;
}
.single-centro .json-centro-card .boton-card{
    padding:10px 30px;
}

.single-centro-servicios .jg_frame-div h3{
    font-size:1.125rem;
}
.single-centro-servicios .jg_frame-div p{
    font-size:0.813rem;
}
.single-centro-servicios .jg-servicios-box{
    height: 100%;
}

/* ==========================================================================
   SLIDER PREMIUM: EFECTO FADE-OUT, INFINITO Y ACTIVO
   ========================================================================== */

.jg-slider-section {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica', Arial, sans-serif;
}

/* Máscara que desvanece el contenido a la izquierda de la pantalla */
.jg-slider-mask {
    width: 100%;
    /* Hace el degradado transparente justo en el borde izquierdo */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 40px, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 40px, #000 100%);
}

/* Alineación exacta con Bootstrap 5 */
.jg-slider-track-container {
    width: 100%;
    padding-left: 12px;
}
@media (min-width: 576px)  { .jg-slider-track-container { padding-left: calc((100vw - 540px) / 2); } }
@media (min-width: 768px)  { .jg-slider-track-container { padding-left: calc((100vw - 720px) / 2); } }
@media (min-width: 992px)  { .jg-slider-track-container { padding-left: calc((100vw - 960px) / 2); } }
@media (min-width: 1200px) { .jg-slider-track-container { padding-left: calc((100vw - 1140px) / 2); } }
@media (min-width: 1400px) { .jg-slider-track-container { padding-left: calc((100vw - 1320px) / 2); } }

.jg-slider-track {
    display: flex;
    gap: 30px;
    will-change: transform;
}

/* Animación suave controlada por JS (se añade y quita para saltos invisibles) */
.jg-slider-track.smooth-transition {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.jg-slider-item {
    flex: 0 0 420px;
    width: 420px;
    transition: opacity 0.4s ease;
}

/* --- La Tarjeta base (Estilo Limpio) --- */
.jg-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 40px 35px 30px 35px;
    position: relative;
    margin-top: 35px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

/* --- ESTADO ACTIVO: Primera tarjeta de la izquierda con sombra potente --- */
.jg-slider-item.is-active .jg-card {
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px); /* Sutil elevación para enfatizar la sombra */
}

/* Elementos internos de la tarjeta */
.jg-quote-icon {
    position: absolute;
    top: -25px;
    left: 35px;
    width: 50px;
    height: 50px;
    background-color: #a3a1d1;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-family: serif;
}

.jg-stars { color: #f1c40f; font-size: 1.2rem; margin-bottom: 20px; }
.jg-comment-text { font-size: 1.05rem; color: #555555; line-height: 1.5; margin-bottom: 30px; }
.jg-user-info { display: flex; align-items: center; gap: 15px; border-top: 1px solid #f3f3f3; padding-top: 20px; }
.jg-avatar { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; }
.jg-user-name { font-size: 1rem; font-weight: 600; color: #111111; margin: 0; }
.jg-user-role { font-size: 0.85rem; color: #888888; }

/* Botones */
.jg-slider-btn {
    width: 80px;
    height: 45px;
    border-radius:25px;
    border: 1px solid #000000;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}
.jg-slider-btn.jg-next { background-color: #d4ff00; border-color: #000; }
.jg-slider-btn:hover { transform: scale(1.05); }

/* Adaptabilidad móvil */
@media (max-width: 576px) {
    .jg-slider-item { flex: 0 0 310px; width: 310px; }
    .jg-slider-mask { -webkit-mask-image: none; mask-image: none; } /* En móvil quitamos el desvanecimiento */
}
/* ==========================================================================
   FORMULARIO: jg-contacto-centro (Bootstrap 5.3)
   ========================================================================== */

#jg-contacto-centro {
    font-family: 'Helvetica', Arial, sans-serif;
}

/* Contenedor principal con el color flúor de fondo */
.jg-form-container {
    background-color: #d4ff00; /* Color verde lima/flúor exacto */
    border-radius: 24px;       /* Bordes muy redondeados como el diseño */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Personalización de las etiquetas */
.jg-form-container .form-label {
    font-size: 0.9rem;
    margin-bottom: 0.5rem!important;
}

/* Estilos de los Inputs y Textarea */
.jg-form-container .jg-input {
    border-radius: 12px;
    border: 1px solid #ffffff;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #333333;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.jg-form-container .jg-input::placeholder {
    color: #999999;
}

/* Efecto Focus para mantener la armonía de Bootstrap sin el azul nativo */
.jg-form-container .jg-input:focus {
    border-color: #11141a;
    box-shadow: 0 0 0 3px rgba(17, 20, 26, 0.15);
    outline: 0;
}

/* Botón de envío oscuro */
.jg-form-container .jg-btn-submit {
    background-color: #11141a; /* Color gris oscuro/antracita casi negro */
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.jg-form-container .jg-btn-submit:hover {
    background-color: #212529;
    color: #ffffff;
}

.jg-form-container .jg-btn-submit:active {
    transform: scale(0.99);
}

/* Enlaces inferiores de contacto directo */
.jg-direct-contact {
    font-size: 0.95rem;
    justify-content: space-between;
}
.jg-direct-contact a {
    transition: color 0.2s ease;
}
.jg-direct-contact a:hover {
    color: #212529 !important;
}

/* --- Tratamiento de la Imagen Lateral --- */
.jg-form-img-wrapper {
    overflow: hidden;
    border-radius: 20px; /* Bordes redondeados de la foto */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.jg-form-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hace que se comporte como un fondo recortado si el texto es alto */
    display: block;
}

/* Ajustes específicos de proporción para pantallas de escritorio */
@media (min-width: 768px) {
    .jg-form-img-wrapper {
        height: 100%;
        min-height: 480px; /* Asegura un tamaño mínimo vertical alineado al formulario */
    }
}

/*======================= jg-centros single single end =========================*/

/*======================= jg-blog =========================*/

    #jg-blog-header .cabecera-entrenmiento-personal {
    background: url(../img/cabecera-blog.png) no-repeat center center;
    background-size: cover;
    height: 451px;
    margin-top:0;
}
  #jg-blog-header button {
    background: #d4fe1e;
    color: #000;
    font-family: 'Helvetica-Bold';
    line-height: 130%;
}
.blog p{
    padding-right: 20%;;
}
/* ==========================================================================
   ARTÍCULO DESTACADO: jg-articulo-destacado (Bootstrap 5.3)
   ========================================================================== */

#jg-articulo-destacado {
    font-family: 'Helvetica', Arial, sans-serif;
}

/* Contenedor unificado de la tarjeta */
.jg-featured-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 20px; /* Bordes redondeados del bloque completo */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* --- Tratamiento de la Imagen --- */
.jg-card-img-wrapper {
    position: relative;
    width: 100%;
    min-height: 250px; /* Evita que colapse en pantallas pequeñas */
}

.jg-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorte inteligente de la imagen para llenar el contenedor */
    display: block;
}

/* --- Bloque de Contenido --- */
.jg-card-body {
    background-color: #ffffff;
}

/* Metaetiquetas superiores */
.jg-meta {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}
.jg-meta .jg-separator {
    color: #ccc;
}

/* Tipografía del Título */
.jg-article-title {
    font-size: calc(1.6rem + 0.6vw); /* Tamaño fluido y compacto */
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Párrafo del Extracto */
.jg-article-excerpt {
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
}

/* --- Botón Ovalado Personalizado --- */
.jg-btn-outline-dark {
    background-color: transparent;
    color: #111111;
    border: 1px solid #dcdcdc;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.jg-btn-outline-dark span {
    transition: transform 0.2s ease;
}

/* Efectos hover para el botón */
.jg-btn-outline-dark:hover {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
}

.jg-btn-outline-dark:hover span {
    transform: translateX(4px); /* Desplazamiento sutil de la flecha */
}

/* ==========================================================================
   RESPONSIVIDAD Y AJUSTES DE ESCRITORIO
   ========================================================================== */
@media (min-width: 768px) {
    /* Forzar que la imagen herede la altura dinámica que dicte el bloque de texto */
    .jg-card-img-wrapper {
        min-height: 100%;
    }
}

@media (max-width: 767.98px) {
    /* Ajustes ligeros para espaciados en móviles */
    .jg-card-body {
        padding: 30px 20px !important;
    }
    .jg-article-title {
        font-size: 1.6rem;
    }
}
/*======================================
=            BUSQUEDA BLOG            =
======================================*/

#jg-busqueda-blog{
    background-color: #b3aed8;
    padding: 40px 0;
}

#jg-busqueda-blog .jg-titulo-buscador{
    font-size: 12px;
    color: #000;
    margin: 0;
}

#jg-busqueda-blog .form-control{
    height: 44px;
    border: 1px solid #555;
    border-radius: 8px;
    font-size: 14px;
}

#jg-busqueda-blog .form-control:focus{
    box-shadow: none;
    border-color: #000;
}

#jg-busqueda-blog .btn-dark{
    min-width: 85px;
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
}

#jg-busqueda-blog .jg-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    transition: all .3s ease;
}

#jg-busqueda-blog .jg-pill:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
/*======================================
=         PAGINACION DEL BLOG         =
======================================*/

.jg-post-pagination{
    padding: 4rem 0 0;
}

/* PAGINACION */

.jg-post-pagination .pagination{
    gap: 12px;
}

.jg-post-pagination .page-link{
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%!important;
    border: 1px solid #d8d8d8;

    background: #fff;
    color: #666;
    font-size: 13px;
    text-decoration: none;

    box-shadow: none;
}

.jg-post-pagination .page-link:hover{
    color: #000;
    border-color: #999;
}

.jg-post-pagination .jg-next{
    background: #d8f126;
    border-color: #d8f126;
    color: #000;
}

.jg-post-pagination .jg-next:hover{
    background: #c8e51f;
    border-color: #c8e51f;
}

/* TAGS */

.jg-tags-blog{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.jg-tag{
    display: inline-flex;
    align-items: center;

    padding: 7px 16px;

    border: 1px dashed #9e9e9e;
    border-radius: 30px;

    background: #ececec;
    color: #444;

    text-decoration: none;
    font-size: 12px;

    transition: all .3s ease;
}

.jg-tag:hover{
    background: #dcdcdc;
    color: #000;
}

.jg-ver-tags{
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #777;
    text-decoration: none;
    font-size: 12px;
}

.jg-ver-tags:hover{
    color: #000;
}



/*======================= jg-blog end =========================*/

/*======================= jg-single-blog-tag =========================*/

#jg-blog-header .single-tag-blog {
    background: url(../img/cabecera-single-blog-tag.png) no-repeat center center;
    background-size: cover;
    height: 531px;
    margin-top: 0;
}

/*======================= jg-single-blog-tag end =========================*/

/*======================= jg-single-blog =========================*/


#jg-articulo-content .object-cover {
    object-fit: cover;
}

/* Estilos para los tags redondeados grisáceos */
#jg-articulo-content .btn-tag {
    background-color: #e5e5e5;
    color: #333333;
    border: none;
    font-size: 0.875rem;
    padding: 0.4rem 1rem;
    transition: background-color 0.2s ease;
}

#jg-articulo-content .btn-tag:hover {
    background-color: #d4d4d4;
    color: #000;
}

/* Ajustes de interlineado y listas para la tarjeta de autor */
#jg-articulo-content .custom-bullet-list li {
    font-size: 0.95rem;
}
#jg-articulo-content h2{
    font-size:3.563rem;
    line-height: 100%;
    letter-spacing: -0.04em;
}
#jg-articulo-content h3{
    font-size:2.378rem;
    line-height: 100%;
    letter-spacing: -0.04em;
}
#jg-articulo-content p{
    font-size:1.075rem;
}
.author-card{
    background-color: #a499cc;
}
.author-card h4{
    color: #1d1e2036;
    font-size: 2.5rem;
}

/*======================= jg-single-blog end =========================*/

/*======================= jg-sobre =========================*/


.cabecera-servicios.jg-conoce {
    background: url(../img/cabecera-conoce.jpg) no-repeat center center;
    }



 #sobre-jg .object-cover {
    object-fit: cover;
}

/* Color morado de los contadores */
#sobre-jg .custom-purple-text {
    color: #9a8fc4;
}

/* Sombra suave para la caja de estadísticas */
#sobre-jg .custom-counter-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    border-color: #f0f0f0 !important;
}

/* Botón flecha verde lima del buscador */
#sobre-jg .btn-lime-arrow {
    background-color: #bfff00; /* Color lima */
    color: #000;
    width: 42px;
    height: 42px;
    border: none;
    transition: background-color 0.2s ease;
}

#sobre-jg .btn-lime-arrow:hover {
    background-color: #aae000;
}

/* Estilo contenedor del buscador */
#sobre-jg .search-input-container input {
    font-size: 0.95rem;
    border-color: #d1d1d1;
}

/* Tamaño controlado para los logos de prensa */
#sobre-jg .custom-logo-press {
    max-height: 48px;
    width: auto;
    filter: grayscale(1);
    opacity: 0.8;
}

/* Botón negro inferior */
#sobre-jg .custom-btn-press {
    font-size: 0.85rem;
    padding: 10px 24px;
    background-color: #0d0d0d;
}

/* Separadores adaptativos para las estadísticas en escritorio */
@media (min-width: 768px) {
    #sobre-jg .border-end-md {
        border-right: 1px solid #e9e9e9 !important;
    }
} 
/*======================= jg-sobre end =========================*/

/*======================= jg-contacto =========================*/

#jg-contacto h1 {
    font-family: 'Helvetica-Bold';
    line-height: 85%;
    font-size: 4.875rem;
    letter-spacing: -7%;
    margin-bottom: 2rem;
}
#jg-contacto p{
 font-size:1.323rem; 
 line-height: 100%;  
}

#jg-contacto button {
    background: #d4fe1e;
    color: #fff;
    font-family: 'Helvetica-Bold';
    line-height: 130%;
}
/* Botón de envío personalizado oscuro */
#jg-contacto .custom-btn-submit {
    background-color: #1a1a24;
    border: none;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
    padding: 12px;
    margin-top: 2.5rem;
}

#jg-contacto .custom-btn-submit:hover {
    background-color: #0b0b11;
}

/* Bordes y sombras sutiles para inputs enfocados */
#jg-contacto .form-control:focus, 
#jg-contacto .form-select:focus {
    box-shadow: 0 0 0 3px rgba(26, 26, 36, 0.15);
    outline: none;
}

/* Estilo para emular la línea azul sutil debajo del primer título */
#jg-contacto .border-primary {
    border-color: #2f65ff !important;
}

/* Forzar que los formularios crezcan para empujar el botón al fondo de manera uniforme */
#jg-contacto .d-flex.flex-column {
    min-height: 520px;
}

/*======================= jg-contacto end =========================*/


/*================================= responsive ==================================*/

@media (min-width: 2000px) {
    .container-fluid {
        max-width: 2000px;
    }
}
@media (max-width: 1399.98px) {
    .nav-item {
    padding: 0 12px;
}
.jg-box-v h2 {

    font-size: 4rem;
}
.pos-0 {
    transform: translateX(-50px) translateY(0) rotate(12deg) scale(1.4);
}
.pos-1 {
    transform: translateX(-180px) translateY(0) rotate(5deg) scale(1.2);
}
.pos-2 {
    transform: translateX(-280px) translateY(22px) rotate(0deg) scale(.85);
}
#jg-sevicios-header {
    height: 700px;
}
.cabecera-entrenmiento-personal {
    background-size: cover;
    height: 340px;
}
.cabecera-centros {
    height: 611px;
    border-radius: 35px;
    margin: 20px 3% 45px;
}

.franjas {
    top: -80px;
}
#jg-blog-header .cabecera-entrenmiento-personal {
    height: 386px;
}
}

@media (max-width: 1199.98px) {
     .nav-item {
        padding: 0 10px;
    }
    .nav-link{
        font-size:0.75rem!important;
    }
        #jg-sevicios-header {
        height: 630px;
    }
    .cabecera-servicios h1 {
        font-size: 4rem;
    }
    .cabecera-servicios p {
        font-size: 1.1rem;
    }
    #jg-metodo {
        padding: 80px 0 10px;
    }
    .metodo-titulo {
        font-size: 3.2rem;
    }
    .metodo-subtitulo {
        font-size: 1rem;
    }
    .metodo-img-01 {
        width: 190px;
        height: 190px;
        top: 30px;
        left: 40px;
    }
    .metodo-img-02 {
        width: 155px;
        height: 155px;
        top: 50px;
        right: 60px;
    }
    .metodo-img-03 {
        width: 146px;
        height: 146px;
        bottom: 100px;
        left: 60px;
    }
    .metodo-img-04 {
        width: 209px;
        height: 209px;
        bottom: 100px;
        right: 20px;
    }
    .cabecera-entrenmiento-personal {
        height: 300px;
    }
    .cabecera-centros h1 {
        font-size: 4rem;
    }
    .cabecera-centros p {
        font-size: 1.1rem;
    }
    .btn-lille {
        padding: 12px 30px;
        font-size: 1.1rem;
        border: 1px solid #000;
    }
}



@media (max-width: 991.98px) {
    .cabecera {
        height: 500px;
    }
    .cabecera h1 {
        font-size: 4rem;
    }
    .carrusel-abanico-jg {
    top: 0;
}
.jg_logo-shape {
    width: 160px;
    height: 160px;
}
.jg_inner-elements-item {
    width: 150px;
    height: 150px;
}
    #jg-formulario{
        padding:80px 0;
    }

    .jg-formulario-wrapper{
        min-height:auto;
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    .jg-formulario-img{
        width:100%;
        order:1;
    }

    .jg-formulario-box{
        position:relative;
        width:100%;
        top:auto;
        left:auto;
        order:2;
        padding:40px 25px;
    }

    .jg-formulario-box h2{
        font-size:2.5rem;
    }
       #jg-metodo{
        padding:80px 0;
    }

    #jg-metodo .container{
        min-height:auto;
    }

    .metodo-img{
       
        margin:0 auto 25px;
        top:auto;
        right:auto;
        bottom:auto;
        left:auto;
    }
    .metodo-img-02{
        left: 190px;
    }
    .metodo-img-03{
        left: 220px;
    }
     .metodo-img-03{
        right:20px;
    }
       .metodo-img-04{
        right:15px;
    }
    .metodo-img-01,
    .metodo-img-02,
    .metodo-img-03,
    .metodo-img-04{
        width:140px;
        height:140px;
    }

    .metodo-titulo{
        margin-bottom:30px;
        font-size: 3.5rem;
    }
        #jg-sevicios-header {
        height: 500px;
    }
    .metodo-subtitulo{
        padding-top:160px;
    }
    
    #jg-sevicios-header .btn-lille {
        padding: 12px 30px;
        font-size: 1rem;
        border: 1px solid #000;
    }
   .cabecera-entrenmiento-personal {
        height: 250px;
        margin: 0 3% 25px;
    }
    .cabecera-centros {
        height: 401px;
        border-radius: 35px;
        margin: 0 3% 0;
    }
    .franjas {
        top: -30px;
    }
    .cabecera-centros h1 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
     .cabecera-centros p {
        font-size:1rem;
    }
    .btn-lille {
        padding: 10px 25px;
        font-size: 1rem;
        border: 1px solid #000;
    }
}
@media (max-width: 767.98px) {
       .cabecera {
        height: 400px;
    } 
        .cabecera h1 {
        font-size: 3rem;
    }
.navbar {
    padding: 29px 0 32px;
}
.franjas {
    top: -40px;
}
.jg-box-v {
    padding: 40px 45px 46px 44px;
}
#jg-preguntas .jg-card {
    border-radius: 24px;
  }
  #jg-preguntas .jg-rounded-image {
    border-radius: 30px;
    min-height: 300px;
  }


    #jg-lista-centros .jg-heading h2{
        font-size:2rem;
        margin-bottom:40px;
    }

    #jg-lista-centros .jg-centro-card img{
        height:220px;
    }
        #jg-centro-collapse .jg-collapse-header{
        padding:18px 20px;
    }

    #jg-centro-collapse .jg-collapse-body{
        padding:0 20px 25px;
    }

    #jg-centro-collapse .jg-collapse-header span:first-child{
        font-size:16px;
    }
  #jg-centros-region .centro-thumb {
    height: 180px; /* Un poco más alta en móviles cuando ocupe todo el ancho */
  }
  
  #jg-centros-region .map-container {
    min-height: 350px; /* Reduce un poco la altura del mapa en pantallas pequeñas */
  }
      .jg-porqe-section .jg-skewed-img {
        max-width: 75%;
        transform: none !important; /* Mantiene las fotos rectas en el flujo vertical de móvil */
    }
        #jg-sevicios-header {
        height: 380px;
    }
    #jg-sevicios-header .btn-lille {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    .cabecera-servicios h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
        .cabecera-servicios p {
        font-size: 0.8rem;
    }
    .cabecera-servicios {
        top: -109px;
    }
        .metodo-img-01, .metodo-img-02, .metodo-img-03, .metodo-img-04 {
        width: 110px;
        height: 110px;
    }
        .metodo-img-02 {
            left: 150px;
        }
            .metodo-img-02 {
        left: 145px;
    }
        .metodo-img-03 {
        right: 90px;
    }
        .metodo-subtitulo {
        padding-top: 140px;
    }
        .metodo-titulo {
        font-size: 2.5rem;
    }
        .metodo-subtitulo {
        font-size: 0.8rem;
    }
    .cabecera-entrenmiento-personal {
        height: 350px;
        margin: 0 3% 25px;
    }
      #jg-formulario{
        padding:25px 0;
    }

}

@media (max-width: 575.98px) {
    
    .cabecera {
        height: 350px;
    }
    .cabecera h1 {
        font-size: 2.4rem;
    }
    .navbar {
        padding: 29px 0 32px;
    }
       .jg-formulario-box h2{
        font-size:2rem;
    }

    .jg-tag{
        width:100%;
        justify-content:center;
    }
        .pos-1 {
        transform: translateX(-175px) translateY(0) rotate(5deg) scale(0.8);
    }
        .pos-2 {
        transform: translateX(-240px) translateY(22px) rotate(0deg) scale(.65);
    }
    .pos-0 {
        transform: translateX(-90px) translateY(0) rotate(12deg) scale(1);
    }
    .fan-controls {
        margin-top: 40px;
        margin-bottom: 25px;
    }
        .jg-box-v h2 {
        font-size: 2.5rem;
    }
    .jg-box-v p {
        font-size:1.063rem;
    }
    .btn-yellow {
        font-size: 1rem;
        border: 1px solid #D3FE1E;
    }
    .btn-transparent {
        padding: 16px 26px;
        font-size: 1rem;
        border: 1px solid #000;
    }
    .jg-servicios-pret {
        font-size: 1rem;
    }
    .jg-porque-titulo h2{
        font-size: 3rem;
        line-height: 3rem;
    }
    .jg-servicios-titulo {
        font-size: 3rem;
        line-height: 3rem;
    }
    
    .cabecera-servicios {
        background: url(../img/fondo-servicios-header-mobile.jpg) no-repeat center right;
        background-size: cover;
        height: 100%;
        position: relative;
        top: -111x;
        }
   #jg-sevicios-header .btn-lille {
        padding: 7px 15px;
        font-size: 0.8rem;
    }
    .texto-cabecera {
    padding-top: 90px;
}
.metodo-img {
    position: relative;
        margin: 0 auto 25px;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
        .metodo-subtitulo {
        padding-top: 0;
    }
    .cabecera-entrenmiento-personal h1 {
        font-size: 3rem;
        margin-bottom: 0rem;
    }
    .jg-formulario-img img{
        height:470px;
    }
    .franjas {
        top: -20px;
    }
    .franjas img{
        height: 60px;
        object-fit: cover;
    }
}

/* ==============================
   Responsive H1 (usar clases)
   Mantiene las clases existentes y solo ajusta `font-size`.
   ============================== */
.cabecera h1,
.cabecera-servicios h1,
.cabecera-entrenmiento-personal h1,
.cabecera-centros h1,
#jg-contacto h1 {
    font-size: 4.8rem;
}

@media (max-width: 1399.98px) {
    .cabecera h1,
    .cabecera-servicios h1,
    .cabecera-entrenmiento-personal h1,
    .cabecera-centros h1,
    #jg-contacto h1 {
        font-size: 4.8rem;
    }
}

@media (max-width: 1199.98px) {
    .cabecera h1,
    .cabecera-servicios h1,
    .cabecera-entrenmiento-personal h1,
    .cabecera-centros h1,
    #jg-contacto h1 {
        font-size: 4rem;
    }
}

@media (max-width: 991.98px) {
    .cabecera h1,
    .cabecera-servicios h1,
    .cabecera-entrenmiento-personal h1,
    .cabecera-centros h1,
    #jg-contacto h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    .cabecera h1,
    .cabecera-servicios h1,
    .cabecera-entrenmiento-personal h1,
    .cabecera-centros h1,
    #jg-contacto h1 {
        font-size: 2.5rem;
    }
}
