.elementor-19694 .elementor-element.elementor-element-6790698{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19694 .elementor-element.elementor-element-6790698.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19694 .elementor-element.elementor-element-8088c84{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-19694 .elementor-element.elementor-element-13ad2e6{--display:flex;}.elementor-19694 .elementor-element.elementor-element-13ad2e6:not(.elementor-motion-effects-element-type-background), .elementor-19694 .elementor-element.elementor-element-13ad2e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5E5E5;}.elementor-19694 .elementor-element.elementor-element-8a77e64{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-19694 .elementor-element.elementor-element-8da992a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19694 .elementor-element.elementor-element-8da992a:not(.elementor-motion-effects-element-type-background), .elementor-19694 .elementor-element.elementor-element-8da992a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#123498;}.elementor-19694 .elementor-element.elementor-element-da5c93b{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-19694 .elementor-element.elementor-element-da5c93b.elementor-element{--align-self:stretch;}.elementor-19694 .elementor-element.elementor-element-fa05635{--display:flex;}.elementor-19694 .elementor-element.elementor-element-a0cf4be{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + -31px) 0px;}.elementor-19694 .elementor-element.elementor-element-1b20987{--display:flex;}.elementor-19694 .elementor-element.elementor-element-7760865{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:35px;--padding-bottom:35px;--padding-left:0px;--padding-right:0px;}.elementor-19694 .elementor-element.elementor-element-7760865:not(.elementor-motion-effects-element-type-background), .elementor-19694 .elementor-element.elementor-element-7760865 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://consultoradeasesoriaempresarialjb.com/wp-content/uploads/2025/11/fondocarta-scaled.webp");background-position:center center;}.elementor-19694 .elementor-element.elementor-element-7209993{margin:65px 0px calc(var(--kit-widget-spacing, 0px) + 65px) 0px;padding:0px 0px 0px 0px;}.elementor-19694 .elementor-element.elementor-element-7209993.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-19694 .elementor-element.elementor-element-6790698{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-8088c84 */.modern-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  font-family: "montserrat", Sans-Serif;
  color: #ffffff;
  box-sizing: border-box;
  background-image:
    linear-gradient(135deg, rgba(18, 52, 152, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%),
    url("https://consultoradeasesoriaempresarialjb.com/wp-content/uploads/2025/05/SERVICIO-EMPRESARIAL.webp");
  background-size: cover;
  background-position: center;
}

.banner-content {
  width: 100%;
  max-width: 1100px;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  animation: fadeInUp 1.2s ease-out;
}

.banner-content .subtitle {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.9;
  display: block;
}

.banner-content .title {
  color: #ffffff;
  margin: 0 auto;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  max-width: 800px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  padding-bottom: 25px;
}

.banner-content .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: #f46f0b;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(244, 111, 11, 0.4);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .banner-content .title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .modern-banner {
    height: 60vh;
  }

  .banner-content {
    padding: 0 20px;
  }

  .banner-content .title {
    font-size: 2rem;
    padding-bottom: 20px;
  }

  .banner-content .title::after {
    width: 60px;
    height: 4px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a77e64 */.services2-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

/* Header */
.services2-header {
    text-align: center;
    margin-bottom: 50px;
}

.services2-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #123498; /* Azul Principal */
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services2-header .services2-line {
    width: 100px;
    height: 5px;
    background: #F46F0B; /* Naranja Principal */
    margin: 0 auto;
    border-radius: 5px;
}

/* Container */
.services2-container {
    width: 100%;
    /* Mantenemos 1350px para que entren las 4 tarjetas en fila */
    max-width: 1350px; 
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

/* Cards (Base) */
.services2-card {
    background: #ffffff;
    flex: 1 1 220px; 
    max-width: 350px;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(18, 52, 152, 0.1);
    text-align: center;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    
    /* ANIMACIÓN ACTIVADA POR DEFECTO */
    animation: auto-highlight 12s infinite;
}

/* Iconos (Base) */
.services2-card i {
    font-size: 42px;
    color: #F46F0B; /* Naranja Principal */
    margin-bottom: 20px;
    background: rgba(244, 111, 11, 0.1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    transition: 0.3s;
    
    /* ANIMACIÓN ACTIVADA POR DEFECTO */
    animation: auto-highlight-icon 12s infinite;
}

/* --- LÓGICA HÍBRIDA (LA SOLUCIÓN) --- */

/* 1. Si el mouse entra al CONTENEDOR GENERAL, matamos la animación automática en TODOS */
.services2-container:hover .services2-card,
.services2-container:hover .services2-card i {
    animation: none; /* Se resetean a su estado original plano */
}

/* 2. Aplicamos el efecto manual SOLO a la tarjeta que se está tocando */
.services2-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(9, 106, 204, 0.2);
    border-bottom: 4px solid #41C4C0; /* Turquesa */
}

.services2-card:hover i {
    background: #F46F0B;
    color: #ffffff;
}

/* --- FIN LÓGICA HÍBRIDA --- */

/* Textos */
.services2-title {
    font-size: 20px;
    font-weight: 700;
    color: #123498;
    margin-bottom: 12px;
}

.services2-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* --- KEYFRAMES (SECUENCIA AUTOMÁTICA) --- */
/* Retrasos para la ola */
.services2-card:nth-child(1), .services2-card:nth-child(1) i { animation-delay: 0s; }
.services2-card:nth-child(2), .services2-card:nth-child(2) i { animation-delay: 3s; }
.services2-card:nth-child(3), .services2-card:nth-child(3) i { animation-delay: 6s; }
.services2-card:nth-child(4), .services2-card:nth-child(4) i { animation-delay: 9s; }

@keyframes auto-highlight {
    0%, 20% { 
        transform: translateY(0);
        box-shadow: 0 10px 25px rgba(18, 52, 152, 0.1);
        border-bottom-color: transparent;
    }
    5%, 15% { /* Punto alto de la animación */
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(9, 106, 204, 0.2);
        border-bottom-color: #41C4C0;
    }
}

@keyframes auto-highlight-icon {
    0%, 20% { 
        background: rgba(244, 111, 11, 0.1);
        color: #F46F0B;
    }
    5%, 15% { 
        background: #F46F0B;
        color: #ffffff;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .services2-container {
        max-width: 800px; 
    }
}

@media (max-width: 768px) {
    .services2-header h2 {
        font-size: 26px;
    }
    .services2-container {
        gap: 20px;
    }
    .services2-card {
        max-width: 100%;
        flex: 1 1 100%;
        animation: none; /* Sin animación en móvil */
    }
    .services2-card i {
        animation: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da5c93b *//* CONTENEDOR PRINCIPAL */
.jb-section-container {
    background-color: #123498;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    padding: 80px 40px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.jb-section-container * {
    box-sizing: border-box;
}

/* HERO */
.jb-hero {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.jb-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.jb-hero h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 6px;
    background-color: #F46F0B;
    margin: 20px auto 0;
    border-radius: 3px;
}

/* GRID */
.features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* TARJETAS */
.feature-item {
    background-color: #ffffff;
    flex: 1 1 300px;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid transparent;
    position: relative;
    z-index: 1;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #41C4C0;
}

.feature-item:nth-child(2):hover {
    border-bottom-color: #F46F0B;
}

.feature-item:nth-child(3):hover {
    border-bottom-color: #CE0B19;
}

/* ICONOS */
.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

/* TEXTO */
.feature-item h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #123498;
    line-height: 1.4;
}

.feature-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .jb-section-container {
        padding: 60px 20px;
    }

    .jb-hero h1 {
        font-size: 2.2rem;
    }

    .features {
        flex-direction: column;
        gap: 20px;
    }

    .feature-item {
        width: 100%;
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0cf4be */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");

:root {
    --azul-principal: #123498;
    --naranja-principal: #F46F0B;
    --azul-marino: #096ACC;
    --amarillo-hansa: #FDB907;
    --rojo-persa: #CE0B19;
    --turquesa: #41C4C0;

    --color-fondo-seccion: #F8F9FA;
    --color-texto-gris: #555555;
    --sombra-suave: 0 10px 30px rgba(18, 52, 152, 0.08);
    --sombra-hover: 0 15px 40px rgba(18, 52, 152, 0.15);
}

.servicios-seccion {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    padding: 80px 0;
    background-color: var(--color-fondo-seccion);
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
}

.titulo-estilizado {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--azul-principal);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.titulo-estilizado::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: var(--naranja-principal);
    margin: 15px auto 0;
    border-radius: 3px;
}

.servicios-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.servicio-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: var(--sombra-suave);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    border-top: 5px solid var(--azul-marino);
}

.servicio-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--sombra-hover);
    border-top-color: var(--turquesa);
}

.card-imagen {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.card-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.servicio-card:hover .card-imagen img {
    transform: scale(1.1);
}

.card-contenido {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}

.card-titulo {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--azul-principal);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.card-titulo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--turquesa);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.servicio-card:hover .card-titulo::after {
    width: 60px;
    background-color: var(--naranja-principal);
}

.card-descripcion {
    font-size: 0.95rem;
    color: var(--color-texto-gris);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.card-boton {
    align-self: flex-start;
    background-color: var(--naranja-principal);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.card-boton::after {
    content: "→";
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.card-boton:hover {
    background-color: var(--azul-principal);
    box-shadow: 0 5px 15px rgba(18, 52, 152, 0.3);
}

.card-boton:hover::after {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .titulo-estilizado {
        font-size: 2rem;
    }

    .servicios-seccion {
        padding: 50px 0;
    }

    .servicio-card {
        max-width: 100%;
        margin: 0 15px;
    }
}/* End custom CSS */